/*General*/
.home .hide-if-home,
.show-if-joblist,
.chosen-active .hide-if-chosen,
.show-if-mobile,
.popup .hide-in-popup,
.horizontal .hide-if-horizontal,
.minimal .hide-if-minimal,
.slider .hide-if-slider,
.show-if-joblist,
.ka-logged-in .login,
.ka-logged-in .not-logged-in,
.ka-not-logged-in .logged-in {
  display:none!important;
}
.screen-reader-response {
  display:none;
}
.elementor-editor-active #ka-content .not-logged-in, .elementor-editor-active #ka-content .logged-in {
    display: initial !important;
}
.ka-joblist-page .show-if-joblist {
  display: initial!important;
}
.ka-joblist-page .full_width.show-if-joblist, .ka-joblist-page p.show-if-joblist {
  display: block!important;
}
@media screen and (max-width: 767px) {
  .show-if-mobile {
    display: initial !important;
  }
  .full_width.show-if-mobile {
    display: block !important;
  }
  div.show-if-mobile {
    display: block !important;
  }
  .hide-if-mobile {
    display: none;
  }
  .reverse-on-mobile {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .ka-job-page #ka-content {
    padding-top:180px;
  }
}
.ka-joblist-page #title h1,
.ka-profile #title h1 {
  text-align: center;
}
#ka-content {
  margin-top:0;
  padding-bottom: 100px;
  min-height: 50vh;
}
.ka-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left:20px;
  padding-right:20px;
  position: relative;
  box-sizing: border-box;
}
.elementor-widget-container .ka-container {
  padding: 0;
  max-width: none;
}
.ka-sidebar, .ka-main {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .ka-sidebar:first-child, .ka-sidebar:first-of-type {
    padding-right: 40px;
  }
}
.ka-sidebar .button {
  width:100%;
}
.ka-sidebar .box {
  margin-bottom: 20px;
}
.ka-row {
  display: block;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left:-10px;
  margin-right:-10px;
}
.box .ka-row {
  justify-content: initial;
}
.ka-row > .ka-col {
  padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
  align-items: stretch;
}
.ka-col {
  display:inline-block;
  vertical-align:top;
  box-sizing: border-box;
  width: 50%;
  flex: 0 0 50%;
  overflow: hidden;
}
.has_5_cols > .ka-col, .one_fifth {
  width:20%;
  flex: 0 0 20%;
}
.has_4_cols > .ka-col, .one_fourth {
  width:25%;
  flex: 0 0 25%;
}
.has_3_cols > .ka-col, .one_third {
  width:33.33%;
  flex: 0 0 33.33%;
}
.two_fifths {
  width:40%;
  flex: 0 0 40%;
}
.has_2_cols > .ka-col, .one_half {
  width:50%;
  flex: 0 0 50%;
}
.two_thirds {
  width:66.66%;
  flex: 0 0 66.66%;
}
.three_fourths {
  width:75%;
  flex: 0 0 25%;
}
.has_1_cols > .ka-col {
  width:100%!important;
  box-sizing: border-box;
  flex: 0 0 100%;
}
.disabled {
  pointer-events:none;
  opacity:0;
}
p.aligncenter {
  text-align:center;
}
p:empty, a:empty {
  display:none;
}
.full_width {
  display: block;
  width:100%!important;
  box-sizing: border-box;
  flex: 0 0 100%;
}
.icon.alignleft {
  float:left;
}
.icon.alignright {
  float:right;
}
.popup-inside input, .popup-inside select {
  width: 100%;
  margin-bottom: .5em;
}
.menu-item div {
  display:inline-block;
}
.benefits {
  font-size: 0;
}
.benefits > span {
  display: inline-block;
  width: 49%;
  margin-bottom: .5em;
  font-size: large;
}
.benefits > span span {
  height: 2em;
  vertical-align: middle;
}
/* .button, input[type="button"] {
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  background-color: #232323;
  color: #e2e2e2;
  border: 3px solid transparent;
  text-decoration: none;
  line-height: 1.6em;
}
.button:hover, input[type="button"]:hover {
  background-color: transparent;
  color: #232323;
  border-color: #232323;
  cursor: pointer;
}
.menu-item.button {
  padding:0!important;
  line-height: inherit!important;
  position: relative;
  top: -2px;
} */
.button a {
  color: inherit;
}
.button.icon {
  padding: 5px;
}
.ka-icon {
  height:1em;
  margin: 0;
  vertical-align: middle;
  width:auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: invert(0%) sepia(18%) saturate(70%) hue-rotate(333deg) brightness(92%) contrast(73%); /* Dark */
}
.button .ka-icon,
.navigation .ka-icon,
.navigation .button.outline .ka-icon,
.dark .button.outline .ka-icon,
#footer .ka-icon,
[id^="KA_FilterBlock"] .reset .ka-icon,
[id^="KA_FilterBlock"] .toggle { /* White */
  filter: invert(99%) sepia(0%) saturate(7087%) hue-rotate(48deg) brightness(118%) contrast(101%);
}
.button.outline .ka-icon,
.button.alt .ka-icon,
.navigation .button .ka-icon,
#footer .button .ka-icon,
#KA_loader .ka-icon { /* Dark */
  filter: invert(0%) sepia(18%) saturate(70%) hue-rotate(333deg) brightness(92%) contrast(73%);
}
body img.ka-icon {
  height:1em;
  width:auto;
}
.outline .ka-icon {
  /* filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(94deg) brightness(110%) contrast(101%); */
}
.spin, .ka-spin {
  -webkit-animation: ka-spin 2s linear infinite;
  animation: ka-spin 2s linear infinite;
}
@keyframes ka-spin {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 to {
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn)
 }
}

