.hero {
	background-image: url("/static/farwoods-hero.jpg");
	height: 51rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #eee;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.hero a {
	color: #4f7942;
}
.hero a:hover {
	color: #a9ba9d;
}

.hero .hero-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	height: 100%;
}

.hero .hero-header h1 {
	font-size: 3rem;
	font-weight: 600;
	margin: 0;
}

.hero .hero-header .hero-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	argin-bottom: 10rem;
}

.hero-trailer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 50%;
}

.hero-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	padding: 20px;
	width: 50%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.hero .hero-cta .hero-downloads {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.hero .hero-downloads a {
	padding: 10px;
	padding-top: 0;
	padding-left: 0;
}

.hero .hero-footer {
	background-color: rgba(0, 0, 0, 0.2);
}

.hero .hero-footer p {
	margin: 0;
	padding: 20px;
	padding-left: 46%;
}

.hero .hero-mobile-cta {
	display: none;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.hero .hero-mobile-cta a {
	color: #eee;
}
.fw-blurbs {
	text-align: center;
}
.fw-blurbs p {
	margin-bottom: 2rem;
}
.fw-carousel {
	margin-bottom: 2rem;
}
.fw-carousel img {
	padding: 20px;
	opacity: 0.8;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.fw-carousel .slick-center img {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
	opacity: 1;
}

@media (max-width: 1200px) {
	.hero {
		height: 41rem;
	}
	.hero .hero-header .hero-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.hero .hero-header .hero-container .hero-cta {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.hero .hero-footer p {
		padding-left: 20px;
		text-align: center;
	}
}
@media (max-width: 900px) {
	.hero {
		height: 25rem;
		text-align: left;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero .hero-trailer {
		display: none;
	}
	.hero .hero-cta {
		display: none;
	}
	.hero .hero-mobile-cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.hero .hero-footer {
		padding: 10px;
	}
}