@media (max-width: 767.98px) {
  .drupal-form {
    padding: 0 15px; } }

.drupal-form .form-group input[type="text"],
.drupal-form .form-group input[type="email"],
.drupal-form .form-group input[type="tel"],
.drupal-form .form-group input[type="password"],
.drupal-form .form-group textarea,
.drupal-form .form-group select,
.drupal-form .form-group .choices-inner,
.drupal-form .form-group .choices__inner {
  border-radius: 0; }

.drupal-form .form-group .choices__list--single {
  padding: 8px 15px;
  font-size: 18px; }

.drupal-form .form-group.drupal-form-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px; }
  @media (max-width: 767.98px) {
    .drupal-form .form-group.drupal-form-inner {
      grid-template-columns: 1fr; } }

.drupal-form .form-group label.form-required {
  position: relative; }
  .drupal-form .form-group label.form-required:after {
    content: "*";
    color: red;
    position: absolute;
    right: -10px;
    top: -10px; }

.drupal-form .form-item-checkbox {
  grid-column: 1 / span 2;
  text-align: right;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef; }
  @media (max-width: 767.98px) {
    .drupal-form .form-item-checkbox {
      grid-column: 1; } }

.drupal-form .form-item-text-area,
.drupal-form .form-item-scale,
.drupal-form .webform-address--wrapper,
.drupal-form .form-item-signature {
  grid-column: 1 / span 2; }
  @media (max-width: 767.98px) {
    .drupal-form .form-item-text-area,
    .drupal-form .form-item-scale,
    .drupal-form .webform-address--wrapper,
    .drupal-form .form-item-signature {
      grid-column: 1; } }

.drupal-form #edit-actions {
  text-align: right; }
  .drupal-form #edit-actions .webform-button--submit {
    display: inline-block;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    display: inline-flex;
    color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    user-select: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    background-color: #0079ab;
    border-color: #0079ab;
    color: #fff;
    width: auto; }
    .prefers-reduced-motion .drupal-form #edit-actions .webform-button--submit {
      transition: none; }
    .drupal-form #edit-actions .webform-button--submit:hover {
      color: #000;
      background-color: #e6e6e6; }
    .drupal-form #edit-actions .webform-button--submit:disabled, .drupal-form #edit-actions .webform-button--submit.disabled {
      transition: none;
      opacity: 0.6;
      box-shadow: none;
      cursor: default;
      background-color: #fff;
      color: #000; }
      .prefers-reduced-motion .drupal-form #edit-actions .webform-button--submit:disabled, .prefers-reduced-motion .drupal-form #edit-actions .webform-button--submit.disabled {
        transition: none; }
    .drupal-form #edit-actions .webform-button--submit:active, .drupal-form #edit-actions .webform-button--submit.active {
      background-color: #d9d9d9; }
    .drupal-form #edit-actions .webform-button--submit:hover {
      color: #fff;
      border-color: #005578;
      background-color: #005578; }
    .drupal-form #edit-actions .webform-button--submit:active, .drupal-form #edit-actions .webform-button--submit.active {
      color: #fff;
      border-color: #00435f;
      background-color: #00435f; }
    .drupal-form #edit-actions .webform-button--submit:disabled, .drupal-form #edit-actions .webform-button--submit.disabled {
      background-color: #0079ab;
      border-color: #0079ab;
      color: #fff; }

.drupal-form .form-item-date-and-time {
  grid-column: 1 / span 2; }
  @media (max-width: 767.98px) {
    .drupal-form .form-item-date-and-time {
      grid-column: 1; } }
  .drupal-form .form-item-date-and-time #edit-date-and-time {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px; }
    @media (max-width: 767.98px) {
      .drupal-form .form-item-date-and-time #edit-date-and-time {
        grid-template-columns: 1fr; } }

.drupal-form .webform-address--wrapper {
  padding: 30px 15px;
  background-color: #efefef; }
  .drupal-form .webform-address--wrapper .fieldset-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px; }
    @media (max-width: 991.98px) {
      .drupal-form .webform-address--wrapper .fieldset-wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767.98px) {
      .drupal-form .webform-address--wrapper .fieldset-wrapper {
        grid-template-columns: 1fr; } }
    .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address, .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address-2 {
      grid-column: 1 / span 4; }
      @media (max-width: 991.98px) {
        .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address, .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address-2 {
          grid-column: 1 / span 2; } }
      @media (max-width: 767.98px) {
        .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address, .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address-2 {
          grid-column: 1; } }

