@charset "UTF-8";
/* MIXIN FOR WHITE BACKGROUND WITH CONTAINER STYLES FOR INNER DIV - ADVICE PAGES */
/* MIXIN FOR WHITE BACKGROUND WITH CONTAINER STYLES FOR INNER DIV - ADVICE PAGES */
/* MIXIN FOR IMAGE ON LATEST/RELATED ADVICE ARTICLES */
/* MIXIN FOR IMAGE ON LATEST/RELATED ADVICE ARTICLES */
/* MIXIN FOR LATEST ARTICLES - ADVICE PAGE */
/* MIXIN FOR LATEST ARTICLES - ADVICE PAGE */
.ca-btn-arrow i {
  font-size: 30px;
}

.section-job-apply .job-apply-content-header,
.section-job-apply-external .job-apply-content-header {
  display: none;
}

.apply-options-form {
  padding: 30px 0px;
}

@media screen and (min-width: 768px) {
  .apply-options-form {
    padding: 40px 0px;
  }
}

@media screen and (min-width: 1200px) {
  .apply-options-form {
    padding: 50px 0;
  }
}

.apply-options-form h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  .apply-options-form h2 {
    margin: 0 0 50px;
    font-size: 30px;
  }
}

.apply-options-form .mp-job-apply-option-form {
  padding: 2em 0;
}

@media only screen and (min-width: 768px) {
  .apply-options-form .mp-job-apply-option-form {
    padding: 1em 0;
  }
}

.apply-options-form .js-form-item {
  margin-bottom: 20px;
}

.apply-options-form .js-form-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.apply-options-form .js-form-item input:checked ~ label {
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #44b480;
          box-shadow: inset 0 0 0 2px #44b480;
  border-color: #44b480;
}

.apply-options-form .js-form-item input:checked ~ label::before {
  background: #44b480;
  content: "";
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #44b480;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}

.apply-options-form .js-form-item label {
  border: 1px solid #9b9b9b;
  margin: 0 0 1.2em;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 15px;
  padding: 24px 19px 22px 16px;
  background: #ffffff;
  margin: 0;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .apply-options-form .js-form-item label {
    width: 370px;
  }
}

.apply-options-form .js-form-item label:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -2px;
  padding-top: 1px;
}

.apply-options-form label[for=edit-job-apply-method-cv]:after {
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  float: right;
  font-size: 1.6em;
  font-weight: 300;
  color: #706f6f;
  margin-top: -2px;
}

.apply-options-form label[for~=edit-job-apply-method-linkedin]:after {
  font-family: 'Font Awesome 6 Brands';
  content: "";
  float: right;
  font-size: 2.25em;
  color: #0b65c2;
  font-weight: 500;
}

