.r9-marketo-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.r9-marketo-form .form-action {
  margin-top: 20px;
  margin-bottom: 10px;
}
.r9-marketo-form .form-field {
  width: 100%;
  margin: 5px 0;
  align-self: flex-end;
}
.r9-marketo-form .form-field .input[type=checkbox] {
  height: auto;
}
.r9-marketo-form .form-field label {
  width: 100%;
}
.r9-marketo-form .form-field label .form-required {
  color: #931b23;
}
.r9-marketo-form .form-field label .form-error {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #931b23;
}
.r9-marketo-form .form-field input[type=text],
.r9-marketo-form .form-field input[type=email],
.r9-marketo-form .form-field input[type=tel],
.r9-marketo-form .form-field select {
  width: 100%;
  padding: 5px 10px;
}
.r9-marketo-form .form-field input:invalid,
.r9-marketo-form .form-field select:invalid {
  outline-color: #931b23;
}
.r9-marketo-form .form-field--separator {
  border-top: 1px solid #d8d9db;
  margin-top: 10px;
  padding-top: 5px;
}
.r9-marketo-form .form-field--text-separator {
  margin-top: 24px;
  flex-basis: 100% !important;
}
.r9-marketo-form .form-field--text-separator label {
  color: #6f737b;
}
.r9-marketo-form .form-unsupported,
.r9-marketo-form .form-action {
  flex-basis: 100%;
}
.r9-marketo-form .form-field.field-size-small {
  flex-basis: calc(25% - 30px);
}
.r9-marketo-form .form-field.field-size-medium {
  flex-basis: calc(50% - 20px);
}
.r9-marketo-form .form-action {
  flex-basis: 100%;
}
.r9-marketo-form button[disabled] {
  animation: pulse 3s infinite ease-in-out;
}
.r9-marketo-form .form-fields-clearer {
  float: right;
  text-align: right;
  margin-left: 10px;
  font-size: 14px;
  color: #247f9e !important;
  font-weight: bold;
}

.r9-marketo-form-success {
  margin: 32px 0;
  font-weight: bold;
}

@keyframes r9ef-toggle-expand {
  0% {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  100% {
    max-height: 1000px;
    padding-top: 12px;
    padding-bottom: 12px;
    opacity: 1;
  }
}
@keyframes r9ef-toggle-collapse {
  0% {
    max-height: 1000px;
    padding-top: 12px;
    padding-bottom: 12px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.r9-marketo-form-animate.show {
  animation-name: r9ef-toggle-expand;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 500ms;
}

.r9-marketo-form-animate.hide {
  animation-name: r9ef-toggle-collapse;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@media (max-width: 1071px) {
  .r9-marketo-form.inherit-marketo-columns .form-field {
    flex-basis: 49%;
  }
}
@media (max-width: 767px) {
  .r9-marketo-form.inherit-marketo-columns .form-field {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .r9-marketo-form.two-column .form-field,
  .r9-marketo-form.two-column .form-unsupported {
    flex-basis: calc(50% - 20px);
  }
}

.flexi-builder .grecaptcha-badge,
.le-grand-k-ot .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 10px !important;
  bottom: 72px !important;
  z-index: 1;
}

.flexi-builder .grecaptcha-badge:hover,
.le-grand-k-ot .grecaptcha-badge:hover {
  width: 256px !important;
}
