/* Global CSS
=====================================*/
.custom-webform .webform-progress {
  margin-bottom: 2rem;
  padding: 1.5rem 0rem;
}
.custom-webform .webform-progress .webform-progress__status {
  background-color: rgba(37, 40, 42, 0.3);
  padding: 0.25rem;
}
.custom-webform .webform-progress .webform-progress__status .webform-progress__percentage {
  background-color: #00966c;
  color: #fff;
  font-weight: 700;
  padding: 1rem 2.5rem;
}
.custom-webform .description,
.custom-webform .webform-element-description {
  font-size: 14px;
  margin: 8px 0 !important;
}
.custom-webform #edit-actions {
  margin-left: 8px;
}
.custom-webform .btn-default:hover,
.custom-webform .btn-default:active,
.custom-webform .btn-default:focus {
  color: #fff;
}
.custom-webform .form-required:after {
  margin-left: 5px;
}
.custom-webform hr {
  border-color: #e5e5e5 !important;
  margin-top: 0;
}
.custom-webform .form-type-radio {
  margin-right: 20px !important;
}
.custom-webform .form-type-radio .description,
.custom-webform .form-type-radio .webform-element-description {
  margin: 8px 0 0 !important;
}
.custom-webform .form-checkboxes .form-item {
  margin-right: 10px;
}
.custom-webform .form-type-date {
  width: 100% !important;
}
.custom-webform .form-type-date .form-control {
  padding: 17.5px 20px !important;
}
.custom-webform .form-type-datetime .container-inline.form-inline {
  display: block;
}
.custom-webform .form-type-datetime .form-control {
  padding: 17.5px 20px !important;
}
.custom-webform .form-type-datetime .form-item {
  margin-bottom: 10px;
}
.custom-webform .form-type-datetime .form-type-date {
  width: 100%;
}
.custom-webform .form-type-datetime .form-type-webform-time {
  width: 100%;
}
.custom-webform .form-type-managed-file .form-control {
  height: auto;
  padding: 10px 12px;
}
.custom-webform .form-type-managed-file .description,
.custom-webform .form-type-managed-file .webform-element-description {
  margin: 10px 0 16px !important;
}
.custom-webform input[type=file] {
  height: auto;
  padding: 10px 12px;
}
.custom-webform .form-type-webform-signature .webform-signature-pad {
  height: 150px;
}
.custom-webform .form-type-webform-signature .webform-signature-pad .button {
  padding: 10px 15px;
  top: -19px;
}
.custom-webform .form-type-webform-signature .webform-signature-pad .button:hover {
  color: #fff;
}
.custom-webform .form-type-webform-signature .webform-element-description {
  display: none;
}

@media only screen and (max-width: 767px) {
  .custom-webform .form-item {
    margin: 0 0 15px 0 !important;
  }
  .custom-webform .webform-type-radios .form-item,
  .custom-webform .form-checkboxes .form-item {
    margin: 8px 0 8px 0 !important;
  }
  .custom-webform .webform-options-display-side-by-side div {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */

/* Local CSS
=====================================*/
.custom-webform #edit-row > div > .webform-flex--container {
  margin-left: 0;
  margin-right: 0;
}

.custom-webform #edit-row .webform-flexbox {
  margin-bottom: 0;
}

.custom-webform #edit-row-2 {
  margin-top: 0;
}