/* ==========================================================
CUSTOM MOBILE MENU 1.02
========================================================== */
.ies-mobile-menu {
    display: none;
}

@media (max-width: 1024px) {
    .header-wrapper .main-navigation {
        display:none !important;
    }

    .ies-mobile-menu {
        display: block;
    }

    /* Mobile hamburger */
    .ies-mobile-toggle {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 30px;
        height: 30px;
        background-color: transparent !important;
        border: none;
        cursor: pointer;
        z-index: 99997;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        padding: 8px;
        border-radius: 8px;
        box-shadow: none;
        padding: 0;
        transform: translateY(-50%);
    }

    .ies-mobile-toggle span {
        height: 2px;
        background: #111;
        display: block;
        width: 100%;
    }

    /* Overlay */
    .ies-mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 99998;
    }

    .ies-mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Slide panel */
    .ies-mobile-panel {
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 100%;
        height: calc(100vh - var(--ies-chrome-offset, 67px));
        background: #fff;
        transition: right .35s ease;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .ies-mobile-panel.active {
        right: 0;
    }

    /* Open state */
    body.ies-mobile-open .ies-mobile-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.ies-mobile-open .ies-mobile-panel {
        transform: translateX(0);
    }

    /* Header */
    .ies-mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px;
        border-bottom: 1px solid #eee;
        background: #fff;
    }

    .site-header .custom-logo-link img {
        width: var(--ies-logo-width, 106px) !important;
        height: var(--ies-logo-height, 50px) !important;
        object-fit: contain;
    }

    .ies-mobile-close {
        border: 0;
        background: none;
        cursor: pointer;
        font-size: 28px;
        line-height: 1;
    }

    /* Content */
    .ies-mobile-content {
        flex: 1;
        overflow: auto;
        padding: 20px;
        position: relative;
        overflow: hidden;
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        border-top: 3px solid var(--ies-light-purple-gray, #F7F7FD);
    }

    .ies-mobile-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .ies-mobile-nav li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ies-mobile-nav a {
        display: block;
        padding: 18px 24px;
        text-decoration: none;
        color: #111;
        font-size: 17px;
        border-bottom: 1px solid #f1f1f1;
    }

    .ies-mobile-nav ul {
        margin: 0;
        padding-left: 20px;
    }

    /* Footer */
    .ies-mobile-footer {
        padding: 0;
        border-top: 1px solid #ececec;
    }

    .ies-mobile-cta {
        display: block;
        text-align: center;
        background: #6A3DF0;
        color: #fff;
        padding: 15px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 600;
    }

    body.ies-mobile-open {
        overflow: hidden;
    }

    .header-wrapper .cta-button a.button {
        min-width: 105px !important;
        padding: 7px 16px !important;
        font-size: 13px !important;
        letter-spacing: 1% !important;
        line-height: 1.2 !important;
    }
}

.mobile-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu-item>a {
    flex: 1;
}

.submenu-toggle {
    border: 0;
    background: none;
    font-size: 22px;
    cursor: pointer;
    padding: 10px;
}

.mobile-submenu {
    display: none;
    margin: 0;
    padding: 0 0 0 18px;
}

.mobile-submenu li {
    list-style: none;
}

.mobile-submenu a {
    display: block;
    padding: 15px 18px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f3f3f3;
}

.ies-submenu-page {
    display: none;
    height: 100%;
    overflow: auto;
}

.ies-root-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ies-root-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: none;
    cursor: pointer;
    gap: 12px;
}

