/* Custom dropdown start*/
#block-joblocation, #block-joblisting{
	box-shadow: 0 -6px 0 #fff, 0 1px 6px rgba(0,0,0, .35);
	-webkit-box-shadow: 0 -6px 0 #fff, 0 1px 6px rgba(0,0,0, .35);
	-moz-box-shadow: 0 -6px 0 #fff, 0 1px 6px rgba(0,0,0, .35);
	padding-bottom: 50px;
	max-width: 90%;
	margin: auto;
}
#block-joblisting .form-group{
	background-color: #00c4de;
}
#block-joblisting  .grid-data.department{
	text-align: center;
	color: #b0b0b0;
}
#filtersJobListing select option{
	color:#004572;
}
.list-group {
	margin: 0;
	padding: 0 30px !important;
}
.list-group-item {
	padding: 0;
	margin: 0;
	border-width: 0px 1px 0;
	position: static !important;
	display:-webkit-flex;
	display:flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	border-bottom: 1px solid #f2f2f2;
	}
	.list-group-item:hover {
	background-color: #fafafa;
	cursor: pointer;
	}
	.list-group-item .grid-data {
		-webkit-flex:1;
		-ms-flex:1;
		flex:1;
		padding: 14px 0 0;
	}
	.list-group-item .grid-data:first-child{
	padding-left: 0;
	}
	.list-group-item .grid-data:last-child{
	padding-right: 0;
	}
	.grid-data h5{
		margin-bottom: 0;
		line-height: 24px;
	}
	.grid-data .read-more{
		text-transform: capitalize;
		font-size: 16px;
		color: #00c4de;
	}
	.grid-data .coh-style-cc-btn-primary{
		position: relative;
		top: -8px;
		font-size: 18px;
		padding-top: 7px;
		padding-bottom: 5px;
		padding-left: 26px;
		padding-right: 26px;
	}
	.button-view-all{
		text-align: center;
		margin-top: 40px;
	}
	.button-view-all a{
		background-color: transparent;	
		color: #00c4de;
		font-size: 23px;
		text-align: center;
		border-width: 2px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		border-style: solid;
		border-color: #00c4de;
		padding-top: 12px;
		padding-bottom: 9px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.grid-data.location{
		text-align: center;
		color: #b0b0b0;
	}
	.grid-data.link{
		text-align: right;
	}
.list-group-item .grid-data h6{
margin: 0;
}
.form-group{
	display:-webkit-flex;
	display:flex;
	background: #004572;
	padding: 4px 28px;
}
.ui-group {
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
.ui-group.first{
	text-align:left;
}
.ui-group.middle{
	text-align:center;
}
.ui-group.last{
	text-align:right;
}
.filters{
	background: #00c4de;
}
.quicksearch,.quicksearchJobListing{
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50px;
	padding: 6px 45px 2px 10px;
	margin: 10px 0;
	font-size: inherit;
	min-width: 207px;
	width: 221px;
}
.search-icon{
	position: relative;	
}
.search-icon:before{
	height: 1.625rem;
	width: 1.625rem;
	position: absolute;
	content:'';
	display: block;
	right: 8px;
	top: -7px;
	background-image: url(../png/font-awesome_4-7-0_search_38_0_ffffff_none.png);
	background-size: 1.1875rem 1.1875rem;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}
.quicksearch::-webkit-input-placeholder,.quicksearchJobListing::-webkit-input-placeholder {
   color: #fff !important;
   opacity:1;
}

.quicksearch:-moz-placeholder,.quicksearchJobListing:-moz-placeholder { 
   color: #fff !important; 
   opacity:1; 
}

.quicksearch::-moz-placeholder,.quicksearchJobListing::-moz-placeholder {  
   color: #fff !important; 
   opacity:1; 
}

.quicksearch:-ms-input-placeholder,.quicksearchJobListing:-ms-input-placeholder {  
   color: #fff !important; 
   opacity:1; 
}
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0; 
}

.custom-dropdown select {
  width: 190px;	
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: inherit;
  padding: 6px 10px 2px;
  margin: 0 5px 0 0;
  border-radius: 50px;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: none;
  -webkit-appearance:none;
  appearance: none;
}
.custom-dropdown select option{
	color: #014572 !important;
}
.custom-dropdown select:focus, .quicksearch:focus,.quicksearchJobListing:focus{
	outline: none;
}
/*Hiding the select arrow for IE10*/
.custom-dropdown select::-ms-expand {
    display: none;
}
.custom-dropdown::before { 
  border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 12px;
    right: 15px;
    position: absolute;
    top: 6px;
    width: 12px;
	border-color: #fff;
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.6);
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.25);
}
#isotope .tb-data-single{
	position: static;	
}
#isotope .tb-data-single:before{
	content: none;
}
#isotopeJobListing .tb-data-single-job-list{
	position: static;	
}
#isotopeJobListing .tb-data-single-job-list:before{
	content: none;
}
.no-record-text{
	display: block;
	margin: 20px 0 40px;
}
.styleNone{
	display: none;
}
#block-jobdetail{
	width: 100%;
	float: left;
}
#workbuster_container {
    width: 100%;
    max-width: 65%;
    float: left;
    padding-right: 3%;
}
.sidebar-job-detail {
    width: 100%;
    max-width: 35%;
    float: left;
    box-shadow: 0 -6px 0 #fff,0 1px 6px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 -6px 0 #fff,0 1px 6px rgba(0,0,0,.35);
    padding-bottom: 50px;
	margin-top: 15px;
}
.sidebar-job-detail .form-group{
	padding: 4px 20px;
}
.sidebar-job-detail .custom-dropdown select{
	font-size: 14px;
}

