﻿/******** Generic classes ********/
body {
    background-color: #e7e7e7 !important;
}

a {
    color: unset;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}
/********************************/
.news-tile-header > a {
    font-family: adelle-sans;
    transition: 0.5s all;
    color: #323232;
    margin-bottom: .8em;
}

.news-tile-header > a:hover {
    text-decoration: unset !important;
    color: grey;
    opacity: 0.5;
    transition: 0.5s all;
}

.news-tile-header p {
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 300;
}

.news-tile-header p:first-of-type {
    margin-top: 10px;
}

.featured-news-div {
    background-color: #d0d0d0;
}

.featured-news-div .row {
    width: 85%;
    margin: auto
}

.featured-news-tile {
    min-height: 500px;
    height: calc(100% - 30px);
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
}

.featured-news-tile-double {
    background-color: white;
    margin-bottom: 30px !important;
}

.featured-news-tile-double a {
    color: white;
}

.news-tile-content {
    padding-bottom: 4.5vw;
}

.news-tag-date {
    font-family: adelle-sans;
}

.news-read-more {
    position: absolute;
    bottom: 15px;
}

.featured-news-read-more {
    position: absolute;
    bottom: 15px;
}

.news-tile-content1 .featured-news-read-more {
    position: absolute;
    bottom: 45px;
}

.news-read-more a {
    font-size: 15px;
    color: #04ACB4;
}

.featured-news-read-more a {
    font-size: 15px;
    color: white;
    font-weight: bold;
}

.news-tile-tag {
    color: #fdb714;
    margin-right: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 3.5em;
}

.news-tile-header {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.featured-news-tile .news-tile-header {
    font-family: adelle-sans;
    transition: 0.5s all;
    margin-left: .5em;
    margin-right: .5em;
}

.featured-news-tile-double .news-tile-header {
    font-family: adelle-sans;
    transition: 0.5s all;
}

.news-tile-header > a:hover {
    color: unset;
    text-decoration: none;
}

.news-tile-desc p {
    color: white;
    font-size: 16px;
    font-family: adelle-sans;
}

.news-tile-content {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
    padding: 20px;
    padding-left: 15px;
}

.news-tile-content1 {
    padding: 20px;
    padding-left: 15px;
    padding-bottom: 4.5vw;
    padding-right: 40px;
}

.news-tile-content-with-gradient {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
    opacity: .8;
}

.news-tile-img-top {
    height: 225px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.5s all;
}

/*************************************************************************************/
.no-pic-content {
    padding: 15px;
}

@media (max-width: 767px) {
    .news-tile-header {
        font-size: 18px;
        margin-bottom: 10px
    }

    .news-tile-desc p {
        font-size: 12px;
    }

    .news-tile-content {
        padding: 30px 31px 30px 31px;
        height: 56%;
        position: relative;
        float: unset;
        width: unset;
    }

    .featured-news-div .row {
        width: 100%;
    }

    .featured-news-div .col-s-1, .featured-news-div .col-s-12 {
        padding: unset;
    }

    .news-tile-tag {
        font-size: 10px;
    }

    .news-tile-content {
        padding: 30px 31px 30px 31px;
        height: 56%;
        position: relative;
        float: unset;
        width: unset;
    }

    .featured-news-tile {
        height: 575px;
    }

    .no-pic-content {
        padding: 30px 30px 15px 30px;
    }

    .featured-news-div {
        padding: 4vh 31px 4vh 31px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .featured-news-div .col-s-1, .featured-news-div .col-s-12 {
        padding: unset;
    }
}

@media screen and (min-width: 1440px) {
    header {
        padding: 35px 2.06% 35px !important;
    }

    .site-wrap {
        padding-top: 100px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1440px) {
    header nav.utility {
        top: 5px !important;
        font-size: 13px !important;
    }
}

.site-wrap {
    overflow: hidden;
    background-color: white;
}

.header-wrap {
    z-index: 150 !important;
}