/* Global CSS
=====================================*/
.custom-webform .description,
.custom-webform .webform-element-description {
  font-size: 14px;
  margin: 8px 0 !important;
}
.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 .form-url {
  background-image: linear-gradient(0deg, #fff 0%, #f0f0f0 100%);
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  display: inline-block;
  height: 6rem;
  padding: 1.75rem 2rem;
}

.custom-webform .form-url:focus {
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  outline: 0 none !important;
}

.custom-webform .form-type-number label {
  margin-bottom: 5px;
}

.custom-webform #edit-important-information h3 {
  font-size: 2.4rem;
}

.custom-webform #edit-important-information p,
.custom-webform #edit-important-information li {
  font-size: 1.6rem;
}

.custom-webform #edit-important-information li {
  margin-top: 1.5rem;
}

.custom-webform #edit-row-5 > div > .webform-flex--container {
    margin-left: 0;
    margin-right: 0;
}

.custom-webform .webform-address__row-1 {
  margin-top: 0;
}

.custom-webform .webform-address__row-3 {
  margin-bottom: 0;
}

