.featured_post {
    margin-bottom: 50px;
}
.featured_post img
{
    max-width:100%;
}

.featured_post_details, .news-block_details, .news_details
{
    margin: 0px 0 12px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}
.related_post .featured_post_details, .related_post .news-block_details, .related_post .news_details
{
    font-size:12px;
}
.news-block_details, .news_details
{
    text-align:left;
}
.news-block_teaser
{
    padding-top:5px;
    padding-bottom:10px;
    line-height:1.5em;
    font-family: 'RobotoCondensed Regular','sans-serif';
    font-size:11px !important;
    letter-spacing:0.1em;
    line-height:1.4em;
    color:#757575 !important;
}

.news-block_teaser img,
.news-block_teaser iframe
{
    display:none;
}

.featured_category, .news-block_category {
    text-transform: uppercase;
    color: #202020;
}
.news-block_date time, .featured_date time {
    color: #aeaeae;
    display:inline-block;
    margin-left:15px;
}
.news-block_date time:before, .featured_date time:before {
    display:inline-block;
    content:'|';
    padding-right:15px;
}
.featured_post_title h1 {
    margin: 0 0 0;
    color: #202020;
    font-size: 31px;
    text-align: center;
    padding: 0;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

.news_post
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 15px;
    margin:0 -20px;
}
.news-block
{
    width: 50%;
    float: left;
    margin: 0;
    cursor: pointer;
}
.r-container.expanded .news-block
{
    width:33.333%;
}
.news-block-content
{
    padding:0 20px;
    text-align:left;
}
.news-featured
{
    background-color:black;
}
.news-featured img
{
    display: block;
    width: 100%;
    height: auto;
    background-color: #d0d0d0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}
.news-block-link
{
    display:block;
    width:100%;
}
.news-block-link h2
{
    color: #000000;
    font-size: 19px;
    letter-spacing:0.2em;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0;
    height: auto;
    line-height: 1.3em;
    letter-spacing: 0.05em;
}
.read-more
{
	display: block;
    font-size:13px;
	margin:0 0 40px 0;
	color: #000;
	font-weight: normal;
	font-style: normal;
    font-weight:normal;
}
.related_post .read-more
{
    font-size:12px;
}

.news-block:hover .read-more {visibility: visible;}

.news-block .read-more:before
{
    content:'';
    height: 1px;
    background:#000;
    width: 25px;
    display: inline-block;
    vertical-align:middle;
    margin: 0 11px 2px 0;
}



#news_content-wrapper{
	margin: 0 auto;
    text-transform:none;
    text-transform:uppercase;
}
#news #news_content img{
	display: block;
	margin: 10px 0;
	max-width: 100% !important;
    margin:auto;
	height: auto !important;
	cursor: pointer;
}

#news_content {
	margin: 0 auto 30px;
	text-align: justify;
    color:#757575;
	width: 100%;
    max-width:1200px;
    margin:auto;
    line-height:1.7em;
    letter-spacing:.1px;
    font-family: 'RobotoCondensed Regular','sans-serif';
    font-size:12px;
    color:#757575;
    text-align:center;
}
#news_content p
{
    margin-bottom: 5rem;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5rem;
    line-height: 1.7;
    font-family: 'RobotoCondensed Regular',sans-serif;
    letter-spacing: .1px;
    color: #757575;
    font-size: 12px;
}

#news_content a
{
    text-decoration:underline;
    color:black;
}
#news_content iframe
{
    margin:auto;
}



#news_content b,
#news_content strong
{
    font-weight:bold;
}

.searchcategories .category-level-0 > li > .refineLink
{
    color:black;
    font-size: 1.3rem;
}
.searchcategories .category-level-1 li {
    margin-left: 4rem;
}
.searchcategories li {
    line-height: 2.6rem;
}




@media (max-width: 768px) {
    #news
    {
        padding:15px 0px;
    }
    .news_post
    {
        flex-direction: column;
        padding-top: 15px;
        width:100%;
        margin:0;
    }
    .news-block-content
    {
        padding:0;
    }
    .news-block
    {
        width:100%;
    }
    #news_content p
    {
        margin-left:0;
        margin-right:0;
        margin-top:20px;
        margin-bottom:20px;
    }
}