.ies-root-menu li .menu-title,
.ies-root-menu li a {
    font-family: Onest, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.32;
    color: var(--ies-navy, #11294B);
    text-decoration: none;
    width: 100%;
}

.arrow {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ies-navy, #11294B);
    transform: rotate(-90deg);
}

.arrow svg {
    display: block;
    width: 24px;
    height: 24px;
}

.ies-mobile-content {
}

.mobile-view {
    transition: .3s;
}

.mobile-view.slide-left {
    transform: translateX(-30px);
    opacity: 0;
}

.mobile-view.slide-right {
    transform: translateX(30px);
    opacity: 0;
}

.ies-submenu-page {
    display: none;
    height: 100%;
    overflow: auto;
}

.mobile-back {
    border: 0;
    background: transparent !important;
    padding: 18px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.mobile-view ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-view li {
    border-bottom: none;
}

.mobile-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu-item>a {
    flex: 1;
    padding: 18px;
    text-decoration: none;
    color: #111;
    font-size: 17px;
    font-weight: 500;
}

.submenu-toggle {
    width: 56px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
}

.mobile-back {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    border: 0;
    margin-bottom: 20px;
    font-family: Onest;
    font-size: 0;
    gap: 0;
}

.ies-mobile-header {
    display: flex;
    align-items: center;
    border-bottom: none;
    padding: 20px;
    min-height: var(--ies-header-height, 90px);
    justify-content: space-between;
}

.ies-mobile-logo {
    flex: 0;
}

.ies-mobile-header-cta {
    background: var(--ies-vibrant-purple, #5D43DE);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-family: Onest, sans-serif;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: 50px;
    padding: 8px 16px;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    transition: var(--ies-button-transition, background 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease);
}

.ies-mobile-close {
    border: 0;
    background: none;
    font-size: 30px;
    cursor: pointer;
    background-color: transparent !important;
}

.ies-mobile-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: none;
}

.ies-mobile-cta {
    display: block;
    background: var(--ies-vibrant-purple, #5D43DE);
    color: #fff;
    text-align: center;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-family: Onest, sans-serif;
    font-weight: 600;
    margin: 20px 20px 16px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    transition: var(--ies-button-transition, background 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease);
}

.ies-mobile-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    min-height: 44px;
    padding: 10px 14px;
    border-top: 1px solid var(--ies-neutral-gray, #D8D8E0);
    background: var(--ies-light-purple-gray, #F7F7FD);
}

.ies-mobile-links a {
    color: var(--ies-navy, #11294B);
    text-decoration: none;
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
}

.ies-mobile-link-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: var(--ies-navy, #11294B);
}

.ies-mobile-link-icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.ies-submenu-page {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 160px;
}

.ies-menu-root {
    padding-bottom: 160px;
}

.ies-submenu-page .mega-sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.ies-submenu-page .mega-menu-row,
.ies-submenu-page .mega-menu-column {
    overflow: visible !important;
}

.ies-submenu-page .mega-card--mega-gradient .mega-card__media {
    overflow: hidden !important;
}

.ies-submenu-page img {
    /* max-width: 100%; */
    /* height: auto; */
    /* display: block; */
}

@media (max-width: 1024px) {
    .ies-mobile-header-cta:hover {
        background: var(--ies-button-hover);
        border-color: var(--ies-button-hover);
        color: var(--ies-button-text-hover);
    }

    .fixed-header #masthead .header-wrapper .inner-header {
        padding: 16px 20px 20px !important;
    }

    .header-wrapper .cta-button {
        display: block !important;
        padding-right: 50px;
        margin-left: auto !important;
    }

    /* Pre-header stays pinned on mobile so scroll cannot leave a gap. */
    .pre-header,
    html.scrolled-down .pre-header,
    html.scrolled-up .pre-header,
    body.scroll-header .pre-header,
    body.has-ticker-bar.scroll-header .pre-header,
    html.scrolled-down body.has-ticker-bar .pre-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    .has-ticker-bar .pre-header,
    html.scrolled-up body.has-ticker-bar .pre-header {
        top: var(--ies-ticker-height, 34px);
    }

    #masthead .header-wrapper,
    body.scroll-header #masthead .header-wrapper,
    html.scrolled-up #masthead .header-wrapper,
    html.scrolled-down #masthead .header-wrapper,
    html.page-scrolled-250 #masthead .header-wrapper {
        top: var(--ies-preheader-height, 33px) !important;
    }

    .has-ticker-bar #masthead .header-wrapper,
    html.scrolled-up body.has-ticker-bar #masthead .header-wrapper {
        top: var(--ies-chrome-offset, 67px) !important;
    }

    body.has-ticker-bar.scroll-header #masthead .header-wrapper,
    html.scrolled-down body.has-ticker-bar #masthead .header-wrapper {
        top: var(--ies-preheader-height, 33px) !important;
    }

    /* Keep utility/pre-header visible while the menu is open (Figma 619:2951). */
    body.ies-mobile-open .ies-ticker-bar {
        top: 0;
    }

    body.ies-mobile-open.has-ticker-bar .pre-header {
        top: var(--ies-ticker-height, 34px);
    }

    body.ies-mobile-open.has-ticker-bar #masthead .header-wrapper {
        top: var(--ies-chrome-offset, 67px) !important;
    }

    body.ies-mobile-open:not(.has-ticker-bar) #masthead .header-wrapper {
        top: var(--ies-preheader-height, 33px) !important;
    }

    body.ies-mobile-open .ies-mobile-overlay {
        display: none;
    }

    .mobile-view li:first-child {
        padding-top: 0;
    }

    .pre-header-menu-list {
        gap: 20px;
    }

    .prehtextsize a, ul.pre-header-menu-list li a {
        font-size: 12px !important;
    }

    .pre-header-menu-list li a span {
        font-size: 11px;
    }

    .ies-mobile-menu .ies-mobile-close {
        position: absolute;
        top: 26px;
        right: 20px;
        width: 30px;
        height: 30px;
        background-color: transparent !important;
        border: none;
        cursor: pointer;
        z-index: 99997;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        box-shadow: none;
        padding: 0;
        font-size: 0;
    }

    .ies-mobile-menu .ies-mobile-close:before,
    .ies-mobile-menu .ies-mobile-close:after {
        content: "";
        background: var(--ies-navy, #11294B);
        width: 30px;
        height: 2px;
        display: block;
        position: absolute;
        top: 14px;
        left: 0;
        border-radius: 2px;
    }

    .ies-mobile-menu .ies-mobile-close:before {
        transform: rotate(45deg);
    }

    .ies-mobile-menu .ies-mobile-close:after {
        transform: rotate(-45deg);
    }

    .ies-mobile-menu .mobile-back:after {
        content: "Go back";
        display: block;
        font-family: Onest, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
        color: var(--ies-vibrant-purple, #5D43DE);
    }

    .ies-mobile-menu .mobile-back:before {
        content: "";
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M1.64679 6.42857L6.61157 11.3934L6 12L0 6L6 0L6.61157 0.606643L1.64679 5.57143H12V6.42857H1.64679Z" fill="%235D43DE"/></svg>');
        display: block;
        height: 12px;
        width: 12px;
        background-size: cover;
        background-position: center;
        margin-right: 8px;
    }

    .ies-mobile-submenu-title,
    .ies-mobile-menu .mega-block-title {
        font-family: Onest, sans-serif;
        font-weight: 800;
        font-size: 36px;
        line-height: 1.1;
        color: var(--ies-navy, #11294B);
        margin: 0 0 30px;
    }

    .ies-mobile-menu .mega-block-title + .textwidget {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .ies-mobile-menu .mega-block-title + .textwidget p {
        margin: 0;
    }

    .ies-mobile-menu .textwidget > div:not([class]) {
        padding-bottom: 15px;
        border-bottom: 2px solid var(--ies-neutral-gray, #D8D8E0);
        margin-bottom: 20px;
        font-family: Onest;
        font-weight: 500;
        font-size: 12px;
        line-height: 110.00000000000001%;
        letter-spacing: 5%;
        text-transform: uppercase;
    }

    .ies-mobile-menu .textwidget .box-hover a {
        font-family: Onest;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0%;
        display: block;
        margin-bottom: 5px;
    }

    .ies-mobile-menu .textwidget .box-hover p {
        margin: 0;
        font-family: Onest;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }

    .ies-mobile-menu .box-hover {
        margin-bottom: 20px;
    }

    .ies-mobile-menu .textwidget .btn-outline {
        border: 2px solid var(--ies-primary, #5D43DE);
        padding: 10px 22px;
        display: inline-block;
        border-radius: 50px;
        margin-top: 10px;
        margin-bottom: 40px;
        line-height: 1.2;
        font-family: Onest;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1%;
    }

    .ies-mobile-menu .menu-after-footer-row {
        display: none;
    }

    .ies-mobile-menu li.mega-gradient .textwidget > div:not([class]) {
        padding: 0;
        border: none;
        font-size: inherit;
        line-height: inherit;
        letter-spacing: unset;
        text-transform: unset;
        margin: 0;
    }

    .ies-mobile-menu li.mega-gradient ul.mega-sub-menu {
        background: var(--purples-grad);
        border-radius: 20px;
        padding: 30px;
        color: #fff;
        display: flex !important;
        flex-direction: column-reverse;
        gap: 30px;
        margin-top: 40px;
    }

    .ies-mobile-menu .mega-block-title + .textwidget:empty {
        margin: 0;
    }

    .ies-mobile-menu li.mega-gradient .textwidget > div:not([class]) h5 {
        font-weight: 700;
        font-size: 20px;
        line-height: 114.99999999999999%;
        color: #fff;
    }

    .ies-mobile-menu li.mega-gradient .textwidget > div:not([class]) p {
        font-family: Onest;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        margin-bottom: 20px;
    }

    .ies-mobile-menu li.mega-gradient .textwidget > div:not([class]) a.btn-arrow {
        font-family: Onest;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .ies-mobile-menu li.mega-gradient a.btn-arrow:after {
        content: "";
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="12" fill="white"/><path d="M13.9457 11.9999L9.3457 7.39995L10.0535 6.6922L15.3612 11.9999L10.0535 17.3077L9.3457 16.6L13.9457 11.9999Z" fill="%235D43DE"/></svg>');
        width: 24px;
        height: 24px;
        background-size: cover;
        display: inline-block;
    }

    .ies-mobile-menu li.mega-gradient ul.mega-sub-menu .widget_media_image {
        height: 344px;
        background: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        width: 100%;
        overflow: hidden !important;
    }

    .ies-mobile-menu li.mega-gradient ul.mega-sub-menu .widget_media_image img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        border-radius: 0;
    }

    /* ---- IES ACF mega panel (replaces Max Mega Menu clones) ---- */
    .ies-mobile-menu .ies-mobile-submenu.mega-panel,
    .ies-mobile-menu .ies-mobile-submenu.sub-menu {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
    }

    .ies-mobile-menu .mega-panel__inner,
    .ies-mobile-menu .mega-panel__main {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
        max-width: none;
        padding: 0;
        margin: 0;
    }

    .ies-mobile-menu .mega-panel__aside {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        max-width: none;
    }

    /* Every group collapses to a single column on mobile. */
    .ies-mobile-menu .mega-panel__group,
    .ies-mobile-menu .mega-panel__links {
        --mega-cols: 1;
        display: block;
        width: 100%;
        min-width: 0;
    }

    .ies-mobile-menu .mega-panel__group-actions {
        margin-top: 1rem;
    }

    .ies-mobile-menu .mega-panel__link-desc {
        display: block;
        margin-top: 2px;
        font-family: Onest, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
        color: #5A6478;
    }

    /* The mobile panel has its own footer already. */
    .ies-mobile-menu .mega-panel__footer {
        display: none;
    }

    .ies-mobile-menu .mega-panel__heading {
        display: block;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid var(--ies-neutral-gray, #D8D8E0);
        font-family: Onest, sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.1;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: var(--ies-navy, #11294B);
        opacity: 0.7;
        text-decoration: none;
    }

    .ies-mobile-menu .mega-panel__link {
        display: block;
        margin: 0;
        padding: 0.55rem 0;
        font-family: Onest, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
        color: var(--ies-navy, #11294B);
        text-decoration: none;
    }

    .ies-mobile-menu .mega-panel__link-title {
        display: block;
    }

    .ies-mobile-menu .mega-panel__group-actions .mega-btn--secondary,
    .ies-mobile-menu .mega-panel__group-actions .mega-btn--outline {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 24px;
        padding: 12px 24px;
        border: 2px solid var(--ies-vibrant-purple, #5D43DE);
        border-radius: 50px;
        background: transparent;
        color: var(--ies-vibrant-purple, #5D43DE);
        font-family: Onest, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0.01em;
        text-decoration: none;
    }

    .ies-mobile-menu .mega-card.box-hover,
    .ies-mobile-menu .mega-card--box-hover {
        margin-bottom: 1rem;
        padding: 10px;
    }

    .ies-mobile-menu .mega-card.mega-gradient,
    .ies-mobile-menu .mega-card--mega-gradient {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 30px;
        margin-top: 1rem;
        padding: 30px;
        border-radius: 20px;
        color: #fff;
        background: var(--purples-grad, linear-gradient(89.25deg, #4D4285 0%, #5D43DE 70%, #A4A2E6 100%));
        overflow: hidden;
    }

    .ies-mobile-menu .mega-card--mega-gradient .mega-card__body {
        flex: none;
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .ies-mobile-menu .mega-card--mega-gradient .mega-card__media {
        flex: none;
        width: 100%;
        max-width: none;
        aspect-ratio: 1;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ies-mobile-menu .mega-card--mega-gradient .mega-card__media img,
    .ies-mobile-menu .mega-card--mega-gradient .mega-card__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
        display: block;
    }

    .ies-mobile-menu .mega-card--mega-gradient .mega-card__title {
        font-family: Onest, sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.15;
        color: #fff;
        margin: 0 0 8px;
    }

    .ies-mobile-menu .mega-card--mega-gradient .mega-card__excerpt {
        font-family: Onest, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
        color: #fff;
        margin: 0 0 20px;
    }

    .ies-mobile-menu .mega-card--mega-gradient .mega-btn--text-arrow {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2;
    }

    .ies-mobile-menu .mega-card.mega-gradient .mega-card__title,
    .ies-mobile-menu .mega-card.mega-gradient .mega-card__excerpt,
    .ies-mobile-menu .mega-card.mega-gradient .mega-card__eyebrow,
    .ies-mobile-menu .mega-card--mega-gradient .mega-card__title,
    .ies-mobile-menu .mega-card--mega-gradient .mega-card__excerpt,
    .ies-mobile-menu .mega-card--mega-gradient .mega-card__eyebrow {
        color: #fff;
    }

    .ies-mobile-menu .ies-mobile-submenu.sub-menu:not(.mega-panel) {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ies-mobile-menu .ies-mobile-submenu.sub-menu:not(.mega-panel) > li > a {
        display: block;
        padding: 0.75rem 0;
        font-family: Onest, sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--ies-navy, #11294B);
        text-decoration: none;
        border-bottom: 1px solid var(--ies-neutral-gray, #D8D8E0);
    }
}
@media(max-width: 1024px) {
    .scroll-header.has-ticker-bar #masthead .header-wrapper {
        top: var(--ies-preheader-height, 33px) !important;
    }

    .scrolled-up .scroll-header.has-ticker-bar #masthead .header-wrapper {
        top: var(--ies-chrome-offset, 67px) !important;
    }
}