body.page-template-news {
    background: #00B0B7;
    color: var(--color-light);
}

.page-template-news a {
    color: var(--color-light);
}

.page-template-news a:hover, .page-template-news a:focus-visible {
    color: var(--color-link-hover);
}

.listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.item {
    padding: 0 9px;
}

.post-meta {
    display: flex;
    justify-content: left;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    gap: 30px;
    margin-bottom: 10px;
}

.news-image-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 64.3%;
}

.featured-news .news-image-wrapper {
    padding-bottom: 41.8%;
}

.featured-news .item-content .content-wrapper {
    height: auto !important;
}

#load-more {
    margin-top: 19px;
    margin-left: 9px;
}

.news-image-wrapper img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.item-content .content-wrapper {
    min-height: 82px;
    margin-bottom: 16px;
    padding-top: 31px;
}

.item-content h3 {
    font-family: var(--font-body);
    margin: 10px 0;
}

.date {
    font-family: var(--font-body);
}

.item .button {
    position: absolute;
    bottom: 25px;
    left: 0;
}

.item-wrapper {
    padding-top: 18px;
    padding-bottom: 25px;
    border-top: 1px solid var(--color-line);
    height: 100%;
    position: relative;
}

.listing-section {
    margin: 42px -9px 0;
}

.head-page .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.head-page .section-description {
    margin-bottom: 0;
}

.item:hover .button {
    color: var(--color-button-link);
}

.item:hover .button:before {
    -webkit-animation-name: buttonNormalAnimation;
    animation-name: buttonNormalAnimation;
}

.item:hover .button::after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

h1.title {
    color: var(--color-heading-light);

}

.news-page {
    padding-top: 89px;
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .post-meta {
        margin-bottom: 10px;
    }
    .news-page .list-sections.mobile {
        border-bottom: 0;
    }
    .item:last-child .item-wrapper, .item:nth-last-child(2) .item-wrapper {
        border-bottom: 0;
    }

    .item-wrapper:before, .item .item-wrapper:after {
        display: none;
    }

    .listing {
        grid-template-columns: repeat(1, 1fr);
    }

    .item {
        padding: 0;
    }

    .filter-values {
        margin-left: 0;
    }

    .item-wrapper {
        padding-top: 23px;
        padding-bottom: 17px;
    }

    .item .button {
        bottom: 36px;
    }

    .item-content .content-wrapper {
        margin-bottom: 0;
        min-height: 0;
        height: auto !important;
        padding-top: 21px;
    }

    .news-page {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .listing-section {
        margin: 7px 0 0;
    }

    .featured-news .news-image-wrapper {
        padding-bottom: 100%;
    }

    #load-more {
        margin-top: 23px;
        margin-left: 0;
    }
}
