/* Custom */

body.ka-page  {
  background: #eee;
}
.ka-profile #header {
    position: absolute;
}
.ka-profile #title {
  padding: 160px 0 120px;
}
.ka-select-cv-message {
	color: #00377b;
	font-size: 0.7em;
	margin-left: 10px; 
}

@media (max-width: 1023px) {
  .ka-profile #title {
    padding: 100px 0 60px;
  }
}

#header img.ka-icon, #mobile-menu img.ka-icon, .toggle:after, .button .ka-icon, .share-buttons .ka-icon, #footer .ka-icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);/* White */
}
#header li:hover img.ka-icon, .back-to-search img.ka-icon {
  filter: invert(74%) sepia(80%) saturate(3068%) hue-rotate(346deg) brightness(99%) contrast(92%);/* Orange */
}
/*General*/
.home .hide-if-home,
.show-if-joblist,
.show-if-slider,
.slider .hide-if-slider,
.carousel .hide-if-slider,
.chosen-active .hide-if-chosen,
.show-if-mobile,
.popup .hide-in-popup,
.horizontal .hide-if-horizontal,
.minimal .hide-if-minimal,
.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 #content .not-logged-in, .elementor-editor-active #content .logged-in {
    display: initial !important;
}
.ka-joblist-page .show-if-joblist, .slider .show-if-slider, .carousel .show-if-slider {
  display: initial!important;
}
@media screen and (max-width: 767px) {
  .show-if-mobile {
    display: initial !important;
  }
  div.show-if-mobile {
    display: block !important;
  }
  .hide-if-mobile {
    display: none;
  }
}
#ka-content {
  margin-top:0;
  padding-top: 60px;
  padding-bottom: 100px;
  min-height: 50vh;
}
#ka-content.has-sidebar {
  padding-bottom: 0;
}
#ka-main, #ka-sidebar {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 60px;
  box-sizing: border-box;
}
#ka-main {
    width: 70%;
}
#ka-sidebar {
    width: 30%;
    padding-left: 60px;
}
#ka-sidebar:first-child {
  padding-left: 0;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  #ka-main, #ka-sidebar {
    display: inline-block;
    width:100%;
    padding-left:0!important;
    padding-right:0!important;
  }
  #ka-sidebar:first-child {
    padding-bottom: 0;
  }
}
.ka-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.elementor-widget-container .ka-container {
  padding: 0;
  max-width: none;
}
.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 .row {
  justify-content: initial;
}
.row > .col {
  padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
}
.col {
  display:inline-block;
  vertical-align:top;
  box-sizing: border-box;
  width: 50%;
  overflow: hidden;
}
.has_5_cols > .col, .one_fifth {
  width:20%;
  flex: 0 0 20%;
}
.has_4_cols > .col, .one_fourth {
  width:25%;
  flex: 0 0 25%;
}
.has_3_cols > .col, .one_third {
  width:33.33%;
  flex: 0 0 33.33%;
}
.has_2_cols > .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 > .col, .full_width {
  width:100%!important;
  box-sizing: border-box;
  flex: 0 0 100%;
}
@media (max-width: 767px) {
  .col {
    width: 100%!important;
    flex: 0 0 100%!important;
  }
}

.disabled {
  pointer-events:none;
  opacity:0;
}
p.aligncenter {
  text-align:center;
}
p:empty {
  display:none;
}
.full_width {
  display: block;
  width:100%;
}
.icon.alignleft {
  float:left;
}
.icon.alignright {
  float:right;
}
.popup-inside input[type="text"], .popup-inside select {
  width: 100%;
}
.menu-item div {
  display:inline-block;
}
.ka-icon {
  height:60px;
  width:auto;
  margin: 0;
}
.menu-item .ka-icon, .button .ka-icon, #footer .ka-icon, p .ka-icon {
  height:14px;
  margin:0;
}
.button .ka-icon {
/*  padding: 3px;*/
}
#footer [id^="menu-social"] .ka-icon {
  height: 24px;
  margin: 0 auto 12px;
  display: block;
}
.button.icon .ka-icon {
  height:18px;
}
.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)
 }
}

body hr {
  border: 0;
  clear:both;
  height: 4px;
  margin:40px auto;
  background-color:rgba(0,0,0,.1);
}
/*Popups and loaders*/

#Wrapp, #Wrapp2, .popup, #KA_loader, #KA_loader2 {
  top:0;
  left:0;
  position:fixed;
  background: #eee;
  background: rgba(200, 200, 200, .8);
  opacity: 1;
  width:100%;
  height:100%;
  z-index:10000;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
  display: none;
  text-align: center;
}

#KA_loader {
	color:#000;
}
.popup {
  display:none;
}
#KA_page_loader {
  background: #eee;
  /*position: fixed;*/
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height:200px;
  text-align:center;
}
#ka-main {
  position:relative;
}
.popup a.button, .popup .button-wrapper a {
  width:100%;
  margin-left:0;
  margin-right: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%;
}
#KA_loader .loading i {
  content: url('icons/circle-notch.svg');
}
.cssanimations #KA_loader2:after {
  content:'';
}
.open-popup {
  cursor: pointer;
}
.popup-open {
  overflow-y:hidden;
}
#tt, #tt2, .popup-inside {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color:#FFF;
  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: 10px;
  top: 10px;
  width: 20px !important;
  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: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
