/* Rank Engine shared header
 * Shared child-theme CSS. Keep page-specific layout in the page CSS file.
 */

body:is(.re-owned-template, .re-member-app-template).re-unified-mobile-menu-open,
body:is(.re-owned-template, .re-member-app-template).scroll-hidden {
    overflow: hidden;
}

html:has(> body.re-owned-template),
body.re-owned-template {
    position: static !important;
}

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder__section--middle .gt3_header_builder__section-container {
    height: unset !important;
    background-color: transparent !important;
}

body:is(.re-owned-template, .re-member-app-template) .middle_left,
body:is(.re-owned-template, .re-member-app-template) .middle_right {
    display: flex;
    align-items: center;
    height: auto !important;
}

body:is(.re-owned-template, .re-member-app-template) .logo_container {
    height: auto !important;
}

body:is(.re-owned-template, .re-member-app-template) .logo_container::before {
    content: none !important;
    display: none !important;
}

body:is(.re-owned-template, .re-member-app-template) .logo_container a {
    display: inline !important;
}

body:is(.re-owned-template, .re-member-app-template) .mobile-navigation-toggle {
    display: none;
}
@property --re-header-border-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@keyframes re-header-border-sweep {
    to {
        --re-header-border-angle: 360deg;
    }
}

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder.mainnav.custom-main-nav {
    position: absolute;
    inset: 0 0 auto;
    z-index: 99;
    min-height: 80px;
    background: transparent !important;
    overflow: visible;
}

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder.mainnav.custom-main-nav.pb-header-section-colors::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(80deg, #023d6a 40%, rgba(1, 78, 138, 0.78) 80%, #023d6a 100%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    opacity: 1;
    transition: opacity 0.3s ease;
}

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder.mainnav.custom-main-nav.pb-header-transparent::before {
    opacity: 0;
}

body.admin-bar.re-owned-template .gt3_header_builder.mainnav.custom-main-nav {
    top: 32px;
}

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled {
    position: fixed;
    inset: 0 0 auto;
    z-index: 99;
    background-image: none !important;
    background-color: transparent !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transform: translateY(-100%);
}

body.re-checkout-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled,
body.re-checkout-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled.re-sticky-visible {
    position: absolute !important;
    inset: 0 0 auto;
    transform: none !important;
}

body.admin-bar.re-owned-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled {
    top: 32px;
}

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled.re-sticky-visible {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.28s linear;
    transform: translateY(0);
}

body.re-owned-template:not(.re-member-app-template):not(.re-project-builder-template):not(.re-checkout-template):not(.re-cart-template):not(.re-sign-up-template):not(.re-login-template) .gt3_header_builder.mainnav.custom-main-nav > .glassEdge {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    z-index: 0;
    display: none;
    height: 3px;
    opacity: 0;
    pointer-events: none;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    transition: opacity 180ms ease;
}

