/* Home Main Content Styles */

.content-style.split {
	position: relative;
	background-image: url(../images/content-bg.jpg);
	padding-top: 6.5em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.content-style .flex {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}

.content-style .flex header {
	width: 100%;
	padding-bottom: 3.333rem;
}

.content-style .flex h1 {
	position: relative;
	display: table;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1.111rem;
	margin-bottom: 1.111rem;
}

.content-style .flex h1:after {
	content: '';
	background-color: #E75440; /* $secondary */
	width: 114%;
	height: 3px;
	position: absolute;
	display: block;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.content-style .flex h1 span {
	font-family: 'Alfa Slab One', cursive;
}

.content-style .flex h2 {
	text-transform: uppercase;
}

.content-style .flex .half {
	width: 45%;
}

.content-style .flex .call-out {
	text-align: center;
}

.content-style .call-out {
	text-align: center;
	padding-top: 2.556rem;
	position: relative;
	text-transform: uppercase;
	font-size: 1.333rem;
	display: table;
	margin: 3.111rem auto 0;
	padding: 1em 1.889em;
}

.content-style .call-out:before, .content-style .call-out:after {
	content: '';
	background-color: #E75440;
	width: 100%;
	height: 3px;
	left: 0;
	top: 0;
	position: absolute;
	transition: transform .75s ease-in 1s;
	transform: scaleX(0);
	transform-origin: left;
	display: block;
}

.content-style.active .call-out:before, .content-style.active .call-out:after {
	transform: scaleX(1);
}

.content-style .call-out:after {
	bottom: 0;
	top: auto;
	right: 0;
	left: auto;
	transform-origin: right;
}

/* End Home Main Content Styles */

/* 800px Responsive */

@media screen and (max-width:800px) {
	.content-style.split {
		padding-top: 3.5em;
	}

	.content-style .flex .half {
		width: 100%;
	}

	.content-style .flex header {
		padding-bottom: 2.633rem;
	}
}

/* End 800px Responsive */

/* 550px Responsive */

@media screen and (max-width:550px) {
	.content-style .flex h1 span {
		display: block;
	}

	.content-style .flex h1 {
		font-size: 1.7em;
	}

	.content-style .flex .half {
		text-align: center;
	}

	.content-style .call-out {
		padding: 1em 0.689em;
		font-size: 1.333rem;
		margin: 2.111rem 2% 0;
	}

	.content-style.split {
		padding-top: 1.5em;
	}
}

/* End 550px Responsive */
