/* Color Tokens */
.color-tokens {
	color: #3299BB; /* $primary */
	background-color: #F7981D; /* $secondary */
	border-top-color: #D88110; /* $tertiary */
	border-right-color: #707070; /* $text */
	border-bottom-color: #FFFFFF; /* $light */
	border-left-color: #434343; /* $dark */
}
/* End Color Tokens */

/* Services Tabs HCV1 Styles */
.service-tabs.hc1.section header {
	text-align: center;
	position: relative;
	padding: 1em 0;
}

.service-tabs.hc1.section header h2 {
	color: #434343; /* $dark */
	position: relative;
}

.service-tabs.hc1.section header a.btn {
	position: absolute;
	right: 0;
	top: 0;
}

.sub .service-tabs.hc1.section a.btn {
	position: relative;
	margin: .75em 0;
}

.service-tabs.hc1.section .services-btn {
	position: static;
	z-index: 1;
}

.sub .service-tabs.hc1.section .services-btn {
	position: static;
}

.services-btn-mobile {
	display: none;
}

.service-tabs.hc1.section li.active .services-btn {
}

.service-tabs.hc1.section {
	padding-bottom: 12.5em;
	padding-top: 2vw;
}

.service-tabs.hc1.section .full {
}

.service-tabs.hc1.section ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	height: 33vw;
	overflow: visible;
}

.service-tabs.hc1.section.subpage ul {
	height: auto;
}

.service-tabs.hc1.section.subpage {
	padding-bottom: 2em;
	text-align: center;
}

.service-tabs.hc1.section li {
	display: block;
	text-align: center;
	width: 14.28%;
	padding-top: 1em;
}

.service-tabs.hc1.section li.mobile-only {
	display: none;
}

.service-tabs.hc1.section.subpage li {
	width: 14%;
}

.service-tabs.hc1.section.subpage li:hover .icon-wrapper {
	background-color: #F7981D; /* $secondary */
}

.service-tabs.hc1.section li.active h4::after {
	background-color: transparent;
}

.service-tabs.hc1.section li.active {
	padding-top: 1.5em;
}

.service-tabs.hc1.section li.active h4 {
	color: #434343; /* $dark */
}

.service-tabs.hc1.section li.active icon.fontello::before {
	color: #FFFFFF;
}

.service-tabs.hc1.section.subpage li:hover icon.fontello {
}

.service-tabs.hc1.section.subpage li icon.fontello::before {
	width: 100%;
	padding: .5em 0;
}

.service-tabs.hc1.section.subpage li:hover icon.fontello::before {
	color: #FFFFFF; /* $light */
	background-color: #F7981D; /* $secondary */
}

.service-tabs.hc1.section li icon.fontello::before {
	font-size: 2.5em;
	color: #B4B4B4;
	transition: 0.2s;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 0;
}

.service-tabs.hc1.section li icon.fontello {
	padding: .5em 10px 1em;
	transition: 0.2s;
	color: #3299BB; /* $primary */
	font-size: 1.5em;
}

.sub .service-tabs.hc1.section.subpage li icon.fontello {
	padding: 0;
	margin-top: .5em;
}

.service-tabs.hc1.section li.active .image {
	opacity: 1;
	z-index: 1;
}

.service-tabs.hc1.section li h4 {
	color: #434343; /* $dark */
	font-weight: 500;
	font-size: 1em;
	text-transform: uppercase;
}

.service-tabs.hc1.section li.active .service-area-content h4 {
	margin: 2em 0 1em 0;
	color: #3199BC !important;
	text-transform: none;
	font-size: 1.2em;
}

.service-tabs.hc1.section li h4::after {
	content: '';
	width: 3.5em;
	height: 3px;
	display: block;
	border-radius: 4px;
	margin: 0.5em auto 0;
	background-color: #F7981D; /* $secondary */
	transition: 0.2s;
}

.service-tabs.hc1.section li .service-area-content h4::after {
	display: none;
}

.service-tabs.hc1.section .tab {
	display: block;
	position: relative;
	z-index: 2;
	transition: 0s;
	padding: 1.5em 0;
}

.service-tabs.hc1.section li.active .tab {
	-webkit-transform: translateY(.1em);
	-ms-transform: translateY(.1em);
	transform: translateY(.1em);
	background-color: #F7981D; /* $secondary */
	padding: 0 0 4em;
}

.service-tabs.hc1.section .tab .icon-wrapper {
	width: 100%;
	margin: auto;
}

.service-tabs.hc1.section li.active .tab .icon-wrapper {
	background-color: #F7981D; /* $secondary */
	width: 100%;
}

.service-tabs.hc1.section.subpage .tab {
	max-height: initial;
}

.service-tabs.hc1.section li span.image {
	position: absolute;
	background-position: center;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: initial;
	opacity: 0;
	transition: 0.2s;
	bottom: -12.5em;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}

.service-tabs.hc1.section li.active .service-area-content {
	z-index: 1;
	opacity: 1;
}

.service-tabs.hc1.section li .service-area-content .link {
	display: inline-block;
	color: #F7981D;
	font-weight: 600;
}

.service-tabs.hc1.section li .service-area-content {
	opacity: 0;
	position: absolute;
	bottom: -12.5em;
	left: 0;
	width: 33%;
	text-align: left;
	background-color: rgba(255,255,255,0.8); /* alpha($light,80%) */
	padding: 0.5vw 4vw 2.5vw;
	min-width: 450px;
}

.service-tabs.hc1.section li .service-area-content h4 {
	font-size: 1.444em;
	font-weight: 400;
}

.service-tabs.hc1.section li .service-area-content p {
	line-height: 1.5em;
}

.service-tabs.hc1.section li .service-area-content::before {
	content: '';
	display: none;
	position: absolute;
	height: 100%;
	bottom: 20%;
	left: 2vw;
	width: 1px;
	background-color: #F7981D; /* $secondary */
}
/* End Services Tabs HCV1 Styles */

/* Responsive @ 1400px */
@media screen and (max-width:1400px) {
	.service-tabs.hc1.section ul {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
/* End Responsive @ 1400px */

/* Responsive @ 1050px */
@media screen and (max-width:1050px) {
	.service-tabs.hc1.section li span.image {
		display: none;
	}

	.service-tabs.hc1.section {
		padding-bottom: 2vw;
	}

	.service-tabs.hc1.section ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		height: auto;
	}

	.service-tabs.hc1.section li .service-area-content h4, .service-tabs.hc1.section li .service-area-content p,  .service-tabs.hc1.section li .service-area-content::before {
		display: none;
	}

	.service-tabs.hc1.section li .service-area-content {
		position: static;
		padding: 0;
		opacity: 1;
		min-width: initial;
		width: auto;
		background-color: transparent;
	}

	.service-tabs.hc1.section .services-btn {
		display: none;
	}

	.service-area-content .btn {
		position: relative;
		z-index: 2;
		width: 100%;
	}

	.service-tabs.hc1.section .services-btn-mobile {
		display: table;
		margin: 0 auto 2em;
	}

	.service-tabs.hc1.section li {
		-webkit-flex: 0 0 200px;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
		margin: 0 0 3vw;
	}
}
/* End Responsive @ 1050px */

/* Responsive @ 900px */
@media screen and (max-width:900px) {
	.service-tabs.hc1.section header a.btn {
		position: static;
	}
}
/* End Responsive @ 900px */

/* Responsive @ 400px */
@media screen and (max-width:400px) {
	.service-tabs.hc1.section li.mobile-only {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		display: block;
	}

	.service-tabs.hc1.section li {
		-webkit-flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
		width: 48%;
	}
}
/* End Responsive @ 400px */
