
.news .news-list-view .article {
    border-bottom: 1px solid #0053A3;
}

.news .news-list-view .article:last-child {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news .news-list-view h2 {
    margin: 0 0 15px 0;
    padding-top: 10px;
}

.news .news-list-view h2 a{
    text-decoration: none;
    color: #0053A3;
}

.news-list-view .article .news-img-wrap img {
    float: none;
    height: auto;
    width: auto;
}

.news-single .article .news-img-wrap a,
.news-list-view .article .news-img-wrap a {
    float: none;
    background: none;
    border: none;
    padding: 0;
}

.news-list-view .article .teaser-link a,
.news-single .article .news-backlink-wrap a {
    text-decoration: none;
    color: #0053A3;
    font-weight: bold;
}

.news-single .article .news-img-wrap {
    
    width: 282px;
    background: none;
    
}

.news-single .article .news-img-wrap .outer{
    
    margin-bottom: 10px;
    
}

.news-single .article .news-img-wrap a {
    float: none;
}

.news-single .article .news-img-wrap a img, .news-list-view .article .news-img-wrap a img {
    display: block;
}

/* LATEST / TEASER */

.news-latest-view .article .news-img-wrap img {
    float: none;
}

.news-latest-view .article .news-img-wrap a {
    background: none;
    border: none;
    display: block;
    float: none;
    padding: 0;
}

.news-latest-view .article .news-img-wrap {
    background: none;
    float: none;
    margin: 0;
}