/* Color Tokens */
.color-tokens {
	color: #006B5C; /* $primary */
	background-color: #7D003D; /* $secondary */
	border-left-color: #7DC3B0; /* $tertiary */
	border-right-color: #EFF0F0; /* $light */
	border-bottom-color: #2C2C2E; /* $dark */
	border-top-color: #666666; /* $text */
}
/* End Color Tokens */

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

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

.sub-banner-panel.hc1 .main {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
	padding-left: 4%;
	padding-right: 4%;
}

.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;
	_z-index: -1;
}

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

.B-Patient-Stories .sub-banner-panel.hc1 .main {
	text-align: left;
}

.sub-banner-panel.hc1 .sub-banner-text h2 {
	font-size: 4em;
	color: #006B5C;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	background: rgba(255,
				255,
				255,
				0.7);
	padding: .4em;
}
/* 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, .B-Patient-Stories .sub-banner-panel.hc1 .main {
		text-align: center;
	}

	.sub-banner-panel.hc1 .main {
		padding-left: 1%;
		padding-right: 1%;
	}
}
/* End Responsive @ 1150px */

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

	.B-Patient-Stories .sub-banner-panel.hc1 {
		background-position: right center;
	}
}
/* End Responsive @ 900px */

/* Responsive @ 800px */
@media screen and (max-width:800px) {
	.B-Patient-Stories .sub-banner-panel.hc1 {
		background-position: -21em 0;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 550px */
@media screen and (max-width:550px) {
	.B-Patient-Stories .sub-banner-panel.hc1 {
		background-position: 0 0;
	}
}
/* 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 */
