.storefront_hero {
	background: url(https://cdn.cort.com/cort/images/logos/prp_responsive_hero1_large.jpg);
	background-position: center;
	background-size: cover;
	height: calc(80vh - 17rem);
	padding: 0 2rem;
	width: 100%;
}


.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;
	}
}


@media screen and (max-width: 28rem) {
	.storefront_hero .hero_text_block p {
		font-size: 1.125rem;
		line-height: 1.25;
	}
}



.threeup_img_text_with_button {
	padding: 3rem;
}


.three_up_img_w_btn a.button_bgrs {
	background: #f8752d;
	border-radius: 2rem;
	color: white;
  display: block;
	font-family: 'Red Hat Display', sans-serif; font-weight: 700;
  font-size: 1rem;
  height: auto;
	max-width: 80%;
  text-align:center;
	padding: .5rem;
	position: relative;
	margin: 1rem auto;
}

.three_up_img_w_btn a.button_bgrs {
	color: #ffffff
}

.three_up_img_w_btn a.button_bgrs:hover {
	background: #00adee;
}

@media screen and (max-width: 75rem) {
	.three_up_img_w_btn .button_bgrs {
		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;
}

.ls_midnav {
    background-color: #00adee;
    font-size: 1.25rem;
    font-family: 'Red Hat Display', sans-serif; font-weight: 700;
    margin: 0;
	text-align: center;
}

.ls_midnav p {
    color: #fff;
}