﻿
 .news_header {
    padding: 15px 0;
}

.inline_news_block {
    position: relative;
    height: 300px;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-bottom: 15px;
}

.inline_news_block h1,
.inline_news_block h2,
.inline_news_block h3,
.inline_news_block h4 {
    font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
    color: #fff;
}


.inline_news_block h3 {
    margin-bottom: 0.25em;
}

.inline_news_block h4 {
    margin-top: 0.25em;
}

.inline_news_block a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.inline_news_block a:hover {
    background-color: rgba(253, 151, 60, 0.7);
}

.inline_news_details {
    position: absolute;
    background-color: #222a5e;
    padding: 10px 15px;
    margin: 0 15px 0 0;
    left: 15px;
    bottom: 15px;
}

/*--------------------------------------------*/

.modNewsFilterBar {
    margin: 20px 0px 15px;
    padding: 10px 15px;
    background: #F1F1F1;
}

.modNewsFilterBar button {
    white-space: nowrap;
}

.modNewsFilterBar .dropdown-menu {
    max-height: 205px;
    overflow: auto;
}

.modNewsFilterBar .dropdown-menu li.active a {
    color: #FFFFFF;
    background: #26337b;
}

.filter_date_column .dropdown-menu {
    top: initial;
    left: initial;
}

/*--------------------------------------------*/

.modMiniNewsBar h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.modMiniNewsBar h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.1em;
}