body {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

b, strong {
    font-weight: bold;
}

.news-section {
    padding: 40px 0;
}

    .news-section h2 {
        font-size: 48px;
        font-weight: 500;
        line-height: 64px;
    }

    .news-section h3 {
        font-size: 24px;
        font-weight: 600;
        color: #006c68;
        line-height: 32px;
    }

    .news-section span {
        font-size: 16px;
        line-height: 24px;
        display: block;
        margin: 20px 0;
        color: #000;
    }
/* article cards */
.article-card {
    width: calc(33.3% - 33px);
    display: inline-flex;
    margin: 0 15px;
    flex-flow: column;
}

.news-section.articles.no-slider .article-card.shortNews {
    padding-left: 15px;
    padding-right: 15px;
    /*float: left;*/
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    margin-top: 15px;
}

.article-card img {
    width: 100%;
    height: auto;
}

.article-card h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0;
    color: #000;
}

.article-card span {
    color: #003764;
}

.article-card .news-img {
    position: relative;
}

    .article-card .news-img::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        line-height: 24px;
        padding: 5px 10px;
    }

.article-card.trending-now .news-img::after {
    content: "Trending Now";
    background: #6caeb3;
}
/*.article-card.featured .news-img::after{
    content:"Featured";
    background:#a5779b;
}*/
.article-card.recent-study .news-img::after {
    content: "Recent Study";
    background: #7ba0c5;
}

.article-card .news-img .event-date {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 107px;
    height: 80px;
    background-color: #f9c816;
    padding: 10px;
}

    .article-card .news-img .event-date::before {
        content: url(../_img/date-angle.svg);
        width: 30px;
        height: 80px;
        display: inline-block;
        position: absolute;
        right: 100%;
        top: 0;
    }

    .article-card .news-img .event-date span {
        margin: 0;
        text-align: center;
    }

        .article-card .news-img .event-date span:first-child {
            font-size: 14px;
            line-height: 19px;
        }

        .article-card .news-img .event-date span:last-child {
            font-size: 48px;
            line-height: 40px;
            font-weight: 300;
        }

.article-card .article-card-content {
    padding: 15px;
    background: #fff;
}

.shortNews {
    height: 375px !important;
}

    .shortNews p {
        font-size: 13px;
        font-weight: 300;
    }

.news-section .article-card .article-card-content {
    padding: 15px 0;
}

.news-section.articles h2 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
}

.news-section.articles.with-view-all h2 {
    font-size: 34px;
}

.news-section.articles .view-all {
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #003764;
    margin-top: 10px;
}

.news-section.articles.with-category .view-all {
    margin-top: 30px;
    font-size: 24px;
}

.news-section.articles .view-all .fas {
    margin-left: 10px;
    color: #7ca0c5;
}

.news-section.articles .article-filter {
    display: inline-block;
    width: 100%;
    max-width: 204px;
    border: 1px solid #A7A8A7;
    margin-top: 24px;
    margin-bottom: 24px;
}

    .news-section.articles .article-filter:hover {
        cursor: pointer;
    }

    .news-section.articles .article-filter .form-control {
        height: auto;
    }

    .news-section.articles .article-filter select {
        -webkit-appearance: none;
        color: #63656A;
        line-height: 24px;
        padding: 12px 40px 12px 16px;
        background: url(../_img/filter-arrow.png) no-repeat #fff;
        background-position-x: calc(100% - 15px);
        background-position-y: center;
        padding-right: 61px;
        border: none;
    }

.news-section.articles .article-card h3 {
    color: #006c68;
    height: auto;
    font-size: 20px;
    font-weight: 500;
}

.news-section.articles .article-card span {
    color: #000;
}

.news-section.with-slider h2 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.news-section.with-slider .container > span {
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 5px;
}

.news-section.with-slider.dark h2, .news-section.with-slider.dark .container > span {
    color: #fff;
}