[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"] div[id*="_div"] {
  display:block;
}
[id^="KA_FilterBlock"] br {
  display:none;
}
[id^="KA_FilterBlock"] p {
    margin-bottom: 0;
}
[id^="KA_FilterBlock"] div[id*="_div"] > a, [id^="KA_FilterBlock"] .reset, a.button[href="#search-expand"] {
  position:absolute;
  top:0;
  right:0;
  font-size: small;
  text-decoration:none;
  padding: 5px;
}
[id^="KA_FilterBlock"] .reset, a.button[href="#search-expand"] {
  top: 30px;
  right: 30px;
  margin:0;
}
[id^="KA_FilterBlock"] small {
  margin:-5px 0 10px;
  font-size:0.8em;
  display: block;
}

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

/*Horizontal search*/
.horizontal [id^="KA_FilterBlock"] {
  background: transparent;
  border:0;
  padding: 30px 0;
}
body .horizontal .chosen-container .chosen-drop, .horizontal #KA_TextsFoundDIV {
  background:#FFF;
  border-color:#FFF;
}
.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"] .location input[type="button"] {
  right: 10px;
}
.horizontal [id^="KA_FilterBlock"] .field.wide {
  width:30%;
}
.horizontal [id^="KA_FilterBlock"] .field:last-of-type {
  padding-right: 0;
}
.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;
}
.horizontal .chosen-choices .search-field input.default {
    opacity: 1;
}
.horizontal [id^="KA_FilterBlock"] .button {
  margin: 0;
  padding: 11px 2em;
}
.horizontal br {
  display: none!important;
  height: 0;
  width:0;
}
.minimal [id^="KA_FilterBlock"] {
  padding: 0;
  background-color: transparent;
  border: none;
}
.minimal .reset {
  /* top: -40px;
  right: 0; */
  display: none;
}
.horizontal.minimal [id^="KA_FilterBlock"] .field {
  width:auto;
}
.horizontal [id^="KA_FilterBlock"] .reset {
  /* top: auto;
  right: auto;
  bottom:0;
  left:0; */
  display: none;
}
.minimal label {
  display: none;
}
.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"] {
  padding: 23px 20px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  background: url(icons/crosshairs.svg) #fff no-repeat center center;
  background-size: 20px;
  /* https://codepen.io/sosuke/pen/Pjoqqp */
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(146deg) brightness(103%) contrast(101%);
}
.location input[type="button"]:hover {
  filter: none;
  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,.1);
  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;
}

.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: #111;
  background-color: #f7f9fa;
  border: 1px solid #eee;
  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"] .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 #eee;
  border-top-color: rgba(0,0,0,.5);
}
[id^="KA_FilterBlock"] select[multiple] option:first-child {
  border-top: none;
}
[id^="KA_FilterBlock"] select[multiple] option:last-child {
  border-bottom: 1px solid #eee;
  border-bottom-color: rgba(0,0,0,.5);
}
/* [id^="KA_FilterBlock"] .fa-search {
  position: absolute;
  left:0;
  margin: 10px 10px;
} */
[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;
}
[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: #eee !important;
  box-sizing: border-box;
}
[id^="KA_FilterBlock"] .ui-slider-horizontal .ui-slider-handle {
  background: #1b3369!important;
  border: none!important;
  height: 1.4em;
  width: 1.4em;
  border-radius:20px;
}
#KA_slider-range {
  width: 94%;
  margin:0 3%!important;
}

[id^=attributeitem] {
}
body .noUi-connect {
  background: #1E3C75;
}
/*
#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: #1E3C75;
  color: #fff;
  cursor:default;
}
[id^="KA_FilterBlock"] a.back-to-search {
  position: fixed;
  z-index: 9999;
  text-align: right;
  top: 70px;
  right: 10px;
  display: inline-block;
  padding: 10px;
  font-size: 30px;
  display: block;
  color: #F29221;
  border-radius: 6px;
  display: none;
  width: 25px;
}
.show-sticky-menu [id^="KA_FilterBlock"] a.back-to-search {
  background: #fff;
}
[id^="KA_FilterBlock"] a.back-to-search img {
  height: 24px;
}

/*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;
}
.table-style {
  padding:0;
  list-style:none;
}
.table-style > li {
  clear:both;
  overflow:hidden;
  border-bottom: 1px solid #eee;
  padding: 1em 0;
  margin:0;
}
.table-style > li:first-child {
  border-top: 1px solid #eee;
}
.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 #eee;
}

/*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: #7a7a7a;
  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/info-circle.svg');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: sub;
}
#KA_error:before, #KA_login_error:before {
  content: url('icons/solid/exclamation-circle.svg');
}


/*Jobs list*/
.box {
  padding: 60px;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}
