html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	overflow-x: hidden;
	font-family: 'Proxima N W01 Reg';
	font-weight: normal;
	padding-top: 75px;
}

@media only screen and (max-width: 960px) {
	body {
		padding-top: 50px;
	}

	body.admin-bar {
		padding-top: 0;
	}
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
option,
select:focus {
	outline: 0 !important;
}

a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #3f8cc0;
}

a:hover,
a:focus {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #000;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Proxima N W01 Reg';
	font-weight: normal;
}

p {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Proxima N W01 Reg';
	color: #000;
	font-weight: normal;
}

.no-padding {
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1215px;
	margin: 0 auto;
}

	.container.narrow {
		max-width: 1080px;
	}

header {
	padding: 50px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 77777777;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

@media screen and (min-width: 960px) {
	.admin-bar header {
		top: 32px;
	}
}

.header-pw,
.header-scroll {
	background: #fff;
	padding: 30px 0 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

.header-right {
	text-align: right;
}

.header-right a {
	color: #fff;
	margin-right: 40px;
	position: relative;
	text-transform: uppercase;
}

.header-scroll .header-right a,
.single-post .header-right a {
	color: #393f47;
}

.header-scroll .header-right a:hover,
.single-post .header-right a:hover {
	color: #13d0ca;
}

.nav-trigger {
	cursor: pointer;
	display: table;
	min-width: 40px;
	float: right;
}

.header-pw .nav-trigger em,
.header-scroll .nav-trigger em,
.single-post .nav-trigger em {
	color: #000;
}

.nav-trigger span {
	width: 32px;
	height: 4px;
	background-color: #393f47;
	display: table;
	transition: .4s;
}

.nav-trigger span:nth-child(2) {
	margin-left: 12px;
	margin-top: 7px;
	width: 20px;
}

.nav-trigger:hover span {
	background: #13d0ca;
	transition: .4s;
}

.nav-trigger.gray-menu:hover span,
.header-pw .nav-trigger:hover span,
.header-scroll .nav-trigger:hover span {
	background: #3f8cc0;
	transition: .4s;
}

.nav-trigger.gray-menu em {
	color: #999;
}

.nav-trigger em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 2px;
	position: relative;
	top: -36px;
	left: 64px;
	color: #fff;
}

.logo {
	margin: 10px 0;
	max-height: 55px;
	position: relative;
}

	.logo img {
		max-height: inherit;
	}

/*.logo-scroll {
	position: absolute;
	top: -1px;
	right: 0;
}

header .logo-default {
	opacity: 1;
	transition: .4s;
}

header .logo-scroll {
	opacity: 0;
	transition: .4s;
	width: 85%;
}*/

/*header {
	pointer-events: none;
}*/

	/*header a, 
	header .nav-trigger {
		pointer-events: all;
	}*/

.header-pw .logo-default,
.header-scroll .logo-default {
	opacity: 0;
	transition: .4s;
}

.header-pw .logo-scroll,
.header-scroll .logo-scroll {
	opacity: 1;
	transition: .4s;
}

.header-parallax {
	background-color: #000;
	height: 0;
	overflow: hidden;
	padding-bottom: 54%;
	position: relative;
	width: 100vw;
}

	.header-parallax div {
		height: 100%;
		position: absolute !important;
		width: 100%;
	}

	.header-parallax img {
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
	}

	@media only screen and (max-width: 767px) {
		.header-parallax img {
			max-width: 100%;
		}
	}

	.header-parallax .full-size img {
		width: 120%;
	}

	.header-parallax * {
		pointer-events: none
	}

	/*.header-parallax img[src*="bulb"] {
		 -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	    transform: translate(-50%, -50%) scale3d(1, 1, 1);
		transition: all 2s ease-out 0.2s;
	}

	body.home header:hover ~ .header-parallax img[src*="bulb"],
	body.home .header-parallax:hover img[src*="bulb"] {
		-webkit-animation: 3s infinite bulb-pulse ease-out;
	  	animation: 3s infinite bulb-pulse ease-out;
	}

	@-webkit-keyframes bulb-pulse {
	  from {
	    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	    transform: translate(-50%, -50%) scale3d(1, 1, 1);
	  }

	  50% {
	    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
	    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
	  }

	  to {
	    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	    transform: translate(-50%, -50%) scale3d(1, 1, 1);
	  }
	}

	@keyframes bulb-pulse {
	  from {
	    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	    transform: translate(-50%, -50%) scale3d(1, 1, 1);
	  }

	  50% {
	    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
	    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
	  }

	  to {
	    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	    transform: translate(-50%, -50%) scale3d(1, 1, 1);
	  }
	} */

.header-carousel-wrapper {
	position: relative;
	max-height: 500px;
}

	.header-carousel-wrapper .slick-track {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		-webkit-align-items: center;
				align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		max-height: 500px;
	}	

.header-carousel-slide-wrapper {
	height: auto;
	outline: none;
}

.header-carousel-slide {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
			align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 500px;
	max-height: 500px;
	padding: 0 20px 0 0;
	position: relative;
	text-align: center;
}

	.header-carousel-slide:after {
		content: '';
		display: block;
		height: 0;
		padding-bottom: 38%;
	}

	.header-carousel-content {
		color: #fff;
		margin: 0;
		max-width: 50%;
		padding: 40px 20px 20px 0;
		position: relative;
		text-align: left;
		text-shadow: 0 0 6px rgba(0,0,0,0.6);
		z-index: 10;
	}

	.header-carousel-content *:not(a) {
		color: inherit;
	}

	.header-carousel-content h2 {
		font-family: 'Proxima N W01 Bold';
		margin-bottom: 20px;
		margin-top: 0;
	}

	.header-carousel-content h2 span {
		font-family: 'proxima_novaextrabold';
		display: table;
		position: relative;
	}

	.header-carousel-content h2 span:after {
		background-color: #27ebda;
		content: '';
		display: inline-block;
		height: 3px;
		left: 0;
		position: absolute;
		top: 100%;
		-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
		width: 100%;
	}

	.header-carousel-content p {
		margin: 0 auto;
		max-width: 660px;
	}

	.header-carousel-content a {
		background-color: transparent;
		border-color: #27ebda;
		color: #27ebda;
		border-style: solid;
		border-width: 1px;
		border-radius: 20px;
		box-shadow: 0 0 2px rgba(0,0,0,0.4);
		box-sizing: content-box;
		display: inline-block;
		font-family: 'Proxima N W01 Bold';
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		margin: 20px auto 0;
		min-width: 120px;
		padding: 0px 20px;
		text-align: center;
		text-shadow: none;
		-webkit-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}

		.header-carousel-content a:active {
			-webkit-transform: scale(0.95);
					transform: scale(0.95);
		}

		.header-carousel-content a:focus, 
		.header-carousel-content a:hover {
			background-color: #27ebda;
			color: #1045AC;
		}

	.header-carousel-background-wrapper {
		-webkit-box-align: center;
		-webkit-align-items: center;
			-ms-flex-align: center;
				align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		padding: 40px;
		position: absolute;
		right: 0;
		top: 0;
		width: 65%;
		z-index: 5;
	}

	.header-carousel-image-wrapper {
		-webkit-filter: drop-shadow(-4px 4px 3px rgba(0,0,0,0.3));
		filter: drop-shadow(-4px 4px 3px rgba(0,0,0,0.3));
		max-height: 500px;
		position: relative;
		width: 100%;
	}

	.header-carousel-image-wrapper:after {
		background-color: #00BFF1;
		bottom: -6px;
		content: '';
		display: block;
		height: 85%;
		position: absolute;
		overflow: hidden;
		right: -6px;
		width: 90%;
		z-index: -1;
	}

	.header-carousel-background {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		/* display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox; */
		display: block;
		
		position: relative;
		
		/* left: 0; */
		/*padding-bottom: 50%;*/
		/*position: absolute;*/
		/* top: 0; */
		width: 100%;
		z-index: 10;
	}

		.header-carousel-background img {
			height: auto;
			max-width: 100%;
		}	

		.header-carousel-background:after,
		.header-carousel-background:before {
			content: '';
			display: block;
			border-color: #27EBDA;
			border-style: solid;
			height: 30px;
			position: absolute;
			width: 30px;
		}

		.header-carousel-background:after {
			border-width: 1px 1px 0 0;
			right: -15px;
			top: -15px;
		}

		.header-carousel-background:before {
			border-width: 0 0 1px 1px;
			left: -15px;
			bottom: -15px;
		}
		

	.header-carousel-control-elements {
		bottom: 0px;
		height: 100%;
		pointer-events: none;
		position: absolute;
		right: 20px;
		text-align: center;
	}

	.header-carousel-control-elements button {
		pointer-events: all;
	}

		.header-carousel-dots ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
				-ms-flex-direction: column;
					-webkit-flex-direction: column;
					flex-direction: column;
			-webkit-box-pack: center;
				-ms-flex-pack: center;
					-webkit-justify-content: center;
					justify-content: center;
			height: 100%;
			margin: 0;
			padding: 0 0 20px;
		}

		.header-carousel-dots li {
			display: inline-block;
			list-style: none;
			margin: 5px 0;
		}

		.header-carousel-dots {
			-webkit-box-align: end;
			-webkit-align-items: flex-end;
				-ms-flex-align: end;
					align-items: flex-end;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			height: 100%;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
				-ms-flex-pack: center;
					justify-content: center;
		}

		.header-carousel-dots button {
			background-color: transparent;
			border: 1px solid #fff;
			border-radius: 100%;
			display: block;
			font-size: 0;
			height: 12px;
			line-height: 4px;
			padding: 0;
			-webkit-transition: all 0.35s ease-out;
			transition: all 0.35s ease-out;
			width: 12px;
		}

		.header-carousel-dots .slick-active button {
			background-color: #27ebda;
		}

		.header-carousel-dots button:hover,
		.header-carousel-dots button:focus {
			background-color: #27ebda;
			border-color: #27ebda;
			opacity: 0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		}

		.header-carousel-controls {
			-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
					align-items: center;
			bottom: 0;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
					justify-content: space-between;
			left: 0;
			padding-bottom: 15px;
			position: absolute;
			width: 100%;
		}

		.header-carousel-controls button {
			background-color: transparent;
			border-radius: 0;
			display: inline-block;
			filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
			-webkit-filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.4));
					filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.4));
			padding: 0;
			vertical-align: middle;
			-webkit-appearance: none;
		}

			.header-carousel-controls .slick-arrow {
				border-color: transparent;
				border-radius: 0;
				border-style: solid;
				border-width: 14px 20px;
				font-size: 0;
			}

			.header-carousel-controls .slick-prev {
				border-right-color: #FFF;
			}

			.header-carousel-controls .slick-next {
				border-left-color: #FFF;
			}

	.header-carousel-gradient,
	.header-carousel-gradient-svg {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}

	.header-carousel-gradient-svg {
		fill:url(#dynamic-color-gradient);
		will-change: transform;
	}

	.header-carousel-svg-def {
		height: 0;
		pointer-events: none;
		position: absolute;
		width: 0;
	}

@media only screen and (min-width: 768px) {
	.header-carousel-wrapper .slick-track {
		display: block;
	}

	.header-carousel-content h2 {
		font-size: 54px;
	}

	.header-carousel-content p {
		font-size: 18px;
	}

	.header-carousel-controls {
		height: 100%;
		padding-bottom: 0;
		top: 0;
	}
}

@media only screen and (max-width: 768px) {
	.header-carousel-wrapper {
		max-height: unset;
	}

	.header-carousel-slide {
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		max-height: unset;
		padding: 0;
		height: auto;
	}

	.header-carousel-content {
		max-width: 100%;
		padding: 20px 10px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
			-ms-flex-order: 2;
				order: 2;
	}

	.header-carousel-background-wrapper {
		display: none;
		position: relative;
		width: 100%;
	}

	.header-carousel-control-elements {
		position: relative;
		right: 0;
	}

	.header-carousel-dots ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
			-ms-flex-direction: row;
				flex-direction: row;
	}

	.header-carousel-dots li {
		margin-left: 7px;
		margin-right: 7px;
	}
}

#intro {
	background-size: cover;
	padding: 163px 0px 112px;
}

#intro h1,
#intro h2 {
	font-size: 36px;
	color: #fff;
	letter-spacing: 0;
	margin: 0 0px 0px;
	font-family: 'Proxima N W01 Bold';
}

.disabled-link a,
.disabled-link a:hover {
	font-family: 'Proxima N W01 Reg' !important;
	color: #cccccc !important;
}

#intro p {
	font-family: 'Proxima Nova W01 Medium';
	font-size: 20px;
	margin: 0px 0px 0px;
	color: #fff;
}

#gallery {
	background: #fff;
	overflow: hidden;
	padding-bottom: 40px;
}

#gallery h4 {
	font-size: 27px;
	margin: 39px 0px 22px;
	line-height: 41px;
	letter-spacing: 0.1px;
	position: relative;
}

#gallery p {
	font-size: 19px;
	letter-spacing: 0;
	margin: 23px 0 50px;
	display: block;
	letter-spacing: -0.1px;
}

#gallery .the-solutions {
	margin-top: 60px !important;
}

.the-solutions .gallery-item {
	background-size: cover;
	background-position: 50% 50%;
}

#gallery .row {
	margin: 0 -6px;
}


.gallery-item {
	margin-bottom: 12px;
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.header-carousel {
		padding-top: 40px;
	}

	.header-carousel-content {
		margin-left: auto;
		margin-right: auto;
		padding: 20px 0;
		position: relative;
		text-align: center;
		width: 88%;
	}

		.header-carousel-content:before,
		.header-carousel-content:after {
			border-color: #27EBDA;
			border-style: solid;
			content: '';
			display: block;
			height: 30px;
			position: absolute;
			width: 30px;
		}
	
		.header-carousel-content:before {
			border-width: 0 0 2px 2px;
			bottom: 0px;
			left: -15px;
		}
	
		.header-carousel-content:after {
			border-width: 2px 2px 0 0;
			right: -15px;
			top: 0px;
		}

		.header-carousel-content h2 {
			font-size: 40px;
			text-align: center;
		}

		.header-carousel-content h2 span {
			margin: 0 auto;
		}

		/* .header-carousel-content h1 {
			font-size: 24px;
			margin-top: 50px;
		}	

		.header-carousel-content h1 span {
			display: inline;
			font-size: 50px;
		}

		.header--description {
			margin-bottom: 50px;
			margin-top: 50px;
		}	 */

	.header--spacer {
		display: none;
	}

	.header--image-wrapper {
		display: none;
	}
}

@media (max-width: 767px) {
	#gallery .col-sm-6 {
		padding: 0 6px;
	}
}

@media (min-width: 768px) {
	.col-sm-6 .gallery-item {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	#gallery .the-solutions > div {
		
		padding-left: 30px;
		padding-right: 30px;
	}

	.col-md-4 .gallery-item {
		min-height: 0;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;

		height: 0;
		padding-bottom: 100%;
	}
}

.gallery-item .overlay {
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#intro-home .overlay {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.gallery-item h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.2em;
	padding: 0 0 15px;
	margin: 0;
	position: relative;
	font-family: 'Proxima N W01 Reg';
}

.gallery-item h3 strong {
	color: #fff;
	font-size: 20px;
	display: block;
	font-family: 'Proxima N W01 Bold';
	font-weight: 400;
}

/*.gallery-item h3:after {
	content: "";
	width: 49px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 29px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
*/
.gallery-item a {
	min-width: 205px;
	max-width: 300px;
	padding: 0 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	/*text-transform: uppercase;*/
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	display: table;
	margin: 0 auto;
	letter-spacing: 0.20em;
	border-radius: 8px;
}

.gallery-item a:hover {
	border-color: #13d0ca;
	background: #13d0ca;
	color: #fff;
}

.overlay-inner {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin-top: -12px;
	padding-left: 20px;
	padding-right: 20px;
}

#services {
	padding: 25px 0px 50px;
	background: #fff;
}

.services-head {
	padding: 0 15px 40px;
}

.services-head h4 {
	font-size: 30px;
	color: #3f8cc0;
	margin: 9px 0 0;
}

.services-head p {
	margin-top: 35px;
	/*padding-right: 40px;*/
	margin-bottom: 29px;
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
}

.service-item {
	margin: 0px 40px 15px 0px;
	padding: 18px 150px 41px 21px;
	position: relative;
	background: #f3f3f3;
	min-height: 218px;
}

#services .col-md-6:nth-child(2) .service-item {
	margin: 0px 40px 15px 0px;
}

.service-item h3 {
	margin-bottom: 2px;
	font-family: 'Proxima N W01 Bold';
	font-size: 24px;
}

.service-item p {
	font-size: 19px;
	margin-bottom: 1px;
}

.service-item a {
	font-size: 19px;
	color: #3091c3;
}

.service-item a:hover {
	color: #00cecd;
}

.service-item a span {
	padding-left: 0px;
	transition: .4s;
	position: relative;
	top: 1px;
}

.service-item a:hover span {
	padding-left: 4px;
	transition: .4s;
}

.service-item img {
	position: absolute;
	top: 52px;
	right: 27px;
	width: 120px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 80px;
}

.bttn {
	color: #fff;
	text-transform: uppercase;
	font-family: "Proxima Nova W01 Medium";
	font-size: 18px;
	letter-spacing: 3px;
	border: 2px solid #c2c3c3;
	padding: 27px 60px;
	margin: 35px auto 0;
	display: table;
	-webkit-font-smoothing: initial;
}

.bttn:hover {
	background: #00cecd;
	color: #fff;
	border: 2px solid #00cecd;
}

.bttn2,
.bttn5 {
	background: #1045ac;
	border-radius: 8px;
	color: #fff;
	display: table;
	font-family: 'Proxima N W01 Reg';
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: 59px auto 0;
	min-width: 170px;
	padding: 0px 15px;
	-webkit-font-smoothing: initial;
}

.bttn2:focus,
.bttn5:focus {
	color: #fff;
}

.bttn2:hover,
.bttn5:hover {
	background: #13d0ca !important;
	color: #fff;
}

.bttn3,
.bttn4 {
	background: #1045ac;
	border-radius: 8px;
	color: #fff !important;
	display: table;
	font-family: 'Proxima N W01 Reg';
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 182px;
	z-index: 44;
	-webkit-font-smoothing: initial;
}

.bttn3:focus,
.bttn4:focus {
	color: #fff;
}


.bttn3:hover,
.bttn4:hover {
	background: #13d0ca !important;
	color: #fff;
}

[class*="bttn"].outline {
	background-color: transparent;
	border: 1px solid #fff;
	text-align: center;
}

[class*="bttn"].outline:hover {
	border-color: #13d0ca;
}

.contact {
	padding: 60px 0 38px;
	position: relative;
}

.trans-contact {
	padding: 50px 0 30px;
}

.contact h3 {
	text-align: center;
	font-size: 24px;
	font-family: 'Proxima Nova W01 Medium';
	margin: -7px 0 30px;
	-webkit-font-smoothing: initial;
}

.contact input {
	border: none;
	border-bottom: 1px solid #cccccc;
	background: transparent;
	box-shadow: none !important;
	width: 100%!important;
	font-size: 20px!important;
	height: 40px !important;
	padding: 0 18px !important;
	color: #a7a7a7 !important;
}

.contact form label {
	font-size: 25px !important;
	padding: 0px 14px !important;
	font-weight: 400 !important;
	margin: 0px 0 0 !important;
	width: 100% !important;
	color: #a7a7a7 !important;
	position: relative !important;
	top: 15px !important;
	right: -10px !important;
	margin-bottom: -30px !important;
}

.contact form textarea {
	border: 1px solid #e3e3e3 !important;
	font-size: 20px !important;
	padding: 18px !important;
	height: 154px !important;
	width: 100% !important;
	margin-bottom: -16px !important;
}

.row-eq-height form input[type="submit"],
#quote-form form input[type="submit"],
.contact form input[type="submit"] {
	background: #1045ac;
	border-radius: 8px;
	font-weight: 600;
	height: 50px !important;
	padding: 0 53px !important;
	color: #fff !important;
	width: auto!important;
	letter-spacing: 2px !important;
	font-size: 18px !important;
	border: none !important;
	margin-top: 15px !important;
}

.row-eq-height form input[type="submit"]:hover,
#quote-form form input[type="submit"]:hover,
.contact form input[type="submit"]:hover {
	background: #13d0ca;
	color: #fff;
}

input::-webkit-input-placeholder {
	color: #000;
	opacity: 1 !important;
}

input:-moz-placeholder {
	color: #000;
	opacity: 1 !important;
}

input::-moz-placeholder {
	color: #000;
	opacity: 1 !important;
}

input:-ms-input-placeholder {
	color: #000;
	opacity: 1 !important;
}

textarea::-webkit-input-placeholder {
	color: #000;
	opacity: 1 !important;
}

textarea:-moz-placeholder {
	color: #000;
	opacity: 1 !important;
}

textarea::-moz-placeholder {
	color: #000;
	opacity: 1 !important;
}

textarea:-ms-input-placeholder {
	color: #000;
	opacity: 1 !important;
}

.contact-select {
	position: relative;
	width: 78%;
	max-width: 518px;
	float: left;
}

.cbox ul li {
	display: inline-block!important;
	width: 22% !important;
	float: right !important;
	position: relative !important;
	top: 2px!important;
	cursor: pointer!important;
}

.cbox input {
	width: 39px!important;
	float: left!important;
	opacity: 0;
}

.cbox span label {
	width: 33px;
	height: 33px;
	border: 1px solid #999999;
	float: left;
	position: relative;
	left: -33px;
	top: 5px;
	margin-right: -18px;
}

.cbox span label:after {
	content: "";
	width: 17px;
	height: 17px;
	background: #248dc1;
	position: absolute;
	top: 6px;
	left: 6px;
	opacity: 0;
	transition: .3s;
}

.cbox input:checked+span label:after {
	opacity: 1;
	transition: .3s;
}

.cbox span {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 23px;
	letter-spacing: 3px;
}

.cinfo {
	float: right;
	width: 100%;
	max-width: 385px;
	padding: 47px 42px 26px;
	background: #f0f0f0;
	margin-top: 40px;
}

.cinfo h4 {
	font-family: 'Proxima N W01 Bold';
	font-size: 24px;
	margin: 0 0 21px;
	color: #000;
}

.cinfo p {
	color: #707070;
	font-size: 19px;
	line-height: 25px;
	display: inline-block;
	width: 100%;
	margin: 15px 0 !important;
}

.cinfo a {
	color: #3f8cc0;
}

.cinfo p span {
	color: #000;
	font-size: 18px;
}

footer {
	padding: 80px 0;
	background: #000;
}

footer h5 {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	color: #68d1cd;
	margin: 0 0 34px;
}

footer p {
	font-size: 17px;
	color: #fff;
	line-height: 27px;
}

.widget_nav_menu ul {
	padding: 0;
}

.widget_nav_menu li {
	list-style: none;
}

.widget_nav_menu li:first-child {
	font-family: 'Proxima Nova W01 Medium';
	margin-bottom: 15px;
	text-transform: uppercase;
	-webkit-font-smoothing: initial;
}

.widget_nav_menu li a {
	font-size: 17px;
	color: #fff;
	line-height: 27px;
}

.widget_nav_menu li a:hover {
	color: #999;
}

.copy {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-top: -10px;
	padding-top: 0;
}

.flogo {
	max-width: 182px;
	display: block;
	margin: 15px 0 30px;
}

.copy-links {}

