.news-outer-wrapper {
 position: relative;
}

#news-summary .row {
 display: block;
 width: 100%;
 margin-bottom: 25px;
 font-family: inherit;
}

#news-summary .row .image {
 width: 18% !important;
 max-height: 120px;
 float: left;
 overflow: hidden;
}

#news-summary .row .image img {
 width: 100%;
}

#news-summary .content {
 display: block;
 float: left; 
 width: 70%; 
}

#news-summary .content .inner-news-content {
 padding-left: 20px;
}

#news-summary .content a.title {
 font-family: inherit;
 color: #000000;
 font-size: 17px;
 text-decoration: none;
}

#news-summary .content a.title:hover, #news-summary .content a.title:focus {
 color: #000000;
 text-decoration: underline;
}

#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 {
 background: #000000;
 color: #FFFFFF;
 font-size: 12px;
 padding: 5px 10px;
 text-decoration: none;
}

#news-summary .content a.read-more:hover, #news-summary .content a.read-more:focus {
 background: #757575;
 color: #FFFFFF;
 text-decoration: none;
}

.clear {
 clear: both;
}

#news-summary .clear span{
 display: none;
}

#nav_sec-header ul.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex !important;
    list-style: none;
    margin-bottom: -12px;
}

#nav_sec-header ul.slick-dots li {
    width: 100%;
    display: inline-flex;
    background: #f4f4f4;
}

#nav_sec-header ul.slick-dots li button {
    font-size: 0.00011em;
    border: 0;
    width: 100%;
    height: 6px;
    margin: 0 6px;
    padding: 0;
    background: #AFB2B3;
}

#nav_sec-header ul.slick-dots li.slick-active button { background: #024056; }




/*** 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, #RSSLink a:focus span {
 opacity: 0.7;
 filter:alpha(opacity=70); /* For IE8 and earlier */
}

.archive_news ul.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
}

.archive_news ul.slick-dots li {
    display: inline-block;
}

.archive_news ul.slick-dots li button{
    display: block;
    background: transparent;
    border: none;
    padding: 6px 10px;
    font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
