.t1a-form-field--honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/*
 * Accessible floating labels for the public inquiry forms. Inputs precede
 * their associated labels so the filled and focus states work without
 * JavaScript. The more specific selectors intentionally override the theme's
 * original static label treatment.
 */
form.t1a-crm-form .t1a-form-field:not(.t1a-form-field--honeypot) {
  position: relative;
  margin-bottom: 22px;
}

form.t1a-crm-form .t1a-form-field input:not([type="hidden"]) {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  min-height: 60px;
  padding: 25px 52px 7px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.015);
  color: #f7f7f7;
  font-size: 17px;
  line-height: 24px;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

form.t1a-crm-form .t1a-form-field input:not([type="hidden"]) + label {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 1;
  margin: 0;
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  transform-origin: left top;
  transition: color 160ms ease, font-size 160ms ease, letter-spacing 160ms ease, top 160ms ease, transform 160ms ease;
}

form.t1a-crm-form .t1a-form-field input:not([type="hidden"]):focus + label,
form.t1a-crm-form .t1a-form-field input:not([type="hidden"]):not(:placeholder-shown) + label,
form.t1a-crm-form .t1a-form-field input:not([type="hidden"]):-webkit-autofill + label {
  top: 8px;
  color: #d7d7d7;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transform: none;
}

form.t1a-crm-form .t1a-form-field input:not([type="hidden"]):hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.035);
}

form.t1a-crm-form .t1a-form-field input:not([type="hidden"]):focus,
form.t1a-crm-form .t1a-form-field textarea:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.045);
  outline: 2px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8);
}

form.t1a-crm-form .t1a-form-field textarea {
  box-sizing: border-box;
  min-height: 154px;
  padding: 17px 18px;
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.015);
  color: #f7f7f7;
  font-size: 17px;
  line-height: 26px;
}

form.t1a-crm-form .t1a-form-field textarea::placeholder {
  color: #aaa;
}

@media (max-width: 600px) {
  form.t1a-crm-form .t1a-form-field input:not([type="hidden"]) {
    height: 58px;
    min-height: 58px;
    padding-right: 18px;
    font-size: 16px;
  }

  form.t1a-crm-form .t1a-form-field textarea {
    font-size: 16px;
  }
}

.t1a-form-notice {
  margin: 0 0 24px;
  padding: 12px 16px;
  border-left: 3px solid #e3cb8a;
  background: rgba(255, 255, 255, 0.08);
  color: #fefefe;
  font-size: 14px;
  line-height: 21px;
}

.t1a-form-notice--error {
  border-left-color: #d78a8a;
}

.t1a-form-privacy {
  margin: 24px 0 0;
  color: #aaa;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.t1a-form-privacy a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
