.storefront_hero {
	background: url(https://cdn.cort.com/cort/images/content/storefront_residential/storefront_hero1_2000.jpg);
	background-position: center;
	background-size: cover;
	height: calc(100vh - 17rem);
	padding: 0 2rem;
	width: 100%;
}

@media screen and (max-width: 93.75rem) {
	.storefront_hero {
		background: url(https://cdn.cort.com/cort/images/content/storefront_residential/storefront_hero1_1500.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
}

@media screen and (max-width: 62.5rem) {
	.storefront_hero {
		background: url(https://cdn.cort.com/cort/images/content/storefront_residential/storefront_hero1_1000.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
}

@media screen and (max-width: 48.1rem) {
	.storefront_hero {
		background: url(https://cdn.cort.com/cort/images/content/storefront_residential/storefront_hero1_800p.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
}

@media screen and (max-width: 28rem) {
	.storefront_hero {
		background: url(https://cdn.cort.com/cort/images/content/storefront_residential/storefront_hero1_500p.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
}

.storefront_hero .hero_text_block h1 {
	color: white;
	font-size: 5rem;
	line-height: 1;
	text-align: center;
	padding: 0;
}

@media screen and (max-width: 48.1rem) {
	.storefront_hero .hero_text_block h1 {
		font-size: 4rem;
	}
}

@media screen and (max-width: 28rem) {
	.storefront_hero .hero_text_block h1 {
		font-size: 3rem;
	}
}

.storefront_hero .hero_text_block p {
    color: white;
    font-family: "Avenir LT W01 65 Medium", "Trebuchet MS", sans-serif;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.99);
	width: 60vw;
}

@media screen and (max-width: 28rem) {
	.storefront_hero .hero_text_block p {
		font-size: 1.125rem;
		line-height: 1.25;
	}
}

.three_up_icons_w_button {
	display: block;
	padding: 3rem;
}

.three_up_icons_w_button h3 {
	font-family: "Avenir LT W01 55 Roman", "Trebuchet MS", sans-serif;
	text-align: center;
}

.three_up_icons_w_button h4 {
	font-family: "Avenir LT W01 55 Roman", "Trebuchet MS", sans-serif;
	text-align: center;
}

.three_up_icons_w_button p {
	text-align: center;
}

.three_up_icons_w_button img {
	display: block;
	height: 8rem;
	margin: 2rem auto;
}

@media screen and (max-width: 75rem) {
	.three_up_icons_w_button img {
		height: 7rem;
	}
}

@media screen and (max-width: 48rem) {
	.three_up_icons_w_button img {
		height: 6rem;
	}
}

@media screen and (max-width: 28rem) {
	.three_up_icons_w_button img {
		height: 5rem;
	}
}

.three_up_img_with_3_buttons {
	padding: 3rem;
}

@media screen and (max-width: 28rem) {
	.three_up_img_with_3_buttons {
		padding: 2rem 1rem;
	}
}

.three_up_img_with_3_buttons h2 {
	color: #404040;
	font-family: "Avenir LT W01 45 Book", "Trebuchet MS", sans-serif;
	font-size: 2.5rem;
	text-align: center;
}

@media screen and (max-width: 48.1rem) {
	.three_up_img_with_3_buttons h2 {
		font-size: 2rem;
	}
}

.three_up_img_with_3_buttons p {
	font-size: 1.125rem;
	line-height: 1.4;
	margin: 0 auto;
	text-align: center;
	width: 60vw;
}

@media screen and (max-width: 48.1rem) {
	.three_up_img_with_3_buttons p {
		font-size: 1rem;
		width: 100%;
	}
}

.three_up_img_with_3_buttons .hide86_show48_hide28 {
	display: block;
}

@media screen and (max-width: 86rem) {
	.three_up_img_with_3_buttons .hide86_show48_hide28 {
		display: none;
	}
}

@media screen and (max-width: 48.1rem) {
	.three_up_img_with_3_buttons .hide86_show48_hide28 {
		display: block;
	}
}

@media screen and (max-width: 28rem) {
	.three_up_img_with_3_buttons .hide86_show48_hide28 {
		display: none;
	}
}

.three_up_img_with_3_buttons .show86_hide48_show28 {
	display: none;
}

@media screen and (max-width: 86rem) {
	.three_up_img_with_3_buttons .show86_hide48_show28 {
		display: block;
	}
}

@media screen and (max-width: 48.1rem) {
	.three_up_img_with_3_buttons .show86_hide48_show28 {
		display: none;
	}
}

@media screen and (max-width: 28rem) {
	.three_up_img_with_3_buttons .show86_hide48_show28 {
		display: block;
	}
}

.three_up_img_w_btn a.button_gray {
	background: #777;
	border: 0;
	color: white;
    display: block;
	font-family: "Avenir LT W01 85 Heavy", "Trebuchet MS", sans-serif;
    font-size: 1.25rem;
    height: auto;
	margin: 0 auto;
	max-width: 18rem;
	padding: .75rem;
	position: relative;
	top: -1.25rem;
	width: 80%;
}

.three_up_img_w_btn a.button_gray {
	color: #ffffff
}

.three_up_img_w_btn a.button_gray:hover {
	background: #bd0029;
}

@media screen and (max-width: 75rem) {
	.three_up_img_w_btn .button_gray {
		font-size: 1rem;
		height: auto;
		max-width: 14rem;
	}
}

.three_up_img_w_btn p {
	width: 95%;
}

.three_up_img_w_btn img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 48.1rem) {
	.three_up_img_w_btn img {
		max-width: 75vw;
	}
}

.module_product_container {
    padding: 3rem 1.5rem 0;
}