.apply-options-form label[for~=edit-job-apply-method-indeed]:after {
  content: '';
  background-image: url("../images/indeed-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 18px;
  top: 19px;
}

.apply-options-form label[for~=edit-job-apply-method-xing]:after {
  font-family: 'Font Awesome 6 Brands';
  content: "";
  float: right;
  font-size: 2.25em;
  color: #026466;
  font-weight: 500;
}

.apply-options-form label[for~=edit-job-apply-method-seek]:after {
  content: '';
  background-image: url("../images/seek-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 18px;
  top: 19px;
}

.apply-options-form .js-form-submit {
  background-color: #124395;
  padding: 16px 0 15px 0;
  text-align: center;
}

.apply-options-form .js-form-submit:hover, .apply-options-form .js-form-submit:focus {
  background-color: #0d316d;
}

.apply-job-page .apply-options-form .form-submit,
.apply-job-page .apply-options-form .false-submit {
  margin-top: 10px;
}

@media screen and (min-width: 570px) {
  .apply-options-form {
    max-width: 480px;
  }
  .apply-options-form .js-form-submit {
    font-weight: 400;
  }
}

.four-fields-wrap {
  display: inline-block;
}

.four-fields-wrap .form-item {
  float: left;
}

.four-fields-wrap .form-item label {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .four-fields-wrap .form-item {
    max-width: 330px;
  }
}

@media screen and (min-width: 1024px) {
  .four-fields-wrap .form-item {
    max-width: 370px;
  }
}

.four-fields-wrap > div:nth-child(odd) {
  clear: left;
}

@media screen and (min-width: 768px) {
  .four-fields-wrap > div:nth-child(odd) {
    margin-right: 30px;
  }
}

.four-fields-wrap .form-item-mp-phone-number + .phone-number-desc {
  float: left;
  width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .section-linkedin-job-apply .four-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .section-linkedin-job-apply .four-fields-wrap .form-item {
    max-width: 100%;
    width: 100%;
  }
  .section-linkedin-job-apply .four-fields-wrap .form-item input, .section-linkedin-job-apply .four-fields-wrap .form-item select {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .section-linkedin-job-apply .four-fields-wrap > div:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .linkedin-apply-form .form-wrapper,
  .xing-apply-form .form-wrapper,
  .apply-job-cv .form-wrapper {
    max-width: 690px;
  }
}

@media screen and (min-width: 1024px) {
  .linkedin-apply-form .form-wrapper,
  .xing-apply-form .form-wrapper,
  .apply-job-cv .form-wrapper {
    max-width: 770px;
  }
}

.job-apply-block-container .job-apply-fields span, .job-apply-block-container .job-apply-fields div {
  font-weight: 300;
}

@media screen and (min-width: 570px) {
  .job-apply-block-container .job-apply-fields span, .job-apply-block-container .job-apply-fields div {
    font-weight: 400;
  }
}

.section-job-apply .cv-upload-options {
  margin-top: 25px;
}

@media only screen and (min-width: 1024px) {
  .section-job-apply .cv-upload-options {
    margin-top: 20px;
  }
}

.date-wrapper {
  position: relative;
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.date-wrapper .form-item {
  margin-bottom: 30px;
  width: inherit;
}

.date-wrapper .date-icon {
  display: block;
  position: absolute;
  top: 45px;
  pointer-events: none;
  color: #9b9b9b;
  left: 330px;
  line-height: 0;
  font-size: 0;
}

@media screen and (max-width: 540px) {
  .date-wrapper .date-icon {
    top: 64px;
    right: 20px;
    left: auto;
  }
}

@media screen and (max-width: 360px) {
  .date-wrapper .date-icon {
    top: 66px;
  }
}

.date-wrapper .date-icon:before {
  content: "";
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
}

.login-link label {
  max-width: 190px;
}

@media only screen and (min-width: 360px) {
  .login-link label {
    max-width: 210px;
  }
}

@media only screen and (min-width: 520px) {
  .login-link label {
    max-width: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .login-link label {
    max-width: 270px;
  }
}

input[type="date"]::-webkit-inner-spin-button {
  height: 0;
}

input::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: relative;
  z-index: 999;
}

.section-job-apply .page-banner,
.section-linkedin-job-apply .page-banner,
.section-xing-job-apply .page-banner,
.section-seek-job-apply .page-banner {
  height: auto;
}

@media screen and (min-width: 1024px) {
  .section-job-apply #main,
  .section-job-apply-external #main,
  .section-linkedin-job-apply #main,
  .section-xing-job-apply #main,
  .section-seek-job-apply #main {
    position: relative;
  }
}

.section-job-apply #main #content,
.section-job-apply-external #main #content,
.section-linkedin-job-apply #main #content,
.section-xing-job-apply #main #content,
.section-seek-job-apply #main #content {
  padding: 0;
}

.section-job-apply .apply-job-cv .heading,
.section-job-apply-external .apply-job-cv .heading,
.section-linkedin-job-apply .apply-job-cv .heading,
.section-xing-job-apply .apply-job-cv .heading,
.section-seek-job-apply .apply-job-cv .heading {
  font-size: 30px;
  line-height: 40px;
  margin: 5px 0 35px 0;
}

.section-job-apply #page-footer,
.section-job-apply-external #page-footer,
.section-linkedin-job-apply #page-footer,
.section-xing-job-apply #page-footer,
.section-seek-job-apply #page-footer {
  margin-top: 0;
}

.mp-job-apply-form.job-apply-logged-in.with-signin .apply-options-form {
  display: none;
}

.mp-job-apply-form.job-apply-logged-in.with-signin .cv-apply-form {
  display: block;
}

@media screen and (max-width: 767px) {
  .section-job-apply .container,
  .section-job-apply-external .container,
  .section-linkedin-job-apply .container,
  .section-xing-job-apply .container,
  .section-seek-job-apply .container {
    padding: 0 30px;
  }
  .section-job-apply .job-apply-block-container,
  .section-job-apply-external .job-apply-block-container,
  .section-linkedin-job-apply .job-apply-block-container,
  .section-xing-job-apply .job-apply-block-container,
  .section-seek-job-apply .job-apply-block-container {
    display: none;
  }
  .job-apply-option-selected-page .job-apply-block-container,
  .section-linkedin-job-apply .job-apply-block-container,
  .section-xing-job-apply .job-apply-block-container,
  .section-seek-job-apply .job-apply-block-container {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  .section-job-apply .container,
  .section-job-apply-external .container,
  .section-linkedin-job-apply .container,
  .section-xing-job-apply .container,
  .section-seek-job-apply .container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-job-apply-form {
    position: relative;
  }
}

.apply-job-page {
  position: relative;
}

.apply-job-page.cv-submit-page .apply-job-cv {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .apply-job-page.cv-submit-page .apply-job-cv {
    padding-bottom: 30px;
  }
}

.apply-job-page .apply-job-cv {
  padding: 25px 0 10px;
}

@media only screen and (min-width: 1024px) {
  .apply-job-page .apply-job-cv {
    padding: 35px 0 20px;
  }
}

.apply-job-page .apply-job-cv .form-heading {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .apply-job-page .apply-job-cv .form-heading {
    margin-bottom: 12px;
  }
}

.apply-job-page .show-apply-options {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .apply-job-page .show-apply-options {
    margin-bottom: 7px;
    margin-top: 10px;
  }
}

.apply-job-page .show-apply-options .prev {
  font-weight: 700;
  font-size: 16px;
  color: #706f6f;
}

.apply-job-page .show-apply-options .prev .fa-arrow-left {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
}

.apply-job-page .show-apply-options .prev:hover, .apply-job-page .show-apply-options .prev:focus {
  text-decoration: underline;
}

.apply-job-page h3 {
  font-size: 16px;
  color: #3f4048;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 400;
}

.apply-job-page .steps {
  display: block;
  margin: 6px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
}

.apply-job-page .steps span {
  margin: 0 5px;
}

.apply-job-page .steps span:first-child {
  margin-left: 0;
}

.apply-job-page .previous {
  position: absolute;
  top: 13px;
}

@media only screen and (min-width: 768px) {
  .apply-job-page .previous {
    top: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .apply-job-page .previous {
    top: 45px;
  }
}

.apply-job-page .previous .cancel.button,
.apply-job-page .previous .prev {
  background: url(/themes/custom/mp_theme/images/arrow-left-grey.svg) no-repeat;
  background-position-y: 1px;
  background-size: 18px 18px;
  color: #706f6f;
  width: auto;
  padding: 0 0 0 25px;
  float: right;
  margin: 3px 0;
  min-width: auto;
}

@media only screen and (max-width: 1023px) {
  .apply-job-page .previous .cancel.button,
  .apply-job-page .previous .prev {
    background-position-y: 2px;
    background-size: 15px 15px;
    padding: 0 0 0 20px;
  }
}

.apply-job-page .previous .cancel.button:hover, .apply-job-page .previous .cancel.button:focus,
.apply-job-page .previous .prev:hover,
.apply-job-page .previous .prev:focus {
  text-decoration: underline;
}

.apply-job-page .previous .prev {
  color: #706f6f;
}

.apply-job-page .previous:hover .cancel.button, .apply-job-page .previous:focus .cancel.button {
  text-decoration: underline;
}

.apply-job-page .salary-section #edit-salary-container, .apply-job-page .salary-section #edit-payrate-container, .apply-job-page .payrate-section #edit-salary-container, .apply-job-page .payrate-section #edit-payrate-container {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) and (min-width: 520px) {
  .apply-job-page .salary-section #edit-salary-container, .apply-job-page .salary-section #edit-payrate-container, .apply-job-page .payrate-section #edit-salary-container, .apply-job-page .payrate-section #edit-payrate-container {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

.apply-job-page .salary-section #edit-salary-container .sl, .apply-job-page .salary-section #edit-payrate-container .sl, .apply-job-page .payrate-section #edit-salary-container .sl, .apply-job-page .payrate-section #edit-payrate-container .sl {
  display: block;
}

.apply-job-page .salary-section .form-item, .apply-job-page .payrate-section .form-item {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}

.apply-job-page .salary-section .form-item-salary-container-currency, .apply-job-page .salary-section .form-item-payrate-container-currency, .apply-job-page .payrate-section .form-item-salary-container-currency, .apply-job-page .payrate-section .form-item-payrate-container-currency {
  margin: 7px 0 0 0;
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
}

@media only screen and (min-width: 1180px) {
  .apply-job-page .salary-section .form-item-salary-container-currency, .apply-job-page .salary-section .form-item-payrate-container-currency, .apply-job-page .payrate-section .form-item-salary-container-currency, .apply-job-page .payrate-section .form-item-payrate-container-currency {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 520px) {
  .apply-job-page .salary-section .form-item-salary-container-currency, .apply-job-page .salary-section .form-item-payrate-container-currency, .apply-job-page .payrate-section .form-item-salary-container-currency, .apply-job-page .payrate-section .form-item-payrate-container-currency {
    -ms-flex-preferred-size: 116px;
        flex-basis: 116px;
  }
}

.apply-job-page .salary-section .form-item-salary-container-currency label, .apply-job-page .salary-section .form-item-payrate-container-currency label, .apply-job-page .payrate-section .form-item-salary-container-currency label, .apply-job-page .payrate-section .form-item-payrate-container-currency label {
  display: none;
}

.apply-job-page .salary-section .form-item-salary-container-salary, .apply-job-page .salary-section .form-item-salary-container-annual-salary, .apply-job-page .salary-section .form-item-salary-container-monthly-salary, .apply-job-page .salary-section .form-item-payrate-container-current-daily-rate, .apply-job-page .payrate-section .form-item-salary-container-salary, .apply-job-page .payrate-section .form-item-salary-container-annual-salary, .apply-job-page .payrate-section .form-item-salary-container-monthly-salary, .apply-job-page .payrate-section .form-item-payrate-container-current-daily-rate {
  -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
}

@media only screen and (min-width: 1180px) {
  .apply-job-page .salary-section .form-item-salary-container-salary, .apply-job-page .salary-section .form-item-salary-container-annual-salary, .apply-job-page .salary-section .form-item-salary-container-monthly-salary, .apply-job-page .salary-section .form-item-payrate-container-current-daily-rate, .apply-job-page .payrate-section .form-item-salary-container-salary, .apply-job-page .payrate-section .form-item-salary-container-annual-salary, .apply-job-page .payrate-section .form-item-salary-container-monthly-salary, .apply-job-page .payrate-section .form-item-payrate-container-current-daily-rate {
    -ms-flex-preferred-size: 89%;
        flex-basis: 89%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 520px) {
  .apply-job-page .salary-section .form-item-salary-container-salary, .apply-job-page .salary-section .form-item-salary-container-annual-salary, .apply-job-page .salary-section .form-item-salary-container-monthly-salary, .apply-job-page .salary-section .form-item-payrate-container-current-daily-rate, .apply-job-page .payrate-section .form-item-salary-container-salary, .apply-job-page .payrate-section .form-item-salary-container-annual-salary, .apply-job-page .payrate-section .form-item-salary-container-monthly-salary, .apply-job-page .payrate-section .form-item-payrate-container-current-daily-rate {
    margin-left: 10px;
  }
}

.apply-job-page .salary-section .form-item-salary-container-salary label, .apply-job-page .salary-section .form-item-salary-container-annual-salary label, .apply-job-page .salary-section .form-item-salary-container-monthly-salary label, .apply-job-page .salary-section .form-item-payrate-container-current-daily-rate label, .apply-job-page .payrate-section .form-item-salary-container-salary label, .apply-job-page .payrate-section .form-item-salary-container-annual-salary label, .apply-job-page .payrate-section .form-item-salary-container-monthly-salary label, .apply-job-page .payrate-section .form-item-payrate-container-current-daily-rate label {
  display: none;
}

.apply-job-page .salary-section .form-item-salary-container-salary input, .apply-job-page .salary-section .form-item-salary-container-annual-salary input, .apply-job-page .salary-section .form-item-salary-container-monthly-salary input, .apply-job-page .salary-section .form-item-payrate-container-current-daily-rate input, .apply-job-page .payrate-section .form-item-salary-container-salary input, .apply-job-page .payrate-section .form-item-salary-container-annual-salary input, .apply-job-page .payrate-section .form-item-salary-container-monthly-salary input, .apply-job-page .payrate-section .form-item-payrate-container-current-daily-rate input {
  max-width: 286px;
}

.apply-job-page .form-submit,
.apply-job-page .false-submit {
  margin-top: 0;
}

.cc-enabled-job .apply-job-page {
  position: relative;
}

.cc-enabled-job .apply-job-page .apply-job-cv {
  padding-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .cc-enabled-job .apply-job-page .apply-job-cv {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .cc-enabled-job .apply-job-page .apply-job-cv {
    padding-top: 80px;
  }
}

.cc-enabled-job .apply-job-page .show-apply-options {
  margin: -20px 0 10px;
}

@media only screen and (min-width: 768px) {
  .cc-enabled-job .apply-job-page .show-apply-options {
    margin: 0;
    position: relative;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .cc-enabled-job .apply-job-page .show-apply-options {
    margin-top: -25px;
  }
}

.prs-form-enabled .progress-bar div.progress_1 {
  width: calc(percentage(1)/3);
}

.prs-form-enabled .progress-bar div.progress_2 {
  width: calc(percentage(1)/1.5);
}

.mp-job-apply-form .apply-job-cv .steps,
.cc-enabled-job#mp-linkedin-job-apply-form .apply-job-cv .steps,
.cc-enabled-job#mp-xing-job-apply-form .apply-job-cv .steps,
.cc-enabled-job#mp-seek-job-apply-form .apply-job-cv .steps {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .mp-job-apply-form .apply-job-cv .steps,
  .cc-enabled-job#mp-linkedin-job-apply-form .apply-job-cv .steps,
  .cc-enabled-job#mp-xing-job-apply-form .apply-job-cv .steps,
  .cc-enabled-job#mp-seek-job-apply-form .apply-job-cv .steps {
    margin-top: 20px;
  }
}

.mp-job-apply-form .apply-job-cv .js-form-type-checkbox.form-item-user-login,
.cc-enabled-job#mp-linkedin-job-apply-form .apply-job-cv .js-form-type-checkbox.form-item-user-login,
.cc-enabled-job#mp-xing-job-apply-form .apply-job-cv .js-form-type-checkbox.form-item-user-login,
.cc-enabled-job#mp-seek-job-apply-form .apply-job-cv .js-form-type-checkbox.form-item-user-login {
  margin-bottom: 15px;
}

.mp-job-apply-form .form-submit-button,
.cc-enabled-job#mp-linkedin-job-apply-form .form-submit-button,
.cc-enabled-job#mp-xing-job-apply-form .form-submit-button,
.cc-enabled-job#mp-seek-job-apply-form .form-submit-button {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .mp-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar,
  .cc-enabled-job#mp-linkedin-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar,
  .cc-enabled-job#mp-xing-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar,
  .cc-enabled-job#mp-seek-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .mp-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar,
  .cc-enabled-job#mp-linkedin-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar,
  .cc-enabled-job#mp-xing-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar,
  .cc-enabled-job#mp-seek-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .mp-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar,
  .cc-enabled-job#mp-linkedin-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar,
  .cc-enabled-job#mp-xing-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar,
  .cc-enabled-job#mp-seek-job-apply-form.cc-enabled-next-step .apply-job-cv .progress-bar {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .mp-job-apply-form.cc-enabled-next-step .apply-job-cv .steps,
  .cc-enabled-job#mp-linkedin-job-apply-form.cc-enabled-next-step .apply-job-cv .steps,
  .cc-enabled-job#mp-xing-job-apply-form.cc-enabled-next-step .apply-job-cv .steps,
  .cc-enabled-job#mp-seek-job-apply-form.cc-enabled-next-step .apply-job-cv .steps {
    margin-top: 20px;
  }
}

.mp-job-apply-form.cc-enabled-next-step .four-fields-wrap,
.cc-enabled-job#mp-linkedin-job-apply-form.cc-enabled-next-step .four-fields-wrap,
.cc-enabled-job#mp-xing-job-apply-form.cc-enabled-next-step .four-fields-wrap,
.cc-enabled-job#mp-seek-job-apply-form.cc-enabled-next-step .four-fields-wrap {
  display: none;
}

