﻿
.modNewsFilterBar {
    margin: 20px 0px 15px;
    padding: 10px 15px;
    background: var(--offwhite);
}

    .modNewsFilterBar button {
        border-radius: 0;
        white-space: nowrap;
    }

    .modNewsFilterBar .dropdown-menu {
        max-height: 205px;
        overflow: auto;
    }

        .modNewsFilterBar .dropdown-menu li.active a {
            color: #FFFFFF;
            background: #777777;
        }

.filter_date_column .dropdown-menu {
    top: initial;
    left: initial;
}

/*--------------------------------------------*/

.news_grid {
}

.modMiniNewsBar h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.modMiniNewsBar h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.news-updates .slide {
    padding: 20px;
}

.news-updates .splide__track {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-updates .news-updates__articles {
    position: relative;
    margin: 20px;
    height: 300px;
}

    .news-updates .news-updates__articles .splide__arrows {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        left: 0;
        right: 0;
    }

        .news-updates .news-updates__articles .splide__arrows a {
            font-size: 3.6em;
        }

            .news-updates .news-updates__articles .splide__arrows a:hover {
                cursor: pointer;
                color: var(--header-blue);
            }

.news-updates {
    padding: 45px 0 30px;
    position: relative;
}

    .news-updates .news-update-title-wrapper {
    }

        .news-updates .news-update-title-wrapper .news-update-title-header {
            color: var(--text-blue);
            font-size: 42px;
        }

    .news-updates .slide .inline-news-block {
        transition: all .3s ease;
    }

    .news-updates .slide.is-active .inline-news-block {
        margin-top: -10px;
        margin-bottom: -10px;
        height: calc(100% + 20px);
    }
    /*.news-updates .news-updates__articles {
        margin: 0 auto;
        overflow: hidden;*/
    /*max-width: 1660px;*/
    /*max-width: 1580px;*/
    /*min-width: 1600px;*/
    /*width: 100% !important;*/
    /*}*/
    .news-updates .news-updates__articles .inline-news-block {
        padding: 0 40px;
        height: 100%;
        /*margin: 0 auto;*/
    }

        .news-updates .news-updates__articles .inline-news-block .inline-news-block-content-wrapper {
            background-color: var(--white);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: 10px auto;
            padding: 20px;
            position: relative;
            height: 100%;
            margin: 0;
            transition: 0.3s ease-in-out;
        }

        /*.news-updates .news-updates__articles .slide.is-active .inline-news-block .inline-news-block-content-wrapper {
                    background: var(--offwhite);
                }*/

        /*.news-updates .news-updates__articles .inline-news-block .inline-news-block-content-wrapper:active h4,
                    .news-updates .news-updates__articles .inline-news-block .inline-news-block-content-wrapper:focus h4,
                    .news-updates .news-updates__articles .inline-news-block .inline-news-block-content-wrapper:hover h4,
                    .news-updates .news-updates__articles .inline-news-block .inline-news-block-content-wrapper:active p,
                    .news-updates .news-updates__articles .inline-news-block .inline-news-block-content-wrapper:focus p,
                    .news-updates .news-updates__articles .inline-news-block .inline-news-block-content-wrapper:hover p {
                        color: var(--blue);
                    }*/

        /*.news-updates .news-updates__articles .inline-news-block .inline-news-block-content-wrapper p {
                font-size: 18px;
            }*/


        .news-updates .news-updates__articles .inline-news-block.center .inline-news-block-content-wrapper {
            /*background: red;*/
            /*min-height: 335px;*/
        }

        .news-updates .news-updates__articles .inline-news-block .inline-news-block-content .inline-news-block-read-more {
            margin-top: 15px;
            text-align: right;
        }

            .news-updates .news-updates__articles .inline-news-block .inline-news-block-content .inline-news-block-read-more p {
                color: var(--blue);
                /*font-size: 18px;*/
            }

    .news-updates .view-all-news {
    }

    .news-updates .arrows {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: absolute;
        padding: 0 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

        .news-updates .arrows #prevNewsSlide span,
        .news-updates .arrows #nextNewsSlide span {
            font-size: 60px;
        }


.three-blocks {
}

    .three-blocks h2 {
        color: var(--sec);
    }

    /*.three-blocks h3 {
        font-size: 36px;
        margin-bottom: 50px;
        margin-top: 35px;
    }*/

    .three-blocks p {
        font-size: 18px;
        line-height: 1.6;
    }

    .three-blocks .btn {
        border-radius: 50px;
    }

.three-block__title h1,
.three-block__title h2,
.three-block__title h3,
.three-block__title h4,
.three-block__title h5,
.three-block__title h6 {
    font-size: 36px;
    margin-top: 35px;
}

.three-block__title {
    margin-bottom: 50px;
}

.three-block__text {
}

.three-block__image {
    display: flex;
    justify-content: center;
}

/*-----------------------------------------------------------------------------------------------*/
/* News Article */
/*-----------------------------------------------------------------------------------------------*/
.filter-controls {
    text-align: right;
}

.news-article {
    margin: 15px 0 30px;
}

    .news-article .news-article-image {
        position: relative;
        /*width: 215px;*/
        width: 235px;
        /*width: 350px;*/
        background: var(--pri);
        margin-top: 5px;
    }

        .news-article .news-article-image img {
            width: 350px;
            /*max-width: 350px !important;*/
            max-width: 230px !important;
            height: 230px;
            object-fit: cover;
        }

        .news-article .news-article-image a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(var(--pri-rgb), 0.75);
            /*backdrop-filter: blur(2px);*/
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            overflow: hidden;
            opacity: 0;
            text-decoration: none;
            transition: opacity 0.3s linear;
        }

        .news-article .news-article-image:hover a {
            opacity: 1;
        }

        .news-article .news-article-image a span {
            padding: 10px 30px;
            /*border: 2px solid var(--white);*/
            border-radius: 15px;
            color: var(--white);
            text-decoration: none;
            transition: border-color 0.3s linear, color 0.3s linear;
        }

            .news-article .news-article-image a span:hover {
                /*border-color: var(--sec);*/
                /*color: var(--sec);*/
            }

    .news-article .news-article-body {
    }

        .news-article .news-article-body h3 a,
        .news-article .news-article-body p a {
            color: var(--pri);
        }

            .news-article .news-article-body h3 a:active,
            .news-article .news-article-body h3 a:focus,
            .news-article .news-article-body h3 a:hover,
            .news-article .news-article-body p a:active,
            .news-article .news-article-body p a:focus,
            .news-article .news-article-body p a:hover {
                color: var(--sec);
                text-decoration: none;
            }

        .news-article .news-article-body p a {
            font-weight: 500;
        }

