﻿.news-detail .back-link-container {
    margin: 0 27px 0 0;
}

.news-detail .back-link-container a {
    color: #00313F;
    vertical-align: text-bottom;
    text-decoration: none;
}

.news-detail .back-link-container::before {
    content: "\f060";
    color: #00313F;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 8px;
    font-size: 18px;
}

.rich-content h1,
.news-detail h1 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    .rich-content h1,
    .news-detail h1 {
        font-size: 34px;
        line-height: 42px;
    }
}

.news-detail h6 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.news-detail .subtitle-container {
    margin-bottom: 68px;
}

.news-detail .tags {
    padding-left: 6px;
    border-left: 2px solid #C4C4C4;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}

.news-detail .date-container {
    line-height: 14px;
}

.news-detail .rte-content {
    color: #03131B;
}

.news-items .hidden-icon-container {
    position: absolute;
    top: 24%;
    color: white;
    right: 42%;
}

.news-detail .news__media img {
    width: 100%;
}

#centerRightPanel .news-detail .container {
    width: 100%;
}