/* Color Tokens */
.primary {
	color: #2A6091; /* $primary */
}

.secondary {
	color: #A7AEAE; /* $secondary */
}

.tertiary {
	color: #134070; /* $tertiary */
}

.quaternary {
	color: #2A6091; /* $quaternary */
}

.light {
	color: #FFFFFF; /* $light */
}

.off {
	color: #ECF0F1; /* $off */
}

.dark {
	color: #313131; /* $dark */
}
/* End Color Tokens */

/* Gen Styles */
.img-content-panel {
	padding: 0;
	background-color: #FFFFFF;
}

.img-content-panel .main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
}

.img-content-panel .main.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.img-content-panel .content-half {
	width: 57%;
	-webkit-flex: 1 1 57%;
	-ms-flex: 1 1 57%;
	flex: 1 1 57%;
}

.img-content-panel .img-wrapper {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50em;
	max-width: 40%;
}

.img-content-panel if .img-wrapper {
	max-width: 100%;
	height: 100%;
}

.img-content-panel .img-wrapper, .img-content-panel .content-half p:first-of-type:before {
	background-image: url(/images/img-content-1.jpg);
}

if + if {
	display: none;
}
/* End Gen Styles */

/* Responsive Styles */
@media screen and (min-width:451px) {
}

@media screen and (min-width:1501px) {
}

@media screen and (max-width:1500px) {
}

@media screen and (max-width:1150px) {
	.img-content-panel .main {
		display: block;
	}

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

	.img-content-panel .img-wrapper {
		float: right;
		width: 40%;
		height: 17em;
		margin: 3.5em 2em 0.4em 2%;
		box-shadow: .3rem .3rem 1em rgba(0,0,0,0.208);
	}
}

@media screen and (max-width:800px) {
	.img-content-panel .img-wrapper {
		display: none;
	}

	.img-content-panel .content-half p:first-of-type:before {
		float: right;
		width: 20em;
		max-width: 45%;
		margin-left: 4%;
		background-color: #134070; /* $tertiary */
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		content: '';
		height: 14em;
		box-shadow: .3em .3em 1em rgba(19,19,19,0.2);
	}
}

@media screen and (max-width:550px) {
	.img-content-panel .content-half p:first-of-type:before {
		height: 10em;
	}
}
/* End Responsive Styles */
