.featured-posts-grid{
	background-color: #202427;
}
.featured-posts-grid.section{
	padding: 90px 0;
	margin-bottom: 0;
}
.featured-posts-grid-content{
	padding-bottom: 30px;
}

.featured-posts-grid-title-wrap{
	text-align: center;
	margin-bottom: 30px;
}
.featured-posts-grid-title{
	font-size: 2.750em;
	color: #fff;
	margin-bottom: 0;
}
.featured-posts-grid-title span{
	font-size: 0.727em;
}

.featured-posts-grid-cta-wrap{
	text-align: center;
}
a.featured-posts-grid-cta-link{
	color: #fff;
}

.featured-posts-grid a.large-thumbnail-title {
	font-size: 46px;
}

/* Site design width */
@media only screen and ( max-width: 1280px ){
	.featured-posts-grid.section{
		margin-bottom: 0;
	}
}

/* Max-header width */
@media only screen and ( max-width: 1180px ){
	.featured-posts-grid-title{
		font-size: 1.750em;
	}
}

/* Large Tablet */
@media only screen and ( max-width: 980px ){
	.featured-posts-grid-content-row-1{
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}
	.featured-posts-grid-content-row-1 .featured-posts-grid-content-wrap{
		padding: 0 15px;
	}
}

@media only screen and ( max-width: 920px ) {
	.featured-posts-grid .large-thumbnail-title-wrap {
		margin-bottom: 0px;
	}
}

/* Tablet */
@media only screen and ( max-width: 768px ){

}

/* Mobile */
@media only screen and ( max-width: 640px ){

}