/* VARIABLES */
.aphp-search-hero {
  display: flex;
  flex-direction: column;
  min-height: auto;
  margin-bottom: 2rem;
  overflow: visible;
  position: relative;
}
@media (min-width: 992px) {
  .aphp-search-hero {
    flex-direction: row;
    height: 230px;
    margin-bottom: -4em;
    background-image: url("../images/training-hero.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
  }
}
.aphp-search-hero__styling {
  position: absolute;
  z-index: 6;
  height: 120px;
  background: url("../images/search-header-top.png");
  left: 2em;
  bottom: -2.5em;
  width: 357px;
}
@media (min-width: 992px) {
  .aphp-search-hero__styling {
    top: 210px;
    left: 60%;
    width: 357px;
    z-index: 0;
  }
}
.aphp-search-hero__side {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (min-width: 992px) {
  .aphp-search-hero__side {
    min-height: auto;
    width: 50%;
  }
}
.aphp-search-hero__side--blue {
  background: linear-gradient(0deg, rgba(6, 64, 173, 0.55), rgba(6, 64, 173, 0.55)), url("../images/search-header-left.png");
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  background-size: 100%, 110%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .aphp-search-hero__side--blue {
    padding: 3rem 4rem;
    align-items: flex-start;
    justify-content: flex-start;
    /* background-position: 90% 70%; */
    background: none;
  }
}
.aphp-search-hero__side--cream {
  display: none;
  /*
  background-color: #e6c4a5;
  background-image: url('../images/search-header-right.png');
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: right center;
  position: relative;
  z-index: 1;
  min-height: 180px;

  @include media-breakpoint-up(lg) {
    border-radius: 0;
    border-top-right-radius: 6em;
    margin-left: -8em;
    margin-top: 2.4em;
    min-height: auto;
    background-position-y: -80px;
    background-size: auto;
  }

   */
}
.aphp-search-hero__left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .aphp-search-hero__left-wrapper {
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
    width: 85%;
  }
}
.aphp-search-hero__content {
  max-width: 600px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .aphp-search-hero__content {
    margin-right: 1em;
  }
}
.aphp-search-hero__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .aphp-search-hero__title {
    font-size: 22px;
    margin-bottom: 2rem;
  }
}
.aphp-search-hero__title span {
  display: block;
}
.aphp-search-hero__title-bottom {
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .aphp-search-hero__title-bottom {
    font-size: 18px;
  }
}
.aphp-search-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3em;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin-top: 2em;
}
@media (min-width: 992px) {
  .aphp-search-hero__button {
    padding: 1.5rem 2rem;
    margin-top: 0;
  }
}
.aphp-search-hero__button:hover, .aphp-search-hero__button:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  border-color: #fff;
}
.aphp-search-hero__icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media (min-width: 992px) {
  .aphp-search-hero__icon {
    width: 24px;
    height: 24px;
  }
}
.aphp-search-hero__icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
/*# sourceMappingURL=aphp-search-hero.css.map */
