@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Inter', sans-serif;
    line-height: normal;
    letter-spacing: 0;
    color: #27272A;
    background: #fff;
}
.primary-menu .current_page_ancestor {
    text-decoration: none;
    font-weight: 700;
}
.container {
    max-width: 1440px;
    padding: 0 45px;
    width: 100%;
    margin: 0 auto;
}
.site-logo img {
    max-width: 240px;
}
.header-titles .site-logo {
    margin: 0;
}
.header-inner {
    max-width: 1440px;
    padding: 32px 45px;
    width: 100%;
}
.primary-menu > li:first-child {
    margin: 0;
}
.primary-menu > li {
    margin: 0 0 0 45px;
}
.toggle-inner .toggle-text {
    display: none;
}
.header-inner .toggle path {
    fill: none;
}
.header-toggles .toggle {
    padding: 0;
    height: auto;
}
.header-titles-wrapper {
    margin: 0 45px 0 0;
}
.header-titles {
    margin: 0;
}
.header-inner .toggle-wrapper::before {
    display: none;
}
.primary-menu-wrapper + .header-toggles {
    margin: 0 0 0 45px;
}
ul.primary-menu {
    margin: 0;
}
body:not(.overlay-header) .primary-menu > li > a, 
body:not(.overlay-header) .primary-menu > li > .icon, 
.modal-menu a, 
.footer-menu a, 
.footer-widgets a:where(:not(.wp-block-button__link)), 
#site-footer .wp-block-button.is-style-outline, 
.wp-block-pullquote:before, 
.singular:not(.overlay-header) .entry-header a, 
.archive-header a, 
.header-footer-group .color-accent, 
.header-footer-group .color-accent-hover:hover {
    color: #27272A;
}
.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: none;
    font-weight: 700;
}
.primary-menu a:hover {
    -webkit-text-stroke: 0.7px #27272A;
    text-decoration: none;
}

