.layout-content {
  flex: 1 0 auto;
}

.navbar .nav-link {
  color: #ffffff;
  text-decoration: none;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus-visible,
.navbar .nav-link.active {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.35rem;
}

.contact-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.form-status {
  max-width: 48rem;
}

.form-status:empty {
  display: none;
}

.contact-submit-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.reit-footer .material-icons {
  font-size: 28px;
}
