figure.job {
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
}

figure.job img {
  max-width: 100%;
  display: block;
  position: relative;
}

figure.job figcaption.job-offer {
  position: relative;
  /*top: 0;*/
  right: 0px;
  padding: 0px;
  background-color: rgb(242, 242, 242);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #000000;
}

figure.job:hover figcaption.job-offer {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: rgb(255, 185, 0);
}

figcaption.job-offer h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 18px;
}

/*figcaption span:before {
      content: 'by ';
  }*/

figcaption.job-offer a {
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  background: #ed4e6e;
  color: #fff;
}

.cs-style-1 figcaption.job-offer {
}

.no-touch .cs-style-1 figure.job:hover figcaption.job-offer,
.cs-style-1 figure.job.cs-hover figcaption.job-offer {
  opacity: 1;
  /*	-webkit-transform: translate(0px, -15px);
      -moz-transform: translate(0px, -15px);
      -ms-transform: translate(0px, -15px);
      transform: translate(0px, -15px);*/
}

.cs-style-1 figcaption.job-offer h3 {
  font-weight: 400;
}

.cs-style-1 figcaption span {
  display: block;
}

.cs-style-1 figcaption a {
}

/*filter*/

/* -------------------------------- 
  
  Main Components 
  
  -------------------------------- */
