#homeNewsWrapper a:hover,
#homeNewsWrapper a:focus {
 text-decoration: none;
 background: #f9f9f9;

}

#RSSLink {
    display: none;
}

.sectionTitle {
    background: #0074b0;
    padding: 10px;
    margin: 0px;
    color: #FFF;
}

.homeNewsWrapper .date {
    display: none;
}


.readMore:after {content: '';background: url(/UserFiles/Servers/Server_5730343/Image/arrows/right-arrow-dark.png);width: 30px;position: absolute;height: 25px;background-repeat: no-repeat;margin-left: 10px; margin-top: -1px;}

.sectionTitle h3 {
    margin: 0px;
   padding: 6px;
}

.newsItem.main .image .inside {
    height: 230px;
   overflow: hidden;
}

a.newsItem.main {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.secondaryNewsItems {
    width: 48%;
    float: left;
    margin-left: 2%;
}

.newsTitle {
    color: #0074B0;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'roboto';
    font-size: 20px;
}

.newsDate {
    color: #666666;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
   display: none;
}

.newsSummary {
    color: #000;
    margin-bottom: 10px;
   font-size: 17px;
}

.readMore {
    color: #666666;
    font-weight: 700;
    text-transform: uppercase;
transition: all .2s ease-in-out;
}


.secondaryNewsItems .newsItem:first-child .newsTitle {
    color: #94591c;
}

.secondaryNewsItems .newsItem:nth-child(2) .newsTitle {
    color: #2e7c35;
}


a.newsItem.main .newsContent {
    background: #F9F9F9;
    padding: 20px;
    min-height: 160px;
    display: table;
   border-bottom: 5px solid #F2F2F2;
  width: calc(100% - 40px);
}

a.newsItem.main .newsContent > .inside-padding {
    display: table-cell;
    vertical-align: middle;
}


.secondaryNewsItems .newsItem {
    border-bottom: 1px solid #DEDADA;
    padding-bottom: 25px;
    padding-top: 25px;
}

a.newsItem {
    display: block;
}



a.newsItem:hover .readMore {
 opacity: 0.6;
}

a.newsItem img {
 -webkit-transition: all 0.6s;
 -moz-transition: all 0.6s;
 -o-transition: all 0.6s;
 transition: all 0.6s;
}

a.newsItem.main:hover img {
 -webkit-transform: translate3d(0, 0, 0);
 -webkit-perspective: 0;
 -webkit-backface-visibility: hidden;
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
 -moz-transform: scale(1.1) rotate(0.1deg);
}