.logos_strip {
  background: #ecf0f1;
  border-bottom: 10px solid #f7a20c;
  padding: 60px 0;
}

.logos_strip .logos_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.logos_strip .logos_items.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.job_page {
  margin: 35px 0;
}

.job_page.singlepost .job {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 128px;
}

.job_page.singlepost .job.video_content {
  grid-template-columns: 33% 57%;
}

.job_page.singlepost .job .meta .register_mobile {
  background: #ecf0f1;
  padding: 32px 38px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -40px 36px;
}

.job_page.singlepost .job .meta .register_mobile .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.job_page.singlepost .job .meta .register_mobile .code {
  margin-top: 20px;
}

.job_page.singlepost .job .meta .register_mobile .code .mktoButtonRow {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.job_page.singlepost .job .meta .register_mobile .code .mktoButtonRow button {
  width: 100% !important;
}

.job_page.singlepost .job .meta .job_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job_page.singlepost .job .meta .job_meta span.spacing {
  height: 16px;
  width: 2px;
  background: #979797;
  margin: 0 15px;
}

.job_page.singlepost .job .meta .comeet-position-info a {
  color: #2196f3;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.job_page.singlepost .job .meta .comeet-position-info a:hover {
  color: #000;
  text-decoration: underline;
}

.job_page.singlepost .job .meta .comeet-position-info a:active {
  color: #43759d;
  text-decoration: underline;
}

.job_page.singlepost .job .apply {
  background: #fff;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 28px 40px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.job_page.singlepost .job .apply.image {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.job_page.singlepost .job .apply .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.9px;
  font-family: 'Montserrat', sans-serif;
}

.job_page.singlepost .job .apply .code {
  margin-top: 20px;
}

.job_page.singlepost .job .apply .code .mktoHasWidth {
  max-width: 100%;
  width: 100% !important;
}

.job_page.singlepost .job .apply .code .mktoButtonRow {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.job_page.singlepost .job .apply .code .mktoButtonRow button {
  width: 100% !important;
}

.cover_image.secondary .cover_image_content_wrap {
  max-width: 100%;
  padding: 90px 80px 1px;
}

.cover_image.secondary .cover_image_content_wrap h1 {
  font-size: 54px;
}

.cover_image.secondary .cover_image_content_wrap .title_wrap {
  margin-bottom: 20px;
}

.cover_image.secondary .cover_image_content_wrap .subtitle_wrap {
  padding-bottom: 35px;
}

.cover_image.secondary .cover_image_content_wrap .subtitle_wrap .careers_dep_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.9px;
}

.cover_image_block:before {
  display: none !important;
}

.careers_loc_wrap__content {
  border-top: 2px solid #bdc3c7;
  display: grid;
  grid-template-columns: 375px 1fr;
  grid-gap: 20px;
  padding: 40px 0;
}

.careers_loc_wrap__content.no_jobs {
  display: block;
}

.careers_loc_wrap__content .filters .datafilter-wrap-item {
  margin-bottom: 12px;
}

.careers_loc_wrap__content .filters .datafilter-wrap-item a {
  font-size: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.careers_loc_wrap__content .filters .datafilter-wrap-item a:hover {
  text-decoration: underline;
  color: #2196f3;
}

.careers_loc_wrap__content .filters .datafilter-wrap-item a.mixitup-control-active {
  font-weight: bold;
}

.careers_loc_wrap__content .filters .desktop {
  display: block;
}

.careers_loc_wrap__content .filters .mobile {
  display: none;
}

.careers_loc_wrap__content .content .jobs .job-item {
  border-bottom: 4px solid #f7a20c;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.careers_loc_wrap__content .content .jobs .job-item .job-meta {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: normal;
  margin-bottom: 12px;
}

.careers_loc_wrap__content .content .jobs .job-item .job-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.careers_loc_wrap__content .content .jobs .job-item .job-name:hover {
  color: #2196f3;
}

.careers_loc_wrap__content .content .jobs .job-item .job-name:visited {
  color: #43759d;
}

.careers_wrap {
  margin: 80px 0;
}

.careers_wrap__departments .subtitle {
  text-align: center;
}

.careers_wrap__departments-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 50px 0 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.careers_wrap__departments-wrap-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #ecf0f1;
  width: calc(33.333% - 15px);
  margin: 0 7.5px 20px;
  background-size: cover;
}

.careers_wrap__departments-wrap-item .thumb img {
  width: 100%;
}

.careers_wrap__departments-wrap-item .content {
  padding: 20px 30px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.careers_wrap__departments-wrap-item .content.v2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.careers_wrap__departments-wrap-item .content p {
  font-weight: 300;
  margin-top: 0;
  line-height: 1.5;
}

.careers_wrap__departments-wrap-item .content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 32px;
}

.careers_wrap__departments-wrap-item .content a {
  margin-top: auto;
}

.careers_wrap__departments-wrap-item .strip {
  height: 28px;
  width: 100%;
  content: "";
  background: url(../images/caution-stripes.svg) -7px center repeat-x #fff;
  background-size: 70px;
  text-indent: -99999px;
}

.datafilter-select .filter_option {
  position: relative;
}

.datafilter-select .filter_option .title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: 14px;
}

