@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&display=swap');

/*font-family: 'Lato', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

:root {
  --main-txt-color: #6d7278; /* e.g. color: var(--main-txt-color); */
  --main-txt-dark-color: #000000; /* e.g. color: var(--main-txt-dark-color); */
  --bg-color-light: #e0e0e0; /* e.g. color: var(--bg-color-light); */
  --bg-color-dark: #121212; /* e.g. color: var(--bg-color-dark); */
  --solu-red-color: #FE5749; /* e.g. color: var(--solu-red-color); */
  --solu-blue-color: #1EC6FF; /* e.g. color: var(--solu-blue-color); */
}

body {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 18px;
	background: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #121212;
	line-height: normal;
}

.h1, h1 {
    font-size: 76px;
}
.h2, h2 {
    font-size: 50px;
}
.h3, h3 {
    font-size: 36px;
}
.h4, h4 {
    font-size: 25px;
}
.h5, h5 {
    font-size: 20px;
}
.h6, h6 {
    font-size: 16px;
}

a{
	color:var(--bg-color-dark);
}
a:hover, a:focus{
	color:#d8253e;
}

select {
	font-family: Fontawesome, 'Source Sans Pro', sans-serif !important;
}

.checkbox label, .radio label, label {
    font-size: 16px;
	font-weight:normal;
}

.fw-300{
	font-weight: 300 !important;
}
.fw-400{
	font-weight: 400 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
	font-weight: 600 !important;
}
.fw-700{
	font-weight: 700 !important;
}

.color-solu-red{
	color: var(--solu-red-color) !important;
}
.color-solu-blue{
	color: var(--solu-blue-color) !important;
}

#logo {
	padding: 0 0 0 15px;
	z-index: 999;
	position: relative;
}
#logo #thelogo {
	font-size: 0px;
	padding: 10px 0 10px 0;
}
#logo #thelogo img {
	max-width: 262px;
}
#nav-main {
	margin: -50px 0 0 0;
}

.col-md-8.kad-header-right {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	padding: 0;
}
#mega-menu-wrap-primary_navigation {
	background: transparent;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Lato', sans-serif;
	color: black;
	font-size: 17px;
	font-weight: 600;
	border-bottom: 0px solid black;
	padding: 0px 15px 60px 15px !important;
	letter-spacing: 0.2px;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link strong {
	border: 2px solid black;
	padding: 11px 25px;
	border-radius: 4px;
	font-weight: 800;
	margin-right: 15px;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
	text-align: right;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:hover{
	background: transparent;
	color: black;
	font-weight: 600;
	border-bottom: 3px solid black;
	padding-bottom: 57px !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:focus {
	outline: 0 !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: transparent;
	color: black;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 3px solid black;
	padding-bottom: 57px !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu {
	margin-top: 0px;
	border-top: 1px solid #ccc;
	background: #f8f8f8;
	padding: 60px 10%;
	border-bottom: 2px solid #ccc;
	
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	width: 100%;
	float: unset;
	max-width: 1440px;
	margin: 0 auto;
}


#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	text-transform: none;
	font-size: 34px;
	color: #131415;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > .custom-html-widget{
	font-size: 16px;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 5px 15px 5px 15px;
	width: 100%;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.bigSizeLinks > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.firstMenuLinkTitle > ul.mega-sub-menu > li:first-child > a.mega-menu-link {
	font-size: 12px;
	font-weight: 700;
	color: #979797;
	text-transform: uppercase;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	text-transform: none;
	font-weight: 500;
	color:black;
	font-size: 17px;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight: 500;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
	border-right: 1px solid #ddd;
	padding: 0 15px;
	float: none;
	display: table-cell;
	vertical-align: top;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row ul li:last-child {
	border-right: 0px solid grey;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
	width: 27%;
	padding: 0 2%;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
	width: 37.33%;
	padding: 0 2%;
}

#mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
	outline: 0;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
	font-weight: 300;
}


#wrapper{
	width: 100% !important;
	max-width: 100% !important;
}
/*#wrapper header .container {
	max-width: 1440px ;
}*/
	
#wrapper.container, #content.container, #wrapper header .container {
	width: 100% !important;
	max-width: 1440px !important;
}
#wrapper .container, #wrapper .container, footer .container{
	width: 100% !important;
	max-width: 1440px !important;
}

#wrapper .headerclass {
	position: fixed;
	z-index: 99;
	width: 100%;
	left: 0;
	border-bottom: 1px solid #bdc4ca;
}

#wrapper .headerclass .container {
	/*border-bottom: 1px solid #bdc4ca;*/
	padding: 15px 15px 0 15px;
}
.home #wrapper .headerclass .container{
	border-bottom: 0px solid #bdc4ca;
}

.main-content{
	width:100%;
	/*padding:0 5.7%;*/
}
.main-content-no-padding{
	padding: 0px 0px !important;
}

.main-content-careers{
	/*padding:0 5.7% !important;*/
}
.sf-menu a{
	color: var(--main-txt-dark-color);
	/*font-size: 16px !important;*/
	padding: 15px 20px;
	/*font-weight: 600 !important;*/
}
.sf-menu a:hover{
	color: var(--main-txt-color) !important;
}
.sf-menu a i {
	font-size: 13px !important;
	display: inline-block !important;
	margin-left:5px;
}

#nav-main ul.sf-menu ul li a, #nav-second ul.sf-menu ul li a {
    padding: 12px;
    font-size: 14px;
}

.kad-mobile-nav {
    display: block;
    border-top: 10px solid white;
}
.kad-mobile-nav li a i{
	display:none;
}

.nav-trigger-case.mobileclass{
	background:white;
}

.nav-trigger-case.mobileclass .kad-menu-name{
	display:none;
}

.kad-nav-collapse.collapse.show {
    display: block !important;
    height: auto;
}

.page-header{
	border:none;
}
.contentclass {
    padding-top: 85px;
}

.buttonStyle {
	display: inline-block;
	background: #FE5749 !important;
	padding: 17px 100px;
	border-radius: 4px;
	color: white !important;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
.buttonStyle:hover{
	text-decoration:none;
	background: var(--bg-color-dark) !important;
	color: white !important;
}

.buttonStyleWhite{
	display: inline-block;
	background: white !important;
	padding: 15px 50px;
	border-radius: 4px;
	color: var(--bg-color-dark) !important;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
.buttonStyleWhite:hover{
	text-decoration:none;
	background: var(--bg-color-light) !important;
	color: var(--bg-color-dark) !important;
}

.footerLogo {
    margin: 50px 0 40px 11%;
}

#containerfooter {
	padding-top: 0px;
	margin-top: 20px;
	background: #121212;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
}

.footerclass{
	background: url(../img/footer-bg-2.jpg) no-repeat;
	background-position: right bottom;
	background-color:#121212;
	position: relative;
}

.footerclass .footerWidgets, .footerclass .footercredits {
    margin: 0px 10.3% 0px 10.3%;
}

.footerclass .footerWidgets .col-md-12.footercol1 h3 {
    font-family: 'Lato', sans-serif;
	color: white !important;
	font-size: 42px !important;
	text-transform: initial !important;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 40px;
	margin-left: -15px;
	letter-spacing:1px;
}

.footerclass .footerWidgets .col-md-12.footercol1 .textwidget p img{
	margin: 0 auto;
}

.footerclass .footerWidgets .widget h3{
	color: #515151 !important;
	text-transform: uppercase;
	font-size: 18px !important;
	font-weight: 800;
	margin-bottom: 5px;
}
.footerclass .footerWidgets .widget .textwidget{
	color:white;
	font-size: 20px;
	line-height: 1.4;
}
.footerclass .footerWidgets .col-md-4 {
		padding-left:0;
}

.footerclass .footerWidgets .widget .textwidget a {
	color: #FE5749;
	font-weight: bold;
	margin-top: 15px;
	display: block;
}
.footerclass .footerWidgets .widget .textwidget a img{
	margin:0 0 0 15px;
}

.footercredits{
	margin-top: 100px !important;
	margin-bottom: 10px !important;
}
.footercredits .footernav {
    float: left;
}
.footercredits .footernav ul{
	padding: 0;
}
.footercredits .footernav ul li a {
    color: #1EC6FF;
	font-size: 19px;
	font-weight: bold;
	margin-right: 32px;
}
.footercredits .copyRightText {
	width: 100%;
	display: inline-block;
	margin-top: 25px;
}

.footercredits .copyRightText  p {
    font-size: 10px;
    padding: 0;
    color: #ECE3D5 !important;
}

.fullWidthBox {
	width: 100%;
	padding: 0px 0 0px;
	margin-bottom: 16px;
}

.fullWidthBox h2{
	color:var(--bg-color-dark);
	font-size: 70px;
	font-weight: 900;
}

.fullWidthBox a.linkBtn{
	background: white;
	color:var(--bg-color-dark);
	padding: 18px 30px;
	display: inline-block;
	margin: 60px 0 0 0;
	border-radius: 55px;
	font-size: 18px;
	font-weight: 600;
}

.kt-full-slider-container {
    margin-top: 0px;
	width: 100%;
}

#full_imageslider .kt-flex-fullslide{
	height: 56vw !important;
}

.main-content-section h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 76px;
	color: #121212;
	line-height: 1;
}
.main-content-section p {
    line-height: 1.9;
    font-size: 18px;
    color: #121212;
}
.main-image-section img {
	width: 100%;
	height: auto;
	max-width: 812px;
	float: right;
}
.main-content-section a {
	color: #FE5749;
	text-decoration:none;
	font-weight:600;
}

.searchbox {
	background: var(--bg-color-dark);
	width: 100%;
	display: inline-block;
	padding: 60px 0% 50px;
}
.searchbox h2 {
	color: white;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.searchbox input[type="text"] {
	width: 100%;
	padding: 18px 25px;
	font-size: 20px;
	border: none;
	border-radius: 4px;
	margin: 0 0 50px 0;
}
.searchbox input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 20px;
}
.searchbox input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  font-size: 20px;
  line-height:1.5;
}
.searchbox input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  font-size: 20px;
}
.searchbox input[type="text"]:-moz-placeholder { /* Firefox 18- */
  font-size: 20px;
}

.searchbox label{
	color: white;
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	/*float: left;*/
	margin: 6px 30px 10px 0;
}

.searchbox a {
	color: white;
	float: left;
	font-size: 16px;
	margin: 0 30px 0 0;
	font-weight: bold;
}
.searchbox a i {
	font-size: 13px;
}

.searchbox .filtersContainer .col-md-3 {
	width: auto;
	/* max-width: 50%; */
	display: inline-table;
}

.searchbox .searchSubmitButton {
	position: absolute;
	width: 60px;
	text-align: center;
	padding: 16px 10px;
	margin: 0 0 0 -70px !important;
}

.searchbox .searchSubmitButton i {
	color: var(--bg-color-dark);
	font-size: 30px;
}
.searchbox .searchSubmitButton:hover i {
	color:#FE5749;
}

.searchbox .searchSubmitButton i :hover{
	color: black;
}

.jobSearchContainer .headingsRow {
	text-transform: uppercase;
	padding: 20px 0px;
	background: #f9f9f9;
	color: #121212;
	margin-top: 100px;
	font-weight: 700;
	font-size: 16px;
}

.jobSearchContainer .recordRow{
	padding: 30px 0px;
	color: #131415;
	font-size: 18px;
	border-bottom: 1px solid #f1f1f1;
}

.jobSearchContainer .recordRow a{
	font-family: 'Lato', sans-serif;
	color:#121212;
	font-size: 20px;
}

.jobSearchContainer .recordRow .jobSearchMainHeading{
	font-weight:600;
}

.jobSearchContainer .searchbox select{
	/*background: var(--bg-color-dark);*/
	border: none;
	color: white;
	font-size: 20px;
	font-weight: 600;
	width: 120px;
	/*width: auto;*/
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.jobSearchContainer .searchbox select option{
	color:#121212;
	font-weight: 600;
}

.jobSearchContainer .searchbox .remoteFilter label {
	background: transparent !important;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: white;
}

.jobSearchContainer .filtersLabel,
.jobSearchContainer .categoryFilter,
.jobSearchContainer .stateFilter,
.jobSearchContainer .cityFilter,
.jobSearchContainer .locationFilter,
.jobSearchContainer .remoteFilter {
	max-width: 100% !important;
	min-height: 60px;
}

.jobSearchContainer .filtersLabel{
	width:15% !important;
}
.jobSearchContainer .categoryFilter{
	width:35% !important;
}
.jobSearchContainer .stateFilter{
	width:15% !important;
}
.jobSearchContainer .cityFilter{
	width:15% !important;
}
.jobSearchContainer .locationFilter {
	width: 20% !important;
}
.jobSearchContainer .remoteFilter {
	width: 15% !important;
	text-align: right;
	min-height:auto;
}
.jobSearchContainer .searchbox .remoteFilter i{
	color:white;
	margin-left:5px;
	font-size: 16px;
}
.jobSearchContainer .searchbox .remoteFilter .fa-check-square{
	color:#FE5749;
}
.jobSearchContainer .searchbox .remoteFilter input[type='checkbox'] {
	display:none;
	margin-left: 5px;
}

.jobSearchContainer .btn-group.dropdown{
	 margin:0;
	 padding:0;
 }
.jobSearchContainer .dropdown-toggle {
	background:transparent !important;
	color: white;
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	margin:0;
	padding:0;
}
.jobSearchContainer .dropdown-toggle::after {
	font-size: 18px;
}
.jobSearchContainer .dropdown-menu .dropdown-item{
	font-family: 'Lato', sans-serif;
	color:black;
	font-size: 16px;
	font-weight: normal;
	max-width: 100%;
}
.jobSearchContainer .dropdown-menu .dropdown-item:hover,
.jobSearchContainer .dropdown-menu .dropdown-item.active{
	background:#FE5749;
}

.jobSearchContainer .selectedOption {
	color: #FE5749;
	font-weight: 600;
}

.jobSearchContainer .filterTags {
	margin-bottom: -50px;
}

.jobSearchContainer .filterTagItem {
	font-family: 'Lato', sans-serif;
	float: left;
	padding: 5px 20px;
	font-size: 18px;
	background: #FE5749;
	border-radius: 18px;
	color: white;
	font-weight: 600;
	margin: 20px 20px 0 0;
}

.jobSearchContainer .filterTagItem a {
	color:white;
}

.jobSearchContainer .filterClearLink {
	color: #FE5749;
	padding: 5px 5px;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin: 20px 20px 0 0;
}
.jobSearchContainer .searchResultMessage {
	padding: 5px 5px;
	font-size: 20px;
	margin: 40px 20px 0 0;
	text-align: center;
	width: 100%;
}



.paginationRowContent label {
	font-size: 18px !important;
	font-weight: normal;
	padding: 10px 0;
}

.paginationRowContent b{
	font-weight: 600;
}

.paginationRowContent {
	text-align: center;
	padding: 10px 0 120px 0;
	width: 100%;
	display: inline-block;
}

#paginationProgress, .paginationProgress {
    display: none;
}

.progressContainer {
	background-color: #f1f1f1 !important;
	width: 300px;
	margin: 10px auto 25px;
}
.progressFill {
	height: 3px;
	width: 0%;
	color: #fff !important;
	background-color: #f44336 !important;
}

.loadMoreJobsButton {
	font-family: 'Lato', sans-serif;
	background: #FE5749;
	color: white;
	padding: 20px 70px;
	display: inline-block;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
}