.mp-job-apply-form .counter,
.cc-enabled-job#mp-linkedin-job-apply-form .counter,
.cc-enabled-job#mp-xing-job-apply-form .counter,
.cc-enabled-job#mp-seek-job-apply-form .counter {
  text-align: end;
  color: #3f4048;
}

.mp-job-apply-form input[name="field_cv_0_upload_button"],
.cc-enabled-job#mp-linkedin-job-apply-form input[name="field_cv_0_upload_button"],
.cc-enabled-job#mp-xing-job-apply-form input[name="field_cv_0_upload_button"],
.cc-enabled-job#mp-seek-job-apply-form input[name="field_cv_0_upload_button"] {
  display: none;
}

#personal-detail-wrapper h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 35px;
}

@media screen and (max-width: 1023px) {
  .section-job-apply .header-wrapper .mobile-menu,
  .section-job-apply-external .header-wrapper .mobile-menu,
  .section-linkedin-job-apply .header-wrapper .mobile-menu,
  .section-submit-your-cv .header-wrapper .mobile-menu,
  .section-xing-job-apply .header-wrapper .mobile-menu,
  .section-seek-job-apply .header-wrapper .mobile-menu,
  .section-job-match .header-wrapper .mobile-menu,
  .section-candidate-relevancy .header-wrapper .mobile-menu,
  .section-job-apply-cv-processing .header-wrapper .mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .section-job-apply .header-wrapper .logo-container,
  .section-job-apply-external .header-wrapper .logo-container,
  .section-linkedin-job-apply .header-wrapper .logo-container,
  .section-submit-your-cv .header-wrapper .logo-container,
  .section-xing-job-apply .header-wrapper .logo-container,
  .section-seek-job-apply .header-wrapper .logo-container,
  .section-job-match .header-wrapper .logo-container,
  .section-candidate-relevancy .header-wrapper .logo-container,
  .section-job-apply-cv-processing .header-wrapper .logo-container {
    padding-left: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .section-job-apply .header-wrapper #header-region .active-lang,
  .section-job-apply-external .header-wrapper #header-region .active-lang,
  .section-linkedin-job-apply .header-wrapper #header-region .active-lang,
  .section-submit-your-cv .header-wrapper #header-region .active-lang,
  .section-xing-job-apply .header-wrapper #header-region .active-lang,
  .section-seek-job-apply .header-wrapper #header-region .active-lang,
  .section-job-match .header-wrapper #header-region .active-lang,
  .section-candidate-relevancy .header-wrapper #header-region .active-lang,
  .section-job-apply-cv-processing .header-wrapper #header-region .active-lang {
    display: none;
  }
}

.section-job-apply .footer-wrapper .footer,
.section-job-apply-external .footer-wrapper .footer,
.section-linkedin-job-apply .footer-wrapper .footer,
.section-submit-your-cv .footer-wrapper .footer,
.section-xing-job-apply .footer-wrapper .footer,
.section-seek-job-apply .footer-wrapper .footer,
.section-job-match .footer-wrapper .footer,
.section-candidate-relevancy .footer-wrapper .footer,
.section-job-apply-cv-processing .footer-wrapper .footer {
  background: #ffffff;
}

.section-job-apply .footer-wrapper .footer .block-jobapplytnctext,
.section-job-apply .footer-wrapper .footer .block-jobmatchtnctext,
.section-job-apply .footer-wrapper .footer .block-mp-job-apply,
.section-job-apply-external .footer-wrapper .footer .block-jobapplytnctext,
.section-job-apply-external .footer-wrapper .footer .block-jobmatchtnctext,
.section-job-apply-external .footer-wrapper .footer .block-mp-job-apply,
.section-linkedin-job-apply .footer-wrapper .footer .block-jobapplytnctext,
.section-linkedin-job-apply .footer-wrapper .footer .block-jobmatchtnctext,
.section-linkedin-job-apply .footer-wrapper .footer .block-mp-job-apply,
.section-submit-your-cv .footer-wrapper .footer .block-jobapplytnctext,
.section-submit-your-cv .footer-wrapper .footer .block-jobmatchtnctext,
.section-submit-your-cv .footer-wrapper .footer .block-mp-job-apply,
.section-xing-job-apply .footer-wrapper .footer .block-jobapplytnctext,
.section-xing-job-apply .footer-wrapper .footer .block-jobmatchtnctext,
.section-xing-job-apply .footer-wrapper .footer .block-mp-job-apply,
.section-seek-job-apply .footer-wrapper .footer .block-jobapplytnctext,
.section-seek-job-apply .footer-wrapper .footer .block-jobmatchtnctext,
.section-seek-job-apply .footer-wrapper .footer .block-mp-job-apply,
.section-job-match .footer-wrapper .footer .block-jobapplytnctext,
.section-job-match .footer-wrapper .footer .block-jobmatchtnctext,
.section-job-match .footer-wrapper .footer .block-mp-job-apply,
.section-candidate-relevancy .footer-wrapper .footer .block-jobapplytnctext,
.section-candidate-relevancy .footer-wrapper .footer .block-jobmatchtnctext,
.section-candidate-relevancy .footer-wrapper .footer .block-mp-job-apply,
.section-job-apply-cv-processing .footer-wrapper .footer .block-jobapplytnctext,
.section-job-apply-cv-processing .footer-wrapper .footer .block-jobmatchtnctext,
.section-job-apply-cv-processing .footer-wrapper .footer .block-mp-job-apply {
  padding: 30px 0;
}

.section-job-apply .footer-wrapper .footer .block-jobapplytnctext p,
.section-job-apply .footer-wrapper .footer .block-jobmatchtnctext p,
.section-job-apply .footer-wrapper .footer .block-mp-job-apply p,
.section-job-apply-external .footer-wrapper .footer .block-jobapplytnctext p,
.section-job-apply-external .footer-wrapper .footer .block-jobmatchtnctext p,
.section-job-apply-external .footer-wrapper .footer .block-mp-job-apply p,
.section-linkedin-job-apply .footer-wrapper .footer .block-jobapplytnctext p,
.section-linkedin-job-apply .footer-wrapper .footer .block-jobmatchtnctext p,
.section-linkedin-job-apply .footer-wrapper .footer .block-mp-job-apply p,
.section-submit-your-cv .footer-wrapper .footer .block-jobapplytnctext p,
.section-submit-your-cv .footer-wrapper .footer .block-jobmatchtnctext p,
.section-submit-your-cv .footer-wrapper .footer .block-mp-job-apply p,
.section-xing-job-apply .footer-wrapper .footer .block-jobapplytnctext p,
.section-xing-job-apply .footer-wrapper .footer .block-jobmatchtnctext p,
.section-xing-job-apply .footer-wrapper .footer .block-mp-job-apply p,
.section-seek-job-apply .footer-wrapper .footer .block-jobapplytnctext p,
.section-seek-job-apply .footer-wrapper .footer .block-jobmatchtnctext p,
.section-seek-job-apply .footer-wrapper .footer .block-mp-job-apply p,
.section-job-match .footer-wrapper .footer .block-jobapplytnctext p,
.section-job-match .footer-wrapper .footer .block-jobmatchtnctext p,
.section-job-match .footer-wrapper .footer .block-mp-job-apply p,
.section-candidate-relevancy .footer-wrapper .footer .block-jobapplytnctext p,
.section-candidate-relevancy .footer-wrapper .footer .block-jobmatchtnctext p,
.section-candidate-relevancy .footer-wrapper .footer .block-mp-job-apply p,
.section-job-apply-cv-processing .footer-wrapper .footer .block-jobapplytnctext p,
.section-job-apply-cv-processing .footer-wrapper .footer .block-jobmatchtnctext p,
.section-job-apply-cv-processing .footer-wrapper .footer .block-mp-job-apply p {
  font-size: 14px;
  line-height: 20px;
}

