/* Content Area [General Home] */
.content-area {
	position: relative;
	padding: 5em 0;
}

.content-area:before {
	content: ' ';
	display: block;
	clear: both;
	width: 100%;
	background-image: url(../images/Overlay.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 4em;
	top: -4em;
	position: absolute;
	z-index: 5;
}

.content-area.wide:before {
	display: none;
}

.content-area .flex {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.content-area .flex.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.content-area .content {
	width: 50%;
	padding-right: 6%;
}

.content-area .reverse .content {
	padding-right: 0;
	padding-left: 6%;
}

.content-area .content header {
	text-align: left;
	padding-bottom: 0;
}

.content-area.wide {
	padding: 0;
}

.content-area.wide .main {
	background-color: #FFFFFF; /* $white */
	padding: 4em 6%;
}

.content-area .ctas {
	width: 50%;
}

.content-area .ctas header {
	position: relative;
	text-align: center;
	padding-bottom: 0;
	z-index: 1;
}

.content-area .ctas header:before {
	content: '';
	display: block;
	width: 70%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #E03636; /* $secondary */
	z-index: -1;
}

.content-area .ctas header h4 {
	font-size: 1.556em;
	display: inline-block;
	background-color: #FFFFFF; /* $white */
	padding: 0 .5em;
	font-weight: 400;
}
/* End Content Area [General Home] */

/* CTAs */
.ctas {
	text-align: center;
}

.ctas header {
	margin-bottom: 1.5em;
}

.ctas header h4 {
	color: #31251C; /* $dark */
	font-size: 1.15em;
	text-transform: none;
	font-weight: 600;
}

.ctas .flex {
}

.ctas li {
	width: 32%;
	margin: 0 0 1.5em;
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.ctas li a {
	display: block;
	padding: 19.467em 3% 3em;
	background-color: #0066FF; /* $tertiary */
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	transition: 0.35s ease;
	color: #FFFFFF; /* $white */
	background-repeat: no-repeat;
	z-index: 2;
}

.ctas li a:hover {
	-webkit-transform: rotateX(-10deg);
	-ms-transform: rotateX(-10deg);
	transform: rotateX(-10deg);
	box-shadow: 0 0em 1.75em 0em rgba(0,0,0,0.15);
}

.tall .ctas li.cta-1 a {
	border-radius: 2em 0 0 2em;
}

.tall .ctas li.cta-3 a {
	border-radius: 0  2em 2em 0;
}

.ctas li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
}

.ctas li icon {
	font-size: 4em;
	color: #FFFFFF; /* $white */
	display: block;
}

.ctas li p {
	margin: 0.65rem 0 0;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
}
/* End CTAs */

/* Long CTAs */
.long .ctas {
	text-align: center;
}

.long .ctas header {
}

.long .ctas header h4 {
}

.long .ctas li {
	width: 100%;
	margin: 0 0 1em;
}

.long .ctas li a {
	display: block;
	padding: 1.5em 5%;
	background-color: #FFFFFF; /* $white */
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	transition: 0.35s ease;
	color: #31251C; /* $dark */
	background-repeat: no-repeat;
	border: solid 4px #0066FF; /* $tertiary */
	border-radius: 0;
}

.long .ctas li a:hover {
	background-color: #0845A2; /* $primary */
	color: #FFFFFF; /* $white */
}

.long .ctas li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.long .ctas li icon {
	font-size: 3em;
	color: #E03636; /* $secondary */
	display: block;
	position: absolute;
	left: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.long .ctas li p {
	margin: 0;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	font-size: 1.944em;
}
/* End Long CTAs */

/* CTAs v2 [Full Width & Stacked CTAs] */
.ctas.v2 li {
	width: 100%;
	margin: 0;
	text-align: left;
}

.ctas.v2 li a {
	padding: 0.75em 5%;
	border: none;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
}

.ctas.v2 li:last-child a {
	box-shadow: none;
}

.ctas.v2 li a:hover {
	background-color: #0845A2; /* $primary */
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
	color: #FFFFFF; /* $white */
}

.ctas.v2 li icon {
	display: inline-block;
	vertical-align: middle;
	width: 1.5em;
	text-align: center;
}

.ctas.v2 li p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
/* End CTAs v2 [Full Width & Stacked CTAs] */

/* CTAs v3 [Circle CTAs] */
.ctas.v3 li a {
	border-radius: 50%;
	width: 14.5em;
	height: 14.5em;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	padding: 2em 2%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ctas.v3 ul:hover li a {
	opacity: 0.5;
}

.ctas.v3 ul:hover li a:hover {
	opacity: 1;
	box-shadow: none;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
/* End CTAs v3 [Circle CTAs] */

/* Responsive - 1536px */
@media screen and (max-width: 1536px) {
}
/* End Responsive - 1536px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	.content-area article {
		width: 50%;
	}

	.content-area section {
		width: 46%;
	}

	.tall .ctas li a {
		padding: 15.667em 1.25em 3em 1.25em;
	}

	.long .ctas li p {
		font-size: 1.5em;
	}

	.ctas.v3 li a {
		width: 13em;
		height: 13em;
	}
}
/* End Responsive - 1120px */

/* Responsive - 1000px */
@media screen and (max-width: 1000px) {
	.content-area.tall > .flex {
		display: block;
	}

	.content-area.tall .flex .content {
		width: 100%;
		padding-right: 0;
	}

	.content-area.tall .flex.reverse .content {
		padding-left: 0;
	}

	.content-area.tall .ctas {
		width: 100%;
		margin-top: 3em;
	}
}
/* End Responsive - 1000px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.content-area .flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content-area article, .content-area section {
		width: 100%;
	}

	.content-area section {
		margin-top: 2.5em;
	}

	.ctas li {
		width: 32%;
	}

	.ctas li a {
		padding: 10em 2% 2em 2%;
		background-position: bottom center;
	}

	.ctas li:last-child a {
		padding-top: 15.667em !important;
	}

	.ctas.v3 li a {
		width: 11.15em;
		height: 11.15em;
	}

	.content-area.long > .flex {
		display: block;
	}

	.content-area.long .flex .content {
		width: 100%;
		padding-right: 0;
	}

	.content-area.long .flex.reverse .content {
		padding-left: 0;
	}

	.content-area.long .ctas {
		width: 100%;
		margin-top: 3em;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
	.ctas li {
	}

	.ctas li a {
		padding: 4em 2% 2em 2%;
		background-image: none !important;
	}

	.ctas li:first-child a, .ctas li:last-child a {
		border-radius: 0;
	}

	.ctas.v3 li a {
		width: 14.5em;
		height: 14.5em;
	}
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
	.ctas li a {
		padding: 3em 2%;
	}

	.ctas.v3 li a {
		width: 13em;
		height: 13em;
	}

	.content-area {
		padding: 2em 0;
	}

	.content-area .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.ctas li {
		width: 95%;
	}

	.tall .ctas li a {
		padding: 3.667em 3% 3em 3%;
	}

	.ctas li:last-child a {
		padding-top: 3.667em !important;
	}

	.tall .ctas li.cta-1 a, .tall .ctas li.cta-3 a {
		border-radius: 0;
	}
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	.ctas li a {
		padding: 2em 2%;
		border: solid 0.5em rgba(0,0,0,0.1);
	}

	.ctas.v3 li a {
		width: 10.15em;
		height: 10.15em;
	}
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
