.region-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#block-heroblock .hero.center .hero-text {
  justify-content: flex-start;
}

#block-heroblock .hero .field--name-field-heading {
  text-shadow: 0px 2px 5px #333;
  font-weight: 500;
  font-size: 34px;
}

.hero-image.black .hero-caption.caption--center.show-gradient {
  background: transparent;
}

.hero-image .hero-caption.caption--center {
  display: flex;
  align-items: flex-end;
}

.display-one + .row {
  margin: 0;
}

.row.tdx-row {
  display: flex;
  margin: 0;
}

.row#edit-container-tdx-container-row-2 {
  width: 80%;
  margin: 0;
}

.hero-image .hero-caption .display-one {
  font-weight: 500;
  font-size: 52px;
  text-shadow: 0px 2px 5px #333;
}

#tdx {
  padding: 0;
}

#tdx .search-container label + div {
  color: #fff;
  font-size: 14px;
}

#tdx .search-container label {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
}

.search-container input[type="checkbox"] {
  position: absolute;
  top: -4px;
  left: -34px;
  width: 24px;
  height: 24px;
  accent-color: #E7ECC3;
}

.form-item.js-form-item {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  position: relative;
}

.search-container.col-sm-12 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
}

.tdx-container {
  background: rgb(2 66 48 / 85%);
  color: #fff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 2px solid #00694e;
  margin-bottom: 10px;
  height: 100%;
  justify-content: space-evenly;
}

#tdx label {
  font-family: 'p22-mackinac-pro';
  font-size: 20px;
  font-weight: 500;
  margin-right: 0px;
  margin-bottom: 20px;
  color: white;
}

.tdx-row {
  justify-content: center;
}

label[for*="tdx-container"] {
  margin-bottom: 20px;
}

#tdx input#tdx-search {
  height: 50px;
  padding: 0 20px;
  font-size: 20px;
  color: #000;
  border: none;
  width: 100%;
}

.oit-search-form {
  position: absolute;
  width: 100%;
}

#tdx-button {
  background: #E7ECC3;
  color: #024230;
  height: 50px;
  width: 50px;
  border: none;
  font-size: 28px;
  z-index: 5;
}

#tdx-controls {
  display: flex;
}

#tdx-controls input.fa {
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  margin: 0;
}

@media (max-width: 768px) {
  .hero-image.full.black .field--name-field-media-image {
    height: 600px;
  }
}

@media (min-width: 768px) {
  #tdx input#tdx-search {
    width: 500px;
  }

  #tdx label {
    margin-bottom: 0;
    font-size: 30px;
    margin-right: 20px;
  }

  #tdx .search-container label {
    font-size: 20px;
  }

  .search-container.col-sm-12 {
    flex-direction: row;
  }

  #tdx {
    padding: 30px;
    margin-bottom: 50px;
  }
  #block-heroblock .hero .field--name-field-heading {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  #block-heroblock .hero.center .hero-text {
    justify-content: space-evenly;
    margin-bottom: 150px;
  }
}
