#news-summary .row {
 display: block;
 width: 100%;
 margin-bottom: 25px;
 font-family: inherit;
}

#news-summary .row .image {
 width: 30%;
 float: left;
 overflow: hidden;
 position:  relative;
}

#news-summary .row .image img {
 width: 100%;
 height: auto;
}

#news-summary .content {
 display: block;
 float: left; 
 width: 70%; 
}

#news-summary .content .inner-news-content {
 padding-left: 20px;
}

#news-summary .content a.title,
#news-summary .content a.title {
 font-family: inherit;
 color: #000000;
 font-size: 17px;
 text-decoration: none;
}

#news-summary .content a.title:hover {
 color: #757575;
 text-decoration: none;
}

#news-summary .content .date {
 color: #757575;
 font-size: 14px;
 padding: 3px 0px 5px;
}

#news-summary .content .summary {
 padding-bottom: 10px;
}

#news-summary .content a.read-more,
#news-summary .content a.read-more {
 background: #000000;
 color: #FFFFFF;
 font-size: 12px;
 padding: 5px 10px;
 text-decoration: none;
display:table;
}

#news-summary .content a.read-more:hover {
 background: #757575;
 color: #FFFFFF;
 text-decoration: none;
}

.clear {
 clear: both;
}

#news-summary .clear span{
 display: none;
}

/*** RSS Styles ***/

#RSSLink {
 height: 24px;
 position: relative;
 width: 24px;
}

#RSSLink a {
 height: 24px;
 width: 24px;
 display: block;
 background: #ee6e19;
 border-radius: 6px;
}

#RSSLink a span {
 text-indent: -9999px;
background: url('https://cdnsm4-hosted.civiclive.com/Common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media-2014/rss/defualt-rss-icon-2014.png') no-repeat;
 width: 24px;
 height: 24px;
 display: block;
 opacity: 1;
 filter:alpha(opacity=100); /* For IE8 and earlier */
}

#RSSLink a:hover span {
 opacity: 0.7;
 filter:alpha(opacity=70); /* For IE8 and earlier */
}


#news-summary .content {
    display: block;
    float: left;
    width: 65%;
}



span.category {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 120px;
    background: #a0c13b;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; /* For Safari 3.1 to 6.0 */
    font-weight: bold;
}

.wrapper:hover span.category {
    width: 100%;
}
#news-summary .content .date { display:none; }