.section-job-apply .footer-wrapper .footer .block-jobapplytnctext p:first-child,
.section-job-apply .footer-wrapper .footer .block-jobmatchtnctext p:first-child,
.section-job-apply .footer-wrapper .footer .block-mp-job-apply p:first-child,
.section-job-apply-external .footer-wrapper .footer .block-jobapplytnctext p:first-child,
.section-job-apply-external .footer-wrapper .footer .block-jobmatchtnctext p:first-child,
.section-job-apply-external .footer-wrapper .footer .block-mp-job-apply p:first-child,
.section-linkedin-job-apply .footer-wrapper .footer .block-jobapplytnctext p:first-child,
.section-linkedin-job-apply .footer-wrapper .footer .block-jobmatchtnctext p:first-child,
.section-linkedin-job-apply .footer-wrapper .footer .block-mp-job-apply p:first-child,
.section-submit-your-cv .footer-wrapper .footer .block-jobapplytnctext p:first-child,
.section-submit-your-cv .footer-wrapper .footer .block-jobmatchtnctext p:first-child,
.section-submit-your-cv .footer-wrapper .footer .block-mp-job-apply p:first-child,
.section-xing-job-apply .footer-wrapper .footer .block-jobapplytnctext p:first-child,
.section-xing-job-apply .footer-wrapper .footer .block-jobmatchtnctext p:first-child,
.section-xing-job-apply .footer-wrapper .footer .block-mp-job-apply p:first-child,
.section-seek-job-apply .footer-wrapper .footer .block-jobapplytnctext p:first-child,
.section-seek-job-apply .footer-wrapper .footer .block-jobmatchtnctext p:first-child,
.section-seek-job-apply .footer-wrapper .footer .block-mp-job-apply p:first-child,
.section-job-match .footer-wrapper .footer .block-jobapplytnctext p:first-child,
.section-job-match .footer-wrapper .footer .block-jobmatchtnctext p:first-child,
.section-job-match .footer-wrapper .footer .block-mp-job-apply p:first-child,
.section-candidate-relevancy .footer-wrapper .footer .block-jobapplytnctext p:first-child,
.section-candidate-relevancy .footer-wrapper .footer .block-jobmatchtnctext p:first-child,
.section-candidate-relevancy .footer-wrapper .footer .block-mp-job-apply p:first-child,
.section-job-apply-cv-processing .footer-wrapper .footer .block-jobapplytnctext p:first-child,
.section-job-apply-cv-processing .footer-wrapper .footer .block-jobmatchtnctext p:first-child,
.section-job-apply-cv-processing .footer-wrapper .footer .block-mp-job-apply p:first-child {
  margin-top: 0;
}

.section-job-apply .footer-wrapper .footer .block-jobapplytnctext p:last-child,
.section-job-apply .footer-wrapper .footer .block-jobmatchtnctext p:last-child,
.section-job-apply .footer-wrapper .footer .block-mp-job-apply p:last-child,
.section-job-apply-external .footer-wrapper .footer .block-jobapplytnctext p:last-child,
.section-job-apply-external .footer-wrapper .footer .block-jobmatchtnctext p:last-child,
.section-job-apply-external .footer-wrapper .footer .block-mp-job-apply p:last-child,
.section-linkedin-job-apply .footer-wrapper .footer .block-jobapplytnctext p:last-child,
.section-linkedin-job-apply .footer-wrapper .footer .block-jobmatchtnctext p:last-child,
.section-linkedin-job-apply .footer-wrapper .footer .block-mp-job-apply p:last-child,
.section-submit-your-cv .footer-wrapper .footer .block-jobapplytnctext p:last-child,
.section-submit-your-cv .footer-wrapper .footer .block-jobmatchtnctext p:last-child,
.section-submit-your-cv .footer-wrapper .footer .block-mp-job-apply p:last-child,
.section-xing-job-apply .footer-wrapper .footer .block-jobapplytnctext p:last-child,
.section-xing-job-apply .footer-wrapper .footer .block-jobmatchtnctext p:last-child,
.section-xing-job-apply .footer-wrapper .footer .block-mp-job-apply p:last-child,
.section-seek-job-apply .footer-wrapper .footer .block-jobapplytnctext p:last-child,
.section-seek-job-apply .footer-wrapper .footer .block-jobmatchtnctext p:last-child,
.section-seek-job-apply .footer-wrapper .footer .block-mp-job-apply p:last-child,
.section-job-match .footer-wrapper .footer .block-jobapplytnctext p:last-child,
.section-job-match .footer-wrapper .footer .block-jobmatchtnctext p:last-child,
.section-job-match .footer-wrapper .footer .block-mp-job-apply p:last-child,
.section-candidate-relevancy .footer-wrapper .footer .block-jobapplytnctext p:last-child,
.section-candidate-relevancy .footer-wrapper .footer .block-jobmatchtnctext p:last-child,
.section-candidate-relevancy .footer-wrapper .footer .block-mp-job-apply p:last-child,
.section-job-apply-cv-processing .footer-wrapper .footer .block-jobapplytnctext p:last-child,
.section-job-apply-cv-processing .footer-wrapper .footer .block-jobmatchtnctext p:last-child,
.section-job-apply-cv-processing .footer-wrapper .footer .block-mp-job-apply p:last-child {
  margin-bottom: 0;
}

.section-job-apply .footer-wrapper .footer #footer-region,
.section-job-apply-external .footer-wrapper .footer #footer-region,
.section-linkedin-job-apply .footer-wrapper .footer #footer-region,
.section-submit-your-cv .footer-wrapper .footer #footer-region,
.section-xing-job-apply .footer-wrapper .footer #footer-region,
.section-seek-job-apply .footer-wrapper .footer #footer-region,
.section-job-match .footer-wrapper .footer #footer-region,
.section-candidate-relevancy .footer-wrapper .footer #footer-region,
.section-job-apply-cv-processing .footer-wrapper .footer #footer-region {
  background: #ffffff;
}

.section-job-apply .footer-wrapper .footer_copyright,
.section-job-apply-external .footer-wrapper .footer_copyright,
.section-linkedin-job-apply .footer-wrapper .footer_copyright,
.section-submit-your-cv .footer-wrapper .footer_copyright,
.section-xing-job-apply .footer-wrapper .footer_copyright,
.section-seek-job-apply .footer-wrapper .footer_copyright,
.section-job-match .footer-wrapper .footer_copyright,
.section-candidate-relevancy .footer-wrapper .footer_copyright,
.section-job-apply-cv-processing .footer-wrapper .footer_copyright {
  border-top: 1px solid #e3e5ea;
  background: #f5f5f5;
  padding-bottom: 20px;
}

.section-job-apply .footer-wrapper .footer_copyright .trademark-text,
.section-job-apply .footer-wrapper .footer_copyright .mobile-legal-text,
.section-job-apply .footer-wrapper .footer_copyright .trademark-text p,
.section-job-apply .footer-wrapper .footer_copyright .trademark-text div,
.section-job-apply-external .footer-wrapper .footer_copyright .trademark-text,
.section-job-apply-external .footer-wrapper .footer_copyright .mobile-legal-text,
.section-job-apply-external .footer-wrapper .footer_copyright .trademark-text p,
.section-job-apply-external .footer-wrapper .footer_copyright .trademark-text div,
.section-linkedin-job-apply .footer-wrapper .footer_copyright .trademark-text,
.section-linkedin-job-apply .footer-wrapper .footer_copyright .mobile-legal-text,
.section-linkedin-job-apply .footer-wrapper .footer_copyright .trademark-text p,
.section-linkedin-job-apply .footer-wrapper .footer_copyright .trademark-text div,
.section-submit-your-cv .footer-wrapper .footer_copyright .trademark-text,
.section-submit-your-cv .footer-wrapper .footer_copyright .mobile-legal-text,
.section-submit-your-cv .footer-wrapper .footer_copyright .trademark-text p,
.section-submit-your-cv .footer-wrapper .footer_copyright .trademark-text div,
.section-xing-job-apply .footer-wrapper .footer_copyright .trademark-text,
.section-xing-job-apply .footer-wrapper .footer_copyright .mobile-legal-text,
.section-xing-job-apply .footer-wrapper .footer_copyright .trademark-text p,
.section-xing-job-apply .footer-wrapper .footer_copyright .trademark-text div,
.section-seek-job-apply .footer-wrapper .footer_copyright .trademark-text,
.section-seek-job-apply .footer-wrapper .footer_copyright .mobile-legal-text,
.section-seek-job-apply .footer-wrapper .footer_copyright .trademark-text p,
.section-seek-job-apply .footer-wrapper .footer_copyright .trademark-text div,
.section-job-match .footer-wrapper .footer_copyright .trademark-text,
.section-job-match .footer-wrapper .footer_copyright .mobile-legal-text,
.section-job-match .footer-wrapper .footer_copyright .trademark-text p,
.section-job-match .footer-wrapper .footer_copyright .trademark-text div,
.section-candidate-relevancy .footer-wrapper .footer_copyright .trademark-text,
.section-candidate-relevancy .footer-wrapper .footer_copyright .mobile-legal-text,
.section-candidate-relevancy .footer-wrapper .footer_copyright .trademark-text p,
.section-candidate-relevancy .footer-wrapper .footer_copyright .trademark-text div,
.section-job-apply-cv-processing .footer-wrapper .footer_copyright .trademark-text,
.section-job-apply-cv-processing .footer-wrapper .footer_copyright .mobile-legal-text,
.section-job-apply-cv-processing .footer-wrapper .footer_copyright .trademark-text p,
.section-job-apply-cv-processing .footer-wrapper .footer_copyright .trademark-text div {
  font-size: 11px;
  color: #706f6f;
}