.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-filter {
  position: relative;
  text-align: left;
}
.cd-main-filter:after {
  content: '';
  display: table;
  clear: both;
}
.cd-main-filter.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-filter.is-fixed .cd-gallery-pro {
  padding-top: 76px;
}
.cd-main-filter.is-fixed .cd-filter-pro {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-filter.is-fixed .cd-filter-pro form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-filter.is-fixed .cd-filter-pro-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-filter.is-fixed .cd-gallery-pro {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-filter.is-fixed .cd-gallery-pro {
    padding-top: 100px;
  }
}

/* -------------------------------- 
  
  xtab-filter 
  
  -------------------------------- */
.cd-tab-filter-wrapper {
  z-index: 1;
  display: inline-block;
  float: left;
}
.cd-tab-filter-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/cd-icon-arrow.svg') no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: left;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #005d56;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #005d56;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #005d56;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 
  
  xgallery 
  
  -------------------------------- */
.cd-gallery-pro {
  padding: 0;
  width: 100%;
}
.cd-gallery-pro li {
  display: none;
  width: 100%;
}
.cd-gallery-pro li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery-pro img {
  display: block;
  width: 100%;
}
.cd-gallery-pro .cd-fail-message-pro {
  display: none;
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .cd-gallery-pro {
    padding: 0.5em 0 2em 0;
  }
  .cd-gallery-pro ul {
    text-align: justify;
    margin: 0;
  }
  .cd-gallery-pro ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .cd-gallery-pro li {
    width: 100%;
  }
}
@media only screen and (min-width: 979px) {
  .cd-gallery-pro {
    padding: 0.5em 0 2em 0;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery-pro li {
    width: 100%;
    margin-bottom: 0%;
    margin-right: 0%;
  }
  .cd-gallery-pro.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery-pro {
    padding: 0.5em 0 2em 0;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery-pro li {
    width: 100%;
    margin-bottom: 0%;
    margin-right: 0%;
  }
  .cd-gallery-pro.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

.job_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  padding: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.job_icon_li {
  flex-basis: 5%;
  max-width: 50px;
}

.job_title_li {
  flex-basis: 50%;
}

.job_city_li {
  flex-basis: 15%;
}

.job_function_li {
  flex-basis: 20%;
}

.job_start_li {
  flex-basis: 10%;
}

@media (min-width: 1199.99px) {
  .job_icon_li {
    flex-basis: 5%;
  }

  .job_title_li {
    flex-basis: 50%;
  }

  .job_city_li {
    flex-basis: 15%;
  }

  .job_function_li {
    flex-basis: 20%;
  }

  .job_start_li {
    flex-basis: 10%;
  }
}

@media (max-width: 1199.98px) and (min-width: 979px) {
  .job_icon_li {
    flex-basis: 5%;
  }

  .job_title_li {
    flex-basis: 40%;
  }

  .job_city_li {
    flex-basis: 10%;
  }

  .job_function_li {
    flex-basis: 15%;
  }

  .job_start_li {
    flex-basis: 10%;
  }
}

@media (max-width: 978.98px) and (min-width: 767px) {
  .job_icon_li {
    flex-basis: 5%;
  }

  .job_title_li {
    flex-basis: 40%;
  }

  .job_city_li {
    flex-basis: 10%;
  }

  .job_function_li {
    flex-basis: 15%;
  }

  .job_start_li {
    flex-basis: 10%;
  }
}

@media (max-width: 767px) and (min-width: 481px) {
  .flex-container > div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job_icon_li {
    flex-basis: 5%;
  }

  .job_title_li {
    flex-basis: 100%;
    text-align: center !important;
  }

  .job_title_li h3 {
    font-weight: 600 !important;
  }

  .job_city_li {
    flex-basis: 100%;
    text-align: center !important;
  }

  .job_function_li {
    flex-basis: 100%;
    text-align: center !important;
  }

  .job_start_li {
    flex-basis: 100%;
    text-align: center !important;
    padding-bottom: 2em !important;
  }
}

@media (max-width: 479.98px) {
  .flex-container > div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job_icon_li {
    flex-basis: 5%;
  }

  .job_title_li {
    flex-basis: 100%;
    text-align: center !important;
  }

  .job_title_li h3 {
    font-weight: 600 !important;
  }

  .job_city_li {
    flex-basis: 100%;
    text-align: center !important;
  }

  .job_function_li {
    flex-basis: 100%;
    text-align: center !important;
  }

  .job_start_li {
    flex-basis: 100%;
    text-align: center !important;
    padding-bottom: 2em !important;
  }
}

.job_icon i.fa,
.job_icon i.fab,
.job_icon i.fas {
  font-size: 20px;
}

.cd-list-title {
  font-size: 16px;
  font-weight: 600;
}

.flex-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-container > div {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 5px;
  padding-top: 6px;
  text-align: left;
  line-height: 1;
  word-break: break-word;
}

/* -------------------------------- 
  
  xfilter 
  
  -------------------------------- */
.cd-filter-pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter-pro::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
}
.cd-filter-pro form {
  padding: 70px 20px;
}
.cd-filter-pro .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter-pro .cd-close:hover {
  background: #32255f;
}
.cd-filter-pro.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter-pro.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-pro {
    width: 20%;
  }
  .cd-filter-pro form {
    padding: 70px 10%;
  }
}

.cd-filter-pro-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url('../img/cd-icon-filter.svg') no-repeat center center;
  z-index: 3;
}
.cd-filter-pro-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-pro-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-pro-trigger:hover {
    color: #41307c;
  }
  .cd-filter-pro-trigger.filter-is-visible,
  .cd-filter-pro-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 
  
  xcustom form elements 
  
  -------------------------------- */
.cd-filter-pro-block {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0.5em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cd-filter-pro-block h4 {
  /* filter block title */
  position: relative;
  margin: 0;
  margin-bottom: 0.2em;
  color: #f2b001;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cd-filter-pro-block input,
.cd-filter-pro-block select,
.cd-filter-pro-block .radio-label::before,
.cd-filter-pro-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  background-color: transparent;
  border: 3px solid #707172;
}
.cd-filter-pro-block input[type='search'],
.cd-filter-pro-block input[type='text'],
.cd-filter-pro-block select {
  width: 100%;
  padding: 0.5em 0.8em;
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-pro-block input[type='search']:focus,
.cd-filter-pro-block input[type='text']:focus,
.cd-filter-pro-block select:focus {
  outline: none;
  background-color: transparent;
  border-color: #707172;
}

.cd-filter-pro-block select option {
  border: 3px solid #707172;
  background-color: rgb(255, 255, 255);
}

.cd-filter-pro-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #ffffff;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-pro-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-pro-block .cd-select-pro {
  /* select element wrapper */
  position: relative;
}
.cd-filter-pro-block .cd-select-pro::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/cd-icon-arrow.svg') no-repeat center center;
  pointer-events: none;
}
.cd-filter-pro-block select {
  cursor: pointer;
  font-size: 16px;
  color: #000000;
}
.cd-filter-pro-block select::-ms-expand {
  display: none;
}
.cd-filter-pro-block .list li {
  position: relative;
  margin-bottom: 0.8em;
}
.cd-filter-pro-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-pro-block input[type='radio'],
.cd-filter-pro-block input[type='checkbox'] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-pro-block .checkbox-label,
.cd-filter-pro-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-pro-block .checkbox-label::before,
.cd-filter-pro-block .checkbox-label::after,
.cd-filter-pro-block .radio-label::before,
.cd-filter-pro-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-pro-block .checkbox-label::before,
.cd-filter-pro-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-pro-block .checkbox-label::after,
.cd-filter-pro-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-pro-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url('../img/cd-icon-check.svg') no-repeat center center;
}
.cd-filter-pro-block .radio-label::before,
.cd-filter-pro-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-pro-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-pro-block input[type='radio']:checked + label::before,
.cd-filter-pro-block input[type='checkbox']:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-pro-block input[type='radio']:checked + label::after,
.cd-filter-pro-block input[type='checkbox']:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-pro-block .cd-select-pro::after {
    display: none;
  }
}

/*IE Fix*/

body.is_IE .flex-container > div {
  flex-grow: none;
  flex-shrink: none;
}

body.is_IE .job_start_li {
  max-width: 100px;
}