.sidebar-job-detail .custom-dropdown select option {
	color:#004572;
}


.sidebar-job-detail .custom-dropdown::before{
	height: 8px;
	top: 9px;
	width: 8px;
}
.sidebar-job-detail .quicksearch{
	font-size: 14px;
	width: 200px;
}
.sidebar-job-detail .list-group {
    padding: 0 20px;
}
.sidebar-job-detail  .grid-data h5 {
    line-height: 19px;
	font-size: 16px;

}
.sidebar-job-detail  .grid-data .coh-style-cc-btn-primary {
    position: relative;
    top: -14px;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 19px;
    padding-right: 19px;
}
.sidebar-job-detail .quicksearch {
	font-size: 14px !important;
    width: 170px !important;
    min-width: 159px !important;
}
.sidebar-job-detail .custom-dropdown select {
	width: 205px !important;
	height: 31px;
}
.job-detail-section{
	max-width: 1300px;
	margin: 0 auto;
}
/* Custom dropdown end*/

/* Tab Start*/
.office-photo{
	width: 50%;
    float: left;
	
}
.office-photo img{
	max-width: 100%;
	display: block;
	object-fit: cover;
}
.featured-jobs{
	width: 50%;
    float: left;
    margin-top: 75px;
	
}
.featured-job-title{
	font-size: 28px;
    margin-top: 30px;
    font-weight: 800;
    letter-spacing: -1.25px;
}
.featured-jobs-wrap{
	background: #1dc0dc;
	max-width: 80vw;
    width: 42rem;
}
.tab-top-block{
	margin-bottom: 42px;
}
.featured-jobs-list{
	display: flex;
    /*align-items: center;*/
	justify-content: center;
    flex-direction: row;
	padding-top: 50px;
	padding-left: 25px;
    padding-right: 25px;
}
.job-block{
    margin-right: 44px;
	margin-bottom: 72px;
	background: #f0f0f0;
	width: 100%;
	max-width: 300px;
	text-align: center;
	position: relative;
}
.job-block:last-child{
	margin-right: 0;
}
.job-block a{
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.job-block h3{
	font-size: 22px;
	line-height: 30px;
    font-weight: 800;
    max-width: 85%;
    margin: 0 auto 20px;
}
.job-name{
	padding: 50px 0;
}
.browse-btn{
	padding-bottom: 62px;
}
.job-block a{
	font-size: 20px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.text-center{
	text-align: center;
}
.col-left, .col-right{
	width: 50%;
	float: left;
}
.col-text p{
	font-size: 18px;
	line-height: 26px;
    color: #00c4de;
}
.col-text{
	max-width: 83%;
	margin: 70px auto 0;
}
.latest-job-title{
	color: #00c4de;
	font-size: 28px;
    margin-top: 30px;
    font-weight: 800;
    letter-spacing: -1.25px;
}
.readmore-btn{
	margin-top: 50px;
	margin-bottom: 50px;
}
.banner-buttons .btn-outline-blue:hover, .banner-buttons .btn-outline-blue:focus{
	color: #ffffff;	
	border-color: #ffffff;
}
.job-list{
	border-bottom: 1px solid #00c4de;
	position: relative;
	margin: 0 42px 12px;
	padding-bottom: 12px;
}
.job-list:last-child{
	border-bottom: none;
}
.job-list h4{
	margin: 0;
	font-weight: 800;
	font-size: 18px;
	line-height: 24px;
    max-width: 231px;
}
.job-list a{
	position: absolute;
    right: 0;
	bottom: 8px;
	color: #00c4de;
}
.tab-wrap {
	width: 92%;
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  justify-content: space-between;
  position: relative;
  list-style: none;
  margin-bottom: 100px;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.1);
}
.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1),
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2),
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3),
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4),
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5),
.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6),
.tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7),
.tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked + label {
  background-color: #014572;
  color: #fff;
  cursor: default;
}
.tab:checked + label:hover {
  background-color: #014572;
  color: #fff;
}
.tab + label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
  text-align: center;
  background-color: #1dc1dd;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 60px;
  box-sizing: border-box;
  padding: 18px;
  border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	margin-right: 1px;
	font-weight: 600;
}
.tab + label:last-of-type{
	margin-right: 0;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.office-photo img, .featured-jobs-wrap{
	height: 420px;
	margin: 0 auto;
}
.browse-btn a{
	padding: 10px 31px;
	font-size: 22px;
	display: inline-block;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 2px solid #ffffff;
}
.browse-btn a:hover,.browse-btn a:focus{
	color: #004572;
	border-color: #004572;
}
.readmore-btn a{
	color: #1dc0dc;
	padding: 12px 23px;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 2px solid #00c4de;
}
.readmore-btn a:hover,.readmore-btn a:focus{
	color: #004572;
	border-color: #004572;
}
.tab-data-title {
	color: #00c4de;
	font-size: 44px;
	line-height: 52px;
	margin-left: 34px;
	margin-top: 85px;
}
.locations-block-title {
	font-size: 28px;
	margin-bottom: 0;
	margin-left: 30px;
}
.tab-top-block{
	position: relative;	
}
.featured-jobs-list a {
    color: #004572;
    text-decoration: underline;
}
.tab-block{
	max-width: 90%;
    margin: 0 auto;
}
.col-left.lak-ln {
    width: auto;
}
.life-at-kambi .col-text {
    margin: 10px auto 0;
	color: #00c4de;
}
.life-at-kambi .col-text p{
    color: #00c4de;
}
.featured-jobs.lak-jobs {
    margin-top: 30px;
}
.featured-jobs-wrap.lak-wrap {
   background: none;
    max-width: 100%;
    width: 100%;
}
.featured-jobs-wrap.lak-wrap .featured-jobs-list{
	padding-left: 0;
    padding-right: 0;
}
.featured-jobs-list img {
    width: 100%;
}
.contactpage-tab-block{
	max-width: 100%;
}
.tab-wrapcontact{
	height: 780px;
}
.tab-top-block{
	position: relative;	
}
.tab-top-block .contactMap{
	width: 900px;
	height: 395px;
}
.tab-office-info {
    background: #004572;
    max-width: 367px;
    padding: 28px;
    position: absolute;
    top: 21px;
    right: -71px;
    width: 367px;
}
.tab-office-info h3 {
    color: #00c4de;
    font-size: 24px;
}
.tab-office-info p {
    color: #ffffff;
	margin-bottom: 19px;
}
.tab-office-icon {
    margin-bottom: 10px;
}
.tab-office-info a {
    font-size: 18px;
    line-height: 22px;
	color: #00c4de;
}
.tab-office-info a:hover {
	color: #00c4de;
}
.tab-wrap-block-title{
	margin-left: 30px;
}
/* Tab CSS End*/
.addtocalendar var{
	display:none;
}

/* pagingation */
.pager .pager__items {
    margin: 20px 0;
    text-align: center;
}
.pager .pager__items li {
    display: inline-block;
    margin-right: 30px;
    padding: 0.7rem;
}
.pager .pager__items li a {
    padding: 13px 15px;
    font-size: 20px;
    font-weight: 700;
}
.pager .pager__items li.is-active a {
    color: #fff;
    background-color: #004572;
}
/* Datablocks Styles */
.SharePriceTabsBlockNavigation { width:100%; margin:30px 0; text-align:center; display:block; }
.SharePriceTabsBlockNavigation a { background:#000; color:#FFF; padding: 7px 15px; margin: 15px 15px;			
	height: auto;
	line-height: normal;
	padding-top: 1.0em !important;
	padding-bottom: 1.0em !important;
	padding-left: 2.0em;
	padding-right: 2.0em;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	background: #eae9e9;
	border: 0.08em solid #eae9e9;
	border-left-color: #fff;
	border-right-color: #eae9e9;
	color: #11110f;
	transition: background 0.5s, color 0.5s, border 0.5s;
	position: relative;
	top: 0;
	left: 0;
}	
#site-accordion .SharePriceTabsBlockNavigation a:hover {
	background: #000000;
	color: #FFFFFF !important;
	border-color: #000000;	
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
}
.SharePriceTabsBlockNavigation  a.tab_selected {
	background: #000000;
	color: #FFFFFF;
	border-color: transparent;
	position: relative;
	top: 0px;
	left: 0px;				
	z-index: 10;
}
#site-accordion .tab_selected:before {
	content: "";
	width: 0; 
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;				
	border-left: 1.0em solid transparent; 
	border-right: 1.0em solid transparent; 
	border-top: 1.0em solid #000000;
	padding-right: 0;
}
.SharePriceTabsBlockAccordion .chartContrls { display: block; margin: 40px 0; }
.SharePriceTabsBlockAccordion .highcharts-scrollbar { display: block; }

