.site-header-inner {
    min-height: 4rem;
    position: relative;
}

.site-nav {
    align-items: center;
    display: flex;
    gap: 2rem;
}

.site-nav a {
    color: inherit;
    text-decoration: none;
}

.site-nav a[aria-current="page"] {
    background: #fff;
    border-radius: .25rem;
    color: #2b4ba0;
    font-weight: 600;
    padding: .25rem .5rem;
}

.site-menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: .375rem;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
    width: 2.75rem;
}

.site-menu-toggle svg {
    height: 1.5rem;
    width: 1.5rem;
}

.site-menu-toggle:focus-visible,
.site-nav a:focus-visible {
    outline: 3px solid #7dd3fc;
    outline-offset: 3px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    justify-content: center;
    margin-top: .5rem;
}

.site-footer {
    background: #12327f;
    color: #d1d5db;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.site-footer img {
    object-fit: contain;
}

.newsc .thumb {
    aspect-ratio: 16 / 10;
}

.newsc .thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.footer-links a {
    color: #cbd5e1;
    font-size: .875rem;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .site-header-inner {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: .75rem;
        padding-top: .75rem;
    }

    .site-menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        background: rgba(22, 53, 133, .98);
        border-radius: .5rem;
        display: none;
        flex-direction: column;
        gap: 0;
        margin-top: .75rem;
        overflow: hidden;
        width: 100%;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a,
    .site-nav a[aria-current="page"] {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        border-radius: 0;
        color: #fff;
        display: block;
        padding: .75rem 1rem;
        width: 100%;
    }

    .site-nav a:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