.copy-links span {
	font-size: 15px;
	padding: 0 6px;
	position: relative;
	top: 1px;
}

.copy-links a {
	color: #fff;
	font-size: 15px;
}

.copy-links a:last-child {
	color: #fff;
}

.copy-links2 {
	margin-top: -14px;
}

.copy-links2 a {
	font-size: 14px;
	color: #fff;
}

.copy-links2 a:hover {
	color: #999;
}

.copy-links2 span {
	font-size: 15px;
	color: #fff;
	margin: 0 7px;
	position: relative;
	top: 1px;
}

#intro-home {
	padding: 320px 0 330px;
	overflow: hidden;
	position: relative;
	background: #333;
}

#intro-home h1 {
	font-size: 85px;
	color: #fff;
	margin: 0 0 17px;
	letter-spacing: -2.3px;
	position: relative;
	font-family: 'Proxima N W01 Bold';
}

#intro-home h1 b {
	font-family: 'Proxima N W01 Bold';
}

.home-services {
	padding: 120px 0 100px 0;
	background: #102d47;
}

.home-service-item {
	border: 2px solid #c5ccd2;
	padding: 60px 20px 54px;
}

.home-service-item h4 {
	color: #fff;
	font-size: 31px;
	margin: 32px 0 0;
	line-height: 37px;
}

.home-service-item h4 b {
	font-family: 'Proxima N W01 Bold';
	font-weight: normal;
	display: block;
}

/*
.home-service-item .bttn2 {
	width: 190px;
	padding: 16px 20px;
	margin: 36px auto 0;
}
*/

.how-we-serve::before {
	background-color: #000;
	content: '';
	display: block;
	height: 10px;
	margin: 0px auto 80px;
	width: 75px;
}

.how-we-serve ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 80px 0;
	padding: 0;
}

.how-we-serve li {
	flex-basis: 33.33%;
	font-size: 18px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	text-align: center;
}

.how-we-serve li:nth-child(n + 2)::before {
	background-color: #ddd;
	content: '';
	display: block;
	height: 100%;
	left: -50px;
	margin: 0 50px;
	position: absolute;
	transform: skewX(-15deg);
	width: 1px;
}

.how-we-serve img {
	display: block;
	margin: 0 auto 20px;
	max-width: calc(100% - 101px);
}

.how-we-serve .serve-logo {
	display: block;
	height: 0;
	padding-bottom: 34%;
	width: 100%;
}

.search-trigger {
	font-size: 31px;
	width: 100%;
	text-align: right;
	padding: 85px 30px 0px 0px;
	color: #fff;
}

.search-trigger a {
	color: #53ceef;
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	cursor: pointer;
}

.search-trigger form {
	display: inline-block;
	width: 100px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

.search-trigger form.expand {
	width: 60%;
	max-width: 600px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

.search-trigger input {
	color: #53ceef;
	background: transparent;
	border: none;
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	cursor: pointer;
	width: 100%;
}

.search-trigger input::-webkit-input-placeholder {
	color: #53ceef;
}

.search-trigger input::-moz-placeholder {
	color: #53ceef;
}

.search-trigger input:-ms-input-placeholder {
	color: #53ceef;
}

.search-trigger input:-moz-placeholder {
	color: #53ceef;
}

.home-info {
	padding: 110px 0 0px;
}

.home-info h4 {
	font-size: 24px;
	font-family: 'Proxima N W01 Bold';
	margin-top: 0;
	letter-spacing: -0.4px;
	position: relative;
	margin-bottom: 28px;
}

.home-info p {
	font-size: 19px;
	padding: 0 12%;
	letter-spacing: -0.6px;
	position: relative;
	margin-bottom: 53px;
}

.home-info p b {
	font-family: 'Proxima N W01 Bold';
	font-weight: normal;
}

.home-info p:last-child {
	margin-bottom: 0;
}

.home-info a.bttn2 {
	padding: 16px 35px;
	margin: 54px auto 0;
}

.section-industries {
	overflow: hidden;
}

.section-industries::before {
	background-color: #000;
	content: '';
	display: block;
	height: 10px;
	margin: 80px auto;
	width: 75px;
}

.section-industries h3 {
	font-size: 24px;
	font-family: 'Proxima N W01 Bold';
	margin-top: 0;
	margin-bottom: 40px;
}

.section-industries .row {
	margin: 0 auto;
	max-width: 880px;
}

.industry {
	margin-bottom: 40px;
	min-height: 100px;
	
}

.industry a {
	display: block;
	height: 0;
	margin: 0 auto;
	padding-bottom: 64%;
	position: relative;
	width: 96%;
}

.industry-image {
	-webkit-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
}


.industry img {
	display: block;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: auto;
}

.industry-title {
	background-color: #1045ac;
	color: #fff;
	display: block;
	font-family: 'Proxima N W01 Bold';
	font-size: 16px;
	left: 15%;
	padding: 5px 10px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
	width: 90%;
	z-index: 20;
}

.industry a:hover .industry-title {
	-webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.industry-image {
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 98%;
}

.team {
	padding: 50px 0 54px;
}

.team .row {
	margin: 0 -3px;
}

.team .col-md-2,
.team .col-md-3,
.team .col-md-4,
.team .col-md-5,
.team .col-md-6 {
	padding: 0 3px;
	margin-bottom: 6px;
}

.team .col-md-3 {
	width: 25%;
}

@media only screen and (min-width: 993px) {

	.team .standard .col-md-3:nth-child(4n + 1),
	.team .last-five .col-md-3:nth-child(4n + 1) {
		clear: both;
	}

	.team .last-five .col-md-3:nth-last-child(-n + 5) {
		clear: none;
		width: 20%;
	}

	.team .last-five .col-md-3:nth-last-child(-n + 5) h3 {
		margin: 10px 5px 10px;
	}

	.team .last-ten .col-md-3:nth-child(5) {
		clear: both;
	}

	.team .last-ten .col-md-3:nth-last-child(-n + 10) {
		width: 20%;
	}

	.team .last-fifteen .col-md-3:nth-last-child(-n + 15) {
		width: 20%;
	}
}

.team .col-md-2 {
	width: 21%;
}

.team .col-md-4 {
	width: 29%;
}

.team h3 {
	/* font-size: 41px; */
	text-align: center;
	position: relative;
	margin: 20px 0 20px;
}

.team h3 b {
	font-family: 'Proxima N W01 Bold';
	font-weight: normal;
}

.team-item {
	overflow: hidden;
}

.team-item .overlay-team {
	background: rgba(16, 69, 172, 0.4);
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.team-item h3 {
	color: #fff;
	font-size: 20px;
	margin: 10px 0 35px;
	position: relative;
	font-family: 'Proxima N W01 Bold';
}

.team-item h3 strong {
	color: #4dbedd;
	font-size: 20px;
	display: block;
	font-family: 'Proxima N W01 Bold';
	font-weight: 400;
}

.team-item .bttn5 { 
	margin-top: 0;
}

/*
.team-item h3:after {
	content: "";
	width: 48px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.team-item a {
	width: 205px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	height: 56px;
	border: 2px solid #82807a;
	line-height: 52px;
	display: table;
	margin: 0 auto;
	letter-spacing: 0.20em;
}

.team-item a:hover {
	border: 2px solid #3f8cc0;
	background: #3f8cc0;
	color: #fff;
}*/

.overlay-team {
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.team-item:hover .overlay-team {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.overlay-team-inner {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	/*margin-top: -12px;*/
}

.map-wrap {
	position: relative;
	background: #ebebeb;
	overflow: hidden;
	height: 697px;
}

.location-info {
	width: 338px;
	height: 338px;
	padding: 65px 25px 40px;
	text-align: center;
	background: #fff;
	position: absolute;
	bottom: 35px;
	right: 68px;
}

.location-info h4 {
	color: #248dc1;
	text-transform: uppercase;
	font-family: 'Proxima N W01 Bold';
	letter-spacing: 0.20em;
	font-size: 24px;
	margin: 0 0 56px;
	position: relative;
}

.location-info h4:after {
	content: "";
	background: #1fd4d1;
	width: 97px;
	height: 4px;
	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.location-info p {
	font-size: 19px;
	line-height: 22px;
	margin: 0 0 22px;
}

.nj-info {
	width: 338px;
	height: 338px;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
}

.ny-info {
	width: 338px;
	height: 338px;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
}

.sc-info {
	width: 338px;
	height: 338px;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
}

.uk-info {
	width: 338px;
	height: 338px;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
}

.ca-info {
	width: 338px;
	height: 338px;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
}

.nj-info,
.ny-info,
.sc-info,
.ca-info,
.uk-info {
	opacity: 0;
	transition: .4s;
}

.nj-info.active,
.ny-info.active,
.sc-info.active,
.ca-info.active,
.uk-info.active {
	opacity: 1;
	transition: .4s;
}

.map-location ul {
	padding: 0;
}

.map-location ul li {
	list-style: none;
	float: left;
	margin-right: 8px;
}

.map-location ul li span {
	width: 135px;
	height: 60px;
	border: 2px solid #4cdbd7;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.20em;
	text-transform: uppercase;
	background: #fff;
	display: table;
	color: #53ceef;
	cursor: pointer;
	transition: .4s;
}

.map-location ul li span:hover,
.map-location ul li.active span {
	border: 2px solid #3f8cc0;
	background: #3f8cc0;
	color: #fff;
	transition: .4s;
}

.map-location {
	position: absolute;
	bottom: 36px;
	left: 37px;
}

#map {
	width: 150%;
	height: 797px;
	position: relative !important;
	left: -50%;
	top: -100px;
}

#map2 {
	width: 100%;
	height: 747px;
	position: relative !important;
	left: 0%;
	top: -50px;
}

.main-menu {
	height: 100%;
	width: 372px;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 77777778;
	padding: 55px 50px 40px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: all .4s ease-out;
  	transition: all .4s ease-out;
	
	-webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.menu-active {
	 -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.mm-nav {
	padding: 0 0 10px;
	border-bottom: none;
}

.mm-nav>li {
	font-size: 14px;
	padding: 0;
	margin: 0 0 5px;
	list-style: none;
	position: relative;
}

.mm-nav>li>a {
	color: #000;
	padding: 4px 0 3px;
	display: table;
	width: 100%;
}

.mm-nav>li>a:hover {
	color: #3f8cc0;
}

.mm-nav-alt li.logo-direct,
.mm-nav-alt li.logo-brokerage {
	margin: 0 0 5px;
	width: calc(50% - 14px);
}

.mm-nav-alt li.logo-direct {
	margin-bottom: 20px;
}

.mm-nav-alt li.logo-direct a {
	background-image: url('img/logo-prosight_direct.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	font-size: 0;
	height: 0;
	padding-bottom: 34%;
	width: 100%;
}

.mm-nav-alt li.logo-brokerage a {
	background-image: url('img/logo-prosight_brokerage.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	font-size: 0;
	height: 0;
	padding-bottom: 32%;
	width: 100%;
}

.mm-nav .menu-item-has-children ul {
	padding-left: 20px;
	/*transition: .4s;*/
}

.mm-nav .menu-item-has-children.act ul,
.mm-nav .menu-item-has-children:hover ul {
	opacity: 1;
	visibility: visible;
	/*transition: .4s;*/
}

.mm-nav .menu-item-has-children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mm-nav .menu-item-has-children li a {
	color: #3f8cc0;
	padding: 5px 0;
	line-height: 1.1em;
	display: table;
	width: 100%;
}

.mm-nav .menu-item-has-children li a:hover {
	color: #000;
}

.mm-nav .menu-item-has-children > a {
	padding-bottom: 0;
	text-transform: none;
}

.mm-nav .sub-menu {
	display: none;
	/*max-height: 0;*/
	/* overflow: hidden; */
	/*transition: max-height 0.4s ease-out;*/
}

.menu-item.active .sub-menu {
	 /*max-height: 100vh;*/
}

.mm-nav-alt {
	padding: 0px 0 15px;
}

.mm-nav-alt li {
	font-family: 'Proxima N W01 Bold';
	font-size: 14px;
	line-height: 1.1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mm-nav-alt li.space-below {
	margin-bottom: 25px;
}

.mm-nav-alt li a,
.mm-nav-alt li span {
	color: #000;
	padding: 6px 0;
	display: table;
	width: 100%;
}

.mm-nav-alt li a:hover {
	color: #3f8cc0;
	
}

.company-info {
	font-size: 14px;
	line-height: 19px;
	color: #cccccc;
	padding: 7px 0px 0;
	margin: 0 0 20px;
}

.mm-social {
	padding: 0;
}

.mm-social a {
	color: #000;
	margin-right: 10px;
	font-size: 22px;
}

.mm-social a:hover {
	color: #3f8cc0;
}

.mm-close {
	color: #393f47;
	font-family: 'Proxima N W01 Bold';
	font-size: 25px;
	position: absolute;
	top: 30px;
	right: 30px;
	text-decoration: none !important;
	cursor: pointer;
	transition: .4s;
	z-index: 7777;
}

.mm-close:hover {
	color: #3f8cc0;
	transition: .4s;
}

.select-wrap {
	position: relative;
	width: 275px;
	display: inline-block;
	height: 50px;
}

#intro-home .select-content {
	display: table;
	padding: 8px 185px 20px 25px;
	margin: 0 auto;
	position: relative;
	background: rgba(0, 0, 0, 0.4);
}

#intro-home .select-content .bttn2 {
	position: absolute;
	top: 13px;
	right: 17px;
	width: auto;
	padding: 13px 26px;
	margin: 0;
	font-size: 18px;
}

.select-content em {
	color: #fff;
	font-size: 25px;
	font-style: normal;
	padding: 0 18px 0 15px;
	position: relative;
	top: 3px;
}

.select-content .select-wrap2,
.select-content .select-wrap3 {
	position: relative;
	width: 310px;
	display: inline-block;
	height: 50px;
}

.select-content .select-wrap2 {
	position: relative;
	width: 270px;
	display: inline-block;
	height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #13d0ca;
	line-height: 47px;
	font-size: 25px;
	font-family: 'Proxima N W01 Bold';
}

.select2-container--default .select2-selection--single {
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 4px solid #fff;
	height: 55px;
	outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #248dc1 transparent transparent transparent;
	border-style: solid;
	border-width: 11px 8px 0 8px;
	height: 0;
	left: 50%;
	margin-left: -18px;
	margin-top: 9px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #248dc1 transparent;
	border-width: 0 7px 9px 7px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
	padding-right: 25px;
	text-align: left;
}

.select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent;
	color: white;
}

.select2-dropdown {
	background-color: transparent !important;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: none !important;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background: rgba(0, 0, 0, 0.5);
	color: #13d0ca;
}

.select2-results__option {
	padding: 6px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.5) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.select2-results__option:first-child {
	display: block !important;
}

.select2-results__option:hover {
	background: rgba(36, 141, 193, 0.5) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: 'Proxima N W01 Reg';
	border: 1px solid #d8d8d8;
	background: transparent;
	font-size: 20px;
	padding: 9px 15px;
	color: #000;
	position: relative;
	z-index: 77;
}

.contact .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 2px;
	right: 14px;
	width: 20px;
}

.select2-results__options li:first-child {
	display: none !important;
}

.contact .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: none;
	height: 54px;
}

.contact .select2-results {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px !important;
}

.contact .select2-results li {
	padding: 8px 20px;
	font-size: 17px;
	color: #222 !important;
	text-align: left;
	background: #fff !important;
	border-top: 1px solid #ddd;
}

.contact .select2-results li:hover {
	color: #fff !important;
	background: #248dc1 !important;
}

.search-wrap {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 555;
	opacity: 0;
	transition: .5s;
}

.search-wrap.active {
	top: 0;
	opacity: 1;
	transition: .5s;
}

.search-wrap form {
	width: 100%;
	max-width: 900px;
	background: rgba(63, 140, 192, 0.8);
	padding: 30px 40px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.search-wrap form input {
	background: transparent;
	border: none;
	padding: 0;
	height: 100px;
	width: 100%;
	font-size: 36px;
	color: #fff;
}

.ss-close {
	color: #fff;
	position: absolute;
	top: -56px;
	right: -10px;
	font-size: 33px;
	cursor: pointer;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	-webkit-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
	-moz-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
	box-shadow: 0 0 32px rgba(21, 64, 115, .24);
	border-radius: 5px;
}

.yt-pop {
	cursor: pointer;
}

body .video-full {
	position: fixed !important;
	background: rgba(0, 0, 0, 0.6);
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: -1 !important;
	opacity: 0;
	visibility: hidden !important;
	transition: .4s;
	width: 100%;
	height: 100vh !important;
}

body .video-full.active {
	position: fixed !important;
	background: rgba(0, 0, 0, 0.75);
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 77777777777 !important;
	opacity: 1;
	visibility: visible !important;
	transition: .4s;
	width: 100%;
	height: 100vh !important;
	max-width: 100% !important;
}

.video-full .container {
	height: 100vh !important;
}

.video-full .col-md-12 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 100%;
	max-width: 88%;
	margin: 0 auto;
	padding: 80px;
}

.vimeo-close,
.yt-close {
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	transition: .4s;
	opacity: 0.7;
	cursor: pointer;
}

.vimeo-close:hover,
.yt-close:hover {
	transition: .4s;
	opacity: 1;
	color: #fff;
}

.team {
	overflow: hidden;
}

.select2-container {
	width: 100% !important;
}


/* Video Overlay
-----------------------------------------------------------------*/

.video-section {
	position: relative;
}

.video-section .container {
	z-index: 333;
	position: relative;
}

.video-wrap {
	overflow: hidden;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.video-wrap video {
	position: relative;
	z-index: 1;
	width: 100%;
}

.video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: #000;
	opacity: 0.5;
}

.body {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#intro.insurance-intro {
	background-size: cover;
}

#intro.ptb-intro,
#intro.ptc-intro {
	background-size: cover;
}

#intro.ptd-intro {
	background-size: cover;
}

#intro.claims-intro {
	background-size: cover;
}

#intro.hward-intro {
	background-size: cover;
}

#intro.buzz-home-intro {
	background-size: cover;
}

.claims-tout {
	background-color: #f1f1f1;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 10px;
	width: 100%;
}

.claims-tout span {
	color: #1045ac;
}

.claims-tout span::after {
	border-color: transparent;
	border-style: solid;
	border-top-color: #1045ac;
	border-width: 9px 7px;
	content: '';
	display: inline-block;
	margin-left: 8px;
	transform: translateY(3px);
	vertical-align: bottom;
}

.is-contact {
	padding: 46px 0 40px;
}

.contact.is-contact h3 {
	text-align: left;
	margin: 0 0 32px;
}

.info-full {
	background: #fff;
	overflow: hidden;
	padding-top: 75px;
}

.info-full h3,
.info-full h4 {
	font-size: 20px;
	line-height: 1.5em;
	margin: 0px 0px 22px !important;
	position: relative;
}

.info-full p {
	letter-spacing: 0;
	margin: 23px 0 80px;
	display: block;
}

.info-full .col-md-12 {
/*	border-bottom: 1px solid #c2c2c2;*/
}

.page-template-our-story-template .info-full p {
	margin: 20px 0;
}

.features {
	padding: 75px 0 65px;
}

.features h4 {
	font-size: 31px;
	color: #3f8cc0;
	margin: 0 0 20px;
}

.features ul {
	padding: 0;
	margin: 0;
}

.features ul li {
	list-style: none;
	margin: 0;
	font-size: 19px;
	color: #000;
	line-height: 28px;
}

.parallax {
	background-size: 100%;
	padding: 145px 0 127px;
}

.parallax h3 {
	font-size: 41px;
	color: #fff;
	font-family: 'Proxima N W01 Bold';
	margin: 0;
}

.features2 .container {
	padding: 95px 15px 100px;
	border-bottom: 1px solid #c2c2c2;
}

.features2 ul {
	padding: 0;
	margin: 0;
}

.features2 ul li {
	list-style: none;
	margin: 0;
	font-size: 19px;
	color: #000;
	line-height: 28px;
}

b,
strong {
	font-family: 'Proxima N W01 Bold';
	font-weight: 400;
}

.f2-list li span {
	margin-bottom: 27px;
	display: block;
}

#services.services-alt {
	padding: 59px 0px 0px;
	background: #fff;
}

/*#services.services-alt .container {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 50px;
}*/

#services.services-alt2 {
	padding: 0px;
	margin-bottom: 0px;
}

#services.services-alt2 .container {
	/*border-bottom: 1px solid #c2c2c2;*/
	padding: 29px 15px 50px;
}

/*#services.services-alt2 .container::before {
	background-color: #c2c2c2;
	content: '';
	height: 1px;
	margin: 30px auto 100px;
	width: 100%;
}*/

#services.services-alt .more {
	font-size: 24px;
	float: right;
	color: #3f8cc0;
	padding-right: 40px;
	margin: 5px 0 0;
}

#services.services-alt .more:hover {
	color: #00cecd;
}

#services.services-alt .more span {
	position: relative;
	left: 0px;
	top: 1px;
	transition: .4s;
}

#services.services-alt .more:hover span {
	left: 4px;
	transition: .4s;
}

#partners .container {
	/*border-top: 1px solid #c2c2c2;
	margin-top: 50px;*/
	padding-bottom: 50px;
	padding-top: 50px;
}

#partners h4 {
	margin-bottom: 10px;
}
#partners img {
	margin-bottom: 20px;
	margin-top: 10px;
}

#partners p {
	margin-bottom: 30px;
}

#quote-form.solution {
	background-color: #f5f5f5;
	padding: 60px 15px 35px;
}
#quote-form.solution form input[type="submit"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#quote-form.solution .gfield_radio li label:after {
	background-color: transparent;
}

.row.row-eq-height .gform_wrapper .top_label input.medium {
	min-width:100%;
}

.row-eq-height h3.gform_title {
	margin: 0 0 34px;
}

#quote-form h4 {
	margin: 0 0 60px;
}

#quote-form p {
	
}

#quote-form h5 {
	color: #000;
	font-size: 27px;
	margin: 0 0 37px;
}

#quote-form .partner-content img,
#quote-form .partner-image img {
	max-width: 250px;
	width: 100%;	
}

.row-eq-height input,
#quote-form input {
	height: 60px;
	padding: 0 20px !important;
	border: 1px solid #d9d9d9;
	font-size: 19px !important;
	color: #000;
	background: transparent;
	width: 100%;
	margin: 0 0 5px;
}

.row-eq-height textarea,
#quote-form textarea {
	height: 128px;
	padding: 10px 20px !important;
	border: 2px solid #d9d9d9;
	font-size: 19px !important;
	color: #000;
	background: transparent;
	width: 100%;
	margin: 0;
}

.row-eq-height .form label,
#quote-form .form-label {
	font-size: 19px;
	color: #999999;
	margin: 0 0 10px;
	font-weight: 400;
}

.q-cbox {
	margin: 0 -10px;
}

.q-cbox span input {
	width: 15px !important;
	height: 15px !important;
	margin: -15px 14px -15px -34px !important;
	opacity: 0;
}

.q-cbox span label {
	width: 33px;
	height: 33px;
	border: 1px solid #b2b2b2;
	float: left;
	position: relative;
	margin: 0 10px;
}

.q-cbox span label:after {
	content: "";
	width: 17px;
	height: 17px;
	background: #248dc1;
	position: absolute;
	top: 6px;
	left: 6px;
	opacity: 0;
	transition: .3s;
}

