.filterOptions {
    font-size: 14px;
}

.filterOptions label {
    margin-right: 5px;
}

.filterOptions select {
    padding: 3px 25px 3px 5px;
    margin: 0;
    background: url(/cms/images/layout/select.png) no-repeat 89% 50%;
    color: #333;
    font-size: 14px;
    border: 1px solid #292928;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.news-filter .newsFilterYearWrpr {
    display: block;
    margin-bottom: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .filterOptions select {padding-right:18px}
}

.newsDetail  {
    margin-bottom: 15px;
}

/* News Module Styles */
.newsModuleWrpr {
    margin-bottom: 15px;
}
.newsModuleWrpr .paging { 
    float: none; 
    display: table;
    width: 100%;
    margin: 25px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.newsModuleWrpr .paging .sortStatus {
    float: none;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Source Sans Pro', sans-serif; 
    font-size: 14px;
    font-weight: 700;    
    color: #333;
}

.newsModuleWrpr .paging .genericPager {
    float: none;
    display: table-cell;
    vertical-align: middle;    
}

.newsModuleWrpr .paging .genericPager ul {
    float: right;
}


.newsOverview .modContent {
    padding: 0px;
}

.newsOverview ul.itemList {
    margin-top: 25px;
}

.newsOverview ul.itemList li { 
    padding: 17px 25px;
    background: transparent;    
}

.newsOverview ul.itemList li.item {
    border-top: none;
}

.newsOverview ul.itemList li:nth-child(odd) { 
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f5f1+100 */
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjdmNWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(247,245,241,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,245,241,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(247,245,241,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(247,245,241,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(247,245,241,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(247,245,241,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f5f1',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */ 
}

.newsOverview ul.itemList li.item h2.title {
    margin: 0px 0px 0px 0px; 
    font-size: 1.19em;
    text-transform: uppercase;
}

.newsOverview ul.itemList li.item h2.title a {
    color: #ed1b32;
    text-decoration: none;
}

.newsOverview ul.itemList li.item h2.title a:hover {
    text-decoration: underline;
}

.newsOverview ul.itemList li.item span.date {
    margin: 0px 0px 10px 0px;
    font-size: 0.88em;    
}

.newsOverview ul.itemList li.item p {
    margin: 15px 0px 10px 0px;
}


.newsModuleWrpr .item .aside { min-width:100px; }

.newsFilterLeftWrpr {width:55%;float:left;}
.newsFilterRightWrpr {float:right;width:40%;text-align:right;}
.newsFilterMonthWrpr { float: left;
    margin-right: 12px;
    margin-top: 4px;
}
.newsFilterMonth {width: 85px;}
.newsFilterYearWrpr {
    float: left;
    margin-right: 12px;
    margin-top: 4px;
}
.newsFilterYear {width: 85px;}
.newsFilterCatWrpr {float:left;}
.newsFilterCat {width: 185px;}
.newsFilterSearchBtn {float:right;margin-left:15px;}
.newsFilterSearchType {
    padding-top: 9px;
    float: right;
}
.newsFilterSearchType a {
    font-size: 14px;
    font-weight: 500;
    color: #ee2a40;
    text-decoration: none;
}
.newsFilterSearchType a:hover {
    text-decoration: underline;
}

.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: 00px;margin-right:20px;}
.newsItemWrpr .newsItemImg img{width:70px;height:60px;}
.newsItemWrpr .newsItemDescr {}
.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 {}
.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;}


/* 16px baseline (180px - 480px) */
@media only screen and (min-width:11.250em) and (max-width:30em) {	

    .filter {
        margin: 0px 0px 6px;
    }
    
    .newsModuleWrpr .paging {
        margin-top: 0px;
    }
    
    .newsModuleWrpr .paging .sortStatus {
        display: block;
        margin-bottom: 25px;
    }
    
    .newsModuleWrpr .paging .genericPager {
        display: block;
    }

    .genericPager li {
        margin-bottom: 15px;
    }
    
}