/*carousel*/

.news_carousel {
}

    .news_carousel:active .next_article:before,
    .news_carousel:active .prev_article:before,
    .news_carousel:focus .next_article:before,
    .news_carousel:focus .prev_article:before,
    .news_carousel:hover .next_article:before,
    .news_carousel:hover .prev_article:before {
        color: var(--sec);
    }

    .news_carousel:active .next_article,
    .news_carousel:active .prev_article {
        background: none;
        /*color: var(--orange);*/
    }

    .news_carousel:active .next_article {
        right: 0;
    }

    .news_carousel:active .prev_article {
        left: 0;
    }

    .news_carousel .slick-track {
        align-items: center;
        display: flex;
    }

    .news_carousel .slick-list {
        padding: 0 15px;
    }

    .news_carousel .news_carousel_item {
        padding: 30px 15px 30px 15px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .news_carousel .block_content {
        padding-top: 15px;
    }

    .news_carousel .news_carousel_item .news_text {
        max-height: 35px;
        padding-top: 10px;
        font-size: 0.8em;
    }

    .news_carousel .news_carousel_item h2 {
        line-height: 1em;
    }

    .news_carousel .news_carousel_item img {
        filter: brightness(1);
        margin: auto;
        max-height: 250px;
        transition: all .05s ease;
        max-width: 300px;
        object-fit: contain;
    }

    .news_carousel .news_carousel_item {
        transition: all .05s ease;
    }


        .news_carousel .news_carousel_item .news_img:hover {
            filter: brightness(0.8);
        }


    .news_carousel .prev_article,
    .news_carousel .next_article {
        background-color: var(--sec);
        color: #fff;
        font-size: 40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 10px 15px;
        z-index: 10;
    }

        /*.news_carousel .prev_article:before,
        .news_carousel .next_article:before {
            font-size: 28px;
        }*/

        .news_carousel .prev_article:hover, .news_carousel .next_article:hover {
            background: var(--pri);
            cursor: pointer;
            /*background-color: #5c7197;*/
        }

    .news_carousel .next_article {
        left: auto;
        right: 0;
    }

    .news_carousel .news_date {
        text-align: center;
    }

/*-----------------------------------------------------------------------------------------------*/
/* News Default Page */
/*-----------------------------------------------------------------------------------------------*/

.page_news {
}

    .page_news .page-header {
        margin-top: 20px;
    }

    .page_news .modNewsFilterBar {
        /*background: var(--blue-background);*/
        background: var(--pri-light);
    }

    .page_news .archive_button_wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 40px 0 60px;
        width: 100%
    }

        .page_news .archive_button_wrapper .btn {
            width: auto;
        }

/*-----------------------------------------------------------------------------------------------*/
/* News Archive Page */
/*-----------------------------------------------------------------------------------------------*/

.page_news_archive {
}

    .page_news_archive .archive_title_wrapper {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

        .page_news_archive .archive_title_wrapper .btn {
            width: auto;
        }

/*-----------------------------------------------------------------------------------------------*/
/* News Article Page */
/*-----------------------------------------------------------------------------------------------*/
.page_news {
}

    .page_news.module_article_image {
        margin: 0 0 30px;
    }

        .page_news .module_article_image img {
            display: block;
            height: auto;
            max-height: 400px;
            max-width: 100%;
        }


.page_news_article .article_back_button {
    margin-bottom: 20px;
}

    .page_news_article .article_back_button .btn {
        /*max-width: auto;*/
        align-items: center;
        justify-content: center;
        display: inline-flex;
        width: auto;
    }

/*-----------------------------------------------------------------------------------------------*/
/* Jamie Responsive styling */

/*xs*/
@media screen and (min-width: 0px) {
    .news_grid .news-article {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

/*sm*/
@media screen and (min-width: 576px) {
}

/*md*/
@media screen and (min-width: 768px) {
    .news_grid .news-article {
        align-items: flex-start;
        flex-direction: row;
    }

    .page_news .module_article_image {
        float: right;
        margin-left: 20px;
        width: 40%;
    }
}

/*lg*/
@media screen and (min-width: 992px) {
}

/*xl*/
@media screen and (min-width: 1200px) {
}

/*xxl*/
@media screen and (min-width: 1400px) {
}
