h2.webform-section-title {
  font-size:1.375rem;
  font-weight:normal
}
.webform-section {
  border: 1px solid #ddd;
  padding: 10px 10px;
}
#edit-letter-of-intent--description.webform-element-description {
  font-size:1.1rem;
}
.form-item-letter-intent-written {
  margin-left:2rem;
}
.form-item-letter-of-intent-video {
  margin-left:2rem;
}
.form-item-letter-intent-written label.custom-control-label {
  font-size:1.2rem !important;
}
.form-item-letter-of-intent-video label.custom-control-label {
  font-size:1.2rem !important;
}
/*
.webform-submission-form label.custom-control-label:not(.option), .webform-submission-form label.form_label, .webform-submission-form legend {
   font-size:1.2rem !important;
}
.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-submission-form .fieldset-legend.js-form-required {
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  font-weight: normal !important;
}
.webform-submission-form div.form-group label {
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  font-weight: normal !important;
}

div.form-group label.custom-control-label {
  font-size:1.2rem !important;
}
*/
/*
label.form-required::after {
  position: relative;
  top: 0;
  left: 0;
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}
  */
.webform-submission-form .js-webform-checkboxes,
.webform-submission-form .js-webform-radios,
.webform-submission-form .form-type-checkbox {
  display:block;
}
.captcha {
  margin-top:2em;
  margin-bottom:2em;
}