.q-cbox span input:checked+label:after {
	opacity: 1;
	transition: .3s;
}

.q-cbox span {
	line-height: 33px;
	font-size: 19px;
	color: #999;
	display: inline-block;
	cursor: pointer;
}

.row-eq-height form button ,
#quote-form form button {
	margin-top: 28px;
}

#meet-team {
	padding: 75px 0 32px;
}

#meet-team .col-md-10 {
	padding: 0px 35px;
}

#meet-team h4 {
	margin: 0 0 73px;
}

.mf-item h5 {
	font-size: 19px;
	line-height: 20px;
	margin: 31px 0;
}

.mf-item h5 b {
	display: block;
	margin-bottom: 5px;
}

/*.mf-item>a {
	background: #1045ac;
	border-radius: 8px;
	color: #fff;
	text-transform: uppercase;
	height: 60px;
	width: 182px;
	text-align: center;
	font-size: 19px;
	display: table;
	line-height: 20px;
	padding-top: 10px;
	margin: 0 auto;
}*/

.mf-item>a b {
	display: block;
}

.mf-item>a:hover {
	background: #13d0ca;
	color: #fff;
}

#meet-team .mf-item .bttn2 {
	position: initial;
}

.featured-member {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 40px auto 40px;
	max-width: 900px;
}

	.featured-member .img-circle {
		display: block;
		height: 260px;
		overflow: hidden;
		width: 260px;	
	}

	.featured-member .img-circle:after {
		background-color: rgba(16, 69, 172, 0.4);
		backface-visibility: hidden;
		border-radius: 100%;
		content: '';
		display: block;
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: all 0.25s ease-out;
		width: 100%;
	}

	.featured-member a:hover .img-circle:after {
		opacity: 1;
	}

.featured-member-quote {
	margin: 80px 40px;
	position: relative;
}

.featured-member-name-position {
	color: #000;
	display: inline-block;
	padding-left: 80px;
}

.featured-member-quote b {
	display: block;
	font-size: 16px;
	width: 100%;
}

.featured-member-quote p {
	max-width: 600px;
	padding: 0 80px;
	position: relative;
	width: 100%;
}

.featured-member-quote p:before, 
.featured-member-quote p:after {
	background-image: url('img/quotes.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 50px;
	position: absolute;
	width: 60px;
}

.featured-member-quote p:before {
	left: 40px;
	-webkit-transform: translateY(calc(-100% - 20px));
	    -ms-transform: translateY(-120%);
	        transform: translateY(calc(-100% - 20px));
}

.featured-member-quote p:after {
	right: 40px;
	top: 100%;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media only screen and (max-width: 768px)  {
	.featured-member {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.featured-member-quote {
		margin-left: 80px 20px;
	}

	.featured-member-name-position {
		padding-left: 0px;
	}

	.featured-member-quote p {
		padding: 0 0px;
	}

	.featured-member-quote p:before {
		left: -10px;
	}

	.featured-member-quote p:after {
		right: -10px;
	}
}

.focus-info {
	padding-bottom: 50px;
	padding-top: 10px;
}

.focus-info-inner h3,
.focus-info-inner h5 {
	color: #3f8cc0;
	font-size: 30px;
	margin: 40px 0 22px;
}

.focus-info-inner h5 {
	margin: 0 0 25px;
}

.focus-info-inner p {
	font-size: 19px;
}

.focus-article h3 {
	font-size: 30px;
	padding: 0 10px;
	margin: 28px 0 21px;
	font-family: 'Proxima N W01 Bold';
}

.focus-article .post-title {
	font-size: 20px;
	line-height: 1.1em;
	color: #000;
	padding: 0;
	margin: 10px 0 0px;
}

.focus-article a {
	font-size: 19px;
	color: #1045ac;
	padding: 0;
	margin-top: 10px;
	display: block;
}

.focus-article a em {
	font-style: normal;
	position: relative;
	left: 4px;
	top: 1px;
	transition: .4s;
}

.focus-article a:hover em {
	left: 8px;
	transition: .4s;
}

.focus-article a:hover {
	color: #13d0ca;
}

.focus-article span {
	font-size: 18px;
	display: inline-block;
	color: #999;
	padding: 20px 0 0;
}

.focus-article .related-post-categories {
	display: block;
}

.focus-article .related-post-categories a {
	display: inline-block;
}

.focus-info-inner2 h3 {
	color: #000;
	font-size: 27px;
	margin: 25px 0 10px;
}

.focus-info-inner2 p {
	font-size: 17px;
	padding: 0 0 5px;
	line-height: 30px;
}

.pricing-table h6 {
	margin: 0px;
	padding: 50px 0px 38px;
}

/*.pricing-table .container:first-child {
	border-top: 1px solid #c2c2c2;
	padding: 50px 15px 0;
	margin-top: 50px;
}*/

.pricing-table .pt-container {
	border-top: none;
	border-bottom: none;
	padding-bottom: 0px;
	padding-top: 30px;
}

.pricing-table img {
	width: 100%;
}

.pricing-table .col-md-3 {
	padding: 0 10px;
	width: 25% !important;
	float: left !important;
}

.pricing-table .row {
	margin: 0 -10px;
}

.is-contact .contact-select {
	position: relative;
	width: 100%;
	;
	max-width: 100%;
	float: left;
	margin-bottom: 10px;
}

.is-contact .q-cbox span {
	color: #000;
}

.is-contact .q-cbox span:first-child {
	font-size: 19px;
}

.is-contact .q-cbox {
	margin-bottom: 17px;
}

.claims-info h3 {
	margin: 0 0 80px;
}

.claims-info .col-md-12 p {
	/*font-size: 19px;*/
	margin: 0 0 45px;
}

/*.claims-info .col-md-6 p {
	font-size: 19px;
}*/

.claims-info .col-md-6 a:hover {
	color: #00cecd;
}

.claims-info .container {
	margin-top: 0px;
	padding-top: 65px;
	margin-bottom: 40px;
	z-index: 77;
	position: relative;
}

.awards-section {
	padding: 80px 0;
}

.the-awards {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px auto 0;
	max-width: 880px;
}

.an-award {
	padding: 40px;
	text-align: center;
}

.an-award img {
	height: auto;
	max-width: 100%;
}

.hc-contact {
	padding-top: 130px;
}

.hc-contact .contact-select {
	position: relative;
	width: 100%;
	max-width: 100%;
	float: left;
	margin-bottom: 15px;
}

.hc-contact h6 {
	font-size: 41px;
	color: #3f8cc0;
	margin: 0 0 30px;
}

.hc-contact h6+p {
	font-size: 19px;
	color: #000;
	margin: 0 0 50px;
}

.input2 {
	margin-bottom: 12px !important;
}

.contact.hc-contact .form-label {
	font-size: 23px;
	padding: 6px 0 0 15px;
	font-weight: 400;
	margin: -7px 0 6px;
	width: 100%;
	color: #a7a7a7;
}

.contact.hc-contact .q-cbox {
	margin: 12px -10px 25px;
}

.contact.hc-contact .q-cbox span {
	line-height: 33px;
	font-size: 23px;
	color: #7a7a7a;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
}

.hc-contact2 p.lead {
	font-size: 19px;
	text-align: center;
	display: table;
	width: 100%;
	padding: 70px 0;
}

.blog-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000000;
	line-height: 35px !important;
	font-size: 18px;
	display: inline-block;
	vertical-align: bottom;
}

.blog-select .select2-container--default .select2-selection--single {
	height: 32px !important;
	text-align: center;
}

.blog-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: inline-block;
	position: relative;
}

.blog-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: -5px !important;
}

.blog-select {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 0px 10px;
	margin: 45px auto 7px;
	max-width: 345px;
	font-family: "Proxima N W01 Bold";
}

.blog-wrap .select2-results {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px !important;
	margin: 0px -5px !important;
}

.blog-wrap .select2-results__option {
	padding: 6px;
	font-size: 18px;
	color: #000 !important;
	text-align: center;
	background: transparent !important;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.blog-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	height: 14px;
	margin-top: 6px;
	width: 16px;
	/* background: url(img/arrow_2.png) no-repeat; */
	border-color: transparent;
	border-top-color: #878794;
	border-style: solid;
	border-width: 10px 8px;
}

.lightcase-form {
	display: block;
}

.lightcase-form .lightcase-inlineWrap {
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
}

#contactForm {
	background-color: #F1F1F1;
	height: 100%;
	max-height: inherit;
	max-width: 400px;
	overflow: auto;
	padding: 30px;
	text-align: center;
}

#contactForm .gform_wrapper {
	padding: 0;
}

#contactForm h3 {
	color: #1045ac !important;
	font-family: 'Proxima N W01 Bold';
	font-size: 28px;
	font-weight: 400;
	text-shadow: none;
}

#contactForm p {
	color: #333 !important;
	font-size: 16px;
	line-height: 1.2em;
	text-shadow: none;
}

#contactForm li {
	display: block;
}

#contactForm input:not([type="submit"]) {
	background-color: transparent;
	border: 1px solid #999999;
	color: #333;
	display: block;
	font-size: 16px;
	margin: 0 auto 5px;
	padding: 6px 12px;
	text-shadow: none;
	width: 100%;
}

#contactForm input:not([type="submit"])::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
  }
  #contactForm input:not([type="submit"])::-moz-placeholder { /* Firefox 19+ */
	color: #999;
  }
  #contactForm input:not([type="submit"]):-ms-input-placeholder { /* IE 10+ */
	color: #999;
  }
  #contactForm input:not([type="submit"]):-moz-placeholder { /* Firefox 18- */
	color: #999;
  }

#contactForm input[type="submit"] {
	background: #1045ac;
	border: none;
	border-radius: 8px;
	color: #fff;
	display: table;
	font-family: 'Proxima N W01 Reg';
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: 15px auto 0;
	min-width: 170px;
	padding: 0px 15px;
	text-shadow: none;
	-webkit-font-smoothing: initial;
}

#contactForm .bttn6 {
	background: #fff;
	border: none;
	border-radius: 8px;
	color: #1045ac;
	display: table;
	font-family: 'Proxima N W01 Reg';
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: 15px auto 0;
	min-width: 170px;
	padding: 0px 15px;
	text-shadow: none;
	-webkit-font-smoothing: initial;
}

#contactForm .gfield_required {
	display: none;
}

.info-full2 {
	margin-bottom: -70px;
}

.info-full2 h4 {
	margin: 52px 0px 22px;
}

.info-full2 p.small-text {
	margin: 0px 0 0px;
	padding: 0;
}

.info-full2 p.small-text+h4 {
	margin: 34px 0px 32px;
}

.info-full2 p {
	margin: 23px 0 73px;
}

.info-select {
	padding: 35px 0 40px;
}

.info-select p {
	font-size: 24px;
}

.info-select h4 {
	font-size: 27px;
	margin: 34px 0 30px;
}

.iselect-info span {
	display: inline-block;
}

.iselect-wrap {
	width: 215px;
	margin: 0 12px 0 9px;
	display: inline-block;
}

.iselect-wrap2 {
	width: 250px;
	margin: 0 0 0 10px;
	display: inline-block;
}

.iselect-info {
	font-size: 27px;
	color: #000;
}

.info-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #999999;
	line-height: 40px;
	font-size: 27px;
	font-family: 'Proxima N W01 Reg';
	border-bottom: 1px solid #999;
}

.iselect-info .iselect-wrap span.selection,
.iselect-info .iselect-wrap2 span.selection {
	width: 100% !important;
	text-align: left;
}

.iselect-info {
	margin-bottom: 20px;
}

.info-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 100%;
	margin-left: -18px;
	margin-top: 4px;
	position: absolute;
	top: 50%;
	width: 0;
}

.info-select .select2-results__option {
	padding: 6px;
	font-size: 18px;
	color: #000 !important;
	text-align: center;
	background: #fff !important;
	border-top: 1px solid #ddd !important;
}

.info-select .select2-results__option {
	padding: 6px;
	font-size: 18px;
	color: #000 !important;
	text-align: center;
	background: #fff !important;
	border-top: 1px solid #ddd !important;
}

.info-select .select2-results__option:hover,
.info-select .select2-container--default .select2-results__option[aria-selected="true"] {
	color: #13d0ca !important;
}

.info-select .select2-container--default .select2-selection--single {
	height: 42px;
	border-bottom: none;
}

.info-select .select2-container {
	height: 49px;
}

.info-select .select2-container--default .select2-results>.select2-results__options {
	margin-top: -8px;
}



.blog-wrap {
	padding: 0px 0px 60px;
}

.blog-meta {
	padding: 29px 51px 50px 51px !important;
}

.blog-wrap .container-fluid {
	padding: 0 44px;
}

.blog-wrap .col-md-3 {
	padding: 0 22px;
}


/*
.blog-wrap article {
	height:705px;
}*/

.blog-wrap article date {
	font-size: 14px;
	color: #999;
	padding: 17px 0 22px;
	display: block;
}

.blog-wrap article h4 {
	line-height: 23px;
	margin: 0;
	padding: 0 14%;
}

.blog-wrap article h4 a {
	color: #000;
	font-size: 19px;
}

.blog-wrap article h4 a:hover {
	color: #3f8cc0;
}

.blog-wrap article span {
	font-size: 14px;
	color: #999999;
}

.blog-wrap article sep {
	width: 20px;
	height: 1px;
	background: #000;
	margin: 0px auto;
	position: relative;
	top: -22px;
}

.blog-wrap article.no-thumb {
	padding-top: 90px;
}

.blog-wrap article img {
	width: 100%;
}

.contact2 {
	background-color: #f1f1f1;
}

.contact2 form textarea {
	background-color: transparent;
	border-color: #d8d8d8 !important;
}

/*.contact2 .container {
	padding-top: 75px;
	border-top: 1px solid #c2c2c2;
}*/

.home-info.home-info2 {
	padding: 175px 0 93px;
	background: #131313;
	margin: -130px 0 0px;
}

#intro.prof-intro {
	background: #000000;
}

.team-single {
	background-size: cover;
	padding: 315px 0 465px;
	position: relative;
}

.team-single .ts-prev {
	color: #1045ac;
	font-size: 50px;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: .5s;
}

.team-single .ts-next {
	color: #1045ac;
	font-size: 50px;
	padding: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .5s;
}

.team-single .ts-prev:hover,
.team-single .ts-next:hover {
	color: #13d0ca;
	font-size: 55px;
	transition: .5s;
}

.team-single h4 {
	color: #fff;
	font-size: 33px;
	margin: 0;
}

.team-single b {
	display: block;
	color: #53ceef;
}

.team-single span {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	color: #fff;
}

.team-single .sep2 {
	width: 67px;
	height: 4px;
	background: #fff;
	margin: 28px auto 33px;
}

.team-single-info {
	padding: 70px 70px 0 70px;
}

.team-single-info p {
	font-size: 19px;
	line-height: 28px;
}

.blog-single {
	padding-top: 190px;
}

.blog-single date {
	font-size: 20px;
	line-height: 51px;
	color: #999999;
}

.blog-single h1,
.blog-single h3 {
	font-size: 24px;
	margin: 0;
}

.cat-meta {
	color: #666666;
	font-size: 19px;
	margin: 60px 0 20px;
}

.blog-single .sep {
	width: 70px;
	height: 8px;
	background: #000000;
	margin: 0 auto;
	position: relative;
	top: 31px;
}

.post-sharing {
	font-size: 26px;
	padding-top: 50px;
}

	.post-sharing a {
		color: #999;
		display: inline-block;
		margin-right: 8px;
		text-align: center;
		transition: all 0.2s ease-out;
	}

	.post-sharing a:hover {
		color: #13d0ca;
	}

	@media only screen and (min-width: 992px) {
		.post-sharing a {
			display: block;
			margin-left: auto;
			margin-right: 0;
			width: 51%;
		}

		.post-excerpt {
			padding-top: 50px;
		}
	}

.post-excerpt p {
	font-size: 19px;
	line-height: 27px;
	color: #000;
	margin: 0px 0 27px;
}

.post-sidebar {
	padding-top: 50px;
}

.widget {
	margin-bottom: 65px;
}

.widget h5 {
	font-size: 30px;
	margin: 0;
}

.widget_team img {
	max-width: 165px;
	margin: 20px 0px 15px;
}

.widget_team a {
	background: #3f8cc0;
	color: #fff;
	text-transform: uppercase;
	height: 60px;
	width: 182px;
	text-align: center;
	font-size: 19px;
	display: table;
	line-height: 20px;
	padding-top: 10px;
	margin: 0;
	letter-spacing: 0.20em;
}

.widget_team a b {
	display: block;
}

.widget_team a:hover {
	background: #00cecd;
	color: #fff;
}

.widget_team span {
	font-size: 19px;
	color: #999999;
	line-height: 19px;
	padding-top: 20px;
	display: block;
}

.widget_post img {
	margin: 18px 0px 27px;
}

.widget_post h5 {
	margin-bottom: 0px;
	font-size: 24px;
}

.widget_post span {
	display: block;
	color: #999999;
	font-size: 19px;
	margin-bottom: 20px;
}

.widget_post a {
	font-size: 19px;
}

.widget_post a:hover {
	color: #00cecd;
}

.blog-single .container {
	/*border-bottom: 1px solid #c2c2c2;*/
	padding-bottom: 55px;
}

.error-content {
	background-size: cover;
	padding: 333px 0 260px;
}

.error-content h3 {
	font-size: 94px;
	line-height: 56px;
	color: #fff;
	text-transform: uppercase;
}

.error-content h3 span {
	display: block;
	font-size: 17px;
	line-height: 44px;
	letter-spacing: 1.5em;
	position: relative;
	left: 15px;
	margin-top: 13px;
}

.error-content p {
	font-size: 34px;
	color: #fff;
	font-style: italic;
	line-height: 38px;
}

.error-content .sep {
	width: 68px;
	height: 3px;
	background: #fff;
	margin: 15px auto 28px;
}

.error-search {
	max-width: 400px;
	margin: 0 auto;
}

.error-search p {
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin: 70px 0 30px;
	line-height: 25px;
	font-style: normal;
}

.error-search input {
	width: 100%;
	height: 60px;
	padding: 0 25px 0 55px;
	background: #fff url(img/search.png) no-repeat left 17px;
	border: none;
	font-size: 19px;
}

.ts-inner {
	border: 1px solid #999999;
	text-align: center;
	padding: 121px 30px 126px;
}

.ts-inner h1,
.ts-inner h4 {
	font-size: 36px;
	margin-top: 0px;
}

.ts-inner h1+em {
	font-style: normal;
	font-family: "Proxima N W01 Bold";
	margin-top: -13px !important;
	display: block;
}

.ts-inner h1+em,
.ts-inner h4 b {
	color: #53ceef;
}

.ts-inner span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
}

.ts-inner span a {
	color: #000;
}

.ts-inner .sep2 {
	width: 95px;
	height: 4px;
	background: #000;
	margin: 11px auto 25px;
}

.team-single-info .col-md-5 {
	padding-right: 50px;
}

.breadcrumbs {
	padding: 0;
}

.breadcrumbs li {
	list-style: none;
	float: left;
	font-size: 17px;
	margin-left: 17px;
	position: relative;
	line-height: 46px;
}

.breadcrumbs li:first-child {
	margin-left: 7px;
}

.breadcrumbs li:first-child:after,
.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs li::after {
	content: "/";
	position: absolute;
	top: 1px;
	right: -10px;
}

.breadcrumbs li a {
	color: #000;
}

.breadcrumbs li a:hover {
	color: #3f8cc0;
}

.blog-search {
	width: 447px;
	float: right;
}

.blog-search input {
	height: 49px;
	border: 1px solid #b2b2b2;
	padding: 0 25px 0 52px;
	width: 100%;
	background: #fff url(img/search.png) no-repeat left 11px;
	font-size: 17px;
}

.mf-item {
	margin-bottom: 50px;
}

.post-sidebar {
	padding-right: 70px;
}

.footer2 .col-md-3 {
	width: 25% !important;
	margin: 0 !important;
}

footer.footer2 {
	padding: 86px 0 85px;
}

.footer2 .footer-links li a {
	font-size: 16px !important;
}

.blog-thumb {
	position: relative;
	min-height: 200px;
	max-height: 200px;
	background: #f2f2f2 url(./img/thumbnail.png) no-repeat center;
	overflow: hidden;
}

/*.blog-thumb::before {
	background-color: rgba(4,65,128, 0.75);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 8;
}*/

.blog-thumb > img {
	left: 50%;
	max-width: none;
	min-height: 200px;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto !important;
	z-index: 5;	
}

.blog-thumb .overlay-more {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .4s;
	z-index: 10;
}

.blog-thumb .publication {
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 10px;
	height: 24px;
	left: 10px;
	max-width: 75%;
	position: absolute;
	width: 100%;
	z-index: 9;
}

article:hover .blog-thumb .overlay-more {
	opacity: 1;
	transition: .4s;
}

.blog-thumb .overlay-more a {
	font-size: 18px;
	border-radius: 8px;
	color: #fff;
	line-height: 35px;
	padding: 0 15px;
	width: 100%;
	max-width: 205px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 1);
	display: table;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blog-thumb .overlay-more a:hover {
	color: #fff;
	border: 1px solid #13d0ca;
	background: #13d0ca;
}

.footer2-social {
	margin-top: 30px;
}

.footer2-social a {
	color: #fff;
	font-size: 25px;
	margin: 0 2px;
}

.footer2-social a  + a {
	margin-left: 10px;
}

.footer2-social a:hover {
	color: #999;
}

.blog-meta.blog-meta-alt {
	padding: 29px 51px 0px 51px !important;
}

.blog-meta.blog-meta-alt .breadcrumbs {
	padding: 0;
	margin-bottom: -30px;
	display: table;
}

.success-message {
	padding: 50px 30px 50px 50px;
}

.success-message h4 {
	color: #3f8cc0;
	font-size: 40px;
	font-family: "Proxima N W01 Reg";
	font-weight: 400;
	margin-bottom: 15px;
}

.success-message h4 i {
	color: #4d9944;
}

.success-message p {
	font-size: 16px;
}

.success-message .back {
	font-size: 19px;
	color: #3f8cc0;
	cursor: pointer;
	margin: 0 -50px 25px;
}

.success-message .back:hover {
	text-decoration: underline;
}

.success-message .back i {
	margin-right: 8px;
}

.sep_alt {
	margin-bottom: 8px;
}

.single-page {
	padding: 90px 0;
}

.single-page h4 {
	font-size: 50px;
	margin: 0 0 25px;
}

.single-page p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 30px;
}

.widget_search form {
	position: relative;
}

.widget_search form input {
	border: 1px solid #ddd;
	height: 50px;
	padding: 0 60px 0 25px;
	font-size: 16px;
	color: #000;
	width: 100%;
}

.widget_search button {
	height: 50px;
	width: 50px;
	border: none;
	background: transparent;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	font-size: 16px;
}

.widget_search button:hover {
	color: #333;
}

.widget-posts .focus-article span a {
	font-size: 17px;
	display: block;
	color: #999;
	padding: 0px 8px 9px;
	margin-top: -28px;
}

aside .widget {
	margin-bottom: 40px;
}

aside .widget h5 {
	font-size: 25px;
	margin: 0 0 22px;
}

.widget ul {
	padding: 0;
	margin: 0;
}

.widget li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	font-size: 16px;
	padding: 10px 0;
}

