.form-status {
  margin: 0.35rem 0 0;
  min-height: 1.25em;
  font-size: 0.94rem;
  line-height: 1.45;
  color: #5f5f5f;
}

.form-status.is-success {
  color: #0f6b3b;
}

.form-status.is-error {
  color: #b42318;
}

.cta-box .form-status {
  color: rgba(255, 255, 255, 0.78);
}

.cta-box .form-status.is-success {
  color: #c8f7d1;
}

.cta-box .form-status.is-error {
  color: #ffb6b0;
}

.email-capture button:disabled,
.contact-actions .btn:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
