﻿
/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .filter_date_column {
        border-left: 0;
        padding: 0;
    }

    .modNewsFilterBar {
        margin-bottom: 30px;
    }

        .modNewsFilterBar .btn-group {
            display: block;
        }

        .modNewsFilterBar .dropdown-menu {
            width: 100%;
        }

    .news_row .img-responsive {
        margin-bottom: 15px;
    }

    .modNewsMetaData small {
        display: block;
    }

    .news_row .link_block_xs .glyphicon {
        float: right;
    }


    .news_ticker {
        padding: 7px 0;
    }

        .news_ticker .updates > span {
            display: none;
        }

}

@media screen and (max-width: 550px) {
    .news_carousel_item .news_flex {
        height: unset;
    }

    .news_carousel .block_content .module_inline_content {
        display: none;
    }

    .news_carousel .news_carousel_item img {
        max-width: 88%;
    }

}

/*-----------------------------------------------------------------------------------------------*/
/* Jamie Responsive styling */

/*xs*/
@media screen and (min-width: 0px) {
    .news_ticker .slider_container {
        flex-direction: column;
    }

    .news_ticker .slider_title {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .news_ticker .splide.inline_slider {
        max-width: 100%;
    }

    .news_ticker .read-all-link {
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 10px;
    }

    #news_section .news_inline_title_wrapper {
        flex-direction: column;
    }

        #news_section .news_inline_title_wrapper .news_inline_title {
            margin-bottom: 30px;
        }

        #news_section .news_inline_title_wrapper .filters {
            flex-direction: column;
            justify-content: center;
            width: auto;
        }

            #news_section .news_inline_title_wrapper .filters .btn-group:first-child {
                margin-bottom: 10px;
            }

    #news_section .grid_blocks .news_flex.grid_block {
        flex-direction: column;
    }

    #news_section .grid_blocks .grid_block .news-image {
        display: flex;
        justify-content: center;
    }

    #news_section .grid_blocks .grid_block .block_content {
        margin: 25px 0;
    }

    .news-article .news-article-image {
        height: 100%;
    }

        .news-article .news-article-image img.img-responsive {
            max-height: 300px;
        }
}

/*sm*/
@media screen and (min-width: 576px) {
    .news_ticker .splide.inline_slider {
        max-width: 500px;
    }
}

/*md*/
@media screen and (min-width: 768px) {
    .news_ticker .slider_container {
        /*flex-direction: row;*/
    }

    .news_ticker .splide.inline_slider {
        flex-direction: row;
        max-width: 700px;
    }

    #news_section .news_inline_title_wrapper .filters {
        flex-direction: row;
        justify-content: flex-end;
    }

        #news_section .news_inline_title_wrapper .filters .btn-group:first-child {
            margin-bottom: 0;
            margin-right: 10px;
        }

    #news_section .grid_blocks .grid_block .news-image {
        margin-bottom: 20px;
    }

    #news_section .grid_blocks .grid_block .block_content {
        margin: 0;
    }
}

/*lg*/
@media screen and (min-width: 992px) {
    /*    .news_ticker .splide.inline_slider {
        max-width: 960px;
    }*/
    #news_section .news_inline_title_wrapper .filters {
        flex-direction: row;
        justify-content: flex-start;
    }

    .news_ticker .slider_container {
        flex-direction: row;
    }

    .news_ticker .slider_title {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .news_ticker .read-all-link {
        padding-bottom: 0;
        padding-left: 10px;
        padding-top: 0;
    }

    #news_section .news_inline_title_wrapper {
        flex-direction: row;
    }

        #news_section .news_inline_title_wrapper .filters {
            justify-content: flex-end;
            width: 40%;
        }

        #news_section .news_inline_title_wrapper .news_inline_title {
            margin-bottom: 0;
        }

    #news_section .grid_blocks .grid_block .news-image {
        margin-bottom: 0;
        margin-right: 10px;
    }

    #news_section .grid_blocks .grid_block.news_flex {
        flex-direction: row;
    }

    .news-article .news-article-image {
        height: 300px;
    }

        .news-article .news-article-image img.img-responsive {
            height: 100%;
        }
}

/*xl*/
@media screen and (min-width: 1200px) {
    .news_ticker .slider_title {
        margin-right: 50px;
    }

    .news_ticker .splide.inline_slider {
        max-width: 1000px;
    }

    #news_section .news_inline_title_wrapper .filters {
        width: auto;
    }

    #news_section .grid_blocks .grid_block .news-image {
        margin-right: 45px;
    }
}

/*xxl*/
@media screen and (min-width: 1400px) {
}
