/* Color Tokens */
.color-tokens {
	color: #006B5C; /* $primary */
	background-color: #7D003D; /* $secondary */
	border-left-color: #7DC3B0; /* $tertiary */
	border-right-color: #EFF0F0; /* $light */
	border-bottom-color: #2C2C2E; /* $dark */
	border-top-color: #666666; /* $text */
}
/* End Color Tokens */

/* CTA HC1 Styles */
.cta-panel.hc1 {
	background: #EFF0F0; /* $light */
	border-top: #7dc3b0 5px solid;
}

.cta-list {
	width: 100%;
	margin: 0 auto;
	padding: .5em 0;
}

.cta-list ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-align: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.no-flexbox .cta-list ul {
	display: table;
	width: 100%;
	border-spacing: .5em 0;
}

.cta-list ul li {
	background-color: #EFF0F0; /* $light */
	border-radius: 5px;
	margin: 0 0.5em;
	-webkit-transition: background-color .75s ease;
	-moz-transition: background-color .75s ease;
	-o-transition: background-color .75s ease;
	transition: background-color .75s ease;
}

.no-flexbox .cta-list ul li {
	display: table-cell;
}

.cta-list ul li:hover {
	background-color: #7DC3B0;
}

.items1 li {
	width: 100%;
}

.items2 li {
	width: 50%;
}

.items3 li {
	width: 33.3%;
}

.items4 li {
	width: 25%;
}

.items5 li {
	width: 20%;
}

.cta-list ul li a {
	display: block;
	padding: 4em 0 0;
	position: relative;
	-webkit-transition: padding .5s ease;
	-moz-transition: padding .5s ease;
	-o-transition: padding .5s ease;
	transition: padding .5s ease;
	height: 100%;
}

.cta-list ul li .icon-wrap {
	text-align: center;
	position: absolute;
	top: -1.4em;
	left: 50%;
	margin-left: -2.5em;
	-webkit-transition: font-size .5s ease, left .5s ease, top .5s ease;
	-moz-transition: font-size .5s ease, left .5s ease, top .5s ease;
	-o-transition: font-size .5s ease, left .5s ease, top .5s ease;
	transition: font-size .5s ease, left .5s ease, top .5s ease;
	z-index: 2;
}

.cta-list ul li icon {
	font-size: 2.5em;
	background-color: #006B5C; /* $primary */
	border-radius: 50%;
	position: relative;
	color: #FFFFFF;
	margin: 0 auto;
	width: 2em;
	height: 2em;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	border: #7dc3b0 .13em solid;
	display: block;
}

.cta-list ul li a:hover icon {
	background-color: #FFFFFF;
	color: #006B5C; /* $primary */
	border-color: #006B5C; /* $primary */
}

.cta-list ul li icon:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.cta-list ul li h2 {
	font-size: 1.750em;
	color: #006B5C; /* $primary */
	font-weight: 400;
	position: relative;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	padding: 0 0 1em;
	margin: .7em 0 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.cta-list ul li h2 span.mobile {
	display: none;
}

.cta-list ul li a:hover h2 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.cta-list ul li a p {
	font-size: 1.175em;
	line-height: 1.6em;
	color: #666666; /* $text */
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	margin-top: 0;
}

.sub .cta-list ul li a p {
	display: none;
}

.cta-list ul li a:hover p {
	color: #FFF;
}

.cta-list ul li a p span {
	display: block;
}
/* End CTA HC1 Styles */

/* Responsive @ 1650px */
@media screen and (max-width:1650px) {
	.cta-list ul li.cta4 span {
		display: block;
	}
}
/* End Responsive @ 1650px */

/* Responsive @ 1300px */
@media screen and (max-width:1300px) {
	.cta-list ul li a p {
		font-size: 1em;
	}
}
/* End Responsive @ 1300px */

/* Responsive @ 1150px */
@media screen and (max-width:1150px) {
	.cta-list ul li h2 {
		font-size: 1.5em;
	}
}
/* End Responsive @ 1150px */

/* Responsive @ 900px */
@media screen and (max-width:900px) {
	.cta-list ul li a p {
		display: none;
	}

	.cta-list ul li h2 {
		font-size: 1.25em;
	}
}
/* End Responsive @ 900px */

/* Responsive @ 800px */
@media screen and (max-width:800px) {
	.cta-list ul li h2 {
		font-size: .95em;
	}

	.cta-list ul li h2 span, .cta-list ul li h2 span.mobile {
		display: block;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 480px */
@media screen and (max-width:480px) {
	.cta-list .main {
		padding: 0;
	}

	.cta-list ul, .no-flexbox .cta-list ul {
		display: block;
	}

	.cta-list ul li, .no-flexbox .cta-list ul li {
		display: block;
		width: 100%;
		text-align: left;
		background-color: #E0E0E0;
		margin-bottom: .3em;
		width: 96%;
	}

	.no-flexbox .cta-list ul li:hover {
		background-color: #7DC3B0; /* $tertiary */
	}

	.cta-list ul li a {
		padding: .5em;
		display: table;
	}

	.cta-list ul li .icon-wrap {
		position: relative;
		top: auto;
		left: auto;
		display: table-cell;
		margin: 0;
		vertical-align: middle;
	}

	.cta-list ul li icon {
		font-size: 2em;
	}

	.cta-list ul li h2 {
		display: table-cell;
		font-size: 1.25em;
		margin: 0;
		padding: 0 0 0 1em;
		vertical-align: middle;
	}

	.cta-list ul li a:hover h2 {
		padding: 0 0 0 .25em;
	}

	.cta-list ul li h2 span, .cta-list ul li h2 span.mobile, .cta-list ul li.cta4 span {
		display: inline;
	}

	.cta-list ul li h2 span.mobile {
		display: none;
	}
}
/* End Responsive @ 480px */
