@media screen and (min-width: 48em) {
    .global-container form p {
      font-size: 1em;
    }
  }
  textarea,
  input,
  select {
      border: 1px solid #d4d4d4;
      border-radius: 0.3em;
  }
  
  .form-textarea-wrapper textarea {
      resize: none;
  }
  
  .webform-submission-contact-us-form > .form-item label {
      -webkit-appearance: none;
          font-weight: 500;
          font-size: 1.1em !important;
  }
  
  .form-type-checkbox {
      display: block;
          margin-bottom: 0;
          margin-top: 0;
      width: 100%;
  }
  
  input[type="checkbox"], 
  input[type="radio"] {
          box-sizing: border-box;
          padding: 0;
          margin-right: 10px;
          width: 1.1em;
          height: 1.1em;
  }
  
  label.js-form-required {
    font-weight: 600;
  }

  
  .form-type-select {
      display: block;
          margin-bottom: 0;
          margin-top: 0;
      width: 100%;
  }
  
  .form-select {
      width: 100%;
      padding: 0.5em;
          background-color: #ffffff;
  }
  
.webform-button--submit {
      display: inline-block;
      margin-top: 1em;
      border: 0;
      border-radius: 0;
      background-image: none;
      background-color: #003087;
      color: white;
      font-weight: 700;
      padding-top: .75em;
      padding-right: 1.5em;
      padding-bottom: .75em;
      padding-left: 1.5em;
  }
  
  .webform-button--submit:hover {
      background-image: none;
      background-color: #004bd4;
  }

  #edit-leadership-committees---wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  #edit-leadership-committees---wrapper .form-type-checkbox label.option {
    font-weight: 600;
  }
  #edit-leadership-committees-sub-categories--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
  #edit-advocacy--wrapper label {
    font-weight: 600;
  }
  #edit-advocacy--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  #edit-advocacy-sub-categories--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
  #edit-client-support--wrapper label {
    font-weight: 600;
  }
  #edit-client-support--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  #edit-client-support-sub-categories--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
  
  #edit-marketing-and-communications--wrapper label {
    font-weight: 600;
  }
  #edit-marketing-and-communications--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  #edit-marketing-and-communications-sub-categories--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
  #edit-education--wrapper label {
    font-weight: 600;
  }
  #edit-education--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  #edit-education-sub-categories--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
  #edit-office-support--wrapper label {
    font-weight: 600;
  }
  #edit-office-support--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  #edit-office-support-sub-categories--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
  #edit-special-events--wrapper label {
    font-weight: 600;
  }
  #edit-special-events--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  #edit-special-events-sub-categories--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
  #edit-program-service-delivery--wrapper label {
    font-weight: 600;
  }
  #edit-program-service-delivery--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  #edit-student-placement--wrapper label {
    font-weight: 600;
  }
  #edit-student-placement--wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  #edit-helping-out-but-not-sure-which-opportunity-is-right-for-me---wrapper label {
    font-weight: 600;
  }
  #edit-helping-out-but-not-sure-which-opportunity-is-right-for-me---wrapper.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .label-heading {
    font-size: 20px;
    font-weight: 600;
  }