/* Our Services */
.services-area {
	background-color: #0845A2; /* $primary */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF; /* $white */
	background-image: url(../images/services-bg.jpg);
	padding: 7em 0 4em;
	position: relative;
	overflow: hidden;
}

.services-area.landing {
	padding: 7em 0 4em;
}

.services-area.v2 {
	background-color: #0845A2; /* $primary */
	background-image: none;
	padding: 6em 0 4em;
}

_.services-area:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	height: 0;
	width: 0;
	border-top: solid 3.889em #FFFFFF;
	border-left: solid 50vw transparent;
	border-right: solid 50vw transparent;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.services-content {
	width: 52%;
}

.services-area .reverse .services-content {
	width: 50%;
}

.services-area.v2 .services-content {
	padding-right: 4%;
}

.services-area.v2.reverse .services-content {
	padding-right: 0;
	padding-left: 4%;
	margin: 0 0 0 auto;
	width: 50%;
}

.services-content header {
	text-align: left;
	padding-bottom: 1em;
}

.services-content icon {
	font-size: 4.5em;
	display: block;
	margin: 0 0 .5em 0;
	position: relative;
	z-index: 2;
	color: #E03636; /* $secondary */
}

.services-content icon:after {
	content: ' ';
	display: block;
	width: 1.2em;
	height: 1.2em;
	background-color: #FFFFFF; /* $white */
	position: absolute;
	top: 0;
	left: .2em;
	z-index: -1;
	border-radius: 50%;
}

.services-area.v2:after {
	content: '';
	display: block;
	height: 100%;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/services-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.services-area.v2.reverse:after {
	right: auto;
	left: 0;
}

.landing .services-content h3 {
	color: #FFFFFF; /* $white */
}

.landing .services-content a {
	color: #589AFF; /* adjust($primary,51%,100%,0%) */
}

.landing .services-content a:hover {
	color: #FFFFFF; /* $white */
}

.services-cta {
	padding: 0.75em 5%;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	display: inline-block;
}

.services-cta > * {
	display: inline-block;
	vertical-align: middle;
}

.services-cta .flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.services-cta .flex icon {
	font-size: 5em;
	color: #FFFFFF; /* $white */
	margin: 0;
}

.services-cta .flex icon:after {
	display: none;
}

.services-cta .flex .services-call-out {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 85%;
	padding: 0 0 0 2em;
}

.services-cta .flex .services-call-out .big {
	display: block;
}

.services-cta .flex .services-call-out .big a, .services-cta .flex .services-call-out .big strong {
	font-size: 2.778em;
	font-weight: 300;
	color: #FFFFFF; /* $white */
	line-height: 1;
}

.phone-top .services-call-out span {
	text-transform: uppercase;
	color: #FFFFFF; /* $white */
	font-size: 1.1em;
}

.title-top .services-call-out span {
	background-color: #E03636; /* $secondary */
	display: inline-block;
	color: #FFFFFF; /* $white */
	padding: .125em .75em;
	border-radius: 50px;
	margin-right: 1em;
}

.title-top .services-call-out span:hover {
}

.title-top .services-call-out span a {
	color: #FFFFFF; /* $white */
}

.title-top .services-call-out > a {
	color: #FFFFFF; /* $white */
	font-size: 2.222em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
/* End Our Services */

/* Services Nav */
.services-nav {
	width: 40%;
	position: relative;
	margin: 0 0 0 3em;
}

.services-nav:before {
	content: '';
	display: block;
	height: 200%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #0845A2; /* $primary */
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 0;
}

.services-nav:after {
	content: '';
	position: absolute;
	width: calc(100% - 8px);
	height: 3.5em;
	bottom: 0;
	left: 0;
}
/* End Services Nav */

/* Services Nav - Single Nav */
.services-nav.single {
	border-radius: 2em 2em 0 0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0));
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.services-nav.single header {
	position: relative;
	text-align: center;
	padding-bottom: 2em;
}

.services-nav.single header a, .services-nav.single header span {
	color: #FFFFFF;
	border-radius: 2em;
	display: block;
	transition: .4s ease 0s;
	font-weight: 400;
	font-size: 3.333em;
	padding: .3em;
	line-height: 1;
}

.services-nav.single header a:hover {
	background-color: #0066FF; /* $tertiary */
}

.services-nav.single .service-list {
	padding: 0 5% 2em;
	max-height: 26em;
	overflow: auto;
	position: relative;
	z-index: 1;
}

.services-nav.single .service-list li {
	border-bottom: solid 1px rgba(255,255,255,0.671);
	padding: .125em 0;
}

.services-nav.single .service-list li a {
	display: block;
	text-align: center;
	border-radius: 5em;
	font-size: 1.333em;
	line-height: 1;
	padding: .5em 1em;
	transition: .4s ease 0s;
	color: #FFFFFF; /* $white */
}

.services-nav.single .service-list li a:hover {
	background-color: #E03636; /* $secondary */
}
/* End Services Nav - Single Nav */

/* Services Nav - Two Navs */
.services-nav.two header {
	position: relative;
	margin-bottom: 2.5em;
	text-align: center;
	background-color: rgba(0,0,0,0.08);
	border-radius: 5em;
	box-shadow: 0 0.1em 0.25em rgba(0,0,0,0.15) inset;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	padding: 0;
}

.services-nav.two .ui-tab {
	position: relative;
	width: 100%;
	display: block;
	margin: 0;
	font-size: 1em;
	font-style: normal;
}

_.services-nav.two .ui-tab:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 5em;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #FFFFFF;
	transition: transform 0.3s linear;
	transition-delay: .1s;
	display: block;
}

