* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: 1px dotted #333;
}

body {
    font-family: "proxima-nova", sans-serif;
}

@font-face {
    font-family: 'noah';
    src: url('/assets/fonts/noah/Noah-Regular.otf');
}

.noah {
    font-family: "noah", "proxima-nova", sans-serif;
}

a {
    color: #1a8668;
}

picture, img {
    display: block;
    margin: 0;
}

.pn {
    font-family: "proxima-nova", Arial, sans-serif;
}

.pn-ec {
    font-family: "proxima-nova-extra-condensed", Arial Narrow, sans-serif;
}

.freight {
    font-family: "freight-text-pro", serif;
}

.osRed {
    color: #B30737;
}

.hover-osRed:hover, .hover-osRed:focus {
    color: #B30737;
}

.bg-osRed {
    background: #B30737;
}

.hover-bg-osRed:hover, .hover-bg-osRed:focus {
    background: #B30737;
}

.osGreen {
    color:#1a8668;
}

.hover-osGreen:hover, .hover-osGreen:focus {
    color:#1a8668;
}

.bg-osGreen {
    background:#1a8668;
}

.hover-bg-osGreen:hover, .hover-bg-osGreen:focus {
    background: #1a8668;
}

p {
    line-height: 1.5;
}

ul li,
ol li {
    padding: 0.25rem 0;
    line-height: 1.5;
}

.searchButton {
    border-color: #333
}

.searchButton:hover, .searchButton:active {
    border-color: #B30737;
}

.searchButton::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E");
    position: relative;
    display: inline-block;
    color: white;
    width: 1em;
    height: 1.5em;
}

.site {
/*                    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: 
        "header"
        "content"
        "footer";
    min-height: 100vh;*/
}
.header {
    /*grid-area: header;*/
    position: absolute;
    width: 100%;
}
.content {
    /*grid-area: content;*/
    /*padding-top: 75px;*/
}
@media screen and (min-width: 60em) {
    .content {
        /*grid-area: content;*/
        /*padding-top: 105px;*/
    }
}
.footer {
    /*grid-area: footer;*/
}

.footer p {
    margin: 0;
}

.footer a {
    color: white;
    font-weight: 800;
    transition: color .2s ease;
}

.footer a:hover, .footer a:active {
    color: #E0E0E0;
}

.sticky {
    position: fixed;
    top: 0;
}

/* .heading-bar {
    margin-top: 74px;
} */

@media screen and (min-width: 60em) {
    .heading-bar {
        margin-top: 39px;
    }
}

.round {
    -webkit-shape-outside: circle();
    shape-outside: circle();
    margin: 1rem;
}

html.sr .load-hidden {
    visibility: hidden;
}

.top-15 {
    top: 15rem;
}
.mw-24rem {
    max-width: 24rem;
}
.pb-13rem {
    padding-bottom: 13rem;
}
.mw-25rem {
    max-width: 25rem;
}
.w-2-25rem {
    width: 2.25rem;
}
.h-2-25rem {
    height: 2.25rem;
}

.aleo {
    font-family: 'Aleo', serif;
}

.btn-email-signup {
    background-image: url('/assets/svg/btn-email-signup.svg');
    width: 3.5rem;
    height: 3.5rem;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.email-signup-gradient {
    background: linear-gradient(270.45deg, #000000 1.6%, rgba(0, 0, 0, 0) 99.64%);
}

.homepage-email-signup-wrapper {
    padding-bottom: 13rem;
}

.f-email-heading {
    font-size: 2.5rem;
}

.email-signup-text {
    margin-bottom: 3rem;
}

.input-email-signup {
    padding: 1.25rem;
}

@media (max-width: 60em) {
    .homepage-email-signup-wrapper {
        padding-top: 12rem;
        padding-bottom: 3rem;
    }

    .email-signup-gradient {
        height: 40%;
        background: linear-gradient(0deg, #000000 1.6%, rgba(0, 0, 0, 0) 99.64%);
    }

    .img-homepage-email {
        height: 41%;
    }
    .bg-homepage-email {
        height: 60%;
    }

    .f-email-heading {
        font-size: 1.75rem;
    }

    .email-signup-text {
        margin-bottom: 1.5rem;
    }

    .input-email-signup {
        padding: 1rem;
    }

    .btn-email-signup {
        width: 2rem;
        height: 2rem;
        right: 1rem;
    }
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
}

.li-nav-utility {
    margin-right: 2.5rem;
}

.nav-utility-wrapper {
    display: none;
}

@media (min-width: 72em) {
    .nav-utility-wrapper {
        display: flex;
    }
}

.f18px {
    font-size: 1.125rem;
}

.link-outgoing:hover svg path {
    fill: currentColor;
}

.ph-screen {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 960px) {
    .ph-screen {
        padding-left: 5.75rem;
        padding-right: 5.75rem;
    }
}

@media (min-width:60em) {
    .ph-screen-l {
        padding-left: 5.75rem;
        padding-right: 5.75rem;
    }
}

@media (min-width:60em) {
    .f-slideshow-heading {
        font-size: 4.5rem;
        line-height: 0.9;
    }
}

@media (min-width:72em) {
    .f-slideshow-heading {
        font-size: 5.5rem;
    }
}

.pv1-25rem {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 72em) {
    .ml4-72em {
        margin-left: 2rem;
    }
}

.hero-gradient-wrapper {
    height: 0;
    padding-bottom: 50%;
    z-index: 200;
}

@media (min-width: 60em) {
    .hero-gradient-wrapper {
        z-index: 3;
        height: 42rem;
    }
}

@media (min-width: 72em) {
    .hero-gradient-wrapper:not(.hero-gradient-wrapper-not-homepage) {
        top: 2rem;
    }
}

.hero-gradient-wrapper-not-homepage {
    z-index: 101;
    height: auto;
    top: 0;
    bottom: 0;
    padding-bottom: 0;
}

.hero-gradient-top {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-gradient-bottom {
    bottom: -1px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
}

.header-ribbons {
    height: 125%;
}

@media (min-width: 60em) {
    .header-ribbons {
        /* height: 42rem; */
        top: 2rem;
    }
}

a.white:not(.hover-osGreen):hover {
    color: white;
}

.mb1-5rem {
    margin-bottom: 1.5rem;
}

.ph3rem {
    padding-left: 3rem;
    padding-right: 3rem;
}

.page-wrapper {
    margin-top: 8rem;
}

@media (min-width: 60em) {
    .page-wrapper {
        margin-top: 6rem;
    }
}

@media (min-width: 72em) {
    .page-wrapper {
        margin-top: 12rem;
    }
}