input {
  margin:0;
}
body hr {
  border: 0;
  clear:both;
  height: 2px;
  margin:40px auto;
  background-color:rgba(0,0,0,.1);
}
/*Popups and loaders*/
.popup, #KA_loader, #KA_loader2 {
  top:0;
  left:0;
  position:fixed;
  background: #FFF;
  opacity: 1;
  width:100%;
  height:100%;
  z-index:1000000;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
  display: none;
  text-align: center;
}
#KA_loader {
	color:#232323;
}
.popup {
  background: #e2e2e2;
}
#KA_page_loader {
  /* background: #e2e2e2;
  background:rgba(209,223,228,0.8); */
  /*position: fixed;*/
  background: #FFF;
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height:200px;
  text-align:center;
}
#ka-main {
  position:relative;
}
.popup a.button:not(.icon), .popup .button-wrapper a {
  width:100%;
  margin:0;
}
#KA_loader img, #KA_loader2 img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
.cssanimations #KA_loader2 img {
  display:none;
}
.loading {
  position:relative;
  top: 100px;
  margin-top:-25px;
  margin-left: -25px;
  font-size: 50px;
  font-family: sans-serif;
}
#KA_loader .loading {
  position:fixed;
  top: 50%;
  left: 50%;
}
.cssanimations #KA_loader2:after {
  content:'';
}
.open-popup {
  cursor: pointer;
}
.popup-open {
  overflow-y:hidden;
}
.popup-inside {
  background-color:#FFF;
  color: #232323;
  position:absolute;
  width: 300px;
  top:10%;
  left: 50%;
  transform: perspective(1px) translateX(-50%);
  padding:30px;
  box-sizing: border-box;
  text-align: left;
  max-height: 80%;
  overflow-y: auto;
}
.popup-inside .h2:nth-of-type(1), .popup-inside .h3:nth-of-type(1) {
  margin-top: 0;
}
#KA_LoginDiv:empty {
  display: none;
}
#KA_LoginDiv .h3 {
  font-size: 1.2em;
}
#KA_LoginDiv hr {
  margin: 1em auto;
}
#KA_LoginDiv:empty {
  margin:0;
}
#KA_loginBlock a {
  display:inline-block;
}
.open-login, .linkedin-login, .menu a {
  cursor:pointer;
}
ul li #KA_CartBlock {
  display:inline;
}
.menu div {
  display: inline-block;
  font-weight:inherit;
}
.button.close, .popup .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 20px;
  cursor: pointer;
}
#close-popup {
  margin-bottom:0;
}
#messageTxt {
  margin-top:0;
}
#messageTxt b {
  font-size:20px;
}

/*Job filter*/
[id^="KA_FilterBlock"] {
  line-height:30px;
  z-index: 99;
  position: relative;
  display:block;
  font-size: 1em;
  padding: 30px;
  background: #232323;
  color: #fff;
}
[id^="KA_FilterBlock"] input,
[id^="KA_FilterBlock"] select {
  width:100%;
  margin:0 !important;
}
[id^="KA_FilterBlock"] .field {
  margin-bottom: 1em;
  position:relative;
}
[id^="KA_FilterBlock"] .field.has-icon input, [id^="KA_FilterBlock"] .field.has-icon .chosen-container-multi .chosen-choices {
  padding-left:36px!important;
}
[id^="KA_FilterBlock"] .field .ka-icon {
  position: absolute;
  z-index: 1;
  top: .75em;
  left: 1em;
  pointer-events: none;
}
[id^="KA_FilterBlock"] .field .ka-spin {
  left: auto;
  margin-left: -0.5em;
}
[id^="KA_FilterBlock"] div[id*="_div"] {
  display:block;
}
[id^="KA_FilterBlock"] br {
  display:none;
}
[id^="KA_FilterBlock"] p {
    margin-bottom: 0;
}
#search-expand {
  padding-top: 20px;
}
[id^="KA_FilterBlock"] div[id*="_div"] > a, [id^="KA_FilterBlock"] .reset, a[href="#search-expand"] {
  position:absolute;
  top:0;
  right:0;
  font-size: small;
  text-decoration:none;
  padding: 5px;
}
[id^="KA_FilterBlock"] .reset, a[href="#search-expand"] {
  top: 30px;
  right: 30px;
  margin:0;
  width:auto;
}
[id^="KA_FilterBlock"] small {
  margin:-5px 0 10px;
  font-size:0.8em;
  display: block;
}

