/* Page-scoped WCAG remediation: preserve the previous h4/h6 appearance. */
.skip-link {
    position: fixed;
    top: 6.75rem;
    left: 50%;
    z-index: 10000;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    transform: translateX(-50%);
}

#page-top .skip-link:focus,
#page-top .skip-link:focus-visible {
    width: auto;
    height: auto;
    max-width: calc(100vw - 2rem);
    padding: 0.75rem 1rem;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    color: #ffffff !important;
    background-color: #003b5c;
    border: 3px solid #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 3px #003b5c;
    font-family: "Merriweather Sans", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: underline !important;
    outline: 3px solid transparent;
    outline-offset: 2px;
}

@media (max-width: 991.98px) {
    .skip-link {
        top: 0.75rem;
    }
}

.a11y-heading-h4 {
    font-size: 1.5rem;
}

.a11y-tagline {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