.section-job-apply.thank-you-page .ui-widget-overlay,
.section-job-apply-external.thank-you-page .ui-widget-overlay,
.section-linkedin-job-apply.thank-you-page .ui-widget-overlay,
.section-submit-your-cv.thank-you-page .ui-widget-overlay,
.section-xing-job-apply.thank-you-page .ui-widget-overlay,
.section-seek-job-apply.thank-you-page .ui-widget-overlay,
.section-job-match.thank-you-page .ui-widget-overlay,
.section-candidate-relevancy.thank-you-page .ui-widget-overlay,
.section-job-apply-cv-processing.thank-you-page .ui-widget-overlay {
  height: 120%;
}

@media screen and (max-width: 1023px) {
  .section-job-apply.thank-you-page .header-wrapper .mobile-menu,
  .section-job-apply-external.thank-you-page .header-wrapper .mobile-menu,
  .section-linkedin-job-apply.thank-you-page .header-wrapper .mobile-menu,
  .section-submit-your-cv.thank-you-page .header-wrapper .mobile-menu,
  .section-xing-job-apply.thank-you-page .header-wrapper .mobile-menu,
  .section-seek-job-apply.thank-you-page .header-wrapper .mobile-menu,
  .section-job-match.thank-you-page .header-wrapper .mobile-menu,
  .section-candidate-relevancy.thank-you-page .header-wrapper .mobile-menu,
  .section-job-apply-cv-processing.thank-you-page .header-wrapper .mobile-menu {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .section-job-apply.thank-you-page.multi-language .header-wrapper #header-region .active-lang,
  .section-job-apply-external.thank-you-page.multi-language .header-wrapper #header-region .active-lang,
  .section-linkedin-job-apply.thank-you-page.multi-language .header-wrapper #header-region .active-lang,
  .section-submit-your-cv.thank-you-page.multi-language .header-wrapper #header-region .active-lang,
  .section-xing-job-apply.thank-you-page.multi-language .header-wrapper #header-region .active-lang,
  .section-seek-job-apply.thank-you-page.multi-language .header-wrapper #header-region .active-lang,
  .section-job-match.thank-you-page.multi-language .header-wrapper #header-region .active-lang,
  .section-candidate-relevancy.thank-you-page.multi-language .header-wrapper #header-region .active-lang,
  .section-job-apply-cv-processing.thank-you-page.multi-language .header-wrapper #header-region .active-lang {
    display: block;
  }
}

.section-job-apply.thank-you-page .footer-wrapper .footer,
.section-job-apply-external.thank-you-page .footer-wrapper .footer,
.section-linkedin-job-apply.thank-you-page .footer-wrapper .footer,
.section-submit-your-cv.thank-you-page .footer-wrapper .footer,
.section-xing-job-apply.thank-you-page .footer-wrapper .footer,
.section-seek-job-apply.thank-you-page .footer-wrapper .footer,
.section-job-match.thank-you-page .footer-wrapper .footer,
.section-candidate-relevancy.thank-you-page .footer-wrapper .footer,
.section-job-apply-cv-processing.thank-you-page .footer-wrapper .footer {
  background: transparent;
}

.section-job-apply.thank-you-page .footer-wrapper .footer_copyright,
.section-job-apply-external.thank-you-page .footer-wrapper .footer_copyright,
.section-linkedin-job-apply.thank-you-page .footer-wrapper .footer_copyright,
.section-submit-your-cv.thank-you-page .footer-wrapper .footer_copyright,
.section-xing-job-apply.thank-you-page .footer-wrapper .footer_copyright,
.section-seek-job-apply.thank-you-page .footer-wrapper .footer_copyright,
.section-job-match.thank-you-page .footer-wrapper .footer_copyright,
.section-candidate-relevancy.thank-you-page .footer-wrapper .footer_copyright,
.section-job-apply-cv-processing.thank-you-page .footer-wrapper .footer_copyright {
  background: #000;
  border: none;
}

