.utility-bar {
  justify-content: flex-end;
}

.utility-right > a:first-child,
.pending-contact a,
.footer-main p a {
  color: inherit;
  text-decoration: none;
}

.utility-right > a:first-child:hover,
.pending-contact a:hover,
.footer-main p a:hover {
  color: var(--teal);
}

.contact-form .full-field {
  grid-column: 1 / -1;
}

.form-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status[hidden] {
  display: none;
}

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

footer .footer-main p {
  line-height: 1.7;
}

footer .footer-main p a:hover {
  color: #fff;
}
