.filter_form{
    background: #3C4448;
    padding: 10px 19px;
    margin: 20px 0px 40px 0;
}
.filter_option_label {
    width: 100%;
}
.filter_option_label input {
    width:100%;
    background:#f8f9fa;
    border:none;
    padding: 19px 10px;
}

.filter_option_label .btn{
    border-radius:0;
}
.event_content p span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.event_content p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}
.news-landing-pg label {
    color: #fff;
}
form.filter_form button.submit {
    margin-top: 12px;
    margin-bottom: 12px;
    height: 40px;
    width: 100%;
}
.newscats li a {
    background: #f08c52;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    margin: 10px 0;
    display: block;
    font-size: 18px;
}
    .newscats li a:hover {
        background: #fff;
        color: #ef884f;
    }

.newscats, .newsarch {
    margin: 0 !important;
    list-style: none !important;
}
.news_byline {
    display: none;
}
.newsarch li {
    text-decoration: underline;
}
td#templateFooter {
    display: none;
}
td#templateHeader {
    display: none;
}
td.mcnShareContentItemContainer {
    display: none;
}
td#templateBody {
    BACKGROUND: #FFF !important;
    padding-bottom: 0 !important;
}
.news_content, .news_content p, .news_content span, .news_content p span {
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    display: block;
}
ul.newscats li span {
    padding: 10px 10px !important;
    display: block;
}
.news-landing-pg .news_article {
    PADDING: 40px 40px 0;
    background: #eee;
    margin: 20px 30px 40px 0;
}
.news_date {
    color: #888;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
}
h2.news_title a {
    text-decoration: none;
    line-height: 1;
    display: block;
}
ul.newscats li {
    background: #fff;
    color: #ef884f;
}
a.read_more {
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    color: #622960;
    font-weight: 500;
}

.bootstrap-select .dropdown-menu.inner{
    list-style: none;
    margin: 0 !important;
}

.bootstrap-select .dropdown-menu.inner li{
    padding-right:0;
    margin:0;
}

label.filter_option_label{
    margin-top:0;
}

.filter_form a.main-button{
    margin-top: 12px;
    margin-bottom: 12px;
    background:#BFBFBF;
    color:white;
}