.hero--career {
  background: #004677 !important;
}

.hero--jobs {
  background: #004677 !important;
}

.job-description ul li,
.weoffer ul li {
  position: relative;
  padding-left: 10px;
  list-style: none;
}

.job-description ul li::before,
.weoffer ul li::before {
  content: "";
  height: 3px;
  width: 3px;
  background: #404040;
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
}

.job-description h2 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin: 0 0 2.25rem 0;
  color: #0069b4;
}

@media (max-width: 1300px) {
  .job-description h2 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin: 0 0 1.875rem 0;
  }
}

@media (max-width: 991px) {
  .job-description h2 {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 0 1.8rem 0;
  }
}

.job-description ul {
  padding: 0;
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin: 0 0 2.25rem 0;
}

@media (max-width: 1300px) {
  .job-description ul {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin: 0 0 1.875rem 0;
  }
}

@media (max-width: 991px) {
  .job-description ul {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 0 1.8rem 0;
  }
}

.weoffer {
  background: url(../img/rings.png) bottom right no-repeat #0069b4;
  padding: 50px 0 350px 0;
  color: white;
}

@media (max-width: 767px) {
  .weoffer {
    background-size: 100%;
    padding-bottom: 150px;
  }
}

.weoffer h2 {
  color: white;
}

.weoffer ul {
  padding: 0;
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin: 0 0 2.25rem 0;
}

@media (max-width: 1300px) {
  .weoffer ul {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin: 0 0 1.875rem 0;
  }
}

@media (max-width: 991px) {
  .weoffer ul {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 0 1.8rem 0;
  }
}

.weoffer ul li::before {
  background: white;
}

.application-form {
  background: #F9F9F9;
}

#applicationform {
  padding: 4rem 0 6rem 0;
}

#applicationform input:not([type="file"]):not([type="submit"]),
#applicationform #file {
  width: 100%;
  border: none;
  border-radius: 4px;
  background: white;
  font-size: 1.25rem;
  line-height: 1;
  color: #A2A2A2;
  margin-bottom: 20px;
  padding: 2rem 1rem 1rem 1rem !important;
  outline: none;
  display: block;
  position: relative;
  border: 1px solid #E5E5E5;
}

#applicationform input:not([type="file"]):not([type="submit"]):focus,
#applicationform #file:focus {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  border-color: #E5E5E5;
}

#applicationform ::-webkit-input-placeholder {
  color: #A2A2A2;
}

#applicationform :-ms-input-placeholder {
  color: #A2A2A2;
}

#applicationform ::-ms-input-placeholder {
  color: #A2A2A2;
}

#applicationform ::placeholder {
  color: #A2A2A2;
}

#applicationform input[type="file"] {
  display: none;
}

#applicationform .acceptance-dse {
  margin-top: 2rem;
  display: block;
  margin-left: 1rem;
}

#applicationform .acceptance-dse a {
  color: black;
}

#applicationform span.wpcf7-list-item {
  margin: 0 !important;
}

#applicationform input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}

#applicationform input[type='checkbox'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}

#applicationform input[type='checkbox']:checked,
#applicationform input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0 !important;
}

#applicationform input[type='checkbox'] + label,
#applicationform input[type='checkbox'] + span {
  cursor: pointer;
  font-size: 12px;
  display: block;
  line-height: 21px;
  padding: 0 0 0 1rem;
  position: relative;
}

#applicationform input[type='checkbox']:checked + label::before,
#applicationform input[type='checkbox']:not(:checked) + label::before,
#applicationform input[type='checkbox']:checked + span::before,
#applicationform input[type='checkbox']:not(:checked) + span::before {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  border: 1px solid #0069b4;
  background: white;
  margin-right: 10px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  left: -3px;
}

#applicationform input[type='checkbox']:hover + label::before,
#applicationform input[type='checkbox']:hover + span::before {
  background: #0069b4;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}

#applicationform input[type='checkbox']:checked + label::before,
#applicationform input[type='checkbox']:checked + span::before {
  background: #0069b4;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}

#applicationform .pdf {
  width: 3.5rem;
  height: 2rem;
  border: 1px solid #0069b4;
  border-radius: 4px;
  display: block;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  right: 11px;
  bottom: 8px;
  color: #0069b4;
}

#applicationform #file {
  min-height: 74px;
  height: 74px;
}

#applicationform #file:hover .pdf {
  background: #0069b4;
  color: white;
}

#applicationform input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: white;
  background: #0069b4;
  font-size: 1.5rem;
  border: none;
  outline: none;
  margin: 1rem 0;
  cursor: pointer;
  padding: 1.125rem 3rem;
}

#applicationform input[type="submit"]:disabled {
  cursor: not-allowed;
}

#applicationform span.wpcf7-not-valid-tip,
#applicationform div.wpcf7 .ajax-loader {
  display: none !important;
}

#applicationform input.wpcf7-not-valid {
  border: 1px solid red !important;
}

#applicationform input.wpcf7-not-valid::-webkit-input-placeholder {
  color: red;
}

#applicationform input.wpcf7-not-valid:-ms-input-placeholder {
  color: red;
}

#applicationform input.wpcf7-not-valid::-ms-input-placeholder {
  color: red;
}

#applicationform input.wpcf7-not-valid::placeholder {
  color: red;
}

#applicationform div.wpcf7-response-output {
  border: none !important;
  margin: 1rem 0 !important;
  padding: 0 !important;
  text-align: lefts !important;
}
/*# sourceMappingURL=career.css.map */