.widget li a:before {
	content: "\f105";
	margin-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.widget li a {
	color: #333;
}

.widget li a:hover {
	color: #3f8cc0;
}

.widget li:last-child {
	border-bottom: none;
	padding: 10px 0 0;
}

#introvideo {
	position: absolute;
	top: 50%;
	left: 50%;
	/*min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;*/
	width: 100%;
	height: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#intro-home {
	padding: 0 0 50% !important;
	width: 100%;
}

	#intro-home .container, 
	#intro-home .overlay  {
		display: none !important;
	}

.intro-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.no-border {
	border: none !important;
}

.no-border-top {
	border-top: none !important;
}

.pricing-table .pt-container2 {
	padding-bottom: 90px !important;
}

.gform_wrapper .radioreq ul.gfield_checkbox li,
.gform_wrapper .radioreq ul.gfield_radio li {
	padding: 0 0 10px !important;
}

.home-service-item {
	display: table;
	width: 100%;
}

.single-post .widget_team img {
	border-radius: 50%;
}

.single-post header .logo-scroll {
	opacity: 1 !important;
}

.single-post header .logo-default {
	opacity: 0 !important;
}

.widget.recent-post .focus-article img {
	width: 100%;
	height: auto;
}

.gform_wrapper ul.gform_fields li.gfield {
	width: 100%;
	max-width: 100%;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_select {
	margin-bottom: -17px;
	margin-top: 2px;
}

.gform_wrapper .gform_footer {
	padding: 0px 0 10px !important;
	margin: 8px 0 0 !important;
}

ul.gfield_radio {
	display: table;
	margin-bottom: -32px !important;
}

ul.gfield_checkbox {
	display: table;
	margin: 16px 0 0;
}

.ginput_right.address_state {
	margin-top: 16px !important;
}

.ginput_left.address_city {
	margin-top: 30px !important;
}

.focus-info-inner ul {
	padding: 0;
}

.focus-info-inner ul li {
	font-size: 19px;
	margin-left: 20px;
	margin-bottom: 10px
}

/*.ts-prev,
.ts-next {
	display: none;
}
*/
.page-template-industry-template #intro+#gallery {
	padding-bottom: 48px;
}

#related-posts-widget-2 .focus-article img {
	margin-top: 25px;
}

.page-template-careers-template .info-select .select2-results__option {
	display: block !important;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	#intro-home {
		padding: 360px 0 320px;
	}
	#insta-grid h1 {
		font-size: 60px !important;
	}
}

@media only screen and (min-width: 1051px) and (max-width: 1150px) {
	#social-grid h1 {
		font-size: 100px;
	}
}

.no-results.not-found .page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 1170px;
	margin: 30px auto 0;
	text-align: center;
	color: #fff;
}

.no-results.not-found .page-header h1 {
	color: #000;
	font-size: 40px;
}

.no-results.not-found .page-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 0;
	text-align: center;
}

.no-results.not-found .page-content p {
	font-size: 21px;
}

.no-results.not-found #searchform {
	border: 1px solid #d5d5d5;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	height: 60px;
	position: relative;
}

.no-results.not-found #searchform input {
	width: 100%;
	height: 58px;
	border: none;
	background: transparent;
	padding: 0 70px 0 20px;
	font-size: 18px;
}

.no-results.not-found #searchform button {
	position: absolute;
	background: transparent;
	border: none;
	padding: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	font-size: 25px;
}

.no-results.not-found .page-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #000;
	position: relative;
}

.services-head h2 {
	font-size: 24px;
}

.gallery-item {
	min-height: 350px;
	overflow: hidden;
}

.row.row-eq-height .select2-container--default .select2-selection--single .select2-selection__rendered ,
#quote-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: 'Proxima N W01 Reg';
	border: 1px solid #d8d8d8;
	background: transparent;
	font-size: 19px;
	padding: 3px 15px;
	color: #000;
	position: relative;
	z-index: 77;
}

.row.row-eq-height .select2-results__options ,
#quote-form .select2-results__options {
	max-height: 328px !important;
	overflow-y: auto;
}

.row.row-eq-height .select2-container--default .select2-selection--single .select2-selection__arrow ,
#quote-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 3px;
	right: 14px;
	width: 20px;
}

.row.row-eq-height .select2-container--default .select2-selection--single ,
#quote-form .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: none;
	height: 58px;
}

.row.row-eq-height .select2-results ,
#quote-form .select2-results {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px !important;
}

.row.row-eq-height .select2-results li ,
#quote-form .select2-results li {
	padding: 8px 20px;
	font-size: 17px;
	color: #222 !important;
	text-align: left;
	background: #fff !important;
	border-top: 1px solid #ddd;
}

.row.row-eq-height .select2-results li:hover ,
#quote-form .select2-results li:hover {
	color: #fff !important;
	background: #248dc1 !important;
}

.ginput_container_address label {
	display: none !important;
}

/*
.single-post .nav-trigger:hover span {
	background: #3f8cc0;
	transition: .4s;
}

.single-post .nav-trigger em {
	color: #000 !important;
}
*/

@media only screen and (max-width: 767px) and (min-width: 280px) {
	.team-single {
		background-position: center !important;
	}
	#intro-home h1 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 1025px) and (min-width: 280px) {
	.no-results.not-found {
		padding: 0 15px;
	}
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: transparent !important;
}

#ui-datepicker-div {
	margin-top: 0px;
}

.video-section-fh .container {
	top: 50% !important;
}

.video-section-fh.tri-content .container {
	top: 65% !important;
}

.service2 .lead a:hover {
	color: #00cecd;
}

.services-head h2 {
	color: #3f8cc0;
	font-family: 'Proxima N W01 Bold';
}

.video-section {
	position: relative;
	background-color: #000;
}

.video-section-fh.tri-content .video-full .container {
	top: 50% !important;
	left: 0 !important;
	transform: translate(0%, -50%) !important;
}

.img-circle {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}

.img-circle img {
	border-radius: 50%;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img-circle img {
	width: auto;
	height: 100%;
}

.radio-label.field_sublabel_below.field_description_below label.gfield_label {
	font-size: 15px !important;
	display: table;
	margin-bottom: 13px !important;
}

/*#services.services-alt2 {
	border-top: 80px solid transparent;
	margin-top: -40px;
}*/

.bttnscroll {
	cursor: none;
	pointer-events: none;
}

.bttnscroll.active {
	cursor: pointer;
	pointer-events: inherit;
}


/*#intro-home .select-wrap2 .select2-results__option:nth-child(2) {
 display:none !important;
}*/

.team-item {
	position: relative;
}

.team-item img {
	width: 100%;
}

.img-circle {
	margin: 0 auto;
}

@media only screen and (max-width: 767px) and (min-width: 280px) {
	.service2 .service-item {
		min-height: 10px !important;
	}
	.radioreq label.gfield_label {
		border-bottom: 15px solid transparent;
	}
}

.field_description_below h5 {
	font-size: 25px !important;
}

.field_description_below h5 b {
	font-family: Proxima N W01 Reg !important;
}

.contact form .gfield_checkbox label {
	right: 0px !important;
	margin-bottom: 1px !important;
}

.ginput_container_checkbox {
	width: 100%;
}

.blog-wrap .col-md-3 {
	min-height: auto;
	padding-top: 40px;
}

.blog-wrap .col-md-3:nth-child(4n + 1) {
	clear: both;
}

.blog-wrap .col-md-3.has-post-thumbnail {
	min-height: 480px;
}

@media only screen and (max-width: 5000px) and (min-width: 768px) {
	.home-service-item {
		height: 100%;
	}
	.home-services .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.yt-close {
	z-index: 7777;
}

@media only screen and (max-width: 767px) and (min-width: 280px) {
	#intro-home .select2-container {
		top: auto !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 280px) {
	.mm-social a {
		font-size: 16px;
	}
	.mm-nav>li>a {
		font-size: 14px;
	}
	.mm-nav-alt li a {
		font-size: 14px;
	}
	.company-info {
		font-size: 13px;
	}
	.mm-nav .menu-item-has-children li a {
		font-size: 12px;
	}
	#intro-home .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 28px;
	}
}

.insurance-intro#intro {
	background-color: #000;
}

.no-results.not-found #searchform {
	position: relative;
	z-index: 333;
	background: #fff;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 0px!important;
	border-top: none !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
	border: none !important;
	border-bottom: 1px solid #f00 !important;
}

.gfield_error .gfield_description {
	color: #f00 !important;
}

.gform_wrapper div.validation_error {
	color: #fff !important;
	border-top: 2px solid #f00 !important;
	border-bottom: 2px solid #f00 !important;
	background: #f00 !important;
}

.gform_wrapper .instruction {
	color: #337ab7 !important;
	font-size: 12px !important;
}

.mf-item h5 {
	font-size: 18px;
}

.map-location ul li span {
	line-height: 20px !important;
	vertical-align: middle;
	display: table-cell;
}

.yt-close {
	top: 20px !important;
}

.services-alt2 .bttn4 {
	clear: both;
}

.services-alt2 .bttn4 {
	clear: both;
	pointer-events: inherit;
	cursor: pointer;
}

.form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
}

.contact form label {
	color: #000 !important;
}

.form-wrapper input::-webkit-input-placeholder {
	color: #000 !important;
}

.form-wrapper input:-moz-placeholder {
	color: #000 !important;
}

.form-wrapper input::-moz-placeholder {
	color: #000 !important;
}

.form-wrapper input:-ms-input-placeholder {
	color: #000 !important;
}

.form-wrapper textarea::-webkit-input-placeholder {
	color: #000 !important;
}

.form-wrapper textarea:-moz-placeholder {
	color: #000 !important;
}

.form-wrapper textarea::-moz-placeholder {
	color: #000 !important;
}

.form-wrapper textarea:-ms-input-placeholder {
	color: #000 !important;
}

.form-wrapper textarea,
.form-wrapper input:not([type="submit"]) {
	color: #000 !important;
}

.bttn5:hover,
.bttn5:focus {
	color: #fff;
}
/*
@media only screen and (max-width: 1280px) and (min-width: 280px) {
	.menu-item-has-children>a {
		pointer-events: none;
		cursor: none;
	}
	.menu-item-has-children.active>a {
		pointer-events: inherit !important;
		cursor: pointer;
	}
}*/

#intro-home .slick-slide img {
	height: 100%;
}

#intro-home .slick-list {
	position: absolute !important;
	height: 100%;
}

#intro-home .slick-track {
	height: 100%;
}

@media only screen and (max-width: 767px) and (min-width: 280px) {
	.gallery-item {
		min-height: 280px;
	}
}

.team-single .ts-prev {
	z-index: 222;
}

.team-single .ts-next {
	z-index: 222;
}

@media only screen and (max-width: 767px) and (min-width: 280px) {
	.gfield_checkbox li label:after,
	.gfield_radio li label:after {
		top: 0px !important;
	}
	.gfield_checkbox li label:before,
	.gfield_radio li label:before {
		top: 8px !important;
	}
}

.img-circle img {
	border-radius: 0px !important;
	z-index: -1;
}

.select-wrap2 .select2-results__options li:nth-child(2) {
	display: none !important;
}

.job-head {
	padding: 50px 0;
}

.job-head h4 {
	font-family: 'Proxima N W01 Bold';
	font-size: 33px;
	margin: 0 0 20px;
}

.job-head p {
	font-size: 20px;
	width: 70%;
	margin: 0 auto 25px;
}

.job-head .job-filter {
	font-size: 23px;
}

.job-head .job-filter form>span {
	padding: 0 10px;
}

.job--listing .col-sm-6 {
	margin: 0 -1px 30px;
}

.job--listing .service-item {
	padding: 30px;
	height: 100%;
	text-align: left;
}

.job--listing .service-item h3 {
	margin: 0 0 15px;
	font-size: 24px;
	padding-right: 50px;
}

.job--listing .service-item p {
	margin-bottom: 22px;
	font-size: 19px !important;
	min-width: 100%;
	max-width: 100%;
}

.job-share span {
	left: -67px !important;
}

.job-share i {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
}

.after-filter {
	border: 1px solid #ddd;
	border-width: 1px 0 0;
	margin-bottom: 30px;
	padding: 0;
	max-height: 0px;
	overflow: hidden;
	transition: .4s;
}

.job--listing.act .after-filter1 {
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin-bottom: 30px;
	padding: 0 0 30px;
	max-height: 100%;
}

.job--listing.act2 .after-filter2 {
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin-bottom: 30px;
	padding: 0 0 30px;
	max-height: 100%;
}

.job--listing .after-filter2 {
	margin-top: 20px !important;
	border: none;
}

.job--listing .service-item {
	margin: 0 !important;
}

.after-filter h3 {
	font-size: 34px;
	font-family: 'Proxima N W01 Bold';
}

.after-filter .all-jobs {
	width: 280px;
	text-align: center;
}

.job-share {
	position: absolute;
	bottom: -5px;
	right: 0;
	font-size: 21px;
	padding: 23px;
}

.job-share .fa-share-alt:before {
	content: "\f045";
}

.job-share span {
	position: absolute;
	left: -97px;
	display: block;
	top: 21px;
	transition: .4s;
	opacity: 0;
	background: #f3f3f3;
	padding: 0 10px;
}

.job-share span a {
	color: #777;
	font-size: 16px;
	margin-left: 3px;
	position: relative !important;
	bottom: 0px !important;
	left: 0 !important;
}

.job-share span a .fa-twitter {
	color: #1DA1F2;
}

.job-share span a .fa-facebook {
	color: #3B5998;
}

.job-share span a .fa-linkedin {
	color: #0077B5;
}

.job-share span a .fa-envelope {
	color: #718087;
}

.job-share span a:hover {
	opacity: 0.6;
}

.job-share:hover span {
	transition: .4s;
	left: -87px;
	opacity: 1;
}

.job-filter fieldset {
	min-width: 200px;
}

.mix {
	display: none;
}

fieldset {
	display: inline-block;
}

.career-testimonial {
	padding: 50px 0;
}

.career-testimonial h4 {
	font-family: 'Proxima N W01 Bold';
	font-size: 33px;
	margin: 0 0 60px;
}

.mf-item h5 {
	font-size: 18px;
	/*letter-spacing: 2px;*/
	color: #878794;
	position: relative;
	margin: 30px 0 25px;
}

.mf-item h5 b {
	display: block;
	color: #000;
	font-family:"Proxima Nova W01 Medium";
	letter-spacing: 0;
}

/*.mf-item h5::after {
	content: "";
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	background: #000;
	margin: 0 auto;
	opacity: 0.25;
}*/

.mf-item p {
	font-size: 16px;
	line-height: 25px;
	padding: 0 15px;
	font-family: "Proxima N W01 Reg It";
}

/*.mf-item a {
	padding: 20px 15px;
}*/

.slider-simple {
	position: relative;
}

.slider-simple .slick-arrow {
	background: #000;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 28px;
	cursor: pointer;
}

.slider-simple .slick-arrow.fa-angle-left {
	position: absolute;
	top: 50%;
	left: 55px;
	z-index: 77;
	margin-top: -20px;
}

.slider-simple .slick-arrow.fa-angle-right {
	position: absolute;
	top: 50%;
	right: 55px;
	z-index: 77;
	margin-top: -20px;
}

#content {
	position: relative;
	width: 100vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#content .post {
	position: relative;
	width: 20vw;
	height: 20vw;
	background: #000;
	display: block;
	overflow: hidden;
}

#content .post .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

#content .post ul {
	display: none;
}

#content .post .image {
	opacity: .5;
	-webkit-transform: scale(1.15) translate3d(0, 0, 0);
	transform: scale(1.15) translate3d(0, 0, 0);
}

#content .post:hover .image {
	opacity: 1;
	-webkit-transform: scale(1.15) translate3d(0, 0, 0);
	transform: scale(1.15) translate3d(0, 0, 0);
}

.page-template-niche-template #insta-grid .container::before {
	background-color: #000;
    content: '';
    display: block;
    height: 1px;
    margin: 30px auto 100px;
    width: 100%;
}

#insta-grid {
	position: relative;
}

#insta-grid h1 {
	left: 50%;
	line-height: 105px;
	margin: 0;
	margin-top: 0px;
	margin-left: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 90px;
	text-transform: uppercase;
	font-family: 'Proxima N W01 Bold';
}

#insta-grid #content {
	padding-left: 3px;
	padding-right: 3px;
}

#insta-grid #content .post {
	height: 0;
	margin: 3px;
	padding-bottom: calc(20% - 6px);
	width: calc(20% - 6px);
}

#insta-grid .container h3 {
	color: #3f8cc0;
	font-family: 'Proxima N W01 Bold';
	font-size: 24px;
	margin: 0 auto 60px;
}

#insta-grid .container .content {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) and (min-width: 280px) {
	.blog-wrap .col-md-3.has-post-thumbnail {
		min-height: auto;
	}
	.blog-wrap .col-md-3 {
		min-height: auto;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 280px) {
	.mm-nav>li {
		margin: 3px 0;
	}
}

.gallery-item img {
	width: 100%;
}

.service2 .service-item {
	min-height: 265px !important;
}

.job--listing .service-item a {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

body.category .select2-results__options li:first-child {
	display: block !important;
}


.testimonials {
	background-color: #f1f1f1;
	margin-top: 80px;
	position: relative;
}

	.testimonials .slick-track {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.testimonials .slick-list {
		overflow: visible;
	}

	.testimonials .slick-slide {
		float: none;
		height: auto;
		outline: none;
	}

	.testimonials .slick-slide .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		  -ms-flex-wrap: wrap;
		      flex-wrap: wrap;
		height: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		  -ms-flex-pack: center;
		      justify-content: center;
	}

	.testimonials .slick-slide .container * {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	 	flex-basis: 100%;
	}

	.testimonials .slick-slide  h3 {
		margin-top: 0;
	}

	.testimonial-image {
		border-radius: 100%;
		display: block;
		-webkit-flex-basis: 120px !important;
      	-ms-flex-preferred-size: 120px !important;
        flex-basis: 120px !important;
		height: 120px;
		margin: -40px auto 0;
		overflow: hidden;
		position: relative;
		width: 120px;
	}

		.testimonial-image img {
			height: auto;
			left: 50%;
			max-width: 80%;
			position: absolute;
			-webkit-transform: translate(-50%, -50%);
		      -ms-transform: translate(-50%, -50%);
		          transform: translate(-50%, -50%);
			top: 50%;
		}

		.testimonial-image.custom img {
			max-width: none;
		}

	.testimonial-content-wrapper {
		margin: 40px 0 70px;
	}

		.testimonial-content p {
			margin: 30px 0;
		}

		.testimonial-content img {
			display: inline-block;
		}

	.testimonial-credit {
		font-size: 18px;
		font-style: italic;
	}

	.testimonial-content p:first-child {
		margin-top: 0;
	}

	.testimonials-controls {
		padding: 30px 0;
		text-align: center;
	}

		.testimonials-controls button {
			background-color: transparent;
			border-radius: 0;
			display: inline-block;
			padding: 0;
			vertical-align: middle;
			-webkit-appearance: none;
		}

			.testimonials-controls .slick-arrow {
				border-color: transparent;
				border-radius: 0;
				border-style: solid;
				border-width: 10px 16px;
				font-size: 0;
			}

			.testimonials-controls .slick-prev {
				border-right-color: #1045ac;
			}

			.testimonials-controls .slick-next {
				border-left-color: #1045ac;
			}

		.testimonials-dots {
			display: inline-block;
			vertical-align: middle;
		}

			.testimonials-dots ul {
				margin: 0 10px;
				padding: 0;
			}

			.testimonials-dots li {
				display: inline-block;
				list-style: none;
				margin: 0 5px;
				vertical-align: middle;
			}

			.testimonials-dots button {
				background-color: #fff;
				border: 1px solid #1045ac;
				border-radius: 100%;
				display: block;
				font-size: 0;
				height: 13px;
				transition: all 0.35s ease-out;
				width: 13px;
			}

			.testimonials-dots .slick-active button {
				background-color: #1045ac;
			}

			.testimonials-dots button:hover {
				background-color: #13d0ca;
				border-color: #13d0ca;
			}

	.testimonials-cta {
		font-size: 18px;
		margin: 50px;
		padding: 20px 0;
	}

		.testimonials-cta a {
			display: inline-block;
			margin: 0 20px;
			vertical-align: middle;
		}

.testimonial-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 60px 0;
}

	.testimonial-block {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		background-color: #f5f5f5;
		border-bottom-color: #1045ac;
		border-bottom-style: solid;
		border-bottom-width: 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0 20px 50px;
		padding: 50px 30px;
	}

		@media screen and (min-width: 550px) {
			.testimonial-block {
				-ms-flex-preferred-size: calc(50% - 40px);
				    flex-basis: calc(50% - 40px);
			}
		}	

		@media screen and (min-width: 820px) {
			.testimonial-block {
				-ms-flex-preferred-size: calc(33.33% - 40px);
				    flex-basis: calc(33.33% - 40px);
			}
		}

		.testimonial-block:nth-child(3n + 2) {
			border-bottom-color: #3f8cc0;
		}

		.testimonial-block:nth-child(3n + 2) .quote-icon {
			background-image: url('img/quotes_light.png');
		}

		.testimonial-block .quote-icon {
			background-image: url('img/quotes.png');
			background-repeat: no-repeat;
			background-size: contain;
			height: 50px;
			margin: 0 auto 40px;
			width: 70px;
			text-align: center;
		}

		.testimonial-block img {
			height: auto;
			max-width: 100%;
		}

		.testimonial-block .quote {
			-webkit-box-flex: 2;
			    -ms-flex-positive: 2;
			        flex-grow: 2;
			font-size: 16px;
			margin-bottom: 40px;
		}

			.testimonial-block .quote p {
				font-size: inherit;
			}

		.testimonial-block .credit {
			-ms-flex-item-align: end;
			    align-self: flex-end;
			font-family:"Proxima Nova W01 Medium";
			font-size: 17px;
			line-height: 1.2em;
			width: 100%;
		}

			.testimonial-block .credit-image {
				display: inline-block;
				border-radius: 100%;
				height: 80px;
				margin-right: 15px;
				overflow: hidden;
				vertical-align: middle;
				width: 80px;
			}

			.testimonial-block .credit-text {
				display: inline-block;
				vertical-align: middle;
				width: calc(100% - 100px);
			}

			.testimonial-block .credit-text span {
				display: block;
				font-family: "Proxima N W01 Reg";
				font-size: 15px;
			}

.video-gallery {
	background-color: #f5f5f5;
	margin: 60px 0 0;
	padding: 60px 0;
}

.video-gallery .featured-video {
	position: relative;
}

	.video-gallery .featured-video::after {
		background-color: rgba(0,0,0,0.6);
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2;
	}

.video-gallery .featured-video .bg {
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	z-index: 1;
}

