/*  MAIN NEWS PAGE */
.news-fragment {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}

.news-fragment__heading {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.news-fragment__date {
}

.news-fragment__summary {
    font-size: 80%;
}

/* HOME PAGE LATEST NEWS WIDGET */
.latest-news {
}

.latest-news .section__header {
    margin-bottom: 1rem;
}

.news__header {

}

.news-card {
    display: block;
}

.news-card .card {
    border: 1px solid #e4e4e4;
}

.news-card__image {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.news-card__title {
    text-transform: uppercase;
    font-weight: 600;
}

.news-card__text {
    font-size: 80%;
}

.owl-carousel .owl-stage, .owl-carousel .owl-item {
    display: flex;
}

.owl-carousel--latest-news .owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 46%;
    margin-left: -40px;
    display: block !important;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
}

.owl-carousel--latest-news .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 46%;
    right: -40px;
    display: block !important;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
}

.container-outer--light-gray .section__header {
    display: none;
}

