.main-content.news {
    background-color: var(--color-primary-cream);
    position: relative;
    z-index: 1;
}

.main-content.news::before {
    background-color: var(--color-primary-white);
    content: '';
    display: block;
    height: 8rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.news-detail-content-region {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 4rem 8rem 4rem;
}

.news-featured-image img {
    display: block;
    height: auto;
    width: 100%;
}

.news-detail-container {
    max-width: 760px;
    margin: 4rem auto 0 auto;
}

.news-detail-container .news-detail-meta {
    font-family: var(--font-family-yanone);
    font-weight: 400;
    margin-bottom: 3rem;
}

.news-detail-container h1.page-title {
    margin-bottom: 2rem;
}

.news-detail-cta {
    margin: 0 auto;
    padding: 6rem 8vw;
    text-align: center;
}