.request-form {
  height: 42rem;
  background-image: url("../images/request-form-cover.jpg");
  background-position: center;
  background-size: cover;
}

.divider {
  border-right: solid 1px #aaa;
  margin: 0 1.25rem 0 1rem;
}

.gdpr-checkbox input {
  min-width: 0 !important;
  min-height: 0 !important;
}

.gdpr-checkbox label {
  display: inline !important;
}

/* Active navigation link styling - higher specificity to override main.css */
.hero .link-with-icon.link-with-icon--active {
  text-decoration: underline;
  font-weight: bold;
}