.video-gallery .featured-video .bttn5 {
	left: 50%;
	margin-top: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.video-gallery .videos {
	background-color: #fff;
	display: flex;
	margin: 30px 0;
	padding: 10px;
}

	.video-gallery .a-video {
		flex-basis: calc(25% - 10px);
		margin: 0 5px;
		padding: 0 10px;
		transition: all 0.25s ease-out;
	}

	.video-gallery .a-video:hover {
		opacity: 0.8;
	}

	.video-gallery .a-video img {
		max-width: 100%;
	}

/* =============================
   CAREER PAGE
================================ */

.video-section-fh {
	height: 100vh;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}

.video-section-fh .container {
	z-index: 333;
	position: relative;
	top: 55%;
	transform: translateY(-50%);
}

.video-section-fh .overlay {
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.video-section-fh .bttn {
	padding: 27px 45px;
	text-align: center;
	min-width: 275px;
}

.video-section-fh p {
	font-family: "Proxima N W01 Bold";
}

.video-section-fh p b {
	font-family: "Proxima N W01 Reg";
}

.video-section-fh h3+img {
	margin: -27px auto 18px;
	display: block;
	position: relative;
	left: -46px;
}

.video-section-fh .bttn+img {
	margin-top: 25px;
}

.video-bg-1 {
	background: url(../img/videos/1.jpg) no-repeat center;
	background-size: cover;
}

.video-bg-2 {
	background: url(../img/videos/2.jpg) no-repeat center;
	background-size: cover;
}

.video-bg-3 {
	background: url(../img/videos/3.jpg) no-repeat center;
	background-size: cover;
}

.video-bg-3.video-section-fh .bttn {
	margin-top: 22px;
}

.video-bg-4 {
	background: url(../img/videos/4.jpg) no-repeat center;
	background-size: cover;
}

.service2 {
	padding: 110px 0 0;
}

.services-head2 h4 {
	font-size: 40px;
	margin: 0 0 9px;
}

.services-head2 p {
	font-size: 30px;
	color: #13d0ca;
	margin: 0 0 37px;
}

.service2 .service-item {
	padding: 25px 31px 31px 31px;
	background: #f3f3f3;
	min-height: 218px;
}

.service2 .service-item h3 {
	margin-bottom: 16px;
	font-family: 'Proxima N W01 Bold';
	font-size: 22px;
	letter-spacing: -0.1px;
}

.service2 .service-item p {
	font-size: 16.25px;
	margin-bottom: 9px;
}

.service2 p.lead {
	text-align: center;
	font-size: 18.25px;
	margin: 8px 0 28px;
	position: relative;
	top: 0;
}

#social-grid {
	height: auto;
}

#social-grid .grid-wrap {
	height: auto;
	position: relative;
	width: 100%;
}

#social-grid h1 {
	left: 50%;
	line-height: 105px;
	margin: 0;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 125px;
}

@media only screen and (max-width: 767px) {
	#social-grid h1 {
		font-size: 300%;
		line-height: 100%;
	}
}

#social-grid ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#social-grid ul:before,
#social-grid ul:after {
	content: " ";
	display: table;
}

#social-grid ul:after {
	clear: both;
}

#social-grid li {
	background-color: #dee8f0;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 33vw;
	opacity: .4;
	overflow: hidden;
	position: relative;
	width: 33%;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

#social-grid li:nth-child(2n) {
	background-color: #ccc;
}

#social-grid li:nth-child(3n) {
	width: 34%;
}

#social-grid li:hover {
	opacity: 1;
}

#social-grid li.img {
	background-color: #000;
}

#social-grid li>a {
	display: block;
	bottom: 0;
	left: 0;
	outline: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
}

@media only screen and (max-width: 730px) {
	#social-grid li {
		display: none;
		height: 100vw;
		width: 100% !important;
	}
	#social-grid li.show-mobile {
		display: block;
	}
}

#social-grid li>.content a {
	color: #000;
	outline: 0;
	text-decoration: none;
}

#social-grid li>.content a:hover {
	color: #5381ac;
}

#social-grid li>.content p {
	font-size: 125%;
	line-height: 111%;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 90%;
}

#social-grid li>.content p:first-child {
	font-size: 113%;
	line-height: 123%;
}

#social-grid li>.content .fa-twitter {
	font-size: 200%;
	line-height: 100%;
	color: #6fb1d3;
}

#social-grid li>.content .in {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #6fb1d3;
	display: inline-block;
	height: 32px;
	width: 32px;
}

#social-grid li>.content .in i {
	font-size: 113%;
	line-height: 156%;
	color: #fff;
}

@media only screen and (max-width: 1025px) {
	#social-grid li>.content p {
		font-size: 88%;
		line-height: 115%;
	}
	#social-grid li>.content p:first-child {
		font-size: 75%;
		line-height: 117%;
	}
	#social-grid li>.content .in {
		height: 26px;
		width: 26px;
	}
}

.v-center {
	text-align: center;
}

.v-center:before,
.v-center .content {
	content: "";
	position: relative;
	vertical-align: top;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}

.v-center:before {
	width: 0;
	height: 100%;
}

.culture {
	background: url(../img/2.jpg) no-repeat center top;
	background-size: cover;
	padding: 135px 0 100px;
}

.culture h3 {
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
	margin: 0 auto 18px;
	display: table;
	text-align: center;
}

.culture h3 span {
	font-size: 60px;
	border-bottom: 6px solid #000;
	color: #236093;
	display: block;
	margin: 28px 0 0;
	padding-bottom: 35px;
}

.culture ul {
	padding: 0;
}

.culture li {
	list-style: none;
	border-bottom: 1px solid #aaa;
	padding: 5px 0px 5px 10px;
	text-align: left;
	font-size: 18.25px;
}

.culture li:last-child {
	border-bottom: none;
}

.culture .pros:nth-child(2) {
	padding-top: 150px;
}

.culture .pros:nth-child(3) {
	padding-top: 75px;
}

.culture .headline h1 {
	font-size: 100px;
	line-height: 91px;
	margin: 34px 0 11px;
}

.culture .headline p {
	font-size: 30px;
	line-height: 42px;
	color: #13d0ca;
}

.culture .col-md-3:first-child {
	width: 29.5%;
}

.culture .col-md-3 {
	width: 23.5%;
}

.tri-content {
	padding: 0 !important;
}

.tri-content .col-md-4 {
	height: 100vh;
}

.tri-content .col-md-4 .overlay {
	opacity: 0.3;
}

.tc-1 {
	background: url(../img/3.jpg) no-repeat center top;
	background-size: cover;
}

.tc-2 {
	background: url(../img/4.jpg) no-repeat center top;
	background-size: cover;
}

.tc-3 {
	background: url(../img/5.jpg) no-repeat center top;
	background-size: cover;
}

.tri-content h1 {
	font-size: 91px;
	color: #fff;
	position: absolute;
	top: 38%;
	left: 0;
	right: 0;
	z-index: 777;
	transform: translateY(-50%);
}

.tri-content .col-md-4 h1 {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 777;
	transform: translateY(0%);
}

.tri-content h2 {
	font-size: 30px;
	color: #13d0ca;
	margin: 17px 0 0;
}

.video-section-fh.tri-content .container {
	top: 65%;
}

.climb {
	padding: 70px 0 15px;
}

.climb h2 {
	font-size: 40px;
	text-align: center;
	margin: 0 0 115px;
}

.climb .mf-item a {
	line-height: 60px;
	padding: 0;
	text-align: center;
	letter-spacing: 0.20em;
}

.climb-content {
	border-right: 1px solid #666666;
	padding-right: 30px;
	min-height: 490px;
}

.climb-content h3 {
	font-size: 29.86px;
	line-height: 28.87px;
	color: #13d0ca;
	margin: 15px 0 40px;
}

.climb-content p {
	line-height: 26.54px;
	font-size: 18.25px;
	color: #000;
	margin-bottom: 25px;
}

.climb-content p.lead {
	line-height: 28.87px;
	font-size: 23.222px;
	color: #000;
	margin-bottom: 30px;
	padding-right: 20px;
}

.stereogram {
	background: #000 url(../img/6.jpg) no-repeat center top;
	background-size: cover;
	height: 500px;
}

.stereogram h3 {
	letter-spacing: 6px;
	text-transform: uppercase;
	font-size: 33px;
	color: #fff;
	margin: 0 0 10px 0;
}

.stereogram p {
	font-size: 28px;
	color: #fff;
	margin: 0;
}

.stereogram .container {
	height: 500px;
	position: relative;
}

.stereogram .content {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 50px 15px;
	width: 100%;
	max-width: 600px;
}

#intro-career {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #000 url(../img/7.jpg) no-repeat center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow:hidden;
}

#intro-career::after {
	content: '';
	display: block;
	height: 0;
	padding-bottom: 38%;
}

#intro-career .overlay {
	opacity: 0.75;
}

#intro-career .container {
	padding-bottom: 110px;
	padding-top: 110px;
	z-index: 77;
}

#intro-career .container h3 {
	color: #fff;
	font-family: 'Proxima Nova W01 Medium';
	font-size: 55px;
	line-height: 0.9em;
	margin: 0;
}

#intro-career .container h3 span {
	color: #5381ac;
}

#intro-career .sep {
	width: 128px;
	height: 13px;
	background: #fff;
	margin: 30px auto 25px;
}

#intro-career .container p {
	font-family: 'Proxima Nova W01 Medium';
	font-size: 18px;
	line-height: 0.9em;
	color: #fff;
	margin: 20px 0;
	padding: 0 5%;
}

#intro-career .bttn2 {
	background-color: #fff;
	color: #1045ac;
	margin-top: 25px;
}

#intro-career .bttn2:hover {
	background-color: #1045ac;
	color: #fff;
}

#intro-career video {
	object-fit: cover;
}

@media only screen and (max-width: 549px) {
	#intro-career .container {
		padding-bottom: 30px;
		padding-top: 80px;
	}

	#intro-career .container h3 {
		font-size: 35px;
	}
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
	body .popup-form .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 15px;
	}
	.search-trigger form.expand {
		width: 100%;
		max-width: 350px;
	}
	#introvideo {
		display: none;
	}
	.intro-slider {
		opacity: 1;
	}
	.mf-item {
		height: auto !important;
	}
	.mf-item>a {
		position: relative !important;
	}
	#youtubeVimeoWithPlaylist_default {
		padding-top: 0 !important;
		margin-top: 0px !important;
	}
}

@media only screen and (min-width: 768px)  {

	.page-template-careers-template .service2 .col-md-6:nth-child(2n + 1) {
		clear: both;
	}
}

@media only screen and (min-width: 993px)  {

.youtubeVimeoWithPlaylistBorder {
    height: auto !important;
    min-height: 470px;
}

}

@media only screen and (min-width: 1051px) and (max-width: 1235px) {
	.cbox span label {
		width: 33px;
		height: 33px;
		border: 2px solid #b2b2b2;
		float: left;
		position: relative;
		left: -33px;
		top: 12px;
		margin-right: -23px;
		margin-left: 4px;
	}
	.cbox span {
		color: #000;
		font-size: 15px;
		text-transform: uppercase;
		line-height: 23px;
		letter-spacing: 2px;
		width: 100px;
		display: inline-block;
		margin-left: -13px;
		position: relative;
		left: 14px;
		top: -7px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
	.map-location ul li span {
		width: auto;
		font-size: 13px;
		padding: 0 23px;
	}
}

@media only screen and (min-width: 1050px) and (max-width: 1200px) {
	.cbox span {
		font-size: 13px !important;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
	.cbox span {
		color: #000;
		font-size: 12px;
		line-height: 20px;
	}
	.cbox span label {
		width: 33px;
		height: 33px;
		border: 2px solid #b2b2b2;
		float: left;
		position: relative;
		left: -30px;
		top: 12px;
		margin-right: -22px;
	}
	.cbox {
		display: inline-block;
		width: 22%;
		float: right;
		position: relative;
		top: 2px;
		cursor: pointer;
	}
}

@media only screen and (min-width: 280px) and (max-width: 1460px) {
	.video-wrap video {
		width: auto;
		height: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.team-item {
		max-height: 230px;
	}
	.mm-social a {
		font-size: 16px;
	}
	.mm-nav>li>a {
		font-size: 14px;
	}
	.mm-nav-alt li a {
		font-size: 14px;
	}
	.company-info {
		font-size: 13px;
	}
	.mm-nav .menu-item-has-children li a {
		font-size: 12px;
	}
	.search-wrap form {
		max-width: 700px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 25px;
	}
	#intro-home .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 20px;
	}
	#intro-home .select-content .select-wrap2 {
		width: 212px;
	}
	#intro-home .select-wrap {
		width: 226px !important;
	}
	#intro-home .select-content em {
		padding: 0 10px 0 8px;
		font-size: 20px;
	}
	#intro-home .select-content {
		padding: 8px 126px 20px 15px;
	}
	#intro-home .select-content .bttn2 {
		position: absolute;
		top: 18px;
		right: 12px;
		width: auto;
		padding: 13px 15px;
		margin: 0;
		font-size: 13px;
	}
	.map-location ul li span {
		width: auto;
		line-height: 52px;
		padding: 0 11px;
		font-size: 12px;
		letter-spacing: 0 !important;
	}
	.map-location {
		position: absolute;
		bottom: 36px;
		left: 10px;
	}
	.footer2 .no-padding {
		padding: 0 15px !important;
	}
	.footer2 .col-md-3 {
		width: 100% !important;
		float: none;
		padding-top: 70px;
	}
	.footer2 .col-md-9 .col-md-3 {
		width: 25% !important;
		margin: 0 !important;
		float: left;
		clear: none;
		padding-top: 0px;
	}
	.post-sidebar {
		padding-right: 15px;
	}
	.blog-wrap article {
		height: 550px;
	}
	.breadcrumbs {
		padding: 0;
		margin: 0 auto 15px;
		display: table;
	}
	.blog-search {
		width: 447px;
		float: none;
		margin: 0 auto;
	}
	.parallax {
		background: url(img/parallax.jpg) no-repeat center;
		background-size: cover;
	}
	.team-single {
		padding: 150px 0;
	}
	.team-single-info .col-md-5 {
		padding-right: 15px;
		margin-bottom: 25px;
	}
	.cbox span {
		line-height: 28px;
	}
	.select-content .select-wrap2,
	.select-content .select-wrap3 {
		width: 315px;
	}
	.ss-close {
		right: 30px;
	}
	.cbox span {
		position: relative;
		top: 2px;
	}
	.cbox br {
		display: none;
	}
	footer h5 {
		font-size: 13px;
	}
	footer p,
	.footer-links li a {
		font-size: 14px;
		line-height: 23px;
	}
	#intro-home h2 {
		font-size: 70px;
	}
	.drop .option.active,
	.drop.visible .option.placeholder.active,
	.drop .option:nth-child(1),
	.drop.opacity .option:nth-child(1) {
		font-size: 23px;
	}
	.drop2 .option.active,
	.drop2.visible .option.placeholder.active,
	.drop2 .option:nth-child(1),
	.drop2.opacity .option:nth-child(1) {
		font-size: 23px;
	}
	.drop.visible .option.active,
	.drop.visible .option,
	.drop2.visible .option.active,
	.drop2.visible .option {
		font-size: 16px;
	}
	.drop {
		width: 280px !important;
	}
	.select-wrap {
		width: 255px !important;
	}
	.select-content .select-wrap2,
	.select-content .select-wrap3 {
		width: 244px;
	}
	.drop2 {
		width: 270px !important;
	}
	.select-wrap:nth-child(2) {
		width: 270px;
	}
	.home-service-item h4 {
		font-size: 19px;
		margin: 32px 0 0;
		line-height: 28px;
	}
	.home-service-item {
		border: 2px solid #c5ccd2;
		padding: 32px 20px 35px;
	}
	.home-service-item .bttn2 {
		width: 175px;
		padding: 11px 20px;
		margin: 36px auto 0;
		font-size: 14px;
	}
	.contact-select {
		position: relative;
		width: 100%;
		max-width: 518px;
		float: none;
		margin-bottom: 20px;
	}
	.cbox {
		display: inline-block;
		width: 100%;
		float: none;
		position: relative;
		top: 2px;
	}
	#map {
		width: 150%;
		height: 650px;
		position: relative !important;
		left: -50%;
		top: -50px;
	}
	footer {
		padding: 70px 0 25px;
	}
	.map-wrap {
		height: 600px;
	}
	.map-location ul li span {
		width: 55px;
		height: 55px;
		line-height: 52px;
	}
	.team .col-md-3 {
		width: 50%;
		float: left;
	}
	.team .col-md-4 {
		width: 50%;
		float: left;
	}
	.team .col-md-2 {
		width: 50%;
		float: left;
	}
}

@media only screen and (min-width: 280px) and (max-width: 549px) {
	.search-wrap form {
		width: 90%;
		padding: 20px 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	.search-wrap form input {
		height: 40px;
		font-size: 22px !important;
	}
	.ss-close {
		right: 13px;
		font-size: 33px;
		cursor: pointer;
	}
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
	.team-item {
		height: 226px !important;
		overflow: hidden;
	}
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
	.map-location ul li span {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}
	.video-background .poster-image {
		opacity: 1 !important;
	}
	.video-background video {
		display: none !important;
	}
	.search-wrap form {
		width: 90%;
		padding: 20px 40px;
		top: 63%;
		transform: translateY(-50%);
	}
	.search-wrap form input {
		height: 40px;
		font-size: 30px;
	}
	.ss-close {
		right: 13px;
		font-size: 33px;
		cursor: pointer;
	}
        .header-pw .logo-scroll,
	.header-scroll .logo-scroll {
		max-width: 150px;
	}
	.team .col-md-3 {
		width: 50% !important;
		float: left !important;
	}
	.team .col-md-4 {
		width: 50% !important;
		float: left;
	}
	.team .col-md-2 {
		width: 50% !important;
		float: left;
	}
	.team-item {
		height: 100%;
		min-height: 100%;
		overflow: hidden;
		display: block;
	}
}

.career-testimonial .mf-item {
	height: auto !important;
}

.career-testimonial .mf-item>a {
	border: none;
	position: relative;
	width: 200px;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
	.job--listing .col-sm-6 {
		height: 100% !important;
		min-height: 100% !important;
	}
	#quote-form h4 {
		margin: 50px 0 20px;
	}
	.success-message {
		padding: 50px 0;
	}
	.success-message .back {
		font-size: 19px;
		color: #3f8cc0;
		cursor: pointer;
		margin: 0 0px 25px;
	}
	footer .text-right {
		text-align: center;
	}
	.pt-container .row {
		width: 800px;
		overflow: none;
		display: block;
	}
	.pricing-table .pt-container {
		width: 100%;
		overflow: scroll;
		padding-bottom: 0;
		border-bottom: none;
	}
	.pricing-table ::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 4px;
	}
	.pricing-table ::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .5);
		-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}
	.pricing-table {
		border-bottom: 1px solid #c2c2c2;
		padding-bottom: 90px;
	}
	.flogo {
		margin: 20px auto 28px !important;
		display: table;
		float: none;
	}
	footer.footer2 h5 {
		padding: 0 25px !important;
	}
	.ts-inner span {
		font-size: 13px !important;
	}
	.post-sidebar {
		padding-right: 15px;
	}
	.breadcrumbs {
		padding: 0;
		margin: 0 auto 15px;
		display: table;
	}
	.blog-search {
		width: 100%;
		float: none;
		margin: 0 auto;
		max-width: 450px;
	}
	.blog-wrap article.no-thumb {
		padding-top: 10px;
	}
	.breadcrumbs li {
		font-size: 11px;
	}
	.blog-wrap article {
		height: auto;
		padding-bottom: 50px;
	}
	.blog-wrap article {
		height: auto;
		padding-bottom: 50px;
		max-width: 450px;
		margin: 0 auto;
	}
	.features h4 {
		margin: 0px 0 20px;
	}
	.team-single-info .col-md-5 {
		padding-right: 15px;
		margin-bottom: 25px;
	}
	.team-single {
		padding: 120px 0;
	}
	.team-single-info {
		padding: 40px 15px;
	}
	.ts-inner {
		padding: 81px 30px 86px;
	}
	.parallax {
		background: url(img/parallax.jpg) no-repeat center;
		background-size: cover;
	}
	.ts-inner h1,
	.ts-inner h4 {
		font-size: 27px;
	}
	.ts-inner span {
		font-size: 15px;
	}
	.is-contact .q-cbox span:first-child {
		font-size: 12px;
		margin-bottom: 15px;
		display: block;
	}
	.claims-info h3 {
		font-size: 35px;
	}
	.error-content {
		padding: 150px 0 150px;
	}
	.error-content h3 {
		font-size: 71px;
		line-height: 67px;
	}
	.error-content h3 span {
		font-size: 14px;
		line-height: 44px;
		letter-spacing: 0.7em;
		left: 8px;
		margin-top: 13px;
	}
	.error-content p {
		font-size: 29px;
	}
	.error-search p {
		font-size: 20px !important;
	}
	.logo {
		margin-right: 3px !important;
	}
	.select-content .select-wrap2,
	.select-content .select-wrap3 {
		width: 291px;
	}
	.select2-container--default .select2-results__option[aria-selected="true"] {
		background: rgba(0, 0, 0, 0.8);
	}
	.select2-results__option {
		background: rgba(0, 0, 0, 0.8) !important;
	}
	.select2-results__option:hover {
		background: rgba(36, 141, 193, 0.8) !important;
	}
	.video-section {
		padding: 160px 0;
	}
	.video-wrap video {
		width: auto;
		height: 100%;
	}
	.search-wrap form input {
		height: 40px;
		font-size: 30px;
		color: #fff;
	}
	body.hide-body {
		overflow: hidden;
	}
	.service-item {
		margin: 0px 15px 15px 15px;
	}
	#services .col-md-6:nth-child(2) .service-item {
		margin: 0px 15px 15px 15px;
	}
	.service-item h3 {
		margin-top: 20px;
	}
	.service-item {
		text-align: center;
	}
	.service-item .size-full {
		position: absolute !important;
		right: 0 !important;
		left: 0 !important;
		width: 120px;
		margin: 0 auto;
	}
	.video-full .col-md-12 {
		width: 100%;
		max-width: 90%;
		margin: 0 auto;
		padding: 15px;
	}
	.select-content em {
		color: #fff;
		font-size: 27px;
		font-style: normal;
		padding: 0px 13px 0 2px;
		position: relative;
		top: 0;
		margin: 18px 0 -2px;
		display: block;
	}
	#intro-home .select-content {
		padding: 12px 25px 25px 25px;
	}
	#intro-home .select-content .bttn2 {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		padding: 13px 26px;
		margin: 24px auto 0;
		font-size: 18px;
		bottom: 0;
		left: 0;
		display: table !important;
	}
	.contact-select {
		position: relative;
		width: 100%;
		max-width: 518px;
		float: none;
		margin-bottom: 20px;
	}
	.cbox {
		display: inline-block;
		width: 100%;
		float: none;
		position: relative;
		top: 2px;
	}
	.contact-select select {
		font-size: 18px;
	}
	.cbox span br {
		display: none;
	}
	.cbox span {
		line-height: 30px;
	}
	.map-location ul li span {
		width: auto;
		line-height: 52px;
		padding: 0 11px;
		font-size: 12px;
		letter-spacing: 0 !important;
	}
	.map-location ul li {
		list-style: none;
		float: left;
		margin-right: 3px;
		margin-bottom: 3px;
	}
	.map-location {
		bottom: 365px;
		left: 10px;
	}
	#intro-home h2 {
		font-size: 60px;
	}
	#intro-home {
		padding: 210px 0 190px;
	}
	.drop .option.active,
	.drop.visible .option.placeholder.active,
	.drop .option:nth-child(1),
	.drop.opacity .option:nth-child(1) {
		font-size: 23px;
	}
	.drop2 .option.active,
	.drop2.visible .option.placeholder.active,
	.drop2 .option:nth-child(1),
	.drop2.opacity .option:nth-child(1) {
		font-size: 23px;
	}
	.drop.visible .option.active,
	.drop.visible .option,
	.drop2.visible .option.active,
	.drop2.visible .option {
		font-size: 16px;
	}
	.drop {
		width: 280px !important;
	}
	.select-wrap {
		width: 280px;
		margin: 0 auto;
		dsplay: table;
	}
	.drop2 {
		width: 270px !important;
	}
	.select-wrap:nth-child(2) {
		width: 270px;
		margin: 0 auto;
		dsplay: table;
	}
	.cinfo {
		max-width: 100%;
	}
	.home-services {
		padding: 100px 0 81px 0;
	}
	.home-service-item {
		margin-bottom: 40px;
	}
	.search-trigger {
		font-size: 22px;
		width: 100%;
		text-align: right;
		padding: 45px 0px 0px 0px;
	}
	.home-info h4 {
		font-size: 27px;
	}
	.home-info {
		padding: 45px 20px 0;
	}
	.home-info p {
		font-size: 16px;
		padding: 0;
		margin-bottom: 25px;
	}
	.home-info .bttn5 {
		margin-top: 20px;
	}

	.section-industries::before {
		margin: 60px auto;
	}

	.industry {
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.how-we-serve::before {
		margin: 10px auto 60px;
	}

	.how-we-serve h4 {
		margin-bottom: 0;
	}

	.how-we-serve ul {
	  -webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	          flex-wrap: wrap;
	  margin-top: 40px;
	}

	.how-we-serve li {
	  -webkit-flex-basis: 100%;
	      -ms-flex-preferred-size: 100%;
	          flex-basis: 100%;
	  padding-left: 0;
	  padding-right: 0;
	}

	.how-we-serve li:nth-child(n + 2):before {
	  height: 1px;
	  left: auto;
	  margin: 40px auto;
	  position: relative;
	  -webkit-transform: none;
	      -ms-transform: none;
	          transform: none;
	  width: 80%;
	}

	.cinfo {
		padding: 40px 25px 40px;
	}
	.team h3 {
		font-size: 31px;
	}
	.team .col-md-3 {
		width: 100%;
	}
	.team .col-md-4 {
		width: 100%;
	}
	.team .col-md-2 {
		width: 100%;
	}
	.location-info {
		width: 100%;
		height: 338px;
		padding: 65px 25px 40px;
		text-align: center;
		background: #fff;
		position: relative;
		bottom: 0;
		right: 0;
	}
	.nj-info,
	.ny-info,
	.sc-info,
	.ca-info,
	.uk-info {
		width: 100%;
	}
	.map-wrap {
		height: 838px;
	}
	#map {
		width: 100%;
		height: 500px;
		position: relative !important;
		left: 0%;
		top: 0px;
	}
	.main-menu {
		height: 100%;
		width: 100%;
		max-width: 320px;
		/*background: #000;
		background: rgba(0, 0, 0, 0.85);
		position: fixed;
		top: 0;
		right: -650px; */
		z-index: 777777777;
		padding: 45px 25px 20px;
		overflow-x: hidden;
		overflow-y: scroll;
		/*transition: .4s;*/
	}
	.mm-close,
	.mm-close:hover {
		top: 22px;
		right: 23px;
	}
	/*.mm-nav .menu-item-has-children ul {
		position: relative;
		left: 0;
		padding-left: 20px !important;
		top: 0px;
		padding-top: 0;
		width: 260px;
		opacity: 1;
		visibility: visible;
		transition: .4s;
		padding-bottom: 0;
		height: 1px;
		overflow: hidden;
	}*/
	.mm-nav .menu-item-has-children.act ul {
		position: relative;
		left: 0;
		padding-left: 20px !important;
		top: 0px;
		padding-top: 7px;
		width: 260px;
		opacity: 1;
		visibility: visible;
		transition: .4s;
		padding-bottom: 11px;
		height: auto;
	}
	.main-menu-left:after {
		display: none;
	}
	.menu-active {
		right: 0px;
		transition: .4s;
	}
	
	header .logo-scroll {
		width: auto;
		max-height: 69px;
		left: 0;
	}
	header {
	/*	padding: 30px 0px; */
	}
	.cinfo {
		margin-top: 40px;
	}
	#intro h2,
	#intro h1 {
		font-size: 42px;
	}
	#intro p {
		font-size: 25px;
	}
	#gallery h4 {
		font-size: 21px;
		line-height: 34px;
	}
	#gallery p {
		font-size: 16px;
		line-height: 28px;
	}
	.overlay-inner {
		margin-top: -3px;
	}
	.services-head p {
		padding-left: 0;
		padding-right: 0;
	}
	.service-item {
		padding: 150px 21px 41px 21px;
	}
	.service-item i {
		position: absolute;
		top: 36px;
		right: auto;
		left: 21px;
	}
	.video-section h3 {
		font-size: 58px;
	}
	.flogo {
		margin: 15px auto 9px;
	}
}

