/* CTA HC1 Styles */
.cta-panel.hc1 {
	padding: 0;
	margin-bottom: 1em;
}

.cta-panel.hc1 ul {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1em 0;
	background-color: #0096D6; /* $primary */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cta-panel.hc1 ul li {
	position: relative;
	z-index: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	text-align: center;
	background-color: #0096D6; /* $primary */
	transition: .5s ease;
	padding: 0;
}

.cta-panel.hc1 ul li:after {
	content: '';
	width: 1px;
	height: 75%;
	display: block;
	background-color: #90D3EB; /* $light */
	position: absolute;
	right: 0;
	top: 12.5%;
	transition: .5s ease 0s;
}

.cta-panel.hc1 ul:hover li:after {
	background-color: transparent;
}

.no-rgba .cta-panel.hc1 ul li {
	background-color: #0096D6; /* $primary */
}

.cta-panel.hc1 ul li:last-child {
	border-right: none;
}

.cta-panel.hc1 ul li a {
	display: block;
	padding: .5em 2%;
	color: #fff;
}

.cta-panel.hc1 ul li a .cta-text {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 80%;
	margin: 0 auto;
}

.cta-panel.hc1 ul li h2 {
	margin-top: .75em;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 1.111em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.cta-panel.hc1 ul li h3 {
	margin-top: .5em;
}

.cta-panel.hc1 ul li p {
	margin: .5em 0;
	line-height: 1;
}

.cta-panel.hc1 ul li .btn {
	min-width: 60%;
}

.cta-panel.hc1 icon {
	width: 1.5em;
	height: 1.5em;
	margin: 0 1em 0 0;
	font-size: 2em;
	color: #FFFFFF; /* $white */
	transition: color .5s ease 0s;
}

.no-flexbox .cta-panel.hc1 icon {
	display: block;
	padding: .25em 0;
}

.cta-panel.hc1 ul li:hover {
	background-color: rgba(65,65,65,0.502);
}

.cta-panel.hc1 ul li:hover icon,.cta-panel.hc1 ul li:hover icon h2 {
}
/* End CTA HC1 Styles */

/* Responsive @ >900px */
@media screen and (min-width:900px) {
	.cta-panel.hc1 ul li {
		width: 20%;
		padding: 1.5em 0;
	}

	.cta-panel.hc1 ul {
		padding: 0;
	}

	.cta-panel.hc1 {
		margin-bottom: 4em;
	}

	.cta-panel.hc1 ul li a {
		font-size: .85em;
		padding: 1.5em 2%;
	}

	.cta-panel.hc1 ul li h2 {
		margin-top: 0;
	}

	.cta-panel.hc1 ul li a .cta-text > * {
		width: 100%;
	}

	.cta-panel.hc1 ul li a .details {
		margin-top: .75em;
	}

	.cta-panel.hc1 icon {
		font-size: 3.5em;
		margin: 0 auto;
	}
}
/* End Responsive @ >900px */

/* Responsive @ >1200px */
@media screen and (min-width:1200px) {
	.cta-panel.hc1 ul li {
		width: 19%;
	}

	.cta-panel.hc1 ul li a {
		font-size: 1em;
	}

	.cta-panel.hc1 {
		margin-bottom: 6em;
	}
}
/* End Responsive @ >1200px */

/* Responsive - Touch No Hover */
@media (max-width:1000px) {
	.touch .cta-panel.hc1 ul li:hover {
		background-color: #0096D6; /* $primary */
	}
}
/* End Responsive - Touch No Hover */
