#loading {
  z-index: 100;
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}

body {
  scroll-behavior: smooth;
}

main {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#main-left h1,
#main-left h2 {
  text-shadow: 1px 2px 2px  #000;
}

#main-left h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto 1rem auto;
}

#main-left h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #f0f0f0;
  margin: 0 auto 1rem auto;
}

#main-left {
  padding-top: 1rem;
  padding-bottom: 0;
}

#main-right {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1rem;
  background-color: #ffffff;
  border-radius: 0;
}

.form-header {
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #990000;
}

.form-header h3 {
  font-size: 1.25rem;
  margin: 0 auto;
  color: #ffffff;
}

.form-header h3:first-child {
  margin-bottom: .35rem;
}

#main-right form {
  padding: 1rem;
}

#main-right form label {
  font-weight: 600;
  margin: .75rem auto .25rem auto
}

#main-right form h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

/* .processing_inputs,
.valid_feedback,
.invalid_feedback {
  display: none;
  text-align: left;
  font-size: 1rem !important;
  margin: 0.25rem auto 0 auto !important;
} */

.valid_feedback {
  color: #00b900;
}

.invalid_feedback {
  color: #b90000;
}

.form-group {
  margin: .75rem auto;
}

.opt-in {
  font-size: .8rem;
  font-weight: 400;
}

section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

section h2 {
  font-size: 1.85rem;
  font-weight: 700;
  margin: 0 auto 1.5rem auto;
}

section p {
  font-size: 1.1rem;
  margin: 1rem auto;
}

.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

@media only screen and (max-width: 767px) {
  main {
    background-image: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #main-left {
    display: none !important;
  }
}