/* MAN Styles */

.highlights {margin-top:40px;}
.social-feed {padding:20px;}


@media (min-width: 1200px) {
    .home.has-hero #fsPageBodyWrapper {
        padding-top: 60px;
    }
}

@media (min-width: 1000px) {
	.home #fsHeader .hero article.fsResourceTypeVideo,
	.home #fsHeader .hero article picture {
	    height: 50vw;
	    max-height: 850px;
	}
}

@media (min-width: 700px){
    .home #fsHeader .hero article.fsResourceTypeVideo,
    .home #fsHeader .hero article picture {
        height: 50vw;
	max-height: 680px;
    }
}