/* 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 */
@media screen and (min-width: 320px) {
  .mp-new-job-apply-variant-1.no-sidebar #content,
  .mypage-variant-1.no-sidebar #content {
    margin-bottom: 0;
  }
}

.mp-new-job-apply-variant-1 .main-content,
.mypage-variant-1 .main-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#004FA3), to(#002B54));
  background: linear-gradient(180deg, #004FA3 0%, #002B54 100%);
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .main-contianer,
  .mypage-variant-1 .main-contianer {
    padding: 0 !important;
  }
}

.mp-new-job-apply-variant-1 #block-mp-theme-content,
.mypage-variant-1 #block-mp-theme-content {
  padding: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(180deg, #F5F5F5 0%, rgba(255, 255, 255, 0.8) 100%);
  border-radius: 20px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .mp-new-job-apply-variant-1 #block-mp-theme-content,
  .mypage-variant-1 #block-mp-theme-content {
    padding: 20px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 #block-mp-theme-content,
  .mypage-variant-1 #block-mp-theme-content {
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .mp-new-job-apply-variant-1 .cv-upload-options,
  .mypage-variant-1 .cv-upload-options {
    margin-top: 0 !important;
  }
}

.mp-new-job-apply-variant-1 .cv-submit-banner,
.mypage-variant-1 .cv-submit-banner {
  background-color: transparent;
}

@media only screen and (min-width: 769px) {
  .mp-new-job-apply-variant-1 .cv-submit-banner,
  .mypage-variant-1 .cv-submit-banner {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.mp-new-job-apply-variant-1 .cv-submit-banner .container,
.mypage-variant-1 .cv-submit-banner .container {
  padding-left: 80px;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .cv-submit-banner .container,
  .mypage-variant-1 .cv-submit-banner .container {
    padding-left: 30px;
  }
}

.mp-new-job-apply-variant-1 .cv-submit-banner h1,
.mypage-variant-1 .cv-submit-banner h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.mp-new-job-apply-variant-1 form .form-item,
.mypage-variant-1 form .form-item {
  margin-bottom: 20px;
}

.mp-new-job-apply-variant-1 form .form-item.js-form-type-radio,
.mypage-variant-1 form .form-item.js-form-type-radio {
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 form .form-item input, .mp-new-job-apply-variant-1 form .form-item select, .mp-new-job-apply-variant-1 form .form-item textarea,
.mypage-variant-1 form .form-item input,
.mypage-variant-1 form .form-item select,
.mypage-variant-1 form .form-item textarea {
  max-width: 371px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #9B9B9B;
  padding: 10px 38px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mp-new-job-apply-variant-1 form .form-item input.valid, .mp-new-job-apply-variant-1 form .form-item select.valid, .mp-new-job-apply-variant-1 form .form-item textarea.valid,
.mypage-variant-1 form .form-item input.valid,
.mypage-variant-1 form .form-item select.valid,
.mypage-variant-1 form .form-item textarea.valid {
  border: 2px solid #2fba2f;
}

.mp-new-job-apply-variant-1 form .form-item input.valid.empty-input, .mp-new-job-apply-variant-1 form .form-item select.valid.empty-input, .mp-new-job-apply-variant-1 form .form-item textarea.valid.empty-input,
.mypage-variant-1 form .form-item input.valid.empty-input,
.mypage-variant-1 form .form-item select.valid.empty-input,
.mypage-variant-1 form .form-item textarea.valid.empty-input {
  background-image: none !important;
  border: 1px solid #9B9B9B;
}

.mp-new-job-apply-variant-1 form .form-item input.valid.empty-input.hasDatepicker, .mp-new-job-apply-variant-1 form .form-item select.valid.empty-input.hasDatepicker, .mp-new-job-apply-variant-1 form .form-item textarea.valid.empty-input.hasDatepicker,
.mypage-variant-1 form .form-item input.valid.empty-input.hasDatepicker,
.mypage-variant-1 form .form-item select.valid.empty-input.hasDatepicker,
.mypage-variant-1 form .form-item textarea.valid.empty-input.hasDatepicker {
  background-image: url("../images/job-apply/calendar-days-solid.svg") !important;
}

.mp-new-job-apply-variant-1 form .form-item input:focus-visible, .mp-new-job-apply-variant-1 form .form-item select:focus-visible, .mp-new-job-apply-variant-1 form .form-item textarea:focus-visible,
.mypage-variant-1 form .form-item input:focus-visible,
.mypage-variant-1 form .form-item select:focus-visible,
.mypage-variant-1 form .form-item textarea:focus-visible {
  border-color: #124395;
}

.mp-new-job-apply-variant-1 form .form-item select,
.mypage-variant-1 form .form-item select {
  width: 371px;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 form .form-item select,
  .mypage-variant-1 form .form-item select {
    width: 200px;
  }
}

.mp-new-job-apply-variant-1 form .form-item .select2-widget.valid-text + .select2 .select2-selection--single,
.mypage-variant-1 form .form-item .select2-widget.valid-text + .select2 .select2-selection--single {
  border: 2px solid #2fba2f;
}

.mp-new-job-apply-variant-1 form .form-item label, .mp-new-job-apply-variant-1 form .form-item .cv-label, .mp-new-job-apply-variant-1 form .form-item legend,
.mypage-variant-1 form .form-item label,
.mypage-variant-1 form .form-item .cv-label,
.mypage-variant-1 form .form-item legend {
  font-size: 18px;
  line-height: 20px;
  color: #3F4048;
  margin-bottom: 15px;
}

.mp-new-job-apply-variant-1 form .form-item legend,
.mypage-variant-1 form .form-item legend {
  margin-bottom: 20px;
}

.mp-new-job-apply-variant-1 form .form-item legend .jaj-subtext,
.mypage-variant-1 form .form-item legend .jaj-subtext {
  display: none;
}

.mp-new-job-apply-variant-1 form .form-item .form-item--error-message,
.mypage-variant-1 form .form-item .form-item--error-message {
  margin-top: 4px;
}

.mp-new-job-apply-variant-1 form .form-item .form-item-mp-phone-number,
.mypage-variant-1 form .form-item .form-item-mp-phone-number {
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 form .form-item .form-item-country .form-item--error-message,
.mypage-variant-1 form .form-item .form-item-country .form-item--error-message {
  bottom: unset;
  margin-top: 64px;
}

.mp-new-job-apply-variant-1 form .js-form-type-checkbox label.option,
.mypage-variant-1 form .js-form-type-checkbox label.option {
  font-size: 1rem;
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 form .js-form-type-checkbox label.option:before,
.mypage-variant-1 form .js-form-type-checkbox label.option:before {
  border-radius: 5px;
  border-color: #9B9B9B;
  position: relative;
  top: -3px;
}

.mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:checked ~ label::before,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:checked ~ label::before {
  border-radius: 5px;
}

.mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:checked ~ label,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:checked ~ label {
  border: 0 !important;
  background: transparent;
  color: unset;
}

.mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:checked ~ label::before,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:checked ~ label::before {
  border: 1px solid #2fba2f;
  color: #2fba2f;
}

.mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:focus ~ label::before,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:focus ~ label::before {
  border: 2px solid #3f4048;
  color: #2fba2f;
  outline: none;
}

.mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"].error ~ label,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"].error ~ label {
  border: 0 !important;
}

.mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:hover ~ label, .mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:focus ~ label, .mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:focus-visible ~ label,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:hover ~ label,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:focus ~ label,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:focus-visible ~ label {
  background-color: transparent;
}

.mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked):focus ~ label::before, .mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked):focus-within ~ label::before, .mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked).valid:focus ~ label::before, .mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked).valid:focus-within ~ label::before, .mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked).error:focus ~ label::before, .mp-new-job-apply-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked).error:focus-within ~ label::before,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked):focus ~ label::before,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked):focus-within ~ label::before,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked).valid:focus ~ label::before,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked).valid:focus-within ~ label::before,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked).error:focus ~ label::before,
.mypage-variant-1 form .js-form-type-checkbox input[type="checkbox"]:not(:checked).error:focus-within ~ label::before {
  border: 2px solid #3f4048;
  color: #3f4048;
  outline: none;
}

.mp-new-job-apply-variant-1 form .js-form-item-email-more-jobs.form-item, .mp-new-job-apply-variant-1 form .js-form-item-user-login.form-item, .mp-new-job-apply-variant-1 form .js-form-item-mp-pp-check.form-item, .mp-new-job-apply-variant-1 form .js-form-item-forwarding-candidate-applications.form-item, .mp-new-job-apply-variant-1 form .js-form-item-mp-privacy-policy.form-item,
.mypage-variant-1 form .js-form-item-email-more-jobs.form-item,
.mypage-variant-1 form .js-form-item-user-login.form-item,
.mypage-variant-1 form .js-form-item-mp-pp-check.form-item,
.mypage-variant-1 form .js-form-item-forwarding-candidate-applications.form-item,
.mypage-variant-1 form .js-form-item-mp-privacy-policy.form-item {
  max-width: 770px !important;
  width: 100%;
}

.mp-new-job-apply-variant-1 form .js-form-item-email-more-jobs label.option, .mp-new-job-apply-variant-1 form .js-form-item-user-login label.option, .mp-new-job-apply-variant-1 form .js-form-item-mp-pp-check label.option, .mp-new-job-apply-variant-1 form .js-form-item-forwarding-candidate-applications label.option, .mp-new-job-apply-variant-1 form .js-form-item-mp-privacy-policy label.option,
.mypage-variant-1 form .js-form-item-email-more-jobs label.option,
.mypage-variant-1 form .js-form-item-user-login label.option,
.mypage-variant-1 form .js-form-item-mp-pp-check label.option,
.mypage-variant-1 form .js-form-item-forwarding-candidate-applications label.option,
.mypage-variant-1 form .js-form-item-mp-privacy-policy label.option {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 35px;
  max-width: 100%;
}

.mp-new-job-apply-variant-1 form .js-form-item-email-more-jobs input[type="checkbox"]:checked ~ label, .mp-new-job-apply-variant-1 form .js-form-item-user-login input[type="checkbox"]:checked ~ label, .mp-new-job-apply-variant-1 form .js-form-item-mp-pp-check input[type="checkbox"]:checked ~ label, .mp-new-job-apply-variant-1 form .js-form-item-forwarding-candidate-applications input[type="checkbox"]:checked ~ label, .mp-new-job-apply-variant-1 form .js-form-item-mp-privacy-policy input[type="checkbox"]:checked ~ label,
.mypage-variant-1 form .js-form-item-email-more-jobs input[type="checkbox"]:checked ~ label,
.mypage-variant-1 form .js-form-item-user-login input[type="checkbox"]:checked ~ label,
.mypage-variant-1 form .js-form-item-mp-pp-check input[type="checkbox"]:checked ~ label,
.mypage-variant-1 form .js-form-item-forwarding-candidate-applications input[type="checkbox"]:checked ~ label,
.mypage-variant-1 form .js-form-item-mp-privacy-policy input[type="checkbox"]:checked ~ label {
  border: 0 !important;
  background: transparent;
  color: unset;
}

.mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio label, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio label, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio label,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio label,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio label,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio label {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  padding-left: 30px;
}

.mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio label:before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio label:before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio label:before,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio label:before,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio label:before,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio label:before {
  width: 24px;
  height: 24px;
  margin-left: -30px;
  border-color: #9B9B9B;
}

.mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input ~ label.option:hover, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input ~ label.option:hover, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input ~ label.option:hover,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input ~ label.option:hover,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input ~ label.option:hover,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input ~ label.option:hover {
  background: transparent;
}

.mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input:checked ~ label, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:checked ~ label, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:checked ~ label,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input:checked ~ label,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:checked ~ label,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:checked ~ label {
  border: 0 !important;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input:checked ~ label:before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:checked ~ label:before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:checked ~ label:before,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input:checked ~ label:before,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:checked ~ label:before,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:checked ~ label:before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #124395;
  border: 6px solid #ffffff;
  outline: 1px solid #9B9B9B;
}

.mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input:checked:focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input:checked:focus-within ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:checked:focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:checked:focus-within ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:checked:focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:checked:focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input:checked:focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input:checked:focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:checked:focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:checked:focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:checked:focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:checked:focus-within ~ label::before {
  outline: 3px solid #3f4048;
}

.mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked):focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked):focus-within ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked).valid:focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked).valid:focus-within ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked).error:focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked).error:focus-within ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked):focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked):focus-within ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked).valid:focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked).valid:focus-within ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked).error:focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked).error:focus-within ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked):focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked):focus-within ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked).valid:focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked).valid:focus-within ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked).error:focus ~ label::before, .mp-new-job-apply-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked).error:focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked):focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked):focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked).valid:focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked).valid:focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked).error:focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper .js-form-type-radio input:not(:checked).error:focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked):focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked):focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked).valid:focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked).valid:focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked).error:focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-unsubscribe-option .js-form-type-radio input:not(:checked).error:focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked):focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked):focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked).valid:focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked).valid:focus-within ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked).error:focus ~ label::before,
.mypage-variant-1 form .fieldset-wrapper #edit-consent-candidate-response .js-form-type-radio input:not(:checked).error:focus-within ~ label::before {
  border: 2px solid #3f4048;
  color: #3f4048;
  outline: 3px solid #3f4048;
}

.mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio, .mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio, .mp-new-job-apply-variant-1 form #edit-current-role-right-to-work .js-form-type-radio, .mp-new-job-apply-variant-1 form #edit-first-nations .js-form-type-radio,
.mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio,
.mypage-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio,
.mypage-variant-1 form #edit-current-role-right-to-work .js-form-type-radio,
.mypage-variant-1 form #edit-first-nations .js-form-type-radio {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio:first-child, .mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio:first-child, .mp-new-job-apply-variant-1 form #edit-current-role-right-to-work .js-form-type-radio:first-child, .mp-new-job-apply-variant-1 form #edit-first-nations .js-form-type-radio:first-child,
.mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio:first-child,
.mypage-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio:first-child,
.mypage-variant-1 form #edit-current-role-right-to-work .js-form-type-radio:first-child,
.mypage-variant-1 form #edit-first-nations .js-form-type-radio:first-child {
  margin-left: 0;
}

.mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio input ~ label, .mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio input ~ label, .mp-new-job-apply-variant-1 form #edit-current-role-right-to-work .js-form-type-radio input ~ label, .mp-new-job-apply-variant-1 form #edit-first-nations .js-form-type-radio input ~ label,
.mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio input ~ label,
.mypage-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio input ~ label,
.mypage-variant-1 form #edit-current-role-right-to-work .js-form-type-radio input ~ label,
.mypage-variant-1 form #edit-first-nations .js-form-type-radio input ~ label {
  margin-right: 20px;
}

.mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio input:not(:checked).error ~ label, .mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio input:not(:checked).error ~ label, .mp-new-job-apply-variant-1 form #edit-current-role-right-to-work .js-form-type-radio input:not(:checked).error ~ label, .mp-new-job-apply-variant-1 form #edit-first-nations .js-form-type-radio input:not(:checked).error ~ label,
.mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio input:not(:checked).error ~ label,
.mypage-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio input:not(:checked).error ~ label,
.mypage-variant-1 form #edit-current-role-right-to-work .js-form-type-radio input:not(:checked).error ~ label,
.mypage-variant-1 form #edit-first-nations .js-form-type-radio input:not(:checked).error ~ label {
  border-color: transparent !important;
  background-color: transparent;
}

.mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio input:not(:checked).error ~ label:before, .mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio input:not(:checked).error ~ label:before, .mp-new-job-apply-variant-1 form #edit-current-role-right-to-work .js-form-type-radio input:not(:checked).error ~ label:before, .mp-new-job-apply-variant-1 form #edit-first-nations .js-form-type-radio input:not(:checked).error ~ label:before,
.mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio input:not(:checked).error ~ label:before,
.mypage-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio input:not(:checked).error ~ label:before,
.mypage-variant-1 form #edit-current-role-right-to-work .js-form-type-radio input:not(:checked).error ~ label:before,
.mypage-variant-1 form #edit-first-nations .js-form-type-radio input:not(:checked).error ~ label:before {
  border-color: #be1200;
}

.mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio label, .mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio label, .mp-new-job-apply-variant-1 form #edit-current-role-right-to-work .js-form-type-radio label, .mp-new-job-apply-variant-1 form #edit-first-nations .js-form-type-radio label,
.mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio label,
.mypage-variant-1 form #edit-preferred-job-type-section-interim-brand .js-form-type-radio label,
.mypage-variant-1 form #edit-current-role-right-to-work .js-form-type-radio label,
.mypage-variant-1 form #edit-first-nations .js-form-type-radio label {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}

.mp-new-job-apply-variant-1 form #edit-current-role-right-to-work .form-item-current-role-right-to-work,
.mypage-variant-1 form #edit-current-role-right-to-work .form-item-current-role-right-to-work {
  margin-right: 0;
}

.mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type,
.mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type label,
.mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type label {
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type .form-item--error-message,
.mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type .form-item--error-message {
  top: inherit;
  bottom: -31px;
}

.mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type .form-item--error-message label.option,
.mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type .form-item--error-message label.option {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type,
  .mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type label,
  .mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type label {
    margin-bottom: 15px;
  }
  .mp-new-job-apply-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio:last-child label,
  .mypage-variant-1 form #edit-preferred-job-type-section-preferred-job-type .js-form-type-radio:last-child label {
    margin-bottom: 0;
  }
}

.mp-new-job-apply-variant-1 form .interim-brand-section .fieldset-wrapper, .mp-new-job-apply-variant-1 form .right-to-work-section .fieldset-wrapper, .mp-new-job-apply-variant-1 form .first-nations-section .fieldset-wrapper,
.mypage-variant-1 form .interim-brand-section .fieldset-wrapper,
.mypage-variant-1 form .right-to-work-section .fieldset-wrapper,
.mypage-variant-1 form .first-nations-section .fieldset-wrapper {
  margin-left: 0;
}