.services-nav.two .ui-tab:last-child:before {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.services-nav.two .ui-tab.active:before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	transition-delay: 0s;
}

.services-nav.two .ui-tab:only-of-type:before {
	display: none;
}

.services-nav.two .ui-tab.active span {
	color: #31251C; /* $dark */
}

.services-nav.two .ui-tab span, .services-nav.two .ui-tab:only-of-type span {
	display: block;
	position: relative;
	color: #FFFFFF; /* $white */
	transition: color 0.35s ease;
	font-size: 1.25em;
	line-height: 1;
	padding: 1em 1%;
	letter-spacing: 0.025em;
	z-index: 1;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
}

.services-nav.two .ui-tab:only-of-type span {
	cursor: default;
}

.services-nav.two .ui-tab-panel {
	position: relative;
	overflow: auto;
	width: 100%;
	max-height: 26em;
	padding-bottom: 3.75em;
}

.services-nav.two .ui-tab-panel li {
}

.services-nav.two .ui-tab-panel a {
	display: block;
	color: #FFFFFF; /* $white */
	font-size: 1.25em;
	transition: 0.35s ease;
	padding: 0.8em 5% 0.8em 0;
	line-height: 1.3;
	text-align: center;
	background-color: rgba(62,62,62,0.102);
	margin: .1em 0;
	border: solid 3px transparent;
	border-radius: 5em;
}

.services-nav.two .ui-tab-panel a:hover {
	color: #FFFFFF; /* $white */
	border-color: #FFFFFF; /* $white */
}
/* End Services Nav - Two Navs */

/* Scroll Bar */
.services-nav ::-webkit-scrollbar {
	width: 6px;
	border-radius: 5em;
}

.services-nav ::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,0.05);
	border-radius: 5em;
}

.services-nav ::-webkit-scrollbar-thumb {
	border-radius: 5em;
	background-color: rgba(0,0,0,0.35);
}
/* End Scroll Bar */

/* Responsive - 1536px */
@media screen and (max-width: 1536px) {
}
/* End Responsive - 1536px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	.services-nav {
		width: 43%;
	}

	.services-area .main:before, .services-area .main:after {
		width: 97.5%;
		left: 1.25%;
	}

	.services-nav .ui-tab-panel {
		max-height: 30em;
	}

	.services-cta {
		padding: 0.75em 3%;
		font-size: 1em;
	}

	.services-cta a {
		margin: 0 0.25em;
	}

	.services-cta span {
		letter-spacing: 0.035em;
	}

	.services-cta .flex .services-call-out {
		font-size: .8em;
	}
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.services-area > .flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.services-content, .services-nav, .services-area .reverse .services-content {
		width: 100%;
	}

	.services-nav:before {
		display: none;
	}

	.services-cta {
		display: block;
		max-width: 35em;
		margin: 1.5em auto 0;
	}

	.services-nav {
		max-width: 35em;
		margin: 3em 0 0 0;
		background-color: #0845A2; /* $primary */
	}

	.services-nav .ui-tab-panel {
		max-height: 23em;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
	.services-content icon {
		display: none;
	}

	.services-cta icon {
		display: block;
	}
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
	.services-area .main:before, .services-area .main:after {
		width: 95.5%;
		left: 2.25%;
	}

	.services-cta icon {
		display: none;
	}

	.services-cta .flex .services-call-out {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.services-area {
		padding: 3em 0;
	}
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	.services-cta {
		text-align: center;
	}

	.services-cta a {
		margin: 0;
	}

	.services-nav .ui-tab span, .services-nav .ui-tab:only-of-type span {
		font-size: 1em;
		letter-spacing: 0;
	}
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
