/* Funding acknowledgement and WCAG 2.1 AA support */
body,
a,
a:active,
a:focus {
    color: #595959;
}

.text-medium-gray,
.text-extra-medium-gray,
.text-greenish-gray {
    color: #595959 !important;
}

.text-salmon-rose {
    color: #6b5300 !important;
}

main .text-white.opacity-6 {
    opacity: 1 !important;
}

.btn.btn-green,
.home-startup .rs-btn {
    color: #232323 !important;
}

.home-startup .rs-btn > div {
    background: #715800 !important;
}

.skip-link {
    position: fixed;
    top: 0;
    left: 1rem;
    z-index: 100000;
    padding: .75rem 1rem;
    color: #fff;
    background: #123f72;
    transform: translateY(-120%);
}

.skip-link:focus { transform: translateY(0); }

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.funding-mark {
    position: absolute;
    z-index: 1040;
    top: 86px;
    right: 18px;
    width: min(46vw, 560px);
    margin: 0;
    background: #fff;
    border: 1px solid #d7dce2;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .22);
}

.funding-mark a,
.funding-mark img { display: block; width: 100%; }

.funding-mark img { height: auto; }

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #ffcf33 !important;
    outline-offset: 3px !important;
}

.funding-page {
    min-height: 100vh;
    padding: 8rem 1.25rem 4rem;
    color: #262b32;
    background: #f4f7f9;
}

.funding-page article {
    width: min(100%, 820px);
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    background: #fff;
    border-top: 6px solid #18558c;
    box-shadow: 0 8px 30px rgba(22, 49, 76, .12);
}

.funding-page h1 { color: #123f72; line-height: 1.2; }
.funding-page p { font-size: 1.125rem; line-height: 1.75; }
.funding-page .funding-page-logo { width: 100%; height: auto; margin: 2rem 0; }
.funding-page .back-link { color: #124f86; font-weight: 600; text-decoration: underline; }

@media (max-width: 767px) {
    .funding-mark {
        top: 72px;
        right: 18px;
        left: 18px;
        width: auto;
    }

    .funding-page { padding-top: 5rem; }
    .funding-page p { font-size: 1rem; }
}

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