.images_slider {
  overflow: hidden;
  position: relative;
  margin: 40px 0;
}

.images_slider:before {
  width: 200px;
  height: 303px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

.images_slider:after {
  width: 200px;
  height: 303px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

.images_slider .slider_wrap {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: solid 1px #bdc3c7;
}

.images_slider .slider_wrap .icon_arrow {
  -webkit-box-shadow: 0 0 20px 6px #fff;
          box-shadow: 0 0 20px 6px #fff;
  border-radius: 50%;
}

.images_slider .slick-list {
  margin: 0 -10px;
  overflow: initial;
}

.images_slider .image {
  height: 303px;
}

.images_slider .slick-slide {
  padding: 0 10px;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.images_slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.images_slider .slick-slide:not(.slick-active) {
  opacity: 0.3;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.images_slider .slick-slide:not(.slick-active) .link {
  display: none;
}

.images_slider .link {
  margin-top: 5px;
}

.images_slider .link a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #2196f3;
}

.images_slider .slider_prev {
  left: -75px;
  top: 50%;
  -webkit-transform: translateY(-30px) rotate(180deg);
      -ms-transform: translateY(-30px) rotate(180deg);
          transform: translateY(-30px) rotate(180deg);
  position: absolute;
  z-index: 100;
}

.rtl .images_slider .slider_prev {
  left: -75px;
}

.images_slider .slider_next {
  right: -75px;
  top: 50%;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  position: absolute;
  z-index: 100;
}

.rtl .images_slider .slider_next {
  right: -75px;
}

.mfp-container .mfp-counter {
  display: none !important;
}

.mfp-container .mfp-title {
  display: none !important;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 8px;
}

.mfp-container button.mfp-close {
  width: 24px;
  height: 24px;
  background: url("../images/press-close.svg") no-repeat;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
  top: 50px;
  right: 10px;
  cursor: pointer;
  font-size: 0;
  opacity: 1;
}

.mfp-container .icon_arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.mfp-container .icon_arrow.right {
  right: 55px;
}

.mfp-container .icon_arrow.left {
  left: 55px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.careers_thankyou {
  padding: 50px 0;
}

.comeet-position-meta-single {
  margin-top: 12px;
}

.subtitle_text {
  margin-top: 25px;
}

.block_images_content-box + .images_slider {
  margin: 40px 0 0;
}

span.no_content {
  font-size: 18pt;
}

.careers_thankyou h2 {
  font-size: 32pt;
}

.careers_thankyou span {
  font-size: 18pt;
}

@media (max-width: 1400px) {
  .images_slider:before {
    width: 140px;
  }

  .images_slider:after {
    width: 140px;
  }
}

@media (max-width: 1350px) {
  .mfp-container .icon_arrow.right {
    right: 40px;
  }

  .mfp-container .icon_arrow.left {
    left: 40px;
  }
}

@media (max-width: 1300px) {
  .cover_image.secondary .cover_image_content_wrap {
    padding: 45px 135px;
  }

  .mfp-image-holder .mfp-content {
    max-width: 75%;
  }
}

@media (max-width: 1200px) {
  .images_slider:before {
    width: 100px;
  }

  .images_slider:after {
    width: 100px;
  }
}

@media (max-width: 991px) {
  .logos_strip .logos_items {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .job_page.singlepost .job.video_content {
    grid-gap: 60px;
  }

  .job_page.singlepost .job {
    grid-gap: 60px;
  }

  .cover_image.secondary .cover_image_content_wrap {
    padding: 25px 40px;
  }

  .cover_image.secondary .cover_image_content_wrap h1 {
    font-size: 36px;
    letter-spacing: -1.8px;
  }

  .cover_image.secondary .cover_image_content_wrap .title_wrap {
    margin-bottom: 0;
  }

  .cover_image.secondary .cover_image_content_wrap .subtitle_wrap {
    padding-bottom: 0;
  }

  .cover_image.secondary .cover_image_content_wrap .subtitle_wrap .careers_dep_title {
    font-size: 24px;
    letter-spacing: -0.6px;
  }

  .careers_loc_wrap__content .content .jobs .job-item {
    padding-bottom: 10px;
  }

  .careers_loc_wrap__content .content .jobs .job-item .job-meta {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .careers_loc_wrap__content .content .jobs .job-item .job-name {
    font-size: 18px;
    line-height: 1.17;
    margin-bottom: 16px;
  }

  .careers_loc_wrap__content .content .jobs .job-item .readmore {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .careers_loc_wrap__content .content .jobs .job-item .readmore img {
    width: 14px;
    height: 14px;
  }

  .images_slider .slider_prev {
    left: -30px;
    -webkit-transform: translateY(-20px) rotate(180deg);
        -ms-transform: translateY(-20px) rotate(180deg);
            transform: translateY(-20px) rotate(180deg);
  }

  .images_slider .slider_next {
    right: -30px;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  .mfp-container .icon_arrow {
    width: 36px;
    height: 38px;
  }
}

@media (max-width: 870px) {
  .images_slider:before {
    width: 50px;
  }

  .images_slider:after {
    width: 50px;
  }
}

@media (max-width: 768px) {
  .job_page.singlepost .job.video_content {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .job_page.singlepost .job {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .job_page.singlepost .job .meta .register_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .job_page.singlepost .job .apply.image {
    margin: 0;
  }

  .job_page.singlepost .job .apply {
    margin: 0 -40px;
    border-radius: 0;
  }

  .careers_loc_wrap__content {
    grid-template-columns: 1fr;
    border-top: 1px solid #bdc3c7;
    padding-top: 20px;
  }

  .careers_loc_wrap__content .filters .desktop {
    display: none;
  }

  .careers_loc_wrap__content .filters .mobile {
    display: block;
    margin-bottom: 20px;
  }

  .careers_wrap__departments-wrap-item .strip {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .images_slider {
    margin: 0;
  }

  .images_slider:before {
    width: 30px;
    height: 300px;
  }

  .images_slider:after {
    width: 30px;
    height: 300px;
  }

  span.no_content {
    font-size: 12pt;
  }

  .careers_thankyou h2 {
    font-size: 24pt;
  }

  .careers_thankyou span {
    font-size: 12pt;
  }

  .block_images_content-box .images_content-box_wrap .wrap_items {
    margin: 25px 0 0;
  }

  .block_images_content-box .images_content-box_wrap .wrap_items .item .strip {
    margin-bottom: 30px;
  }

  .block_images_content-box .images_content-box_wrap .content_row {
    padding: 40px 0 0;
  }
}

@media (max-width: 767px) {
  .logos_strip .logos_items.centered {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .logos_strip .logos_items {
    grid-template-columns: 1fr 1fr;
  }

  .careers_wrap__departments-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0;
  }

  .careers_wrap__departments-wrap-item {
    width: 100%;
    margin: 0 0 15px;
  }

  .careers_wrap__departments-wrap-item .thumb {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .careers_wrap__departments-wrap-item .content {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .careers_wrap__departments-wrap-item .content a.auto {
    margin-top: 5px;
  }

  .careers_wrap__departments-wrap-item .content p {
    font-size: 14px;
    line-height: 1.29;
  }

  .careers_wrap__departments-wrap-item .content h3 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.25px;
    margin-bottom: 10px;
  }

  .mfp-container .icon_arrow {
    width: 15px;
    height: 15px;
  }

  .mfp-container .icon_arrow.right {
    right: 20px;
  }

  .mfp-container .icon_arrow.left {
    left: 20px;
  }
}