[id^="KA_FilterBlock"] .empty {
  display:none;
}


/*Chosen*/
body .chosen-container {
  font-size: inherit;
  max-width: 100%;
  /* margin-bottom:8px; */
}
body .chosen-container-single .chosen-search input[type=text] {
  font-family:inherit;
}
.chosen-container-single, .chosen-container-multi {
  text-align:left;
}
body .chosen-container-active.chosen-with-drop .chosen-single {

}
body .chosen-container-single .chosen-single, body .chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  box-shadow: none;

}
body [id^="KA_FilterBlock"] .chosen-container-single .chosen-single, body [id^="KA_FilterBlock"] .chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  color: #333;
  padding: 2px 14px;
  min-height: 40px;
}
body #ka-content .chosen-container-single a.chosen-single {
  color:#7a7a7a;
}
body .chosen-container .chosen-drop {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #232323;
}
body .chosen-container .chosen-results {
  color:inherit;
}
body .chosen-container-multi .chosen-choices li.search-choice {
  background: #fff !important;
  border: none;
  border-radius: 0;
}
body .chosen-container .chosen-results li.highlighted {
  background: #232323;
}
body .chosen-container-single .chosen-single {
  padding: 5px 0 0 8px;
  height:40px;
}
body .chosen-container .chosen-results li {
  padding: 7px 16px;
}
body .chosen-container-multi .chosen-drop .result-selected {
  color: #aaa;
}
body .chosen-container-single .chosen-single div b {
  margin-top: 5px;
  height: 50%;
}
body .chosen-container-single .chosen-default, body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: inherit;
  font-family: inherit;
  margin:0;
}
.chosen-choices .search-field input.default {
  opacity:1;
}
body .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  box-shadow: none;
}
body .chosen-container-active .chosen-choices {
  border: 0;
  box-shadow: none;
}
.horizontal [id^="KA_FilterBlock"] {
  background: transparent;
  border:0;
  padding: 0;
}
.horizontal #search-expand {
  display: block!important;
}
.horizontal .toggle {
  display: none!important;
}
.horizontal [id^="KA_FilterBlock"] input[type=text], .horizontal [id^="KA_FilterBlock"] select, .horizontal [id^="KA_FilterBlock"] .chosen-container-single .chosen-single, .horizontal [id^="KA_FilterBlock"] .chosen-container-multi .chosen-choices {
  background: #FFF;
}
body .horizontal .chosen-container .chosen-drop, .horizontal #KA_TextsFoundDIV {
  background:#FFF;
  border-color:#FFF;
}
.horizontal [id^="KA_FilterBlock"] .field .ka-icon {
  top: 12px;
  left: 12px;
}
.horizontal [id^="KA_FilterBlock"] br, .horizontal [id^="KA_FilterBlock"] h3, .horizontal [id^="KA_FilterBlock"] label, .horizontal [id^="KA_FilterBlock"] div[id$="_div"] > a {
  display: none!important;
}
.horizontal [id^="KA_FilterBlock"] .field {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 -2px;
  width:20%;
  box-sizing: border-box;
  padding-right: 10px;
}

.horizontal [id^="KA_FilterBlock"] .field.wide {
  width:40%;
}
.horizontal [id^="KA_FilterBlock"] .field:last-of-type {
  padding-right: 0;
}
.horizontal {
  font-size: 18px;
}
.horizontal [id^="KA_FilterBlock"] ::-webkit-input-placeholder { /* WebKit browsers */
  opacity:  1;
}
.horizontal [id^="KA_FilterBlock"] ::-moz-placeholder { /* Mozilla Firefox */
  opacity:  1;
}
.horizontal [id^="KA_FilterBlock"] :-ms-input-placeholder { /* Internet Explorer 10+ */
  opacity:  1;
}
.chosen-choices .search-field input.default {
  min-height: 0;
}
.horizontal .chosen-choices .search-field input.default {
    opacity: 1;
}
.horizontal [id^="KA_FilterBlock"] .button {
  margin: 0;
}
.horizontal br {
  display: none!important;
  height: 0;
  width:0;
}
.minimal [id^="KA_FilterBlock"] {
  padding: 0;
  background-color: transparent;
  border: none;
}
.minimal #search-expand {
  padding-top: 0;
}
.minimal .field:last-child {
  position: absolute;
  top: 0;
  right: 0;
}
.minimal .reset {
  /* top: -40px;
  right: 0; */
  display: none;
}
.horizontal [id^="KA_FilterBlock"] .reset {
  /* top: auto;
  right: auto;
  bottom:0;
  left:0; */
  display: none;
}
.minimal label, .placeholder #KA_FilterBlock label {
  display: none;
}
.chosen-inactive #KA_FilterBlock label.hide-if-chosen {
  display: block;
}

