﻿.in-the-news-body 
{
    margin-top: 20px;
    min-height: 450px;
    width: 590px;
    display: block;
}

.in-the-news-body h2
{
    margin: 24px 25px 18px;
    line-height: 22px;
}

.in-the-news-body h3
{
    margin: 24px 25px 18px;
}

.in-the-news-body h4
{
    margin: 0px 25px 18px !important;
}

.in-the-news-body p
{
    margin: 24px 25px 2px !important;
}

.featured-news 
{
    float: left;
    width: 340px;
}

.other-news 
{
    border-left: 1px solid #B4BBBD;
    float: right;
    width: 230px;
    margin-top: 20px;
}

.other-news-header 
{
    margin-top: 4px !important;
}

.other-news p
{
    margin: -15px 25px 18px !important;
}

.in-the-news-link
{
    margin-left: 15px;
}

#in-the-news-arrow 
{
	border-bottom: 7px solid rgba(0, 0, 0, 0) !important;
    border-left: 8px solid #004B76 !important;
    border-top: 7px solid rgba(0, 0, 0, 0) !important;
    margin-left: 0px !important;
    margin-top: 7px !important;
    position: absolute;
}


.news-article-body {
    margin-top: 15px;
    min-height: 450px;
    width: 493px;
    display: block;
}

.news-article-body h2
{
    margin: 24px 25px 2px;
    line-height: 22px;
}

.news-article-body h3
{
    /*margin: 24px 25px 18px;*/
}

.news-article-body h4
{
    margin: 0px 25px 18px !important;
}

.news-article-body p
{
    margin: 16px 25px 18px; /*!important*/
}

