/* HMG STYLES */


.blog .hero,
.single .hero,
.archive .hero {
	background-color: #F0F0F0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 50px;
}


@media only screen and (min-width: 48em){
	
	.blog .hero,
	.single .hero,
	.archive .hero  {
	    margin-top:106px;
	}
}


@media only screen and (min-width: 980px) {
	
	.blog .hero,
	.single .hero,
	.archive .hero  {
	    margin-top:123px;
	}

}
.contain-to-grid .top-bar {
max-width: 60rem!important;
}
.bluequote{font-size:2em;}