/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.fui-i {
  color: inherit;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.fui-i .is-valid .fui-error-message {
  display: none;
}

.fui-i .fui-btn-wrapper {
  margin-top: 35px;
}

.fui-i .fui-btn-wrapper button {
  background: white;
  border-radius: 30px;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 7px;
  letter-spacing: 2.4px;
  min-width: 12.5em;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
  border: 1px solid #c8c8c8;
  color: #646464;
}

.fui-i .fui-error-message {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.fui-i .fui-field {
  padding: 0;
}

.fui-i .fui-field input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.fui-i .fui-field input,
.fui-i .fui-field textarea {
  background-color: #f4f4f4;
  border: none;
  outline: none;
  padding: 17px 25px;
  width: 100%;
}

.fui-i .fui-field textarea {
  height: 100%;
  resize: none;
}

.fui-i .fui-field.floating-placeholder .fui-label {
  left: 25px;
  letter-spacing: 6px;
  position: absolute;
  top: 20px;
  text-transform: uppercase;
  transition: all 150ms;
}

.fui-i .fui-field.floating-placeholder.is-active .fui-label {
  color: #979797;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: none;
  top: 4px;
}

.fui-i .fui-field.highlight-valid.is-active :valid {
  background-image: url(/img/Valid.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 95% 20px;
}

.fui-i .fui-field.highlight-valid.is-active :invalid {
  background-image: url(/img/Invalid.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 95% 20px;
}

.fui-i .fui-row {
  flex-direction: column;
  margin: 0;
}

.fui-i .fui-row:not(:first-child) {
  margin-top: 2rem;
}

.fui-i .fui-row .fui-field:not(:last-child) {
  margin-bottom: 2rem;
}

.fui-i .fui-type-multi-line-text.is-large .fui-input-container {
  height: 180px;
}

.fui-i .fui-field-container {
  position: relative;
}

.fui-i .fui-label {
  color: inherit;
  cursor: text;
  font-size: 11px;
}

@media only screen and (min-width: 48em) {
  .fui-i img {
    bottom: 17px;
    width: 22px;
  }

  .fui-i label {
    top: 23px;
  }

  .fui-i .fui-alert {
    margin-left: 0;
    margin-right: 0;
  }

  .fui-i .fui-row {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .fui-i .fui-row:not(:first-child) {
    margin-top: 0;
  }

  .fui-i .fui-row .fui-field {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(50% - 1rem);
  }

  .fui-i .fui-row .fui-field:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 80em) {
  .fui-i {
    width: 93%;
  }
}