.minimal select, .minimal input[type=text], .minimal textarea,
body .minimal [id^="KA_FilterBlock"] .chosen-container-single .chosen-single, body .minimal [id^="KA_FilterBlock"] .chosen-container-multi .chosen-choices {
  background: #fff;
}
.minimal [id^="KA_FilterBlock"] .button {
  display: inline-block;
  margin:0;
  right:0;
}
body .horizontal .chosen-container {
  margin:0;
}
.reversed [id^="KA_FilterBlock"] {
  padding: 0;
  background-color:transparent;
  border:0;
}
.location input[type="button"] {
  width: auto;
  position: absolute;
  padding:5px 18px!important;
  left: 0;
  bottom: 0;
  font-size: 0!important;
  letter-spacing: 0!important;
  line-height: 0;
  background: url(icons/crosshairs.svg) transparent no-repeat center center;
  background-color: transparent !important;
  background-size: 20px;
  border-color: transparent !important;
}
.horizontal .location input[type="button"] {
  /* padding:5px !important */
}
.location input[type="button"]:hover {
  /* background-color: transparent; */
}
.reversed [id^="KA_FilterBlock"] input, .reversed [id^="KA_FilterBlock"] select, .reversed [id^="KA_FilterBlock"] .chosen-container-single .chosen-single, .reversed [id^="KA_FilterBlock"] .chosen-container-multi .chosen-choices {
  background: rgba(0,0,0,.2);
  color: #fff;
}
body .reversed .chosen-container .chosen-drop, .reversed #KA_TextsFoundDIV {
  background:#A6A6A6;
  border-color:#A6A6A6;
}
.chosen-active [id^="KA_FilterBlock"] span .fa-spin, .chosen-active [id^="KA_FilterBlock"] span .fa-pulse {
  margin-top:5px;
}

/* .elementor-shortcode .job-alert, .elementor-shortcode .highlight, .elementor-shortcode .pagenav, .elementor-shortcode .toggle, .elementor-shortcode .hide-if-slider,
.elementor-shortcode [id^="KA_SaveJobBlock"], .elementor-shortcode [name^="KA_SaveJobBlock"], .elementor-shortcode [id^="KA_RemoveSavedJobBlock"], .elementor-shortcode #KA_Share, .elementor-shortcode [id^="KA_ApplyBlock"] {
  display: none!important;
} */
.elementor-shortcode .job-alert, .elementor-shortcode .highlight, .elementor-shortcode .pagenav {
  /* display: none!important; */
}
.elementor-shortcode .hide-if-shortcode {
  display: none!important;
}

.iphone #jobindustry[multiple] {
  min-height:auto;
}
.iphone [id^="KA_FilterBlock"] small {
  display:none;
}

[id^="KA_FilterBlock"] span.hover strong {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='black' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
  background-color: #fff;
  border-radius: 1px;
  padding: 8px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #232323;
  background-color: #f7f9fa;
  border: 1px solid #e2e2e2;
  display: block;
}
[id^="KA_FilterBlock"] span.hover div[id*="_div"] {
  display:none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
[id^="KA_FilterBlock"] span.hover:hover div[id*="_div"] {
  display:block;
}
[id^="KA_FilterBlock"] span.hover a {
  top:-40px;
}
[id^="KA_FilterBlock"] div[id*="_div"] {
  text-align:center;
}
[id^="KA_FilterBlock"] .fa-spin, [id^="KA_FilterBlock"] .fa-pulse {
  margin-top:5px;
  margin-bottom:10px;
}
[id^="KA_FilterBlock"] span .fa-spin, [id^="KA_FilterBlock"] span .fa-pulse {
  margin-top:40px;
}
[id^="KA_FilterBlock"] span div br {
  display:none;
}
[id^="KA_FilterBlock"] select[multiple] option {
  border-top: 1px solid #e2e2e2;
  border-top-color: #e2e2e2;
}
[id^="KA_FilterBlock"] select[multiple] option:first-child {
  border-top: none;
}
[id^="KA_FilterBlock"] select[multiple] option:last-child {
  border-bottom: 1px solid #e2e2e2;
  border-bottom-color: #e2e2e2;
}
/* [id^="KA_FilterBlock"] .fa-search {
  position: absolute;
  left:0;
  margin: 10px 10px;
} */
[id^="KA_FilterBlock"] ::-webkit-input-placeholder { /* WebKit browsers */
  opacity:  1;
}
[id^="KA_FilterBlock"] ::-moz-placeholder { /* Mozilla Firefox */
  opacity:  1;
}
[id^="KA_FilterBlock"] :-ms-input-placeholder { /* Internet Explorer 10+ */
  opacity:  1;
}
[id^="KA_FilterBlock"] #texttosearch_div {
  position:relative;
}
[id^="KA_FilterBlock"] > *:first-child {
  margin-top:0;
}
[id^="KA_FilterBlock"] > *:last-child {
  margin-bottom:0;
}
[id^="KA_FilterBlock"] * {
  /* color: inherit; */
}
[id^="KA_FilterBlock"] .toggle {
  display:block;
}

