﻿
.modNewsFilterBar {
    margin: 20px 0px 30px 0px;
    padding: 0 15px;
    background: #f1f1f1;
    border-radius: 4px;
}

.modNewsFilterBar button {
    white-space: nowrap;
}

.modNewsFilterBar .dropdown-menu {
    max-height: 205px;
    overflow: auto;
}

.modNewsFilterBar .dropdown-toggle::after {
    content: none !important;
}

.modNewsFilterBar .dropdown-menu li.active {
    background-color: #f1f1f1;
}


/* -------------------------------------------------------------- */
.module_listing_metadata {
    color: #F58220;
    font-size: 0.75em;
    font-weight: 600;
}

.module_listing_title {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 10px;
    text-transform: none;
}

.module_listing_title > a {
    font-style: normal !important;
    text-decoration: none !important;
    font-size: 1em !important;
}

.module_listing_image img {
    max-height: none;
}


/* -------------------------------------------------------------- */
.pagination a, .pagination li span {
    color: #455761 !important;
    padding-bottom: 9px !important;
    padding-top: 8px !important;
    text-decoration: none !important;
}

.pagination .active .data_pager_button {
    background-color: #F58220;
    border-color: #F58220;
    color: #ffffff !important;
}

.data_pager_current:hover {
    background-color: #455761 !important;
    border-color: #455761 !important;
}

.news_listings hr:last-of-type {
    display: none !important;
}

.next_prev {
    margin-bottom: 50px;
}

.next_prev hr:last-of-type {
    display: block !important;
}

.news_article, .case_study_post {
    padding-bottom: 50px;
}

.back_news {
    display: inline-block;
    font-family: Houschka;
    font-size: 1.5em;
    margin: 25px 0 0;
}


.news_article .page_title h1.long_title:after {
    width: 165%;
}

.archive_page h1::after {
    width: 140%;
}