/* Color Tokens */
.color-tokens {
	color: #3299BB; /* $primary */
	background-color: #F7981D; /* $secondary */
	border-top-color: #D88110; /* $tertiary */
	border-right-color: #707070; /* $text */
	border-bottom-color: #FFFFFF; /* $light */
	border-left-color: #434343; /* $dark */
}
/* End Color Tokens */

/* Content HC1 Styles */
.content-panel.hc1 {
	position: relative;
	padding: 4% 0 2vw;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content-panel.hc1 .container {
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.content-panel.hc1 p {
	margin-bottom: 2.5em;
	line-height: 1.75em;
}

.content-panel.hc1 p:last-child {
	margin-bottom: 0;
}

.content-panel.hc1 .content-half {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	text-align: left;
}

.content-panel.hc1 .content-half .content-image {
	float: right;
	margin: 0 0 3vw 3vw;
	width: 47vw;
}

.content-panel.hc1 .section-two .content-image-two {
	float: left;
	margin: 0 4% 0 0;
	width: 40%;
}

.content-panel.hc1 .section-two .content-part {
	float: right;
	width: 55%;
}

.content-panel.hc1 .section-two .content-part h2 {
	margin-top: 0;
}

.content-panel.hc1 .section-two:after {
	clear: both;
	content: '';
	display: block;
}

.content-panel.hc1 .content-half h1 {
	font-size: 2.333em;
}

.content-panel.hc1 .content-half h1::before {
	content: '';
	display: block;
	width: 2em;
	height: 4px;
	border-radius: 4px;
	background-color: #F7981D;
	margin: 0 0 0.75em;
}

.content-panel.hc1 .zone-editable .content-half {
	width: 100%;
}

.content-panel.hc1 .image-half {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 47%;
	margin-top: 0;
}

.content-panel.hc1 .zone-editable .image-half {
	width: 100%;
}

.content-panel.hc1 .zone-editable {
	width: 100% !important;
}
/* End Content HC1 Styles */

/* Content HC1 IE Fallbacks */
.no-flexbox .content-panel.hc1 .container {
	display: table;
}

.no-flexbox .content-panel.hc1 .content-half, .no-flexbox .content-panel.hc1 .image-half {
	display: table-cell;
}
/* End Content HC1 IE Fallbacks */

/* Responsive @ 1200px */
@media (max-width:1200px) {
	.content-panel.hc1 .container .content-left {
		width: 48%;
	}
}
/* End Responsive @ 1200px */

/* Responsive @ 950px */
@media (max-width:950px) {
	.content-panel.hc1 .content-half .content-image {
		float: none;
		width: 100%;
	}

	.content-panel.hc1 .section-two .content-image-two {
		display: none;
	}

	.content-panel.hc1 .section-two .content-part {
		width: 100%;
		float: none;
	}
}
/* End Responsive @ 950px */

/* Responsive @ 800px */
@media (max-width:800px) {
	.content-panel.hc1:before {
		position: absolute;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(255,
					255,
					255,
					.9);
		content: '';
	}

	.no-rgba .content-panel.hc1:before {
		background: #fff;
	}

	.content-panel.hc1 h1, .content-panel.hc1 h2 {
		padding: 0 0 .4em 0;
	}

	.content-panel.hc1 .content-half {
		width: 100%;
	}

	.content-panel.hc1 .image-half {
		display: none;
	}
}
/* End Responsive @ 800px */
