.header-nav #toggle-search {
    display: none !important;
}


/* HEADER */
.header {
    /*background-color: #F2F1F5;*/
}

/* HEADER - NAV */
.header-nav {
    background-color: var(--primary-500);
    color: white;
}
.header-nav .dropdown-menu a {
    /*color: var(--primary-300) !important;*/
    color: white !important;
}
.header-nav .dropdown-menu a:hover {
    color: var(--primary-600) !important;
}
.public-header-nav,
.public-header-nav .dropdown .dropdown-toggle,
.public-header-nav li a {
    -font-weight: 700 !important;
    -font-size: 18px !important;
    -text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.public-header-nav li.dropdown-child a {
    -font-weight: 500 !important;
    -font-size: 16px !important;
    -text-shadow: none !important;
}
/* HEADER - MOBILE NAV */
#mobile-menu-content {
    color: #FFF;
}

.header .logo {
    max-width: 300px !important;
    max-height: 100px !important;
}

/* HEADER VARIANT 2 */
.header.variant-2 {
    position: relative;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    z-index: 50;
}
/* HEADER VARIANT 2 - TOP NAV */
.header.variant-2 .top-nav {
    background: linear-gradient(135deg, var(--primary-600), var(--primary-500), var(--primary-400)) !important;
}
.header.variant-2 .header-search {
    background: none;
    border: none !important;
}
.header.variant-2 .rotating-banner {
    /*background: transparent;*/
}
.header.variant-2 .container-homepage-banners .slick-slider .slick-list {
    height: 100% !important;
    min-height: 50vh;
}
.header.variant-2 container-page-banners .slick-slider .slick-list {
    height: 100% !important;
}
.header.variant-2 .hero-section {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 80vh;
}

.header-search {
    background: linear-gradient(to right, var(--secondary-300), var(--secondary-100));
}

.header-search .search-input {
    background-color: #F2F1F5;
}

#search-results h3,
#search-results h4 a,
#search-results p,
#search-results svg {
    color: #FFF !important;
}

/* LANGUAGE SELECT */
#gt-menu.gt-menu.notranslate {
    background: linear-gradient(to left, var(--accent-700) -20%, var(--accent-800)) !important;
}


/* ROTATING BANNER */
.rotating-banner {
    background: linear-gradient(to right, var(--primary-300), var(--primary-100));
    padding: 20px 0;
}


/* DYNAMIC CONTENT - ACCORDION */
.dynamic-content .accordion[open] .accordion-header {
    background-color: var(--secondary-500) !important;
    color: #FBFBFB !important;
}
/* DYNAMIC CONTENT - TABLE */
.dynamic-content table td {
    vertical-align: middle;
}


/* FOOTER - PRIMARY */
.public-footer .primary {
    background: linear-gradient(135deg, var(--secondary-600), var(--secondary-500));
}

/* FOOTER - SECONDARY */
.public-footer .secondary {
    background: linear-gradient(135deg, var(--primary-600), var(--primary-500), var(--primary-400)) !important;
}

.footer hr {
    background: var(--primary-500);
    opacity: 0.2;
}

/* CONTENT PAGE */
.main-content {
    /*background: #F2F1F5;*/
    background: #FBFBFB;
}

/* CHAT WIDGET */
.chat-msg-user {
    color: #FFF !important;
}
.chat-src-footnotes .chat-src-row .btn-accent {
    background-color: var(--accent-600) !important;
    text-wrap-mode: wrap;
    text-align: justify;
}
.chat-src-footnotes .chat-src-row .btn-accent:hover {
    background-color: var(--accent-700) !important;
}

/* SCROLLBAR */
html::-webkit-scrollbar-thumb {
    background: var(--secondary-500) !important;
}

/* USERWAY */
#userwayAccessibilityIcon {
    /* background: var(--secondary-500) !important; */
}
/* USERWAY - ICON / SPINNER */
#userwayAccessibilityIcon img.ui_b[src*="body_bl"],
#userwayAccessibilityIcon img.si_b[src*="spin_bl"] {
    /* WHITE */
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;

    /* BLACK */
    /* filter: brightness(0) !important; */
    /* opacity: .9 !important; */
}


/* SIDEBAR */
.main-content section.dynamic aside:not([aria-label="Page Resources"]) { margin-top: 0 !important; }
.main-content section.dynamic .sidebar-component .sidebar-header { border-radius: 8px 8px 0 0 !important; }
.main-content section.dynamic .sidebar-component { margin-bottom: 30px !important; background-image: linear-gradient( 120deg, #FDFEFE 0%, #F6F7F8 100% ); box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }
.sidebar-content .sidebar-resource-link-wrapper .sidebar-resource-link { background-color: unset !important }
.main-content section.dynamic .sidebar-component .sidebar-content {
    padding: 25px !important;
}

/* ATTORNEY PROFILE SECTION */
.attorney-profile {
    position: relative;
    background: linear-gradient(135deg, var(--primary-600), var(--primary-500), var(--primary-400)) !important;
}
.attorney-profile::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    background: linear-gradient(to right, var(--accent-500), var(--accent-400), var(--accent-500)) !important;
    border-radius: 0 0 6px 6px;
}
.attorney-profile h1,
.attorney-profile p,
.attorney-profile a {
    color: #fff;
}
.attorney-title {
    color: var(--primary-500);
}
@media (max-width: 700px) {
    .attorney-profile,
    .attorney-details {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .attorney-image {
        width: 100%;
    }
}


/* HOMEPAGE BANNER */
.banner-content.dynamic-content {
    isolation: isolate;
    position: relative;
    width: min(95%, 850px);
    padding: 30px 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    corner-shape: bevel;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.banner-content.dynamic-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 135deg, rgba(10, 25, 41, 0.22), rgba(10, 25, 41, 0.12) );
    -webkit-backdrop-filter: blur(2px) saturate(1.05);
    backdrop-filter: blur(2px) saturate(1.05);
    z-index: -1;
}
.banner-content.dynamic-content > * {
    position: relative !important;
    z-index: 1;
}
.header.variant-2 .banner-content.dynamic-content .dynamic-content-edit {
    position: relative !important;
    z-index: 1;
}



