@-webkit-keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@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;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: none;
  border-radius: 40px;
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none !important;
  letter-spacing: 1.7px;
  min-height: 40px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  background-color: #007981;
  border-color: #007981;
  color: #fff;
  transition: all linear 0.15s;
  width: auto;
}
.prefers-reduced-motion .drupal-form #edit-actions .webform-button--submit {
  -webkit-transition: none;
  transition: none;
}
.drupal-form #edit-actions .webform-button--submit:hover {
  padding: 10px 43px;
  margin: 0 -3px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.drupal-form #edit-actions .webform-button--submit:disabled, .drupal-form #edit-actions .webform-button--submit.disabled {
  -webkit-transition: none;
  transition: none;
  opacity: 0.6;
  -webkit-box-shadow: none;
          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 {
  -webkit-transition: none;
  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: #009CA6;
  background-color: #009CA6;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.drupal-form #edit-actions .webform-button--submit:active, .drupal-form #edit-actions .webform-button--submit.active {
  color: #e6e6e6;
  border-color: #01737B;
  background-color: #01737B;
}
.drupal-form #edit-actions .webform-button--submit:disabled, .drupal-form #edit-actions .webform-button--submit.disabled {
  background-color: #343434;
  border-color: #343434;
  color: #fff;
}
.drupal-form #edit-actions .webform-button--submit.smaller {
  font-size: 13px;
  padding: 8px 20px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.drupal-form #edit-actions .webform-button--submit.smaller:hover {
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.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 {
  margin-bottom: 25px;
  position: relative;
}
.form-group label {
  color: #383838;
  font-weight: 500;
}
.form-group .form-control:not(.button) {
  background: #F4F4F4;
  border: none;
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #383838;
  padding: 10px 25px;
  position: relative;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}
.form-group .form-control:not(.button) {
  font-size: 20px;
}
@media (min-width: 575px) {
  .form-group .form-control:not(.button) {
    font-size: calc(20px + 4 * (100vw - 575px) / 1025);
  }
}
@media (min-width: 1600px) {
  .form-group .form-control:not(.button) {
    font-size: 24px;
  }
}
.form-group .form-control:not(.button)::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: #383838;
  opacity: 0.5;
}
.prefers-reduced-motion .form-group .form-control:not(.button)::-webkit-input-placeholder {
  -webkit-transition: none;
  transition: none;
}

.form-group .form-control:not(.button):-moz-placeholder {
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: #383838;
  opacity: 0.5;
}
.prefers-reduced-motion .form-group .form-control:not(.button):-moz-placeholder {
  -moz-transition: none;
  transition: none;
}

.form-group .form-control:not(.button)::-moz-placeholder {
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: #383838;
  opacity: 0.5;
}
.prefers-reduced-motion .form-group .form-control:not(.button)::-moz-placeholder {
  -moz-transition: none;
  transition: none;
}

.form-group .form-control:not(.button):-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: #383838;
  opacity: 0.5;
}
.prefers-reduced-motion .form-group .form-control:not(.button):-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
}

.form-group .form-control:not(.button):focus {
  border-color: #b3b3b3;
}
.form-group .form-control:not(.button):disabled {
  background-color: #cccccc;
  cursor: default;
  opacity: 0.5;
}
.form-group .form-control:not(.button):disabled::-webkit-input-placeholder {
  opacity: 0.5;
}
.form-group .form-control:not(.button):disabled::-moz-placeholder {
  opacity: 0.5;
}
.form-group .form-control:not(.button):disabled:-ms-input-placeholder {
  opacity: 0.5;
}
.form-group .form-control:not(.button):disabled::-ms-input-placeholder {
  opacity: 0.5;
}
.form-group .form-control:not(.button):disabled::placeholder {
  opacity: 0.5;
}
.form-group .password-toggle .toggle-icon {
  -webkit-transition: none;
  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 {
  -webkit-transition: none;
  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: "\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 .password-toggle.show .toggle-icon:before {
  content: "\f140";
  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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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%;
  -webkit-transform: translateY(-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: #D60D0D;
}
.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: #D60D0D;
}
.form-group.error label, .form-group.is-invalid label {
  color: #D60D0D;
}
.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: #D60D0D;
}
.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: #D60D0D;
  font-size: 12px;
  margin-top: 2px;
}

.form-check input[type=radio],
.form-check input[type=checkbox] {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          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%;
  -webkit-transform: translateY(-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 {
  -webkit-box-shadow: none;
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem #0077CB;
          box-shadow: 0 0 0 0.2rem #0077CB;
  outline: 0 !important;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-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 {
  -webkit-transition: none;
  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: #383838;
  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: "\f127";
  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: #383838;
  content: "\f126";
  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: #D60D0D;
}
.form-check.error input[type=radio]:checked + label:after,
.form-check.error input[type=checkbox]:checked + label:after {
  color: #D60D0D;
}
.form-check.error label {
  color: #D60D0D;
}

.input-group {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
.input-group-prepend {
  border-radius: 25px 0 0 25px;
  border-right: 0;
}
.input-group-append {
  border-left: 0;
  border-radius: 0 25px 25px 0;
}

[data-toggle=buttons] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
}

.choices-list--dropdown,
.choices__list--dropdown {
  display: none;
}
.choices-list--dropdown.is-active,
.choices__list--dropdown.is-active {
  display: block;
}

table.diff-revisions .form-check input[type=radio],
table.diff-revisions .form-check input[type=checkbox] {
  width: 19px;
  height: 19px;
  border-radius: 19px;
  border: 2px solid #50e3c2;
  -webkit-transform: none;
          transform: none;
  position: static;
  float: none;
  margin-right: 0;
  margin-left: 0;
}
table.diff-revisions .form-check input[type=radio]:checked,
table.diff-revisions .form-check input[type=checkbox]:checked {
  border-color: #50E3C2;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='4.5' cx='8.5' cy='8.5' fill='%2350E3C2'/%3E%3C/svg%3E");
  background-position: 50% 50%;
}
table.diff-revisions .form-check input[type=radio]:checked:focus,
table.diff-revisions .form-check input[type=checkbox]:checked:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #50E3C2, inset 0 0 0 1px #50E3C2;
          box-shadow: 0 0 0 2px #fff, 0 0 0 5px #50E3C2, inset 0 0 0 1px #50E3C2;
}