.mp-new-job-apply-variant-1 form .interim-brand-section .fieldset-wrapper label.option, .mp-new-job-apply-variant-1 form .right-to-work-section .fieldset-wrapper label.option, .mp-new-job-apply-variant-1 form .first-nations-section .fieldset-wrapper label.option,
.mypage-variant-1 form .interim-brand-section .fieldset-wrapper label.option,
.mypage-variant-1 form .right-to-work-section .fieldset-wrapper label.option,
.mypage-variant-1 form .first-nations-section .fieldset-wrapper label.option {
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 form .nationality-section,
.mypage-variant-1 form .nationality-section {
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 form .nationality-section .add-nationality-link,
.mypage-variant-1 form .nationality-section .add-nationality-link {
  text-decoration: none !important;
}

.mp-new-job-apply-variant-1 form.mp-job-apply-new-variant-two-form .form-item legend .jaj-subtext, .mp-new-job-apply-variant-1 form.mp-cv-submit-form-variant-two .form-item legend .jaj-subtext,
.mypage-variant-1 form.mp-job-apply-new-variant-two-form .form-item legend .jaj-subtext,
.mypage-variant-1 form.mp-cv-submit-form-variant-two .form-item legend .jaj-subtext {
  display: block;
  padding-left: 0;
}

.mp-new-job-apply-variant-1 .jaj-form.jaj-form-inline .form-item:not(.js-form-type-checkbox), .mp-new-job-apply-variant-1 .jaj-form.jaj-form-inline .cv-upload-options,
.mypage-variant-1 .jaj-form.jaj-form-inline .form-item:not(.js-form-type-checkbox),
.mypage-variant-1 .jaj-form.jaj-form-inline .cv-upload-options {
  display: inline-block;
  vertical-align: top;
  max-width: 371px;
  width: 100%;
}

.mp-new-job-apply-variant-1 .jaj-form.jaj-form-inline .form-item-preferred-job-type-section-preferred-job-type,
.mypage-variant-1 .jaj-form.jaj-form-inline .form-item-preferred-job-type-section-preferred-job-type {
  display: block !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
}

.mp-new-job-apply-variant-1 .jaj-form.jaj-form-inline .cv-upload-options .draggable .uploaded-cv,
.mypage-variant-1 .jaj-form.jaj-form-inline .cv-upload-options .draggable .uploaded-cv {
  margin-bottom: 5px;
}

.mp-new-job-apply-variant-1 .jaj-form.jaj-form-inline .cv-upload-options .form-item .form-item--error-message,
.mypage-variant-1 .jaj-form.jaj-form-inline .cv-upload-options .form-item .form-item--error-message {
  margin-top: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .form-item .jaj-subtext,
.mypage-variant-1 .jaj-form .form-item .jaj-subtext {
  max-width: 371px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-top: -15px;
}

.mp-new-job-apply-variant-1 .jaj-form .form-item .jaj-subtext:focus-visible,
.mypage-variant-1 .jaj-form .form-item .jaj-subtext:focus-visible {
  outline: none;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-password-field,
.mypage-variant-1 .jaj-form .jaj-password-field {
  position: relative;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-password-field input,
.mypage-variant-1 .jaj-form .jaj-password-field input {
  padding-right: 60px;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-password-field .show-password,
.mypage-variant-1 .jaj-form .jaj-password-field .show-password {
  background-color: transparent;
  top: 52px;
  right: 18px;
  display: inline-block;
  min-width: unset;
  width: 24px;
  height: 24px;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-password-field .show-password:hover, .mp-new-job-apply-variant-1 .jaj-form .jaj-password-field .show-password:focus,
.mypage-variant-1 .jaj-form .jaj-password-field .show-password:hover,
.mypage-variant-1 .jaj-form .jaj-password-field .show-password:focus {
  border: none;
  background-color: transparent;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-password-field .password-wrapper,
.mypage-variant-1 .jaj-form .jaj-password-field .password-wrapper {
  position: relative;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-password-field .password-wrapper .show-password,
.mypage-variant-1 .jaj-form .jaj-password-field .password-wrapper .show-password {
  top: 17px;
}

.mp-new-job-apply-variant-1 .jaj-form .password-field,
.mypage-variant-1 .jaj-form .password-field {
  width: 100%;
}

.mp-new-job-apply-variant-1 .jaj-form .cv-upload-options,
.mypage-variant-1 .jaj-form .cv-upload-options {
  margin-top: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .cv-upload-options .tabledrag-toggle-weight,
.mypage-variant-1 .jaj-form .cv-upload-options .tabledrag-toggle-weight {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form .cv-upload-options .upload-spinner,
.mypage-variant-1 .jaj-form .cv-upload-options .upload-spinner {
  position: absolute;
  top: 0;
  right: 20px;
}

.mp-new-job-apply-variant-1 .jaj-form .cv-upload-options table .file-list,
.mypage-variant-1 .jaj-form .cv-upload-options table .file-list {
  margin-top: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .cv-upload-options table .file-list li,
.mypage-variant-1 .jaj-form .cv-upload-options table .file-list li {
  border-radius: 10px;
  margin-top: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .cv-upload-options .form-item .messages--error.file-upload-js-error,
.mypage-variant-1 .jaj-form .cv-upload-options .form-item .messages--error.file-upload-js-error {
  margin-top: 4px;
}

.mp-new-job-apply-variant-1 .jaj-form .upload-list,
.mypage-variant-1 .jaj-form .upload-list {
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .upload-list a,
.mypage-variant-1 .jaj-form .upload-list a {
  margin-top: 0;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #9B9B9B;
  color: #666666;
}

.mp-new-job-apply-variant-1 .jaj-form .upload-list a:after,
.mypage-variant-1 .jaj-form .upload-list a:after {
  content: "\f078";
  color: #3F4048;
}

.mp-new-job-apply-variant-1 .jaj-form .upload-list a.mp-cv-upload-error,
.mypage-variant-1 .jaj-form .upload-list a.mp-cv-upload-error {
  border: 2px solid #be1200;
}

.mp-new-job-apply-variant-1 .jaj-form .cv-label,
.mypage-variant-1 .jaj-form .cv-label {
  display: block;
}

.mp-new-job-apply-variant-1 .jaj-form .file-chooser-field-wrapper,
.mypage-variant-1 .jaj-form .file-chooser-field-wrapper {
  margin-top: -9px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 99;
  position: absolute;
  border: 1px solid #666666;
  max-width: 100%;
  width: 99.2%;
}

.mp-new-job-apply-variant-1 .jaj-form .file-chooser-field-wrapper a,
.mypage-variant-1 .jaj-form .file-chooser-field-wrapper a {
  color: #666666;
  padding-left: 45px;
}

.mp-new-job-apply-variant-1 .jaj-form .file-chooser-field-wrapper a.browse,
.mypage-variant-1 .jaj-form .file-chooser-field-wrapper a.browse {
  background: url("../images/job-apply/brows-icon.svg") no-repeat;
  background-size: 17px 14px;
  background-position: 22px;
  padding-left: 46px;
}

.mp-new-job-apply-variant-1 .jaj-form .file-chooser-field-wrapper a.browse:hover, .mp-new-job-apply-variant-1 .jaj-form .file-chooser-field-wrapper a.browse:focus, .mp-new-job-apply-variant-1 .jaj-form .file-chooser-field-wrapper a.browse:focus-visible,
.mypage-variant-1 .jaj-form .file-chooser-field-wrapper a.browse:hover,
.mypage-variant-1 .jaj-form .file-chooser-field-wrapper a.browse:focus,
.mypage-variant-1 .jaj-form .file-chooser-field-wrapper a.browse:focus-visible {
  background: url("../images/job-apply/browse-icon-hover.svg") no-repeat;
  background-color: #124395;
  background-position: 22px;
  background-size: 17px 14px;
  color: #ffffff;
}

.mp-new-job-apply-variant-1 .jaj-form .file-chooser-field-wrapper .user-cv-lists li,
.mypage-variant-1 .jaj-form .file-chooser-field-wrapper .user-cv-lists li {
  background: url("../images/job-apply/cv-icon.svg") no-repeat;
  background-position: 22px;
  background-size: 17px 14px;
}

.mp-new-job-apply-variant-1 .jaj-form .file-chooser-field-wrapper .user-cv-lists li:before,
.mypage-variant-1 .jaj-form .file-chooser-field-wrapper .user-cv-lists li:before {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form .file-chooser-field-wrapper .user-cv-lists a:hover,
.mypage-variant-1 .jaj-form .file-chooser-field-wrapper .user-cv-lists a:hover {
  background: url("../images/job-apply/cv-hover.svg") no-repeat;
  background-color: #124395;
  background-position: 22px;
  background-size: 17px 14px;
  color: #ffffff;
}

.mp-new-job-apply-variant-1 .jaj-form .file-chooser-field-wrapper .user-cv-lists a:hover:before,
.mypage-variant-1 .jaj-form .file-chooser-field-wrapper .user-cv-lists a:hover:before {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form .cv-file-description,
.mypage-variant-1 .jaj-form .cv-file-description {
  margin-top: -17px;
}

.mp-new-job-apply-variant-1 .jaj-form .mycv-selected li,
.mypage-variant-1 .jaj-form .mycv-selected li {
  margin-top: 0;
  border-radius: 10px;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-btn, .mp-new-job-apply-variant-1 .jaj-form input[type="submit"], .mp-new-job-apply-variant-1 .jaj-form input[type="button"], .mp-new-job-apply-variant-1 .jaj-form button, .mp-new-job-apply-variant-1 .jaj-form .form-submit, .mp-new-job-apply-variant-1 .jaj-form [type='button'], .mp-new-job-apply-variant-1 .jaj-form [type='reset'], .mp-new-job-apply-variant-1 .jaj-form .jaj-disable, .mp-new-job-apply-variant-1 .jaj-form [type='submit'],
.mypage-variant-1 .jaj-form .jaj-btn,
.mypage-variant-1 .jaj-form input[type="submit"],
.mypage-variant-1 .jaj-form input[type="button"],
.mypage-variant-1 .jaj-form button,
.mypage-variant-1 .jaj-form .form-submit,
.mypage-variant-1 .jaj-form [type='button'],
.mypage-variant-1 .jaj-form [type='reset'],
.mypage-variant-1 .jaj-form .jaj-disable,
.mypage-variant-1 .jaj-form [type='submit'] {
  background-color: #124395;
  border: 2px solid #124395;
  color: #ffffff;
  height: 52px;
  display: block;
  font-size: 16px;
  line-height: 18.75px;
  border-radius: 30px;
  min-width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-btn:hover, .mp-new-job-apply-variant-1 .jaj-form .jaj-btn:focus, .mp-new-job-apply-variant-1 .jaj-form .jaj-btn:focus-visible, .mp-new-job-apply-variant-1 .jaj-form input[type="submit"]:hover, .mp-new-job-apply-variant-1 .jaj-form input[type="submit"]:focus, .mp-new-job-apply-variant-1 .jaj-form input[type="submit"]:focus-visible, .mp-new-job-apply-variant-1 .jaj-form input[type="button"]:hover, .mp-new-job-apply-variant-1 .jaj-form input[type="button"]:focus, .mp-new-job-apply-variant-1 .jaj-form input[type="button"]:focus-visible, .mp-new-job-apply-variant-1 .jaj-form button:hover, .mp-new-job-apply-variant-1 .jaj-form button:focus, .mp-new-job-apply-variant-1 .jaj-form button:focus-visible, .mp-new-job-apply-variant-1 .jaj-form .form-submit:hover, .mp-new-job-apply-variant-1 .jaj-form .form-submit:focus, .mp-new-job-apply-variant-1 .jaj-form .form-submit:focus-visible, .mp-new-job-apply-variant-1 .jaj-form [type='button']:hover, .mp-new-job-apply-variant-1 .jaj-form [type='button']:focus, .mp-new-job-apply-variant-1 .jaj-form [type='button']:focus-visible, .mp-new-job-apply-variant-1 .jaj-form [type='reset']:hover, .mp-new-job-apply-variant-1 .jaj-form [type='reset']:focus, .mp-new-job-apply-variant-1 .jaj-form [type='reset']:focus-visible, .mp-new-job-apply-variant-1 .jaj-form .jaj-disable:hover, .mp-new-job-apply-variant-1 .jaj-form .jaj-disable:focus, .mp-new-job-apply-variant-1 .jaj-form .jaj-disable:focus-visible, .mp-new-job-apply-variant-1 .jaj-form [type='submit']:hover, .mp-new-job-apply-variant-1 .jaj-form [type='submit']:focus, .mp-new-job-apply-variant-1 .jaj-form [type='submit']:focus-visible,
.mypage-variant-1 .jaj-form .jaj-btn:hover,
.mypage-variant-1 .jaj-form .jaj-btn:focus,
.mypage-variant-1 .jaj-form .jaj-btn:focus-visible,
.mypage-variant-1 .jaj-form input[type="submit"]:hover,
.mypage-variant-1 .jaj-form input[type="submit"]:focus,
.mypage-variant-1 .jaj-form input[type="submit"]:focus-visible,
.mypage-variant-1 .jaj-form input[type="button"]:hover,
.mypage-variant-1 .jaj-form input[type="button"]:focus,
.mypage-variant-1 .jaj-form input[type="button"]:focus-visible,
.mypage-variant-1 .jaj-form button:hover,
.mypage-variant-1 .jaj-form button:focus,
.mypage-variant-1 .jaj-form button:focus-visible,
.mypage-variant-1 .jaj-form .form-submit:hover,
.mypage-variant-1 .jaj-form .form-submit:focus,
.mypage-variant-1 .jaj-form .form-submit:focus-visible,
.mypage-variant-1 .jaj-form [type='button']:hover,
.mypage-variant-1 .jaj-form [type='button']:focus,
.mypage-variant-1 .jaj-form [type='button']:focus-visible,
.mypage-variant-1 .jaj-form [type='reset']:hover,
.mypage-variant-1 .jaj-form [type='reset']:focus,
.mypage-variant-1 .jaj-form [type='reset']:focus-visible,
.mypage-variant-1 .jaj-form .jaj-disable:hover,
.mypage-variant-1 .jaj-form .jaj-disable:focus,
.mypage-variant-1 .jaj-form .jaj-disable:focus-visible,
.mypage-variant-1 .jaj-form [type='submit']:hover,
.mypage-variant-1 .jaj-form [type='submit']:focus,
.mypage-variant-1 .jaj-form [type='submit']:focus-visible {
  background-color: #0E3577;
  color: #ffffff;
  border: 2px solid #0E3577;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-form .jaj-btn, .mp-new-job-apply-variant-1 .jaj-form input[type="submit"], .mp-new-job-apply-variant-1 .jaj-form input[type="button"], .mp-new-job-apply-variant-1 .jaj-form button, .mp-new-job-apply-variant-1 .jaj-form .form-submit, .mp-new-job-apply-variant-1 .jaj-form [type='button'], .mp-new-job-apply-variant-1 .jaj-form [type='reset'], .mp-new-job-apply-variant-1 .jaj-form .jaj-disable, .mp-new-job-apply-variant-1 .jaj-form [type='submit'],
  .mypage-variant-1 .jaj-form .jaj-btn,
  .mypage-variant-1 .jaj-form input[type="submit"],
  .mypage-variant-1 .jaj-form input[type="button"],
  .mypage-variant-1 .jaj-form button,
  .mypage-variant-1 .jaj-form .form-submit,
  .mypage-variant-1 .jaj-form [type='button'],
  .mypage-variant-1 .jaj-form [type='reset'],
  .mypage-variant-1 .jaj-form .jaj-disable,
  .mypage-variant-1 .jaj-form [type='submit'] {
    min-width: 100px;
    width: 100%;
    max-width: 185px;
  }
}

.mp-new-job-apply-variant-1 .jaj-form .form-section-nav button,
.mypage-variant-1 .jaj-form .form-section-nav button {
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mp-new-job-apply-variant-1 .jaj-form .form-section-nav .step1-next-button,
.mypage-variant-1 .jaj-form .form-section-nav .step1-next-button {
  border: none;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-disable,
.mypage-variant-1 .jaj-form .jaj-disable {
  background-color: #6D6E70;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-disable:hover, .mp-new-job-apply-variant-1 .jaj-form .jaj-disable:focus, .mp-new-job-apply-variant-1 .jaj-form .jaj-disable:focus-visible,
.mypage-variant-1 .jaj-form .jaj-disable:hover,
.mypage-variant-1 .jaj-form .jaj-disable:focus,
.mypage-variant-1 .jaj-form .jaj-disable:focus-visible {
  background-color: #6D6E70;
  color: #ffffff;
  border-color: #6D6E70;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-btn-white, .mp-new-job-apply-variant-1 .jaj-form .jaj-btn-white[type='submit'],
.mypage-variant-1 .jaj-form .jaj-btn-white,
.mypage-variant-1 .jaj-form .jaj-btn-white[type='submit'] {
  background-color: #ffffff;
  color: #124395;
  border: 2px solid #124395;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-btn-white:hover, .mp-new-job-apply-variant-1 .jaj-form .jaj-btn-white:focus, .mp-new-job-apply-variant-1 .jaj-form .jaj-btn-white:focus-visible, .mp-new-job-apply-variant-1 .jaj-form .jaj-btn-white[type='submit']:hover, .mp-new-job-apply-variant-1 .jaj-form .jaj-btn-white[type='submit']:focus, .mp-new-job-apply-variant-1 .jaj-form .jaj-btn-white[type='submit']:focus-visible,
.mypage-variant-1 .jaj-form .jaj-btn-white:hover,
.mypage-variant-1 .jaj-form .jaj-btn-white:focus,
.mypage-variant-1 .jaj-form .jaj-btn-white:focus-visible,
.mypage-variant-1 .jaj-form .jaj-btn-white[type='submit']:hover,
.mypage-variant-1 .jaj-form .jaj-btn-white[type='submit']:focus,
.mypage-variant-1 .jaj-form .jaj-btn-white[type='submit']:focus-visible {
  background-color: #0E3577;
  color: #ffffff;
  border: 2px solid #0E3577;
}

.mp-new-job-apply-variant-1 .jaj-form .email_me_tooltip_wrapper,
.mypage-variant-1 .jaj-form .email_me_tooltip_wrapper {
  width: 100%;
  max-width: inherit;
}

.mp-new-job-apply-variant-1 .jaj-subtext,
.mypage-variant-1 .jaj-subtext {
  font-size: 16px;
  line-height: 18.75px;
  color: #3F4048;
}

.mp-new-job-apply-variant-1 .jaj-subtext a,
.mypage-variant-1 .jaj-subtext a {
  font-weight: 600;
  color: #3F4048;
}

.mp-new-job-apply-variant-1 .jaj-first-step--wrapper,
.mypage-variant-1 .jaj-first-step--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 866px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-first-step--wrapper,
  .mypage-variant-1 .jaj-first-step--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-cv, .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-seek, .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-xing, .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-linkedin,
.mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-cv,
.mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-seek,
.mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-xing,
.mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-linkedin {
  margin-right: 60px;
}

@media only screen and (max-width: 1200px) {
  .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-cv, .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-seek, .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-xing, .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-linkedin,
  .mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-cv,
  .mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-seek,
  .mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-xing,
  .mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-linkedin {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-cv, .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-seek, .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-xing, .mp-new-job-apply-variant-1 .jaj-first-step--wrapper .jaj-apply-linkedin,
  .mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-cv,
  .mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-seek,
  .mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-xing,
  .mypage-variant-1 .jaj-first-step--wrapper .jaj-apply-linkedin {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.mp-new-job-apply-variant-1 .jaj-apply-cv, .mp-new-job-apply-variant-1 .jaj-apply-seek, .mp-new-job-apply-variant-1 .jaj-apply-xing, .mp-new-job-apply-variant-1 .jaj-active,
.mypage-variant-1 .jaj-apply-cv,
.mypage-variant-1 .jaj-apply-seek,
.mypage-variant-1 .jaj-apply-xing,
.mypage-variant-1 .jaj-active {
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #007EBB;
  padding: 10px 20px;
  max-width: 210px;
  width: 100%;
  height: 48px;
  color: #124395;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.mp-new-job-apply-variant-1 .jaj-apply-cv span, .mp-new-job-apply-variant-1 .jaj-apply-seek span, .mp-new-job-apply-variant-1 .jaj-apply-xing span, .mp-new-job-apply-variant-1 .jaj-active span,
.mypage-variant-1 .jaj-apply-cv span,
.mypage-variant-1 .jaj-apply-seek span,
.mypage-variant-1 .jaj-apply-xing span,
.mypage-variant-1 .jaj-active span {
  text-align: center;
  width: 100%;
}

.mp-new-job-apply-variant-1 .jaj-apply-cv:hover, .mp-new-job-apply-variant-1 .jaj-apply-cv:focus, .mp-new-job-apply-variant-1 .jaj-apply-cv:focus-visible, .mp-new-job-apply-variant-1 .jaj-apply-seek:hover, .mp-new-job-apply-variant-1 .jaj-apply-seek:focus, .mp-new-job-apply-variant-1 .jaj-apply-seek:focus-visible, .mp-new-job-apply-variant-1 .jaj-apply-xing:hover, .mp-new-job-apply-variant-1 .jaj-apply-xing:focus, .mp-new-job-apply-variant-1 .jaj-apply-xing:focus-visible, .mp-new-job-apply-variant-1 .jaj-active:hover, .mp-new-job-apply-variant-1 .jaj-active:focus, .mp-new-job-apply-variant-1 .jaj-active:focus-visible,
.mypage-variant-1 .jaj-apply-cv:hover,
.mypage-variant-1 .jaj-apply-cv:focus,
.mypage-variant-1 .jaj-apply-cv:focus-visible,
.mypage-variant-1 .jaj-apply-seek:hover,
.mypage-variant-1 .jaj-apply-seek:focus,
.mypage-variant-1 .jaj-apply-seek:focus-visible,
.mypage-variant-1 .jaj-apply-xing:hover,
.mypage-variant-1 .jaj-apply-xing:focus,
.mypage-variant-1 .jaj-apply-xing:focus-visible,
.mypage-variant-1 .jaj-active:hover,
.mypage-variant-1 .jaj-active:focus,
.mypage-variant-1 .jaj-active:focus-visible {
  background-color: #124395;
  color: #ffffff;
}

.mp-new-job-apply-variant-1 .jaj-apply-cv:before, .mp-new-job-apply-variant-1 .jaj-apply-seek:before, .mp-new-job-apply-variant-1 .jaj-apply-xing:before, .mp-new-job-apply-variant-1 .jaj-active:before,
.mypage-variant-1 .jaj-apply-cv:before,
.mypage-variant-1 .jaj-apply-seek:before,
.mypage-variant-1 .jaj-apply-xing:before,
.mypage-variant-1 .jaj-active:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-apply-cv, .mp-new-job-apply-variant-1 .jaj-apply-seek, .mp-new-job-apply-variant-1 .jaj-apply-xing, .mp-new-job-apply-variant-1 .jaj-active,
  .mypage-variant-1 .jaj-apply-cv,
  .mypage-variant-1 .jaj-apply-seek,
  .mypage-variant-1 .jaj-apply-xing,
  .mypage-variant-1 .jaj-active {
    margin-right: 0;
  }
}

.mp-new-job-apply-variant-1 .jaj-apply-cv:before,
.mypage-variant-1 .jaj-apply-cv:before {
  background: url("../images/job-apply/apply-cv.png") no-repeat;
  width: 27px;
}

.mp-new-job-apply-variant-1 .jaj-apply-cv:hover:before, .mp-new-job-apply-variant-1 .jaj-apply-cv:focus:before, .mp-new-job-apply-variant-1 .jaj-apply-cv:focus-visible:before,
.mypage-variant-1 .jaj-apply-cv:hover:before,
.mypage-variant-1 .jaj-apply-cv:focus:before,
.mypage-variant-1 .jaj-apply-cv:focus-visible:before {
  background: url("../images/job-apply/apply-cv-hover.png") no-repeat;
}

.mp-new-job-apply-variant-1 .jaj-apply-seek:before,
.mypage-variant-1 .jaj-apply-seek:before {
  background: url("../images/job-apply/apply-seek.png") no-repeat;
  width: 23px;
  background-position: center;
  background-size: cover;
}

.mp-new-job-apply-variant-1 .jaj-apply-xing:before,
.mypage-variant-1 .jaj-apply-xing:before {
  font-family: 'Font Awesome 6 Brands';
  content: "\f169";
  font-size: 20px;
  color: #026466;
  position: relative;
  top: -1px;
}

.mp-new-job-apply-variant-1 .jaj-apply-xing:hover:before, .mp-new-job-apply-variant-1 .jaj-apply-xing:focus:before,
.mypage-variant-1 .jaj-apply-xing:hover:before,
.mypage-variant-1 .jaj-apply-xing:focus:before {
  font-family: 'Font Awesome 6 Brands';
  content: "\f169";
  font-size: 20px;
  color: #ffffff;
}

.mp-new-job-apply-variant-1 .jaj-active,
.mypage-variant-1 .jaj-active {
  background-color: #124395;
  border: 1px solid #124395;
  color: #ffffff;
}

.mp-new-job-apply-variant-1 .jaj-active:before,
.mypage-variant-1 .jaj-active:before {
  background: url("../images/job-apply/apply-cv-hover.png") no-repeat;
}

.mp-new-job-apply-variant-1 .jaj-active:hover, .mp-new-job-apply-variant-1 .jaj-active:focus, .mp-new-job-apply-variant-1 .jaj-active:focus-visible,
.mypage-variant-1 .jaj-active:hover,
.mypage-variant-1 .jaj-active:focus,
.mypage-variant-1 .jaj-active:focus-visible {
  background-color: #0E3577;
  border: 1px solid #0E3577;
  color: #ffffff;
}

.mp-new-job-apply-variant-1 .jaj-active:hover:before, .mp-new-job-apply-variant-1 .jaj-active:focus:before, .mp-new-job-apply-variant-1 .jaj-active:focus-visible:before,
.mypage-variant-1 .jaj-active:hover:before,
.mypage-variant-1 .jaj-active:focus:before,
.mypage-variant-1 .jaj-active:focus-visible:before {
  background: url("../images/job-apply/apply-cv-hover.png") no-repeat;
}

.mp-new-job-apply-variant-1 .jaj-form,
.mypage-variant-1 .jaj-form {
  border: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-accord-header,
.mypage-variant-1 .jaj-form .jaj-accord-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-accord-header .jaj-accord-count,
.mypage-variant-1 .jaj-form .jaj-accord-header .jaj-accord-count {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 15px;
  background: #ffffff;
  border: 2px solid #6E7577;
  color: #6E7577;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: normal;
  margin-right: 15px;
  font-weight: 700;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-accord-header .jaj-accord-title,
.mypage-variant-1 .jaj-form .jaj-accord-header .jaj-accord-title {
  font-size: 28px;
  line-height: 35.16px;
  font-weight: 700;
  color: #6E7577;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-form .jaj-accord-header .jaj-accord-title,
  .mypage-variant-1 .jaj-form .jaj-accord-header .jaj-accord-title {
    font-size: 24px;
    line-height: normal;
  }
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-accord-header .jaj-accord-title:focus-visible,
.mypage-variant-1 .jaj-form .jaj-accord-header .jaj-accord-title:focus-visible {
  outline: none;
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-accord-subtext,
.mypage-variant-1 .jaj-form .jaj-accord-subtext {
  padding-left: 45px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-form .jaj-accord-subtext,
  .mypage-variant-1 .jaj-form .jaj-accord-subtext {
    padding-left: 0;
  }
}

.mp-new-job-apply-variant-1 .jaj-form .jaj-accord-subtext:focus-visible,
.mypage-variant-1 .jaj-form .jaj-accord-subtext:focus-visible {
  outline: none;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section,
.mypage-variant-1 .jaj-form.apply-method-wrapper,
.mypage-variant-1 .jaj-form.personal-information-section,
.mypage-variant-1 .jaj-form.employment-information-section {
  padding: 0;
  border-bottom: 1px solid #9B9B9B;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .jaj-section-title, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .jaj-section-title, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .jaj-section-title,
.mypage-variant-1 .jaj-form.apply-method-wrapper .jaj-section-title,
.mypage-variant-1 .jaj-form.personal-information-section .jaj-section-title,
.mypage-variant-1 .jaj-form.employment-information-section .jaj-section-title {
  color: #124395;
  font-size: 18px;
  line-height: 21.09px;
  margin-top: 0;
  margin-bottom: 20px;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper legend, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section legend, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section legend,
.mypage-variant-1 .jaj-form.apply-method-wrapper legend,
.mypage-variant-1 .jaj-form.personal-information-section legend,
.mypage-variant-1 .jaj-form.employment-information-section legend {
  width: 100%;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper.open .jaj-accord-title, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section.open .jaj-accord-title, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.open .jaj-accord-title,
.mypage-variant-1 .jaj-form.apply-method-wrapper.open .jaj-accord-title,
.mypage-variant-1 .jaj-form.personal-information-section.open .jaj-accord-title,
.mypage-variant-1 .jaj-form.employment-information-section.open .jaj-accord-title {
  color: #124395;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper.open .jaj-accord-count, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section.open .jaj-accord-count, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.open .jaj-accord-count,
.mypage-variant-1 .jaj-form.apply-method-wrapper.open .jaj-accord-count,
.mypage-variant-1 .jaj-form.personal-information-section.open .jaj-accord-count,
.mypage-variant-1 .jaj-form.employment-information-section.open .jaj-accord-count {
  border-color: #124395;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper.open legend .jaj-subtext, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section.open legend .jaj-subtext, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.open legend .jaj-subtext,
.mypage-variant-1 .jaj-form.apply-method-wrapper.open legend .jaj-subtext,
.mypage-variant-1 .jaj-form.personal-information-section.open legend .jaj-subtext,
.mypage-variant-1 .jaj-form.employment-information-section.open legend .jaj-subtext {
  display: block;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper.open .jaj-accord-header .jaj-accord-count, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section.open .jaj-accord-header .jaj-accord-count, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.open .jaj-accord-header .jaj-accord-count,
.mypage-variant-1 .jaj-form.apply-method-wrapper.open .jaj-accord-header .jaj-accord-count,
.mypage-variant-1 .jaj-form.personal-information-section.open .jaj-accord-header .jaj-accord-count,
.mypage-variant-1 .jaj-form.employment-information-section.open .jaj-accord-header .jaj-accord-count {
  background-color: #124395;
  color: #ffffff;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper.section-filled .jaj-accord-title, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section.section-filled .jaj-accord-title, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.section-filled .jaj-accord-title,
.mypage-variant-1 .jaj-form.apply-method-wrapper.section-filled .jaj-accord-title,
.mypage-variant-1 .jaj-form.personal-information-section.section-filled .jaj-accord-title,
.mypage-variant-1 .jaj-form.employment-information-section.section-filled .jaj-accord-title {
  color: #124395;
  cursor: pointer;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper.section-filled .jaj-accord-count, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section.section-filled .jaj-accord-count, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.section-filled .jaj-accord-count,
.mypage-variant-1 .jaj-form.apply-method-wrapper.section-filled .jaj-accord-count,
.mypage-variant-1 .jaj-form.personal-information-section.section-filled .jaj-accord-count,
.mypage-variant-1 .jaj-form.employment-information-section.section-filled .jaj-accord-count {
  border-color: #124395;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper.section-filled .jaj-accord-header .jaj-accord-count, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section.section-filled .jaj-accord-header .jaj-accord-count, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.section-filled .jaj-accord-header .jaj-accord-count,
.mypage-variant-1 .jaj-form.apply-method-wrapper.section-filled .jaj-accord-header .jaj-accord-count,
.mypage-variant-1 .jaj-form.personal-information-section.section-filled .jaj-accord-header .jaj-accord-count,
.mypage-variant-1 .jaj-form.employment-information-section.section-filled .jaj-accord-header .jaj-accord-count {
  background-color: #124395;
  color: #ffffff;
  border-color: #124395;
  background-size: 100%;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper.section-filled .jaj-accord-header:after, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section.section-filled .jaj-accord-header:after, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.section-filled .jaj-accord-header:after,
.mypage-variant-1 .jaj-form.apply-method-wrapper.section-filled .jaj-accord-header:after,
.mypage-variant-1 .jaj-form.personal-information-section.section-filled .jaj-accord-header:after,
.mypage-variant-1 .jaj-form.employment-information-section.section-filled .jaj-accord-header:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/job-apply/accordion-valid.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form.apply-method-wrapper .fieldset-wrapper,
.mypage-variant-1 .jaj-form.personal-information-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form.employment-information-section .fieldset-wrapper {
  margin-left: 47px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .fieldset-wrapper,
  .mypage-variant-1 .jaj-form.apply-method-wrapper .fieldset-wrapper,
  .mypage-variant-1 .jaj-form.personal-information-section .fieldset-wrapper,
  .mypage-variant-1 .jaj-form.employment-information-section .fieldset-wrapper {
    margin-left: 0;
  }
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .select2-container, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .select2-container, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .select2-container,
.mypage-variant-1 .jaj-form.apply-method-wrapper .select2-container,
.mypage-variant-1 .jaj-form.personal-information-section .select2-container,
.mypage-variant-1 .jaj-form.employment-information-section .select2-container {
  max-width: 371px;
  width: 100% !important;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single,
.mypage-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single,
.mypage-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single,
.mypage-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single {
  height: 60px;
  border-radius: 10px;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single .select2-selection__rendered, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single .select2-selection__rendered,
.mypage-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.mypage-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single .select2-selection__rendered,
.mypage-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  font-size: 1rem;
  line-height: 24px;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single .select2-selection__placeholder, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single .select2-selection__placeholder,
.mypage-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder,
.mypage-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single .select2-selection__placeholder,
.mypage-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666666;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.mypage-variant-1 .jaj-form.apply-method-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.mypage-variant-1 .jaj-form.personal-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.mypage-variant-1 .jaj-form.employment-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 18px;
  right: 15px;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.mypage-variant-1 .jaj-form.apply-method-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.mypage-variant-1 .jaj-form.personal-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.mypage-variant-1 .jaj-form.employment-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "\f078";
  color: #3F4048;
  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;
  rotate: 180deg;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.mypage-variant-1 .jaj-form.apply-method-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.mypage-variant-1 .jaj-form.personal-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.mypage-variant-1 .jaj-form.employment-information-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single .select2-selection__arrow, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single .select2-selection__arrow,
.mypage-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.mypage-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single .select2-selection__arrow,
.mypage-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18px;
  right: 15px;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single .select2-selection__arrow b, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single .select2-selection__arrow b,
.mypage-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
.mypage-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single .select2-selection__arrow b,
.mypage-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after, .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single .select2-selection__arrow:after, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.mypage-variant-1 .jaj-form.apply-method-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.mypage-variant-1 .jaj-form.personal-information-section .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.mypage-variant-1 .jaj-form.employment-information-section .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f078";
  color: #3F4048;
  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;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .fieldset-wrapper,
.mypage-variant-1 .jaj-form.apply-method-wrapper .fieldset-wrapper {
  padding-top: 15px;
  padding-bottom: 30px;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .apply-cv-section,
.mypage-variant-1 .jaj-form.apply-method-wrapper .apply-cv-section {
  margin-top: 20px;
  position: relative;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .form-item-mp-user-mail, .mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .form-item-password,
.mypage-variant-1 .jaj-form.apply-method-wrapper .form-item-mp-user-mail,
.mypage-variant-1 .jaj-form.apply-method-wrapper .form-item-password {
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .jaj-password-field,
.mypage-variant-1 .jaj-form.apply-method-wrapper .jaj-password-field {
  max-width: 371px;
  width: 100%;
  margin-top: 20px;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .jaj-password-field .login-link > a,
.mypage-variant-1 .jaj-form.apply-method-wrapper .jaj-password-field .login-link > a {
  position: absolute;
  right: 0;
  z-index: 9;
  cursor: pointer;
  top: 12px;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 600;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .jaj-password-field .login-link > a .form-item--error-message,
.mypage-variant-1 .jaj-form.apply-method-wrapper .jaj-password-field .login-link > a .form-item--error-message {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .jaj-password-field .login-link .jaj-subtext,
.mypage-variant-1 .jaj-form.apply-method-wrapper .jaj-password-field .login-link .jaj-subtext {
  margin-top: 10px;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .jaj-password-field .login-link .jaj-subtext a,
.mypage-variant-1 .jaj-form.apply-method-wrapper .jaj-password-field .login-link .jaj-subtext a {
  cursor: pointer;
  text-decoration: underline;
}

.mp-new-job-apply-variant-1 .jaj-form.apply-method-wrapper .form-section-nav,
.mypage-variant-1 .jaj-form.apply-method-wrapper .form-section-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}

.mp-new-job-apply-variant-1 .jaj-form.personal-information-section.open .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.open .fieldset-wrapper,
.mypage-variant-1 .jaj-form.personal-information-section.open .fieldset-wrapper,
.mypage-variant-1 .jaj-form.employment-information-section.open .fieldset-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}

.mp-new-job-apply-variant-1 .jaj-form.personal-information-section:not(.open) .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section:not(.open) .fieldset-wrapper,
.mypage-variant-1 .jaj-form.personal-information-section:not(.open) .fieldset-wrapper,
.mypage-variant-1 .jaj-form.employment-information-section:not(.open) .fieldset-wrapper {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form.personal-information-section .form-section-nav, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .form-section-nav,
.mypage-variant-1 .jaj-form.personal-information-section .form-section-nav,
.mypage-variant-1 .jaj-form.employment-information-section .form-section-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-form.personal-information-section .form-section-nav, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .form-section-nav,
  .mypage-variant-1 .jaj-form.personal-information-section .form-section-nav,
  .mypage-variant-1 .jaj-form.employment-information-section .form-section-nav {
    margin-left: 0;
  }
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section,
.mypage-variant-1 .jaj-form.employment-information-section {
  border-bottom: 0;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .jaj-section-title,
.mypage-variant-1 .jaj-form.employment-information-section .jaj-section-title {
  margin-bottom: 5px;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .final-step-wrapper,
.mypage-variant-1 .jaj-form.employment-information-section .final-step-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 400px) {
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .final-step-wrapper,
  .mypage-variant-1 .jaj-form.employment-information-section .final-step-wrapper {
    display: block;
  }
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .final-step-wrapper .form-section-nav,
  .mypage-variant-1 .jaj-form.employment-information-section .final-step-wrapper .form-section-nav {
    max-width: 100%;
  }
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .final-step-wrapper .notranslate,
  .mypage-variant-1 .jaj-form.employment-information-section .final-step-wrapper .notranslate {
    max-width: 100%;
  }
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form.employment-information-section .fieldset-wrapper {
  padding-top: 0;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section.interim-brand-section .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.right-to-work-section .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section.first-nations-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form.employment-information-section.interim-brand-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form.employment-information-section.right-to-work-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form.employment-information-section.first-nations-section .fieldset-wrapper {
  margin-left: 0;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .js-form-type-textfield, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .js-form-type-select,
.mypage-variant-1 .jaj-form.employment-information-section .js-form-type-textfield,
.mypage-variant-1 .jaj-form.employment-information-section .js-form-type-select {
  margin-bottom: 10px;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .js-form-type-textfield label, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .js-form-type-select label,
.mypage-variant-1 .jaj-form.employment-information-section .js-form-type-textfield label,
.mypage-variant-1 .jaj-form.employment-information-section .js-form-type-select label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 36px;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .form-item-current-role-current-job-title, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .form-item-current-role-cc-experience-level,
.mypage-variant-1 .jaj-form.employment-information-section .form-item-current-role-current-job-title,
.mypage-variant-1 .jaj-form.employment-information-section .form-item-current-role-cc-experience-level {
  margin-bottom: 20px;
}

.mp-new-job-apply-variant-1 .jaj-form .cc_industry-section, .mp-new-job-apply-variant-1 .jaj-form .cc-job-function-section, .mp-new-job-apply-variant-1 .jaj-form .current-role-section,
.mypage-variant-1 .jaj-form .cc_industry-section,
.mypage-variant-1 .jaj-form .cc-job-function-section,
.mypage-variant-1 .jaj-form .current-role-section {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}

.mp-new-job-apply-variant-1 .jaj-form .cc_industry-section .form-item, .mp-new-job-apply-variant-1 .jaj-form .cc-job-function-section .form-item, .mp-new-job-apply-variant-1 .jaj-form .current-role-section .form-item,
.mypage-variant-1 .jaj-form .cc_industry-section .form-item,
.mypage-variant-1 .jaj-form .cc-job-function-section .form-item,
.mypage-variant-1 .jaj-form .current-role-section .form-item {
  margin-right: 30px;
}

.mp-new-job-apply-variant-1 .jaj-form .cc_industry-section .form-item .form-item, .mp-new-job-apply-variant-1 .jaj-form .cc-job-function-section .form-item .form-item, .mp-new-job-apply-variant-1 .jaj-form .current-role-section .form-item .form-item,
.mypage-variant-1 .jaj-form .cc_industry-section .form-item .form-item,
.mypage-variant-1 .jaj-form .cc-job-function-section .form-item .form-item,
.mypage-variant-1 .jaj-form .current-role-section .form-item .form-item {
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section,
.mypage-variant-1 .jaj-form .preferred-job-type-section {
  width: 100%;
  margin-bottom: 10px;
}

.mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section .jaj-section-title, .mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section #edit-preferred-job-type-section-preferred-job-type, .mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section .interim-brand-section, .mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section .right-to-work-section, .mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section .first-nations-section,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section .jaj-section-title,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section #edit-preferred-job-type-section-preferred-job-type,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section .interim-brand-section,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section .right-to-work-section,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section .first-nations-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.interim-brand-section, .mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.right-to-work-section, .mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.first-nations-section,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.interim-brand-section,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.right-to-work-section,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.first-nations-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.interim-brand-section .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.right-to-work-section .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.first-nations-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.interim-brand-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.right-to-work-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form .preferred-job-type-section #edit-preferred-job-type-section fieldset.first-nations-section .fieldset-wrapper {
  padding-bottom: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .add-pp,
.mypage-variant-1 .jaj-form .add-pp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.mp-new-job-apply-variant-1 .jaj-form .user-creation-message,
.mypage-variant-1 .jaj-form .user-creation-message {
  max-width: 770px !important;
  width: 100%;
}

.mp-new-job-apply-variant-1 .jaj-form .final-step-wrapper,
.mypage-variant-1 .jaj-form .final-step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.mp-new-job-apply-variant-1 .jaj-form .final-step-wrapper .form-section-nav,
.mypage-variant-1 .jaj-form .final-step-wrapper .form-section-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-right: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-form .final-step-wrapper .form-section-nav,
  .mypage-variant-1 .jaj-form .final-step-wrapper .form-section-nav {
    margin-right: 15px;
  }
}

.mp-new-job-apply-variant-1 .jaj-form .final-step-wrapper .notranslate,
.mypage-variant-1 .jaj-form .final-step-wrapper .notranslate {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.mp-new-job-apply-variant-1 .jaj-form .final-step-wrapper .mp-job-apply-final-submit-loader,
.mypage-variant-1 .jaj-form .final-step-wrapper .mp-job-apply-final-submit-loader {
  max-width: 100%;
  width: 100%;
  padding: 10px 20px 10px 20px;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-form .final-step-wrapper .form-section-nav,
  .mypage-variant-1 .jaj-form .final-step-wrapper .form-section-nav {
    max-width: 185px;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .mp-new-job-apply-variant-1 .jaj-form .final-step-wrapper .form-section-nav button, .mp-new-job-apply-variant-1 .jaj-form .final-step-wrapper .form-section-nav .personal-information-previous-button,
  .mypage-variant-1 .jaj-form .final-step-wrapper .form-section-nav button,
  .mypage-variant-1 .jaj-form .final-step-wrapper .form-section-nav .personal-information-previous-button {
    min-width: inherit;
    max-width: 100%;
    width: 100%;
  }
  .mp-new-job-apply-variant-1 .jaj-form .final-step-wrapper .notranslate,
  .mypage-variant-1 .jaj-form .final-step-wrapper .notranslate {
    max-width: 185px;
    width: 100%;
  }
  .mp-new-job-apply-variant-1 .jaj-form .final-step-wrapper .notranslate input,
  .mypage-variant-1 .jaj-form .final-step-wrapper .notranslate input {
    white-space: normal;
  }
}

.mp-new-job-apply-variant-1 .jaj-form .postcode-wrapper .form-item-allow-skip-postcode,
.mypage-variant-1 .jaj-form .postcode-wrapper .form-item-allow-skip-postcode {
  margin-bottom: 0;
  display: block;
}

.mp-new-job-apply-variant-1 .jaj-form .postcode-wrapper .form-item-allow-skip-postcode label,
.mypage-variant-1 .jaj-form .postcode-wrapper .form-item-allow-skip-postcode label {
  padding-bottom: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .phone-number-wrapper .phone-number-desc,
.mypage-variant-1 .jaj-form .phone-number-wrapper .phone-number-desc {
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .mppagecv-list,
.mypage-variant-1 .jaj-form .mppagecv-list {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form .date-wrapper,
.mypage-variant-1 .jaj-form .date-wrapper {
  display: contents;
}

.mp-new-job-apply-variant-1 .jaj-form .date-wrapper .form-item,
.mypage-variant-1 .jaj-form .date-wrapper .form-item {
  margin-bottom: 20px;
}

.mp-new-job-apply-variant-1 .jaj-form .date-wrapper a,
.mypage-variant-1 .jaj-form .date-wrapper a {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form .date-wrapper a::before,
.mypage-variant-1 .jaj-form .date-wrapper a::before {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form .date-wrapper input,
.mypage-variant-1 .jaj-form .date-wrapper input {
  background-image: url("../images/job-apply/calendar-days-solid.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.mp-new-job-apply-variant-1 .jaj-form .interim-brand-section .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form .right-to-work-section .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form .first-nations-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form .interim-brand-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form .right-to-work-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form .first-nations-section .fieldset-wrapper {
  margin-left: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .right-to-work-section .fieldset-wrapper, .mp-new-job-apply-variant-1 .jaj-form .first-nations-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form .right-to-work-section .fieldset-wrapper,
.mypage-variant-1 .jaj-form .first-nations-section .fieldset-wrapper {
  padding-bottom: 0;
}

.mp-new-job-apply-variant-1 .jaj-form .first-nations-section,
.mypage-variant-1 .jaj-form .first-nations-section {
  margin-bottom: 0;
}

.mp-new-job-apply-variant-1 .personal-information-section .jaj-accord-subtext,
.mypage-variant-1 .personal-information-section .jaj-accord-subtext {
  margin-bottom: 0;
  font-weight: 500;
}

.mp-new-job-apply-variant-1 .personal-information-section .form-section-nav,
.mypage-variant-1 .personal-information-section .form-section-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mp-new-job-apply-variant-1 .personal-information-section .form-section-nav button,
.mypage-variant-1 .personal-information-section .form-section-nav button {
  margin-right: 30px;
}

.mp-new-job-apply-variant-1 .personal-information-section .form-section-nav button:last-child,
.mypage-variant-1 .personal-information-section .form-section-nav button:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .personal-information-section .form-section-nav button,
  .mypage-variant-1 .personal-information-section .form-section-nav button {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .mp-new-job-apply-variant-1 .personal-information-section .form-section-nav,
  .mypage-variant-1 .personal-information-section .form-section-nav {
    display: block !important;
  }
  .mp-new-job-apply-variant-1 .personal-information-section .form-section-nav button,
  .mypage-variant-1 .personal-information-section .form-section-nav button {
    max-width: 100%;
  }
}

.mp-new-job-apply-variant-1 .apply-method-wrapper .jaj-subtext-email,
.mypage-variant-1 .apply-method-wrapper .jaj-subtext-email {
  margin-bottom: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 400px) {
  .mp-new-job-apply-variant-1 .apply-method-wrapper .form-section-nav button,
  .mypage-variant-1 .apply-method-wrapper .form-section-nav button {
    max-width: 100%;
  }
}

.mp-new-job-apply-variant-1 .mp-cv-submit-form-variant-one .apply-method-wrapper .fieldset-wrapper,
.mypage-variant-1 .mp-cv-submit-form-variant-one .apply-method-wrapper .fieldset-wrapper {
  padding-top: 0;
}

.mp-new-job-apply-variant-1 .select2-container--open .select2-dropdown--below,
.mypage-variant-1 .select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  margin-top: -7px;
}

.mp-new-job-apply-variant-1 .select2-results__option,
.mypage-variant-1 .select2-results__option {
  padding: 10px 5px;
  border-bottom: 1px solid #CCCCCC;
}

.mp-new-job-apply-variant-1 .select2-results__option[aria-selected],
.mypage-variant-1 .select2-results__option[aria-selected] {
  padding-left: 16px;
}

.mp-new-job-apply-variant-1 .select2-container--default .select2-results__option--highlighted[aria-selected],
.mypage-variant-1 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #124395;
}

.mp-new-job-apply-variant-1 .two-lines,
.mypage-variant-1 .two-lines {
  white-space: normal;
  /* Allows wrapping */
  max-height: 20px;
  /* Approx. 2 lines with typical line height */
  line-height: 1.2em;
  /* Adjust based on your font size/line height */
}

.mp-new-job-apply-variant-1 .js-form-type-select .form-item--error-message,
.mypage-variant-1 .js-form-type-select .form-item--error-message {
  bottom: 0;
}

@media only screen and (max-width: 820px) {
  .mp-new-job-apply-variant-1 .js-form-type-select .form-item--error-message,
  .mypage-variant-1 .js-form-type-select .form-item--error-message {
    top: inherit;
    bottom: -10px;
  }
}

.mp-new-job-apply-variant-1 .js-form-type-select .form-item--error-message ~ .select2-container,
.mypage-variant-1 .js-form-type-select .form-item--error-message ~ .select2-container {
  margin-bottom: 28px;
}

.mp-new-job-apply-variant-1 .form-item-preferred-job-type-section-salary-container-currency .form-item--error-message,
.mp-new-job-apply-variant-1 .form-item-preferred-job-type-section-payrate-container-currency .form-item--error-message,
.mypage-variant-1 .form-item-preferred-job-type-section-salary-container-currency .form-item--error-message,
.mypage-variant-1 .form-item-preferred-job-type-section-payrate-container-currency .form-item--error-message {
  bottom: -24px;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section #edit-preferred-job-type-section-salary-container,
.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section #edit-preferred-job-type-section-payrate-container,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section #edit-preferred-job-type-section-salary-container,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section #edit-preferred-job-type-section-payrate-container {
  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) {
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section #edit-preferred-job-type-section-salary-container,
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section #edit-preferred-job-type-section-payrate-container,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section #edit-preferred-job-type-section-salary-container,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section #edit-preferred-job-type-section-payrate-container {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .payrate-label, .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .salary-label,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .payrate-label,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .salary-label {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 18px;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-currency,
.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-currency,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-currency,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-currency {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
}

@media only screen and (min-width: 1180px) {
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-currency,
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-currency,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-currency,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-currency {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 520px) {
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-currency,
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-currency,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-currency,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-currency {
    -ms-flex-preferred-size: 116px;
        flex-basis: 116px;
  }
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-currency label,
.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-currency label,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-currency label,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-currency label {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-annual-salary,
.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-monthly-salary,
.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-current-daily-rate,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-annual-salary,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-monthly-salary,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-current-daily-rate {
  -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
}

@media only screen and (min-width: 1180px) {
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-annual-salary,
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-monthly-salary,
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-current-daily-rate,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-annual-salary,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-monthly-salary,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-current-daily-rate {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 520px) {
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-annual-salary,
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-monthly-salary,
  .mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-current-daily-rate,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-annual-salary,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-monthly-salary,
  .mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-current-daily-rate {
    margin-left: 10px;
  }
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-annual-salary label,
.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-monthly-salary label,
.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-current-daily-rate label,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-annual-salary label,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-monthly-salary label,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-current-daily-rate label {
  display: none;
}

.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-annual-salary input,
.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-monthly-salary input,
.mp-new-job-apply-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-current-daily-rate input,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-annual-salary input,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-salary-container-monthly-salary input,
.mypage-variant-1 .jaj-form.employment-information-section .salary-section .form-item-preferred-job-type-section-payrate-container-current-daily-rate input {
  max-width: 286px;
}

.mp-new-job-apply-variant-1 .form-item--error-message ~ .select2-container span.select2-selection,
.mypage-variant-1 .form-item--error-message ~ .select2-container span.select2-selection {
  border: 2px solid #be1200;
  border-radius: 10px;
}

.mp-new-job-apply-variant-1 #edit-preferred-job-type-section-interim-brand .form-item--error-message, .mp-new-job-apply-variant-1 #edit-current-role-right-to-work .form-item--error-message, .mp-new-job-apply-variant-1 #edit-first-nations .form-item--error-message,
.mypage-variant-1 #edit-preferred-job-type-section-interim-brand .form-item--error-message,
.mypage-variant-1 #edit-current-role-right-to-work .form-item--error-message,
.mypage-variant-1 #edit-first-nations .form-item--error-message {
  top: 24px;
}

.mp-new-job-apply-variant-1 #edit-preferred-job-type-section-interim-brand .form-item--error-message ~ label.option, .mp-new-job-apply-variant-1 #edit-current-role-right-to-work .form-item--error-message ~ label.option, .mp-new-job-apply-variant-1 #edit-first-nations .form-item--error-message ~ label.option,
.mypage-variant-1 #edit-preferred-job-type-section-interim-brand .form-item--error-message ~ label.option,
.mypage-variant-1 #edit-current-role-right-to-work .form-item--error-message ~ label.option,
.mypage-variant-1 #edit-first-nations .form-item--error-message ~ label.option {
  margin-bottom: 10px;
}

.mp-new-job-apply-variant-1 .js-form-type-select, .mp-new-job-apply-variant-1 .interim-brand-section, .mp-new-job-apply-variant-1 .right-to-work-section, .mp-new-job-apply-variant-1 .first-nations-section, .mp-new-job-apply-variant-1 #edit-preferred-job-type-section-preferred-job-type,
.mypage-variant-1 .js-form-type-select,
.mypage-variant-1 .interim-brand-section,
.mypage-variant-1 .right-to-work-section,
.mypage-variant-1 .first-nations-section,
.mypage-variant-1 #edit-preferred-job-type-section-preferred-job-type {
  position: relative;
}

.mp-new-job-apply-variant-1 .js-form-type-select .form-item--error-message, .mp-new-job-apply-variant-1 .interim-brand-section .form-item--error-message, .mp-new-job-apply-variant-1 .right-to-work-section .form-item--error-message, .mp-new-job-apply-variant-1 .first-nations-section .form-item--error-message, .mp-new-job-apply-variant-1 #edit-preferred-job-type-section-preferred-job-type .form-item--error-message,
.mypage-variant-1 .js-form-type-select .form-item--error-message,
.mypage-variant-1 .interim-brand-section .form-item--error-message,
.mypage-variant-1 .right-to-work-section .form-item--error-message,
.mypage-variant-1 .first-nations-section .form-item--error-message,
.mypage-variant-1 #edit-preferred-job-type-section-preferred-job-type .form-item--error-message {
  position: absolute;
}

@media only screen and (min-width: 1200px) {
  .mp-new-job-apply-variant-1 .job-apply .job-apply-block-container,
  .mypage-variant-1 .job-apply .job-apply-block-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media only screen and (min-width: 768px) {
  .mp-new-job-apply-variant-1 .job-apply .job-apply-block-container,
  .mypage-variant-1 .job-apply .job-apply-block-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .job-apply .job-apply-block-container,
  .mypage-variant-1 .job-apply .job-apply-block-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
  }
}

.mp-new-job-apply-variant-1 .view-job-apply-header,
.mypage-variant-1 .view-job-apply-header {
  padding-left: 38px;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .view-job-apply-header,
  .mypage-variant-1 .view-job-apply-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mp-new-job-apply-variant-1 .view-job-apply-header .job-apply-job-title,
.mypage-variant-1 .view-job-apply-header .job-apply-job-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .view-job-apply-header .job-apply-job-title,
  .mypage-variant-1 .view-job-apply-header .job-apply-job-title {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.mp-new-job-apply-variant-1 .view-job-apply-header .job-apply-fields,
.mypage-variant-1 .view-job-apply-header .job-apply-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}

.mp-new-job-apply-variant-1 .view-job-apply-header .job-apply-fields span,
.mypage-variant-1 .view-job-apply-header .job-apply-fields span {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.mp-new-job-apply-variant-1 .jaj-info-icon,
.mypage-variant-1 .jaj-info-icon {
  text-decoration: none;
  cursor: default;
}

.mp-new-job-apply-variant-1 .jaj-info-icon:hover, .mp-new-job-apply-variant-1 .jaj-info-icon:focus,
.mypage-variant-1 .jaj-info-icon:hover,
.mypage-variant-1 .jaj-info-icon:focus {
  text-decoration: none;
}

.mp-new-job-apply-variant-1 .job-apply .jaj-info-wrapper,
.mypage-variant-1 .job-apply .jaj-info-wrapper {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #ffffff;
}

.mp-new-job-apply-variant-1 .job-apply .jaj-info-wrapper i,
.mypage-variant-1 .job-apply .jaj-info-wrapper i {
  margin-right: 10px;
  color: #ffffff;
}

.mp-new-job-apply-variant-1 .job-apply .jaj-info-wrapper .jaj-info-icon:hover ~ .jaj-info-tooltip, .mp-new-job-apply-variant-1 .job-apply .jaj-info-wrapper .jaj-info-icon:focus ~ .jaj-info-tooltip,
.mypage-variant-1 .job-apply .jaj-info-wrapper .jaj-info-icon:hover ~ .jaj-info-tooltip,
.mypage-variant-1 .job-apply .jaj-info-wrapper .jaj-info-icon:focus ~ .jaj-info-tooltip {
  visibility: visible;
}

.mp-new-job-apply-variant-1 .jaj-info-tooltip,
.mypage-variant-1 .jaj-info-tooltip {
  visibility: hidden;
  background-color: #ffffff;
  border: 1px solid #124395;
  color: #124395;
  font-size: 1rem;
  line-height: 18.75px;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  left: -20px;
  width: 500px;
  right: 0;
  font-weight: 500 !important;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-info-tooltip,
  .mypage-variant-1 .jaj-info-tooltip {
    width: 100%;
  }
}

.mp-new-job-apply-variant-1 .jaj-info-tooltip-visible,
.mypage-variant-1 .jaj-info-tooltip-visible {
  visibility: visible !important;
}

.mp-new-job-apply-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper,
.mypage-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper {
  width: 100%;
}

.mp-new-job-apply-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .upload-cv-text,
.mypage-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .upload-cv-text {
  margin-top: 0;
  background-color: #ffffff !important;
  border-radius: 10px;
  border: 1px solid #9B9B9B;
  color: #666666;
}

.mp-new-job-apply-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .upload-cv-text:after,
.mypage-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .upload-cv-text:after {
  content: "\f078" !important;
  color: #3F4048;
}

.mp-new-job-apply-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .upload-cv-text.mp-cv-upload-error,
.mypage-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .upload-cv-text.mp-cv-upload-error {
  border: 2px solid #be1200;
}

.mp-new-job-apply-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper #mobile-app-browse,
.mypage-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper #mobile-app-browse {
  margin-top: -9px;
}

.mp-new-job-apply-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse,
.mypage-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse {
  background-image: url("../images/job-apply/brows-icon.svg") !important;
  background-size: 17px 14px !important;
  background-position: 22px !important;
  padding-left: 46px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -9px;
  border: 1px solid #666666 !important;
}

.mp-new-job-apply-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse a,
.mypage-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse a {
  color: #666666;
}

.mp-new-job-apply-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse:hover, .mp-new-job-apply-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse:focus, .mp-new-job-apply-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse:focus-visible,
.mypage-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse:hover,
.mypage-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse:focus,
.mypage-variant-1 .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse:focus-visible {
  background: url("../images/job-apply/browse-icon-hover.svg") no-repeat;
  background-color: #124395;
  background-position: 22px;
  background-size: 17px 14px;
  color: #ffffff;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 525px;
}

.mp-job-apply-new-variant-two-form .jaj-form .jaj-accord-header .jaj-accord-count, .mp-cv-submit-form-variant-two .jaj-form .jaj-accord-header .jaj-accord-count {
  display: none;
}

.mp-job-apply-new-variant-two-form .jaj-form .jaj-accord-header .jaj-accord-title, .mp-cv-submit-form-variant-two .jaj-form .jaj-accord-header .jaj-accord-title {
  color: #124395;
}

@media only screen and (max-width: 768px) {
  .mp-job-apply-new-variant-two-form .jaj-form .jaj-accord-header .jaj-accord-title, .mp-cv-submit-form-variant-two .jaj-form .jaj-accord-header .jaj-accord-title {
    margin-top: 20px;
  }
}

.mp-job-apply-new-variant-two-form .jaj-form.apply-method-wrapper, .mp-job-apply-new-variant-two-form .jaj-form.personal-information-section, .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section, .mp-cv-submit-form-variant-two .jaj-form.apply-method-wrapper, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section, .mp-cv-submit-form-variant-two .jaj-form.employment-information-section {
  border-bottom: 0;
  margin-bottom: 0;
}

.mp-job-apply-new-variant-two-form .jaj-form.apply-method-wrapper .fieldset-wrapper, .mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .fieldset-wrapper, .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .fieldset-wrapper, .mp-cv-submit-form-variant-two .jaj-form.apply-method-wrapper .fieldset-wrapper, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .fieldset-wrapper, .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .fieldset-wrapper {
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .fieldset-wrapper, .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .fieldset-wrapper, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .fieldset-wrapper, .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .fieldset-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}

.mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .previous input, .mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .next input, .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .previous input, .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .next input, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .previous input, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .next input, .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .previous input, .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .next input {
  padding-right: 20px;
}

.mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .form-section-nav, .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .form-section-nav, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .form-section-nav, .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .form-section-nav {
  max-width: 100%;
}

.mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .form-section-nav > div, .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .form-section-nav > div, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .form-section-nav > div, .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .form-section-nav > div {
  width: 100%;
  max-width: 185px;
}

.mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .form-section-nav > div:first-child, .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .form-section-nav > div:first-child, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .form-section-nav > div:first-child, .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .form-section-nav > div:first-child {
  margin-right: 15px;
}

.mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .form-section-nav input[type=submit], .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .form-section-nav input[type=submit], .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .form-section-nav input[type=submit], .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .form-section-nav input[type=submit] {
  padding-right: 20px;
}

@media only screen and (max-width: 400px) {
  .mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .form-section-nav, .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .form-section-nav, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .form-section-nav, .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .form-section-nav {
    display: block;
  }
  .mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .form-section-nav > div, .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .form-section-nav > div, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .form-section-nav > div, .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .form-section-nav > div {
    max-width: 100%;
  }
  .mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .form-section-nav input[type=submit], .mp-job-apply-new-variant-two-form .jaj-form.employment-information-section .form-section-nav input[type=submit], .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .form-section-nav input[type=submit], .mp-cv-submit-form-variant-two .jaj-form.employment-information-section .form-section-nav input[type=submit] {
    max-width: 100%;
  }
}

.mp-job-apply-new-variant-two-form .jaj-form.personal-information-section .previous, .mp-cv-submit-form-variant-two .jaj-form.personal-information-section .previous {
  margin-right: 30px;
}

.mp-job-apply-new-variant-two-form .jaj-form .cv-upload-options .js-form-type-select, .mp-cv-submit-form-variant-two .jaj-form .cv-upload-options .js-form-type-select {
  display: none !important;
}

.mp-job-apply-new-variant-two-form .fieldset-legend, .mp-cv-submit-form-variant-two .fieldset-legend {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .mp-job-apply-new-variant-two-form .fieldset-legend, .mp-cv-submit-form-variant-two .fieldset-legend {
    width: 100%;
    margin: 35px auto 35px 0;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .mp-job-apply-new-variant-two-form .fieldset-legend, .mp-cv-submit-form-variant-two .fieldset-legend {
    margin: 35px auto 35px 0;
  }
}

.mp-job-apply-new-variant-two-form .step-wrapper, .mp-cv-submit-form-variant-two .step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: -8px auto 35px 0;
  padding-bottom: 40px;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-counter, .mp-cv-submit-form-variant-two .step-wrapper .step-counter {
  width: 34px;
  height: 34px;
  background: #ffffff;
  color: #124395;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #124395;
  margin: -17px auto 0;
  cursor: default;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-counter:focus-visible, .mp-cv-submit-form-variant-two .step-wrapper .step-counter:focus-visible {
  outline: none;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item, .mp-cv-submit-form-variant-two .step-wrapper .step-item {
  width: 100%;
  position: relative;
  height: 1px;
  background: #124395;
  display: block;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item:focus-visible, .mp-cv-submit-form-variant-two .step-wrapper .step-item:focus-visible {
  outline: none;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item.active .step-counter, .mp-cv-submit-form-variant-two .step-wrapper .step-item.active .step-counter {
  background: #124395;
  color: #ffffff;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item.completed, .mp-cv-submit-form-variant-two .step-wrapper .step-item.completed {
  height: 5px;
  width: 100%;
  background: #124395;
  margin-top: -2px;
  padding-top: 2px;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item.completed .step-counter, .mp-cv-submit-form-variant-two .step-wrapper .step-item.completed .step-counter {
  margin-left: -1px !important;
  background: #124395;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .mp-job-apply-new-variant-two-form .step-wrapper .step-item:first-child .step-text, .mp-cv-submit-form-variant-two .step-wrapper .step-item:first-child .step-text {
    margin-left: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .mp-job-apply-new-variant-two-form .step-wrapper .step-item:first-child .step-text, .mp-cv-submit-form-variant-two .step-wrapper .step-item:first-child .step-text {
    margin-left: 0;
    text-align: left;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .mp-job-apply-new-variant-two-form .step-wrapper .step-item:last-child .step-text, .mp-cv-submit-form-variant-two .step-wrapper .step-item:last-child .step-text {
    margin-left: -125px;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .mp-job-apply-new-variant-two-form .step-wrapper .step-item:last-child .step-text, .mp-cv-submit-form-variant-two .step-wrapper .step-item:last-child .step-text {
    margin-left: -50px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-job-apply-new-variant-two-form .step-wrapper .step-item:last-child .step-text, .mp-cv-submit-form-variant-two .step-wrapper .step-item:last-child .step-text {
    margin-left: 0px;
    text-align: right;
    position: absolute;
    margin-right: 0px;
    right: 0;
  }
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-text, .mp-cv-submit-form-variant-two .step-wrapper .step-text {
  overflow-wrap: normal !important;
  text-align: center;
  color: #124395;
  word-wrap: break-word;
  max-width: 150px;
  font-size: 0.875rem;
  margin-top: 8px;
  line-height: 19.06px;
  width: 200px;
  margin-left: -59px;
  cursor: default;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-text:focus-visible, .mp-cv-submit-form-variant-two .step-wrapper .step-text:focus-visible {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .mp-job-apply-new-variant-two-form .step-wrapper .step-text, .mp-cv-submit-form-variant-two .step-wrapper .step-text {
    width: 80px;
    margin-left: -22px;
    white-space: unset;
  }
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item:nth-child(1), .mp-cv-submit-form-variant-two .step-wrapper .step-item:nth-child(1) {
  width: 50%;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item:nth-child(1) .step-counter, .mp-cv-submit-form-variant-two .step-wrapper .step-item:nth-child(1) .step-counter {
  margin-left: 0;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item:nth-child(2), .mp-cv-submit-form-variant-two .step-wrapper .step-item:nth-child(2) {
  width: 50%;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item:nth-child(2) .step-counter, .mp-cv-submit-form-variant-two .step-wrapper .step-item:nth-child(2) .step-counter {
  margin-right: 0;
  margin-left: -1px;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item:nth-child(3), .mp-cv-submit-form-variant-two .step-wrapper .step-item:nth-child(3) {
  width: 33px;
}

.mp-job-apply-new-variant-two-form .step-wrapper .step-item:nth-child(3) .step-counter, .mp-cv-submit-form-variant-two .step-wrapper .step-item:nth-child(3) .step-counter {
  margin-right: 0;
  margin-left: -1px;
}

.mp-job-apply-new-variant-two-form .step-wrapper.two-step .step-item:nth-child(1), .mp-cv-submit-form-variant-two .step-wrapper.two-step .step-item:nth-child(1) {
  width: 96%;
}

@media only screen and (max-width: 767px) {
  .mp-job-apply-new-variant-two-form .step-wrapper.two-step .step-item:nth-child(1), .mp-cv-submit-form-variant-two .step-wrapper.two-step .step-item:nth-child(1) {
    width: 89%;
  }
}

.mp-job-apply-new-variant-two-form .step-wrapper.two-step .step-item:nth-child(2), .mp-cv-submit-form-variant-two .step-wrapper.two-step .step-item:nth-child(2) {
  width: 3%;
}

.mp-new-job-apply-variant-1 .cv-upload-options .form-managed-file .form-submit, .mp-job-apply-new-variant-two-form .cv-upload-options .form-managed-file .form-submit, .mp-cv-submit-form-variant-two .cv-upload-options .form-managed-file .form-submit {
  display: none;
}

.mp-new-job-apply-variant-2 form .form-item input:focus-visible {
  outline: none;
  border: 2px solid black;
}

.mp-new-job-apply-variant-2 .login-link.email-sign-out a {
  position: absolute;
  left: 310px;
  line-height: 1.25;
  text-decoration: none;
}

@media only screen and (max-width: 430px) {
  .mp-new-job-apply-variant-2 .login-link.email-sign-out a {
    right: 0;
    left: auto;
  }
}

.mp-job-apply-new-variant-two-form .false-submit[disabled], .mp-cv-submit-form-variant-two .false-submit[disabled] {
  cursor: default;
  opacity: 0.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mp-job-apply-new-variant-two-form .false-submit[disabled], .mp-cv-submit-form-variant-two .false-submit[disabled] {
    width: 100%;
  }
}

.mp-job-apply-new-variant-two-form .false-submit[disabled]:hover, .mp-job-apply-new-variant-two-form .false-submit[disabled]:focus, .mp-cv-submit-form-variant-two .false-submit[disabled]:hover, .mp-cv-submit-form-variant-two .false-submit[disabled]:focus {
  background-color: #124395;
}

.mp-job-apply-new-variant-two-form .js-form-type-checkbox input[type="checkbox"], .mp-cv-submit-form-variant-two .js-form-type-checkbox input[type="checkbox"] {
  width: 10px;
}

.mp-job-apply-new-variant-two-form .select2-selection--single:focus-visible, .mp-cv-submit-form-variant-two .select2-selection--single:focus-visible {
  outline: none;
  border: 2px solid #000 !important;
}

.mp-job-apply-new-variant-two-form .jaj-form .form-section-input .form-nav-prev, .mp-job-apply-new-variant-two-form .jaj-form .form-section-input .form-nav-next, .mp-cv-submit-form-variant-two .jaj-form .form-section-input .form-nav-prev, .mp-cv-submit-form-variant-two .jaj-form .form-section-input .form-nav-next {
  max-width: 185px;
  margin-right: 15px;
}

.mp-new-job-apply-variant-1 #content-area {
  padding-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  .employment-section-view.pay-period {
    width: 100%;
    max-width: 360px;
  }
  .employment-section-view.notice-period {
    width: 100%;
    max-width: 360px;
  }
}
/*# sourceMappingURL=new-job-apply-form.css.map */