/* 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 */
.cta-panel {
	background-size: cover;
	background-position: 60% center;
	background-repeat: no-repeat;
	background-image: url(/images/cta-bg.jpg);
	padding-top: 4em;
	padding-bottom: 4em;
}

.cta-panel .main.flex-2 {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cta-panel .content-section {
	background-color: #FFFFFF; /* $light */
	max-width: 37em;
	width: 100%;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.cta-panel .content-wrapper {
	padding: 2.5em 5% 0;
}

.cta-panel .content-wrapper:last-child {
	padding-bottom: 2em;
}

.cta-panel .content-wrapper h4 {
}

.cta-panel .content-wrapper h2:after {
	content: '';
	position: relative;
	display: block;
	width: 4.5rem;
	height: 3px;
	background-color: #A7AEAE;
	margin: 2.25rem 0;
}

.cta-panel .content-section .btn {
	margin-top: 1em;
}

.cta-panel .content-wrapper li {
	line-height: 1.5em;
	padding-left: 2.5em;
	position: relative;
	margin: 1.5em 0;
}

.cta-panel .content-wrapper li p {
	margin: 0;
}

.cta-panel .content-wrapper li:before {
	content: '\e7b0';
	font-family: 'icomoon-ult';
	color: #134070; /* $tertiary */
	font-size: 1.5em;
	position: absolute;
	left: 0;
}

.cta-panel .call-out {
	margin-top: .5em;
	padding-left: 4%;
	max-width: 37em;
	color: #134070; /* $tertiary */
}

.cta-panel .call-out p {
	margin: 0;
	line-height: 1.3;
	font-size: 1.35em;
}

.cta-panel .call-out p strong {
	display: block;
	font-size: 1.25em;
	margin-top: 0.5em;
	font-weight: 400;
}

.cta-panel .call-out .phone-number {
	color: #134070; /* $tertiary */
}
/* End Gen Styles */

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

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

@media screen and (max-width:1500px) {
	.cta-panel .call-out {
		font-size: .8em;
	}

	.cta-panel {
		padding-top: 3.5em;
	}
}

@media screen and (max-width:1150px) {
	.cta-panel .content-wrapper li {
		margin: 1em 0;
	}

	.cta-panel .call-out {
		font-size: .7em;
	}

	.cta-panel {
		padding-top: 2em;
		padding-bottom: 2em;
	}
}

@media screen and (max-width:800px) {
	.cta-panel .main {
		display: block;
	}

	.cta-panel .content-section {
		max-width: none;
		background-color: rgba(255,255,255,0.902); /* alpha($light,90%) */
	}

	.cta-panel a h4 {
		margin: .5em 4% 2em;
	}

	.cta-panel .call-out {
		text-align: center;
		padding-left: 0;
		max-width: 100%;
		padding-top: 1.5rem;
		font-size: 1em;
		margin-bottom: 0;
		display: none;
		text-shadow: none;
	}

	.cta-panel {
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.cta-panel .call-out h2 {
	}

	.cta-panel .call-out p {
	}
}

@media screen and (max-width:550px) {
	.cta-panel .content-wrapper h4 {
		margin: 1em 0;
		font-size: 1.1em;
	}

	.cta-panel .call-out {
	}

	.cta-panel .content-wrapper {
		padding-top: 2em;
	}

	.cta-panel {
		padding: 0;
	}

	.cta-panel .call-out h2 {
		font-size: 1.5em;
	}

	.cta-panel .call-out p {
		font-size: 2em;
	}
}

@media screen and (max-width:450px) {
	.cta-panel .call-out {
	}

	.cta-panel .call-out h2 {
	}
}
/* End Responsive Styles */