.blog-top {
	margin-top: 40px;
}

.gform_wrapper label.gfield_label {
	font-weight: 400 !important;
}

.gfield_radio li {
	position: relative;
	float: left;
	width: 100% !important;
	margin-bottom: -15px !important;
}

.gfield_radio input {
	opacity: 0;
}

.gfield_radio li label {
	position: relative;
	padding-left: 22px !important;
	display: block;
	line-height: 33px;
	font-size: 19px !important;
	color: #000;
	display: inline-block;
	cursor: pointer;
	font-weight: 400 !important;
}

.gfield_radio li label:after {
	content: "";
	background: #fff;
	width: 26px;
	height: 26px;
	border: 1px solid #b2b2b2;
	float: left;
	position: relative;
	margin: 0 10px;
	position: absolute;
	left: -27px;
	top: 1px;
	z-index: 111;
}

.gfield_radio li label:before {
	content: "";
	background: #248dc1;
	width: 14px;
	height: 14px;
	border: none;
	float: left;
	position: relative;
	margin: 0 10px;
	position: absolute;
	left: -21px;
	top: 7px;
	z-index: 221;
	opacity: 0;
	transition: .3s;
}

.gfield_radio li input:checked+label:before {
	opacity: 1;
	transition: .3s;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin: 0 !important;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 19px;
	color: #000;
	margin: 0 0 10px;
	font-weight: 400;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 16px;
	font-size: 14px;
	color: #999;
}

.gfield_checkbox li {
	position: relative;
	float: left;
	width: 100% !important;
	margin-bottom: -15px !important;
}

.gfield_checkbox input {
	opacity: 0;
}

.gfield_checkbox li label {
	position: relative;
	padding-left: 24px !important;
	display: block;
	line-height: 33px;
	font-size: 19px !important;
	color: #000;
	display: inline-block;
	cursor: pointer;
	font-weight: 400 !important;
}

.gfield_checkbox li label:after {
	content: "";
	background: #fff;
	width: 26px;
	height: 26px;
	border: 1px solid #b2b2b2;
	float: left;
	position: relative;
	margin: 0 10px;
	position: absolute;
	left: -25px;
	top: 1px;
	z-index: 111;
}

.gfield_checkbox li label:before {
	content: "";
	background: #248dc1;
	width: 14px;
	height: 14px;
	border: none;
	float: left;
	position: relative;
	margin: 0 10px;
	position: absolute;
	left: -19px;
	top: 7px;
	z-index: 221;
	opacity: 0;
	transition: .3s;
}

.gfield_checkbox li input:checked+label:before {
	opacity: 1;
	transition: .3s;
}

.gform_wrapper .gfield_required {
	color: red !important;
	margin-left: 4px;
	float: right;
	margin-bottom: 0;
	display: table;
}

.gform_wrapper .top_label .gfield_label {
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3;
	clear: both;
	display: table;
	float: right;
	margin-bottom: -23px;
	position: relative;
	top: 6px;
	right: 9px;
}

.radioreq label.gfield_label {
	float: none !important;
	text-align: left;
	margin: 0 !important;
	right: 0 !important;
	top: 0 !important;
}

.contact textarea {
	font-size: 23.5px!important;
	padding: 0px 18px !important;
	color: #a7a7a7;
}

.gfield.cbox.field_sublabel_below.field_description_below .gfield_checkbox li {
	padding: 9px 1px !important;
	display: block;
	margin-top: -80px
}

.cbox label.gfield_label {
	float: none !important;
	text-align: left;
	margin: 0 !important;
	right: 0 !important;
	top: 0 !important;
}

.gfield.cbox.field_sublabel_below.field_description_below .gfield_checkbox li label {
	position: relative;
	top: -5px
}

.gfield.cbox.field_sublabel_below.field_description_below .gfield_checkbox li label:after {
	top: 5px
}

.gfield.cbox.field_sublabel_below.field_description_below .gfield_checkbox li label:before {
	top: 13px
}

.radioreq label.gfield_label {
	padding: 0 !important;
}

.contact form .radioreq label.gfield_label {
	margin: 0px 0px 6px !important;
}

.contact form .radioreq .gfield_radio label {
	margin: 0 5px !important;
}

.contact form .radioreq .ginput_container {
	display: table;
	padding-bottom: 25px !important;
}

.focus-article span a,
.focus-article .related-post-categories a {
	color: #999;
	outline: none;
}

.focus-article span a:hover,
.focus-article .related-post-categories a {
	color: #999;
	outline: none;
}

.focus-article span a,
.focus-article .related-post-categories a {
	padding: 0 !important;
}

.cat-meta a,
.cat-meta a:hover {
	color: #999;
}

.single-post .focus-article span {
	padding: 0px !important;
	margin-top: 10px;
	margin-bottom: 0px;
}

.single-post .widget h5 {
	margin: 0 0 15px;
	font-family:"Proxima Nova W01 Medium";
	font-size: 20px;
}

.pagination {
	display: table;
	width: 100%;
}

.pagination ul {
	margin: 30px auto 0;
	text-align: center;
	display: table;
}

.pagination ul li {
	display: inline-block;
	margin: 0 5px;
}

.pagination ul li span {
	line-height: 40px;
	font-size: 18px;
	position: relative;
	top: -14px;
	padding: 0;
	border: 1px solid #3f8cc0;
	background: #3f8cc0;
	height: 40px;
	min-width: 40px;
	display: block;
	color: #fff;
}

.pagination ul li span.pages,
.pagination ul li span.extend {
	line-height: 40px;
	font-size: 18px;
	position: relative;
	top: -14px;
	padding: 0;
	border: 1px solid transparent;
	background: transparent;
	height: 40px;
	min-width: 40px;
	display: block;
	color: #333;
}

.pagination ul li a {
	border: 1px solid #999;
	padding: 8px 0 0;
	height: 40px;
	min-width: 40px;
	display: table;
	color: #999;
	font-size: 18px;
}

.pagination ul li a:hover {
	border: 1px solid #3f8cc0;
	background: #3f8cc0;
	color: #fff;
}

.pagination ul li.last a {
	padding: 8px 15px 0;
}

.main-menu {
	width: 354px;
}

.gform_wrapper .alertbox {
	margin-top: 10px;
	background: #3f8cc0;
	color: #fff;
	padding: 17px !important;
	border-top: 25px solid #fff;
}

.contact form .cbox label {
	margin: -14px 0 7px !important;
	width: 100% !important;
	position: relative !important;
	top: 0px !important;
	right: 0px !important;
}

.gform_wrapper .cbox label.gfield_label {
	position: relative;
	top: -55px !important;
}

.blog-single+.contact2 .container {
	border: none;
}

.gallery-item {
	background: #000;
}

.mf-item img {
	border-radius: 50%;
}

.pagination ul {
	padding: 0;
}

.video-full+#gallery h4 {
	margin: 69px 0px 22px !important;
}

.video-full+#gallery p strong {
	margin: 20px 0 -2px;
	display: inline-block;
}

.video-full+#gallery p {
	margin: 23px 0 35px;
}

.info-full2 p.small-text+p {
	margin: 0px 0 25px;
}

#gallery+.contact {
	margin-top: -40px;
}

@media only screen and (min-width: 768px) and (max-width: 4000px) {
	.mm-nav .menu-item-has-children ul {
		right: calc(100% + 20px) !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	#social-grid h1 {
		font-size: 85px;
	}
	.contact form label {
		top: 0px !important;
	}
	.service-item {
		margin: 0 0 20px !important;
	}
	footer .col-sm-6 {
		width: 33.33333%;
	}
	.cbox ul li {
		display: inline-block!important;
		width: 100% !important;
		float: none !important;
		position: relative !important;
		top: 0px!important;
		cursor: pointer!important;
		margin: -25px 0 0 !important;
	}
	.gfield.cbox.field_sublabel_below.field_description_below .gfield_checkbox li {
		padding: 0px 1px !important;
		display: block;
		margin-top: -0px;
	}
	.contact form .cbox input+label {
		padding-top: 18px !important;
		display: table;
	}
	.contact form .cbox input+label:after {
		top: 15px !important;
	}
	.contact form .cbox input+label:before {
		top: 22px !important;
	}
	.cbox+li {
		margin-top: -35px !important;
	}
	.gform_wrapper .cbox label.gfield_label {
		top: 0px !important;
	}
	.blog-wrap .container-fluid {
		padding: 0 15px;
	}
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
	.youtubeVimeoWithPlaylist.default .rightNav {
		right: 33px !important;
	}
	.youtubeVimeoWithPlaylist.default .leftNav {
		left: 33px !important;
	}
	.contact form label {
		top: 0px !important;
	}
	.service-item {
		margin: 0 0 30px !important;
	}
	footer {
		padding: 40px 0 120px;
	}
	footer h5 {
		margin: 30px 0 34px;
	}
	.cbox ul li {
		display: inline-block!important;
		width: 100% !important;
		float: none !important;
		position: relative !important;
		top: 0px!important;
		cursor: pointer!important;
		margin: -30px 0 -10px !important;
	}
	.gfield.cbox.field_sublabel_below.field_description_below .gfield_checkbox li {
		padding: 0px 1px !important;
		display: block;
		margin-top: -0px;
	}
	.contact form .cbox input+label {
		padding-top: 18px !important;
		display: table;
	}
	.contact form .cbox input+label:after {
		top: 15px !important;
	}
	.contact form .cbox input+label:before {
		top: 22px !important;
	}
	.contact #gform_fields_3 .select2-container--default .select2-selection--single .select2-selection__rendered {
		position: relative;
		top: 0px;
	}
	.gform_wrapper .cbox label.gfield_label {
		top: 0px !important;
	}
	.blog-wrap .container-fluid {
		padding: 0 15px;
	}
}


/* =============================
   CAREER PAGE RESPONSIVENESS
================================ */

@media only screen and (min-width: 993px) and (max-width: 1100px) {
	.culture .headline h1 {
		font-size: 79px;
		line-height: 85px;
		margin: 34px 0 11px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	#youtubeVimeoWithPlaylist_default {
		padding-top: 0 !important;
		margin-top: 0px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.row-eq-height .youtubeVimeoWithPlaylist.default .thumbsHolder_ThumbOFF .title {
		display: none;
	}
	#intro-career .container p {
		padding: 0 15%;
	}
	.culture .col-md-3:first-child {
		width: 100%;
		float: none;
	}
	.culture .col-md-3 {
		width: 33.333333%;
		float: left;
	}
	.tri-content {
		padding: 0 !important;
		height: auto;
	}
	.tri-content h1 {
		top: 15%;
		font-size: 78px;
	}
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
	#intro-career .container h3 {
		font-size: 35px;
		margin: 0;
	}
	#intro-career .container p {
		line-height: 21.33px;
		padding: 0;
	}
	#intro-career .sep {
		width: 96px;
		height: 8px;
		margin: 21px auto 28px;
	}
	.video-section-fh .container {
		top: 50%;
		transform: translateY(-50%);
	}
	.video-section.video-section-fh h3 {
		font-size: 48px;
	}
	.video-section-fh h3+img {
		left: -25px;
		width: 60px;
	}
	.culture .headline h1 {
		font-size: 75px;
		line-height: 67px;
	}
	.culture .col-md-3 {
		width: 100% !important;
	}
	.culture .pros {
		padding-top: 30px !important;
	}
	.video-section-fh.tri-content {
		height: auto;
	}
	.tri-content h1 {
		font-size: 47px;
	}
	.video-section-fh.tri-content .container {
		top: 50%;
		transform: translateY(-50%);
	}
	.climb-content {
		border-right: none;
		padding-right: 0px;
		border-bottom: 1px solid #666666;
		margin-bottom: 60px;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 667px) and (orientation: landscape) {
	#intro-career .sep,
	#intro-career .container p {
		display: none;
	}
	.video-section-fh {
		height: 140vh;
	}
	.tri-content .col-md-4 {
		height: 140vh;
	}
}

.hide-body footer:after {
	content: "";
	background: red;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 777777;
	opacity: 0;
}

.team-single {
	padding: 0;
}

.team-single .container {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.team-single .container .col-md-6 {
	overflow: hidden;
}

.ts-inner {
	border: none;
	text-align: center;
	padding: 0 0 35px;
	display: block !;
	width: 100%;
}

.ts-inner h1,
.ts-inner h4 {
	color: #000;
	font-weight: bold;
}

.ts-inner h1+em,
.ts-inner h4 b {
	font-size: 31px;
	margin: 6px 0 0;
}

@media only screen and (min-width: 993px) and (max-width: 5000px) {
	.team-single>.container>.row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.team-single .container img {
		height: 920px;
		width: auto;
		max-width: none;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 1100px) and (min-width: 993px) {
	.team-single-info {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#insta-grid h1 {
		font-size: 40px !important;
	}
	#insta-grid #content .post {
		/*width: 33.33333vw !important;
		height: 33.33333vw !important;*/
		height: 0;
		padding-bottom: calc(33.333% - 6px) !important; 
		width: calc(33.333% - 6px) !important;

	}
	.team-single-info {
		padding: 40px 40px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 250px) {
	.team-single {
		padding: 0;
	}
	.ts-inner h1+em,
	.ts-inner h4 b {
		font-size: 23px;
	}
}

body .box-inline .gfield_radio li {
	float: left;
	display: inline-block !important;
	width: auto !important;
	line-height: 38px;
}

body .box-inline .gfield_radio li + li {
	margin-left: 15px !important;
}

body .box-inline .gfield_radio label:after {
	left: -23px;
}

body .box-inline .gfield_radio li label:before {
	left: -17px;
}

body .gform_wrapper ul li.gfield {
	margin-top: 10px !important;
}

.textbox-inline {
	width: 50% !important;
	float: left !important;
	max-width: 50% !important;
	display: inline-block;
	clear: initial !important;
	margin-bottom: 8px;
}

@media only screen and (max-width: 550px) and (min-width: 250px) {
	#insta-grid h1 {
		font-size: 30px;
	}
	#insta-grid #content .post {
		/*width: 33.33333vw !important;
		height: 33.33333vw !important;*/
		height: 0;
		padding-bottom: calc(33.333% - 6px) !important;
		width: calc(33.333% - 6px) !important;
	}
	.textbox-inline {
		width: 100% !important;
		float: none !important;
		max-width: 100% !important;
	}
}

.mm-nav>li:first-child>a {
	font-family: 'Proxima N W01 Bold';
}

#myCarousel {
	position: relative;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-container iframe {
	max-height: 550px;
}

.carousel-control.right,
.carousel-control.left {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	transition: .4s;
}

.carousel-control.left {
	left: 10px;
	background: url(img/controls.png) no-repeat 0 -32px;
}

.carousel-control.right {
	right: 10px;
	background: url(img/controls.png) no-repeat -43px -32px;
}

.carousel-control.left:hover {
	background-position: 0 0;
}

.carousel-control.right:hover {
	background-position: -43px 0;
}

.video-carousel {
	background: #222;
	padding: 70px 0;
}

.slider-bullets {
	list-style: none;
	margin-top: 40px;
	margin-bottom: 30px;
	display: block;
	min-width: 100%;
	padding: 0;
}

.slider-bullets li {
	list-style: none;
	margin: 0;
	padding: 0 15px;
	width: 20%;
	cursor: pointer;
}

.slider-bullets li h4 {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 10px 0 0;
}

.slider-bullets a img {
	width: 100%;
}

.vc-bullets {
	padding: 0;
	margin: 0 auto;
	display: table;
}

.vc-bullets li {
	list-style: none;
	float: left;
	margin: 0 5px;
}

.vc-bullets li a {
	width: 12px;
	height: 12px;
	display: table;
	background: #111;
	border-radius: 50%;
	cursor: pointer;
}

.vc-bullets li a:hover,
.vc-bullets li.active a {
	background: #555;
}

.video-carousel h3 {
	color: #fff;
	margin: 0 0 30px;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.slider-bullets {
		margin: 20px -5px 30px;
	}
	.slider-bullets li {
		padding: 0 5px;
		float: left;
	}
	.slider-bullets li h4 {
		display: none;
	}
}

#intro+#gallery {
	padding-top: 60px;
}

.page-template-industry-template .gallery-item {
	height: 0;
	min-height: 0;
	padding-bottom: 100%;
}

.page-template-industry-template .gallery-item img {
	height: 100%;
	/*width: 100%;*/
	max-width: none;
	/*max-height: 350px;*/
	position: absolute;
	width: auto;
}

.page-template-industry-template #gallery .gallery-item h3 {
	padding-top: 10px;
}

.cinfo .bttn3+h4 {
	display: inline-block;
	width: 100%;
	margin-top: 20px !important;
}

.cinfo h4+p {
	margin-top: 0px !important;
}

.cinfo .bttn3,
.cinfo .bttn4 {
	min-width: 210px;
}

.page-template-niche-template #intro {
	padding-top: 0;
	padding-bottom: 35%;
	position: relative;
}

.page-template-niche-template #intro .container {
	-webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.page-template-niche-template #intro h1 {
	font-size: 72px;
}

@media screen and (max-width: 768px) {
	.page-template-niche-template #intro h1 {
		font-size: 36px;
	}
}

.page-template-niche-template #intro h1,
.page-template-niche-template #intro p {
	display: block;
	/* width: 100%; */
}

.page-template-niche-template #gallery hr {
	border-top-color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	width: 100%;
}

.page-template-niche-template #intro+#gallery {
	padding-top: 53px;
	padding-bottom: 65px;
}

.page-template-niche-template #intro+#gallery p {
	margin: 23px 0 -4px;
}

/*.page-template-niche-template #services.services-alt2 {
	margin-top: -67px;
}*/

.page-template-niche-template #gallery h3 {
	font-size: 20px;
    line-height: 1.5em;
	padding-top: 0px;
	margin: 0;
}

.page-template-niche-template #gallery h4 {
	font-family:"Proxima Nova W01 Medium";
	font-size: 20px;
	margin: 0px 0px 22px;
}

.page-template-niche-template .content-module {
	margin-top: 80px;
	padding-bottom: 40px;
}

.page-template-niche-template .content-module h2 {
	color: #3f8cc0;
    font-family: 'Proxima N W01 Bold';
    font-size: 24px;
    margin: 0 auto 60px;
}

.page-template-niche-template .content-module h4 {
	color: #000;
	font-family: "Proxima Nova W01 Medium";
	font-size: 20px;
	margin: 0;
}

