@import url(https://fonts.bunny.net/css?family=manrope:500,700);

body, h1, h2, h3, h4, h5 {
    font-family: 'Manrope', sans-serif !important;
}

.results-site-header {
    background: #003475;
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    z-index: 100;
}

.results-site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 auto;
    padding: 0px 20px;
    height: 40px;
}

.results-site-header__brand {
    position: absolute;
    left: 20px;
    top: 0px;
    text-decoration: none;
    display: flex;;
}

.results-site-header__brand:hover,
.results-site-header__brand:focus-visible,
.results-site-header__link:hover,
.results-site-header__link:focus-visible {
    text-decoration: none;
}

.results-site-header__logo {
    display: block;
    width: 48px;
    height: auto;
}

.results-site-header__titles {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.results-site-header__eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.85;
}

.results-site-header__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
}

.results-site-header__link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

body.is-webapp .results-site-header__link {
    display: none;
}

body.results-header-frame {
    margin: 0;
    background: #003475;
}

body.results-header-frame .results-site-header {
    box-shadow: none;
}

body.results-header-frame .results-site-header__inner {
    padding: 10px 16px;
}

@media (max-width: 640px) {
    .results-site-header__inner {
        padding: 0px 14px;
        gap: 12px;
        height: 40px;
    }

    .results-site-header__logo {
        width: 40px;
    }

    .results-site-header__title {
        font-size: 20px;
    }

    .results-site-header__eyebrow,
    .results-site-header__link {
        font-size: 11px;
    }

    span.results-site-header__title {
        padding-top: 8px;
    }
}

@media print {
    .results-site-header {
        display: none;
    }
}

.results-site-header__eyebrow {
    display: none;
    color: white;
}

.results-site-header__eyebrow a {
    color: white !important;
}

span.results-site-header__title {
    color: white;
    padding-top: 8px;
    padding-left: 16px;
}

a.back-to-colsc {
    display: none;
}