.form-result {
  display: none;
  margin-bottom: 15px;
  padding: 12px 14px;
  border-radius: 3px;
  border: 1px solid transparent;
}

.form-result.is-visible {
  display: block;
}

.form-result.is-pending {
  background: #eef5fb;
  border-color: #c8dff0;
  color: #2b5b77;
}

.form-result.is-success {
  background: #eef8ef;
  border-color: #cbe3cf;
  color: #2c6c35;
}

.form-result.is-error {
  background: #fff1f1;
  border-color: #f0c5c5;
  color: #8a2323;
}

.botcheck {
  display: none !important;
}

#contact-form button[disabled] {
  cursor: wait;
  opacity: 0.75;
}

#footer .copyright {
  position: relative;
  min-height: 56px;
}

#footer .copyright .inner {
  box-sizing: border-box;
  min-height: 56px;
  padding: 18px 28px 14px;
}

#footer .copyright a.footer-brand {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  display: block !important;
  line-height: 0;
  text-decoration: none;
  transform: translateY(-50%);
}

#footer .copyright a.footer-brand > img {
  display: block !important;
  width: 21px !important;
  max-width: none !important;
  height: auto !important;
  margin-right: 16px;
  opacity: 0.68;
}

#footer .copyright a.footer-brand:hover > img {
  opacity: 1;
}

@media only screen and (max-width: 760px) {
  #footer .copyright {
    min-height: 92px;
  }

  #footer .copyright .inner {
    min-height: 92px;
    padding: 14px 14px 12px;
    padding-right: 0;
    text-align: center;
  }

  #footer .copyright p {
    text-align: center;
  }

  #footer .copyright a.footer-brand {
    position: static !important;
    display: block !important;
    width: fit-content;
    margin: 12px auto 0;
    transform: none;
    padding: 0;
  }
}