.drupal-form .webform-signature-pad:before {
  padding-top: 13%; }

.drupal-form .webform-signature-pad .form-submit.button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  height: 30px;
  width: 65px; }

.form-group {
  display: block;
  margin-bottom: 25px;
  position: relative; }
  .form-group label {
    color: #424242;
    font-weight: 600; }
  .form-group .form-control {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: none;
    color: #424242;
    padding: 8px 15px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 100%; }
    .form-group .form-control::-webkit-input-placeholder {
      transition: opacity 0.2s ease-in-out;
      color: #424242;
      opacity: 0.5; }
      .prefers-reduced-motion .form-group .form-control::-webkit-input-placeholder {
        transition: none; }
    .form-group .form-control:-moz-placeholder {
      transition: opacity 0.2s ease-in-out;
      color: #424242;
      opacity: 0.5; }
      .prefers-reduced-motion .form-group .form-control:-moz-placeholder {
        transition: none; }
    .form-group .form-control::-moz-placeholder {
      transition: opacity 0.2s ease-in-out;
      color: #424242;
      opacity: 0.5; }
      .prefers-reduced-motion .form-group .form-control::-moz-placeholder {
        transition: none; }
    .form-group .form-control:-ms-input-placeholder {
      transition: opacity 0.2s ease-in-out;
      color: #424242;
      opacity: 0.5; }
      .prefers-reduced-motion .form-group .form-control:-ms-input-placeholder {
        transition: none; }
    .form-group .form-control:focus {
      border-color: #b3b3b3; }
    .form-group .form-control:disabled {
      background-color: #cccccc;
      cursor: default;
      opacity: 0.5; }
      .form-group .form-control:disabled::placeholder {
        opacity: 0.5; }
  .form-group .password-toggle .toggle-icon {
    transition: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    padding: 0;
    margin: 0;
    line-height: 1; }
    .prefers-reduced-motion .form-group .password-toggle .toggle-icon {
      transition: none; }
    .form-group .password-toggle .toggle-icon:hover, .form-group .password-toggle .toggle-icon:focus {
      background-color: transparent; }
    .form-group .password-toggle .toggle-icon:before {
      content: "\f142";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .form-group .password-toggle.show .toggle-icon:before {
    content: "\f141";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .form-group textarea.form-control {
    min-height: 90px; }
  .form-group .select-container {
    position: relative; }
    .form-group .select-container select {
      appearance: none; }
      .form-group .select-container select::-ms-expand {
        display: none; }
      .form-group .select-container select:disabled {
        cursor: default;
        color: rgba(0, 0, 0, 0.5); }
    .form-group .select-container .form-control {
      padding-right: 45px; }
    .form-group .select-container:after {
      content: "\f113";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      pointer-events: none; }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group input[type="password"],
  .form-group textarea,
  .form-group select {
    border-radius: 0; }
  .form-group.error input[type="text"],
  .form-group.error input[type="email"],
  .form-group.error input[type="tel"],
  .form-group.error input[type="password"],
  .form-group.error textarea,
  .form-group.error select, .form-group.is-invalid input[type="text"],
  .form-group.is-invalid input[type="email"],
  .form-group.is-invalid input[type="tel"],
  .form-group.is-invalid input[type="password"],
  .form-group.is-invalid textarea,
  .form-group.is-invalid select {
    border-color: #f00; }
    .form-group.error input[type="text"]:focus,
    .form-group.error input[type="email"]:focus,
    .form-group.error input[type="tel"]:focus,
    .form-group.error input[type="password"]:focus,
    .form-group.error textarea:focus,
    .form-group.error select:focus, .form-group.is-invalid input[type="text"]:focus,
    .form-group.is-invalid input[type="email"]:focus,
    .form-group.is-invalid input[type="tel"]:focus,
    .form-group.is-invalid input[type="password"]:focus,
    .form-group.is-invalid textarea:focus,
    .form-group.is-invalid select:focus {
      border-color: #f00; }
  .form-group.error label, .form-group.is-invalid label {
    color: #f00; }
  .form-group.error .invalid-feedback, .form-group.is-invalid .invalid-feedback {
    display: block; }
  .form-group.error .choices-inner, .form-group.is-invalid .choices-inner {
    border-color: #f00; }
  .form-group.error .choices-dropdown input[type="text"], .form-group.is-invalid .choices-dropdown input[type="text"] {
    border-color: inherit; }
  .form-group .help-text {
    color: #333333;
    display: block;
    font-size: 12px;
    margin-top: 10px; }
  .form-group .invalid-feedback {
    display: none;
    color: #f00;
    font-size: 12px;
    margin-top: 2px; }

.form-check input[type="radio"],
.form-check input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  appearance: none; }
  .form-check input[type="radio"]::-ms-check,
  .form-check input[type="checkbox"]::-ms-check {
    display: none; }
  .form-check input[type="radio"] + label,
  .form-check input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 20px; }
  .form-check input[type="radio"] + label:before,
  .form-check input[type="radio"]:checked + label:after,
  .form-check input[type="checkbox"] + label:before,
  .form-check input[type="checkbox"]:checked + label:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
    .form-check input[type="radio"] + label:before,
    .form-check input[type="radio"]:checked + label:after,
    .form-check input[type="checkbox"] + label:before,
    .form-check input[type="checkbox"]:checked + label:after {
      font-size: 16px; }
  .form-check input[type="radio"]:focus,
  .form-check input[type="checkbox"]:focus {
    box-shadow: none; }
  .is-tabbing .form-check input[type="radio"]:focus + label:before, .is-tabbing
  .form-check input[type="radio"]:checked:focus + label:before, .is-tabbing
  .form-check input[type="checkbox"]:focus + label:before, .is-tabbing
  .form-check input[type="checkbox"]:checked:focus + label:before {
    box-shadow: 0 0 0 0.2rem #5e9ed6;
    outline: 0 !important;
    transition: box-shadow 0.25s ease-in-out; }
    .prefers-reduced-motion .is-tabbing .form-check input[type="radio"]:focus + label:before, .prefers-reduced-motion .is-tabbing
    .form-check input[type="radio"]:checked:focus + label:before, .prefers-reduced-motion .is-tabbing
    .form-check input[type="checkbox"]:focus + label:before, .prefers-reduced-motion .is-tabbing
    .form-check input[type="checkbox"]:checked:focus + label:before {
      transition: none; }
  .form-check input[type="radio"][type="checkbox"]:not(:checked) + label:before,
  .form-check input[type="checkbox"][type="checkbox"]:not(:checked) + label:before {
    content: "\f111";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .form-check input[type="radio"][type="checkbox"]:checked + label:after,
  .form-check input[type="checkbox"][type="checkbox"]:checked + label:after {
    color: #424242;
    content: "\f110";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .form-check input[type="radio"][type="radio"]:not(:checked) + label:before,
  .form-check input[type="checkbox"][type="radio"]:not(:checked) + label:before {
    content: "\f129";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .form-check input[type="radio"][type="radio"]:checked + label:after,
  .form-check input[type="checkbox"][type="radio"]:checked + label:after {
    color: #424242;
    content: "\f128";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .form-check input[type="radio"]:disabled,
  .form-check input[type="checkbox"]:disabled {
    cursor: default; }
    .form-check input[type="radio"]:disabled + label,
    .form-check input[type="checkbox"]:disabled + label {
      opacity: 0.5; }

.form-check.error input[type="radio"],
.form-check.error input[type="checkbox"] {
  border-color: #f00; }
  .form-check.error input[type="radio"]:checked + label:after,
  .form-check.error input[type="checkbox"]:checked + label:after {
    color: #f00; }

.form-check.error label {
  color: #f00; }

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%; }
  .input-group .form-control {
    flex: 1 1 auto;
    margin-bottom: 0;
    position: relative;
    width: 1%; }
    .input-group .form-control:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .input-group .form-control:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .input-group-text {
    /* empty */ }
  .input-group-prepend, .input-group-append {
    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    padding: 0 10px; }
  .input-group-prepend {
    border-radius: 5px 0 0 5px;
    border-right: 0; }
  .input-group-append {
    border-left: 0;
    border-radius: 0 5px 5px 0; }

[data-toggle="buttons"] {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  [data-toggle="buttons"] > label {
    margin: 0;
    position: relative;
    font-weight: 400; }
    [data-toggle="buttons"] > label input[type="radio"],
    [data-toggle="buttons"] > label input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none; }
    [data-toggle="buttons"] > label:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: -1px; }
    [data-toggle="buttons"] > label:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0; }