.chartContrls #menu { display:none !important; }
#mf_stockChart .dropdownContent { display:none !important; }
#mf_stockChart .dropdown.expand .dropdownContent { display:block !important; }

/* Event page changes start */
.event-grid-main .event-grid-inner p {
    min-height: 164px;
}
.event-grid-main .event-grid-inner h3 {
    margin-bottom: 0;
}
.region-nav {
    max-width: 1290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 25px;
}
.region-nav h5 {
    margin: 0;
    position: relative;
    top: -3px;
    padding-bottom: 0;
    line-height: 27px;
}
ul.region-list {
    margin: 0;
    padding: 0;
    display: flex;
	list-style: none;
}
.region-list li {
    padding-left: 15px;
}
.region-list p {
    color: #004572;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.region-list p .region-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.region-list p.no-region .region-circle {
    background-color: #708090;
}
.region-list p.north-america .region-circle {
    background-color: #00c4de;
}
.region-list p.latin-america .region-circle {
    background-color: #ffa300;
}
.region-list p.europe .region-circle {
    background-color: #1daa88;
}
.region-list p.africa .region-circle {
    background-color: #495cc5;
}
.region-list p.asia .region-circle {
    background-color: #e50000;
}
.event-grid-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.event-grid-box {
    width: 100%;
    max-width: 307px;
    margin-left: 40px;
    background-color: #fff;
    box-shadow: 1px 2px 6px 3px rgba(151,148,148,0.2);
    position: relative;
}
.event-grid-main .event-grid-box {
    width: 100%;
    max-width: 360px;
    margin: 0 25px 30px !important;
}
.event-grid-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.event-grid-main .event-grid-box img {
    height: 200px;
}
.event-grid-inner {
    padding: 25px 15px 65px;
}
.event-grid-inner .coh-link {
    margin-top: 10px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
.event-grid-inner .coh-link::after {

    content: "\F105";
    font-family: icomoon;
    position: absolute;
    right: -13px;
    top: -6px;
    font-size: 19px;

}
.event-bottom-wrap {
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.no-region .event-bottom-wrap {
    background-color: #708090;
}
.north-america .event-bottom-wrap {
    background-color: #00c4de;
}
.latin-america .event-bottom-wrap {
    background-color: #ffa300;
}
.europe .event-bottom-wrap {
    background-color: #1daa88;
}
.africa .event-bottom-wrap {
    background-color: #495cc5;
}
.asia .event-bottom-wrap {
    background-color: #e50000;
}
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	padding-top: 100px;
	padding-bottom: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 0px;
	width: 100%;
	max-width: 60%;
	box-shadow: 0 3px 5px 2px #969696;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	padding: 10px;
	z-index: 999;
	position: relative;
	cursor: pointer;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* .sidebar-contactform::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background-color: #fff;
	z-index: 1;
} */
.event-popup h2 {
	text-align: center;
	color: #00c4de;
	max-width: 500px;
	margin: 0 auto 25px;
}
.event-popup p {
	text-align: center;
	color: #004572;
	max-width: 320px;
	margin: 0 auto;
}
/*.sidebar-contactform form {
	background: #fff;
	box-shadow: 0 3px 5px 2px #ccc;
	padding: 15px;
	position: relative;
	z-index: 2;
}*/
.event-popup .sidebar-contactform {
    background: #fff;
    padding: 80px 0 50px;
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
}
.event-popup .sidebar-contactform form {
	box-shadow: none;
}
.event-popup .sidebar-contactform textarea {
    resize: none;
    width: 100%;
    height: 100px;
    padding: 8px 16px;
}
.event-popup .sidebar-contactform textarea:focus {
    outline: none;
}
.event-popup .sidebar-contactform input[type="text"], .event-popup .sidebar-contactform textarea, .event-popup .sidebar-contactform input {
    border: 1px solid #00c4de;
    height: 40px;
    padding: 0px 16px;
    border-radius: 20px;
}
.custom-check-wrap {
    padding: 25px 0px 0px;
}
.event-popup .sidebar-contactform label {
    color: #004572;
    margin-bottom: 7px;
}
.sidebar-contactform label {
    color: #00c4de;
    margin-bottom: 7px;
}
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.sidebar-contactform input {
    margin-bottom: 15px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #00c4de;
}
.check-container input:checked ~ .checkmark:after {
    display: block;
}
.check-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Event page changes end */
/*spanish language css*/
#es-event-grid-box{
	padding: 0;
}
#es-event-grid-box .block-homepageeventsblock{
	justify-content: flex-start;
	opacity: 1;
    transform: inherit;
}
#es-event-grid-box .event-grid-box{
	max-width: 373px;
	margin-left: 0;
	margin-right: 40px;
}
#es-event-grid-box .event-grid-box:last-of-type{
	margin-right: 0;
}
#es-event-btn{
	color: #014572!important;
    border: 2px solid #014572 !important;
	line-height: 37px !important;
	padding-left: 40px !important;
    padding-right: 40px !important;
}
#es-event-grid-box .event-grid-box:nth-child(n){
	background-color: #1dac8a;
	
}
#es-event-grid-box .event-grid-box:nth-child(2n){
	background-color: #ffa300;
	
}
#es-event-grid-box .event-grid-box:nth-child(3n){
	background-color: #00c4de;
	
}
#es-event-grid-box .event-grid-inner h3{
	color: #ffffff;
}
#es-event-grid-box .event-grid-inner h3:first-of-type{
	margin-bottom:0;
	padding-bottom:0;
}
#es-event-grid-box .event-grid-inner a.event-post-link{
	color: #ffffff;
}
#es-event-grid-box .event-grid-inner p{
	min-height: inherit;
}
.wpml-ls-item a{
	text-transform: uppercase !important;
}
.service-slider-sp .wdcl-carousel-item.wdcl-image-carousel-item{
	display: flex;
}
.service-slider-sp .wdcl-image-carousel .content--left{
	padding-left: 20px;
	padding-top: 0px;
}
.service-slider-sp .wdcl-image-carousel .content-inner{
	padding-top: 0px !important;
}
.service-slider-sp .slick-slide .wdcl_image_carousel_child{
	min-height: 100px;
}
.service-slider-sp .wdcl-image-carousel-item .wdcl-image-subtitle{
	font-weight: normal;
	line-height: 1.2;
	font-size: 20px;
}
.service-slider-sp .wdcl-carousel.wdcl-image-carousel .slick-slide{
	padding: 15px !important;
}
.service-slider-sp h3.wdcl-image-title{
	font-size: 26px;
}
.service-slider-sp figure.wdcl-lightbox-ctrl {
	min-width: 100px;
}
.service-slider-sp button.slick-arrow.slick-prev::before,
.service-slider-sp button.slick-arrow.slick-next::before{
    opacity: 1;
    width: 16px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '' !important;
    z-index: 999999;
    background-position: center;
}
.service-slider-sp button.slick-arrow.slick-prev::before {
    background-image: url(../png/blue_arrow_left.png);
}
.service-slider-sp button.slick-arrow.slick-next::before {
    background-image: url(../png/blue_arrow_right.png);
}
.service-slider-sp{
	padding: 0;
}
.service-slider-sp .slick-arrow{
	top: 46%;
}
.service-slider-sp .slick-list {
    display: flex;
}
.service-slider-sp .slick-track {
    display: flex;
	padding-bottom: 50px !important;
}
.service-slider-sp .slick-slide{
    margin: 10px;
}
.service-slider-sp .slick-slide > div{
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgb(216 216 216 / 40%);
    height: 100%;
}
.video-section-class {
    display: flex;
    align-items: center;
}
.video-section-class > .et_pb_column {
    width: 50% !important;
    margin-right: 0 !important;
}
.et_pb_menu_1_tb_header.et_pb_menu ul li.wpml-ls-current-language a {
    color: #00c4de!important;
}
html:lang(es-ES) #searchbar .search-label{
	top: 5px;
}
html:lang(es-ES) .et_pb_menu_1_tb_header.et_pb_menu .et-menu-nav li a:first-letter {
    text-transform: capitalize;
}
html:lang(es-ES) #menu-secondary-menu{
  display: none;
}
html:lang(es-ES) #custom-header{
	padding: 20px 0 !important;
}
html:lang(es-ES) #custom-header .et_pb_row_sticky {
	padding-top: 0 !important;
}
html:lang(es-ES) #searchbar #sliding-panel-outer{
	right: 40px;
	top: 5px;
}
html:lang(es-ES) .quote-items .slick-slide h3{
	max-width: 80%;
    margin: 0 auto;
}
html:lang(es-ES) .quote-items .slick-slide h6{
	padding-right: 122px;
}
.client-text-section .quote-items .slick-next{
	right: 25px !important;
}
.client-text-section .quote-items .slick-prev{
	left: 25px !important;
}
.featured-video-wrapper-es{
	background-image: linear-gradient(180deg,#014572 75%,#ffffff 0%);
	padding: 50px;
}
.featured-video-wrapper-es h2{
	padding-bottom: 0;
}
.featured-video-wrapper-es h2, .featured-video-wrapper-es p{
	color: #ffffff;
}
.featured-video-wrapper-es p{
	height: auto !important;
	margin-bottom: 50px;
}
.featured-video-wrapper-es p a{
	color: #00c4de;
}
.post-data-row-inner{
	display: flex;
	margin-bottom: 40px;
}
.post-data-row:nth-child(3n+1){
	background-color: #1dac8a;
}
.post-data-row:nth-child(3n+2){
	background-color: #00c4de;
}
.post-data-row:nth-child(3n){
	background-color: #ffa300;
}
.post-data-row:nth-child(3n) .post-data-row-inner{
	margin-bottom: 0;
}
.post-data-row-inner img{
	max-height: 220px;
    object-fit: cover;
	min-height: 100%;
    width: 250px;
    height: auto;
    min-width: 250px;
}
.colored-row{
	padding: 20px 20px 30px;
	width: 100%;
}
.colored-row h4{
	color:#ffffff;
}
.colored-row .cat-text,.colored-row .home-post-link{
	color:#ffffff;
}
.otgs-development-site-front-end{
	display: none;
}
/*spanish language css end*/
/* Greenhouse css start*/
#grnhse_app {
    width: 100%;
    max-width: 65%;
    float: left;
    padding-right: 3%;
}
.no-jobs-note{
	margin-bottom: 20px !important;
}
/* Greenhouse css end*/

