/* --------------------
 News
-------------------- */
.news__hero {
    align-items: center;
    background-image: url(../../images/commons/com-hero-blue.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .news__hero {
        height: 390px;
        padding-bottom: 0;
    }
}

.news__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px 90px;
    width: 100%;
}

@media (min-width: 768px) {
    .news__hero-container {
        padding: 15px 30px;
    }
}

.news__hero__title {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .news__hero__title {
        font-size: 3.2rem;
    }
}

.news__hero:after {
    background-color: rgba(255, 255, 255, .7);
    bottom: 0;
    content: '';
    display: block;
    height: 60px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

.news__list {
    padding: 60px 0;
}

.news__list-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .news__list-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news__list__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .news__list__title {
        font-size: 2.6rem;
        text-align: left;
    }
}

.news__list__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .news__list__title__text {
        padding-left: 55px;
    }
}

.news__list__title__text:before {
    background-image: url(../../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .news__list__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        width: 45px;
    }
}

.news__list__main {
    background-color: #ffffff;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .5);
            box-shadow: 3px 3px 8px rgba(0, 0, 0, .5);
    margin: 0 0 80px;
    padding: 15px;
}

@media (min-width: 768px) {
    .news__list__main {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .news__list__main {
        padding: 50px;
    }
}

.news__list__main__item {
    border-bottom: 1px solid rgba(151, 152, 152, .5);
}

@media (max-width: 767px) {
    .news__list__main__item:last-child {
        border-bottom: none;
    }
}

.news__list__main__item__link {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 5px;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .news__list__main__item__link {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}

.news__list__main__item__link__date {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .1em;
    width: 100px;
}

.news__list__main__item__link__category {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .news__list__main__item__link__category {
        width: 110px;
    }
}

.news__list__main__item__link__content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 5px 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .news__list__main__item__link__content {
        padding-top: 3px;
        width: auto;
    }
}

@media (min-width: 768px) {
    .news__list__main__item__link:hover, .news__list__main__item__link:focus {
        background-color: rgba(0, 0, 0, .05);
    }
}
