.in-the-news .main-hero {
	background-image: url('../images/bg-in-the-news.jpg');
	background-repeat: no-repeat;
	/*background-position: 0% 100%;*/
	/*background-size: cover;*/
	background-position: 50% 50%;
	min-height: 476px;
	color: #333;
}

.in-the-news .main-hero hr {
	display: inline-block;
	margin-left: 0;
}

.in-the-news .main-hero h1 {
	/*font-size: 72px;*/
	font-family: 'ralewaythin';
	margin-top: 110px;
}

.in-the-news .main-hero h1 b {
	font-family: 'ralewaymedium';
	font-weight: normal;
}

.in-the-news .main-hero a {
	color: #f68d4f;
	/*font-size: 28px;*/
	font-size: 1.750em;
}

.in-the-news .news-row:nth-of-type(odd) {
	background-color: #f2f2f2;
}

.in-the-news .news-row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.in-the-news .featured-logo-container {
	padding-top: 3.4em;
}

.in-the-news .featured-article h2 {
	font-size: 2.175em;
}

.in-the-news .featured-article p {
	font-size: 1.056em;
}

.in-the-news .featured-article a {
	font-family: 'ralewaybold';
	display: block;
}

.in-the-news .featured-article p strong {
	font-weight: normal;
	font-family: 'ralewaybold';
}

/* Wide Screen */
@media (min-width: 1230px) {
	.in-the-news .main-hero {
		background-position: 0 40%;
		background-size: cover;
	}
}


.featured-article h2 {
	font-family: 'ralewaythin';
	/*font-size: 64px;*/
	font-size: 2.575em;
	line-height: 55px;
	text-align: left;
}

.featured-article p {
	font-family: 'raleway';
	/*font-size: 28px;*/
	font-size: 1.375em;
	/*line-height: 48px;*/
	line-height: 1.45;
}

.featured-article a {
	color: #f68d4f;
	/*font-size: 28px;*/
	/*font-size: 3.125em;*/
	font-size: 1.175em;
}

.in-the-news .contact-us h2 {
	/*font-size: 72px;*/
	font-family: 'raleway';
}

@media (max-width: 788px) {
	.in-the-news .featured-logo-container {
		margin-top: 40px;
		padding-top: 0;
		text-align: center;
		min-height: 1px;
	}
	.in-the-news .main-hero h1 {
		margin-top: 100px;
	}
}


@media (max-width: 690px) {
	.in-the-news .main-hero {
		min-height: 470px;
		background-size: cover;
	}

}

@media (max-width: 480px) {
	.featured-article, .featured-logo img {
		padding: 30px 0;
	}
	.featured-article h2 {
		margin: 0;
		font-size: 3.125em;
	}
	.featured-logo-container, .featured-article h2 {
		text-align: center;
	}
	.in-the-news .main-hero {
		min-height: 1px;
		padding-bottom: 70px;
	}
    .in-the-news .contact-us {
	    margin-top: 20px;
    }
    .in-the-news .featured-article {
	    padding-top: 0;
    }
    .in-the-news .featured-article h2 {
	    font-family: 'raleway';
	    text-align: left;
	    line-height: normal;
	    padding: 5px 0 15px;
	}

	.in-the-news .featured-article p strong {
	    font-weight: normal;
	    font-family: 'ralewaysemibold';
	}
}