@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;
  }
  .horizontal [id^="KA_FilterBlock"] .location input[type="button"] {
    right: 0;
  }
  [id^="KA_FilterBlock"] .reset {
    right: 70px;
  }
}
.job-summary {
  margin-bottom:20px;
}
.job h1, .job-summary h3 {
  text-transform: none;
}
.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;
}
#content .job-summary a {
  text-decoration:none;
}
#content .job-summary a:empty {
  display: none;
}
.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-color: #eee;
  background-color: rgba(0,0,0,.05);
  color: #7a7a7a;
  text-align: center;
  clear:both;
}
.highlight {
  font-weight: inherit;
  line-height: 1.4em;
}
.highlight.pagenav .button {
  margin:-10px;
}
#KA_error {
  text-align:left;
}
.button.job-alert {
  margin:0 0 20px;
}
.toggle {
  cursor:pointer;
  text-decoration:none!important;
  display: inline-block;
}
.toggle:after {
  content:url('icons/plus.svg');
  display: inline-block;
  vertical-align: middle;
  width:12px;
  margin-left: 10px;
  margin-right: -5px;
}
.toggle.closed:after {
  content:url('icons/plus.svg');
}
.toggle.open:after {
  content:url('icons/minus.svg');
}
.icon.toggle:after {
  margin-left: 0;
  margin-right: 0;
}
.toggle-child-on-hover:hover .toggle-target {
  display:block;
}

.carousel .job.box {
  padding-bottom:180px;
  padding: 40px 40px 120px;
}
.carousel .ka_button_wrapper {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}
.carousel .ka_button_wrapper .button {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.KA_JobBody_wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
  margin: 1em 0;
}
.KA_JobBody_wrapper p {
  display: inline;
}
.KA_JobBody_wrapper a {
  font-weight: bold;
  text-decoration:underline;
}
/*share button*/
.share-buttons {
  list-style:none;
  padding:0;
  margin:0;
}
.share-buttons li {
  display:inline-block;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #ccc;
  line-height: 0;
}
.share-buttons li.facebook {
  background: #3F589B;
}
.share-buttons li.twitter {
  background: #55ACEE;
}
.share-buttons li.linkedin {
  background: #007BB6
}
.share-buttons li.envelope {
  background: #ccc;
}
.share-buttons li.whatsapp {
  background: #25E47A;
}
.share-buttons a {
  display:block;
}
.share-buttons .ka-icon {
  padding: 10px;
  margin:0;
  height: 20px;
  width: 20px;
}
/*Job save*/
.fa-star-o:hover:before {
  content: "\f005";
}
.job-summary {
  position: relative;
}
.save-job {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
}
.title {
  margin:.4em 0 0.5em;
}
.box .links {

}
.box .links a {
  border-right: 1px solid;
  padding-right: .25em;
  margin-right: .25em;
  text-decoration: none;
}
.box .links a:last-child {
  border-right: none;
}
.box .links a:hover {
  text-decoration: underline;
}
[id^="KA_SaveJobBlock"], [name^="KA_SaveJobBlock"], [id^="KA_RemoveSavedJobBlock"], #KA_Share, [id^="KA_ApplyBlock"] {
  display: inline;
}
#ka-sidebar [id^="KA_ApplyBlock"] {
  display: block;
}
#ka-sidebar [id^="KA_ApplyBlock"] .button {
  width:100%;
}
#ka-sidebar .box > [id^="KA"]:last-child {
  float: right;
}
@media (min-width: 768px) {
  .carousel .jobs-list {
    display: block;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .carousel .job {
    width: 33.33%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.box.job li::marker {
  color: #f29221;
}


/* Consultant box */
#ka-sidebar .box {
  padding: 50px;
  margin-bottom: 20px;
}
.box.consultant {
  text-align: center;
}
.consultant img.profile {
  width:100%;
  border-radius:50%;
}
.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;
}


/*Select2*/
.select2 input, .select2 button, .select2 textarea {
  min-height: 0;
  margin: 0;
}
.select2 textarea {
  margin-left: 14px!important;
  margin-top: 8px!important;
  font-family: inherit !important;
  color: #73797c;
}
body .select2-container .select2-search--inline .select2-search__field {
/*  height: 30px;*/
  border-radius:0!important;
}
body .select2-container--default .select2-selection--multiple,
body .select2-container--default .select2-selection--single {
  border-color: #73797C!important;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  min-height: 40px;
  padding: 0 3px 3px 0;
}
.select2-search.select2-search--inline {
  display: inline-block;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: .8em;
  margin: 3px 0 0 3px;
  border-radius: 12px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background: transparent;
  border:0;
}
body .select2-dropdown {
  border-radius: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: 38px;
}

@media (min-width: 768px) {

}

@media (max-width: 479px) {
  .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;
  }
  a.button[href="#search-expand"] {
    top: 20px;
    right: 15px;
  }
  [id^="KA_FilterBlock"] .reset {
    top:15px;
    right: 50px;
  }
}