.page-template-niche-template .content-module .home-service-item {
	border: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.solutions-intro h3 {
	color: #3f8cc0;
	font-family: 'Proxima N W01 Bold';
	font-size: 24px;
}

.solutions-intro p {
	font-size: 18px;
}

/*
body.single-solution #quote-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 13px 21px;
	height: 60px;
}

body.single-solution .gform_wrapper .radioreq ul.gfield_checkbox li,
body.single-solution .gform_wrapper .radioreq ul.gfield_radio li {
	padding: 0 !important;
	margin-bottom: -23px !important;
	display: block;
}

body.single-solution .gform_wrapper .radioreq ul.gfield_checkbox li:last-child,
body.single-solution .gform_wrapper .radioreq ul.gfield_radio li:last-child {
	margin-bottom: -9px !important;
}
*/

.page-template-how-we-are-different-template .info-select {
	padding-top: 72px;
}

.page-template-how-we-are-different-template .contact .select2-container--default .select2-selection--single {
	margin-bottom: 0px;
}

.page-template-how-we-are-different-template .contact form textarea {
	margin-top: -18px;
}

.page-template-how-we-are-different-template .select2-container {
	margin-bottom: 30px;
}

.page-template-how-we-are-different-template .info-select .select2-container {
	margin-bottom: 30px;
	position: relative;
	top: 14px;
}

.solution-template-default.postid-2145 .services-alt2 .container,
.solution-template-default.postid-2212 .services-alt2 .container {
	padding-top: 0px !important;
	border-top: none !important;
}

#intro.blue-bar-intro {
	padding: 0;
	position: relative;
}

#intro.blue-bar-intro .bg {
	background-size: cover;
	height: 0;
	padding-bottom: 27%;
	padding-top: 0;
	position: relative;
	width: 100%;
	z-index: 5;
}

#intro.blue-bar-intro h1 {
	background-color: rgba(16, 69, 172, 0.7);
	bottom: 15%;
	color: #fff;
	left: 0;
	font-size: 36px;
	max-width: 100%;
	min-width: 45%;
	padding: 10px 40px;
	position: absolute;
	text-align: right;
	z-index: 10;
}

@media screen and (max-width: 768px) {
	#intro.blue-bar-intro h1 {
		background-color: rgba(16, 69, 172, 1);
		bottom: auto;
		font-size: 28px;
		position: relative;
		text-align: center;
		width: 100%;
	}
}

/*body.postid-2500 .focus-info .container {
	padding-bottom: 50px;
	padding-top: 10px;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: -50px;
}*/

body.postid-3881 .focus-info .container {
	padding-bottom: 30px;
	padding-top: 10px;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: -50px;
	display: table;
}

#gform_fields_63 .gfield.contact-select+.contact-select {
	margin-top: 40px !important;
}

#quote-form input#input_77_25 {
	font-size: 18px;
}

#field_77_24 .gfield_description {
	padding: 0 0 5px;
	;
}

#intro-home .container {
	position: relative;
	z-index: 7777777;
}

@media only screen and (min-width: 280px) and (max-width: 360px) {
	#intro-home .select-content {
		padding: 12px 25px 25px 25px;
		transform: scale(0.85);
		right: 9%;
	}
}

.btn-custom {
	background: #3f8cc0;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 3px;
	border: 2px solid #3f8cc0;
	padding: 18px 30px;
	margin: 35px 0 0;
	display: table;
	color: #fff;
}

.btn-custom:hover {
	background: #00cecd;
	color: #fff;
	border: 2px solid #00cecd;
}

.popup-form {
	background: #fff;
	position: fixed;
	width: 400px;
	top: 50%;
	transform: translateY(-50%);
	right: -400px;
	border-right: none;
	height: 540px;
	max-height: 90%;
	transition: .4s;
	z-index: 77777777;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 29px rgba(0, 0, 0, 0);
	box-shadow: 0 0 29px rgba(0, 0, 0, 0);
}

.popup-form.active {
	right: 0px;
	-webkit-box-shadow: 0 0 29px rgba(0, 0, 0, .11);
	-moz-box-shadow: 0 0 29px rgba(0, 0, 0, .11);
	box-shadow: 0 0 29px rgba(0, 0, 0, .11);
}

.popup-form ul,
.popup-form li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.popup-form .contact {
	padding: 25px 15px;
	overflow: auto;
	height: 100%;
}

.pf-select {
	background: #27EBDA;
	color: #1045AC;
	font-weight: bold;
	padding: 5px 10px 0;
	font-size: 15px;
	width: 140px;
	text-align: center;
	position: absolute;
	transform: rotate(-90deg);
	left: -89px;
	top: 50%;
	line-height: 34px;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	letter-spacing: 1px;
	margin-top: -38px;
}

.popup-form .gform_wrapper {
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	height: 100%;
	padding: 30px 20px;
}

.popup-form input {
	border: none;
	border-bottom: 1px solid #cccccc;
	background: transparent;
	box-shadow: none;
	width: 100% !important;
	font-size: 17px !important;
	height: 40px;
	padding: 0 0px;
	/* color: #a7a7a7; */
}

.popup-form label {
	font-size: 25px;
	padding: 0px 0px;
	font-weight: 400;
	margin: 0px 0 0;
	width: 100%;
	color: #a7a7a7;
	position: relative;
	top: 15px;
	right: -10px;
	margin-bottom: -30px;
}

.popup-form textarea {
	border: 1px solid #e3e3e3;
	font-size: 17px !important;
	padding: 18px;
	height: 154px;
	width: 100%;
	margin-bottom: -16px;
}

.popup-form input[type="submit"] {
	background: #1045ac;
	border-radius: 8px;
	height: 50px;
	padding: 0 53px;
	color: #fff !important;
	width: auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	border: none;
	width: calc(100% - 20px) !important;
	margin: 0 10px !important;
}

.popup-form input[type="submit"]:hover {
	background: #00cecd;
	color: #fff;
}

.popup-form .gform_wrapper ul.gform_fields li.gfield {
	padding: 0 10px !important;
}

.popup-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: 'Proxima N W01 Reg';
	border: 1px solid #d8d8d8;
	background: transparent;
	font-size: 17px;
	padding: 3px 15px;
	color: #000;
	position: relative;
	z-index: 77;
}

.popup-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 2px;
	right: 14px;
	width: 20px;
}

.popup-form .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: none;
	height: 54px;
}

.popup-form .select2-results {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px !important;
}

.popup-form .select2-results li {
	padding: 8px 20px;
	font-size: 17px;
	color: #222 !important;
	text-align: left;
	background: #fff !important;
	border-top: 1px solid #ddd;
}

.popup-form .select2-results li:hover {
	color: #fff !important;
	background: #248dc1 !important;
}

.popup-form .contact-select {
	display: table;
	height: 57px;
	margin-bottom: -47px;
}

.popup-form .gform_wrapper textarea.medium {
	height: 115px;
	width: 100%;
	margin-bottom: -3px;
}

.popup-form .field_description_below h5 {
	font-size: 25px !important;
	margin: -14px 0 -3px;
}

.popup-form .select2-container {
	width: 100% !important;
	z-index: 777777777777;
}

.contact-select-pop {
	margin-bottom: -40px !important;
	display: table;
	width: 100%;
}

.contact-select-pop+.contact-select-pop {
	margin: 0 0 30px !important;
	display: table;
	width: 100%;
	position: relative;
	top: 60px
}

.popup-form .select2-results {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0px !important;
	position: relative;
	left: -4px;
}

.popup-form .gform_wrapper {
	overflow: auto;
	padding: 30px 20px 15px 20px;
	overflow-x: hidden;
}

.contact form textarea {
	margin-top: -16px !important;
}

.team-single-info .footer2-social a {
	color: #3f8cc0;
}

.team-single-info .footer2-social a:hover {
	color: #00cecd;
}

.team-single-info .footer2-social {
	margin: -10px;
}

.disclaimer p {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	padding: 0 21%;
}

.disclaimer h6 {
	color: #1fd4d1;
	font-size: 14px;
	margin: 40px 0 17px;
	padding: 0;
}

.popup-form .select2-container--default .select2-results>.select2-results__options {
	max-height: 165px !important;
	overflow-y: auto;
}

.item.slick-slide img {
	width: 100%;
}

.mf-item {
	position: relative;
	display: block;
}

.mf-item>a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 182px;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.popup-form .select2-results li {
		font-size: 15px;
	}
	.popup-form .select2-container--default .select2-results>.select2-results__options {
		max-height: 134px !important;
		overflow-y: auto;
	}
	.popup-form {
		height: 600px !important;
		max-height: 98%;
	}
}

@media only screen and (min-width: 250px) and (max-width: 419px) {
	#intro-home .select-content {
		margin: 0 !important;
		left: 50%;
		transform: translateX(-50%);
	}
	.popup-form .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 14px;
	}
	.popup-form .select2-container--default .select2-selection--single .select2-selection__arrow {
		right: -5px;
	}
}

@media only screen and (min-width :420px) and (max-width: 992px) {
	.rp-item {
		width: 50%;
		float: left;
		padding: 0 10px;
	}
	.focus-article {
		display: table;
		width: 100%;
	}
}

@media only screen and (min-width :420px) and (max-width: 767px) {
	.pf-select {
		margin-top: 15% !important;
	}
	#intro-home .select-content em {
		font-size: 15px;
		display: inline-block;
	}
	#intro-home .select-content .select-wrap2,
	.select-content .select-wrap3 {
		width: 200px;
	}
	#intro-home .select-wrap {
		width: 200px;
	}
	#intro-home .select-content em {
		font-size: 15px;
	}
	#intro-home .select-content {
		padding: 0;
	}
	#intro-home .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 18px;
	}
	#intro-home .select-content {
		padding: 0 10px 15px !important;
		background: rgba(0, 0, 0, 0.4);
	}
}

@media only screen and (min-width :250px) and (max-width: 767px) {
	#intro-home .select2-container--default .select2-results>.select2-results__options {
		max-height: 231px !important;
		overflow-y: auto;
	}
}

.job-filter .controls {
	font-size: 0px;
}

.job-filter .controls label {
	font-size: 12px;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.job-filter .controls>span {
	margin: 0 5px;
}

.page-template-careers-template .info-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 21px;
	border: 1px solid #ccc;
	padding: 0 15px;
	text-transform: capitalize;
}

.page-template-careers-template .info-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -26px;
	border-width: 7px 6px 0 6px;
}

.page-template-careers-template .after-filter {
	margin-top: 20px;
}

.page-template-careers-template .info-select .select2-results__option {
	font-size: 17px;
	text-transform: capitalize;
}

@media only screen and (min-width: 420px) and (max-width: 650px) {
	.job-wrap2,
	.job-wrap3,
	.job-wrap {
		width: 170px;
	}
	.job-filter fieldset {
		min-width: auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 4000px) {
	.service-item {
		margin: 0 0 30px 0 !important;
	}
	.service2 .service-item {
		min-height: 291px !important;
	}
	.service2 .service-item p {
		font-size: 17.25px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari 5+ ONLY */
	 ::i-block-chrome,
	.service2 .service-item {
		padding: 25px 31px 50px 31px;
		display: table !important;
		height: auto !important;
	}
}

.video-section {
	background-size: cover;
	padding: 275px 0;
}

.video-section h3 {
	font-size: 91px;
	color: #fff;
	margin: 0 0 22px;
}

.video-section strong {
	font-family: 'Proxima N W01 Bold';
}

.video-section p {
	font-size: 30px;
	color: #13d0ca;
	padding: 0;
}

.video-section .bttn {
	cursor: pointer;
	display: none;
}

.video-section.video-section-alt .bttn {
	display: table;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.pf-select {
		display: none;
		top: 30%;
		margin-top: 0px;
	}
	.youtubeVimeoWithPlaylist.default .thumbsHolder_ThumbOFF .title {
		display: none !important;
	}
	.youtubeVimeoWithPlaylist.default .thumbsHolder_ThumbOFF .padding {
		padding: 15px 5px 0 !important;
	}
	.video-carousel {
		padding: 70px 0 120px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 419px) {
	.video-carousel {
		padding: 70px 0 170px !important;
	}
	.popup-form {
		height: calc(100vh - 50px) !important;
	}
	.popup-form {
		bottom: calc(-100vh + 45px);
	}
}

@media only screen and (min-width:420px) and (max-width: 600px) {
	.team-item {
		max-height: 158px !important;
	}
}

@media only screen and (min-width:601px) and (max-width: 767px) {
	.team-item {
		max-height: 180px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1340px) {
	.location-info {
		bottom: 115px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
	.popup-form.active {
		width: 315px !important;
	}
}

@media only screen and (min-width: 250px) and (max-width: 374px) {
	.popup-form.active {
		max-width: 279px !important;
	}
}

@media only screen and (max-width: 549px) and (min-width: 420px) {
	.team-item {
		max-height: none !important;
	}
}

.search #intro h1 {
	word-break: break-all;
}

.clear-multi {
	display: table;
}

.clear-multi div {
	float: left !important;
	clear: inherit;
}

.date-field .gfield_label {
	display: table;
	float: none !important;
	padding: 0 !important;
	margin: 15px 0 10px -10px !important;
}

body .clear-multi div label {
	font-size: 15px !important;
	padding: 0 !important;
	margin: -10px 0 0 -10px !important;
}

body .clear-multi div select {
	border: none;
	border-bottom: 1px solid #ccc;
	height: 40px;
	font-size: 17px;
}

body .clear-multi div input {
	padding: 0 !important;
}

body .gform_wrapper .top_label .date-field div.ginput_container {
	margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield.date-field {
	margin-top: 0px !important;
}

.claim-report-form .gfield_radio input {
	opacity: 0;
	position: absolute;
	top: 0;
}

.clear-multi {
	display: table;
}

.clear-multi div {
	float: left !important;
	clear: inherit;
}

.date-field .gfield_label {
	display: table;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	top: 0 !important;
	left: 0 !important;
	line-height: 25px !important;
}

body .clear-multi div label {
	font-size: 15px !important;
	padding: 0 !important;
	margin: 0px 0 0 0px !important;
	min-height: 20px;
	width: 100%;
	top: 0 !important;
	left: 0;
	!important;
}

body .clear-multi div i {
	display: none;
}

body .clear-multi div select {
	border: none;
	border-bottom: 1px solid #ccc;
	height: 40px;
	font-size: 17px;
}

body .clear-multi div input {
	padding: 0 !important;
}

body .gform_wrapper .top_label .date-field div.ginput_container {
	margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield.date-field {
	margin-top: 0px !important;
}

.page-template-claims-template .contact {
	background-color: #f1f1f1;
	/*margin-bottom: 60px;*/
	margin-top: 60px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
}

.page-template-claims-template #meet-team { 
	padding-top: 50px
}
/*
.page-template-claims-template #meet-team .container {
	border-top: 1px solid #ccc; 
	padding-top: 70px;
} */

.claim-report-form .gfield_radio input {
	opacity: 0;
	position: absolute;
	top: 0;
}

.claim-report-form * {
	margin: 0 auto !important;
}

.claim-report-form h2 {
	font-size: 24px;
	text-align: center;
}

.claim-report-form .gform_body {
	max-width: 550px;
}

.claim-report-form .gfield_label {
	font-size: 18px !important;
}

.claim-report-form .ginput_container_date {
	float: left;
	width: auto !important;
}

.claim-report-form .gform_footer,
.claim-report-form h5 {
	text-align: center;
}

.claim-report-form .textbox-inline + .textbox-inline {
	clear: none !important;
	margin-left: 20px !important;
	width: calc(50% - 20px) !important;
}

.claim-report-form .textbox-inline + .textbox-inline + .textbox-inline {
	margin-left: 0 !important;
	width: 50% !important;
}

body .claim-report-form ul li.gfield input {
	font-size: 16px !important;
	height: 24px !important;
	margin: 0 0 15px !important;
	padding: 0 !important;
}

body .claim-report-form ul li.gfield textarea {
	margin: 0 0 4px !important;
}

.field_description_below h5 {
	font-size: 20px !important;
	margin: 5px auto !important;
	background: transparent;
}

body .claim-report-form .top_label .gfield_label, 
body .claim-report-form .top_label .ginput_container_address label {
	color: #666 !important;
	display: block !important;
	font-family: 'Proxima N W01 Bold', sans-serif !important;
	font-size: 16px !important;
	margin: 0 0 4px !important;
	top: 0 !important;
	right: 0 !important;
	padding: 0 !important;
	/* min-height: 30px; */
}

body .claim-report-form .gfield_label_before_complex {
	float: none !important;
}

body .claim-report-form .field_description_below .gfield_description {
	padding: 10px 0;
}

body .claim-report-form .ginput_right.address_state,
body .claim-report-form .ginput_left.address_city {
	margin-top: 0px !important;
}

body .claim-report-form .top_label .gfield_required {
	display: inline-block;
	float: none;
}

/*body .claim-report-form .top_label label.gfield_label {
	top: 12px !important;
	position: relative;
	margin-bottom: -30px !important;
	right: -15px !important;
}*/

body .claim-report-form .top_label .date-field label.gfield_label {
	top: 0px !important;
	position: relative;
	margin: 10px 0 0 !important;
	right: 0px !important;

}

body .claim-report-form .radioreq label.gfield_label {
	top: 0px !important;
	position: relative;
	margin: 0 !important;
	right: 0px !important;
	min-height: 0;
}

body .claim-report-form .gfield_radio li label {
	/*min-width: 123px;*/
	margin: 0 10px;
	top: 0 !important;
}

body .claim-report-form .top_label .date-field.col-sm-6 {
	width: 50%;
	float: left;
	clear: none;
}

body .claim-report-form .top_label .date-field.col-sm-6 + .date-field.col-sm-6,
body .claim-report-form .top_label .date-field.col-sm-6 + .date-field.col-sm-6 + .date-field.col-sm-6 + .date-field.col-sm-6 {
	clear: none !important;
	margin-left: 20px !important;
	width: calc(50% - 20px) !important;
}

body .claim-report-form .top_label .date-field.col-sm-6 + .date-field.col-sm-6 + .date-field.col-sm-6 {
	clear: left !important;
	margin-left: 0px !important;
	width: 50% !important;
}

body .claim-report-form .select2-selection__rendered {
	font-size: 17px !important;
	line-height: 26px !important;
}

body .claim-report-form .select2-selection__arrow {
	height: 20px !important;
}

body .claim-report-form .select2-selection--single {
	height: auto !important;
}

body .clear-multi div select {
	border: none;
	border: 1px solid #ccc;
	height: 34px;
	font-size: 17px;
}

body .claim-report-form .top_label .date-field.col-sm-6 {
	width: 50%;
	float: left;
	clear: none;
	padding: 0;
}

body .gform_wrapper .top_label .date-field div.ginput_container {
	margin-bottom: 10px !important;
	margin-top: 0 !important;
	margin-right: 10px !important;
	/* width: 100px !important; */
}

body .gform_wrapper .top_label .date-field div.ginput_container input {
	width: 45px !important;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #ccc;
	height: 34px !important;
	margin-bottom: 4px !important;
}

body .claim-report-form .top_label .date-field label.gfield_label {
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: bold !important;
	letter-spacing: 0.5px;
}

.claim-report-form .date-field .clear-multi {
	float: left;
}

.claim-report-form .date-field .clear-multi div {
	display: inline-block;
	max-width: none !important;
	vertical-align: top;
}

body .claim-report-form .top_label .sub-cbox {
	margin-top: -5px !important;
}

body .claim-report-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.contact .claim-report-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 15px;
}

body .gform_wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
}

.page-template-contact-template .gform_footer {
	text-align: center;
}

@media only screen and (min-device-width: 250px) and (max-device-width: 600px) {
	body .claim-report-form .top_label .date-field.col-sm-6 {
		width: 100%;
		float: none;
		clear: none;
		padding: 0;
	}
}

.post-excerpt table,
.post-excerpt table th,
.post-excerpt table td {
	border: 1px solid #ccc;
	padding: 10px;
}

.post-excerpt ul,
.post-excerpt ol {
	padding: 0;
}

.post-excerpt ul li,
.post-excerpt ol li {
	margin: 0 0 10px 20px;
}

.post-excerpt ul li ul,
.post-excerpt ol li ol {
	margin: 5px 0 10px 20px;
}

.post-excerpt img {
	max-width: 100%;
	height: auto;
}

.post-excerpt .main-image {
	margin-bottom: 50px;
}

.post-excerpt a {
	color: #13d0ca;
	font-family: 'Proxima Nova W01 Medium';
}

.post-excerpt a:hover {
	color: #1045ac;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.wp-caption-text {
	padding: 10px 0;
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

article table,
article table th,
article table td {
	border: 1px solid #ccc;
	padding: 10px;
}

article ul,
article ol {
	padding: 0;
}

article ul li,
article ol li {
	margin: 0 0 10px 20px;
}

article ul li ul,
article ol li ol {
	margin: 5px 0 10px 20px;
}

article img {
	max-width: 100%;
	height: auto;
}

.post-excerpt ul li,
.post-excerpt ol li {
	font-size: 19px;
	line-height: 27px;
	color: #000;
}

a.submenu-custom-link,
li.submenu-custom-link a {
	position: relative;
}

a.submenu-custom-link:after,
li.submenu-custom-link a:after {
	content: "\f08e";
	font-family: FontAwesome;
	margin-left: 13px;
	position: relative;
	top: 1px;
}

@media only screen and (min-width :551px) and (max-width :767px) {

.row.row-eq-height [class*="col-sm-6"] ,
.row.row-eq-height > [class*='col-sm-4'] {
    width: 100%;
}

}

@media only screen and (min-width :768px) {
	.col-5col {
		width:20%;
		float:left;
	}
}

.col-5col {
	padding:0 15px;
	position:relative;
}

.content-new,
.video-section {
	background-size:cover !important;
}

.content-new.with-background ,
.content-new {
	padding:60px 15px 30px;
	position:relative;
	overflow: hidden;
	background-color:#000;
}

.content-new.with-background:before {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000%;
	height: 10000000px;
	opacity: 0.5;
	z-index:0;
}

.content-new * {
	color:#fff;
}

/* Fix for homepage banner at top of the page with a dark colored background */
.page-template-home-template .content-new a:hover {
	color: #27ebda;
}

.content-new .container,
.content-new .container-fluid {
	position:relative;
}

.row.row-eq-height {
	padding-top:50px;
}

.container-fluid .row.row-eq-height {
	padding-top:0;
}

.row.row-eq-height [class*="col-"] {
	margin-bottom:30px;
}

.row.row-eq-height h3 {
	margin-top:0;
}

.head {
	text-align:center;
	font-size:18px;
	color:#68d1cd;
	font-weight:bold;
}

.container-fluid .head {
	margin-bottom:0;
}

.head + .row-eq-height {
	padding-top:0;
}
	
.head h2 {
	margin:0;
	font-size:40px;
	font-weight:bold;
	margin-top:50px;
}

/*.head p {
	font-size:18px;
	color:#68d1cd;
	font-weight:bold;
	margin-bottom:50px;
}*/

.content-new .head h2 {
	margin-top:0;
}



.video-section {
	min-height:100%;
}

.col-md-12 .video-section {
	margin:0 -15px;
}

.video-section:before {
	content:"";
	background:#000;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.4;
}

.video-section .container {
	position:relative;
	z-index:11;
}

.col-sm-3  .video-section,
.col-sm-4  .video-section,
.col-sm-6  .video-section {
	padding:150px 0;
}

.col-sm-3  .video-section h3,
.col-sm-4  .video-section h3,
.col-sm-6  .video-section h3 {
	font-size:45px;
	line-height:1.1;
	margin:0 0 5px;
}

.col-sm-3  .video-section p,
.col-sm-4  .video-section p,
.col-sm-6  .video-section p {
	font-size:25px;
	line-height:1.1;
}

.col-sm-3  .video-section .bttn,
.col-sm-4  .video-section .bttn,
.col-sm-6  .video-section .bttn {
	padding:25px 25px;
	min-width:220px;
	text-align:center;
}

/*
.row-eq-height .home-service-item .bttn2 {
    width: auto;
    padding: 16px 15px;
    font-size: 19px;
}
*/

.row.row-eq-height [class*="col-md-12"] {
    margin-bottom:0;
}

@media only screen and (min-width : 768px)  and (max-width : 992px) {

.col-5col {
    width: 33.333333%;
    float: left;
}

.container-fluid .col-md-12 .video-section.video-section-alt {
    margin: 0 -15px;
}

.container-fluid .col-md-12 .video-section {
    margin: 0 -15px;
}

}

@media only screen and (min-width : 993px)  and (max-width : 1050px) {

.row.row-eq-height .col-5col {
	width:25%;
}

}

@media only screen and (min-width : 768px)  and (max-width : 1050px) {
	.row.row-eq-height  .col-sm-4 .video-section .bttn {
		min-width:auto;
	}

.row.row-eq-height .col-sm-8 {
    width: 50%;
}

.row.row-eq-height .col-sm-9 {
    width: 75%;
}

.row.row-eq-height .col-sm-4 {
    width: 50%;
}

.row.row-eq-height .col-sm-6:nth-child(2n+1)  ,
.row.row-eq-height .col-sm-4:nth-child(2n+1)  {
	clear:both;
}

	.row.row-eq-height .col-sm-6 {
		width:50%;
	}
	.youtubeVimeoWithPlaylist.default .thumbsHolder_ThumbOFF span {
		display:none !important;
	}
}

.row-footer {
	width: 100%;
	text-align: right;
	position: relative;
	font-size: 12px;
	margin: 50px 0 0px;
        display:table;
}

h3.sep {
	position: relative;
	padding-bottom: 25px;
}

h3.sep:after {
	content: "";
	position: absolute;
	background: #68d1cd;
	height: 2px;
	bottom: 13px;
	width: 40px;
	left: 0;
}

.service-list {
	width:100%;
}

.service-list-item {
	margin-bottom:30px;
	padding:0 15px;
}

.service-list-item p:empty {
	display:none;
}

.service-list-item .list {
	padding:0 0 0 15px;
font-size:16px;
}

.col-sm-6 .video-carousel {
    padding: 30px 0 !important;
}

.video-carousel [class*="col-"] {
	margin-bottom:0 !important;	
}

.youtubeVimeoWithPlaylist.default .thumbsHolderWrapper {
    height: auto !important;
}

@media only screen and (min-width: 993px) {

div.col-md-10.col-md-offset-1 {
left:8%;
margin: 0px;
position:relative;
}

}

@media only screen and (min-width: 768px) {

.youtubeVimeoWithPlaylistBorder {
    max-height: 100%;
}
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

.col-sm-6 .video-carousel {
    padding: 40px 0;
}

}
@media only screen and (min-width: 501px) and (max-width: 767px) {

.col-sm-6 .video-carousel {
    height: calc(100% - 38px);
}

.xls-2,
.col-5col {
		width:50%;
		float:left;
	}

.col-5col:nth-child(2n+1) {
	clear:both;
}
.service-list-item {
	float:left;
	width:50%;
}

.service-list-item:nth-child(2n+1) {
clear:both;
}

}
@media only screen and (min-width: 768px) {

.service-list-item {
	float:left;
	width:33.3333%;
}

	.service-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}

	.service-list {
		max-width:1215px;;
		margin:0 auto;
	}
		
	.service-list .service-list-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.service-list .service-list-item {
		-webkit-flex-basis: calc(33.3333% - 15px);
    -ms-flex-preferred-size: calc(33.3333% - 15px);
        flex-basis: calc(33.3333% - 15px);
	}
	.service-list-item .item {
		margin:0 auto;
		display:table;
	}
}

@media only screen and (max-width: 767px) {

.col-md-12 .video-section  h3 {
    font-size: 50px;
}

}

.row-eq-height img {
max-width:100%;
height:auto;
}

@media only screen and (min-width: 501px) and (max-width: 767px) {


.col-sm-4 .video-section {
    min-height: 600px;
    max-height: 600px;
}
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {

.col-sm-3 .video-section .bttn, .col-sm-4 .video-section .bttn, .col-sm-6 .video-section .bttn {
    padding: 25px 15px;
    min-width: 170px;
    font-size: 15px;
    letter-spacing: 3px;
}

}

.row-eq-height .gform_description {
display:none;
}

@media only screen and (min-width: 641px){

.row-eq-height .gform_wrapper textarea.medium {
    width: 100%;
    margin-top: -28px !important;
    border-width: 1px;
}

}

.row-eq-height .gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    height: 30px;
}

.row-eq-height .radioreq {
    padding: 15px 0 22px !important;
}

.row-eq-height .gfield.gfield_html.field_description_below.gfield_visibility_visible {
	min-height:6px;
}

.row-eq-height .field_description_below h5 {
    display: none;
}

.row-eq-height .radioreq label.gfield_label {
    margin-bottom: 15px !important;
}

.row-eq-height .ginput_container_radio + .gfield_description {
	margin-top:30px;
	display:block;
	margin-bottom:-30px !important;
}

.remove-bg {
	background:transparent !important;
padding:0 !important;
}

.container.content-fullwidth {
	max-width:1150px;
	margin:0 auto;
}

.container-fluid.content-fullwidth {
	max-width:100%;
	min-width:100%;
}

@media only screen and (min-width: 768px) {

.job--listing .row {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.job--listing .row > .service-item {
  display: flex; 
  flex-basis: calc(50% - 14px);  
  justify-content: center;
  flex-direction: column;
}

.job--listing .row > .service-item {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

}

.youtubeVimeoWithPlaylist.default .thumbsHolder_ThumbOFF .title {
    font-size: 15px !important;
}

.password-protected {
	background:#fff;
	border:1px solid #e5e5e5;
        width:95%;
	max-width:600px;
	margin:0 auto 100px;
	padding:40px 40px 30px;
}

.password-protected form > p:first-child {
	font-size:20px;
	text-align:center;
}

.password-protected form {
	position:relative;
}

.password-protected form > p label {
	font-size:0px;
	width:100%;
	padding-right:130px;
	position:relative;
}

.password-protected form > p input[type=password] {
	height: 60px;
	padding: 0 20px;
	border: 1px solid #d9d9d9;
	color: #000;
	background: transparent;
	width: 100%;
	margin: 0;
	font-size:17px;
	width:100%;
}

.password-protected form > p input[type="submit"] {
	background: #3f8cc0;
	height: 60px;
	color: #fff;
	width: auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	border: none;
	width:125px;
	position:absolute;
	bottom:5px;
	right:0;
}

.password-protected form > p input[type="submit"]:hover {
	background: #00cecd;
	color: #fff;
}

@media only screen and (max-width: 550px) {

.password-protected {
	padding:25px 25px 15px;
}

.password-protected form > p label {
	padding-right:0px;
}

.password-protected form > p input[type="submit"] {
	bottom:0;
	right:0;
	margin-top:10px;
        position: relative;
}

}

@media only screen and (min-width :551px) {
    .row.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	          flex-wrap: wrap;
	}
	.row.row-eq-height:before {
		display: none;
	}
	.row.row-eq-height > [class*='col-'] {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	      -ms-flex-direction: column;
	          flex-direction: column;
	}
}

/* Safari 6.1-10.0 */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {

.youtubeVimeoWithPlaylistBorder {
    max-height: 100% !important;
}


	.row.row-eq-height [class*=col-]{
		margin:0 -.3px 30px;
	}		


}}

@media only screen and (min-device-width: 993px) and (max-device-width: 5000px) and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
	.team-single>.container>.row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
}}

@media only screen and (min-width: 768px) and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {

	.service-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}

	.service-list .service-list-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}		
}}

