/* Scoped shell integration. Original responsive rules remain the layout authority. */
#header { position: relative; z-index: 20; }
#header .top-header { background: #304b82 !important; }
#header .submenu-toggle { position: relative; vertical-align: middle; width: 20px; height: 26px; padding: 0; border: 0; background: transparent; cursor: pointer; }
#header .submenu-toggle::before { content: ''; position: absolute; inset: 0 -2px; }
#header .submenu-toggle span { display: inline-block; width: 7px; height: 7px; border: solid currentColor; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); margin: 0 0 4px 3px; }
#header .main-navigation > .main-menu .menu-item-has-children > a::after { content: none; }
#header .main-navigation .sub-menu { z-index: 25; }
#header .main-navigation .sub-menu[hidden] { display: none !important; }
#header .main-navigation .sub-menu:not([hidden]) { display: block; }
#header .main-menu li:hover > a { color: #7794d0 !important; }
#header .main-menu .current-menu-item > a { color: #7794d0 !important; }
#header .main-menu .sub-menu a { color: #000 !important; }
#header .main-menu .sub-menu .current-menu-item > a { color: #7794d0 !important; text-decoration: underline; }
.site-footer .footer-menu a::before { content: ''; width: 8px; height: 8px; border: solid currentColor; border-width: 0 2px 2px 0; font-family: inherit; transform: translateY(-50%) rotate(-45deg); }
.breadcrumb-wrap { display: flex; align-items: center; gap: 4.5px; }
.breadcrumb-wrap a { color: #fff; text-decoration: none; font-size: 18px; font-weight: 300; }
.breadcrumb-icon { display: inline-flex; align-items: center; }
:where(#header, #footer, .inner-banner) :is(a,button):focus-visible, .skip-link:focus-visible { outline: 3px solid #172846; outline-offset: 3px; box-shadow: 0 0 0 5px #fff; }
.skip-link:focus { z-index: 10000000; }
#main:focus { outline: none; }
@media (min-width: 992px) { #header .main-menu { align-items: center; } }
@media (max-width: 991px) {
    #header .menu-toggle { position: static; min-height: 40px; }
    #header .main-navigation.active { height: 100dvh; }
    #header .main-navigation .menu-close-btn { min-width: 32px; min-height: 32px; }
    #header .main-menu > .menu-item-has-children { position: relative; }
    #header .submenu-toggle { min-width: 32px; height: 32px; margin-left: 5px; }
    #header .main-navigation .sub-menu { box-shadow: none; }
    body.open-menu-active { overflow: hidden; }
}
@media (prefers-reduced-motion: reduce) { #header .main-navigation { transition: none; } }