.section-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text,
.section-job-apply.thank-you-page .footer-wrapper .footer_copyright .mobile-legal-text,
.section-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text p,
.section-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text div,
.section-job-apply-external.thank-you-page .footer-wrapper .footer_copyright .trademark-text,
.section-job-apply-external.thank-you-page .footer-wrapper .footer_copyright .mobile-legal-text,
.section-job-apply-external.thank-you-page .footer-wrapper .footer_copyright .trademark-text p,
.section-job-apply-external.thank-you-page .footer-wrapper .footer_copyright .trademark-text div,
.section-linkedin-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text,
.section-linkedin-job-apply.thank-you-page .footer-wrapper .footer_copyright .mobile-legal-text,
.section-linkedin-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text p,
.section-linkedin-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text div,
.section-submit-your-cv.thank-you-page .footer-wrapper .footer_copyright .trademark-text,
.section-submit-your-cv.thank-you-page .footer-wrapper .footer_copyright .mobile-legal-text,
.section-submit-your-cv.thank-you-page .footer-wrapper .footer_copyright .trademark-text p,
.section-submit-your-cv.thank-you-page .footer-wrapper .footer_copyright .trademark-text div,
.section-xing-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text,
.section-xing-job-apply.thank-you-page .footer-wrapper .footer_copyright .mobile-legal-text,
.section-xing-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text p,
.section-xing-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text div,
.section-seek-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text,
.section-seek-job-apply.thank-you-page .footer-wrapper .footer_copyright .mobile-legal-text,
.section-seek-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text p,
.section-seek-job-apply.thank-you-page .footer-wrapper .footer_copyright .trademark-text div,
.section-job-match.thank-you-page .footer-wrapper .footer_copyright .trademark-text,
.section-job-match.thank-you-page .footer-wrapper .footer_copyright .mobile-legal-text,
.section-job-match.thank-you-page .footer-wrapper .footer_copyright .trademark-text p,
.section-job-match.thank-you-page .footer-wrapper .footer_copyright .trademark-text div,
.section-candidate-relevancy.thank-you-page .footer-wrapper .footer_copyright .trademark-text,
.section-candidate-relevancy.thank-you-page .footer-wrapper .footer_copyright .mobile-legal-text,
.section-candidate-relevancy.thank-you-page .footer-wrapper .footer_copyright .trademark-text p,
.section-candidate-relevancy.thank-you-page .footer-wrapper .footer_copyright .trademark-text div,
.section-job-apply-cv-processing.thank-you-page .footer-wrapper .footer_copyright .trademark-text,
.section-job-apply-cv-processing.thank-you-page .footer-wrapper .footer_copyright .mobile-legal-text,
.section-job-apply-cv-processing.thank-you-page .footer-wrapper .footer_copyright .trademark-text p,
.section-job-apply-cv-processing.thank-you-page .footer-wrapper .footer_copyright .trademark-text div {
  color: #9b9b9b;
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv > h2,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] > h2,
.section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv > h2,
.section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] > h2,
.section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv > h2,
.section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] > h2,
.section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv > h2,
.section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] > h2,
.section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv > h2,
.section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] > h2,
.section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv > h2,
.section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] > h2,
.section-job-match.thank-you-page div.block-jobsthatmatchyourcv > h2,
.section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] > h2,
.section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv > h2,
.section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] > h2,
.section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv > h2,
.section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] > h2 {
  display: none;
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
.section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
.section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
.section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
.section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
.section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
.section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
.section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
.section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
.section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
.section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
.section-job-match.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
.section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
.section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
.section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
.section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
.section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title {
  margin: 40px 0 10px;
  font-size: 24px;
  line-height: 1.33;
}

@media only screen and (min-width: 768px) {
  .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-job-match.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title {
    width: 70%;
    float: left;
    font-size: 30px;
    line-height: 1.46;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-job-match.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title,
  .section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
  .section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
.section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
.section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
.section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
.section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
.section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
.section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
.section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
.section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
.section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
.section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
.section-job-match.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
.section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
.section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
.section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
.section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
.section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs {
  margin-bottom: 30px;
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
.section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
.section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
.section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
.section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
.section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
.section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
.section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
.section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
.section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
.section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
.section-job-match.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
.section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
.section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
.section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
.section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
.section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a:after,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a:after,
.section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a:after,
.section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a:after,
.section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a:after,
.section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a:after,
.section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a:after,
.section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a:after,
.section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a:after,
.section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a:after,
.section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a:after,
.section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a:after,
.section-job-match.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a:after,
.section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a:after,
.section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a:after,
.section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a:after,
.section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a:after,
.section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a:after {
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
  .section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
  .section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
  .section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
  .section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
  .section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
  .section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
  .section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
  .section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
  .section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
  .section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
  .section-job-match.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
  .section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
  .section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
  .section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a,
  .section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .view_jobs a,
  .section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs a {
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-job-match.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 25%;
    float: right;
    text-align: right;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-job-match.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-job-match.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs,
  .section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .view_jobs,
  .section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .view_jobs {
    margin-top: 60px;
  }
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-wrapper,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-wrapper,
.section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-wrapper,
.section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-wrapper,
.section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-wrapper,
.section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-wrapper,
.section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-wrapper,
.section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-wrapper,
.section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-wrapper,
.section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-wrapper,
.section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-wrapper,
.section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-wrapper,
.section-job-match.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-wrapper,
.section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-wrapper,
.section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-wrapper,
.section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-wrapper,
.section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-wrapper,
.section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-wrapper {
  margin-top: -20px;
}

@media only screen and (min-width: 1024px) {
  .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev, .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-job-match.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-job-match.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next {
    top: 47px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev, .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-job-match.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-job-match.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
  .section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
  .section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
  .section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
  .section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next {
    top: 67px;
  }
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
.section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
.section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
.section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
.section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
.section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
.section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
.section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
.section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
.section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
.section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
.section-job-match.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
.section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
.section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
.section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev,
.section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-prev,
.section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-prev {
  right: 180px;
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
.section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
.section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
.section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
.section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
.section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
.section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
.section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
.section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
.section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
.section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
.section-job-match.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
.section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
.section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
.section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next,
.section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .withpagination .swiper-button-next,
.section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .withpagination .swiper-button-next {
  right: 140px;
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-links .view_job,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-links .view_job,
.section-job-apply-external.thank-you-page div.block-jobsthatmatchyourcv .job-links .view_job,
.section-job-apply-external.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-links .view_job,
.section-linkedin-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-links .view_job,
.section-linkedin-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-links .view_job,
.section-submit-your-cv.thank-you-page div.block-jobsthatmatchyourcv .job-links .view_job,
.section-submit-your-cv.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-links .view_job,
.section-xing-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-links .view_job,
.section-xing-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-links .view_job,
.section-seek-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-links .view_job,
.section-seek-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-links .view_job,
.section-job-match.thank-you-page div.block-jobsthatmatchyourcv .job-links .view_job,
.section-job-match.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-links .view_job,
.section-candidate-relevancy.thank-you-page div.block-jobsthatmatchyourcv .job-links .view_job,
.section-candidate-relevancy.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-links .view_job,
.section-job-apply-cv-processing.thank-you-page div.block-jobsthatmatchyourcv .job-links .view_job,
.section-job-apply-cv-processing.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-links .view_job {
  display: none;
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-title,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-title {
  margin-top: 0;
  margin-bottom: 0;
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-header-container h2.job-block-title,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-header-container h2.job-block-title {
  margin: 0;
}

.section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-header-container .view_jobs,
.section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-header-container .view_jobs {
  margin: 0 0 0 30px;
  float: none;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .section-job-apply.thank-you-page div.block-jobsthatmatchyourcv .job-block-header-container .view_jobs,
  .section-job-apply.thank-you-page .block[class*="-jobsthatmatchyourcv"] .job-block-header-container .view_jobs {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.region-footer div[class*='jobmatchtnctext'] a,
.region-page-footer div[class*='jobmatchtnctext'] a,
.region-job-apply div[class*='tnc-text'] a,
.region-footer div[class*='block-jobapplytnctext'] a,
.region-page-footer div[class*='block-jobapplytnctext'] a {
  cursor: pointer;
}

.region-footer div[class*='jobmatchtnctext'] a:hover, .region-footer div[class*='jobmatchtnctext'] a:focus, .region-footer div[class*='jobmatchtnctext'] a:active,
.region-page-footer div[class*='jobmatchtnctext'] a:hover,
.region-page-footer div[class*='jobmatchtnctext'] a:focus,
.region-page-footer div[class*='jobmatchtnctext'] a:active,
.region-job-apply div[class*='tnc-text'] a:hover,
.region-job-apply div[class*='tnc-text'] a:focus,
.region-job-apply div[class*='tnc-text'] a:active,
.region-footer div[class*='block-jobapplytnctext'] a:hover,
.region-footer div[class*='block-jobapplytnctext'] a:focus,
.region-footer div[class*='block-jobapplytnctext'] a:active,
.region-page-footer div[class*='block-jobapplytnctext'] a:hover,
.region-page-footer div[class*='block-jobapplytnctext'] a:focus,
.region-page-footer div[class*='block-jobapplytnctext'] a:active {
  text-decoration: underline;
}

.tnc-text {
  margin-bottom: 15px;
}

@media screen and (min-width: 1180px) {
  .tnc-text {
    width: calc(percentage(1)/1.2);
  }
}

#job-apply-linkedin-widget {
  position: relative;
  top: 20px;
}

@media screen and (min-width: 768px) {
  #job-apply-linkedin-widget {
    margin-top: 40px;
    top: auto;
  }
}

@media screen and (min-width: 1024px) {
  #job-apply-linkedin-widget {
    margin-top: 50px;
  }
}

#job-apply-linkedin-widget h2 {
  font-size: 30px;
  margin-top: 10px;
  line-height: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #job-apply-linkedin-widget h2 {
    margin-bottom: 45px;
  }
}

#job-apply-linkedin-widget .fa-linkedin {
  color: #0079ba;
  font-size: 50px;
  float: right;
  margin-top: -20px;
  display: none;
}

@media screen and (min-width: 768px) {
  #job-apply-linkedin-widget .fa-linkedin {
    display: block;
  }
}

#job-apply-linkedin-widget .back-to-show-apply-options a {
  color: #706f6f;
  font-weight: 700;
}

#job-apply-linkedin-widget .back-to-show-apply-options a:hover {
  text-decoration: underline;
}

#job-apply-linkedin-widget .back-to-show-apply-options a .fa-arrow-left {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
}

#job-apply-linkedin-widget .sub-heading {
  margin-bottom: 20px;
}

#job-apply-linkedin-widget .widget-holder {
  background: #ffffff;
  padding: 40px 0 20px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #job-apply-linkedin-widget .widget-holder {
    max-width: 370px;
  }
}

#job-apply-linkedin-widget .apply-with-cv-link {
  margin-top: 16px;
  position: relative;
  z-index: 10;
}

#job-apply-linkedin-widget .apply-with-cv-link a:hover, #job-apply-linkedin-widget .apply-with-cv-link a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .linkedin-apply-form .form-wrapper:not(.postcode-wrapper),
  .xing-apply-form .form-wrapper:not(.postcode-wrapper) {
    min-width: 690px;
  }
}

.linkedin-apply-form .form-item textarea,
.xing-apply-form .form-item textarea {
  max-width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .linkedin-apply-form h3,
  .xing-apply-form h3 {
    margin-bottom: 20px;
  }
}

.linkedin-apply-form .form-submit.linkedin-submit-button,
.xing-apply-form .form-submit.linkedin-submit-button {
  margin-top: 20px;
}

.linkedin-apply-form .heading.form-heading,
.xing-apply-form .heading.form-heading {
  font-weight: 700;
  font-size: 16px;
}

.linkedin-apply-form .accordion,
.xing-apply-form .accordion {
  margin-bottom: 40px;
}

.linkedin-apply-form .accordion h3,
.xing-apply-form .accordion h3 {
  font-weight: 700;
  border-bottom: 1px dashed #9b9b9b;
  padding-bottom: 15px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
}

.linkedin-apply-form .accordion h3:after,
.xing-apply-form .accordion h3:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #3f4048;
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -5px;
  font-weight: 400;
}

.linkedin-apply-form .accordion h3.down:after,
.xing-apply-form .accordion h3.down:after {
  content: "";
  color: #124395;
}

.linkedin-apply-form .accordion .form-item,
.xing-apply-form .accordion .form-item {
  display: none;
}

.already-applied {
  background: #D8D8D8;
  padding: 15px 0;
  left: 0;
  width: 100%;
}

.already-applied h3 {
  font-size: 16px;
  line-height: 1;
  color: #3f4048;
  margin: 0;
  font-weight: 400;
}

.already-applied h3:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #3f4048;
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 15px;
  font-weight: 400;
}

.phone-number-desc {
  margin-top: -22px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-seek-job-apply .view-job-apply-header,
.section-xing-job-apply .view-job-apply-header {
  position: relative;
}

.section-seek-job-apply .job-logo,
.section-xing-job-apply .job-logo {
  display: none;
}

.section-seek-job-apply #navigation-wrapper,
.section-seek-job-apply .footer .footer-links-wrapper,
.section-xing-job-apply #navigation-wrapper,
.section-xing-job-apply .footer .footer-links-wrapper {
  display: none;
}

.section-xing-job-apply .mp-xing-job-apply-form .help_text {
  margin-bottom: 20px;
}

.section-seek-job-apply .mp-seek-job-apply-form .help_text {
  margin-bottom: 20px;
}

.page-footer .block[class*="-jobapplytnctext"] {
  padding: 30px 0;
}

.form-item-race label,
.form-item-vetaran label,
.form-item-disability label {
  margin-bottom: 0;
}

.form-item-race .field-prefix p,
.form-item-vetaran .field-prefix p,
.form-item-disability .field-prefix p {
  margin: 0 0 5px;
}

form .email_me_tooltip_wrapper {
  position: relative;
  max-width: 370px;
}

form .email_me_tooltip_wrapper .js-form-type-checkbox label.option {
  padding-right: 30px;
}

form .email_me_tooltip_wrapper .tool-tip {
  display: none;
  padding: 14px 25px 17px;
  color: #ffffff;
  background-color: rgba(63, 64, 72, 0.9);
  position: absolute;
  top: 15px;
  right: 40px;
  width: 80%;
}

@media only screen and (min-width: 1024px) {
  form .email_me_tooltip_wrapper .tool-tip {
    right: -300px;
  }
}

form .email_me_tooltip_wrapper .tool-tip a {
  color: #ffffff;
}

form .email_me_tooltip_wrapper .tool-tip a:hover, form .email_me_tooltip_wrapper .tool-tip a:focus {
  text-decoration: underline;
}

form .email_me_tooltip_wrapper .tool-tip:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #3f4048;
  display: inline-block;
  font-size: 32px;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: auto;
  top: -15px;
  right: -17px;
  display: inline-block;
  border: none;
  position: absolute;
  font-weight: 700;
  opacity: 0.9;
}

