/* NEWS */
#news-page {
}
#news-page-title {
    padding: 0 95px;
}
/*#news-page #news-page-title h1 {*/
/*    font-size: 76px !important;*/
/*}*/
#news-page #news-listing {
    margin-top: 40px;
    padding: 0;
    text-align: center;
}
#news-page #news-listing.case-studies-only {
    margin-top: 0;
}
#news-page #news-listing .news-empty {
    font-size: 20px;
    color: #212121;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0;
}

#news-page #loading-more {
    margin-bottom: 20px;
    display: none;
}
#news-page #loading-more #text {
    position: relative;
    top: -10px;
    margin-left: 10px;
}
#news-page #load-more-news,
#news-page #no-more-news{
    margin-top: 40px;
    text-align: center;
}
#news-page #no-more-news {
    display: none;
}
#news-page #load-more-news input {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 60px;
    background: var(--blue-bolt);
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
#news-page #load-more-news input:hover {
    background-color: #005288;
}

/* NEWS */
#more-news {
    margin-top: 80px;
}
.avia_textblock #more-news {
    margin-top: 0;
}
#more-news #heading {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #0F1E29;
}
#more-news .news-block {
    position: relative;
    display: flex;
    flex-direction: row;
    box-shadow: 0 3px 1px rgb(0 0 0 / 6%), 0 2px 2px rgb(0 0 0 / 6%), 0 1px 5px rgb(0 0 0 / 10%);
    transition: box-shadow 0.5s;
    margin-bottom: 32px;
    min-height: 180px;
    text-align: left;
}
#more-news .news-block:hover {
    box-shadow: 0 9px 46px rgb(0 0 0 / 6%), 0 24px 38px rgb(0 0 0 / 6%), 0 11px 15px rgb(0 0 0 / 10%);
}
#more-news .news-block .pill-category-outer  {
    margin-top: -10px;
}
#more-news .news-block:last-of-type {
    margin-bottom: 0;
}
#more-news .news-block a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    text-decoration: none;
    border: none;
}
#more-news .news-block .news-image {
    width: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#more-news .news-block .news-image img {
    width: 100%;
    height: 100%;
}
#more-news.homepage .news-block .news-image img {
    position: relative;
    left: -100%;
    width: 321%;
    max-width: 321%;
}
#more-news .news-block .news-content {
    display: flex;
    flex: 1 0;
    flex-direction: column;
    min-height: 188px;
    /*height: 188px;*/
    padding: 24px 30px !important;
    font-size: initial !important;
}
#more-news.homepage .news-block .news-content {
    /*min-width: 371px;*/
    /*min-height: 224px;*/
    width: 66%;
    height: 224px;
}
#more-news .news-block .news-content .news-title {
    color: #212121;
    margin-top: 15px;
    flex: 1 0 auto;
    font-family: 'Lato', sans-serif;
    /*flex-shrink: 1;*/
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
}
#more-news .news-block .news-content .news-date {
    /*position: absolute;*/
    /*bottom: 10px;*/
    color: #9E9E9E;
    font-size: 12px;
    margin-top: 10px;
}

#more-news.homepage {
    padding: 0;
}
#more-news.homepage .news-block {
    min-height: 231px;
    max-height: 231px;
}
#more-news.homepage .news-block .news-image {
    /*width: 167px;*/
    /*height: 231px;*/
    width: 33%;
    height: 100%;
}

@media only screen and (min-width: 992px) {
    #news-page #news-listing {
        margin-top: 80px;
    }
    #news-page #news-listing .news-empty {
        margin: 60px 0;
    }
}
@media only screen and (max-width: 1200px) {
    /* NEWS */
    #more-news.homepage .news-block .news-image img {
        width: 382%;
        max-width: 382%;
    }
}
@media only screen and (max-width: 991px) {
    #news-page-title {
        padding: 0;
    }
    /*#news-page #news-page-title h1 {*/
    /*    font-size: 54px !important;*/
    /*}*/

    /* NEWS */
    #more-news .news-block {
        flex-direction: column;
        height: auto;
    }
    /*#more-news.homepage .news-block {*/
    /*    flex-direction: row;*/
    /*}*/

    #more-news.homepage .news-block {
        max-height: initial;
    }
    #more-news .news-block .news-image {
        width: auto;
        height: auto;
    }
    #more-news.homepage .news-block .news-content {
        width: calc(100% - 180px);
        height: auto;
    }
    #more-news.homepage .news-block .news-image {
        width: 100%;
    }
    #more-news.homepage .news-block .news-image img {
        left: 0;
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    /* NEWS */
    #more-news {
        margin-top: 46px;
    }
}
@media only screen and (max-width: 530px) {
    /* NEWS */
    #more-news.homepage .news-block .news-content {
        width: calc(100% - 120px);
        height: auto;
    }
}