.RSSLink {
 display: none;
}

.recent-news-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
}

#recentNews {
    display: inline-block;
    position: absolute;
    padding: 2% 5%;
    background: #8cc641;
    color: #044767;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.6);
    left: -6px;
    top: -6px;
    z-index: 1;
}

.newscontent {
    background-color: #06516e;
    padding: 2% 4%;
}

.news-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin: 5px 0px 5px;
    display: block;
}

.newsDate {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: normal;
    font-style: italic;
}

.summary {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    margin: 5px 0px 5px;
}

.read-more {
 background-color: #9E1F35;
 position: absolute;
 right: 0;
 bottom: 20px;
 display: none;
}

.single-story:hover .read-more, .news-item:hover .read-more {display: block;}

.read-more .link {
  display: none;
}

.single-story {
    display: inline-block;
    width: 45%;
    margin-right: 5%;
    position: relative;
    vertical-align: top;
}

.single-story .news-item {
 padding: 0px 0px 0px 0px;
}

.single-story .news-item:hover .news-title, .single-story .news-item:focus .news-title,
.home_news_summary .news-item:hover .news-title, .home_news_summary .news-item:focus .news-title {
  text-decoration: underline;
}

.single-story .news-item:hover .image img, .single-story .news-item:focus .image img,
.home_news_summary .news-item:hover .image img, .home_news_summary .news-item:focus .image img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-story .image {
    width: 100%;
    height: 260px;
    display: block;
}

.single-story .image img {
    width: 100% !important;
    height: 260px;
}

.single-story .newscontent {
    max-height: 188px;
    height: 188px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}

.recent-news-wrapper .home_news_summary{
    width: 50%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.home_news_summary .news-item {
    display: block;
}

.home_news_summary .news-item:hover {
 text-decoration: none;
}

.image {
    width: 37%;
    height: 140px;
    display: inline-block;
    overflow: hidden;
}

.image img {
    width: 100% !important;
    height: 140px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.home_news_summary .newscontent {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    background: transparent;
}




@media screen and (max-width: 730px) {

  .recent-news-wrapper {
    
  }

 .single-story, .recent-news-wrapper .home_news_summary {
  width: 100%;
  margin-bottom: 12px;
 }

  .single-story { margin-right: 0; }

 .single-story .news-item {
  padding: 0px;
 }

  .home_news_summary .news-item { margin-bottom: 10px; }

}
