.article-header h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 15px 0 0 0;
}
.article-header .date {
    color: rgb(69, 69, 69);
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.article-teaser {
    font-size: 20px;
    line-height: 140%;
}
.article-body {
    color: rgb(92, 92, 92);
}
.article-body b,
.article-body strong {
    color: rgb(22, 22, 22);
}
.article-related {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
}
.article-related .title {
    font-size: 11px;
    margin-bottom: 15px;
}
.article-related .related-article {
    display: block;
    color: rgb(22, 22, 22);
    margin-bottom: 30px;
    text-decoration: none;
}
.article-related .related-article .heading {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.article-related .related-article .date {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.article-related .related-article-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 95px;
    border-radius: 4px;
    height: 95px;
    width: 95px;
}
.article-cta {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.article-cta.cta-left {}
.article-cta.cta-right {}
.article-cta.cta-top {}
.article-cta.cta-bottom {}
.article-cta.cta-none {}
.article-cta .cta-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 225px;
    height: 225px;
    order: 1;
    flex-grow: 1;
}
.article-cta .cta-panel {
    padding: 30px;
    order: 2;
}
.article-cta.cta-bottom .cta-panel .cta-panel-body {
    font-size: 13px;
    text-align: center;
}
.article-cta.cta-bottom .cta-panel .cta-panel-buttons {
    text-align: center;
}
@media (min-width: 576px) {
    .article-cta.cta-left {
        flex-direction: row;
    }
    .article-cta.cta-left .cta-image {
        order: 2;
    }
    .article-cta.cta-left .cta-panel {
        order: 1;
        width: 270px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .article-cta.cta-bottom .cta-panel {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .article-cta.cta-bottom .cta-panel .cta-panel-body {
        text-align: left;
    }
    .article-cta.cta-bottom .cta-panel .cta-panel-body p:last-child {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .article-related .title {
        font-size: 13px;
    }
    .article-related .related-article {
        margin-bottom: 0;
    }
    .article-related .related-article-image {
        background-size: auto 120px;
        margin-bottom: 15px;
        height: 120px;
        width: auto;
    }
    .article-cta.cta-left .cta-panel {
        height: 400px;
    }
    .article-cta.cta-left .cta-image {
        background-size: auto 400px;
        height: 400px;
    }
    .article-cta.cta-bottom .cta-panel .cta-panel-body {
        font-size: 16px;
    }
    .article-cta.cta-bottom .cta-panel .cta-panel-body b,
    .article-cta.cta-bottom .cta-panel .cta-panel-body strong {
        font-size: 23px;
    }
    .article-cta.cta-bottom .cta-image,
    .article-cta.cta-none .cta-image {
        background-size: cover;
        height: 400px;
    }
}
@media (min-width: 992px) {
    .article-related .related-article-image {
        background-size: cover;
        margin-bottom: 15px;
        height: 144px;
        width: auto;
    }
    .article-cta.cta-left .cta-panel {
        font-size: 23px;
        line-height: 140%;
        height: 485px;
        width: 385px;
    }
    .article-cta.cta-left .cta-image {
        background-size: auto 485px;
        height: 485px;
    }
    .article-cta.cta-bottom .cta-image,
    .article-cta.cta-none .cta-image {
        height: 484px;
    }
}