[id^="KA_FilterBlock"]:after {
  content:'';
  display:block;
  clear:both;
}

[id^="KA_FilterBlock"] .button {
  margin-top:20px;
}
[id^="KA_FilterBlock"] .button, #KA_LoginDiv .button {
  display: block;
  margin:0;
}

[id^="KA_FilterBlock"] .salary h4 {
  display:inline-block!important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 30px;
  width: 10%;
}
.KA_FilterSalaryAmounts {
  margin-bottom:10px;
  line-height:30px!important;
}
.KA_FilterSalaryAmounts input {
  background: transparent!important;
  color: inherit;
}
[id^="KA_FilterBlock"] input[type="text"].KA_FilterSalary {
  background:transparent;
  padding:0;
  margin:0;
  text-transform: capitalize;
  pointer-events: none;
  min-height: inherit;
}
[id^="KA_FilterBlock"] .ui-widget-content {
  border:none;
  background:transparent;
}
[id^="KA_FilterBlock"] .ui-slider-horizontal .ui-slider-range {
  border: 0!important;
  background: #e2e2e2!important;
  box-sizing: border-box;
}
[id^="KA_FilterBlock"] .ui-slider-horizontal .ui-slider-handle {
  background: #e2e2e2!important;
  border: none!important;
  height: 1.4em;
  width: 1.4em;
  border-radius:20px;
}
#KA_slider-range {
  width: 94%;
  margin:0 3%!important;
}

[id^=attributeitem] {
}

/*
#KA_TextsFoundDIV {
display:none!important;
}*/
#keywords_div {
  position:relative;
}
.KA_TextsFoundDIV {
  position: absolute;
  background-color: #F4F4F4;
  z-index: 5;
  display:none;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top:-8px;
  width:100%;
  border:1px solid rgba(0,0,0,.2);
  border-top:none;
  box-sizing:border-box;
  overflow:hidden;
}
.KA_TextFoundTable {
  margin:0;
}
.KA_TextFoundTableData {
  word-break: break-word;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.KA_TextFoundTableRow:hover {
  background-color: #232323;
  color: #fff;
  cursor:default;
}
[id^="KA_FilterBlock"] a.back-to-search {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 999;
  padding: 30px;
  font-size: 30px;
  margin:0;
  width: 25px !important;
  height: 25px;
  display: none;
}


/*Registration*/
#cv {
  line-height:1.6em;
  margin-bottom: 10px;
}
.KA_Profile_ErrorBlock {
  margin-bottom:0;
}
#KA_htmlBlock #profile ul {
  padding:0;
  margin:0;
}
#KA_htmlBlock #profile li {
  list-style:none;
}
#KA_Sector_div {
  position: relative;
}
.table-style {
  padding:0;
  margin: 0;
  list-style:none;
}
.table-style > li {
  clear:both;
  overflow:hidden;
  border-bottom: 1px solid #e2e2e2;
  padding: 1em 0;
  margin:0;
}
.table-style > li:first-child {
  border-top: 1px solid #e2e2e2;
}
.table-style > li > *:left-child {
  margin-bottom:1em;
}
.table-style > li .button {
  margin-top:0;
}
.popup .table-style > li {
  padding: 0;
}
.popup .table-style > li * {
  margin-top:0;
  margin-bottom:0;
}
.table-style > li .alignleft, #KA-uploader .alignleft {
  line-height: 30px;
  width:50%;
  float:left;
  margin: 0;
}
.table-style > li .alignright {
  line-height: 30px;
  width:50%;
  float:right;
  margin: 0;
  text-align: right;
}
.linkedin-cv .floatleft  {
  line-height: inherit;
}
.clearfix {
  clear:both;
}
.clearfix:after {
  content:'';
  width:100%;
  height:1px;
  display: block;
  clear: both;
}

/*Calendar*/
.newline:before {
  content:'';
  display:block;
  width:100%;
  clear:both;
}
#txtRate {
  width: 49%;
  float:left;
  clear:left;
}
#txtRateInt {
  width: 49%;
  float:right;
  clear:right;
}
#txtNotice {
  float: left;
  width: 48%;
}