.primary-menu .sub-menu a:hover {
    -webkit-text-stroke: 0.7px #fff;
    color: #fff;
    text-decoration: none;
}
/* .primary-menu li.current-menu-item > a:before, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a:before,
.primary-menu a:hover:before {
    opacity: 1;
} */
/* .primary-menu a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #BA0C2F;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
} */
.primary-menu a {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    padding: 6px 0;
    position: relative;
    font-weight: 400;
}
.search-submit:hover,
.search-modal .search-submit:hover {
    color: #27272A;
}
.search-submit,
.search-modal .search-submit {
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #94A3B8;
    width: 32px;
    height: 32px;
}
.search-modal .search-field::-moz-placeholder {
    color: #94A3B8;
    font-family: 'inter', sans-serif;
}
.search-modal .search-field:-ms-input-placeholder {
    color: #94A3B8;
    font-family: 'inter', sans-serif;
}
.search-modal .search-field::-ms-input-placeholder {
    color: #94A3B8;
    font-family: 'inter', sans-serif;
}
.search-modal .search-field::-webkit-input-placeholder {
    color: #94A3B8;
    font-family: 'inter', sans-serif;
}
.search-modal .search-field::placeholder {
    color: #94A3B8;
    font-family: 'inter', sans-serif;
}
.search-modal .search-field {
    height: 45px;
    background: #F2F2F2;
    border-radius: 45px;
    border: none;
    outline: none;
    padding: 11px 45px 10px 52px;
    margin: 0;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    color: #27272A;
    max-width: 100%;
    width: 100%;
    font-family: 'inter', sans-serif;
}
.search-modal-inner .section-inner {
    padding: 32px 45px;
    max-width: 1440px;
    width: 100%;
}
.primary-menu ul li.menu-item-has-children > a {
    padding: 6px 38px 6px 20px;
}
.primary-menu > li.menu-item-has-children > a {
    padding-right: 24px;
}
body:not(.overlay-header) .primary-menu > li > ul:after,
.primary-menu ul::after {
    border-bottom-color: #002F6C;
}
.primary-menu ul ul::after,
body:not(.overlay-header) .primary-menu ul ul:after {
    border-left-color: #002F6C;
}
.primary-menu ul,
body:not(.overlay-header) .primary-menu ul {
    background: #002F6C;
}
.primary-menu ul {
    width: 250px;
}
.primary-menu .sub-menu a:before {
    display: none;
}
.admin-bar #site-header {
    top: 32px;
}
#site-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
main#site-content {
    margin-top: 136px;
}
a:-webkit-any-link:focus-visible {
    outline: none;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
    text-decoration: none;
}
@media (min-width: 992px) {
    .header-inner .toggle-wrapper.nav-toggle-wrapper {
        display: none;
    }
}
@media (max-width: 1365px) {
    .primary-menu > li {
        margin: 0 0 0 30px;
    }
    .site-logo img {
        max-width: 180px;
    }
    .header-titles-wrapper {
        margin: 0 30px 0 0;
    }
    .primary-menu-wrapper + .header-toggles {
        margin: 0 0 0 30px;
    }
    main#site-content {
        margin-top: 118px;
    }
}
@media (max-width: 1199px) {
    main#site-content {
        margin-top: 89px;
    }
    .primary-menu > li {
        margin: 0 0 0 20px;
    }
    .primary-menu > li.menu-item-has-children > a {
        padding-right: 20px;
    }
    .site-logo img {
        max-width: 130px;
    }
    .header-titles-wrapper {
        margin: 0 25px 0 0;
    }
    .header-inner {
        padding: 25px 40px;
    }
    .primary-menu a {
        font-size: 18px;
    }
    .primary-menu-wrapper + .header-toggles {
        margin: 0 0 0 20px;
    }
}
@media (max-width: 991px) {
    body:not(.overlay-header) #site-header .toggle{
        color: #002F6C;
    }
    .menu-modal .toggle{
        color: #27272A;
    }
    main#site-content {
        margin-top: 76.55px;
    }
    .site-logo img {
        max-width: 148.5px;
    }
    .container {
        padding: 0 40px;
    }
    .header-titles-wrapper {
        margin: 0;
        padding: 0;
        justify-content: flex-start;
    }
    .header-inner .toggle.mobile-nav-toggle path {
        fill: currentColor;
    }
    .nav-toggle .toggle-inner {
        padding-top: 0;
        height: auto;
    }
    .nav-toggle .toggle-icon, .nav-toggle svg {
        height: auto;
        width: auto;
    }
    .header-inner .toggle.mobile-search-toggle {
        display: none;
    }
    .header-inner {
        padding: 16px;
    }
    .header-inner .toggle {
        display: block;
        right: 16px;
        width: 32px;
        padding: 0;
        height: 32px;
        top: 50%;
        transform: translateY(-50%);
        outline: none;
    }
    /* .menu-modal {
        max-width: 327px;
        padding: 93px 24px 24px;
    } */
    .menu-modal-inner {
        max-width: 327px;
        padding: 93px 24px 24px;
    }
    .menu-modal.active {
        right: 0;
        left: auto;
        z-index: 9999;
    }
    .search-modal.mobile-search {
        background: transparent;
        opacity: 1;
        position: static;
        display: block;
    }
    button.close-nav-toggle {
        width: 32px;
        height: 32px;
        right: 16px;
        position: absolute;
        display: flex;
        top: 16px;
        justify-content: center;
        align-items: center;
        padding: 0;
        outline: none;
    }
    .section-inner {
        width: 100%;
        position: static;
    }
    .mobile-menu {
        margin-top: 45px;
    }
    .modal-menu > li > a:hover,
    .modal-menu a:focus, .modal-menu a:hover, 
    .modal-menu > li > .ancestor-wrapper > a:hover {
        -webkit-text-stroke: 0.7px #27272A;
        text-decoration: none;
    }
    .modal-menu li.current-menu-item > .ancestor-wrapper > a, 
    .modal-menu li.current_page_ancestor > .ancestor-wrapper > a{
        font-weight: 700;
        text-decoration: none;
    }
    .modal-menu > li > a, 
    .modal-menu > li > .ancestor-wrapper > a {
        font-size: 20px;
        padding: 16px 0;
        letter-spacing: 0;
        line-height: normal;
        color: #27272A;
        font-weight: 400;
        text-decoration: none;
    }
    .menu-wrapper .menu-item {
        border: 0;
        /* margin-bottom: 32px; */
    }
    .modal-menu {
        position: relative;
        left: 0;
        width: 100%;
    }
    button.sub-menu-toggle {
        border-left: 0;
        flex-shrink: 0;
        margin: 0 0 0 10px;
        padding: 0;
    }
    .modal-menu .sub-menu li {
        padding-left: 20px;
    }
    .modal-menu .sub-menu .sub-menu a {
        padding: 10px 0;
    }
    .modal-menu .sub-menu a {
        padding: 10px 0;
        font-size: 20px;
        letter-spacing: 0;
        line-height: normal;
        color: #27272A;
        font-weight: 400;
    }
    .menu-modal:before {
        content: '';
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        background: #27272A;
        opacity: .5;
        z-index: -1;
    }
}
@media  (max-width: 782px) {
    .admin-bar #site-header {
        top: 46px;
    }
}
@media  (max-width: 600px) {
    .admin-bar #site-header.sticky {
        transition: top 0.3s ease-in-out; 
    }
    .admin-bar #site-header.sticky {
        top: 0;
    }
}