@media only screen and (min-width: 768px) and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {

	.job--listing .row {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
	}

	.job--listing .row > .service-item {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
	}
.job--listing  .service-item {
	height:auto !important;
min-height:300px !important;
}
}}


@media not all and (min-device-width: 993px) and (max-device-width: 5000px)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

	.team-single>.container>.row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}}

/* Safari 10.1 */
/* @media not all and (min-resolution:.001dpcm)
{ @media {

	.row.row-eq-height [class*=col-]{
		margin:0 -.3px 30px;
	}
	
}
} */


@media only screen and (min-width:551px) {
	.flipbook-container {
		display: block;
		height: 0;
		padding-bottom: 60%;
		width: 100vw;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	            transform: translateX(-50%);
	}

	.flipbook-container [data-fbo-id] {
		position: absolute;
		height: 100% !important;
	}
}

	@media only screen and (min-width:551px) and (max-width:991px) {
		.flipbook-container {
			margin-left: -20px;
		}
	}

	@media only screen and (max-width: 550px) {
		.flipbook-container [data-fbo-id] {
			max-height: 400px;
		}
	}


/*****
	Button Classes
*****/

.link--arrow {
	color: #1045AC;
	font-family: 'Proxima N W01 Bold' !important;
}

.link--arrow:after  {
	background-image: url('img/link-arrow.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 10px;
	margin-left: 5px;
	vertical-align: middle;
	width: 11px;
}

[class*="button--"] {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
    border-radius: 20px;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	box-sizing: content-box;
    display: inline-block;
    font-family: 'Proxima N W01 Bold';
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
    padding: 0px 20px;
    text-align: center;
	text-shadow: none;
	transition: all 0.25s ease-out;
}

[class*="button--"].size--large {
	border-radius: 25px;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
}

	[class*="button--"]:active {
		transform: scale(0.95);
	}

	.button--outline-green {
		border-color: #27ebda;
		color: #27ebda;
	}

		.button--outline-green:hover {
			background-color: #27ebda;
			color: #1045AC;
		}

	.button--green {
		background-color: #27ebda;
		border-color: #27ebda;
		color: #1045AC;
	}

		.button--green:hover {
			background-color: #10CBBB;
			color: #1045AC;
		}

	.button--outline-blue {
		border-color: #1045AC;
		color: #1045AC;
	}

		.button--out-blue:hover {
			background-color: #1045AC;
			color: #27ebda;
		}

	.button--blue {
		background-color: #1045AC;
		border-color: #1045AC;
		color: #27ebda;
	}

		.button--blue:hover {
			background-color: #001F7C;
			border-color: #001F7C;
			color: #27ebda;
		}


@font-face {
	font-family: 'proxima_novaextrabold';
	src: url('fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'),
			url('fonts/proxima_nova_extrabold-webfont.woff') format('woff'),
			url('fonts/proxima_nova_extrabold-webfont.ttf') format('truetype'),
			url('fonts/proxima_nova_extrabold-webfont.svg#proxima_novaextrabold') format('svg');
	font-weight: normal;
	font-style: normal;

}
.site-header {
	background-color: #fff;
	padding-top: 0;
}

	.site-header .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0 20px;
	}

	.site-header .row:before, .site-header .row:after {
		display: none;
	}

.menu-main-nav-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 30px;
	width: 100%;
}

.header-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	-webkit-font-smoothing: initial;
}

	.header-menu:after {
		content: '';
		display: block;
		-webkit-box-flex: 2;
		-webkit-flex: 2 0 auto;
		    -ms-flex: 2 0 auto;
		        flex: 2 0 auto;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}

.header-menu a {
	color: #000;
	font-family: 'Proxima Nova W01 Medium';
	font-size: 14px;
	line-height: 1em;
}

.header-menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	/*position: relative;*/
}

.header-menu > li.nav--right {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}

.header-menu > li.nav--right + li.nav--right::before {
	background-color: #ccc;
	content: '';
	display: inline-block;
	height: 1em;
	width: 1px;
}

.header-menu > li {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 20;
}

	.header-menu > li > a {
		display: block;
		padding: 0px 25px;
	}

		.header-menu > li:hover > a {
			color: #3f8cc0;
		}

	.header-menu li > ul {
		border-top: 4px solid #1045ac;
		min-width: 180px;
	}

	.header-menu li:hover > ul {
		opacity: 1;
		pointer-events: all;
	}

	.header-menu li:focus-within > ul {
		opacity: 1;
		pointer-events: all;
	}

	.header-menu > li > ul {
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

	.header-menu ul {
		background-color: #fff;
		opacity: 0;
		padding: 10px 0;
		pointer-events: none;
		position: absolute;
		text-transform: none;
		top: calc(100% - 4px);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		z-index: 10;
	}

		.header-menu ul:after {
			box-shadow: 0 1px 3px rgba(0,0,0,0.05);
			content: '';
			height: 100%;
			left: 0;
			pointer-events: none;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 10;
		}

		.header-menu ul a {
			display: block;
			font-size: 13px;
			line-height: 1.3em;
			padding: 8px 20px;
			/*white-space: nowrap;*/
		}

		.header-menu li:hover > a {
			color: #0F45AC;
		}

	.header-menu ul li {
		display: block;
	}

	.header-menu ul ul {
		background-color: #F1F1F1;
		/*box-shadow: 0 0 2px inset rgba(0,0,0,0.1);*/
		border-top: 0;
		left: 100%;
		max-width: 100%;
		min-height: 100%;
		top: 0;
		width: 100vw;
		z-index: 8;
	}

	.header-menu ul ul a {
		font-family: 'Proxima N W01 Reg' !important;
		text-transform: none;
		/*white-space: normal;*/
		-webkit-font-smoothing: antialiased;
	}

	.header-menu .bold a {
		font-family: 'Proxima N W01 Bold' !important;
	}

	.mobile-header {
		display: none;
	}

@media only screen and (max-width: 960px) {

	.site-header {
		z-index: 77777779;
	}

	.site-header .row {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		padding: 0 15px;
	}

	.menu-main-nav-container {
		margin-left: 0;
	}

	.logo {
		left: 15px;
		margin: 5px 0;
		max-height: 40px;
		position: absolute;
	}

	.mobile-header {
		background-color: #fff;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 50px;
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
		width: auto;
		z-index: 20;
	}

		.mobile-header .active-only {
			display: none;
			opacity: 0;
			-webkit-transition: all 0s linear 0.3s;
			transition: all 0s linear 0.3s;
		}

	.menu-main-nav-container { 
		-webkit-box-align: start; 
		-webkit-align-items: flex-start; 
		    -ms-flex-align: start; 
		            -ms-grid-row-align: flex-start; 
		        align-items: flex-start;
		background-color: #F1F1F1;
		height: calc(100vh - 50px);
		left: 100%;
		overflow: auto;
		position: absolute;
		top: 100%;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
		width: 100%;
	}

		.menu-main-nav-container.active { 
			left: 0;
		}

	.header-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0 auto;
		padding: 10px 0 20px;
		width: calc(100% - 30px);
	}

		.header-menu > li {
			-webkit-box-align: start;
			-webkit-align-items: flex-start;
			    -ms-flex-align: start;
			            -ms-grid-row-align: flex-start;
			        align-items: flex-start;
			border-bottom: 1px solid #D4D4D4;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			    -ms-flex-direction: column;
			        flex-direction: column;
		}

		.header-menu > li > a {
			padding-bottom: 5px;
			padding-left: 0;
			padding-top: 15px;
			width: 100%;
		}

		.header-menu > li > ul {
			left: auto;
			-webkit-transform: none;
			    -ms-transform: none;
			        transform: none;
		}

		.header-menu ul {
			display: none;
			padding: 0;
		}

			.header-menu ul a {
				padding-left: 10px;
			}

			.header-menu ul:after {
				display: none;
			}


		.header-menu li > ul {
			background-color: transparent;
			border-top: none;
			opacity: 1;
			padding-left: 5px;
			position: relative;
			top: auto;
		}

		.header-menu ul ul {
			left: 0;
			max-width: none;
			padding-left: 15px;
			padding-top: 0;
			position: relative;
			width: auto;
		}

		.header-menu .hide-mobile {
			display: none;
		}

		.header-menu .bold ~ li {
			padding-left: 10px;
		}

		.header-menu .bold + li a {
			padding-top: 2px;
		}

		.mobile-nav {
			list-style: none;
			margin: 0 15px 0 0;
			padding: 0;
			text-transform: uppercase;
			white-space: nowrap;
		}

			.mobile-nav li {
				display: inline-block;
			}

			.mobile-nav a {
				color: #3E444B;
				font-family: 'Proxima N W01 Bold';
			}

			.mobile-nav .active-only:before {
				content: 'or';
				display: inline-block;
				font-family: 'Proxima Nova W01 Medium';
				padding: 0 5px 0 1px;
				text-transform: lowercase;
			}

		.header-menu > li.nav--right + li.nav--right::before {
			display: none;
		}

	.hide-body .mobile-header {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}

		.hide-body .mobile-header .active-only {
			display: inline-block;
			opacity: 1;
		}

}

/*****
	Resources Module
*****/

.section--resources {
    padding-bottom: 30px;
    position: relative;
}

    .section--resources > div {
        position: relative;
    }

    .resources--carousel-dots {
        margin-bottom: 30px;
	}
	
	.resources--carousel-dots ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
        padding: 10px 0;
    }

    .resources--carousel-dots li {
        display: inline-block;
        list-style: none;
        margin: 0 5px;
    }

    .resources--carousel-dots {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .resources--carousel-dots button {
        background-color: transparent;
        border: 1px solid #1045AC;
        border-radius: 100%;
        display: block;
        font-size: 0;
        height: 12px;
        line-height: 4px;
        padding: 0;
        -webkit-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
        width: 12px;
    }

    .resources--carousel-dots .slick-active button {
        background-color: #27ebda;
    }

    .resources--carousel-dots button:hover,
    .resources--carousel-dots button:focus {
        background-color: #27ebda;
        opacity: 0.8;
    }

    .resources--carousel-controls {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

        .resources--carousel-controls .slick-arrow {
            background: #1045AC;
            border: none;
            border-radius: 100%;
            box-shadow: none;
            color: #27EBDA;
            display: block;
            height: 38px;
            position: relative;
            transition: all 0.25s ease-out;
            width: 38px;
            -webkit-appearance: none;
        }

        .resources--carousel-controls .slick-arrow:active {
            transform: scale(0.88);
        }
        
        .resources--carousel-controls .slick-arrow:hover {
            background-color: #092661;
        }

        .resources--carousel-controls .slick-arrow svg {
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .resources--carousel-controls .slick-prev {
            float: left;
            left: 10px;
        }

        .resources--carousel-controls .slick-next {
            float: right;
            right: 10px;
        }

    .resources--carousel {
        margin: 0 auto;
        max-width: calc(100% - 110px);
    }

    .resources--carousel .slick-track {
        display: flex;
        padding: 15px 0 30px
    }

    .resources--slide {
        background-color: #fff;
        box-shadow: 4px 5px 18px 4px rgba(0,0,0,0.07);
        border-radius: 5px;
        display: flex !important;
        height: auto !important;
        padding: 10px;
        margin-left: 15px;
        margin-right: 15px;
        
    }

    .resources--title {
        line-height: 1.2em;
        margin-bottom: 3px;
    }

    .resources--image {
        margin-bottom: 10px;
        max-height: 160px;
        overflow: hidden;
    }

    .resources--slide img {
        height: auto;
        max-width: 100%;
    }

@media only screen and (max-width: 767px) {
	.resources--carousel-controls {
		display: none;
	}

	.resources--carousel {
		max-width: 100%;
	}

	.resources--slide { 
		padding: 20px;
	}

	.resources--image {
		max-height: unset;
	}

	.resources--slide img {
		width: 100%;
	}
}

/*****
	Large Button Module
*****/

.module--large-button {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	padding-bottom: 60px;
}

.module--large-button a {
	margin: 0 10px;
}

@media only screen and (max-width: 767px) {
	.module--large-button .row {
		align-items: center;
		flex-direction: column;
	}

	.module--large-button a {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

/*****
	Button Classes
*****/

.link--arrow {
	color: #1045AC;
	font-family: 'Proxima N W01 Bold' !important;
}

.link--arrow:after  {
	background-image: url('img/link-arrow.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 10px;
	margin-left: 5px;
	vertical-align: middle;
	width: 11px;
}

.link--arrow-left {
	color: #1045AC;
	font-family: 'Proxima N W01 Bold' !important;
	font-size: 20px;
	position: relative;
}

.link--arrow-left:before {
	background-image: url('img/link-arrow.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	margin-top: -3px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	vertical-align: middle;
	width: 20px;
}

.link--arrow-left:after {
	background: #00BEF0; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00BEF0 0%,#00BEF0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00BEF0 0%,#00BEF0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
}

.link--arrow-left:hover:after {
	background: #c1ecf4; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #c1ecf4 0%,#00bff1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #c1ecf4 0%,#00bff1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-transform: scaleY(0.5);
	    -ms-transform: scaleY(0.5);
	        transform: scaleY(0.5);
}

[class*="button--"] {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
    border-radius: 20px;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	box-sizing: content-box;
    display: inline-block;
    font-family: 'Proxima N W01 Bold';
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
    padding: 0px 20px;
    text-align: center;
	text-shadow: none;
	transition: all 0.25s ease-out;
}

[class*="button--"].size--large {
	border-radius: 25px;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
}

	[class*="button--"]:active {
		transform: scale(0.95);
	}

	.button--outline-green {
		border-color: #27ebda;
		color: #27ebda;
	}

		.button--outline-green:hover {
			background-color: #27ebda;
			color: #1045AC;
		}

	.button--green {
		background-color: #27ebda;
		border-color: #27ebda;
		color: #1045AC;
	}

		.button--green:hover {
			background-color: #10CBBB;
			color: #1045AC;
		}

	.button--outline-blue {
		border-color: #1045AC;
		color: #1045AC;
	}

		.button--out-blue:hover {
			background-color: #1045AC;
			color: #27ebda;
		}

	.button--blue {
		background-color: #1045AC;
		border-color: #1045AC;
		color: #27ebda;
	}

		.button--blue:hover {
			background-color: #001F7C;
			border-color: #001F7C;
			color: #27ebda;
		}


@font-face {
	font-family: 'proxima_novaextrabold';
	src: url('fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'),
			url('fonts/proxima_nova_extrabold-webfont.woff') format('woff'),
			url('fonts/proxima_nova_extrabold-webfont.ttf') format('truetype'),
			url('fonts/proxima_nova_extrabold-webfont.svg#proxima_novaextrabold') format('svg');
	font-weight: normal;
	font-style: normal;

}

/*****
	Helper Classes
*****/
.weight--bold { font-family: 'Proxima N W01 Bold' !important; }
.weight--medium { font-family: 'Proxima Nova W01 Medium' !important; }
.weight--normal { font-family: 'Proxima N W01 Reg' !important; }
.weight--extrabold { font-family: 'proxima_novaextrabold' !important; }

.text--color-black { color:#000 !important; }
.text--color-blue { color:#1045AC !important; }
.text--color-white { color: #fff !important; }

.text--center { text-align: center; }

.text--headline {
	color: #3f8cc0;
	font-family: 'Proxima N W01 Bold';
	font-size: 24px !important;
}

.text--section-header {
	color: #1045AC;
	font-family: 'proxima_novaextrabold';
	font-size: 40px;
}

.text--subheadline {
	font-size: 20px;
	line-height: 1.5em;
}

.img-responsive-inline {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.row--flex {
	display: flex;
}

.flex--column {
	flex-direction: column;
}

.row--center {
	justify-content: center;
}

.row--between {
	justify-content: space-between;
}

.row--middle {
	align-items: center;
}

.vertical-line::before {
	background-color: #657582;
	content: '';
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	width: 1px;
}
