/* General Services Styles */
.service-system .main {
	padding-left: 3%;
	padding-right: 3%;
	margin: 0;
	max-width: 100%;
}

.service-system .left-side, .service-system .right-side {
	max-width: 49%;
	width: 100%;
}
/* End General Services Styles */

/* Services Panel Styles */
.service-system > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.service-system .content-panel {
	width: 45%;
}

.service-system .wrap {
	width: 50%;
}

.service-system .nav {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.service-system .nav a {
	position: relative;
	width: 33.33%;
	padding: 1.25em .5em;
	font-size: 0.8em;
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border-bottom: solid 3px #FFFFFF; /* $white */
	transition: .25s ease;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: block;
}

.service-system .nav a:first-of-type {
	background-color: #AB123E; /* $primary */
}

.service-system .nav a:nth-of-type(2) {
	background-color: #9BAB23; /* $tertiary */
}

.service-system .nav a:nth-of-type(3) {
	background-color: #B2AFA5;
}

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

.service-system .nav a.active {
	padding: 1.65em .5em;
	margin-top: -0.825em;
}

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

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

.service-system .panel .header {
	background-color: transparent;
	box-shadow: none;
}

.service-system .panel .header fieldset {
	padding: 0 2%;
}

.service-system .panel .noresults {
	display: table;
	width: 96%;
	padding: .5em;
	margin: 1em auto 0;
	overflow: hidden;
	font-size: .85em;
	border-radius: 5px;
}

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

.service-system .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: #AB123E; /* $primary */
	border: .25em solid #FFFFFF; /* $white */
	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-system .az, .service-system .search {
	display: none;
}

.service-system .panel .header p {
	margin: 0 0 1em;
	text-align: center;
}

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

.service-system .panel.az .letters span {
	width: 3%;
	margin-right: .575%;
	line-height: 1.6em;
	color: #9BAB23; /* $tertiary */
	text-align: center;
	background-color: #E8E8E8; /* $light */
	transition: .2s ease;
}

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

.service-system .panel.az .letters span.active {
	color: #FFFFFF; /* $white */
	cursor: pointer;
	background-color: #AB123E; /* $primary */
}

.no-rgba .service-system .panel.az .letters span.active {
	background-color: #AB123E; /* $primary */
}

.service-system .panel.az .letters span.active:hover {
	color: #FFFFFF; /* $white */
	background-color: #5F6062; /* $secondary */
}

.service-system .panel.az .letters span.selected, .no-rgba .service-system .panel.az .letters span.selected {
	color: #FFFFFF; /* $white */
	background-color: #5F6062; /* $secondary */
}

.service-system .panel .service-holder {
	width: 50%;
	padding: 1em 0 1em 2%;
	margin: 0;
	list-style: none;
}

.service-system .panel .service-holder .service {
	position: relative;
	margin: 0 2% 0 0;
}

.service-system .panel .service-holder .service:hover:after {
	color: #FFFFFF; /* $white */
}

.service-system .panel .service-holder .service a {
	display: block;
	padding: .5em .75em;
	text-decoration: none;
	background-color: #FFFFFF; /* $white */
	border-bottom: 1px solid #E8E8E8; /* $light */
	transition: .5s ease;
}

.service-system .panel .service-holder .service a:hover {
	color: #FFFFFF; /* $white */
	background-color: #5F6062; /* $secondary */
}

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

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

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

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

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

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

.service-system .search .service span {
	display: none;
}

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

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

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

.service-system .featured ul {
	_background-image: url(/images/content-img.jpg);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-size: cover;
	background-position: 50%;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-repeat: no-repeat;
}

.service-system .featured ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 50%;
	text-align: center;
	border-bottom: 3px solid #FFFFFF;
	transition: background-color .4s ease 0s;
	background-color: rgba(47, 47, 47, 0.8);
}

.service-system .featured ul li:nth-child(odd) {
	border-right: 3px solid #FFFFFF;
}

.service-system .featured ul li:hover {
	background-color: rgba(95,96,98,0.698); /* alpha($secondary,70%) */
}

.service-system .featured a {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 1.333em;
	width: 100%;
	height: 100%;
}

.service-system .featured a .image-holder {
	position: relative;
	height: 10em;
	opacity: 0.5;
	transition: opacity .5s ease 0s;
}

.service-system .featured ul li:hover a .image-holder {
	opacity: 1;
}

.service-system .featured a img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	transition: 1s transform ease 0s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-size: cover;
}

.service-system .featured a p {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	display: block;
}

.service-system .featured a:hover {
}

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

.service-system .featured h3 {
	width: 100%;
	padding: .75em 0;
	margin: 0;
	font-size: 1em;
	color: #003057;
	text-align: center;
	background-color: #F3F3F3;
	transition: .5s ease;
	box-shadow: inset 0 0 #F3F3F3;
}

.service-system .featured a.active h3 {
	box-shadow: inset 40em 0 0 #003057;
	color: #FFFFFF;
}

.no-canvas .service-system .featured a.active h3 {
	background-color: #F3F3F3;
}

.service-system .featured .all a {
	padding-top: 5em;
	color: #fff;
	text-align: center;
	background-color: #003057;
	transition: .25s ease;
}

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

.service-system .featured .all a:hover {
	background-color: #4F85B0;
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 20px rgba(255,255,255,.37);
}

.service-system .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-system .featured .all a:hover:after {
	color: #b2afa5;
}
/* End Services Panel Styles */

/* Responsive @ 1530px */
@media screen and (max-width:1530px) {
	.service-system .featured a {
		font-size: 1.2em;
	}

	.service-system .main {
		padding-left: 4%;
		padding-right: 4%;
	}
}
/* End Responsive @ 1530px */

/* Responsive Systems @ 1000px */
@media (max-width: 1000px) {
	.service-system .nav a {
	}

	.service-system .nav a.featured {
	}

	.service-system .featured section {
	}
}
/* End Responsive Systems @ 1000px */

/* Responsive Systems @ 800px */
@media (max-width: 800px) {
	.service-system .main {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.service-system .left-side, .service-system .right-side {
		max-width: 100%;
	}

	.service-system .right-side {
		margin-top: 4em;
	}

	.service-system .wrap {
		width: 100%;
	}

	.service-system .nav a {
		font-size: .9em;
	}

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

	.service-system .featured .tabs {
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

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

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

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

/* Responsive Systems @ 600px */
@media (max-width: 600px) {
	.service-system .nav {
		display: block;
	}

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

	.service-system .nav a, .service-system .nav a.featured {
		width: 100%;
	}

	.service-system .panel .service-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.service-system .panel .service-holder {
		width: 100%;
		padding-bottom: 0;
	}

	.service-system .panel .service-holder + .service-holder {
		padding-top: 0;
	}

	.service-system .main {
	}
}
/* End Responsive Systems @ 600px */

/* Responsive Systems @ 475px */
@media (max-width: 475px) {
	.service-system .main {
		padding-left: 2%;
		padding-right: 2%;
	}

	.service-system .panel {
		padding: 1em .5em;
	}
}
/* End Responsive Systems @ 475px */

.service-system {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