#KA_month th, #KA_month td {
  text-align:center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.KA_cal_day_tr td {
  height:70px;
  cursor:pointer;
}
#KA_htmlBlock {
  min-height:200px;
  position:relative;
}

.table-wrapper {
  padding:0;
}
.datepicker_with_icon {
  display: inline-block;
  margin-right: -23px;
}
.ui-datepicker-trigger {
  cursor:pointer;
  position: relative;
  top: 3px;
}
.KA_cal_days_table tr:nth-child(even) {
  background-color: transparent;
}
.KA_cal_month_name_prev {
  text-align:left;
  float:left;
}
.KA_cal_month_name_next {
  text-align:right;
  float:right;
}
.KA_cal_days_table td {
  position:relative;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}

.KA_cal_day_tr td {
  width: 16%;
}
.KA_cal_day_tr td:nth-child(6), .KA_cal_day_tr td:nth-child(7),
.KA_cal_weekday_td:nth-child(6), .KA_cal_weekday_td:nth-child(7) {
  width: 10%;
  background: rgba(0,0,0,0.05);
}

.KA_cal_day_tr td[class^='am']:before, .KA_cal_day_tr td[class^='am']:after {
  display:block;
  content:'am';
  position:absolute;
  width:50%;
  height:100%;
  top:0;
  left:0;
  z-index: -1;
  line-height: 500%;
  font-weight:300;
}
.KA_cal_day_tr td[class^='am']:after {
  content:'pm';
  right:0;
  left: initial;
}
.am111:before, .pm111:after, .key111 {
  background:#005C7F;
  color:#fff;
}
.am101:before, .pm101:after, .key101 {
  background:#226fb8;
}
.am001:before {
  background: repeating-linear-gradient(
    135deg,
    #226fb8,
    #226fb8 5%,
    #ffffff 0,
    #ffffff 10%
    );
}
.pm001:after {
background: repeating-linear-gradient(
  135deg,
  #ffffff,
  #ffffff 5%,
  #226fb8 0,
  #226fb8 10%
  );
}
.key001 {
  background: repeating-linear-gradient(
    135deg,
    #226fb8,
    #226fb8 5px,
    #ffffff 0,
    #ffffff 10px
    );
  }
.am000:before, .pm000:after, .key000 {

}
.key {
  display:inline-block;
  vertical-align:middle;
  height:24px;
  width:24px;
  border:1px solid #e2e2e2;
}

/*Forms*/
#KA_htmlBlock input[type="text"], #KA_htmlBlock input[type="password"], #KA_htmlBlock select, #KA_htmlBlock textarea {
  width:100%;
}
#KA_Email_Block, #KA_Email {
  display: block;
}
form div.wpcf7-validation-errors {
  color: inherit;
  border:none;
}
#KA_info:empty, #KA_error:empty, #KA_login_error:empty, .wpcf7-response-output:empty {
  display:none;
}
#KA_info:before, #KA_error:before, #KA_login_error:before, .wpcf7-response-output:before {
  content: url('icons/solid/exclamation-circle.svg');
  margin-right:5px;
  width: 1em;
  display: inline-block;
  vertical-align: text-top;
}


/*Jobs list*/
.box {
  padding: 60px;
  background: #fff;
  color: #232323;
  border: 2px solid #e2e2e2;
  position: relative;
  box-sizing: border-box;
  display: block;
}
.box.dark {
  padding: 30px;
  background: #232323;
  border:0;
  color: #fff;
}
.box.dark a.button, .box.dark button, .box.dark .button a,
.box.dark a.button.alt:hover, .box.dark button.alt:hover, .box.dark .button.alt a:hover {
  background: #FFF;
  color: #232323;
}
.box.dark a.button.alt, .box.dark button.alt, .box.dark .button.alt a,
.box.dark a.button:hover, .box.dark button:hover, .box.dark .button a:hover {
  background: #e2e2e2;
}

.box.dark a.button.outline, .box.dark button.outline, .box.dark .button.outline a {
  background: transparent;
  color: #e2e2e2;
  border-color: #e2e2e2;
}

@media screen and (max-width: 767px) {
  .box {
      padding: 30px;
    }
  .horizontal [id^="KA_FilterBlock"] {
    padding: 5px 0;
  }
  .horizontal [id^="KA_FilterBlock"] .field {
    margin: 0 0 10px;
    padding: 0;
    width: 100%!important;
  }
  [id^="KA_FilterBlock"] .reset {
    right: 70px;
  }
}
.job-summary {
  margin-bottom:20px;
}
.box h2:nth-of-type(1), .box .h3:nth-of-type(1) {
  margin-top:0;
}
.job-summary h2:nth-of-type(1), .job-summary .h3:nth-of-type(1) {
  margin:0;
  margin-bottom:.5em;
}
.job-summary .h3:nth-of-type(1), .distance-from {
  display: inline-block;
}
.distance-from {
  font-weight: bold;
  margin-left: .5em;
}
#ka-content .job-summary a {
  text-decoration:none;
}
#ka-content .job-summary a:empty {
  display: none;
}
a.read-more {
  font-weight: bold;
}
.job-summary hr {
  margin:1em 0;
}
.job-summary p.description br {
  display: none;
}

