.news-holder {
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
  color: #1f3861;
  text-decoration: none;
}

.news-headlines {
  list-style: none;
  position: relative;
   width: 25%;
}

  .news-headlines li {
    padding: 5px 20px 5px 24px;
    margin-bottom: 10px;
    position: relative;
    z-index: 20;
    color: #1f3861;
	font-weight: bold;
  }

@media (max-width: 485px){
  .news-headlines li {
    padding: 5px 5px 5px 0px;
  }
}
  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }

  .news-headlines li:hover, a:hover {
		cursor: pointer;
		text-decoration: underline;
  }
  
  .news-headlines .highlight {
    width: 100%;
    background: #1f3861;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
    
  .selected {
	color: #fff !important;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: left;
   width: 40%;
}

.news-preview {
   float: left;
   width: 60%;
   background: #1f3861;
   position: relative;
   z-index: 5;
   margin-left: -1px;
   max-height: 170px !important;
   position: relative;
}

  .news-preview img {
    display: block;
    border: solid 3px #e7c22a;
    width: 100%;
    height: auto;
    max-width: 350px;
    max-height: 200px;
    margin: 0 auto 5px auto;
  } 

.news-content {
    position: absolute;
    background: #1f3861;
    z-index: 10;
    padding: 10px;
    top: 0;
    left: 0;
    display: none;
}
.news-content p {
	color: #fff;
}

.top-content {
    display: block;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}