.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
    margin: 0 auto;
    font-size: 13px;
}

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

a {
    color: #336699;
    text-decoration: none;
}

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

.news-headlines li {
    padding: 10px 20px 10px 24px;
    margin-bottom: 4px;
    position: relative;
    z-index: 20;
    color: #ffff;
    background-color: #007b7e;
    height: 77px;
}

.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);
}
.nh-anim.selected{ background-color: #f9b143;}

.news-headlines li:hover, a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.news-headlines .highlight {
    width: 100%;
    background: #ededed;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-bottom: solid 1px #999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

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

.news-headlines {
    float: right;
    width: 34%;
}

.news-preview {
    float: left;
    border: solid 1px #999;
    width: 65%;
    background: #ededed;
    position: relative;
    z-index: 5;
    margin-left: 2px;
    height: 239px;
    position: relative;
    overflow: hidden;
}

.news-preview img {
    display: block;
    width: 100%;
    height: auto;
} 

.news-content {
    position: absolute;
    background: #ededed;
    z-index: 10;
    padding: 0px;
    top: 0;
    left: 0;
    display: none;
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.news-slider-title {
    background: rgba(4, 112, 114, 0.8);
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 96%;
    right: 2%;
    padding: 2%;
    border-bottom: 5px solid #f5ad40;
}
.news-slider-title a {color:#fff; font-size: 18px;}
@media only screen and (max-width: 768px) {

    .news-headlines li {
        padding: 3px;
        font-size: 12px;
    }
    .news-slider-title a {
        font-size: 12px;
    }
    .news-holder p {
        margin-bottom: 0;
    }
    .news-slider-title {
        border-bottom: navajowhite;
    }
    .service-box .col-md-8 { padding: 0;}
}