#news-header{
    font-size:30px;
    padding-bottom:50px;
    font-family: HelveticaNeueLTStd-Lt;
}

.news-story{
    position:relative;
    width:100%;
    overflow:auto;
padding-bottom: 10px;
}

.news-story-image{
    width:25%;
    text-align:center;
    float:left;
    min-height:100px;
}
.news-story-image img{
    width:auto;
    margin:auto;
}

.news-story-info{
    float:left;
    width:75%;
}
.news-story-info-content{
    padding-left:20px;
}

.news-story-excerpt{
    padding-bottom:10px;
   
}

.news-story-date{
    padding-bottom:10px;
    font-family: HelveticaNeueLTStd-Bd;
}

.news-story-read-more-link{
    padding-bottom:10px;
    
}

.news-story-read-more-link a{
    text-decoration:underline;    
}

.news-seperator{
    margin-top:15px;
    margin-bottom:15px;
    border: 1px solid #E8E8E8;
}

#news-footer{
    text-align:right;
    font-size:18px;
   
}

#news-footer a{
	border-bottom: 2px solid #8CC63F;
	text-decoration:none;
}

@media (max-width: 478px) {
  .news-story-image {
    width:100%;
    float:none;
  }
  .news-story-info-content {
    width:100%;
    }
    .news-story-info{
    width:100%;
    }
}

@media (min-width: 601px) {
    .two_third #news-container {
        padding-right:40px;
    }
}