﻿.modNewsFilterBar {
    padding: 0 15px;
    background: #f1f1f1;
    border-radius: 4px;
}

.modNewsFilterBar button {
    white-space: nowrap;
}

.modNewsFilterBar .dropdown-menu {
    max-height: 205px;
    overflow: auto;
}
.modMiniNewsBar {
    padding: 15px;
    background: #f1f1f1;
    border-radius: 4px;
}

    .modMiniNewsBar .media-heading {
        margin-top: 10px !important;
    }

.news_listing h2 {
    font-size: 1.75em;
}

.news_listing h2 a {
    color: #442970 !important;
}

.news_date {
    color: #4bcbbb;
    margin-bottom: 0;
}

a.news_home {
    transition: background-color 0.3s, color 0.2s, text-shadow 0.2s;
    -moz-transition: background-color 0.3s, color 0.2s, text-shadow 0.2s;
    -webkit-transition: background-color 0.3s, color 0.2s, text-shadow 0.2s;
    -ms-transition: background-color 0.3s, color 0.2s, text-shadow 0.2s;
    -o-transition: background-color 0.3s, color 0.2s, text-shadow 0.2s;
}

a.news_home:hover {
    background-color: rgba(18, 194, 175, 0.5);
    color: #545b5a;
    text-shadow: none;
}

