<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.background-image .hero {
    background: url('../img/header-2.jpg');
    background-size: cover;
    background-position: center center;
}

h1,
h2,
h3,
h4 {
    font-family: futura-pt-condensed, sans-serif;
}

p {
    font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

.quote p {
    font-family: effra, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
}

.quote .attribution {
    font-family: effra, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
}


/* .intro-container {
    max-width: 1000px;
    margin: auto;
} */

.container {
    max-width: 1100px !important;
    margin: auto;
}

.hero h1 {
    max-width: 800px;
}

.is-size-1 {
    font-size: 5rem !important;
}

h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    text-transform: uppercase;
    color: #f26c31;
}

.line {
    width: 100%;
    height: 2px;
    background: #70707066;
    margin: 35px 0;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/** Press Headlines use unique fonts to highlight the fact that they're from different publications. Order doesn't really matter **/

.press-headline {
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
}

.headline-font-1 {
    font-family: paralucent-condensed, sans-serif;
}

.headline-font-2 {
    font-family: playfair-display, serif;
    font-weight: 900;
}

.headline-font-3 {
    font-family: montserrat, sans-serif;
    font-weight: 400;
}

.headline-font-4 {
    font-family: oswald, sans-serif;
    font-weight: 700;
}

.headline-font-5 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
}

.press-headlines .attribution {
    margin-bottom: 2.5rem;
    font-weight: bold;
}

.npr-section {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.npr {
    max-width: 10rem;
    margin: auto;
    margin-bottom: .5rem;
    display: block;
}
.waitwait {
    max-width: 20rem;
    margin: auto;
    margin-bottom: 1rem;
    display: block;
}

.npr-section audio {
    margin: auto;
    display: block;
  
}

.instagram-media, .twitter-tweet {
    margin: auto !important;
}
.instagram-media {
    min-width: auto !important;
}
@media (min-width: 48rem ) {
    .npr-section {
        display: flex;
        align-items: center;
    }
    .npr {
        margin: 0 1rem 0 0;
    }
    .waitwait {
        margin: 0 1rem 0 0 ;
    }
    .npr-section audio {
        margin: 0;
    }
    .background-image .hero {
        background-size: cover;
    }
    p, .quote p  {
        font-size: 32px;
    }
}</pre></body></html>