
:root {
  --bs-blue: #0f7ac0;
  --bs-primary: #0f7ac0;
}

.chevron-bar {
  background-image: url("/static/img/chevron-bg.27f45039e4f8.jpg");
}

#index-content {
  background-image: url("/static/img/index-bg.f518342d5cf3.jpg");
}

footer {
  background-color: rgba(199,216,223,0.3);
  padding-top: 32px;
  padding-bottom: 0;
  /* padding: 32px 36px 32px 36px; */
  align-items: center;
}

.footer-text-black {
  font-size: 14px !important;
  text-align: left;
  color: #000000;
}

.footer-heading {
  font-size: 24px;
  color: var(--bs-primary);
  margin: 0;
  height: 100%;
}

.footer-heading a {
  text-decoration: none;
}

.footer-last {
  display: block;
  margin-top: auto;
  background-color: var(--bs-primary);
  color: white;
  padding: 1.5em;
  text-align: center;
  font-size: 18px;
}

.footer-last a {
  text-decoration: none;
  color: white;
}

.newsletter-input {
  border-radius: 0;
  height: 49px;
  margin: 0;
  text-wrap-mode: nowrap;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.newsletter-button {
  background-color: rgb(228, 153, 56);
  border-radius: 0;
  border: 0;
  color: white;
  font-size: 15px;
  font-weight: 500;
  height: 49px;
  letter-spacing: 1.5px;
  margin: 0;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  text-align: center;
  vertical-align: middle;
  text-wrap-mode: nowrap;
  width: 179px;
  white-space-collapse: collapse;
}
