

.header--overlap {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 6;
    
}

.header.header--1.header--overlap .ui-icon svg{margin-right:5px;}
/* Fixes HS editor overlapping problem */

.hs-inline-edit .header--overlap {
    z-index: 2147483599;
}

/* .header--overlap:not(.header--sticky-active) {
    background: none;
} */

/* .header--overlap:not(.header--sticky-active) .header__section--main {
    background: none;
} */
.header--1.header--overlap a.site-search__open.ui-icon:hover{color: #0b194a;}
.header--overlap:not(.header--sticky-active) .header__search {
    border-left-color: rgba(255, 255, 255, .2);
}

@media (max-width: 767px) {
    .header--overlap:not(.header--sticky-active) .header__lang {
        border-right-color: rgba(255, 255, 255, .2);
    }
}

.header--overlap:not(.header--sticky-active) .lang-select__button {
    color: #fff;
}

/* .header--overlap:not(.header--sticky-active) .header__mobile-nav .mnav__open {
    color: #fff;
} */

/* .header--overlap:not(.header--sticky-active) .header__nav .nav__list--level1 > li > .nav__link {
    color: #fff;
} */

.header--overlap:not(.header--sticky-active) .header__nav .nav--arrows .nav__list--level1 > .nav__item--branch > a {
    background-image: url("data:image/svg+xml, <svg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'><path d='M3.60311 4.14644C3.40785 4.34171 3.40785 4.65829 3.60311 4.85356L6.60312 7.85355C6.79837 8.0488 7.11497 8.0488 7.31022 7.85355L10.3102 4.85356C10.5055 4.65829 10.5055 4.34171 10.3102 4.14644C10.115 3.95119 9.79837 3.95119 9.60312 4.14644L6.95667 6.7929L4.31022 4.14644C4.11496 3.95119 3.79838 3.95119 3.60311 4.14644Z' fill='%23ffffff' fill-opacity='1.00'></path></svg>");
    )}

.header--overlap:not(.header--sticky-active) .header__nav .nav__link .super-text {
    color: rgba(255, 255, 255, 1.00);
}