body.re-owned-template:not(.re-member-app-template):not(.re-project-builder-template):not(.re-checkout-template):not(.re-cart-template):not(.re-sign-up-template):not(.re-login-template) .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled.re-sticky-visible > .glassEdge {
    display: block;
    opacity: 1;
}

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder__container {
    position: relative;
    z-index: 1;
    min-height: 80px;
    background: transparent !important;
}

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder__section-container.container {
    width: calc(100% - 101.594px);
    max-width: none;
    min-height: 80px;
    padding: 0 !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder__section-container.container::before,
body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder__section-container.container::after {
    content: none !important;
    display: none !important;
}

body:is(.re-owned-template, .re-member-app-template) .site-title img,
body:is(.re-owned-template, .re-member-app-template) .custom-header-logo {
    width: auto !important;
    height: 35px !important;
    max-width: none !important;
    display: block;
}

body:is(.re-owned-template, .re-member-app-template) .desktop-menu > ul {
    display: flex;
    align-items: center;
    gap: 25px;
    min-height: 80px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body:is(.re-owned-template, .re-member-app-template) .desktop-menu > ul > li {
    display: flex;
    align-items: center;
    min-height: 80px;
    margin: 0 !important;
}

body:is(.re-owned-template, .re-member-app-template) .middle_right {
    transform: none;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation a,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation .re-solutions-menu-toggle {
    color: rgba(255, 255, 255, 0.88) !important;
    font-family: Manrope, sans-serif;
    font-size: 15.2px;
    font-weight: 600;
    line-height: 76.015px;
    text-decoration: none;
    text-shadow: 0 8px 20px #ffffff00 !important;
    display: block;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation #menu-main > li:not(#menu-item-73433):not(.sign-up-btn) > a:hover,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation #menu-main > li:not(#menu-item-73433):not(.sign-up-btn) > a:focus-visible {
    color: #fff !important;
    text-shadow: 0 8px 20px #ffffff63 !important;
}

body:is(.re-owned-template, .re-member-app-template) .desktop-menu > ul > li.woocommerce-cart-icon {
    display: none !important;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    margin: 0 !important;
    position: relative;
}

body:is(.re-owned-template, .re-member-app-template) .desktop-menu > ul > li.woocommerce-cart-icon.cart-display {
    display: flex !important;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .woocommerce-cart-icon > a {
    align-items: center;
    color: #fff !important;
    display: inline-flex !important;
    height: 38px;
    justify-content: center;
    line-height: 1 !important;
    position: relative;
    text-shadow: none !important;
    width: 38px;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .woocommerce-cart-icon .icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    position: relative;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .woocommerce-cart-icon svg {
    display: block;
    fill: currentColor;
    height: 22px;
    width: 24px;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .wpda_cart-count-number {
    align-items: center;
    background: #d12c2c;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    font-family: Manrope, sans-serif;
    font-size: 10px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
    padding: 0 4px;
    position: absolute;
    right: -9px;
    top: -8px;
}

body:is(.re-owned-template, .re-member-app-template) .woocommerce-cart-icon.cart-display .wpda_cart-count-number {
    display: inline-flex;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .sign-up-btn a {
    min-height: 45.609px;
    padding: 0 20px;
    color: #fff !important;
    background: #e96f30 !important;
    border: 1px solid #e96f30;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    line-height: 45.609px;
    box-shadow: 0 0 50px #043d6b80;
    text-shadow: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .sign-up-btn a.re-header-signup-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .sign-up-btn .re-button__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .sign-up-btn .re-button__icon {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: currentColor;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .sign-up-btn .re-button__text {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .sign-up-btn .re-svg-icon {
    width: 17px;
    height: 17px;
    display: block;
    color: currentColor;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .sign-up-btn a:hover,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation .sign-up-btn a:focus-visible {
    color: #fff !important;
    background: #f38145 !important;
    border-color: #f38145;
    box-shadow: 0 12px 24px rgba(0, 29, 52, 0.18), 0 0 24px rgba(243, 129, 69, 0.22);
}

body:is(.re-owned-template, .re-member-app-template) .desktop-myaccount-dropdown {
    position: relative;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .desktop-myaccount-dropdown > a.my-account-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 76.015px;
    cursor: pointer;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .desktop-myaccount-dropdown > a.my-account-text .re-account-chevron {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

body:is(.re-owned-template, .re-member-app-template) .desktop-solutions-dropdown {
    position: relative;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .desktop-solutions-dropdown > .re-solutions-menu-toggle {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    gap: 11px;
    line-height: 76.015px;
}

body:is(.re-owned-template, .re-member-app-template) .re-solutions-chevron {
    display: block;
    flex: 0 0 13px;
    height: 13px;
    transition: transform 0.18s ease;
    width: 13px;
}

body:is(.re-owned-template, .re-member-app-template) .desktop-solutions-dropdown.is-open .re-solutions-chevron {
    transform: rotate(180deg);
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .re-public-project-builder-btn > a,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation #menu-item-73433.re-public-project-builder-btn > a {
    --re-header-border-angle: 0deg;
    min-height: 45.609px;
    padding: 0 25px;
    color: #fff !important;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 3px;
    display: block;
    line-height: 45.609px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    text-shadow: 0 8px 20px #ffffff00 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, text-shadow 0.2s ease;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .re-public-project-builder-btn > a::before,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation #menu-item-73433.re-public-project-builder-btn > a::before {
    animation: re-header-border-sweep 3.2s linear infinite;
    background: conic-gradient(
        from var(--re-header-border-angle),
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0) 236deg,
        rgba(255, 255, 255, 0.22) 262deg,
        rgba(255, 255, 255, 0.92) 282deg,
        rgba(255, 255, 255, 0.34) 302deg,
        rgba(255, 255, 255, 0) 332deg,
        rgba(255, 255, 255, 0) 360deg
    );
    border-radius: inherit;
    box-sizing: border-box;
    content: "";
    inset: 0;
    opacity: 0;
    padding: 1px;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.2s ease;
    z-index: 0;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

@media (min-width: 1700px) {
body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder__section-container.container {
        width: calc(100% - 120px);
    }

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .re-public-project-builder-btn > a,
    body:is(.re-owned-template, .re-member-app-template) .custom-navigation #menu-item-73433.re-public-project-builder-btn > a {
        padding-right: 21px;
        padding-left: 21px;
    }
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .re-public-project-builder-btn > a:hover,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation #menu-item-73433.re-public-project-builder-btn > a:hover,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation .re-public-project-builder-btn > a:focus-visible,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation #menu-item-73433.re-public-project-builder-btn > a:focus-visible {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 10px 24px rgba(0, 29, 52, 0.16) !important;
    color: #fff !important;
    text-shadow: 0 8px 20px #ffffff63 !important;
}

body:is(.re-owned-template, .re-member-app-template) .custom-navigation .re-public-project-builder-btn > a:hover::before,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation #menu-item-73433.re-public-project-builder-btn > a:hover::before,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation .re-public-project-builder-btn > a:focus-visible::before,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation #menu-item-73433.re-public-project-builder-btn > a:focus-visible::before {
    opacity: 1;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .Myaccount-dropdown {
    background: #fff;
    border: 1px solid rgba(1, 78, 138, 0.12);
    border-radius: 3px;
    box-shadow: 0 14px 30px rgba(8, 38, 61, 0.16);
    box-sizing: border-box;
    display: block !important;
    left: 50%;
    list-style: none;
    margin: 0;
    min-width: 0;
    opacity: 0;
    padding: 7px 8px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: calc(100% - 14px);
    transform: translate(-50%, -4px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    visibility: hidden;
    width: 236px;
    z-index: 100001;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions:hover > .Myaccount-dropdown:not(.d-block),
body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions:focus-within > .Myaccount-dropdown:not(.d-block) {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -4px);
    visibility: hidden;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .Myaccount-dropdown.d-block {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .Myaccount-dropdown::before,
body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .Myaccount-dropdown::after {
    content: none;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .Myaccount-dropdown .my-account-navigation {
    width: 100%;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link {
    color: #043d6b !important;
    display: block;
    line-height: normal !important;
    text-decoration: none;
    text-shadow: none !important;
    width: 100%;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-item {
    align-items: flex-start;
    box-sizing: border-box;
    flex-wrap: nowrap;
    gap: 10px;
    min-height: 48px;
    padding: 0 16px 0 11px;
    width: 100%;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-item .-box-icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 20px;
    height: 20px;
    justify-content: center;
    margin-top: 14px;
    width: 20px;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-item .icons,
body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-item svg {
    display: block;
    flex: 0 0 20px;
    font-size: 20px;
    height: 20px;
    width: 20px;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-copy {
    display: block;
    min-width: 0;
    padding: 17px 0 15px;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-item .-box-title {
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-description {
    color: #547891;
    display: block;
    font-family: Manrope, sans-serif;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0 0 0 -24px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-right: 2px;
    text-align: left;
    transform: translateY(-2px);
    transition: max-height 0.26s ease, margin-top 0.2s ease, opacity 0.18s ease, transform 0.24s ease;
    white-space: normal;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-item--reputation-management {
    --re-solutions-divider-width: 179px;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-item--brand-awareness {
    --re-solutions-divider-width: 138px;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-item--thought-leadership {
    --re-solutions-divider-width: 153px;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-item--category-authority {
    --re-solutions-divider-width: 140px;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions .re-solutions-menu-description::before {
    background:
        linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 27%,
            rgba(1, 78, 138, 0.08) 38%,
            rgba(1, 78, 138, 0.28) 45%,
            rgba(255, 255, 255, 0.92) 52%,
            rgba(1, 78, 138, 0.24) 59%,
            rgba(255, 255, 255, 0) 73%,
            rgba(255, 255, 255, 0) 100%
        ) -320px 0 / 320px 100% no-repeat,
        linear-gradient(90deg, rgba(1, 78, 138, 0.32), rgba(1, 78, 138, 0.32)) 0 0 / 100% 100% no-repeat;
    border-radius: 999px;
    content: "";
    display: block;
    height: 1px;
    margin: 0 0 8px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: opacity 0.18s ease 0.06s, transform 1s ease 0.04s;
    width: var(--re-solutions-divider-width, 46px);
}

@keyframes re-solutions-divider-glint {
    0% {
        background-position: -320px 0, 0 0;
    }

    100% {
        background-position: calc(var(--re-solutions-divider-width, 46px) + 110px) 0, 0 0;
    }
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link:hover .re-solutions-menu-description,
body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link:focus-visible .re-solutions-menu-description {
    margin-top: 9px;
    max-height: 150px;
    opacity: 1;
    transform: translateY(0);
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link:hover .re-solutions-menu-description::before,
body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link:focus-visible .re-solutions-menu-description::before {
    animation: re-solutions-divider-glint 2s ease-in-out 0.82s 1 both;
    opacity: 1;
    transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
    body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link:hover .re-solutions-menu-description::before,
    body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link:focus-visible .re-solutions-menu-description::before {
        animation: none;
    }
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link:hover .re-solutions-menu-item,
body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link:focus-visible .re-solutions-menu-item {
    background: rgba(1, 78, 138, 0.06);
    color: #043d6b !important;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link:hover .icon_div,
body:is(.re-owned-template, .re-member-app-template) #menu-item-re-solutions > .re-solutions-dropdown .re-solutions-submenu-link:focus-visible .icon_div {
    color: #043d6b;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-8846 > .Myaccount-dropdown {
    background: #fff;
    border: 1px solid rgba(1, 78, 138, 0.12);
    border-radius: 3px;
    box-shadow: 0 14px 30px rgba(8, 38, 61, 0.16);
    display: block !important;
    left: 50%;
    list-style: none;
    margin: 0;
    min-width: 166px;
    opacity: 0;
    padding: 8px 8px 5px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: calc(100% - 14px);
    transform: translate(-50%, -4px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    visibility: hidden;
    width: max-content;
    z-index: 100001;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-8846 > .Myaccount-dropdown.d-block {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-8846 > .Myaccount-dropdown::before,
body:is(.re-owned-template, .re-member-app-template) #menu-item-8846 > .Myaccount-dropdown::after {
    content: none;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-8846 .Myaccount-dropdown a {
    color: #043d6b !important;
    display: block;
    line-height: normal !important;
    text-shadow: none !important;
    text-decoration: none;
}

body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item {
    align-items: center;
    border-radius: 3px;
    color: #043d6b;
    display: flex;
    gap: 9px;
    margin-bottom: 5px;
    min-height: 38px;
    padding: 0 9px;
    position: relative;
    transform: translateX(0);
    transition: background 0.18s ease, transform 0.18s ease;
}

body:is(.re-owned-template, .re-member-app-template) #menu-item-8846 .Myaccount-dropdown li:last-child .re-account-menu-item {
    margin-bottom: 0;
}

body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item .icon_div {
    color: #547891;
    margin: 0;
}

body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item .icons,
body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item svg {
    display: block;
    width: 17px;
    height: 17px;
}

body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item .-box-title,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation .Myaccount-dropdown h3 {
    margin: 0;
    color: #043d6b;
    font-family: Manrope, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-transform: none;
    white-space: nowrap;
}

body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item:hover,
body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item:focus-within,
body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item.is-active {
    background: rgba(1, 78, 138, 0.06);
}

body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item:hover,
body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item:focus-within {
    transform: translateX(2px);
}

body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item:hover .icon_div,
body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item:focus-within .icon_div,
body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item.is-active .icon_div {
    color: #043d6b;
}

body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item::before {
    border-radius: 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item.is-active::before {
    background: #043d6b;
    opacity: 1;
}

body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item:hover::before,
body:is(.re-owned-template, .re-member-app-template) .re-account-menu-item:focus-within::before {
    background: #e57019;
    opacity: 1;
}

@media (max-width: 1259px) {
body.re-owned-template .gt3_header_builder.mainnav.custom-main-nav > .glassEdge {
        display: none;
    }

body.admin-bar.re-owned-template .gt3_header_builder.mainnav.custom-main-nav {
        top: 46px;
    }

body.admin-bar.re-owned-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled {
        top: 46px;
    }

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder.mainnav.custom-main-nav,
    body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder__container {
        min-height: 60px;
    }

body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder__section-container.container {
        width: calc(100% - 40px);
        min-height: 60px;
    }

body:is(.re-owned-template, .re-member-app-template) .site-title img,
    body:is(.re-owned-template, .re-member-app-template) .custom-header-logo {
        height: 30px !important;
        max-width: none !important;
    }

body:is(.re-owned-template, .re-member-app-template) .desktop-menu {
        display: none;
    }

body:is(.re-owned-template, .re-member-app-template) .mobile-navigation-toggle {
        width: 44px;
        height: 44px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        cursor: pointer;
        transform: translate(5px, 0);
    }

body:is(.re-owned-template, .re-member-app-template) .mobile-navigation-toggle .toggle-box {
        width: 35px !important;
        height: 35px !important;
        display: block;
        background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%20fill='none'%3E%3Cpath%20d='M6%2010h20M6%2016h20M6%2022h20'%20stroke='%23fff'%20stroke-width='3.2'%20stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
    }

body:is(.re-owned-template, .re-member-app-template) .mobile-navigation-toggle .toggle-inner {
        display: none !important;
    }
}

body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation {
    background: var(--re-blue-surface-dark) !important;
    bottom: 0 !important;
    box-shadow: 0 18px 48px rgba(0, 17, 31, 0.28);
    color: #fff !important;
    height: 100vh !important;
    left: auto !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 480px !important;
    display: block !important;
    opacity: 1 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    pointer-events: none !important;
    transform: translate3d(100%, 0, 0) !important;
    transition: transform 320ms cubic-bezier(0.2, 0, 0, 1), visibility 320ms linear !important;
    visibility: hidden !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    will-change: transform, opacity;
    z-index: 99999 !important;
}

@media (max-width: 767px) {
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation {
        background: var(--re-blue-surface-dark) !important;
    }
}

body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation:not(.re-mobile-menu-preopen):not(.re-mobile-menu-closing):not(.slide-mobile-navigation),
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation:not(.re-mobile-menu-preopen):not(.re-mobile-menu-closing):not(.slide-mobile-navigation) {
    display: none !important;
}

body:is(.re-owned-template, .re-member-app-template).re-unified-mobile-menu-open #aicsb-chat-widget {
    display: none !important;
}

body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation.re-mobile-menu-preopen,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation.re-mobile-menu-closing,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation.slide-mobile-navigation,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation.re-mobile-menu-preopen,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation.re-mobile-menu-closing,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation.slide-mobile-navigation {
    display: block !important;
    width: 100% !important;
    max-width: 480px !important;
}

body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation.slide-mobile-navigation,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation.slide-mobile-navigation {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
    visibility: visible !important;
    z-index: 99999 !important;
}

body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation.re-mobile-menu-preopen,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation.re-mobile-menu-closing,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation.re-mobile-menu-preopen,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation.re-mobile-menu-closing {
    opacity: 1 !important;
    pointer-events: none !important;
    transform: translate3d(100%, 0, 0) !important;
    visibility: visible !important;
}

body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation > .container,
body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation > .container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    min-height: 100%;
    padding: 0 !important;
    overflow: auto;
    overscroll-behavior: contain;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu {
    color: #fff;
    font-family: Manrope, Rubik, sans-serif;
    min-height: 100%;
    padding: 5px clamp(26px, 9vw, 48px) calc(72px + env(safe-area-inset-bottom, 0px));
    position: relative;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu * {
    box-sizing: border-box;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu a {
    color: inherit;
    text-decoration: none;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__brand {
    align-items: center;
    display: inline-flex;
    min-width: 0;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__brand-logo {
    display: block !important;
    filter: brightness(0) invert(1) !important;
    height: 26px !important;
    max-height: 26px !important;
    max-width: 170px !important;
    object-fit: contain;
    opacity: 0.5;
    width: auto !important;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu svg {
    display: block;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__quick + .unified-mobile-menu__section {
    display: block;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__section:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-copy {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 550;
    line-height: 1.35;
    margin-top: 5px;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta {
    align-items: stretch;
    background: linear-gradient(135deg, rgba(229, 112, 25, 0.24), rgba(255, 247, 237, 0.08));
    border: 1px solid rgba(237, 124, 41, 0.5);
    border-radius: 3px;
    display: grid;
    gap: 13px;
    grid-template-columns: 42px 1fr 22px;
    margin: 24px 0 22px;
    padding: 12px 13px;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-icon,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__link-icon,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__solution-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-icon {
    height: 42px;
    width: 42px;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-arrow,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__link-arrow {
    align-self: center;
    color: rgba(255, 255, 255, 0.78);
    display: inline-flex;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__quick {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 24px;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__quick-link {
    align-items: center;
    background: var(--quick-bg, rgba(255, 255, 255, 0.08));
    border: 1px solid var(--quick-border, rgba(255, 255, 255, 0.1));
    border-radius: 3px;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    padding: 0 8px;
    text-align: center;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__quick-link--projects,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__quick-link--login {
    --quick-bg: linear-gradient(90deg, rgba(31, 159, 137, 0.18), rgba(255, 255, 255, 0.06));
    --quick-border: rgba(31, 159, 137, 0.42);
    box-shadow: inset 3px 0 0 rgba(31, 159, 137, 0.75);
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__quick-link--reports,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__quick-link--signup {
    --quick-bg: linear-gradient(90deg, rgba(70, 144, 204, 0.18), rgba(255, 255, 255, 0.06));
    --quick-border: rgba(70, 144, 204, 0.42);
    box-shadow: inset 3px 0 0 rgba(70, 144, 204, 0.75);
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__quick-link--support,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__quick-link--pricing {
    --quick-bg: linear-gradient(90deg, rgba(219, 145, 80, 0.18), rgba(255, 255, 255, 0.06));
    --quick-border: rgba(219, 145, 80, 0.42);
    box-shadow: inset 3px 0 0 rgba(219, 145, 80, 0.75);
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-icon {
    background: rgba(237, 124, 41, 0.16);
    border-color: rgba(237, 124, 41, 0.42);
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-icon svg,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__link-icon svg,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__solution-icon svg {
    width: 22px !important;
    height: 22px !important;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-icon svg,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__link-icon svg,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__solution-icon svg,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-arrow svg,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__link-arrow svg {
    display: block !important;
    fill: none !important;
    max-height: none !important;
    max-width: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-kicker {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 210, 179, 0.88);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1.1;
    text-transform: uppercase;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-title,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__link-label,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__solution-label {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 760;
    gap: 7px;
    line-height: 1.18;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta-title {
    display: block;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.15;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__heading {
    color: #fff !important;
    font-family: Manrope, Rubik, sans-serif !important;
    font-size: 24px !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.05 !important;
    margin: 0 0 13px !important;
    padding: 0 !important;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__links,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__solution-list {
    display: grid;
    gap: 7px;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__link,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__solution {
    align-items: center;
    border-radius: 3px;
    display: grid;
    gap: 12px;
    min-height: 44px;
    padding: 8px 8px 8px 0;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__link {
    grid-template-columns: 32px 1fr 18px;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__link-icon {
    height: 32px;
    width: 32px;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__solution {
    grid-template-columns: 38px 1fr;
    min-height: 58px;
    padding-right: 0;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__solution-icon {
    height: 38px;
    width: 38px;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__solution-desc {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 520;
    line-height: 1.32;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__badge.re-member-unread-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    color: #fff;
    background: #d12c2c;
    border: 0 !important;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__badge.re-member-unread-badge[hidden] {
    display: none !important;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__close {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 0 15px !important;
    color: #fff;
    background: transparent !important;
    border: 0 !important;
    border-radius: 5px;
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__close .toggle-inner.fas.fa-bars {
    display: none !important;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__close .toggle-inner {
    display: none !important;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__close .toggle-box {
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%20fill='none'%3E%3Cpath%20d='M12%207.5%2020.5%2016%2012%2024.5'%20stroke='%23fff'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain !important;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 15, 26, 0.22));
    height: 35px !important;
    position: static !important;
    width: 35px !important;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__cta {
    box-shadow: 0 12px 24px rgba(31, 41, 51, 0.12);
    transition: 0.2s ease-in-out;
}

body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__link,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__solution,
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu__quick-link {
    transition: 0.2s ease-in-out;
}

@media (max-width: 1259px) {
body:is(.re-owned-template, .re-member-app-template) .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }

body.admin-bar.re-owned-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled {
        top: 46px !important;
    }
}

/* Member app header layout
 * Member routes use the shared header component, but the account app already
 * reserves its own header band through the account subnav spacing. Keep the
 * member header as the blue app header instead of the landing-page hero overlay.
 */
body.re-member-app-template .gt3_header_builder.mainnav.custom-main-nav,
body.re-member-app-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled,
body.re-member-app-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled.re-sticky-visible {
    background-color: transparent !important;
    background-image: none !important;
    inset: auto !important;
    min-height: 0;
    overflow: visible;
    position: relative !important;
    transform: none !important;
    z-index: 100000;
}

body.re-member-app-template .gt3_header_builder.mainnav.custom-main-nav::before {
    content: none !important;
    display: none !important;
    background-image: none !important;
    opacity: 0 !important;
}

body.re-member-app-template .gt3_header_builder.mainnav.custom-main-nav.pb-header-transparent::before {
    background-image: none !important;
    opacity: 0 !important;
}

body.re-member-app-template .gt3_header_builder__container {
    background: #043d6b !important;
    background-image: none !important;
    min-height: 80px;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 100003;
}

body.re-member-app-template .gt3_header_builder__section-container.container {
    width: calc(100% - 101.594px) !important;
    max-width: none !important;
    min-height: 80px;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
}

body.re-member-app-template .site-title img,
body.re-member-app-template .custom-header-logo {
    left: auto !important;
    padding-left: 0 !important;
}

body.re-member-app-template .custom-navigation .desktop-menu > #menu-main > li > a,
body.re-member-app-template .custom-navigation .desktop-menu > #menu-main > li > .re-solutions-menu-toggle {
    align-items: center;
    display: inline-flex;
    height: 80px;
    line-height: 1;
}

body.re-member-app-template #menu-item-re-solutions > .Myaccount-dropdown,
body.re-member-app-template #menu-item-8846 > .Myaccount-dropdown {
    z-index: 100004 !important;
}

@media (max-width: 1259px) {
    body.re-member-app-template .mobile_menu_container.custom_header_mobile_navigation,
    body.re-member-app-template .mobile_menu_container.elementor_unified_mobile_navigation,
    body.re-member-app-template .mobile_menu_container.custom_header_mobile_navigation.re-mobile-menu-preopen,
    body.re-member-app-template .mobile_menu_container.custom_header_mobile_navigation.re-mobile-menu-closing,
    body.re-member-app-template .mobile_menu_container.custom_header_mobile_navigation.slide-mobile-navigation,
    body.re-member-app-template .mobile_menu_container.elementor_unified_mobile_navigation.re-mobile-menu-preopen,
    body.re-member-app-template .mobile_menu_container.elementor_unified_mobile_navigation.re-mobile-menu-closing,
    body.re-member-app-template .mobile_menu_container.elementor_unified_mobile_navigation.slide-mobile-navigation {
        z-index: 100010 !important;
    }

    body.re-member-app-template.re-unified-mobile-menu-open .gt3_header_builder__container,
    body.re-member-app-template.re-unified-mobile-menu-open .my-account-navigation-submenu {
        pointer-events: none !important;
    }
}

body.re-member-app-template .custom-navigation .desktop-menu > #menu-main > li#menu-item-73433 > a {
    align-items: center;
    align-self: center;
    display: inline-flex;
    height: 45.609px !important;
    justify-content: center;
    line-height: 45.609px;
    min-height: 45.609px;
}

@media (max-width: 1259px) {
    body.re-member-app-template .gt3_header_builder.mainnav.custom-main-nav,
    body.re-member-app-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled,
    body.re-member-app-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled.re-sticky-visible,
    body.re-member-app-template .gt3_header_builder__container {
        min-height: 60px;
    }

    body.re-member-app-template .gt3_header_builder__section-container.container {
        width: calc(100% - 40px) !important;
        min-height: 60px;
    }

    body.re-member-app-template .custom-navigation .desktop-menu > #menu-main > li > a,
    body.re-member-app-template .custom-navigation .desktop-menu > #menu-main > li > .re-solutions-menu-toggle {
        height: 60px;
    }

    body.re-member-app-template .custom-navigation .desktop-menu > #menu-main > li#menu-item-73433 > a {
        height: 45.609px !important;
    }
}

@media (min-width: 1700px) {
    body.re-member-app-template .gt3_header_builder__section-container.container {
        width: calc(100% - 120px) !important;
    }
}

@media (max-width: 480px) {
body:is(.re-owned-template, .re-member-app-template) .unified-mobile-menu {
        padding-right: 5vw;
        padding-left: 5vw;
    }

body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation.re-mobile-menu-preopen,
    body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation.re-mobile-menu-closing,
    body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.custom_header_mobile_navigation.slide-mobile-navigation,
    body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation.re-mobile-menu-preopen,
    body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation.re-mobile-menu-closing,
    body:is(.re-owned-template, .re-member-app-template) .mobile_menu_container.elementor_unified_mobile_navigation.slide-mobile-navigation {
        right: auto !important;
        left: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }
}

@media (max-width: 1259px) {
body:is(.re-owned-template, .re-member-app-template) .custom-navigation .re-public-project-builder-btn > a::before,
body:is(.re-owned-template, .re-member-app-template) .custom-navigation #menu-item-73433.re-public-project-builder-btn > a::before {
        animation: none;
    }
}

body.re-sign-up-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled,
body.re-login-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled,
body.re-sign-up-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled.re-sticky-visible,
body.re-login-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled.re-sticky-visible {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    transition: none !important;
}

body.admin-bar.re-sign-up-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled,
body.admin-bar.re-login-template .gt3_header_builder.mainnav.custom-main-nav.sticky_enabled {
    top: auto !important;
}

body.re-sign-up-template .gt3_header_builder.mainnav.custom-main-nav::before,
body.re-login-template .gt3_header_builder.mainnav.custom-main-nav::before {
    opacity: 0 !important;
    transition: none !important;
}
