/* New Home page Styles GDCP Ticket: 12787133. */


/* Home Shared: Learn More Button */
.home_button--learnmore {
	display: block;
	float: right;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 1em;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	color:#ffffff;
	background-color: #c5252f;
}
.home_button--learnmore:hover {
	color:#ffffff;
	background-color: #333;
}
@media screen and (min-width: 480px) {
	.home_button--container {
		position: absolute;
		right:0;
		bottom:0;
	}
	.home_button--learnmore {
		position: absolute;
		right: 0;
		bottom: 0;
	}	
}



/* Home Shared: Simple > More Button */
.home_button--simple {
	display: block;
	float: right;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 1em;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	color:#ffffff;
	background-color: #c5252f;
}
.home_button--simple:hover {
	color:#ffffff;
	background-color: #333;
}



/* Home Top: Hero */
.home_top_banner,
.home_top_banner img {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.home_top_text {
	padding-top:1.5rem;
}
.home_top_text--heading {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
}



/* Home Middle: 2 up */
.home_middle_banner {
	color: #ffffff;
	position: relative;
	z-index: 1;
	margin-top:1.5rem;
}
.home_middle_banner--image {
	position: relative;
	z-index: 1;
}
.home_middle_banner h2, .home_middle_banner h3, .home_middle_banner h4 {
	margin: 0;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.1;
	color: #ffffff;
	hyphens: auto;
}
.home_middle_banner b {
	font-weight: 900;
}
.home_middle_banner p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	padding-top:0.25em;
	margin: 0;
}
.home_middle_banner--bg {
	background-color:rgba(0,0,0,1);
	margin: 0 !important;
	padding: 0;
}
.home_middle_banner--text {
	padding-top:12px;
	padding-bottom: 12px;
}
.home_middle_banner--image {
	width: 100%;
}
@media screen and (min-width: 480px) {
	.home_middle_banner--bg {
		position: absolute;
		z-index: 2;
		bottom:0;
		left:0;
		min-height: 130px;
		background-color:rgba(0,0,0,0.6);
		padding: 0.5rem 1rem;
		margin: 0 12px !important;
		width: calc(100% - 24px);
	}
	.home_middle_banner--text {
		padding: 0;
	}
}




/* Home Bottom: 3 up */
.home_bottom_banner {
	color: #ffffff;
	margin-top:1.5rem;
}
.home_bottom_banner--image {
}
.home_bottom_banner h3 {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	text-transform: uppercase;
	padding: 6px 0;
}
.home_bottom_banner--bg {
	background-color:rgba(0,0,0,1);
	margin: 0 !important;
}
.home_bottom_banner--heading-container {
	display: table-cell;
	vertical-align: middle;
}
.home_bottom_banner--image {
	width: 100%;
}



/* Home Bottom Text Banner */
.home_bottom_text_banner {
	margin-top:2rem;
	border-top:2px solid #d0d0d0;
	padding-top:2rem;
	
	border-bottom:2px solid #d0d0d0;
	padding-bottom:2rem;
}
.home_text_banner--button {}
.home_text_banner--button-text {margin-left:1em}
.home_text_banner--button-icon {}


