/* Color Tokens */
.color-tokens {
	color: #00678F; /* $primary */
	background-color: #F5866C; /* $secondary */
	border-top-color: #0F563E; /* $tertiary */
	border-right-color: #939598; /* $text */
	border-bottom-color: #DDEBF8; /* $light */
	border-left-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Sub Banner HC1 Styles */
.sub-banner-panel.hc1 {
	height: 14.75em;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.Locations .sub-banner-panel.hc1 {
	display: none;
}

.cms-layout .sub-banner-panel.hc1 .main {
	padding: 0;
	margin: 0;
	top: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.sub-banner-panel.hc1 .main {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
	max-width: 1600px;
	padding: 0 1%;
}

.cms-layout .sub-banner-panel.hc1 .sub-banner-text {
	top: -12em;
	position: absolute;
	z-index: 2;
}

.sub-banner-panel.hc1 img {
	position: absolute;
	width: 100% !important;
	top: 0;
	left: 0;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100% !important;
}

.cms-layout .sub-banner-panel.hc1 img {
	position: relative;
	z-index: 1;
	top: 0;
}

.sub-banner-panel.hc1 .sub-banner-text h2, .sub-banner-panel.hc1 .sub-banner-text h1 {
	font-size: 2.75em;
	color: #00678F;
	font-weight: 300;
	display: inline-block;
	padding: .1em .7em .2em;
	transition: .4s ease-in-out;
	background-color: #DDEBF8;
	border-radius: 4px;
}
/* End Sub Banner HC1 Styles */

/* Responsive @ 1400px */
@media screen and (max-width:1400px) {
	.sub-banner-panel.hc1 {
		height: 14em;
	}

	.sub-banner-panel.hc1 .sub-banner-text h2 {
		font-size: 3.3em;
	}
}
/* End Responsive @ 1400px */

/* Responsive @ 1150px */
@media screen and (max-width:1150px) {
	.sub-banner-panel.hc1 .main {
		text-align: center;
	}

	.sub-banner-panel.hc1 .sub-banner-text h2 {
		background: rgba(221,
					235,
					248,
					0.839); /* alpha($light,84%) */
		padding: .4em;
	}
}
/* End Responsive @ 1150px */

/* Responsive @ 900px */
@media screen and (max-width:900px) {
	.sub-banner-panel.hc1 {
		background-position: center right;
	}
}
/* End Responsive @ 900px */

/* Responsive @ 800px */
@media screen and (max-width:800px) {
	.Locations .sub-banner-panel.hc1 {
		display: block;
	}
}
/* End Responsive @ 800px */

/* Responsive Height @ 800px */
@media (min-width:800px) and (max-height: 800px) {
	.sub-banner-panel.hc1 {
		height: 9em;
	}
}
/* End Responsive Height @ 800px */

/* Responsive @ 550px */
@media screen and (max-width:550px) {
	.sub-banner-panel.hc1 {
		height: 10em;
	}
}
/* End Responsive @ 550px */

/* Responsive @ 480px */
@media screen and (max-width:480px) {
	.sub-banner-panel.hc1 .sub-banner-text h2 {
		font-size: 2.6em;
	}
}
/* End Responsive @ 480px */
