/* News Module Styles */

.newsModuleWrpr {
    margin-bottom: 50px;
}

    .newsModuleWrpr .filter {
        text-align: center;
    }

        .newsModuleWrpr .filter .filterActions {
            display: block;
            width: 100%;
            float: none;
            text-align: right;
        }

        .newsModuleWrpr .filter .view-news {
            padding-bottom: 0.5em;
            margin-bottom: 0.5em;
            border-bottom: 1px solid #bababa;
        }

    .newsModuleWrpr .paging {
        float: none;
    }

        .newsModuleWrpr .paging .genericPager ul {
            margin: 1em 0px;
        }

    .newsModuleWrpr .item .aside {
        min-width: 100px;
    }

        .newsModuleWrpr .item .aside > a > img {
            max-width: none !important;
            width: 200px !important;
        }

    .newsModuleWrpr .newsOverview {
        display: block;
        margin-bottom: 2em;
        padding: 1em;
        border: 1px solid #bababa;
    }

        .newsModuleWrpr .newsOverview .continue-link {
            display: block;
            margin: 5px 0;
        }

.newsFilterLeftWrpr {
    width: 55%;
    float: left;
}

.newsFilterRightWrpr {
    float: right;
    width: 40%;
    text-align: right;
}

.newsFilterMonthWrpr {
    display: inline-block;
    vertical-align: middle;
}

.filterOptions {
    display: inline-block;
    clear: both;
    text-align: center;
}

    .filterOptions > div {
        display: inline-block;
    }

    .filterOptions label,
    .filterOptions select {
        display: block;
    }

        .filterOptions select,
        .filterOptions select:hover,
        .filterOptions select:focus {
            background-color: #ffffff;
        }

.newsFilterMonth {
    width: 85px;
}

.newsFilterYearWrpr {
    display: inline-block;
    vertical-align: middle;
}

.newsFilterYear {
    width: 85px;
}

.newsFilterCatWrpr {
    float: left;
}

.newsFilterCat {
    width: 185px;
}

.newsFilterSearchBtn {
    display: block;
    margin-top: 0.5em;
}

    .newsFilterSearchBtn input {
        min-width: 100px;
        width: 100%;
    }

.newsPhotoRight {
    float: right;
    margin: 15px 0px 15px 15px;
}

.newsItemsWrpr {
    padding: 0px 0px 20px 0px;
}

.newsItemWrpr {
    padding: 0px 0px 25px 0px;
}

    .newsItemWrpr .newsItemPhoto {
        float: left;
        display: inline;
        margin: 0 0 12px 0;
    }

    .newsItemWrpr .newsItemImg {
        float: left;
        padding-left: 12px;
        margin-top: 0px;
        margin-right: 20px;
    }

        .newsItemWrpr .newsItemImg img {
            width: 70px;
            height: 60px;
        }

    .newsItemWrpr .newsItemDescr p {
        padding: 0 0px;
    }

    .newsItemWrpr .newsItemDescr h2 {
        font-size: 13px;
        font-family: arial;
        margin: 0px;
        padding: 0px;
    }

        .newsItemWrpr .newsItemDescr h2 a {
            font-size: 13px;
            color: #7AAFDF;
            font-weight: bold;
            text-decoration: none;
        }

    .newsItemWrpr .moreLink {
        text-align: right;
        color: #7AAFDF;
        text-decoration: none;
        font: bold 11px Arial;
    }

.newsSummaryWrpr .mod {
    background: none;
}

.newsSummaryWrpr h2 {
    color: #394A43;
    letter-spacing: 2px;
    margin: 0px 0px 10px;
    padding: 0px 0px 6px;
    font: bold 11px Georgia;
    text-transform: uppercase;
    border-bottom: 1px solid #D6CEAD;
}

.newsSummaryBackgroundWrpr {
}

.newsSummaryImage {
    float: left;
}

.newsSummaryDesc {
    border-bottom: 1px dotted #BAC9C2;
    margin: 0px 0px 10px;
    padding: 0px 0px 10px;
    font-size: 12px;
}

