.home_banner {
  background-color: #000;
  background-position: center center;
  min-height: 695px;
  padding-top: 200px;
  background-size: cover;!;
  position: relative;
}
.home_banner .Cm_search_wrap {
    position: relative;
    z-index: 999;
}
.home_banner .Content {
  color: #FFF;
}

.home_banner .Content>* {
  color: inherit;
}

.home_banner .Content h3 {
  font-size: 24px;
  font-weight: 400;
}

.home_banner .Cm_search_wrap {
  width: 470px;
  margin-top: 35px;
  padding: 3px;
}

.home_banner .Cm_search_wrap .hs-search-field__input {
  appearance: textfield;
  outline-offset: -2px;
  border: 0;
  border-radius: 40px;
  background: url("//47946009.fs1.hubspotusercontent-na1.net/hubfs/47946009/AcentraHealth_December2024/images/search-icon.svg") no-repeat;
  background-position: center right 25px;
  background-color: #fff;
  padding: 14px 20px;
}

.home_banner .Cm_search_wrap .hs-search-field__input:focus {
  outline: 1px solid #2BBC2B;
  outline-offset: -1px;
}

@media (max-width: 1200px) {
  .home_banner .content-wrapper {
    width: 100%;
    padding: 20px 80px 0 80px;
  }
}

@media (max-width: 1024px) {
  .home_banner {
    padding-top: 100px;
  }
}

@media (max-width: 980px) {
  .home_banner .Cm_search_wrap {
    width: 375px;
  }
}

@media (max-width: 900px) {
  .home_banner {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 105px;
  }

  .home_banner .Content h1 {
    font-size: 38px;
  }

  .home_banner .Cm_search_wrap {
    width: 375px;
  }
}

@media (max-width: 600px) {
  .home_banner .content-wrapper {
    padding: 15px 20px 0 20px;
  }

  .home_banner .Content h1 {
    font-size: 40px;
  }

  .home_banner .Content br {
    display: none;
  }

  .home_banner .Cm_search_wrap {
    margin-top: 15px;
    width: 100%;
    padding: 0;
  }
}

.hs-editor-hide-until-active {
  display: none;
}

.inpage-editor-active-field .hs-editor-hide-until-active {
  display: block;
}

.hs-search-field {
  position: relative;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  flex: 1;
}

.hs-search-field__bar button svg {
  height: 10px;
}

.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-search-field--open .hs-search-field__suggestions,
.inpage-editor-active-field .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  box-shadow: 1px 10px 16px -9px rgba(122, 122, 122, 0.75);
}

.hs-search-field__suggestions li {
  display: block;
  padding: 0;
  margin: 0;
}

.hs-search-field__suggestions .results-for {
  font-weight: bold;
}

.hs-search-field__suggestions a,
.hs-search-field__suggestions .results-for {
  display: block;
  padding: 0 10px;
  line-height: 1.7rem;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.hs-search-field__input:focus {
  outline-style: solid;
}

.hs-search-field__suggestions-container {
  position: relative;
  flex-basis: 100%;
}

.hs-search-field__form {
  display: flex;
  flex-wrap: wrap;
}

.hs-search-field__label {
  flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__input {
  flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__button {
  margin-top: 0.725rem;
  margin-right: 0.725rem;
}

.hs-search-field__bar--button-align-right .hs-search-field__button {
  margin-right: 0;
  margin-left: 0.725rem;
  order: 2;
}

.hs-search-field__bar--button-beneath .hs-search-field__suggestions-container {
  min-width: 75%;
  flex-basis: auto;
  flex-grow: 1;
}

.hs-search-field__button--labelled .hs_cos_wrapper_type_icon {
  margin-right: 0.5rem;
}

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
/* stylelint-enable declaration-no-important */
