.gateway-home-hero {
  background-size: cover;
  background-position: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  min-height: 450px;
}

.gateway-home-hero__card {
  max-width: 760px;
  padding: 1.5rem;
  margin-left: auto;
  opacity: 0.8;
}

.path-frontpage .contextual-region {
  clear: both;
}

.block-tg-homepage-welcome {
  margin-bottom: 20px;
}

.webform-submission-newsletter-subscribe-form input {
  padding: 16px;
}

.webform-submission-newsletter-subscribe-form .form-email {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}

.block-tg-homepage-welcome .btn,
.block-tg-homepage-educators-parents-students .btn,
.block-tg-homepage-news-subscribe .btn {
  border-radius: 5px;
}

.block-tg-homepage-welcome .form-type-select,
.block-tg-homepage-educators-parents-students .form-type-select,
.block-tg-homepage-news-subscribe .form-type-select {
  margin-right: 12px;
}

.block-tg-homepage-welcome .form-select,
.block-tg-homepage-educators-parents-students .form-select,
.block-tg-homepage-news-subscribe .form-select {
  max-width: 220px;
}

@media (min-width: 768px) {
  .gateway-home-hero__card {
    padding: 2rem;
  }
}

.tg-homepage-inline-form .form-item,
.tg-homepage-inline-form .form-actions {
  margin: 0;
  padding: 0;
}

.tg-homepage-welcome-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.tg-homepage-welcome-search-form .form-type-textfield {
  flex: 1 1 auto;
  min-width: 0;
}

.tg-homepage-welcome-search-form .form-actions {
  flex: 0 0 auto;
  white-space: nowrap;
}

.tg-homepage-educators-search-form,
.tg-homepage-parents-search-form {
  display: flex;
  flex-wrap: wrap;
}

.tg-homepage-welcome-search-form .tg-homepage-inline-actions,
.tg-homepage-educators-search-form .tg-homepage-inline-actions,
.tg-homepage-parents-search-form .tg-homepage-inline-actions {
  padding: 0;
}

.tg-homepage-inline-field {
  min-width: 260px;
}

.webform-submission-newsletter-subscribe-form input {
  width: 100%;
  max-width: 100%;
}

.webform-submission-newsletter-subscribe-form .form-actions {
  padding: 0;
  text-align: left;
  max-width: 140px;
}

.view-display-id-block_1 .views-row {
  margin: 8px 0;
}

@media (min-width: 768px) {
  .tg-homepage-inline-field {
    min-width: 320px;
  }
}

.path-frontpage .block-tg-homepage-educators,
.path-frontpage .block-tg-homepage-parents-students {
  width: 100%;
}

.path-frontpage .vr {
  margin-bottom: var(--bs-gutter-y);
  width: 4px;
  background-color: #016fb9;
  opacity: 1;
}

@media (min-width: 992px) {

  .path-frontpage .block-tg-homepage-educators,
  .path-frontpage .block-tg-homepage-parents-students {
    float: left;
    width: 50%;
    clear: none;
  }

  .path-frontpage .block-tg-homepage-educators {
    padding-right: 2rem;
  }

  .path-frontpage .block-tg-homepage-parents-students {
    padding-left: 2rem;
    border-left: 5px solid var(--bs-primary);
  }

  .path-frontpage .block-tg-homepage-news-subscribe {
    clear: both;
  }
}

@media (max-width: 991.98px) {
  .path-frontpage .block-tg-homepage-parents-students {
    border-top: 3px solid var(--bs-primary);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
