﻿
@media screen and (max-width: 1199px) {

    .filter_highlight span.second {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 991px) {

    .filter_highlight span.second {
        font-size: 1.5em;
    }
}

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .resource_grid{
        --cols: 1;
    }

    .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;
    }

    .filter_highlight {
        margin: 15px 0;
    }
}
