.campaigns-wrapper .step_content h1 span.highlight{
  color: var(--c-subcolor-1);
}

body form.campaigns-wrapper section.step1 {display: block;}

body .campaigns-wrapper .hide_legend fieldset legend {
     display: none; 
}

body .campaigns-wrapper fieldset legend {
    display: block; 
}
body .campaigns-wrapper .webform-element-help{
    z-index: 1;
}
form.campaigns-wrapper .form-fieldset .campaign_entry_page.sfc_upload_field label.error {
    margin: 0 auto;
    overflow-wrap: break-word;
}

@media (min-width: 768px) {
    .campaigns-wrapper .question .form-item input[type=radio] {
        top: 18px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .campaigns-wrapper .question .form-item input[type=radio] {
        top: auto !important;
        margin-top: 6px;
    }
}
@supports (-webkit-touch-callout: none) {
   @media (max-width: 768px) and (orientation: portrait),
         (max-width: 768px) and (orientation: landscape) {
     input::-webkit-date-and-time-value {
      text-align: left;
      padding-left: 0.6rem;
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
     input::-webkit-date-and-time-value {
      text-align: left;
      padding-left: 0.6rem;
    }
}