div label.custom-control-label.option {
  font-weight:normal;
  color: #555;
  font-size: 1.1rem !important;
}
fieldset {
  margin: 40px 0px 0px 0px !important;
}
section#edit-aboutyou,
section#edit-foundjob,
section#edit-lookingforjob,
section#edit-transfer,
section#edit-notseeking{
  padding:20px;
  background-color: #efefef;
  border: 1px solid #bbb;
}
#edit-aboutyou h2 {
  font-size:1.25rem;
}
#edit-foundjob h2.webform-section-title,
#edit-lookingforjob h2.webform-section-title,
#edit-transfer h2.webform-section-title,
#edit-notseeking h2.webform-section-title {
  display:none;
}
h2 {
  font-size:1.4em;
  font-weight:bold;
}
.captcha {
  margin-top:2em;
  margin-bottom:2em;
}
.webform-submission-form .js-webform-radios {
  display:inline-flex;
}
.webform-submission-form .js-webform-checkboxes {
  display:inline-flex;
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  font-weight: normal !important;
}

.webform-submission-form p {
  font-size: 1.2em !important;
  line-height: 110%;
}
.webform-submission-form div label.custom-control-label:not(.option) {
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  font-weight: normal !important;
}
.webform-submission-form fieldset legend span.fieldset-legend {
  font-size: 1.2rem !important;
  line-height: 1.2rem;
      font-weight: normal !important;
}
.webform-submission-form fieldset legend {
  line-height: 1.8rem;
  padding-bottom: .5rem;
}
.webform-submission-form div label.custom-control-label.js-form-required {
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  font-weight: normal !important;
}
.webform-element-description {
  margin-bottom: 1.5em;
  font-size:.9rem;
}
label.form-required::after {
  position: relative;
  left: 0;
  top:0;
  content: '';
  vertical-align: super;
  display: inline-block !important;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px !important;
  height: 6px !important;
  margin: 0em 0.3em;
}
@media (max-width: 1000px) {
  .webform-submission-form .js-webform-checkboxes,
  .webform-submission-form .js-webform-radios,
  .webform-submission-form .form-type-checkbox {
    display:block;
  }
}
@media (max-width: 800px) {
  div.paragraph {
    /*margin-top: -1rem;*/
  }
  .webform-submission-form div label.custom-control-label.option {
    font-size: 1em !important;
    line-height: 110%;
  }
  .webform-submission-form legend {
    font-size: 2rem;
    line-height:2.1rem;
  }
  .webform-submission-form label {
    font-size: 2rem;
    line-height:2.1rem !important;
  }
}