.newsSummaryViewAll {
    text-align: right;
}

.newsDetail h2.title {
    display: block;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #bababa;
}

.newsDetail .date {
    display: block;
    margin-bottom: 1em;
    font-style: italic;
}

.newsDetail .back-to-news.top {
    display: block;
    margin-bottom: 1em;
}

.newsDetail .back-to-news.bottom {
    display: block;
    margin-top: 4em;
}

.hm-flash {
    display: block;
    padding: 40px 0 10px 0;
    background-color: #f5f5f5;
}

    .hm-flash .table-mode {
        table-layout: fixed;
        font-size: 18px;
        margin: 0 auto;
        width: 100%;
        max-width: 1440px;
    }

    .hm-flash .table-cell {
        position: relative;
        padding: 10px;
        margin-bottom: 40px;
    }

    .hm-flash ul {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .hm-flash ul li {
            display: block;
            margin: 0 0 20px 0;
        }

            .hm-flash ul li a {
                display: block;
                text-decoration: none;
            }

                .hm-flash ul li a:hover,
                .hm-flash ul li a:focus {
                    text-decoration: underline;
                }

    .hm-flash h2 {
        display: block;
        margin: 0 0 30px 0;
        font-size: 1.5em;
        font-weight: 500;
        color: #000000;
        text-align: center;
    }

.hm-story {
    text-align: center;
}

    .hm-story aside {
        margin-bottom: 20px;
    }

.hm-news {
    text-align: center;
}

.hm-blog {
    text-align: center;
}

    .hm-blog li ~ li {
        padding-top: 20px;
        border-top: 1px solid #bababa;
    }

@media (min-width:480px) {
    .newsModuleWrpr .filter {
        text-align: left;
    }

        .newsModuleWrpr .filter .filterActions {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .newsModuleWrpr .filter .view-news {
            padding-bottom: 0em;
            margin-bottom: 0;
            border-bottom: none;
        }

    .newsFilterSearchType {
        float: right;
    }
}

@media (min-width:768px) {

    .filterOptions label,
    .filterOptions select {
        display: inline-block;
        vertical-align: middle;
    }

    .newsFilterMonthWrpr,
    .newsFilterYearWrpr {
        margin-right: 1em;
    }

    .newsFilterSearchBtn {
        display: inline-block;
        margin-top: 0;
    }

    .newsModuleWrpr .paging .sortStatus {
        float: left;
    }

    .newsModuleWrpr .paging .genericPager {
        float: right;
    }

        .newsModuleWrpr .paging .genericPager ul {
            margin: 0px 0px 1em 1em;
        }

    .filterOptions {
        display: block;
        clear: none;
        text-align: left;
    }

    .hm-flash {
        padding: 40px 0;
    }

        .hm-flash .table-cell {
            padding: 10px 20px 100px 20px;
            margin-bottom: 0px;
        }

        .hm-flash h2 {
            margin-bottom: 30px;
        }

        .hm-flash a.btn {
            position: absolute;
            left: 50%;
            bottom: 10px;
            transform: translateX(-50%);
            margin: 0;
        }

    .hm-news .cmlla {
        display: inline-block;
        text-align: left;
    }
}

@media (min-width:992px) {
    .hm-flash h2 {
        font-size: 2em;
    }
}

/* Ticket #534993 - Update News section to match Blog */
.bottom-pager {
    margin: 25px 0 0;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 5px rgba(0,0,0,.1);
    padding: 20px 40px;
}

    .bottom-pager .paging {
        margin: 0
    }

.newsModuleWrpr .paging .sortStatus {
    display: none;
}

.blog-card-summary .summary-img img.bdr {
    width: 100% !important;
    border: none;
    background: none;
}

.newsDetail {
    position: relative;
    display: block;
    margin-top: -20px;
    background: #fff;
    padding: 20px 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 5px rgba(0,0,0,.1);
}