@media only screen and (min-width: 1024px) {
  form .email_me_tooltip_wrapper .tool-tip:before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    color: #3f4048;
    display: inline-block;
    font-size: 32px;
    margin-right: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -11px;
    top: -15px;
    content: "";
  }
}

form .email_me_tooltip_wrapper .fa-question-circle {
  position: absolute;
  top: 15px;
  right: 12px;
  cursor: pointer;
}

form #mp_job_apply .form-item-salary.formtips-item {
  max-width: 370px;
}

form #mp_job_apply .form-item-salary.formtips-item a.formtip {
  float: right;
}

form #mp_job_apply .form-item-salary.formtips-item .formtips-processed::before {
  left: auto;
  right: 0.5em;
}

form #mp_job_apply .form-item-salary.formtips-item .formtips-processed.formtips-show {
  left: auto;
  right: 0;
}

.user-creation-message {
  background: #E8EDF5;
  border: 1px solid #C2D1E9;
  padding: 10px;
  margin-top: 20px;
  border-radius: 3px;
}

.user-creation-message p {
  margin-top: 5px;
  font-size: 14px;
  color: #686868;
  margin-bottom: 5px;
  font-weight: 400;
}

.user-creation-message p:first-child {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
}

.apply_option_cv {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  bottom: -49px;
  background: #ffffff;
  z-index: 999999;
  position: relative;
  left: 20px;
}

.upload-list-stored-profile a {
  padding-left: 55px;
  border-radius: 4px;
}

.stored_profile_selected:before {
  font-size: 13px;
  background: #44b480;
  content: '\f00c';
  font: normal normal normal 14px / 1 "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth_user_apply_option {
  padding: 0;
}

fieldset#edit-stored-profile--wrapper {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.jaj-info-wrapper {
  display: none;
}

.apply-method-wrapper .widget-holder-linkedinimg {
  width: 207px;
  height: 47px;
  position: absolute;
}

.apply-method-wrapper .IN-widget--iframe {
  position: relative;
}

.apply-method-wrapper .jaj-apply-linkedin {
  min-width: 207px;
  min-height: 47px;
}

@media screen and (max-width: 767px) {
  .apply-method-wrapper .jaj-first-step--wrapper {
    max-width: 250px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 824px) {
  .apply-method-wrapper .widget-holder-linkedinimg {
    width: 200px;
    margin-left: 2px;
  }
}

.section-seek-job-apply .postcode-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#about_you-fieldset-wrapper .form-item-right-to-work, #about_you-fieldset-wrapper .form-item-interim-brand, #about_you-fieldset-wrapper .form-item-sensitive-info-confirm, #about_you-fieldset-wrapper .form-item-first-nations,
.step-fieldset-wrapper .form-item-right-to-work,
.step-fieldset-wrapper .form-item-interim-brand,
.step-fieldset-wrapper .form-item-sensitive-info-confirm,
.step-fieldset-wrapper .form-item-first-nations, #edit-sensitive-info-confirm--wrapper .form-item-right-to-work, #edit-sensitive-info-confirm--wrapper .form-item-interim-brand, #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm, #edit-sensitive-info-confirm--wrapper .form-item-first-nations {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #about_you-fieldset-wrapper .form-item-right-to-work, #about_you-fieldset-wrapper .form-item-interim-brand, #about_you-fieldset-wrapper .form-item-sensitive-info-confirm, #about_you-fieldset-wrapper .form-item-first-nations,
  .step-fieldset-wrapper .form-item-right-to-work,
  .step-fieldset-wrapper .form-item-interim-brand,
  .step-fieldset-wrapper .form-item-sensitive-info-confirm,
  .step-fieldset-wrapper .form-item-first-nations, #edit-sensitive-info-confirm--wrapper .form-item-right-to-work, #edit-sensitive-info-confirm--wrapper .form-item-interim-brand, #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm, #edit-sensitive-info-confirm--wrapper .form-item-first-nations {
    width: 48.8%;
    margin-right: 1%;
  }
}

#about_you-fieldset-wrapper .form-item-right-to-work:last-child, #about_you-fieldset-wrapper .form-item-interim-brand:last-child, #about_you-fieldset-wrapper .form-item-sensitive-info-confirm:last-child, #about_you-fieldset-wrapper .form-item-first-nations:last-child,
.step-fieldset-wrapper .form-item-right-to-work:last-child,
.step-fieldset-wrapper .form-item-interim-brand:last-child,
.step-fieldset-wrapper .form-item-sensitive-info-confirm:last-child,
.step-fieldset-wrapper .form-item-first-nations:last-child, #edit-sensitive-info-confirm--wrapper .form-item-right-to-work:last-child, #edit-sensitive-info-confirm--wrapper .form-item-interim-brand:last-child, #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm:last-child, #edit-sensitive-info-confirm--wrapper .form-item-first-nations:last-child {
  margin-right: 0;
}

#about_you-fieldset-wrapper .form-item-right-to-work input:focus ~ label, #about_you-fieldset-wrapper .form-item-right-to-work input:hover ~ label, #about_you-fieldset-wrapper .form-item-interim-brand input:focus ~ label, #about_you-fieldset-wrapper .form-item-interim-brand input:hover ~ label, #about_you-fieldset-wrapper .form-item-sensitive-info-confirm input:focus ~ label, #about_you-fieldset-wrapper .form-item-sensitive-info-confirm input:hover ~ label, #about_you-fieldset-wrapper .form-item-first-nations input:focus ~ label, #about_you-fieldset-wrapper .form-item-first-nations input:hover ~ label,
.step-fieldset-wrapper .form-item-right-to-work input:focus ~ label,
.step-fieldset-wrapper .form-item-right-to-work input:hover ~ label,
.step-fieldset-wrapper .form-item-interim-brand input:focus ~ label,
.step-fieldset-wrapper .form-item-interim-brand input:hover ~ label,
.step-fieldset-wrapper .form-item-sensitive-info-confirm input:focus ~ label,
.step-fieldset-wrapper .form-item-sensitive-info-confirm input:hover ~ label,
.step-fieldset-wrapper .form-item-first-nations input:focus ~ label,
.step-fieldset-wrapper .form-item-first-nations input:hover ~ label, #edit-sensitive-info-confirm--wrapper .form-item-right-to-work input:focus ~ label, #edit-sensitive-info-confirm--wrapper .form-item-right-to-work input:hover ~ label, #edit-sensitive-info-confirm--wrapper .form-item-interim-brand input:focus ~ label, #edit-sensitive-info-confirm--wrapper .form-item-interim-brand input:hover ~ label, #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm input:focus ~ label, #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm input:hover ~ label, #edit-sensitive-info-confirm--wrapper .form-item-first-nations input:focus ~ label, #edit-sensitive-info-confirm--wrapper .form-item-first-nations input:hover ~ label {
  background-color: #dedede;
}

#about_you-fieldset-wrapper .form-item-right-to-work label, #about_you-fieldset-wrapper .form-item-interim-brand label, #about_you-fieldset-wrapper .form-item-sensitive-info-confirm label, #about_you-fieldset-wrapper .form-item-first-nations label,
.step-fieldset-wrapper .form-item-right-to-work label,
.step-fieldset-wrapper .form-item-interim-brand label,
.step-fieldset-wrapper .form-item-sensitive-info-confirm label,
.step-fieldset-wrapper .form-item-first-nations label, #edit-sensitive-info-confirm--wrapper .form-item-right-to-work label, #edit-sensitive-info-confirm--wrapper .form-item-interim-brand label, #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm label, #edit-sensitive-info-confirm--wrapper .form-item-first-nations label {
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  width: 100%;
  background: #ffffff;
}

