<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.job-posting-detail__hero {
    position: relative;
    height: 272px;
    width: 100%;
}
.job-posting-detail__hero::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
    background-image: url(../images/about-hero-accent.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.job-posting-detail__hero-title {
    display: inline-block;
    width: 75%;
    color: #fff;
    font-family: "linotype-didot", Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin-top: 41px;
    margin-bottom: 20px;
}
.job-posting-detail__hero-subtitle {
    display: inline-block;
    width: 75%;
    color: var(--dp-bright-blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.job-posting-detail__apply-button {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 15px 23px;
    margin-bottom: 50px;
    background-color: var(--dp-medium-blue);
}
.job-posting-detail__apply-button:last-child {
    margin: 75px 0 150px 0;
}
.s-page-body-content-header {
    margin-bottom: 40px;
}


@media only screen and (min-width: 1200px) {
    .job-posting-detail__hero-title {
        font-size: 50px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 690px) {
    .s-page__hero::after {
        right: -144px;
    }
}</pre></body></html>