.toggle-target [id^='KA_ApplyBlock'] > .button {
  width:100%;
}

.jobs-list {
  padding:0;
  margin:0;
}


.jobs-list [id^='KA_ApplyBlock'] h2, .jobs-list [id^='KA_ApplyBlock'] h4,
#divAjaxCartListRespond [id^='KA_ApplyBlock'] h2, #divAjaxCartListRespond [id^='KA_ApplyBlock'] h4 {
  display:none;
}

[id^='KA_ApplyBlock'] select, #divAjaxBulkApplyBlock select {
  height:46px;
  max-width: 100%;
}
.highlight, #KA_info, #KA_error, #KA_login_error, .wpcf7-response-output, .wpcf7-not-valid-tip {
  display:block;
  padding:10px;
  margin-bottom:20px;
  background: rgba(0,0,0,.1);
  text-align: center;
  clear:both;
}
.highlight {
  font-weight: inherit;
  line-height: 1.4em;
}
.highlight.pagenav .button {
  margin:-5px;
}
#KA_error {
  text-align:left;
}
.button.job-alert {
  margin:0 0 20px;
}
.toggle {
  cursor:pointer;
  text-decoration:none!important;
}
.toggle:after {
  content: url('icons/solid/chevron-down.svg');
  margin-left: 10px;
}
.toggle.button:after {
  margin:0;
}
.toggle.closed:after {
  content: url('icons/solid/chevron-down.svg');
}
.toggle.open:after {
  content: url('icons/solid/chevron-up.svg');
}
.toggle-child-on-hover:hover .toggle-target {
  display:block;
}

.BottomApplyBlock {
  text-align:center;
  margin-top: 2em;
}
.BottomApplyBlock > * {
  display:inline-block;
  vertical-align: middle;
  margin:0 -2px;
  width:33.33%;
  box-sizing: border-box;
}
.BottomApplyBlock .twobuttons {
  width:66.66%
}
.twobuttons > * {
  display:inline-block;
  margin:0 -2px;
  width:50%;
}
.BottomApplyBlock > div:empty {
  display:none;
}
.BottomApplyBlock #KA_ApplyBlock {
  display: inline;
}
.BottomApplyBlock #KA_ApplyBlock > .button {
  width: 33.33%;
  float: left;
}

.BottomApplyBlock #KA_ApplyBlock .highlight, #divAjaxBulkApplyBlock .highlight {
  padding:20px;
}
.BottomApplyBlock #KA_ApplyBlock .toggle-apply, .job-summary .toggle-target {
  display:none;
}
.buttons .toggle-target select, .buttons .toggle-target input, .buttons .toggle-target .button {
  width:100%;
  margin: 2px 0;
}
.BottomApplyBlock #KA_ApplyBlock .toggle {
  display:none;
}
.BottomApplyBlock #KA_ApplyBlock .toggle-target {
  display:block;
}
.BottomApplyBlock [id^=KA_] > a {
  font-size: inherit;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 10px 5px;
  display:block;
  margin: 0;
}
.BottomApplyBlock > .button {
  width:33.33%;
  margin-top:0;
  margin-left:-2px;
  padding: 10px 5px;
}
.fixed-footer {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-top:1px solid #e2e2e2;
}

/*share button*/
.share-buttons {
  list-style:none;
  padding:0;
  margin:0;
}
.share-buttons li {
  display:inline-block;
}
.share-buttons a {
  display:block;
  width: 2em;
  height: 2em;
  border: 1px solid;
  text-align: center;
  line-height: 2em;
}
.job-summary {
  position: relative;
}
.save-job {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
}
.title {
  margin:.4em 0 0.5em;
}
.links a {
  border: 1px solid #e2e2e2;
  padding: 2px 5px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 3px;
}
.links a[href$="="] {
  display: none;
}

[id^="KA_SaveJobBlock"], [name^="KA_SaveJobBlock"], [id^="KA_RemoveSavedJobBlock"], #KA_Share, [id^="KA_ApplyBlock"] {
  display: inline;
}
@media screen and (max-width: 767px) {
  [id^="KA_SaveJobBlock"], [name^="KA_SaveJobBlock"], [id^="KA_RemoveSavedJobBlock"], [id^="KA_ApplyBlock"] {
    display: inline-block;
    width: 50%;
    margin: 0 -3px 20px 0;
  }
  [id^="KA_SaveJobBlock"] .button, [name^="KA_SaveJobBlock"] .button, [id^="KA_RemoveSavedJobBlock"] .button, [id^="KA_ApplyBlock"]  .button {
    width: 100%;
  }
}
.featured-jobs .job {
  border-bottom: 1px solid rgba(100,100,100,.3);
  align-items: center;
}
.featured-jobs p {
  margin:0;
}
.featured-jobs .h3 {
  font-size: 1.4em;
}