.loadMoreJobsButton:hover{
	background: var(--bg-color-dark);
	color:white;
	text-decoration: none;
}

.contact-us .main{
	margin-top:80px;
}

/********** VERTICAL TAB STYLES **********/
.verticalTabs{
	margin-bottom: 150px;
	display: inline-block;
}
.verticalTabs .col{
	color: #3F3F3F;
}
.verticalTabs .tab-content{
	border: none;
	padding-top: 10px;
}
.verticalTabs .formContent {
	font-size: 18px;
	color: var(--bg-color-dark);
}
.verticalTabs .formContent h4 {
	font-size: 20px;
	font-weight: 700;
}
.verticalTabs .formContent h4 span,
.verticalTabs .formContent h4 a{
	color: #FE5749;
}
.verticalTabs .formContent h4 a:hover{
	color: #121212;
}

.verticalTabs h2 {
	color: var(--bg-color-dark);
	font-size: 60px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 30px 0;
}

.verticalTabs .nav-link{
	color: var(--bg-color-dark);
	font-size: 28px;
	font-weight: bold;
	line-height: 1.1;
	margin: 3px 0;
}

.verticalTabs .nav-link.active{
	color:var(--bg-color-dark) !important;
	padding: 3px 0px;
}

.verticalTabs .nav-pills .nav-link {
	display: inline-block;
	margin: 10px 0 10px 0;
	padding: 8px 0 8px 0;
	text-transform: none;
}

.verticalTabs .nav-pills .nav-link.active {
	border-left: 8px solid #FE5749;
	padding-left: 10px;
	color: #FE5749 !important;
}

.verticalTabs textarea.form-control{
	height:30px;
	margin: 10px 0 40px 0;
}
.verticalTabs .buttonStyle{
	margin-top: 20px ;
}

.verticalTabs .flex-column {
	flex-direction: unset !important;
}

.tab-content.verticalTabViews .fade{
	display:none !important;
	opacity:0;
}
.tab-content.verticalTabViews .active{
	display: block !important;
	opacity:1;
}

.page-template-template-careers-page  .entry-title{
	display:none;
}

/********** FORM STYLES **********/

form{
	color: var(--bg-color-dark);
}

form .row .col {
    margin: 10px 0;
}

form button{
	margin: 15px 0 15px 0;
}

.form-control, .custom-select, .custom-file {
    margin: 15px 0 15px 0;
}

.custom-select{
	/*border-bottom: 2px solid rgba(0,0,0,.2);*/
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px 0;
	display: inline-block;
	height: 45px;
	margin: 3px 0;
	width: auto;
	padding-right: 20px;
}
.custom-select:focus{
	border-bottom: 2px solid #FE5749;
}

textarea.form-control{
	margin: 10px 0 30px 0;
}

.custom-file{
	border-bottom: 0px solid rgba(0,0,0,.2);
	padding: 20px 0px !important;
}

.contact-us .custom-file {
    margin-top: 33px;
}

.contact-us .radioLabel {
	display: inline-block;
	padding: 0px 10px;
}

.contact-us .custom-file-control, .contact-us .form-control, .contact-us input::placeholder, .contact-us label, .contact-us select{
    color: #3F3F3F;
	box-shadow:none !important;
	line-height: 1;
    font-size: 16px;
}

.custom-file-label,
#progressAnimation label {
	font-size: 20px !important;
	font-weight: bold;
	color: #FE5749 !important;
	cursor: pointer;
	padding-left: 0;
}

#progressAnimation{
	color: #FE5749 !important;
	margin-top:-18px;
}
#progressAnimation i{
	color: #FE5749 !important;
	margin: 0 0 0 5px;
}

.custom-file-label::after {
	content: "" !important;
}
#resume_file_name{
	font-size:14px;
	color: #FE5749;
	margin-top:5px;
}

.recaptchaContainer {
	margin-top: 30px;
}

.recaptchaContainer.invalid .g-recaptcha div div,
.recaptchaContainer.invalid div div {
    border-bottom: 3px solid #FE5749;
}

.custom-file-label:hover{
	color: var(--bg-color-dark) !important;
}

.custom-file-label i{
	margin:0 0 0 5px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: '';
}

.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,#FE5749 3px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.2) 1px,transparent 0);
}