.cards-section {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

    .cards-section a:hover {
        text-decoration: none;
    }

button.slick-prev, button.slick-next {
    color: #777;
}

    button.slick-prev.slick-disabled, button.slick-next.slick-disabled {
        color: #9fa09f;
    }

.news-section.with-slider .cards-section button.slick-prev, .news-section.with-slider .cards-section button.slick-next, .location-map-section .facilities-list button.slick-next, .location-map-section .facilities-list button.slick-prev {
    background: none;
    border: none;
    font-size: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-section.with-slider .cards-section button.slick-prev {
    left: -60px;
}

.news-section.with-slider .cards-section button.slick-next {
    right: -60px;
    left: auto;
}

.news-section.with-slider.dark .cards-section button.slick-prev, .news-section.with-slider.dark .cards-section button.slick-next {
    color: #fff;
}

.news-section.with-slider.light .cards-section button.slick-prev, .news-section.with-slider.light .cards-section button.slick-next {
    color: #000;
}

    .news-section.with-slider.light .cards-section button.slick-prev.slick-disabled, .news-section.with-slider.light .cards-section button.slick-next.slick-disabled {
        color: rgba(0,0,0,0.3);
    }

.news-section.with-slider.dark .cards-section button.slick-prev.slick-disabled, .news-section.with-slider.dark .cards-section button.slick-next.slick-disabled {
    color: rgba(255,255,255,0.3);
}

.news-section.with-slider .article-card .article-card-content {
    padding: 15px;
    height: 166px;
}

.news-section.with-slider .news-section-footer {
    display: block;
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
}

.news-section.with-slider.light .news-section-footer a {
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #000;
    -webkit-box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.5);
    box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.5);
}

.news-section.with-slider.dark .news-section-footer a {
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.5);
    box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.5);
}

.news-section.with-slider .news-section-footer a:hover {
    text-decoration: none;
}

.news-section.with-slider.dark .news-section-footer a {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}

.news-section.with-slider.light .news-section-footer a {
    background-color: rgba(255,255,255,0.3);
    color: #000;
}

.news-section.feat-media .feat-media-vid iframe {
    border: none;
    width: 100%;
}

.news-section.feat-media .feat-media-vid {
    padding-bottom: 33%;
}

.article-content .feat-media-vid iframe {
    border: none;
}

.article-content .feat-media-vid {
    padding-bottom: 50%;
    width: 100%;
}


/* end article cards */

.article-content .mission_social {
    position: absolute;
    right: 100%;
    display: none;
}

@media only screen and (max-width: 1440px) {
    .news-section.with-slider .cards-section button.slick-next {
        right: -40px;
    }

    .news-section.with-slider .cards-section button.slick-prev {
        left: -40px;
    }
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

.feat-media-content > h2 {
    font-size: 24px;
    font-weight: 600;
    color: #006c68;
    line-height: 32px;
}

@media only screen and (max-width:767px) {
    .feat-media-content {
        width: 40%;
        float: left;
        display: inline-block;
    }

        .feat-media-content .article-date {
            display: none;
        }

    .feat-media-vid {
        width: 60%;
        float: left;
        display: inline-block;
    }

    .news-section h3 {
        font-size: 18px;
        margin-top: 0;
        line-height: 28px;
    }

    .news-section.articles .cards-section .article-card {
        width: calc(50% - 33px);
    }

        .news-section.articles .cards-section .article-card:nth-child(n+3) {
            /*display:none;*/
        }

    .news-section.articles.with-category .cards-section .article-card:nth-child(n+3) {
        display: inline-block;
    }

    .news-section.with-slider .cards-section button.slick-prev, .location-map-section .facilities-list button.slick-prev {
        left: -20px;
    }

    .news-section.with-slider .cards-section button.slick-next {
        right: -20px;
    }
}

@media only screen and (max-width:480px) {
    .feat-media-content {
        width: 100%;
        float: none;
        display: block;
    }

        .feat-media-content .article-date {
            display: block;
        }

    .feat-media-vid {
        width: 100%;
        float: none;
        display: block;
    }

    .news-section.articles .cards-section .article-card {
        width: 100%;
        display: block;
        margin: 0;
    }

    .news-section.with-slider .cards-section {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media only screen and (max-width:425px) {
}

@media only screen and (max-width:320px) {
}