/* Slick */
.slick-slider {
  position: relative;
}
.slick-list {
  overflow: hidden;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}

.carousel .slick-initialized, .carousel.slick-initialized,
.slider .slick-initialized, .slider.slick-initialized {
  max-width: none;
}
body .elementor-grid.slick-initialized {
  display: block;
}
body .carousel .slick-slide {
    margin: 0 10px;
    clear:none;
}
body .slider .slick-slide {
  align-items: center;
  justify-content: center;
}
.carousel .slick-arrow, .slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top:50%;
  margin: -40px 0 0;
  font-size: 0;
  padding: 0;
  border: 0;
  width: auto;
  background: transparent!important;
}
.carousel .slick-next:after, .slider .slick-next:after {
  content: url('icons/chevron-right.svg');
  width: 20px;
  display: inline-block;
}
.carousel .slick-prev:before, .slider .slick-prev:before {
  content: url('icons/chevron-left.svg');
  width: 20px;
  display: inline-block;
}
.carousel .slick-prev, .slider .slick-prev {
  left: 0;
}
.carousel .slick-next, .slider .slick-next {
  right: 0;
}

/* Jobs slider or grid */
.carousel .slick, .carousel.slick, .carousel .slick-list,
.slider .slick, .slider.slick, .slider .slick-list,
.slider .jobs-list:not(.slick-slider) {
  width:100%;
  max-width: 1200px;
  margin:0 auto;
}
.slider .box.job {
  text-align: left;
}
.slider .job.slick-slide {
  margin: 0 10px;
}
.slider .box.job,
.grid .box.job {
  padding: 25px;
}
.jobs-list.slick-slider {
  padding: 0 20px;
}
.job.slick-slide > div {
  display: none;
}
.slider .box.job .h3 {
  font-size: 1.2em;
}

@media (min-width: 768px) {
  .jobs-list.slider,
  .jobs-list.grid {
    margin: -1%;
  }
  .slider > .box.job,
  .grid > .box.job {
    width: 31.33%;
    display: inline-block;
    vertical-align: middle;
    margin: 1%;
    padding: 25px;
  }
  .grid .jobs-list:not(.slick-slider), 
  .slider .jobs-list:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
  }
  .grid .jobs-list:not(.slick-slider) .job,
  .slider .jobs-list:not(.slick-slider) .job {
    width: 31.33%;
    margin: 1%;
    padding: 25px;
  }
}

/* Consultant box */
.consultant img.profile {
  width:60px;
  border-radius:60px;
  float:left;
}
.consultant a[href=""], .consultant a[href="mailto:"], .consultant a[href="tel:"] {
  display: none;
}

.consultant .name, .consultant .title {
  text-align: right;
}
.consultant .name {
   margin:0;
 }
.consultant .email, .consultant .phone, .consultant .linkedin {
  margin:0;
  clear:both;
  display: block;
}
.hentry .email {
  font-size: small;
}
.phone:before, .email:before, .linkedin:before {
  content: url('icons/phone.svg');
  width:16px;
  display: inline-block;
  vertical-align:middle;
  margin-right: 4px;
}
.email:before {
  content: url('icons/envelope.svg');
}
.linkedin:before {
  content: url('icons/brands/linkedin.svg');
}
.box.dark .phone:before, .box.dark .email:before, .box.dark .linkedin:before {
  filter: invert(99%) sepia(0%) saturate(7087%) hue-rotate(48deg) brightness(118%) contrast(101%);
}

video:has(> source[src="#t=0.5"]), .consultant img[src=""] {
  display: none;
}


/*General*/


.ui-datepicker-trigger {
    vertical-align: middle;
}


@media (min-width: 768px) {

}

@media (max-width: 479px) {
  .ka-col {
    width: 100%!important;
    flex: 0 0 100%!important;
  }
  .ka-sidebar:first-child {
    padding-right: 0;
  }
  .BottomApplyBlock > * {
    width: 100%!important;
    margin: 0 0 0.5em!important;
  }
  .BottomApplyBlock #KA_ApplyBlock > .button {
    width: 100%;
    margin: 0 0 0.5em;
  }
  .elementor-shortcode .job {
    width: 100%;
    margin: 0 0 20px;
  }
  .elementor-shortcode .jobs-list {
    display: block;
  }
  [id^="KA_FilterBlock"], .box {
    padding: 15px;
  }
  [id^="KA_FilterBlock"] .reset, a[href="#search-expand"] {
    top: 15px;
    right: 15px;
  }
  [id^="KA_FilterBlock"] .reset {
    right: 50px;
  }
}