#about_you-fieldset-wrapper .form-item-right-to-work label.radio-option-error, #about_you-fieldset-wrapper .form-item-interim-brand label.radio-option-error, #about_you-fieldset-wrapper .form-item-sensitive-info-confirm label.radio-option-error, #about_you-fieldset-wrapper .form-item-first-nations label.radio-option-error,
.step-fieldset-wrapper .form-item-right-to-work label.radio-option-error,
.step-fieldset-wrapper .form-item-interim-brand label.radio-option-error,
.step-fieldset-wrapper .form-item-sensitive-info-confirm label.radio-option-error,
.step-fieldset-wrapper .form-item-first-nations label.radio-option-error, #edit-sensitive-info-confirm--wrapper .form-item-right-to-work label.radio-option-error, #edit-sensitive-info-confirm--wrapper .form-item-interim-brand label.radio-option-error, #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm label.radio-option-error, #edit-sensitive-info-confirm--wrapper .form-item-first-nations label.radio-option-error {
  border-color: #be1200;
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#about_you-fieldset-wrapper .form-item-right-to-work label:hover, #about_you-fieldset-wrapper .form-item-right-to-work label:focus, #about_you-fieldset-wrapper .form-item-interim-brand label:hover, #about_you-fieldset-wrapper .form-item-interim-brand label:focus, #about_you-fieldset-wrapper .form-item-sensitive-info-confirm label:hover, #about_you-fieldset-wrapper .form-item-sensitive-info-confirm label:focus, #about_you-fieldset-wrapper .form-item-first-nations label:hover, #about_you-fieldset-wrapper .form-item-first-nations label:focus,
.step-fieldset-wrapper .form-item-right-to-work label:hover,
.step-fieldset-wrapper .form-item-right-to-work label:focus,
.step-fieldset-wrapper .form-item-interim-brand label:hover,
.step-fieldset-wrapper .form-item-interim-brand label:focus,
.step-fieldset-wrapper .form-item-sensitive-info-confirm label:hover,
.step-fieldset-wrapper .form-item-sensitive-info-confirm label:focus,
.step-fieldset-wrapper .form-item-first-nations label:hover,
.step-fieldset-wrapper .form-item-first-nations label:focus, #edit-sensitive-info-confirm--wrapper .form-item-right-to-work label:hover, #edit-sensitive-info-confirm--wrapper .form-item-right-to-work label:focus, #edit-sensitive-info-confirm--wrapper .form-item-interim-brand label:hover, #edit-sensitive-info-confirm--wrapper .form-item-interim-brand label:focus, #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm label:hover, #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm label:focus, #edit-sensitive-info-confirm--wrapper .form-item-first-nations label:hover, #edit-sensitive-info-confirm--wrapper .form-item-first-nations label:focus {
  background-color: #dedede;
}

@media screen and (min-width: 768px) {
  #about_you-fieldset-wrapper .form-item-right-to-work label, #about_you-fieldset-wrapper .form-item-interim-brand label, #about_you-fieldset-wrapper .form-item-sensitive-info-confirm label, #about_you-fieldset-wrapper .form-item-first-nations label,
  .step-fieldset-wrapper .form-item-right-to-work label,
  .step-fieldset-wrapper .form-item-interim-brand label,
  .step-fieldset-wrapper .form-item-sensitive-info-confirm label,
  .step-fieldset-wrapper .form-item-first-nations label, #edit-sensitive-info-confirm--wrapper .form-item-right-to-work label, #edit-sensitive-info-confirm--wrapper .form-item-interim-brand label, #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm label, #edit-sensitive-info-confirm--wrapper .form-item-first-nations label {
    width: 170px;
  }
}

#about_you-fieldset-wrapper .radio-js-error,
.step-fieldset-wrapper .radio-js-error, #edit-sensitive-info-confirm--wrapper .radio-js-error {
  margin-top: -25px;
  margin-bottom: 20px;
}

#edit-sensitive-info-confirm--wrapper .fieldset-legend a {
  display: block;
}

#sensitive_checked_yes {
  max-width: 100%;
  width: 100%;
  margin-top: -20px;
  border: 1px solid #be1200;
  padding: 10px;
  border-radius: 10px;
}

#sensitive_checked_yes p {
  margin: 0;
}

#about_you-fieldset-wrapper,
#your_role-fieldset-wrapper {
  max-width: 100%;
}

#about_you-fieldset-wrapper .fieldgroup,
#your_role-fieldset-wrapper .fieldgroup {
  margin-bottom: 0;
}

.nationality-section [class^="nationality-item-"] {
  display: none;
  margin-bottom: 30px;
}

.nationality-section [class^="nationality-item-"] .add-nationality-link {
  color: #124395;
  margin-top: 7px;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
}

.nationality-section [class^="nationality-item-"] .add-nationality-link:hover, .nationality-section [class^="nationality-item-"] .add-nationality-link:focus {
  text-decoration: underline;
}

.nationality-section [class^="nationality-item-"] .form-item {
  margin-bottom: 0;
}

.nationality-section [class^="nationality-item-"] .form-item select {
  margin-bottom: 0;
}

.nationality-section .nationality-item-1 {
  display: block;
}

.nationality-section div[class^="nationality-item-"]:not(.nationality-item-1) {
  margin-top: -15px;
}

.nationality-section div[class^="nationality-item-"]:not(.nationality-item-1) label {
  display: none;
}

#your_role-fieldset-wrapper.current + .form-actions {
  display: block;
}

.section-job-apply .page-header,
.section-job-apply-external .page-header,
.section-linkedin-job-apply .page-header,
.section-xing-job-apply .page-header,
.section-seek-job-apply .page-header {
  background: #336699;
}

.section-job-apply .page-header .container,
.section-job-apply-external .page-header .container,
.section-linkedin-job-apply .page-header .container,
.section-xing-job-apply .page-header .container,
.section-seek-job-apply .page-header .container {
  padding: 0;
}

.job-apply a {
  color: #ffffff;
  text-decoration: none;
}

.job-apply a:hover, .job-apply a:focus {
  text-decoration: underline;
}

.job-apply .job-title {
  color: #ffffff;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .job-apply .job-title {
    margin-right: 120px;
  }
}

@media only screen and (min-width: 1024px) {
  .job-apply .job-title {
    margin-right: 170px;
  }
}

.job-apply .job-title a {
  color: #ffffff;
}

.job-apply .job-title a:hover, .job-apply .job-title a:focus {
  text-decoration: none;
}

.job-apply .job-location, .job-apply .job-opportunity, .job-apply .job-contract-type, .job-apply .job-salary, .job-apply .job-nature, .job-apply .jaj-info-wrapper, .job-apply .job-company-type {
  color: #ffffff;
  display: block;
  margin: 10px 1.5em 0 0;
}

@media only screen and (min-width: 768px) {
  .job-apply .job-location, .job-apply .job-opportunity, .job-apply .job-contract-type, .job-apply .job-salary, .job-apply .job-nature, .job-apply .jaj-info-wrapper, .job-apply .job-company-type {
    font-weight: 400;
    line-height: 24px;
    margin: 0 1.5em 0 0;
  }
}

.job-apply .job-location i, .job-apply .job-opportunity i, .job-apply .job-contract-type i, .job-apply .job-salary i, .job-apply .job-nature i, .job-apply .jaj-info-wrapper i, .job-apply .job-company-type i {
  margin-right: 10px;
}

@media only screen and (min-width: 570px) {
  .job-apply .job-location, .job-apply .job-opportunity, .job-apply .job-contract-type, .job-apply .job-salary, .job-apply .job-nature, .job-apply .jaj-info-wrapper, .job-apply .job-company-type {
    display: inline-block;
  }
}

.job-apply .jaj-info-wrapper {
  display: none;
}

.section-job-apply .job-apply h1,
.section-job-apply-external .job-apply h1,
.section-linkedin-job-apply .job-apply h1,
.section-xing-job-apply .job-apply h1,
.section-seek-job-apply .job-apply h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .section-job-apply .job-apply h1,
  .section-job-apply-external .job-apply h1,
  .section-linkedin-job-apply .job-apply h1,
  .section-xing-job-apply .job-apply h1,
  .section-seek-job-apply .job-apply h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
  }
}

.section-job-apply .job-apply .job-apply-block-container,
.section-job-apply-external .job-apply .job-apply-block-container,
.section-linkedin-job-apply .job-apply .job-apply-block-container,
.section-xing-job-apply .job-apply .job-apply-block-container,
.section-seek-job-apply .job-apply .job-apply-block-container {
  padding: 35px 30px;
}

@media only screen and (min-width: 768px) {
  .section-job-apply .job-apply .job-apply-block-container,
  .section-job-apply-external .job-apply .job-apply-block-container,
  .section-linkedin-job-apply .job-apply .job-apply-block-container,
  .section-xing-job-apply .job-apply .job-apply-block-container,
  .section-seek-job-apply .job-apply .job-apply-block-container {
    padding: 30px 39px 25px;
    min-height: 150px;
  }
  .section-job-apply .job-apply .job-apply-block-container .job-apply-fields,
  .section-job-apply-external .job-apply .job-apply-block-container .job-apply-fields,
  .section-linkedin-job-apply .job-apply .job-apply-block-container .job-apply-fields,
  .section-xing-job-apply .job-apply .job-apply-block-container .job-apply-fields,
  .section-seek-job-apply .job-apply .job-apply-block-container .job-apply-fields {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .section-job-apply .job-apply .job-apply-block-container,
  .section-job-apply-external .job-apply .job-apply-block-container,
  .section-linkedin-job-apply .job-apply .job-apply-block-container,
  .section-xing-job-apply .job-apply .job-apply-block-container,
  .section-seek-job-apply .job-apply .job-apply-block-container {
    padding: 30px 47px 30px 47px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-job-apply .job-apply .job-apply-block-container,
  .section-job-apply-external .job-apply .job-apply-block-container,
  .section-linkedin-job-apply .job-apply .job-apply-block-container,
  .section-xing-job-apply .job-apply .job-apply-block-container,
  .section-seek-job-apply .job-apply .job-apply-block-container {
    padding: 30px 15px 37px 15px;
  }
}
/*# sourceMappingURL=job-apply.css.map */