@charset "utf-8";

:root {
    font-size: 16px;
    --blue-dark: #063750;
    --blue-text: #163f68;
    --body-text: #18324c;
    --muted: #8f9398;
    --border: #d6d6d6;
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/noto-sans-v37-latin-regular.eot");
    src: url("../fonts/noto-sans-v37-latin-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/noto-sans-v37-latin-regular.woff2") format("woff2"),
        url("../fonts/noto-sans-v37-latin-regular.woff") format("woff"),
        url("../fonts/noto-sans-v37-latin-regular.ttf") format("truetype"),
        url("../fonts/noto-sans-v37-latin-regular.svg#NotoSans") format("svg");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/noto-sans-v37-latin-700.eot");
    src: url("../fonts/noto-sans-v37-latin-700.eot?#iefix") format("embedded-opentype"),
        url("../fonts/noto-sans-v37-latin-700.woff2") format("woff2"),
        url("../fonts/noto-sans-v37-latin-700.woff") format("woff"),
        url("../fonts/noto-sans-v37-latin-700.ttf") format("truetype"),
        url("../fonts/noto-sans-v37-latin-700.svg#NotoSans") format("svg");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: var(--body-text);
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    padding: 1rem;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}

#wrapper {
    max-width: 50rem;
    margin: 0 auto;
    background: #ffffff;
    border: 0.0625rem solid #d9d9d9;
    overflow: hidden;
}

.hero {
    background: #ffffff;
}

.logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: 2rem 1.5rem 1.4rem;
}

.logo-row a:first-child img {
    width: 9.6rem;
}

.logo-row a:last-child img {
    width: 9rem;
}

.hero-copy {
    width: 25rem;
    margin: 1rem auto 3rem;
}

.eyebrow {
    color: #000000;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.25rem;
    text-align: left;
}

.hero-copy h1 {
    color: var(--blue-text);
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.94;
    margin: 0.75rem 0;
}

.subtitle {
    color: #000000;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
}

.hero-image {
    width: 100%;
}

.quickfacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1.45rem 3rem 1.75rem;
}

.fact-card {
    display: grid;
    grid-template-columns: 2rem 1fr;
    column-gap: 0.9rem;
    padding: 0.9rem 0.7rem;
}

.fact-card:nth-child(odd) {
    border-right: 0.0625rem solid var(--border);
    padding-right: 1.25rem;
}

.fact-card:nth-child(even) {
    padding-left: 1.3rem;
}

.fact-card:nth-child(n + 3) {
    border-top: 0.0625rem solid var(--border);
}

.fact-card__icon {
    width: auto;
    max-height: 1.75rem;
    margin-top: 0.15rem;
    justify-self: center;
}

.fact-card__title {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    line-height: 1.1;
    margin-bottom: 0.45rem;
}

.fact-card__copy p {
    color: #000000;
    font-size: 0.86rem;
    line-height: 1.2;
}

.contact-bar {
    background: var(--blue-dark);
    color: #ffffff;
    padding: 2.5rem 3rem;
}

.contact-bar__title {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    margin-bottom: 0.85rem;
}

.contact-bar__details {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
}

.contact-bar__details a,
.contact-bar__details p {
    white-space: nowrap;
}

.content-inner {
    padding: 4.4rem 7rem 0;
}

.page-title {
    color: #000000;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2.5rem;
}

.text-section {
    margin-bottom: 2.55rem;
}

.text-section h3 {
    color: var(--blue-text);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.1rem;
}

.text-section p,
.diamond-list li {
    color: var(--body-text);
    font-size: 1rem;
    line-height: 1.45;
    hyphens: auto;
}

.text-section p {
    margin-bottom: 1.1rem;
}

.diamond-list {
    list-style: none;
}

.diamond-list li {
    margin-bottom: 0.35rem;
    padding-left: 1rem;
    position: relative;
}

.diamond-list li::before {
    content: "\2666";
    color: var(--body-text);
    font-size: 0.72rem;
    left: 0;
    line-height: 1.8;
    position: absolute;
    top: 0;
}

.image-strip {
    margin: 2rem 0 0;
}

.text-section--closing h3 {
    margin-bottom: 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    color: #0f5eaa;
}
a.link:hover {
    text-decoration: underline;
}

.address-block {
    margin: 1.7rem 0 2.4rem;
}

p.disclaimer {
    font-size: 0.8rem;
    line-height: 1.3;
    margin: 3rem 0 1rem;
}

.page-footer {
    position: relative;
    padding-top: 1.55rem;
}

.footer-mark {
    left: 1rem;
    position: absolute;
    top: 0.90rem;
    transform: translateY(-34%);
    width: 4rem
}

.contact-bar--bottom {
    background: var(--blue-dark);
    color: #ffffff;
    padding: 1rem 2.5rem 3rem 7rem;
}

@media only screen and (max-width: 49rem) {
    body {
        padding: 0;
    }

    #wrapper {
        border: none;
    }
}

@media only screen and (max-width: 40rem) {
    .quickfacts,
    .contact-bar,
    .content-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .content-inner {
        padding-top: 2.5rem;
    }

    .eyebrow,
    .hero-copy h1,
    .subtitle {
        text-align: center;
    }

    .hero-copy h1 {
        font-size: 1.75rem;
    }
    .subtitle,
    .eyebrow {
        font-size: 1rem;
    }

    .subtitle {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 35rem) {
    .logo-row {
        flex-direction: column;
        gap: 1rem;
    }

    .quickfacts {
        grid-template-columns: 1fr;
    }

    .fact-card,
    .fact-card:nth-child(odd),
    .fact-card:nth-child(even),
    .fact-card:nth-child(n + 3) {
        border: none;
        padding: 0.8rem 0;
    }

    .fact-card + .fact-card {
        border-top: 0.0625rem solid var(--border);
    }

    .contact-bar__details {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }

    .contact-bar__details a,
    .contact-bar__details p {
        white-space: normal;
    }

    .page-title {
        font-size: 1.95rem;
    }

    .footer-mark {
        display: none;
    }
.contact-bar--bottom {
    padding: 1rem;
}

}
