
.news {
    font-family: 'EncodeSans';
    font-weight: 700;
    font-size: 24px;
    color: #353434;
}

.news_object {
    padding-bottom: 20px;
    overflow-wrap: anywhere;
}

@media (min-width: 991.98px) {
    .news {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-items: stretch;
    }

    .news_object {
        display: flex;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(25% - 15px);
        margin-right: 14px;
    }

    .news_object {
        flex-direction: column;
    }
}

.news.img {
    width: 100%;
    aspect-ratio: 3 / 2;
    min-height: 200px;
    background-color: #FFFFFF;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    border: 1px #C4C4C4 solid;
    display: block;
}
.news-list .news.img {

}
.moreimgs {
    border: 1px #C4C4C4 solid;
    padding: 5px;
    margin-bottom: 20px;
}
.moreimgs img {
    height: 50px;
    display: inline-block;
}

.news_date {
    font-weight: 400;
    font-size: 18px;
    padding: 20px 0 0 0;
}

.news_title {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    padding: 0 0 20px 0;
}

.news_content {
    font-weight: 400;
    font-size: 16px;
}

.news_content.full {
    display: none;
    font-weight: 400;
    font-size: 16px;
}

.news_action {
    cursor: pointer;
}

@media (min-width: 991.98px) {
    .newsdetails {
        padding: 0 20%;
    }
}

.newsdetails .news.img {
    margin-bottom: 20px;
}

.newsdetails .downloads a {
    display: inline-block;
    padding: .5em;
    font-size: 2em;
    border: 1px solid var(--color-highlight);
}

.newsdetails .downloads {
    margin-bottom: 20px;
}

/* widget */
.widget-newswidget .news-latest > div {
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.widget-newswidget .news-latest > div .content {
    flex-grow: 1;
    min-height: 2.2em;
}
.widget-newswidget .news-latest > div .more {
    white-space: nowrap;
    text-align: right;
    padding-left: 25px;
}
.widget-newswidget .news-latest > div:last-child {
    border-bottom: 0;
}