.custom-file-control:invalid, .form-control:invalid {
    background-image: linear-gradient(0deg,#FE5749 3px,rgba(213,0,0,0) 0),linear-gradient(0deg,rgba(0,0,0,.2) 1px,transparent 0);
}

.error404 .page-header .entry-title{
	text-align: center;
	margin-top: 80px;
}

.error404 .contentclass {
	margin-bottom: 100px;
}

.contact-us form{
	margin-top: 60px;
}
.contact-us input[type="checkbox"], .contact-us input[type="radio"]{
	box-shadow: 0px 0px 0px #fff;
	margin: 0 10px 0 0;
	transform: scale(1.3);
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
}

.contactConfirmationMessage {
	text-align: center;
	min-height: 400px;
	margin-top: 40px;
}

.contactConfirmationMessage h3 {
	margin: 30px 0;
}
.contactConfirmationMessage h4 {
	margin-bottom: 30px;
	font-weight: 300;
}

.contactConfirmationMessage.invalidLinkMessage i{
	color: #FE5749;
	font-size: 90px;
}

.questionLabel {
	font-size: 18px !important;
}

.job-details .page-header{
	display:none;
}

.jobDetailsTitle {
	background: #F9F9F9;
	display: inline-block;
	width: 100%;
	padding: 50px 0% 50px 0%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.jobDetailsTitle h2{
	color:var(--bg-color-dark);
	font-size: 70px;
	font-weight: 900;
	margin-bottom: 100px;
}

.jobDetailsTitle h2, .jobDetailsTitle label{
	padding:20px 10%;
	width: 90%;
}

.jobDetailsTitle label{
	font-weight:bold;
	font-size: 18px !important;
}

.jobDetailsTitle a.linkBtn{
	/*background: white;
	color:var(--bg-color-dark);
	padding: 18px 30px;
	display: inline-block;
	margin: 60px 0 0 0;
	border-radius: 55px;
	font-size: 18px;
	font-weight: 600;*/
}

.jobOverviewMainContainer {
	background: #FE5749;
	padding-bottom: 50px;
}
.jobOverviewMainContainer .mainDescription,
.jobOverviewMainContainer .mainDescription p,
.jobOverviewMainContainer .mainDescription span{
	color: white;
	font-size: 24px !important;
}

.jobOverviewMainContainer h1, .jobOverviewMainContainer h2,
.jobOverviewMainContainer h3, .jobOverviewMainContainer h4,
.jobOverviewMainContainer h5, .jobOverviewMainContainer h6{
	color: white;
	font-size: 24px;
	font-weight: 400;
}

.jobOverviewContainer {
	/* width: 67%; */
	/* display: block; */
	margin: -60px auto 60px;
	background: var(--bg-color-dark);
	color: white;
	padding: 50px;
}

.jobOverviewContainer label {
	color: #ECE3D5;
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.8px;
}

.overviewDetails {
	font-size: 30px !important;
	font-weight: bold;
	word-break: break-word;
}

.jobOverviewContainer .buttonStyleWhite{
	float:right;
}

.listingLinkStyle {
	color: #FE5749;
	margin: 30px 0 0 0;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.listingLinkStyle img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-right: 10px;
}

.jobDescriptionContainer .socialIcons{
	text-align:right;
	margin-top: -35px;
}

.jobDescriptionContainer .socialIcons i{
	font-size: 28px;
	border: 1px solid var(--bg-color-light);
	border-radius: 50px;
	color:var(--bg-color-light);
	padding: 22px;
	margin: 0 20px 20px 20px;
}

.jobDescriptionContainer .socialIcons i:hover{
	border: 1px solid var(--bg-color-dark);
	color:var(--bg-color-dark);
}

.jobDescriptionContainer .jobDescription{
	color:var(--bg-color-dark);
	padding: 30px 30px 0 115px;
}
.jobDescriptionContainer .jobDescription p, .jobDescriptionContainer .jobDescription li {
	font-size:20px;
}
.jobDescriptionContainer .jobDescription .descriptionFooter{
	font-size:14px;
}
.jobDescriptionContainer .jobDescription strong {
	/*margin-left: -100px;
	margin-top: 100px;
	font-size: 32px;
	padding: 15px 0 0 0;
	display: inline-block;
	background-image: linear-gradient(red, red), linear-gradient(var(--bg-color-dark), var(--bg-color-dark));
	background-repeat: no-repeat;
	background-size: 0px 0%, calc(60px - 2px) 8px;
	background-position: left bottom, 0px 0;*/
}
.jobDescriptionContainer .jobDescription strong u,
.jobDescriptionContainer .jobDescription b u {
	margin-left: -100px;
	margin-top: 50px;
	font-size: 32px;
	padding: 15px 0 0 0;
	display: block;
	width:100%;
	text-decoration: none;
	background-image: linear-gradient(red, red), linear-gradient(var(--bg-color-dark), var(--bg-color-dark));
	background-repeat: no-repeat;
	background-size: 0px 0%, calc(60px - 2px) 8px;
	background-position: left bottom, 0px 0;
}

.jobDescriptionContainer .jobDescription strong u{
	display: inline-block;
}

.jobDescriptionContainer .jobDescription span.bullet {
	margin-left: -15px;
	margin-right: 5px;
	font-size: 28px;
	line-height: 18px;
}
.jobDescriptionContainer .jobDescription strong::after {
    /*content: "\A";
	display: block;
	content: “Add a line break after this \A”;
	white-space: pre; */
}

.jobDetailsBigButtonStyle {
	font-family: 'Lato', sans-serif;
	background: #FE5749;
	color: white;
	padding: 20px 70px;
	display: inline-block;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	margin: 80px 0 100px 100px;
}

.jobDetailsBigButtonStyle:hover{
	text-decoration:none;
	background: var(--bg-color-dark) !important;
	color: white !important;
}

.htmlPreviewContainerMain{
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.services-solutions .titleclass, .careers .titleclass, .contact-us .titleclass{
	display:none;
}

.servicesStyles p{
	line-height: 1.9;
	font-size: 18px;
	color:#121212;
}

.servicesFixedBarMargin {
	margin-top: 20px;
}

/*.services-solutions .main-content-section h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 76px;
	color: #121212;
	line-height: 1;
}

.services-solutions .main-image-section img{
	width:100%;
	height:auto;
	max-width:812px;
	float:right;
}*/

.services-navigation {
	border-right: 15px solid white;
	/*border-left: 15px solid transparent;*/
}

.services-navigation .navigation-link{
	background:#121212;
}

.stickyNav .services-navigation, .services-navigation.services-navigation-fixed {
	position: fixed;
	top: 86px;
	left: auto;
	border: 0;
	z-index: 9;
	max-width: 1455px;
}

.services-navigation.services-navigation-fixed {
	position: fixed;
	left: 50%;
	max-width: 1440px;
	margin-left: -720px;
}

.services-navigation.services-navigation-fixed .row {
	margin-right: 0px;
}

.services-navigation .navigation-link.navTitle {
	background:#F9F9F9;
	margin-left: 15px;
}
.services-navigation .navigation-link.navTitle span{
	color: black;
	padding: 21px 0;
	margin: 0 auto;
	display: table;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
}
.services-navigation .navigation-link a {
    color: white;
	padding: 21px 0;
	margin: 0 auto;
	display: table;
	font-size: 18px;
	font-weight: 600;
}
.services-navigation .navigation-link a:hover,
.services-navigation .navigation-link.selected a, 
.services-navigation .navigation-link.link-11 a{
    border-bottom:10px solid white;
	padding: 21px 0 11px 0;
	text-decoration:none;
}
.services-navigation .navigation-link.link-back {
	margin-left: -15px;
	padding: 0;
}

.services-navigation .navigation-link a.serviceCloseBtn {
	background: #FE5749;
	color: white;
	padding: 0px 0px;
	margin: 0px -1px 0 auto;
	display: flow-root;
	font-size: 46px;
	font-weight: 300;
	width: 75px;
	float: right;
	text-align: center;
}

.services-navigation .navigation-link a.serviceCloseBtn:hover {
	border-bottom:0px solid white;
	color:#121212;
}
.services-navigation .navigation-link a.serviceCloseBtn span {
	transform: scaleX(150%);
	display: block;
}

.services-navigation .navigation-link a.serviceCloseBtn i {
	font-size:38px;
}

.servicesStyles .sub-image-section{
	display: inline-block;
	margin: 104px 9.5% 0px 10.5%;
	width: 86%;
}
/*
.servicesStyles .sub-image-section.leftborder{
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(#FE5749, #FE5749);
	background-repeat: no-repeat;
	background-size: 55px 90%, 90% 55px;
	background-position: bottom left, left bottom;
	padding: 0 0 55px 55px;
}
.servicesStyles .sub-image-section.rightborder {
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(#FE5749, #FE5749);
	background-repeat: no-repeat;
	background-size: 55px 90%, 90% 55px;
	background-position: bottom right, bottom right;
	padding: 0 55px 55px 0;
	text-align: right;
	margin-left: 2%;
}
*/

.servicesStyles .sub-content-section{
	margin-top: 180px;
}

.servicesStyles .sub-content-section h4 {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.9px;
	margin-bottom: 23px;
	color:#121212;
}

.servicesStyles .sub-content-section h3 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 26px;
	line-height: 1.1;
	color:#121212;
}

.servicesStyles .sub-content-section h5 {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 30px;
	line-height: 1.1;
	color: #121212;
	margin-top: -15px;
}

.wideColoredSection {
	background: #DC2F45;
	padding: 50px 0;
	color: white;
	margin: 100px 0 100px 0;
}

.wideColoredSection h1,
.wideColoredSection h2,
.wideColoredSection h3,
.wideColoredSection h4 {
	font-family: 'Lato', sans-serif;
	color: white;
	line-height: 1.6;
	margin-bottom: 0;
}

.wideColoredSection .servicesLearnMoreLink, .wideColoredSection p {
	color: white !important;
}

.ColoredSection {
	background: #FE5749 !important;
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.ColoredSectionDark {
	background: #121212 !important;
	margin-left: 50px !important;
	margin-right: 50px !important;
	color:white;
}
.ColoredSectionDark  p{
	color:white;
}

.letsTalkSectionContainer {
	background: #dc2f45;
	color: white;
	padding: 113px 0;
	margin: 192px 0 -67px 0;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
}

.letsTalkSectionInner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.lets-talk-section {
    
}
.lets-talk-section h1,
.lets-talk-section h2,
.lets-talk-section h3,
.lets-talk-section h4,
.lets-talk-section h5,
.lets-talk-section h6{
	color:white;
}
.lets-talk-section h2 {
	font-family: 'Lato', sans-serif;
	color:white;
	font-size:40px;
	font-weight: 700;
	/*text-align: left;*/
}

.lets-talk-section a {
	font-family: 'Lato', sans-serif;
	background: white;
	color: #121212;
	padding: 18px 70px;
	font-size: 18px;
	font-weight: 800;
	display: inline-block;
	border-radius: 4px;
	margin-top:30px;
}
.lets-talk-section a:hover {
	background: #121212;
	color: white;
	text-decoration:none;
}

.servicesStyles.rectangle {
	/*height: 1070px;*/
	height: 1128px;
	width: 100%;
	background-color: #ECE3D5;
	opacity:0.4;
	position: absolute;
	transform: skew(0deg, 23deg);
	margin-top: 683px;
	
	left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.servicesStyles.bgShapeForWork {
	height: 1200px;
	width: 100%;
	background-color: #ECE3D5;
	opacity: 0.4;
	position: absolute;
	margin-top: 190px;
	-webkit-clip-path: polygon(0 0, 0 1100px, 100% 1100px, 100% 450px);
	clip-path: polygon(0 0, 0 1100px, 100% 1100px, 100% 450px);
	
	left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.servicesStyles.bgShapeForWorkV2 {
	height: 4600px;
	width: 100%;
	background-color: #ECE3D5;
	opacity: 0.4;
	position: absolute;
	margin-top: -70px;
	-webkit-clip-path: polygon(0 0, 0 5000px, 100% 5000px, 100% 260px);
	clip-path: polygon(0 0, 0 5000px, 100% 5000px, 100% 260px);
	
	left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.servicesStyles.bgShapeForWorkV3 {
	height: 600px;
	width: 100%;
	background-color: #FE5749;
	opacity: 1;
	position: absolute;
	margin-top: 0px;
	-webkit-clip-path: polygon(0 0, 0 1000px, 100% 1000px, 100% 330px);
	clip-path: polygon(0 0, 0 1000px, 100% 1000px, 100% 330px);
	
	left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.servicesStyles.bgShapeForWorkV4 {
	height: 1720px;
	width: 100%;
	background-color: #ECE3D5;
	opacity: 0.4;
	position: absolute;
	margin-top: -70px;
	-webkit-clip-path: polygon(0 0, 0 5000px, 100% 5000px, 100% 260px);
	clip-path: polygon(0 0, 0 5000px, 100% 5000px, 100% 260px);
	
	left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.servicesStyles.bgShapeForWorkV5 {
	height: 2000px;
	width: 100%;
	background-color: #ECE3D5;
	opacity: 0.4;
	position: absolute;
	margin-top: 190px;
	-webkit-clip-path: polygon(0 0, 0 9000px, 100% 9000px, 100% 858px);
	clip-path: polygon(0 0, 0 9000px, 100% 9000px, 100% 858px);
	
	left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.servicesStyles.bgShapeForWorkBlack {
	height: 1000px;
	width: 100%;
	background-color: #121212;
	opacity: 1;
	position: absolute;
	margin-top: 0px;
	-webkit-clip-path: polygon(0 0, 0 1000px, 100% 1000px, 100% 490px);
	clip-path: polygon(0 0, 0 1000px, 100% 1000px, 100% 490px);
	
	left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.servicesStyles.bgShapeForWorkBlackV2 {
	height: 1500px;
	width: 100%;
	background-color: #121212;
	opacity: 1;
	position: absolute;
	margin-top: 0px;
	-webkit-clip-path: polygon(0 0, 0 1500px, 100% 1500px, 100% 490px);
	clip-path: polygon(0 0, 0 1500px, 100% 1500px, 100% 490px);
	
	left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.servicesStyles.bgShapeForNews {
	height: 2700px;
	width: 100%;
	background-color: #ECE3D5;
	opacity: 0.4;
	position: absolute;
	margin-top: 100px;
	-webkit-clip-path: polygon(0 0, 0 1250px, 100% 2250px, 100% 360px);
	clip-path: polygon(0 0, 0 1250px, 100% 2250px, 100% 360px);
	
	left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.ourStoryContainer {
	margin-bottom: 50px;
}

.relativePos{
	position:relative;
	z-index:1;
}

.servicesLearnMoreLink {
	font-family: 'Lato', sans-serif;
	color: #FE5749;
	font-size: 20px;
	font-weight: 800;
	margin-top: 8px;
	display: block;
}
.servicesLearnMoreLink:hover{
	opacity:0.7;
	text-decoration:none;
}

.servicesLearnMoreLink img{
	margin-left:2px;
}

.whyStyles.imageSection{
	margin: 50px 0px;
	position: relative;
}
.whyStyles.imageSection .imageContainer img{
	width: 100%;
	position: relative;
	z-index: 1;
}

.whyStyles.imageSection .contentContainer {
	background: white;
	padding: 60px 100px 40px 170px;
	margin-left: -120px;
	z-index: 0;
	position: relative;
	min-height: 460px;
	margin-bottom: 50px;
	margin-top: 80px;
}

.whyStyles.imageSection .contentContainer p{
	line-height:1.8;
}

.whyStyles.firstTitle{
	padding-top: 80px;
}

.whyStyles.firstTitle h4{
	font-family: inherit;
	font-size: 18px;
}

.whySoluMainContent span {
	display: block;
	margin-bottom: 30px;
	line-height: 1.9;
}

.whySoluMainContent span:first-child {
	margin-top: -80px;
}

.whyStyles.quoteSection{
	margin: 50px 0px 70px;
}

.whyStyles.quoteSection .contentContainer {
	background: white;
	margin-left: 100px;
	padding: 70px 110px 90px 70px;
	margin-right: -100px;
	display: inline-table;
	border-right: 30px solid #f7f3ee;
}

.whyStyles.quoteSection .quoteContainer {
	background: #FE5749;
	padding: 60px;
	margin-top: 60px;
	width: 80%;
	display: inline;
	border-right: 80px solid #f7f3ee;
}
.whyStyles.quoteSection .quoteContainer .quotesIcon {
	width: 70px;
	margin-bottom: 10px;
}
.whyStyles.quoteSection .quoteContainer p {
	font-size: 16px;
	color: white;
	font-style: italic;
}
.whyStyles.quoteSection .quoteContainer b{
	font-size:14px;
	color:white;
}

.whyStyles.wideColoredSection p{
	font-size:20px;
	color:white;
}

.locations {
	margin-top: 50px !important;
}
.locations .location {
	margin-bottom: 20px;
}

.locations .location i{
	font-size: 62px;
	margin-left: -10px;
}
.locations .location b {
	display: inline-block;
	height: 30px;
	width: 100%;
}

.newsSection {
	margin-top: 100px !important;
}

.newsSection .news {
	min-height: 335px;
	margin-bottom: 50px;
}

.newsSection .news .imgContainer {
	
}

.newsSection .news img {
	width: 100%;
}
.newsSection .news h5 {
	background: white;
	padding: 25px;
	width: 90%;
	float: right;
	margin-top: -40px;
	position: relative;
	text-align: left;
	min-height: 100px;
}
.newsSection .news h5:hover{
	background: #FE5749;
}
.newsSection .news h5:hover a{
	text-decoration:none;
	color: white;
}

.newsSection .news h6 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 15px;
	display: none;
}

.newsSection .alm-btn-wrap {
	display: none;
}

.newsSection nav .nav-tabs .nav-item {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	padding: 10px 30px;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-weight: 800;
	border: 0px;
	color: black;
}

.newsSection nav .nav-tabs .nav-link.active,
.newsSection nav .nav-tabs .nav-link:hover {
	color: #FE5749;
}

.newsSection .lineBreak:nth-child(3n+0) {
	width: 100%;
	display: inline-block;
	height: 1px;
}

.newsFilterDropdown label {
	float: left;
	padding: 13px 0px;
	margin-right: 15px;
	font-size: 20px;
}
.newsStyles.newsStylesImageSection{
	background:#121212;
}
.newsStyles.newsStylesImageSection .main-content-section{
	margin-top: 100px;
}
.newsStyles article{
	margin-top:0;
}

.newsDetailsTitleSection {
	background: #FE5749;
	padding-bottom: 50px;
}

.newsDetailsTitleSection h1{
	font-size: 63px;
}

.newsDetailsTitleSection header {
	background: white;
	padding: 50px 100px !important;
	margin-bottom: 50px;
	margin-top: -150px;
}

.newsDetailsTitleSection header .subhead {
	display:none;
}
.newsDetailsTitleSection .subTitleContent {
	color:white;
}

.newsDetailsTitleSection .subTitleContent .socialLinks a {
	display: block;
	border: 3px solid white;
	border-radius: 50px;
	text-align: center;
	font-size: 23px;
	padding: 10px 0px;
	margin: 0 10px 15px 0;
	color: white;
	width: 60px;
}

.newsDetailsTitleSection .subTitleContent .subContent {
	font-size: 24px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
}

.newsDetailsTitleSection .postSubtitle {
	font-family: 'Lato', sans-serif;
	display: block;
	width: 100%;
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 30px;
}

.newsDetailsContent {
	margin-top: 50px;
	margin-bottom: 50px;
}
.newsDetailsContent a {
	text-decoration: underline;
}
.newsDetailsContent .listingLinkStyle {
	text-decoration: none;
}

.newsStyles.single-footer {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	border-bottom-color: rgba(0,0,0,.05);
	clear: both;
}

.newsStyles.caseStudy.newsStylesImageSection {
	background: white;
}

.newsStyles.caseStudy.newsDetailsTitleSection header {
	background: #121212;
	min-height: 200px;
	margin-top: -100px;
}

.newsStyles.caseStudy .caseStudySubTitle {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 30px;
}

.newsStyles.caseStudy.newsStylesImageSection .main-content-section{
	margin-top: 30px;
}

.newsStyles.caseStudy .caseStudyTitle h2{
	font-size:50px;
}
.newsStyles.caseStudy .customFields h4 {
	color: #1EC6FF;
	font-size: 24px;
}
.newsStyles.caseStudy .customFields h6 {
	color: #ECE3D5;
	text-transform: uppercase;
	margin-top: 15px;
}

.caseStudy .caseStudyDarkBanner {
	background: #121212;
	color: white;
	padding: 50px 140px;
	position: relative;
	width: 1430px;
	margin-left: -130px;
}

.caseStudy .caseStudyDarkBanner p{
	color:white;
}

.caseStudy .caseStudyDarkBanner h1,
.caseStudy .caseStudyDarkBanner h2{
	color: white;
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(var(--bg-color-dark), var(--bg-color-dark));
	background-repeat: no-repeat;
	background-size: 60px 7px, 0px 0px;
	background-position: left bottom, left top;
	padding: 0 0 60px 0;
}
.caseStudy .caseStudyDarkBanner h3,
.caseStudy .caseStudyDarkBanner h4{
	color:#1EC6FF;
	font-size:16px;
}

.caseStudy .newsDetailsTitleSection header {
	background: white;
	padding: 10px 100px !important;
	margin-bottom: 50px;
	margin-top: -130px;
}

.teamStyles.mainTitle{
	margin-top:50px;
}

.teamStyles.teamMembers .teamMember .memberImg {
	border-bottom: 20px solid black;
	margin: 0px 10px;
}

.teamStyles.teamMembers .teamMember .memberImg img {
	max-width: 600px;
	width: 100%;
}

.teamStyles.teamMembers .teamMember h3 {
	font-size: 35px;
	padding-top: 20px;
}

.teamStyles.teamMembers .teamMember h5{
	color:#FE5749;
	font-size:23px;
}

.teamStyles.teamMembers .teamMember .content p,
.teamStyles.teamMembers .teamMember .content .closeIcon,
.teamStyles.teamMembers .teamMember h5 .servicesLearnMoreLink {
	display: none;
}

.teamStyles.teamMembers .teamMember.expanded h3 {
	text-align: left;
	color: white;
	margin-bottom: 10px;
}

.teamStyles.teamMembers .teamMember.expanded h5 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 20px;
	padding-right: 60px;
}

.teamStyles.teamMembers .teamMember.expanded h5 .servicesLearnMoreLink {
	display: block;
	float: right;
	margin-top: 0px;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.teamStyles.teamMembers .teamMember.expanded .content {
	background: black;
	margin: 0 10px;
	padding: 0px 30px 20px 30px;
}

.teamStyles.teamMembers .teamMember.expanded .content p {
	display: block;
	color: white;
	text-align: left;
	font-weight: 600;
	padding-right: 60px;
}

.teamStyles.teamMembers .teamMember.expanded .content .closeIcon {
	display: block;
	background: #FE5749;
	padding: 15px 20px 10px 20px;
	width: 80px;
	float: right;
	margin: -20px -30px 0 0;
	cursor: pointer;
}

.teamStyles.teamMembers .teamMember.expanded .content .closeIcon i {
	color: white;
	font-size: 42px;
}

.timelineContainer{
	margin-top:50px;
}

.timelineContainer .timelineRow{
	margin-top:30px;
}

.timelineContainer .timelineHeading {
	position: relative;
}

.timelineContainer .timelineHeading h3 {
	color: #1EC6FF;
	position: relative;
}

.timelineContainer .timelineHeading h3 span {
	background: #121212;
	padding-right: 15px;
}

.timelineContainer .timelineHeading h3::before {
	border-top: 1px solid #1EC6FF;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 51%;
	left: 20%;
	right: 0;
	bottom: 0;
	width: 80%;
	z-index: -1;
}

#mapViewerContainer {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100vw;
	left: 0;
	background: rgba(0, 0, 0, 0.95);
	height: 100vh;
}
#mapViewerContainer #locationMapViewer {
	filter: grayscale(100%);
}
#mapViewerContainer .titleRow{
	margin-top: 10vh;
}
#mapViewerContainer h2{
	color: white;
	
}
#mapViewerContainer .titleRow .closeBtn {
	background: #FE5749;
	width: 65px;
	float: right;
	padding: 8px 13px 3px;
	cursor: pointer;
}
#mapViewerContainer .titleRow .closeBtn i {
	font-size: 40px;
	color: white;
}
/********************************
****** HOME PAGE V2 STYLES ******
********************************/

@keyframes animateWidth {
  0%  {
	  clip-path: inset(0px 800px 0px 0px);
	  opacity:0.1;
	  transform: translate(100px, 0px);
  }
  100%  {
	  clip-path: inset(0px 0px 0px 0px);
	  opacity:1;
	  transform: translate(0px, 0px);
  }
}

@keyframes animateMainImage {
  0%  {
	clip-path: inset(0px 800px 0px 0px);
	opacity:0;
	/*background-position: -80px 0;*/
	/*background-position: top 10%;*/
	background-position-Y: top;
	background-position-X: 40%;
  }
  100%  {
	clip-path: inset(0px 0px 0px 0px);
	opacity:1;
	/*background-position: -160px 0;*/
	/*background-position: top center;*/
	background-position-Y: top;
	background-position-X: 50%;
  }
}

@keyframes animateHomeContent {
  0%  {top: 60%; opacity:0;}
  100%  {top: 50%; opacity:1;}
}

.homeImageMainContainer{
	background:#121212;
}

.homeImageContainer{
	/*background-size: cover;
	background-position: -100px 0;*/
	
	overflow:hidden;
	min-height:800px;
	animation-name: animateMainImage;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-timing-function: cubic-bezier(.2,.57,.24,.99);
	animation-fill-mode: both;
}

.homeImageContainer .sliderLogoImg {
	display: block;
	margin: 0 auto 10px;
}

.homeImageContentV1 {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
	opacity:0;
	animation-name: animateHomeContent;
	animation-duration: 0.6s;
	animation-delay: 1.7s;
	animation-fill-mode: forwards;  
}

.homeImageContentV2 {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 1;
	opacity:0;
	animation-name: animateHomeContent;
	animation-duration: 0.6s;
	animation-delay: 1.8s;
	animation-fill-mode: forwards;  
}

.homeImageContentV3 {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
	opacity:0;
	animation-name: animateHomeContent;
	animation-duration: 0.6s;
	animation-delay: 1.9s;
	animation-fill-mode: forwards;  
}

.homeImageContentV1  .homeImageContentText, .homeImageContentV3  .homeImageContentText {
	z-index: 9;
	position: relative;
	text-align: center;
	color: white;
	font-size: 40px;
	font-weight: bold;
}

.homeImageContentTextV2 {
	z-index: 9;
	position: relative;
	text-align: center;
	color: white;
	font-size: 35px;
	font-weight: 300;
	padding: 0 18%;
	line-height: 1.2;
	margin-top: -18%;
	
	-webkit-transition:all ease-out .2s;
	-moz-transition:all ease-out .2s;
	-o-transition:all ease-out .2s;
	transition:all ease-out .2s;
}

.homeImageContentCircle {
	/*height: 290px;
	width: 290px;*/
	height: 10px;
	width: 10px;
	opacity: 0.7;
	z-index: 1;
	/*margin: -170px auto 0;*/
	margin: -36% auto 0;
	padding: 30%;
	
	-webkit-transition:all ease-out .2s;
	-moz-transition:all ease-out .2s;
	-o-transition:all ease-out .2s;
	transition:all ease-out .2s;
}

.homeImageContentCircle.circleRed{
	background: radial-gradient(#bf2014 70%, transparent 0%);
}

.homeImageContentCircle.circleBlue{
	background: radial-gradient(#008cb8 70%, transparent 0%);
}

.homeImageContainer:hover .homeImageContentCircle{
	height: 500px;
	width: 500px;
	margin: -280px auto 0;
}

.homeV2 .homeImageContainer:hover .homeImageContentCircle{
	height: 10px;
	width: 10px;
	/*margin: -200px auto 0;*/
	margin: -47% auto 0;
	padding: 40%;
}
.homeV2 .homeImageContainer:hover .homeImageContentTextV2{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -sand-transform: scale(1.1);
	transform: scale(1.1);
}

.homeWideDarkBanner {
	font-family: 'Lato', sans-serif;
	background: #121212;
	color: white;
	padding: 100px 0;
	font-size: 22px;
}

.homeWideDarkBanner h2 {
	font-family: 'Lato', sans-serif;
	color: white;
	font-size: 63px;
	font-weight: 800;
	letter-spacing: 1px;
}

.homeWordAnimation {
	color: #FE5749;
	vertical-align: sub;
	height: 105px;
	overflow: hidden;
	display: inline-block;
	line-height: 2em;
	padding: 20px 0;
	margin-bottom: -20px;
}
 
.homeWordAnimation ul {
  animation: wordAnimation 5s infinite;
  /*animation-timing-function: ease-in-out;*/
  animation-timing-function: cubic-bezier(.6,-0.08,.52,1.32);
  animation-delay:2s;
  padding: 0;
  margin-top: -0.6em;
  list-style: none;
}

.homeWordAnimation.v2 ul {
  animation: wordAnimation 7s infinite;
}
.homeWordAnimation.v3 ul {
  animation: wordAnimation 9s infinite;
}

.homeWordAnimation.finalSpeed {
	margin-bottom: -35px;
	padding: 30px 10px;
}
.homeWordAnimation.finalSpeed ul {
  animation: finalSpeedwordAnimation 7s infinite;
}

@keyframes wordAnimation {
    0%     { margin-top: -0.6em }
    10%       { margin-top: -2.65em }
	25%       { margin-top: -2.65em }
    35%       { margin-top: -4.7em }
	50%       { margin-top: -4.7em }
    60%       { margin-top: -6.8em }
	75%       { margin-top: -6.8em }
    85%      { margin-top: -8.9em }
	99.99%      { margin-top: -8.9em }
	100%      { margin-top: -0.6em }
}

@keyframes finalSpeedwordAnimation {
    /*0%     { margin-top: -1em }
    10%       { margin-top: -2.65em }
	25%       { margin-top: -2.65em }
    35%       { margin-top: -4.7em }
	50%       { margin-top: -4.7em }
    60%       { margin-top: -6.8em }
	99.99%       { margin-top: -6.8em }
	100%      { margin-top: -1em }*/
	
	0% {
		opacity: 1;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
	13% {
		opacity: 1;
		-webkit-transform: translateY(-25%);
		-moz-transform: translateY(-25%);
		-ms-transform: translateY(-25%);
		-o-transform: translateY(-25%);
		transform: translateY(-25%);
	}
	33% {
		opacity: 1;
		-webkit-transform: translateY(-25%);
		-moz-transform: translateY(-25%);
		-ms-transform: translateY(-25%);
		-o-transform: translateY(-25%);
		transform: translateY(-25%);
	}
	46% {
		opacity: 1;
		-webkit-transform: translateY(-51%);
		-moz-transform: translateY(-51%);
		-ms-transform: translateY(-51%);
		-o-transform: translateY(-51%);
		transform: translateY(-51%);
	}
	66% {
		opacity: 1;
		-webkit-transform: translateY(-51%);
		-moz-transform: translateY(-51%);
		-ms-transform: translateY(-51%);
		-o-transform: translateY(-51%);
		transform: translateY(-51%);
	}
	79% {
		opacity: 1;
		-webkit-transform: translateY(-76%);
		-moz-transform: translateY(-76%);
		-ms-transform: translateY(-76%);
		-o-transform: translateY(-76%);
		transform: translateY(-76%);
	}
	99.99% {
		opacity: 1;
		-webkit-transform: translateY(-76%);
		-moz-transform: translateY(-76%);
		-ms-transform: translateY(-76%);
		-o-transform: translateY(-76%);
		transform: translateY(-76%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
}

.videoContainerMain {
	text-align: center;
	background: linear-gradient(0deg, white 50%, #FE5749 50%);
	padding: 105px 0 0 0;
	overflow:hidden;
}

.videoContainerMain h2 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: white;
	margin-bottom: 40px;
}

.videoContainerMain .videoContainer img{
	width:100%;
	filter: grayscale(100%);
	
	-webkit-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	-moz-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	-o-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
}

.videoContainerMain .videoContainer{
	background: black;
	width:82%;
	margin:0 auto;
	
	
	/*-webkit-transition:all cubic-bezier(.165,.84,.44,1) .07s;
	-moz-transition:all cubic-bezier(.165,.84,.44,1) .07s;
	-o-transition:all cubic-bezier(.165,.84,.44,1) .07s;
	transition:all cubic-bezier(.165,.84,.44,1) 0.7s;*/
	-webkit-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	-moz-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	-o-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	
}

.videoContainerMain .videoContainer:hover{
	width:84%;
}
.videoContainerMain .videoContainer:hover img{
	filter: grayscale(0%);
}

#videoContainerInner {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	/*pointer-events: none;*/
	
	/*-webkit-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	-moz-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	-o-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;*/
}

.videoContainerMain .close-button,
.youtubeVideoContainer .close-button {
	position: absolute;
	top: 0;
	z-index: 9;
	color: #1EC6FF;
	font-size: 0px;
	padding: 7px 20px;
	opacity: 0;
	/*display: none;*/
	line-height: 1;
	cursor:pointer;
	
	-webkit-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	-moz-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	-o-transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
	transition:all cubic-bezier(.7,-0.04,.55,.77) 1s;
}

.videoContainerMain .allowPlay .close-button {
	opacity: 1;
	font-size: 40px;
	margin-top: 750px;
}

.youtubeVideoContainer .allowPlay .close-button {
	opacity: 1;
	font-size: 40px;
	margin-top: 46%;
}

.videoContainerMain .allowPlay .close-button:hover {
	opacity:1;
}

.edgeToEdgeSection {
	position: relative !important;
	left: 50% !important;
	margin-left: -50vw !important;
	width: 100vw !important;
}

.edgeToEdgeMobilePadding {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.homeCarouselContainer{	
	padding: 105px 0 0 0;
}

.homeCarouselContainer p {
    font-size: 18px;
}

.homeCarouselContainer h2{
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 40px;
	text-align: center;
}

.homeCarouselContainer .carousel-control-prev, .homeCarouselContainer .carousel-control-next {
	color: black;
	text-align: right;
	font-size: 60px;
	opacity: 1;
	width: auto;
	padding: 0 5px;
}

.homeCarouselContainer .carousel-control-prev{
	display:none;
}

.homeCarouselContainer .sub-image-section{
	display: inline-block;
	margin: 0px 9.5% 0px 10.5%;
	width: 86%;
	overflow: hidden;
	
	-webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
}
.homeCarouselContainer .sub-image-section:hover{
	-webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -sand-transform: scale(0.97);
	transform: scale(0.97);
}

.homeCarouselContainer .sub-image-section img{
	border:0px solid white;
	
	-webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
}

.homeCarouselContainer .sub-image-section:hover img{
	-webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -sand-transform: scale(1.10);
	transform: scale(1.10);
	
	border-top:0px solid white;
	border-right:0px solid white;
	border-style: inset;
}
.homeCarouselContainer .sub-image-section.leftborder{
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(#FE5749, #FE5749);
	background-repeat: no-repeat;
	background-size: 100px 90%, 90% 100px;
	background-position: bottom left, left bottom;
	padding: 0 0 55px 55px;
}
.homeCarouselContainer .sub-image-section.rightborder {
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(#FE5749, #FE5749);
	background-repeat: no-repeat;
	background-size: 100px 90%, 90% 100px;
	background-position: bottom right, bottom right;
	padding: 0 55px 55px 0;
	text-align: right;
	margin-left: 2%;
}

.homeCarouselContainer .sub-content-section{
	margin-top: 76px;
}

.homeCarouselContainer .sub-content-section h4 {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.9px;
	margin-bottom: 23px;
	color:#121212;
	text-transform: uppercase;
}

.homeCarouselContainer .sub-content-section h3 {
	font-family: 'Lato', sans-serif;
	font-size: 34px;
	font-weight: 800;
	margin-bottom: 26px;
	line-height: 1.1;
	color:#121212;
}

.homeCarouselContainer .learnMoreLink {
	font-family: 'Lato', sans-serif;
	color: #FE5749;
	font-size: 20px;
	font-weight: 800;
	margin-top: 8px;
	display: inline-block;
}
.homeCarouselContainer .learnMoreLink:hover{
	opacity:0.7;
	text-decoration:none;
}

.homeCarouselContainer .learnMoreLink img{
	margin-left:2px;
}

.servicesDarkBanner {
	background: #121212;
	color: white;
	padding: 50px 0;
	font-size: 20px;
	font-weight: 600;
}
.servicesDarkBanner .darkBannerBodyFont {
	font-size: 18px;
	font-weight: 500;
}
.servicesDarkBanner .titleHeading {
	font-size: 50px;
	font-weight: 600;
	color: white;
}
.servicesDarkBanner .titleHeadingBlue {
	color: #1EC6FF;
	font-size: 36px;
	font-weight: 600;
}
.servicesDarkBanner .profSubTitleBlue {
	color: #1EC6FF;
	font-size: 16px;
	font-weight: 600;
	text-transform:uppercase;
	margin-bottom: 30px;
}
.servicesDarkBanner .shapeHeading {
	font-size: 50px;
	font-weight: 600;
	margin: 80px 0px;
}

.servicesDarkBanner .profInfoSection {
	font-size: 18px;
	margin: 40px 0 0 0;
	line-height: 2;
	font-weight: 400;
}
.servicesDarkBanner .profInfoSection h3 {
	color: white;
	font-size: 30px;
	font-weight: 800;
}

.servicesStyles.cultureValues .valuesItem{
	
}

.servicesStyles.cultureValues .valuesItem h3 span {
	color: #1EC6FF;
	display: inline-block;
	width: 40px;
}

.servicesStyles.cultureValues .valuesItem p {
	padding-left: 50px;
	margin-bottom: 30px;
}

.servicesStyles.cultureValues.dark{
	background:#121212;
}
.servicesStyles.cultureValues.dark h3, .servicesStyles.cultureValues.dark p{
	color: white;
}

.servicesStyles.cultureValues.dark h3{
	font-size:30px;
}

.newsDarkBanner .subTitleHeading{
	color: white;
	font-size: 16px;
}
.newsDarkBanner .titleHeading{
	color: white;
	font-size: 36px;
}
.newsDarkBanner p{
	color: white;
	font-size: 18px;
	font-weight: 400;
}

.newsFilterDropdown{
	margin:30px 0;
}

/***********************************
           HOME-4 STYLES
***********************************/

.homev4.mainImage {
	background: #121212;
	overflow: hidden;
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
}

.homev4.mainImage .imgContent {
	padding: 135px 3% 0;
	position: absolute;
}

.homev4.mainImage .imgContent h3 {
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: 800;
	margin-bottom: 15px;
	line-height: 1.1;
	color: #ffffff;
}

.homev4.mainImage .imgContent h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 26px;
	line-height: 1.1;
	color: #ffffff;
	letter-spacing: 0.84px;
}

.homev4.mainImage .imgContent h5{
	font-family: 'Lato', sans-serif;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 26px;
	line-height: 1.1;
	color:#ffffff;
}

.homev4.mainImage .imgContent span{
	color:#FE5749;
}

.homev4.mainImage .imgContainer.heroImg {
	opacity: 0.8;
	background-attachment: fixed !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background-position: center 85px !important;
	
	-webkit-clip-path: polygon(0 0, 0 520px, 100% 650px, 100% 0);
	clip-path: polygon(0 0, 0 520px, 100% 650px, 100% 0);
	
}

.homev4.mainImage img{
	opacity:0;
}

.homev4.mainContent {
	background: #121212;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	color: white;
	padding: 20px 10% 100px 3%;
	letter-spacing: 0.5px;
	
}

.homev4.mainContent span {
	font-weight: 300;
	display: block;
	margin-top: 15px;
}

.servicesStyles.imagesection.pinkSection {
	background: #f8f4ef;
	padding: 80px 0 60px 0 !important;
	text-align: center;
	margin-top: 50px;
}

.row.servicesStyles.imagesection.pinkSection span {
	margin-bottom: 20px;
	line-height: 1.9;
	display: block;
}

.youtubeVideoContainer .videoContainerInner{
	background: black;
}
.youtubeVideoContainer .youtubeVideo iframe {
	display: block;
	/*width:100%;
	height:18vw;*/
	/*margin-top: 10px;*/
}
.youtubeVideoContainer .youtubeVideo .play-button {
	/*scale: 60%;*/
	transform: scale(80%);
	bottom: calc(47% - 40px);
	right: calc(47% - 40px);
}

.youtubeVideoContainer .youtubeVideo .play-button:hover svg.circle {
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}


.imagesection{	
	padding: 105px 0 0 0;
	position: relative;
}

.imagesection p {
    font-size: 18px;
}

.imagesection h2{
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 40px;
	text-align: center;
}

.imagesection .sub-image-section{
	display: inline-block;
	margin: 0px 9.5% 0px 10.5%;
	width: 86%;
	overflow: hidden;
	
	-webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
}
.imagesection .sub-image-section:hover{
	-webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -sand-transform: scale(0.97);
	transform: scale(0.97);
}

.imagesection .sub-image-section img{
	border:0px solid white;
	
	-webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
}

.imagesection .sub-image-section:hover img{
	-webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -sand-transform: scale(1.10);
	transform: scale(1.10);
	
	border-top:0px solid white;
	border-right:0px solid white;
	border-style: inset;
}

.imagesection .sub-image-section.leftborder{
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(#FE5749, #FE5749);
	background-repeat: no-repeat;
	background-size: 100px 90%, 90% 100px;
	background-position: bottom left, left bottom;
	padding: 0 0 55px 55px;
}
.imagesection .sub-image-section.rightborder {
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(#FE5749, #FE5749);
	background-repeat: no-repeat;
	background-size: 100px 90%, 90% 100px;
	background-position: bottom right, bottom right;
	padding: 0 55px 55px 0;
	text-align: right;
	margin-left: 2%;
}

.rightTopborder{
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(#FE5749, #FE5749);
	background-repeat: no-repeat;
	background-size: 100px 90%, 90% 100px;
	background-position: top right, right top;
	padding: 55px 55px 0 0px;
	text-align: right;
}
.leftTopborder{
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(#FE5749, #FE5749);
	background-repeat: no-repeat;
	background-size: 100px 90%, 90% 100px;
	background-position: top left, left top;
	padding: 55px 0 0 55px;
}
.imagesection .sub-image-section.leftTopborder{
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(#FE5749, #FE5749);
	background-repeat: no-repeat;
	background-size: 100px 90%, 90% 100px;
	background-position: top left, left top;
	padding: 55px 0 0 55px;
}
.imagesection .sub-image-section.rightTopborder{
	background-image: linear-gradient(#FE5749, #FE5749), linear-gradient(#FE5749, #FE5749);
	background-repeat: no-repeat;
	background-size: 100px 90%, 90% 100px;
	background-position: top right, right top;
	padding: 55px 55px 0 0px;
	text-align: right;
	margin-left: 2%;
}

.bluebordercolor {
	background-image: linear-gradient(#1EC6FF, #1EC6FF), linear-gradient(#1EC6FF, #1EC6FF) !important;
}

.imagesection .sub-content-section{
	margin-top: 76px;
}

.imagesection .sub-content-section h4 {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.9px;
	margin-bottom: 23px;
	color:#121212;
	text-transform: uppercase;
}

.imagesection .sub-content-section h3 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 26px;
	line-height: 1.1;
	color:#121212;
}

.imagesection .learnMoreLink {
	font-family: 'Lato', sans-serif;
	color: #FE5749;
	font-size: 20px;
	font-weight: 800;
	margin-top: 8px;
	display: inline-block;
}
.imagesection .learnMoreLink:hover{
	opacity:0.7;
	text-decoration:none;
}

.imagesection .learnMoreLink img{
	margin-left:2px;
}


.imagesection .sub-content-section .profHeading {
	font-size: 44px !important;
	margin-bottom: 50px !important;
	line-height: normal;
}

.imagesection .sub-content-section .profSubHeading {
	font-family: 'Source Sans Pro', sans-serif;
	color: #1EC6FF;
	font-size: 18px !important;
	margin-bottom: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.imagesection.profSection {
	padding: 30px 0 0 0;
}
.imagesection.profSectionDark p {
	color:white;
}
.imagesection.profSection p span {
	font-family: 'Lato', sans-serif;
	display: block;
	font-weight: 600;
	font-size: 20px;
}
.imagesection.profSection p span i {
	color:#FE5749;
	padding: 0px 10px;
}
.imagesection.profSection p span i.material-icons {
	color:#1EC6FF;
	font-size: 32px;
	padding: 0px 10px;
	float: left;
}


.imagesection.profSection.customSpanIcons p span:before{
	content: "\f105"; /* FontAwesome Unicode */
	color:#FE5749;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

.imagesection.profSection .servicesLearnMoreLink i {
	/* font-size: 13px; */
	margin-top: 10px;
	margin-left: 6px;
	font-weight: bold;
}

.imagesection.profSection .sub-content-section.empBenefits {
	margin-top: 20px;
}

.home4footerMargin {
	margin-bottom: 130px;
}

.employeeTestimonials{
	position:relative;
}
.employeeTestimonials h2 {
	margin-bottom: 20px;
}
.employeeTestimonials .smallBlueHeading {
	color:#1EC6FF;
	font-size:16px;
	margin-bottom: 60px;
	text-align:center;
}
.employeeTestimonials .carousel-item {
	height: 630px;
	transition:transform 1.2s ease;
}
.employeeTestimonials .carousel-item .quotesIcon {
	position: absolute;
	left: 8%;
	top: 30px;
	z-index: 9;
	width: 13%;
}

.employeeTestimonials .carousel-item .employeeImage {
	position: absolute;
	left: 18%;
	top: 0;
	z-index: 7;
	float: left;
	display: inline-block;
	width: 33%;
}

.employeeTestimonials .carousel-item .testimonialContent {
	position: absolute;
	left: 47%;
	top: 70px;
	z-index: 8;
	background: white;
	width: 40%;
	padding: 30px 4%;
	float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 1.8;
}
.employeeTestimonials .carousel-item .testimonialContent h5{
	margin-bottom: 20px;
}
.employeeTestimonials .carousel-item .testimonialContentBorder {
	position: absolute;
	height: calc(100% + 40px);
	top: -20px;
	right: 0;
	width: 90.5%;
	border-top: 20px solid black;
	border-right: 20px solid black;
	border-bottom: 20px solid black;
}

.employeeTestimonials.textOnly{
	padding: 75px 0 0 0;
}
.employeeTestimonials.textOnly .smallBlueHeading {
	margin-bottom: 20px;
}
.employeeTestimonials.textOnly .carousel-item {
	height: 450px;
}

.employeeTestimonials.textOnly .carousel-item .testimonialContent {
	position: absolute;
	left: 10%;
	top: 70px;
	z-index: 8;
	background: white;
	width: 78%;
	padding: 30px 4% 30px 14%;
	float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 1.8;
}
.employeeTestimonials.textOnly .carousel-item .testimonialContentBorder {
	position: absolute;
	height: calc(100% + 40px);
	top: -20px;
	right: 0;
	width: 94%;
	border-top: 20px solid black;
	border-right: 20px solid black;
	border-bottom: 20px solid black;
	border-left: 20px solid black;
}

.employeeTestimonials.textOnly .carousel-item .quotesIcon {
	background: white;
	border: 30px solid white;
	width: 16%;
	top: 0;
}
.employeeTestimonials.textOnly .carousel-item h5 {
	line-height: 1.3;
}


.postThumbnailSlider .carousel-item .row {
	padding-right: 60px;
}
.postThumbnailSlider .carousel-item .thumbnail h5 {
	padding-top: 20px;
}
.homeCarouselContainer.testimonials .testimonialContent {
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	padding: 40px 0 30px 0;
	line-height: 1.9;
}

.homeCarouselContainer.testimonials.testimonialWriter {
	font-size: 18px;
	font-weight: 600;
}

.fobFormatterContainer {
	padding: 50px 0 0 0;
}

.fobFormatterContainer label{
	display:block;
}
.fobFormatterContainer input[type="text"] {
	margin: 15px 0 20px 0;
	display: block;
	width: 100%;
	max-width: 100%;
	font-size: 15px;
	box-shadow: none !important;
	border: 0;
}
.fobFormatterContainer input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 15px;
}
.fobFormatterContainer input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  font-size: 15px;
}
.fobFormatterContainer input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  font-size: 15px;
}
.fobFormatterContainer input[type="text"]:-moz-placeholder { /* Firefox 18- */
  font-size: 15px;
}

.fobFormatterContainer select {
	margin: 0 0 30px 0;
	display: block;
	width: 100%;
	max-width: 100%;
	box-shadow: none !important;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

.fobFormatterContainer textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	border: 0;
	box-shadow: none !important;
	font-size: 15px;
	line-height: normal;
	height: 55px;
}
.fobFormatterContainer textarea:read-only{
	background:#f5f5f5;
}

.fobFormatterContainer input[type='submit'] {
	margin: 0 0 30px 0;
	display: block;
	width: 100%;
	max-width: 100%;
	box-shadow: none !important;
	border: 0;
}


.mapSection .jobMap{
	filter: grayscale(100%);
	position:relative;
}

.mapSection .searchSection {
	position: absolute;
	background: #121212;
	padding: 30px;
	left: 100px;
	top: 100px;
	color: white;
	z-index: 1;
}


.mapSection .mapContainer {
	height: 620px;
	display: grid;
	width: 100% !important;
	max-width: 100% !important;
}

.mapSection .mapContainer #map {
	height: 100%;
}

.mapSection .searchSection h2 {
	color: white;
	font-size: 36px;
}

.mapSection .searchSection h4 {
	color:white;
	font-size: 16px;
	text-transform:uppercase;
}

.mapSection .searchSection {
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	padding: 30px 30px 10px 30px;
	left: 50px;
	top: 35px;
	color: white;
	z-index: 1;
}

.mapSection .searchSection select {
	color: #FE5749;
	font-size: 20px;
	font-weight: 700;
	width: auto;
}

.mapSection .searchSection select option {
	color: #121212;
}

.mapSection .searchSection select::selection {
	background: #121212;
}

.mapSection .searchSection select option:hover {
	background: red;
}

.soluddStyle.dropdown  .btn.btn-primary {
	background: transparent !important;
	color: #FE5749;
	font-size: 20px;
	font-weight: 700;
	text-transform: lowercase;
	padding: 0;
	margin-top: 0px;
}
.soluddStyle.dropdown .dropdown-item {
	font-size: 20px;
	font-weight: 600;
	max-width: unset !important;
}
.soluddStyle.dropdown .dropdown-item:hover {
	background: #FE5749;
	color: white;
}

.mapSection .searchSection .dropdown .btn.btn-primary {
	background: transparent !important;
	color: #FE5749;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0;
	margin-top: 10px;
}

.mapSection .searchSection .dropdown .dropdown-item:hover {
	background: #FE5749;
	color: white;
}

.circleAnimation{
	background:black;
}

.circleAnimation .container, #animation #stage {
	max-width: 100vw !important;
	width: 100vw !important;
}

#animation h2, .circleAnimation .mainHeading {
	color: #1EC6FF;
	font-size: 36px;
	text-align: center;
	padding: 50px 0 0 0;
}

#animation .written .frame p {
	font-size: 20px;
	padding: 0 16%;
	text-align: left;
	line-height: 1.6;
}

#animation #stage {
	max-width: 1440px;
	overflow: hidden;
	left: unset;
}

.bubbleAnimationV2{
	/*padding-top:150px;*/
}

.bubbleAnimationV2 .bubbleIcon {
	cursor: pointer;
	padding: 0 !important;
}
.bubbleAnimationV2 .bubbleIcon h2 {
	font-size: 2.0vw;
	position: absolute;
	width: 100%;
	margin-top: 5vw !important;
	text-transform: capitalize;
}
.bubbleAnimationV2 .bubbleIcon .bubble {
	width: 12vw;
	height: 12vw;
	margin: 0 auto;
	border-radius: 200px;
	
	-webkit-transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	transition:all ease-in-out .3s;
}

.bubbleAnimationV2 .bubbleIcon:hover .bubble {
	width: 11vw;
	height: 11vw;
	margin: 0.5vw auto;
}

.bubbleAnimationV2 .bubbleIcon .bubble.red {
	background: #dc2e45;
}
.bubbleAnimationV2 .bubbleIcon .bubble.orange {
	background: #ff574a;
}
.bubbleAnimationV2 .bubbleIcon .bubble.skyblue {
	background: #20c6ff;
}

.bubbleAnimationV2 .bubbleDescription {
	margin-top: 50px;
	height:0px;
	
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}

.bubbleAnimationV2 .bubbleDescription h3{
	visibility:hidden;
}

.bubbleAnimationV2 .animationV2Heading {
	width: 100%;
	color: #1EC6FF !important;
	font-size: 36px !important;
	text-align: center;
	margin-bottom: 100px;
}

.bubbleAnimationV2.numberProcess .bubbleIcon h2 {
	font-size: 5vw !important;
	margin-top: 3vw !important;
}
.bubbleAnimationV2.numberProcess .bubbleDescription h3 {
	color: white;
	visibility: visible;
	padding-top: 20px;
}

.custom-radio {
    display: none;
}
.custom-radio + label {
    background-color: #fafafa;
    border: 2px solid #cacece;
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    display: inline-block;
    padding: 11px;
    position: relative;
	float: left;

}
.custom-radio + label:before {
    background: none repeat scroll 0 0 #FDFDFD;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    content: " ";
    font-size: 36px;
    height: 8px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 8px;
}
.custom-radio:checked + label:after {
    background: none repeat scroll 0 0 #121212;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    content: " ";
    font-size: 36px;
    height: 8px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 8px;
}
.custom-radio:checked + label {
    background-color: white;
    border: 2px solid #121212;
    color: #99a1a7;
    padding: 11px;
}
.custom-radio + label:active, .custom-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.youtubeVideoEmbded{
	width:100%;
	height:50.62vw;
}


.bhLogContainer .bhLogForm{
	margin-top:30px;
}
.bhLogContainer .bhLogForm input[type="date"] {
	font-size: 22px;
	padding: 5px 20px;
	border: 1px solid black;
	border-radius: 5px;
	width: 190px;
}
.bhLogContainer .bhLogForm i {
	font-size: 22px;
	padding: 5px 20px;
}

.bhLogContainer .logDateRow {
	position:relative;
	background: var(--bg-color-dark);
	color: white;
	padding: 8px 15px;
	margin-bottom: 20px;
}

.bhLogContainer .logDateRow .position_icon {
	position: absolute;
	top: -100px;
	opacity: 0;
	visibility: hidden;
}
.bhLogContainer .logDateRow .fa {
	color: white;
	padding: 0 7px;
}
.bhLogContainer .logDateRow .fa:hover {
	color: lightgray;
}
.bhLogContainer .logDateRow .fa.active {
	color: gray;
}
.bhLogContainer .logDataRow {
	font-size: 13px;
}

@media (min-width:1600px) {
	/*#wrapper{
		width: 100% !important;
		max-width: 100% !important;
	}
	#wrapper header .container {
		max-width: 1440px ;
	}*/
	
	.employeeTestimonials .carousel-item .testimonialContent {
		top: 80px !important;
		padding: 30px 4%;
	}
	.homev4.mainImage {
		max-height: 760px;
	}
	.homev4.mainImage .imgContent {
		max-width: 1440px;
		left: 50%;
		margin-left: -720px;
	}
	.youtubeVideoEmbded {
		width: 100%;
		height: 810px;
	}
	.youtubeVideoContainer .youtubeVideo iframe {
		width:100%;
		height:315px;
	}
}

@media (max-width:1599px) {
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 60px 0;
	}
	#wrapper header .container {
		/*max-width: 1061px !important;*/
	}
	/*.services-navigation.services-navigation-fixed {
		max-width: 1060px;
		margin-left: -530px;
	}*/
	.youtubeVideoContainer .allowPlay .close-button {
		margin-top: 43%;
	}
}


@media (max-width:1440px) {
	#wrapper header .container {
		max-width: 100% !important;
	}
	
	#wrapper .headerclass {
		border-bottom: 0px solid #bdc4ca;
	}

	#wrapper .headerclass .container {
		border-bottom: 1px solid #bdc4ca;
	}
	
	.homev4.mainImage .imgContainer.heroImg {
		-webkit-clip-path: polygon(0 0, 0 36vw, 100% 45vw, 100% 0);
		clip-path: polygon(0 0, 0 36vw, 100% 45vw, 100% 0);
	}
	
	.services-navigation.services-navigation-fixed {
		max-width: 100%;
		margin-left: -50%;
	}
	
	.stickyNav .services-navigation .row {
		margin-right: -30px;
	}
	
	.whySoluMainContent span:first-child {
		margin-top: 0px;
	}
	.caseStudy .caseStudyDarkBanner {
		width: 100vw;
		margin-left: -50vw;
		left: 50%;
		padding: 50px 30px;
	}
	.youtubeVideoEmbded {
		width: 100vw;
		height: 56.62vw;
	}
	.videoContainerMain .allowPlay .close-button {
		margin-top: 50vw;
	}
	.youtubeVideoContainer .allowPlay .close-button {
		margin-top: 40%;
	}
	
	.jobSearchContainer .categoryFilter{
		width:33% !important;
	}
}

@media (min-width:1200px) {
	
	.footerclass .footerWidgets .col-md-12.footercol1 h3{
		width:50%;
		display: inline-block;
	}
	.footerclass .footerWidgets .col-md-12.footercol1 .textwidget{
		width:50%;
		display: inline-block;
		text-align: center;
	}
	
	.footerclass .footerWidgets .widget .textwidget .footerEmpImg {
		float: right;
		display: block;
		margin: -22px 30px 0 0;
	}
	.footerWidgets .footer-widget .textwidget img{
		margin-top: -22px;
	}
}

@media (max-width:1199px) {
	#wrapper header .container {
		/*max-width: 960px !important;*/
	}
	.servicesFixedBarMargin {
		margin-top: 80px;
	}
	/*.services-navigation.services-navigation-fixed {
		max-width: 960px;
		margin-left: -480px;
	}*/

	.services-navigation.services-navigation-fixed .navTitle{
		display:none;
	}
	.services-navigation.services-navigation-fixed .link-back {
		width: 100% !important;
		max-width: 100% !important;
		flex: 100%;
	}
	.services-navigation .navigation-link.link-back {
		margin-left: 0px;
	}
	.services-navigation .navigation-link a.serviceCloseBtn {
		width: 100%;
		margin: 0;
	}
	
	.employeeTestimonials .carousel-item .testimonialContent {
		top: 70px !important;
		padding: 30px 4%;
	}
	.employeeTestimonials .carousel-item {
		height: 530px;
	}
	
	.whyStyles.imageSection .contentContainer {
		padding: 5% 5% 5% 10%;
		margin-left: -7%;
		min-height: unset;
	}
	.homeCarouselContainer p {
		font-size: 15px;
		line-height: 1.5;
	}
	.bubbleAnimationV2 .bubbleIcon h2 {
		font-size: 2.2vw !important;
	}
	
	.youtubeVideoContainer .allowPlay .close-button {
		margin-top: 46%;
		font-size: 28px;
	}
	.youtubeVideoContainer .youtubeVideo .play-button {
		/*scale: 60%;*/
		transform: scale(65%);
		bottom: calc(45% - 40px);
		right: calc(47% - 40px);
	}
	.play-button:hover svg.circle {
		-webkit-transform: scale(3) !important;
		-moz-transform: scale(3) !important;
		-ms-transform: scale(3) !important;
		-o-transform: scale(3) !important;
		transform: scale(3) !important;
	}
	.youtubeVideoContainer .youtubeVideo .play-button:hover svg.circle {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
	.jobSearchContainer .filtersLabel {
		width: 100% !important;
	}
	.jobSearchContainer .categoryFilter{
		width:40% !important;
	}
	.jobSearchContainer .stateFilter{
		width:17% !important;
	}
	.jobSearchContainer .cityFilter{
		width:17% !important;
	}
	.jobSearchContainer .locationFilter {
		width: 20% !important;
	}
}

@media (max-width:1024px) {
	
	.employeeTestimonials .carousel-item .testimonialContent {
		top: 40px !important;
		padding: 30px 4%;
	}
	.footercredits .footernav {
		display: block;
	}
	.footercredits .footernav ul {
		padding: 0;
		margin: 0 auto;
		display: table;
		float: unset;
	}
	.footercredits .copyRightText {
		width: 100%;
		display: inline-block;
		margin-top: 20px;
	}
	.employeeTestimonials .carousel-item {
		height: 430px;
	}
}

@media (max-width:991px) {
	h1, h2, h3, h4, h5{
		line-height: normal !important;
	}
	.h1, h1 {
		font-size: 60px !important;
	}
	.h2, h2 {
		font-size: 42px !important;
	}
	.h3, h3 {
		font-size: 24px !important;
	}
	.h4, h4 {
		font-size: 16px !important;
	}
	.h5, h5 {
		font-size: 14px !important;
	}
	.h6, h6 {
		font-size: 12px !important;
	}
	
	#wrapper header .container {
		/*max-width: 720px !important;*/
	}
	.lets-talk-section {
		text-align: center;
	}
	.stickyNav .services-navigation {
		top: 140px;
	}
	.services-navigation.services-navigation-fixed {
		/*max-width: 720px;
		margin-left: -360px;*/
		top: 140px;
	}
	.servicesFixedBarMargin {
		margin-top: 115px;
	}
	.main-content-section {
		padding: 40px !important;
	}
	
	.servicesStyles .main-content-section {
		padding: 40px !important;
	}
	.servicesStyles.whyStyles .main-content-section {
		padding: 30px !important;
	}
	.main-image-section img {
		width: 100%;
		height: auto;
		max-width: 100%;
		float: left;
	}
	
	.imagesection {
		padding: 105px 20px 0 20px;
	}
	.imagesection .sub-image-section.leftborder{
		padding: 0 0 30px 30px;
	}
	.imagesection .sub-image-section.rightborder {
		margin-left: 5.5%;
		padding: 0 30px 30px 0;
	}
	.imagesection .sub-image-section.leftTopborder{
		padding: 0 0 30px 30px;
	}
	.imagesection .sub-image-section.rightborder {
		margin-left: 5.5%;
		padding: 0 30px 30px 0;
	}
	
	.servicesStyles.whyStyles .main-content-section,
	.servicesStyles.whyStyles .main-image-section{
		margin-top:50px !important;
	}
	
	.whyStyles.quoteSection .contentContainer {
		padding: 50px 11% 50px 3%;
	}
	.whyStyles.quoteSection .quoteContainer {
		padding: 4%;
	}
	
	.homev4.mainImage {
		/*min-height: 70vw;*/
	}
	.homev4.mainImage .imgContainer.heroImg {
		background-size: 130% !important;
	}
	.homev4.mainContent {
		font-size: 16px;
		line-height: 30px;
		padding: 20px 3% 70px 3%;
	}
	.homev4.mainImage .imgContent {
		padding: 120px 5% 0;
	}
	.homev4.mainImage .imgContent h5 {
		font-size: 14px;
	}
	
	.servicesStyles.bgShapeForWorkBlack {
		-webkit-clip-path: polygon(0 0, 0 1000px, 100% 1000px, 100% 470px);
		clip-path: polygon(0 0, 0 1000px, 100% 1000px, 100% 470px);
	}
	
	.homeWordAnimation.finalSpeed {
		margin-bottom: -13px;
		padding: 12px 5px;
		height: 40px;
	}
	
	.newsSection .news {
		min-height: 220px;
		margin-bottom: 30px;
		float: left;
	}
	.newsSection .news h6 {
		font-size: 14px !important;
	}
	.verticalTabs .flex-column {
		flex-direction: column !important;
	}
	
	.letsTalkSectionContainer {
		padding: 50px 0;
	}
	.newsStyles.caseStudy .caseStudySubTitle {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.newsStyles.caseStudy .caseStudyTitle h2 {
		font-size: 30px !important;
	}
	.newsStyles.caseStudy .main-content-section .listingLinkStyle{
		margin-top:0;
	}
	.newsStyles.caseStudy.newsDetailsTitleSection header {
		min-height: 160px;
		margin-top: -80px;
	}
	.jobSearchContainer .filtersLabel{
		width:100% !important;
	}
	.jobSearchContainer .categoryFilter{
		width:60% !important;
	}
	.jobSearchContainer .stateFilter{
		width:20% !important;
	}
	.jobSearchContainer .cityFilter{
		width:20% !important;
	}
	.jobSearchContainer .locationFilter{
		width:100% !important;
	}
	.jobSearchContainer .remoteFilter {
		width: 100% !important;
		text-align: right;
	}
	
	.play-button:hover svg.circle {
		-webkit-transform: scale(2) !important;
		-moz-transform: scale(2) !important;
		-ms-transform: scale(2) !important;
		-o-transform: scale(2) !important;
		transform: scale(2) !important;
	}
	.youtubeVideoContainer .youtubeVideo .play-button {
		/*scale: 60%;*/
		transform: scale(70%);
		bottom: calc(44% - 40px);
		right: calc(47% - 40px);
	}
	.employeeTestimonials.textOnly{
		padding: 15px 0 0 0;
	}
	.employeeTestimonials.textOnly .carousel-item .quotesIcon {
		border: 20px solid white;
	}

}

@media (min-width:1200px) and (max-width:1599px) {
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
		font-size: 17px;
		padding: 0px 10px 60px 10px !important;
	}
	.youtubeVideoContainer .youtubeVideo iframe {
		width:100%;
		height:20vw;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
		font-size: 15px;
		padding: 0px 8px 60px 8px !important;
		margin-top: 5px;
	}
	.youtubeVideoContainer .youtubeVideo iframe {
		width: 100%;
		height: 22vw;
	}
}


@media (max-width:767px) {
	body {
		font-size: 12px !important;
	}
	
	p {
		font-size: 12px !important;
		line-height: 1.9 !important;
	}
	
	h1, h2, h3, h4, h5{
		line-height: normal !important;
	}
	.h1, h1 {
		font-size: 50px !important;
	}
	.h2, h2 {
		font-size: 36px !important;
		margin: 15px 0 !important;
	}
	.h3, h3 {
		font-size: 16px !important;
	}
	.h4, h4 {
		font-size: 12px !important;
	}
	
	.mpt-0{
		padding-top:0 !important;
	}
	.mpb-0{
		padding-bottom:0 !important;
	}
	.mpl-0{
		padding-left:0 !important;
	}
	.mpr-0{
		padding-right:0 !important;
	}
	.mmt-0{
		margin-top:0 !important;
	}
	.mmb-0{
		margin-bottom:0 !important;
	}
	.mml-0{
		margin-left:0 !important;
	}
	.mmr-0{
		margin-right:0 !important;
	}
	
	.wide #wrapper.container {
		max-width: 100% !important;
	}
	
	.container {
		max-width: 100% !important;
		padding: 0 15px;
	}
	header #logo {
		z-index: 9;
		text-align: left;
	}
	header #logo #thelogo img {
		max-width: 225px;
	}
	
	#wrapper header .container {
		max-width: 100% !important;
	}
	
	/*.stickyNav .services-navigation {
		position: unset;
	}*/
	.stickyNav .services-navigation {
		position: fixed;
		top: 87px;
		border: 0;
		left: 0;
		padding: 0;
	}
	.stickyNav .services-navigation .row {
		margin-right: 0px;
		margin-left: 0;
	}
	
	.services-navigation.services-navigation-fixed {
		position: fixed;
		max-width: 100%;
		margin-left: 0;
		top: 86px;
		left: 0;
		/*padding: 0 15px !important;*/
	}
	.services-navigation.services-navigation-fixed .row {
		margin: 0;
	}
	#stickyNavigation{
		margin-left:0;
	}
	.services-navigation {
		background: #121212;
	}
	.services-navigation .navigation-link {
		padding: 0 5px;
		max-width: 33.00% !important;
	}
	.services-navigation.services-navigation-fixed .navigation-link {
		padding: 0 5px;
		max-width: 33.33% !important;
	}
	.services-navigation .navigation-link.link-back {
		max-width: 100% !important;
		margin-left: 0px;
		padding: 0;
	}
	
	.services-navigation .navigation-link.navTitle {
		display:none;
	}
	.services-navigation .navigation-link a {
		font-size: 13px;
	}
	
	.services-navigation .navigation-link a.serviceCloseBtn {
		font-size: 38px;
		height: 51px;
	}
	.services-navigation .navigation-link a.serviceCloseBtn i {
		margin-top: 6px;
	}
	
	.homev4.mainImage {
		/*height: 473px;*/
	}
	.homev4.mainImage .imgContainer.heroImg {
		/*transform: rotate(8.5deg) scale(1.5) translate(0px, -30%);*/
	}
	.homev4.mainImage .imgContent {
		padding: 11vw 30px 0;
	}
	.imagesection {
		padding: 50px 0 0px 0;
	}
	.imagesection.profSection {
		padding: 30px 30px 0 30px;
	}
	.imagesection.profSection {
		padding: 30px 30px 0 30px;
	}
	.imagesection.profSection .p-0.sub-content-section{
		padding: 30px !important;
	}
	.imagesection.profSection .sub-content-section.empBenefits {
		margin-top: 0px;
	}
	.imagesection.profSectionDark .sub-content-section .col-sm-3,
	.imagesection.profSectionDark .sub-content-section .col-sm-4{
		padding: 0;
	}
	
	.homev4.mainContent {
		padding: 20px 15px 70px 15px;
		font-size: 12px;
		line-height: 22px;
	}
	
	.imagesection .sub-content-section {
		padding: 0px 40px;
		margin-top: 15px;
	}
	
	.imagesection .sub-image-section {
		/*margin: 0px 5.5% 0px 5.5%;*/
		margin: 0px 30px 0px 30px;
		width: auto;
	}
	.imagesection .sub-image-section.leftborder{
		padding: 0 0 20px 20px;
	}
	.imagesection .sub-image-section.rightborder {
		margin-left: 5.5%;
		padding: 0 20px 20px 0;
	}
	.imagesection .sub-image-section.leftTopborder{
		padding: 0 0 20px 20px;
	}
	.imagesection .sub-image-section.rightTopborder {
		margin-left: 5.5%;
		padding: 0 20px 20px 0;
	}
	
	.imagesection .sub-content-section h4 {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.imagesection .sub-content-section h3 {
		font-size: 20px !important;
		line-height: normal;
		margin-bottom: 0px;
	}
	.imagesection .sub-content-section h5 {
		font-size: 16px !important;
		line-height: normal;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.imagesection .learnMoreLink img {
		margin-left: 2px;
		width: 70px;
	}
	
	.homev4.mainImage .imgContent h4 {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.homev4.mainImage .imgContent h3 {
		font-size: 32px !important;
	}
	.homev4.mainImage .imgContent h5 {
		font-size: 14px;
	}
	
	.videoContainerMain {
		padding: 25px 0 0 0;
	}
	.videoContainerMain h2 {
		font-size: 18px !important;
		margin-bottom: 25px;
	}
	
	

	.home4footerMargin {
		margin-bottom: 20px;
	}
	
	.servicesStyles.imagesection {
		padding: 0px 0 0px 0;
	}
	
	.servicesStyles.imagesection.pinkSection {
		padding: 0px 0 10px 0 !important;
		text-align: left;
		margin-top: 0px;
	}
	
	.servicesStyles.imagesection.pinkSection h3{
		margin-bottom:10px;
	}
	
	.imagesection .sub-content-section .profHeading {
		font-size: 16px !important;
		margin-bottom: 40px !important;
	}
	.imagesection .sub-content-section .profSubHeading {
		font-size: 14px !important;
		margin-bottom: 5px !important;
	}
	.imagesection.profSection p span {
		font-size: 14px;
	}
	.imagesection.profSection p span  {
		font-size: 14px;
	}
	.imagesection.profSection p span i.material-icons {
		font-size: 22px;
	}
	.servicesLearnMoreLink {
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: 600;
		display: block;
	}
	.imagesection.profSection .servicesLearnMoreLink{
		display:flex;
		margin-top: -15px;
		margin-bottom: 40px;
	}
	
	.imagesection.profSection .servicesLearnMoreLink i {
		font-size: 12px;
		margin-top: 8px;
	}
	
	.soluddStyle.dropdown .btn.btn-primary{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.soluddStyle.dropdown .dropdown-item {
		font-size: 14px;
	}
	
	.wideColoredSection{
		padding: 20px 0;
		margin: 20px 30px 20px 30px !important;
	}
	.wideColoredSection.mm-0 {
		margin: 0px !important;
	}
	
	.wideColoredSection h3 {
		font-size: 13px !important;
		line-height: unset;
	}
	
	.ourStoryContainer {
		margin-bottom: 0px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 30px 20px;
	}
	
	.ourStoryContainer h3 {
		font-size: 20px !important;
		margin-bottom: 10px;
	}
	
	.servicesDarkBanner .profInfoSection h3 {
		font-size: 16px !important;
	}
	.servicesDarkBanner .profInfoSection {
		font-size: 12px;
		margin: 30px 0 0 0;
	}
	.servicesDarkBanner .profSubTitleBlue {
		font-size: 12px;
	}
	.servicesDarkBanner .offset-1 {
		margin-left: 20px;
	}
	
	.servicesStyles.rectangle {
		display:none;
	}
	
	.servicesStyles.bgShapeForWork {
		-webkit-clip-path: polygon(0 0, 0 950px, 100% 950px, 100% 450px);
		clip-path: polygon(0 0, 0 950px, 100% 950px, 100% 450px);
	}
	.servicesStyles.bgShapeForWorkBlack {
		-webkit-clip-path: polygon(0 0, 0 800px, 100% 800px, 100% 440px);
		clip-path: polygon(0 0, 0 800px, 100% 800px, 100% 440px);
	}
	.servicesStyles.bgShapeForWorkBlackV2 {
		height: 2000px;
		-webkit-clip-path: polygon(0 0, 0 2000px, 100% 2000px, 100% 490px);
		clip-path: polygon(0 0, 0 2000px, 100% 2000px, 100% 490px);
	}
	.servicesStyles.bgShapeForWorkV2 {
		margin-top: -20px;
		-webkit-clip-path: polygon(0 0, 0 5000px, 100% 5000px, 100% 210px);
		clip-path: polygon(0 0, 0 5000px, 100% 5000px, 100% 210px);
	}
	.servicesStyles.bgShapeForWorkV3 {
		display:none;
		/*-webkit-clip-path: polygon(0 0, 0 1000px, 100% 1000px, 100% 140px);
		clip-path: polygon(0 0, 0 1000px, 100% 1000px, 100% 140px);*/
	}
	.servicesStyles.bgShapeForWorkV4 {
		margin-top: -30px;
		-webkit-clip-path: polygon(0 0, 0 5000px, 100% 5000px, 100% 170px);
		clip-path: polygon(0 0, 0 5000px, 100% 5000px, 100% 170px);
	}
	.servicesStyles.bgShapeForWorkV5 {
		-webkit-clip-path: polygon(0 0, 0 9000px, 100% 9000px, 100% 317px);
		clip-path: polygon(0 0, 0 9000px, 100% 9000px, 100% 317px);
	}
	
	.youtubeVideoContainer .youtubeVideo .play-button {
		/*scale: 70%;*/
		transform: scale(65%);
		bottom: calc(36% - 28px);
		right: calc(42% - 28px);
	}
	
	.mapSection .searchSection {
		left: 7%;
		top: 5%;
		max-width: 390px;
		width: 86%;
	}
	.mapSection .mapContainer {
		height: 520px;
	}
	.mapSection .searchSection select {
		font-size: 16px;
	}
	.mapSection .searchSection h2 {
		font-size: 28px !important;
	}
	
	#mapViewerContainer h2 {
		color: white;
		font-size: 26px !important;
	}
	#mapViewerContainer .titleRow .closeBtn {
		width: 45px;
		padding: 4px 8px 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#mapViewerContainer .titleRow .closeBtn i {
		font-size: 30px;
	}
	
	.custom-select{
		width: 100%;
		min-width: 100%;
	}
	
	.footerclass {
		background-image: none;
	}
	.footerclass .footerLogo {
		width: 40%;
		margin-left: 30px;
	}
	.footerclass .footerWidgets {
		margin: 0px 20px 0px 20px !important;
	}
	.footerclass .footerWidgets .col-md-12.footercol1 h3 {
		font-size: 27px !important;
		line-height: 1.2;
		margin-top: -40px;
		margin-bottom: 40px;
	}
	.footerclass .footerWidgets .widget h3 {
		font-size: 12px !important;
	}
	.footerclass .footerWidgets .widget .textwidget {
		font-size: 14px;
	}
	.footerclass .footerWidgets .widget .textwidget a {
		font-size: 16px;
	}
	.footerclass .footerWidgets .widget .textwidget .footerEmpImg {
		margin: -15px 0px 0 0;
		width: 27%;
		max-width: 88px;
	}
	.footercredits {
		margin-left: 20px !important;
		margin-right: 20px !important;
		margin-top: 70px !important;
		margin-bottom: 20px !important;
	}
	.footercredits .footernav ul li a {
		font-size: 14px;
		margin-right: 20px;
	}
	
	
	.jobDescriptionContainer .socialIcons{
		text-align:center;
		margin-top: 0px;
	}
	
	.jobDescriptionContainer .socialIcons i {
		font-size: 18px;
		padding: 15px;
		margin: 0 10px 10px 10px
	}
	
	.jobDescriptionContainer .jobDescription p,
	.jobDescriptionContainer .jobDescription li,
	.jobDescriptionContainer .jobDescription .descriptionFooter	{
		font-size: 12px;
	}
	
	.jobOverviewMainContainer .mainDescription,
	.jobOverviewMainContainer .mainDescription p,
	.jobOverviewMainContainer .mainDescription span{
		color: white;
		font-size: 16px !important;
	}
	.jobDescriptionContainer .jobDescription {
		padding: 20px 30px 0 75px;
	}
	.jobDescriptionContainer .jobDescription strong{
		/*margin-left:-40px;*/
	}
	.jobDescriptionContainer .jobDescription strong u, .jobDescriptionContainer .jobDescription b u {
		margin-left: -40px;
		font-size: 20px;
	}
	.jobDescriptionContainer .jobDescription span.bullet {
		margin-left: -15px;
		margin-right: 5px;
		font-size: 22px;
		line-height: 18px;
	}
	
	.main-content-section{
		padding:20px 40px !important;
	}
	.servicesStyles.whyStyles .main-content-section {
		padding: 40px !important;
	}

	.servicesStyles p{
		line-height: 1.6;
		font-size: 12px;
	}
	.servicesStyles .main-content-section{
		/*padding:40px !important;*/
		padding:20px 40px !important;
	}
	.servicesStyles .main-content-section h2{
		font-size:36px !important;
	}
	.servicesStyles .sub-image-section{
		margin:0 !important;
		padding: 0 !important;
		width: 100%;
	}
	.servicesStyles .sub-image-section img{
		width:100%;
	}
	.servicesStyles .sub-content-section {
		margin-top: 0px;
		padding: 40px;
	}
	.servicesStyles .sub-content-section h4 {
		font-size:12px;
	}
	.servicesStyles .sub-content-section h3 {
		font-size:20px !important;
		line-height: 1.2;
	}
	
	.servicesStyles.cultureValues .valuesItem h3 span {
		width: 25px;
		text-align: center;
	}
	
	.servicesStyles.cultureValues .valuesItem p {
		padding-left: 30px;
	}
	
	
	.servicesStyles.whyStyles .main-content-section,
	.servicesStyles.whyStyles .main-image-section{
		margin-top:0px !important;
	}
	
	.whyStyles .main-content-section {
		padding: 30px 40px 0px !important;
	}
	.whyStyles .main-content-section h1{
		font-size: 32px !important;
	}
	.whyStyles.subMainSection h2 {
		font-size: 20px !important;
		margin-bottom: -10px !important;
	}
	
	.whyStyles.firstTitle{
		padding-top: 20px;
	}
	.whyStyles.firstTitle h2 {
		font-size: 20px !important;
	}
	
	.whyStyles .rightTopborder {
		padding: 0 0 0 0 !important;
	}
	.whyStyles.simpleImageSection h2 {
		font-size: 20px !important;
	}
	
	.whyStyles.imageSection .contentContainer {
		padding: 20px 30px 20px 30px;
		margin-left: 0%;
		min-height: unset;
		background: none;
		margin-top: 0;
		margin-bottom: 0px;
	}
	.whyStyles.imageSection .imageContainer img {
		width: 98%;
	}
	.whyStyles.quoteSection .contentContainer {
		background: none;
		margin-left: 0;
		padding: 0 30px 0 30px;
		margin-right: 0;
		display: inline-table;
		border-right: 30px solid #f7f3ee;
	}
	.whyStyles.quoteSection .quoteContainer {
		background: #FE5749;
		padding: 30px 50px 30px 30px;
		margin-top: 0px;
		width: 100%;
		display: inline;
		border-right: 0px solid #f7f3ee;
		margin-left: 30px;
	}
	.whyStyles.imageSection {
		margin: 20px 0px;
	}
	.whyStyles.quoteSection {
		margin: 20px 0px 20px;
	}
	
	.lets-talk-section {
		margin-top: 100px;
	}
	.lets-talk-section h2 {
		font-size:11vw !important;
		margin-bottom: 4vw;
	}
	
	.teamStyles.mainTitle h1 {
		font-size: 36px !important;
		padding: 0 10px;
	}
	
	.teamStyles.mainTitle h3{
		font-size:20px !important;
	}

	.teamStyles.teamMembers .teamMember .memberImg {
		border-bottom: 12px solid black;
	}
	.teamStyles.teamDarkBanner {
		margin-top: 50px !important;
	}
	
	.teamStyles.teamMembers .teamMember.expanded{
		padding: 0 !important;
	}
	.teamStyles.teamMembers .teamMember.expanded h5 {
		padding-right: 30px;
	}
	.teamStyles.teamMembers .teamMember.expanded .content .closeIcon {
		padding: 10px 0px 5px 0px;
		width: 55px;
		margin: -12px -30px 0 0;
		text-align: center;
	}
	.teamStyles.teamMembers .teamMember.expanded .content .closeIcon i {
		font-size: 30px;
	}
	.teamStyles.teamMembers .teamMember.expanded .content p {
		padding-right: 25px;
	}
	
	
	.homeImageContainer {
		min-height: 600px;
	}
	
	.homeImageContentCircle {
		margin: -26% auto 0;
		padding: 20%;
	}
	.homeV2 .homeImageContainer:hover .homeImageContentCircle{
		margin: -36% auto 0;
		padding: 30%;
	}
	
	.homeV2 .homeImageContainer .homeImageContentText, .homeV2 .homeImageContainer .homeImageContentTextV2{
		font-size: 28px;
	}
	
	.bubbleAnimationV2 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.bubbleAnimationV2 .bubbleDescription {
		margin-top: 30px;
	}
	.bubbleAnimationV2.numberProcess {
		padding-top: 20px !important;
	}
	.bubbleAnimationV2 .animationV2Heading {
		font-size: 20px !important;
		margin-bottom: 40px !important;
	}
	
	.homeWideDarkBanner {
		padding: 50px 0;
		font-size: 16px !important;
	}
	.homeWideDarkBanner h2 {
		font-size: 28px !important;
	}
	
	.servicesDarkBanner {
		font-size: 12px !important;
	}

	.servicesDarkBanner h2.shapeHeading {
		font-size: 20px !important;
		margin: 50px 0px !important;
	}
	
	
	.employeeTestimonials .carousel-item {
		height: unset;
		margin-bottom: 80px;
	}
	.employeeTestimonials .carousel-item .quotesIcon {
		left: 18%;
		width: 13%;
	}
	.employeeTestimonials .carousel-item .employeeImage {
		position: relative;
		left: 25%;
		top: 0;
		z-index: 7;
		float: left;
		width: 50%;
	}
	.employeeTestimonials .carousel-item .testimonialContent {
		position: relative;
		left: 40px;
		width: 82%;
		padding: 0px 0% !important;
		float: left;
		font-size: 16px;
		line-height: 1.8;
	}
	.employeeTestimonials .carousel-item .testimonialContentBorder {
		display: none;
	}
	.employeeTestimonials .carousel-item .testimonialContent h3 {
		font-size: 20px !important;
	}
	.employeeTestimonials .carousel-item .testimonialContent h5 {
		font-size: 12px !important;
		margin-bottom: 10px;
	}
	.employeeTestimonials .carousel-control-next {
		/* display: none; */
		margin-right: 30px;
		height: 80vw;
	}
	
	.employeeTestimonials.textOnly {
		padding: 0 10px 0 10px;
	}
	.employeeTestimonials.textOnly .carousel-item {
		height: 230px;
	}
	.employeeTestimonials.textOnly .carousel-item .testimonialContent {
		position: relative;
		padding: 0px 13% !important;
		background: transparent;
	}
	.employeeTestimonials.textOnly .carousel-item .quotesIcon {
		left: 8%;
		width: 13%;
		border: none;
		top: 30px;
	}
	.employeeTestimonials.textOnly .carousel-control-next {
		margin-right: 30px;
		height: 40vw;
	}

	
	.videoContainerMain {
		padding: 20px 0 0 0;
	}
	.videoContainerMain h2 {
		font-size: 18px !important;
		margin-bottom: 20px;
	}
	.homeCarouselContainer {
		padding: 55px 0 0 0;
	}
	.homeCarouselContainer h2 {
		font-size: 20px !important;
	}
	
	.homeCarouselContainer.testimonials{
		
	}
	
	.homeCarouselContainer.testimonials .testimonialContent {
		font-size: 12px;
		padding: 10px 0 10px 0;
	}
	.homeCarouselContainer.testimonials .testimonialWriter {
		font-size: 13px;
		text-align: center;
	}
	
	.homeCarouselContainer.testimonials .carousel-control-next{
		display:none;
	}
	.homeCarouselContainer.caseStudies .carousel-control-next{
		display:none;
	}

	.homeCarouselContainer.testimonials img {
		float: left;
		max-width: 60px;
	}
	
	.letsTalkSectionContainer {
		padding: 30px 0;
		font-size: 12px;
		margin-top: 50px;
		margin-bottom: -67px;
	}
	.lets-talk-section {
		margin-top: 0px;
	}
	.lets-talk-section h2 {
		font-size: 27px !important;
	}
	.lets-talk-section a {
		padding: 15px 50px;
		font-size: 16px;
	}
	
	.locations h3 {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	
	.locations .location {
		margin-bottom: 40px;
		padding: 0 30px;
	}
	
	.locations .location h4 {
		font-size: 20px !important;
		padding: 10px 10px 10px 40px;
	}
	
	.locations .location i {
		font-size: 42px;
		float: left;
	}
	
	.locations .location p {
		padding-left: 42px;
	}
	.locations .location b {
		display: block;
		width: 100%;
		height: auto;
	}
	.locations .location .servicesLearnMoreLink{
		padding-left: 42px;
	}
	
	.newsStyles.newsStylesImageSection {
		background: white;
	}
	.servicesStyles.newsStyles .main-content-section {
		padding: 0px 20px 30px 20px !important;
	}
	.newsStyles article{
		margin-top:0;
	}

	.newsSection .news {
		padding: 0 30px;
	}
	.newsSection h2 {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.newsSection .news h5 {
		font-size: 20px !important;
		text-align: left;
		min-height: unset !important;
	}
	
	.newsFilterDropdown {
		margin: 10px 0;
	}
	.newsFilterDropdown label {
		float: left;
		padding: 5px 0px;
		margin-right: 15px;
		margin-left: 15px;
		font-weight: 600;
		font-size: 16px;
	}
	
	.newsDetailsTitleSection {
		padding: 10px;
	}
	.newsDetailsTitleSection h1 {
		font-size: 20px !important;
	}
	
	.newsDetailsTitleSection .postSubtitle {
		font-size: 14px !important;
		margin-bottom: 20px;
	}
	
	.newsDetailsTitleSection .subTitleContent .subContent {
		font-size: 12px !important;
		display: inline-block;
		font-weight: 600;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	
	.newsDetailsTitleSection .subTitleContent .socialLinks a {
		display: inline-block;
		font-size: 18px;
		width: 53px;
	}
	
	.newsDetailsTitleSection header {
		padding: 20px 20px !important;
		margin-top: -100px;
		margin-bottom: 20px;
	}
	
	.newsDetailsContent {
		margin: 20px 10px;
	}
	
	
	.caseStudy .caseStudyDarkBanner {
		padding: 20px 30px;
	}
	.caseStudy.newsStylesImageSection .main-content-section {
		margin-bottom: 70px;
	}
	.caseStudy .wp-block-spacer {
		height: 20px !important;
	}
	.caseStudy h2{
		font-size:20px !important;
	}
	.newsStyles.caseStudy .caseStudyTitle h2 {
		font-size: 20px !important;
	}
	.newsStyles.caseStudy .caseStudySubTitle {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.newsStyles.caseStudy .main-content-section .listingLinkStyle {
		margin-top: 30px;
	}
	
	.caseStudy .caseStudyDarkBanner h1, .caseStudy .caseStudyDarkBanner h2 {
		padding: 0 0 20px 0;
		margin-bottom: 40px !important;
		font-size: 20px !important;
		background-size: 40px 7px, 0px 0px;
	}

	.videoContainerMain .allowPlay .close-button {
		padding: 7px;
		font-size: 24px;
		margin-top: 47vw;
	}
	
	.recaptchaContainer{
		margin-top: 30px;
	}
	
	#animation .circle {
		width: 100px;
		height: 100px;
		margin: -50px 0 0 -50px;
	}
	
	.contactConfirmationMessage h4 {
		font-size: 14px !important;
	}
	
	.homeCarouselContainer .sub-content-section h3 {
		font-size: 24px !important;
		margin-bottom: 16px;
	}
	.homeCarouselContainer p {
		font-size: 16px;
	}
	.homeCarouselContainer .sub-content-section {
		margin-top: 25px;
	}
	.homeCarouselContainer .learnMoreLink {
		font-size: 18px;
		margin-top: 0px;
	}
	.homeCarouselContainer .carousel-control-prev, .homeCarouselContainer .carousel-control-next {
		font-size: 50px;
	}
	.homeCarouselContainer .sub-image-section.leftborder {
		padding: 0 0 25px 25px;
		margin: 0px 7.5% 0px 15px;
	}
	
	.homeWordAnimation {
		color: #FE5749;
		vertical-align: sub;
		height: 50px;
		overflow: hidden;
		display: inline-block;
		line-height: 2em;
		padding: 14px 0;
		margin-bottom: -8px;
	}
	
	@keyframes wordAnimation {
		0%     { margin-top: -0.6em }
		10%       { margin-top: -2.75em }
		25%       { margin-top: -2.75em }
		35%       { margin-top: -4.95em }
		50%       { margin-top: -4.95em }
		60%       { margin-top: -7.15em }
		75%       { margin-top: -7.15em }
		85%      { margin-top: -9.3em }
		99.99%      { margin-top: -9.3em }
		100%      { margin-top: -0.6em }
	}
	
	header .kad-header-left	 {
		height: 70px;
	}
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
		width: 98%;
		padding: 0 2%;
		border: none;
	}
	#mega-menu-wrap-primary_navigation .mega-menu-toggle + #mega-menu-primary_navigation {
		background: white;
		border-top: 1px solid #ccc;
		padding: 0;
	}
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
		font-size: 18px;
		font-weight: 600;
		padding: 23px 30px 50px 20px !important;
	}
	
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li:last-child {
		margin: 100px 0 10px 0;
	}
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link strong {
		width: 100%;
		display: block;
		margin-top: -20px;
		text-align: center;
		margin-right: 0px;
	}
	
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:hover {
		border-bottom: 0px solid black;
		padding: 23px 30px 50px 20px !important;
	}
	
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		padding: 0px 20px 0px 20px;
	}
	
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 20px 0;
		margin: 0;
	}
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.firstMenuLinkTitle > ul.mega-sub-menu > li:first-child {
		display:none;
	}
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 12px 12px;
		width: 100%;
	}
	#mega-menu-wrap-primary_navigation .mega-menu-toggle {
		width: 50px;
		float: right;
		margin-top: -62px;
		margin-right: 16px;
		background: white;
	}
	#mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
		display: none;
	}
	
	#mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block-1::after {
		content: '\f333';
		color: black;
		font-size: 40px;
	}
	#mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after {
		content: '\f335';
	}
	
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu {
		border-top: 0px solid #ccc;
	}
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-hide-on-mobile, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
		display: none !important;
	}
	
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.bigSizeLinks > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px !important;
		font-weight: 300 !important;
		letter-spacing: 0.7px;
	}
	
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
		border-bottom: 0px solid red;
		padding: 23px 30px 53px 20px !important;
	}
	
	.edgeToEdgeSection {
		position: relative !important;
		left: 50% !important;
		margin-left: -50vw !important;
		width: 100vw !important;
	}
	
	.edgeToEdgeSection.wideColoredSection.mm-0{
		margin-left: -50vw !important;
	}
	
	.jobSearchContainer .searchbox select {
		margin: 20px 0;
	}
	.jobSearchContainer .headingsRow {
		padding: 0px 0px;
		font-size: 0px;
		opacity: 0;
		margin-top: 60px;
	}
	.jobSearchContainer .recordRow .label {
		font-weight:600;
	}
	
	.jobSearchContainer .filtersLabel{
		width:100% !important;
	}
	.jobSearchContainer .categoryFilter{
		width:48% !important;
	}
	.jobSearchContainer .stateFilter{
		width:28% !important;
	}
	.jobSearchContainer .cityFilter{
		width:22% !important;
	}
	.jobSearchContainer .remoteFilter {
		width: 100% !important;
		text-align: left;
		margin-top: 10px;
	}
	.youtubeVideoContainer .youtubeVideo iframe {
		width: 100%;
		height: 25vw;
		margin-top: 15px;
	}
	
	.postThumbnailSlider .carousel-item .row {
		padding-left: 60px;
		padding-right: 60px;
	}
	.postThumbnailSlider .carousel-control-prev, .postThumbnailSlider .carousel-control-next {
		padding: 0 10px;
	}

}
@media (max-width:575px) {
	.youtubeVideoContainer .youtubeVideo iframe {
		width: 100%;
		height: 51vw;
		margin-top: 0px;
	}
	.youtubeVideoContainer .youtubeVideo .play-button {
		/*scale: 80%;*/
		transform: scale(75%);
		bottom: calc(41% - 32px);
		right: calc(46% - 32px);
	}
	
	.jobSearchContainer .filtersLabel{
		width:100% !important;
	}
	.jobSearchContainer .categoryFilter{
		width:46% !important;
	}
	.jobSearchContainer .stateFilter{
		width:49% !important;
	}
	.jobSearchContainer .cityFilter{
		width:46% !important;
	}
	.jobSearchContainer .locationFilter{
		width:49% !important;
	}
	.employeeTestimonials.textOnly .carousel-control-next {
		height: 70vw;
	}
}
@media (max-width:480px) {
	
	.homev4.mainImage .imgContainer.heroImg {
		height: 120vw;
	}
	.homev4.mainImage .imgContainer.heroImg {
		-webkit-clip-path: polygon(0 0, 0 75vw, 100% 110vw, 100% 0);
		clip-path: polygon(0 0, 0 75vw, 100% 110vw, 100% 0);
		height: 120vw;
		width: auto;
		max-width: none;
		margin-left: -100vw;
		
		background-size: 300% !important;
	}
	.homev4.mainImage .imgContent {
		padding: 31vw 30px 0;
	}
	
	.teamStyles.teamMembers .teamMember.expanded h5 .servicesLearnMoreLink {
		float: left;
		margin-top: 30px;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.teamStyles.teamMembers .teamMember.expanded .content .closeIcon{
		position: absolute;
		left: 0;
		margin: 0 !important;
		width: 100%;
		top: 0;
	}
	.teamStyles.teamMembers .teamMember.expanded .content .closeIcon i {
		font-size: 36px;
	}
	.teamStyles.teamMembers .teamMember.expanded  .memberImg{
		margin-top: 50px;
	}
	
	.jobSearchContainer .filtersLabel{
		width:100% !important;
	}
	.jobSearchContainer .categoryFilter{
		width:46% !important;
		margin-top: 0px;
	}
	.jobSearchContainer .stateFilter{
		width:49% !important;
		margin-top: 0px;
	}
	.jobSearchContainer .cityFilter{
		width:30% !important;
		margin-top: 0px;
	}
	.jobSearchContainer .locationFilter{
		width:69% !important;
		margin-top: 0px;
	}
	.jobSearchContainer .remoteFilter {
		width: 42% !important;
		text-align: left;
		margin-top: 0px;
	}
}

@media (max-width:400px) {
	.homev4.mainImage .imgContainer.heroImg {
		/*transform: rotate(8.5deg) scale(3) translate(0px, -10%);*/
	}
	.servicesFixedBarMargin {
		margin-top: 115px;
	}
	.mapSection .mapContainer {
		height: 480px !important;
	}
	
	.jobSearchContainer .filtersLabel{
		width:100% !important;
	}
	.jobSearchContainer .categoryFilter{
		width:100% !important;
		margin-top: 0px;
	}
	.jobSearchContainer .stateFilter{
		width:100% !important;
		margin-top: 0px;
	}
	.jobSearchContainer .cityFilter{
		width:100% !important;
		margin-top: 0px;
	}
	.jobSearchContainer .locationFilter{
		width:100% !important;
		margin-top: 0px;
	}
	.jobSearchContainer .remoteFilter {
		width: 100% !important;
		text-align: left;
		margin-top: 0px;
	}
}

/*.play-button {
	opacity:0;
	bottom: 10%;
	right: 10%;
	border-radius: 50%;
	cursor: auto;
	height: 100px;
	position: absolute;
	width: 100px;
	z-index: 10;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	
	-webkit-transition:all ease-in-out 1s;
	-moz-transition:all ease-in-out 1s;
	-o-transition:all ease-in-out 1s;
	transition:all ease-in-out 1s;
}*/

.play-button {
	opacity:1;
	bottom: calc(53% - 80px);
	right: calc(50% - 80px);
	border-radius: 50%;
	cursor: auto;
	height: 100px;
	position: absolute;
	width: 100px;
	z-index: 10;
	
	/*pointer-events: none;*/

	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	
	-webkit-transition:all ease-in-out 1s;
	-moz-transition:all ease-in-out 1s;
	-o-transition:all ease-in-out 1s;
	transition:all ease-in-out 1s;
}

.allowPlay .play-button{
	opacity:1;
	cursor: pointer;
	bottom:10%;
	right: 5%;
	
	pointer-events: all;
	
	-webkit-transition:all ease-in-out 1s;
	-moz-transition:all ease-in-out 1s;
	-o-transition:all ease-in-out 1s;
	transition:all ease-in-out 1s;
	
	-webkit-transform: scale(1) translate(0%, 0%);
	-moz-transform: scale(1) translate(0%, 0%);
	-ms-transform: scale(1) translate(0%, 0%);
	-o-transform: scale(1) translate(0%, 0%);
	transform: scale(1) translate(0%, 0%);
	
}

@media only screen and (max-width: 767px) {
	.play-button {
		bottom: calc(50% - 60px);
		right: calc(50% - 60px);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	
	.allowPlay .play-button{
		bottom: 5%;
		right: 0%;

		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
}

@media only screen and (max-width: 424px) {
	.play-button {
		bottom: calc(50% - 50px);
		right: calc(50% - 50px);
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
	
	.allowPlay .play-button{
		bottom: 5%;
		right: 0%;

		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
}


.play-button label {
	bottom: -35px;
	color: #1EC6FF;
	cursor: pointer;
	font-weight: bold;
	left: 50%;
	overflow: hidden;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	white-space: nowrap
}

.play-button label span {
	display: block;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s
}

.play-button label span:nth-child(1) {
	clip-path: inset(0 0 0 0)
}

.play-button label span:nth-child(2) {
	color: #001c62;
	clip-path: inset(0 100% 0 0);
	left: 0;
	position: absolute;
	top: 0
}

.play-button svg.icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.play-button svg.icon rect,
.play-button svg.icon polygon {
	fill: #1EC6FF
}

.play-button svg.icon rect {
	visibility: hidden
}

.play-button .video-playing svg.icon polygon {
	visibility: hidden
}

.play-button .video-playing svg.icon rect {
	visibility: visible
}

.play-button svg.circle {
	-webkit-transition: -webkit-transform .35s;
	-moz-transition: -moz-transform .35s;
	-o-transition: -o-transform .35s;
	transition: transform .35s
}

.play-button:hover svg.circle {
	-webkit-transform: scale(4);
	-moz-transform: scale(4);
	-ms-transform: scale(4);
	-o-transform: scale(4);
	transform: scale(4)
}

.play-button svg.circle circle {
	fill: transparent;
	stroke-width: 8px;
	-webkit-transition: stroke-dashoffset 1s;
	-moz-transition: stroke-dashoffset 1s;
	-o-transition: stroke-dashoffset 1s;
	transition: stroke-dashoffset 1s
}

.play-button svg.circle circle.yellow {
	stroke: #1EC6FF;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0
}

.play-button svg.circle circle.white,
.play-button svg.circle circle.yellow2 {
	stroke: #001c62;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000
}

.play-button svg.circle circle.yellow2 {
	-webkit-transition: stroke-dashoffset 1s;
	-webkit-transition-delay: .5s;
	-moz-transition: stroke-dashoffset 1s .5s;
	-o-transition: stroke-dashoffset 1s .5s;
	transition: stroke-dashoffset 1s .5s;
	stroke: #1EC6FF;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000
}

.play-button:hover svg circle:nth-child(1) {
	animation: 5s 1s infinite circle-anim ease-in
}

.video-playing svg.icon polygon {
	visibility: hidden
}

.video-playing svg.icon rect {
	visibility: visible
}

.video-playing.mouse-not-moved .play-button svg circle.yellow {
	stroke-dashoffset: -1000
}

.video-playing.mouse-not-moved .play-button .icon {
	display: none
}

.video-playing.mouse-not-moved .play-button span {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%)
}












/***********************************
     WORD SLIDER STYLES HOME-4 - ROTATING
***********************************/

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}


/***********************************
     WORD SLIDER STYLES HOME-4 - SLIDING
***********************************/

.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}


@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(-120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(-120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/***********************************
     WORD SLIDER STYLES HOME-4 - SLIDING SMOOTH
***********************************/

.cd-headline.slide2 span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide2 .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide2 b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide2 b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide2-in 1.2s;
  -moz-animation: slide2-in 1.2s;
  animation: slide2-in 1.2s;
}
.cd-headline.slide2 b.is-hidden {
  -webkit-animation: slide2-out 1.2s;
  -moz-animation: slide2-out 1.2s;
  animation: slide2-out 1.2s;
}


@-webkit-keyframes slide2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide2-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slide2-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
}
@keyframes slide2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