/* Greenhouse css start*/
@media only screen and (min-width:1320px) {
	 .job-detail-wrap {
	  position:fixed;
	  width:510px;
	  display:block;
	  right:0
	 }
	 .sidebar-job-detail {
	  max-width:450px
	 }
}
/* Greenhouse css end*/
@media(max-width: 1320px){
	.job-detail-section{
		max-width: 922px;
		float: none;
		padding-right: 0;
		margin: 0 auto;
	}
	#workbuster_container{
		max-width: 100%;
		float: none;
		padding-right: 0;
		margin: 0 auto;
	}
	/* Greenhouse css start*/
	#grnhse_app{
		max-width: 100%;
		float: none;
		padding-right: 0;
		margin: 0 auto;
	}
	.sidebar-job-detail {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		float: none;
	}
	/* Greenhouse css end*/
	/* Tab Css Start here*/
	.tab-wrap {
		width: 100%;
	}
	.featured-jobs, .office-photo{
		width: 100%;
		float: none;
		text-align: center;
	}
	/*.office-photo img, .featured-jobs-wrap {
		height: 380px;
		margin: 0 auto;
	}*/
	.office-photo img, .featured-jobs-wrap {
		height: auto;
	}
	.featured-jobs{
		margin-top: 40px;
	}
	.featured-jobs-wrap{
		margin: 0 auto;
		width: 100%;
	}
	.tab-data-title {
		margin-left: 0;
		margin-top: 35px
	}
	.col-text{
		margin-top: 40px;
	}
	.readmore-btn {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.browse-btn {
		padding-bottom: 30px;
	}
	.job-block{
		margin-right: 30px;
	}
	.col-left, .col-right {
		width: auto;
		float: none;
	}
	.col-text p{
		text-align: center;
	}
	.col-right{
		padding-left: 30px;
		padding-right: 30px;
	}
	.job-list{
		margin: 0 0 12px;
	}
	/* Tab Css End here*/
	.tab-office-info{
		right: -43px;
	}
}
/*spanish language css*/
@media(max-width: 1199px){
    .client-text-section .quote-items .slick-slide .et_pb_text{
        max-width: 90%;
        margin: 0 auto;
    }
    .client-text-section .quote-items .slick-slide h3:before{
        left: -60px !important;
    }
    .client-text-section .quote-items .slick-slide > div{
        text-align: center;
    }
    .client-text-section .quote-items .slick-slide .et_pb_text_12 h6{
        padding-right: 30px;
    }
    .client-text-section .quote-items .slick-slide h3:after{
        right: -50px;
        bottom: -79px;
    }
}
@media(max-width: 1100px){
    .video-section-class{
        flex-wrap: wrap;
    }
    .video-section-class > .et_pb_column{
        width: 100% !important;
    }    
    .video-section-class > .et_pb_column:first-child{
        padding: 30px 0;
    }
    .service-slider-sp figure.wdcl-lightbox-ctrl {
        min-width: 80px;
    }
	.client-text-section .quote-items .slick-next{
		right: 0 !important;
	}
	.client-text-section .quote-items .slick-prev{
		left: 0 !important;
	}
}
/*spanish language css end*/
@media(max-width: 1024px){
	.job-detail-section{
		max-width: 600px;
	}
	/* Tab Start */
	.tab + label{
		flex-grow: 0;
		width: 24%;
		display: inline-block;
		margin-bottom: 12px;	
	}
	.tab-block {
		max-width: 100%;
	}
	.featured-jobs-wrap.lak-wrap{
		padding-left: 25px;
		padding-right: 25px;
	}
	.tab-office-info {
		max-width: 100%;
		width: 100%;
		position: static;
		margin-top: 30px;
	}
	.tab-top-block .contactMap {
		width: 100%;
		height: 300px;
	}
	.tab-wrapcontact {
		height: 900px;
		margin-bottom: 30px;
	}
	/* Tab End */
}
/*spanish language css*/
@media(max-width: 980px){
	.es-event-section{
		margin-top: 30px;
	}
	#es-event-grid-box{
		margin-top: 20px;
	}
}
/*spanish language css end*/
@media(max-width: 767px){
	.job-detail-section{
		margin-left: auto;
		margin-right: auto;
		max-width: 92%;
		padding: 0 !important;
	}
	/* Tab Start */
	.featured-jobs-list {
		display: block;
		padding-top: 30px;
	}
	.job-block {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		max-width: 82%;
	}
	.job-block:last-child {
		margin-right: auto;
	}
	.job-block h3{
		font-size: 19px;
		line-height: 25px;
		margin-bottom: 15px;
	}	
	.job-block a {
		font-size: 18px;
	}
	.tab-data-title {
		margin-top: 20px;
	}
	.tab + label{
		width: 49.5%;
	}
	.browse-btn {
		max-width: 90%;
		margin: 0 auto;
	}
	.tab-wrapcontact {
		height: 1000px;
	}
	/* Tab End */
	.event-grid-main .event-grid-box{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.region-nav {
		max-width: 100%;
		display: block;
	}
	ul.region-list {
		display: block;
	}
	ul.region-list li {
		padding-left: 0;
		width: 50%;
		float: left;
		margin-bottom: 18px;
	}
	.event-popup .sidebar-contactform {
		padding: 50px 0 20px;
		max-width: 92%;
	}
	.event-popup .modal-content{
		max-width: 90%;
	}
	/*spanish language css*/
	.client-text-section .quote-items .slick-slide h3{
        font-size: 24px !important;
    }
    .client-text-section .quote-items .slick-slide h3:before,
    .client-text-section .quote-items .slick-slide h3:after{
        font-size: 100px;
    }
    .client-text-section .quote-items .slick-slide h3:before{
        left: -30px !important;
    }
    .client-text-section  .quote-items .slick-slide h3:after{
        right: -30px;
        bottom: -59px;
    }
    .service-slider-sp figure.wdcl-lightbox-ctrl {
        min-width: 60px;
    }
    .service-slider-sp h3.wdcl-image-title {
        font-size: 23px;
        line-height: 27px;
    }
    .service-slider-sp .wdcl-image-carousel-item .wdcl-image-subtitle {
        font-size: 18px;
    }
    .service-slider-sp button.slick-arrow.slick-next{
        right: -20px;
    }
    .service-slider-sp button.slick-arrow.slick-prev{
        left: -20px;
    }
    .service-slider-sp .wdcl_image_carousel_child{
        padding: 15px 15px 0 !important;
    }
	html:lang(es-ES) .quote-items .slick-slide h6{
		text-align: left;
	}
	.post-data-row-inner {
		display: block;
	}
	.post-data-row-inner img{
		width:100%;
	}
	/*spanish language css end*/
}	
@media(max-width: 666px){
	.SharePriceTabsBlockNavigation a { width:100%; display:block; padding:0; margin:15px 0; }
	.tab_selected:before { display:none; }
}
/*spanish language css*/
@media(max-width: 480px){
    .client-text-section .quote-items .slick-slide h3{
        font-size: 20px !important;
    }
    .client-text-section .quote-items .slick-slide h6{
        font-size: 16px !important;
    }
}
/*spanish language css end*/


/* Map slider style */
path#NorthAmerica:hover {
    fill: #347dae;
}
polygon#NorthAmerica:hover {
    fill: #347dae;
}
section.map-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}
.continent_name {
	order: 1;
}
#MiddleEast,
#southAsia, 
#NorthAsia {
	/* pointer-events: none; */
	cursor: no-drop;
	opacity: 1 !important;
}
#NorthAmerica {
    fill: #004572;
    stroke-width: 2px;
    stroke: #004572;
}
#NorthAmerica:hover {
    stroke-width: 2px;
    stroke: #004572;
}
#SouthAmerica
{
	fill: #1DAC8A;
}
#Europe
{
	fill: #FFA300;
}
#africa
{
	fill: #00C4DE;
}
path#Europe:hover , path#SouthAmerica:hover  ,  path#africa:hover {
    fill: #347dae;
}
g#NorthAmerica:hover , g#NorthAmerica.active
{
    fill: #347dae;
    stroke-width: 2px;
    stroke: #347dae;
}
path#Europe.active , path#SouthAmerica.active ,  path#africa.active , {
    fill: #00c4de; 
	opacity: 0.8;
}

