/* Color Tokens */
.color-tokens {
	color: #990000; /* $primary */
	background-color: #01152C; /* $secondary */
	border-top-color: #D87E08; /* $tertiary */
	border-right-color: #555559; /* $text */
	border-bottom-color: #E1EDEF; /* $light */
	border-left-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Services Panel HC1 Styles */
.service-panel.hc1 {
	padding-bottom: 1.5em;
	margin-top: 2em;
}

.service-panel.hc1 .nav {
	width: 100%;
	clear: both;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2em;
}

.service-panel.hc1 .nav a {
	position: relative;
	float: left;
	width: 33.3%;
	padding: .5em;
	font-size: 1.25em;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #01152C; /* $secondary */
	border-bottom: .25em solid #990000; /* $primary */
	transition: .25s ease;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.no-rgba .service-panel.hc1 .nav a {
	font-size: 1em;
}

.service-panel.hc1 .nav a.active {
	padding: .75em .5em;
	margin-top: -.5em;
	color: #fff;
	background-color: #990000; /* $primary */
}

.service-panel.hc1 .nav a:hover {
	text-decoration: none;
}

.service-panel.hc1 .panel {
	padding: 1em;
	background-color: #E1EDEF; /* $light */
	border-radius: 0 0 6px 6px;
}

.service-panel.hc1 .panel .noresults {
	width: 96%;
	padding: .5em;
	margin: 1em auto 0;
	overflow: hidden;
	font-size: .85em;
	background-color: #fff;
	border-radius: 5px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-panel.hc1 .panel .noresults.has-results {
	display: none;
}

.service-panel.hc1 .panel .noresults div {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.service-panel.hc1 .panel .noresults:before {
	float: left;
	padding: .25em;
	margin: 0 .5em 0 .75%;
	font-family: 'icomoon-ult';
	font-size: 2em;
	line-height: 1em;
	color: #FFFFFF;
	background-color: #990000; /* $primary */
	border: .25em solid #E1EDEF; /* $light */
	border-radius: 6em;
	content: '\f147';
	box-shadow: 0 0 .25em rgba(0,0,0,.4), inset 0 0 .25em rgba(0,0,0,.4);
}

.service-panel.hc1 .panel .header p {
	margin: 0 0 1em;
	color: #2C2C2E; /* $dark */
	text-align: center;
}

.service-panel.hc1 .panel.az .letters {
	width: 100%;
	margin: 0 auto;
}

.service-panel.hc1 .panel.az .letters span {
	float: left;
	width: 3%;
	margin-right: .575%;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #bbd8d5;
	text-align: center;
	background-color: #E1EDEF; /* $light */
	transition: .2s ease;
}

.service-panel.hc1 .panel.az .letters span.all {
	width: 6%;
}

.service-panel.hc1 .panel.az .letters span.active {
	color: #990000; /* $primary */
	cursor: pointer;
	background-color: #fff;
}

.no-rgba .service-panel.hc1 .panel.az .letters span.active {
	background-color: #fff;
}

.service-panel.hc1 .panel.az .letters span.active:hover {
	color: #fff;
	background-color: #990000; /* $primary */
}

.service-panel.hc1 .panel.az .letters span.selected, .no-rgba .service-panel.hc1 .panel.az .letters span.selected {
	color: #fff;
	background-color: #01152C; /* $secondary */
}

.service-panel.hc1 .search .search {
	padding: 0 1em;
}

.service-panel.hc1 .search input {
	width: 100%;
}

.no-boxsizing .service-panel.hc1 .search input {
	width: 90%;
}

.service-panel.hc1 .search input:after {
	font-family: 'icomoon-ult';
	content: '\f230';
}

.service-panel.hc1 .search input:focus {
	outline: none;
}

.service-panel.hc1 .search input:active {
	outline: none;
}

.service-panel.hc1 .search .service span {
	display: none;
}

.service-panel.hc1 .featured {
	padding: 0;
	list-style: none;
}

.service-panel.hc1 .featured section {
	padding: .5em 2em 2em;
	line-height: 1.75em;
}

.service-panel.hc1 .featured section h2 {
	margin: 1em 0;
}

.service-panel.hc1 .featured ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.service-panel.hc1 .featured a {
	position: relative;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: cover;
}

.service-panel.hc1 .featured a .btn {
	display: block;
	margin-top: .5em;
}

.service-panel.hc1 .featured h3 {
	width: 100%;
	padding: .75em 0;
	margin: 0;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	background-color: #01152C; /* $secondary */
	box-shadow: inset 0 0 #E1EDEF; /* $light */
	transition: .5s ease;
}

.service-panel.hc1 .featured a.active h3 {
	background-color: #D87E08; /* $tertiary */
}

.service-panel.hc1 .featured li:last-child {
	border: none;
}

.service-panel.hc1 .featured .all a {
	padding-top: 5em;
	color: #fff;
	text-align: center;
	background-color: #990000; /* $primary */
	transition: .25s ease;
}

.no-boxsizing .service-panel.hc1 .featured .all a {
	height: 8.81em;
}

.service-panel.hc1 .featured .all a:hover {
	background-color: #01152C; /* $secondary */
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 20px rgba(255,255,255,.37);
}

.service-panel.hc1 .featured .all a:after {
	display: block;
	font-family: 'icomoon-ult';
	font-size: 1.25em;
	color: #c7ddeb;
	text-align: center;
	content: '\e145';
	transition: .25s ease;
}

.service-panel.hc1 .featured .all a:hover:after {
	color: #b2afa5;
}
/* End Services Panel HC1 Styles */

/* Responsive Systems @ 1000px */
@media (max-width: 1000px) {
	.service-panel.hc1 .nav a {
		width: 25%;
	}

	.service-panel.hc1 .nav a.featured {
		width: 50%;
	}

	.service-panel.hc1 .featured section {
		padding: .5em 1em;
	}
}
/* End Responsive Systems @ 1000px */

/* Responsive Systems @ 768px */
@media (max-width: 768px) {
	.service-panel.hc1 .nav a {
		font-size: .9em;
	}

	.service-panel.hc1 .nav a.featured {
		width: 40%;
	}

	.service-panel.hc1 .featured .tabs {
		width: 100%;
	}

	.service-panel.hc1 .nav a {
		width: 30%;
	}

	.service-panel.hc1 .featured .description {
		width: 100%;
	}

	.service-panel.hc1 .panel {
		font-size: .9em;
	}
}
/* End Responsive Systems @ 768px */

/* Responsive Systems @ 550px */
@media (max-width: 550px) {
	.service-panel.hc1 .nav a, .service-panel.hc1 .nav a.featured {
		width: 100%;
		font-size: 1.25em;
		border-bottom: 1px solid #990000; /* $primary */
	}

	.service-panel.hc1 .nav a.active {
		padding: .5em;
		margin-top: 0;
	}

	.service-panel.hc1 .panel .service-holder {
		padding: 1em 2%;
	}

	.service-panel.hc1 .featured .all a {
		padding-top: 3.5em;
	}

	.results-feed.three .article {
		width: 100%;
	}

	.service-panel.hc1 .panel .service-holder .service {
		width: 100%;
		margin: 0;
	}

	.service-panel.hc1 .panel.az .letters {
		padding: 0 0 0 2%;
	}

	.service-panel.hc1 .panel.az .letters span {
		width: 2em;
		height: 2em;
		margin: .25em;
		font-size: 1.125em;
		line-height: 2em;
	}

	.service-panel.hc1 .panel.az .letters span.all {
		width: 4.5em;
	}
}
/* End Responsive Systems @ 550px */