polygon#Europe:hover , polygon#SouthAmerica:hover  , polygon#africa:hover {
    fill: #347dae;
}
polygon#Europe.active , polygon#SouthAmerica.active ,  polygon#africa.active{
    fill: #00c4de !important; 
	opacity: 0.8;
}  

.st0.ROW_bg {
    fill: #00C4DE;
} 
.sub-title h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 40px;
    letter-spacing: 0.4px;
}
.continent_name,
.map-container {
	max-width: 1240px;
	width: 100%;
	padding: 60px 20px;
	margin: 0 auto;
}
.map-container {
	max-width: 1340px;
	order: 2;
}
.continent_name .slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 120px;
    height: auto;
}
.continent_name .slick-track {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.continent_name {
	height: 125px;
	position: relative;
}
.Europe,.NorthAmerica,.SouthAmerica,.oceania {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	height: 140px;
}
.st0 {
    fill: #004572;
}
.hide {
	opacity: 0;
	visibility: hidden;
}
.show {
	opacity: 1;
	visibility: visible;
}
.svg-map path {
	cursor: pointer;
	/* stroke: #004670;
    stroke-width: 1; */
}
.continent_name .slick-next {
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #00c3dd;
    border-radius: 0;
    right: 0;
    left: auto;
	top: 50%;
}
.continent_name .slick-prev {
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 15px 0;
    border-color: transparent #00c3dd transparent transparent;
    border-radius: 0;
    right: auto;
    left: 0;
	top: 50%;
}
@media(max-width: 767px){
	.continent_name {
		height: 150px;
		position: relative;
	}
	.sub-title h2 {
		font-size: 20px;
		letter-spacing: 0.4px;
		line-height: initial;
	}
	.continent_name .slick-slide img {
		max-width: 90px;
	}
}