/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/location-hero/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.location-hero {
  margin-top: 40px;
}

.location-hero-back-btn {
  height: 48px;
  width: 48px;
  transition-duration: 0.3s;
  transform: translateX(5px);
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><path d=\"M28.707 31.7933L20.4139 23.5003L28.7069 15.2074C29.0812 14.8198 29.0812 14.2055 28.7069 13.8179C28.3232 13.4207 27.6902 13.4097 27.293 13.7934L18.293 22.7934C18.2928 22.7934 18.293 22.7933 18.293 22.7934C17.9026 23.1838 17.9025 23.8171 18.293 24.2074L27.293 33.2073C27.4802 33.3952 27.7347 33.5007 28 33.5003C28.2651 33.5003 28.5194 33.395 28.7068 33.2075C29.0974 32.817 29.0974 32.1838 28.707 31.7933Z\" fill=\"%231B1818\"/></svg>");
}
.location-hero-back-btn:hover, .location-hero-back-btn:focus {
  transform: translateX(0);
}

@media (max-width: 47.5rem) {
  .location-hero-content {
    background-color: transparent !important;
    padding: 40px 0 50px;
  }
  .location-hero-content .text-white,
  .location-hero-content .text-white.heading-main,
  .location-hero-content .phone-link {
    color: #1B1818 !important;
  }
  .location-hero-content a.directions {
    border-color: #1B1818;
    color: #1B1818;
  }
  .location-hero-content a.directions:before {
    background-color: #1B1818;
  }
  .location-hero-content a.directions:hover, .location-hero-content a.directions:focus {
    color: white;
  }
  .location-hero-bg {
    position: relative !important;
    height: 240px !important;
    display: block;
    width: 100%;
  }
  .location-hero-back-btn {
    background-color: white !important;
    align-self: center;
  }
}
@media (min-width: 47.5rem) {
  .location-hero-inner {
    height: 70vh;
    min-height: 550px;
  }
  .location-hero-content {
    width: 60%;
    max-width: 580px;
  }
  .location-hero-back-btn {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><path d=\"M28.707 31.7933L20.4139 23.5003L28.7069 15.2074C29.0812 14.8198 29.0812 14.2055 28.7069 13.8179C28.3232 13.4207 27.6902 13.4097 27.293 13.7934L18.293 22.7934C18.2928 22.7934 18.293 22.7933 18.293 22.7934C17.9026 23.1838 17.9025 23.8171 18.293 24.2074L27.293 33.2073C27.4802 33.3952 27.7347 33.5007 28 33.5003C28.2651 33.5003 28.5194 33.395 28.7068 33.2075C29.0974 32.817 29.0974 32.1838 28.707 31.7933Z\" fill=\"white\"/></svg>");
    margin-top: 5px;
  }
  .location-hero-back-btn:hover, .location-hero-back-btn:focus {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><path d=\"M28.707 31.7933L20.4139 23.5003L28.7069 15.2074C29.0812 14.8198 29.0812 14.2055 28.7069 13.8179C28.3232 13.4207 27.6902 13.4097 27.293 13.7934L18.293 22.7934C18.2928 22.7934 18.293 22.7933 18.293 22.7934C17.9026 23.1838 17.9025 23.8171 18.293 24.2074L27.293 33.2073C27.4802 33.3952 27.7347 33.5007 28 33.5003C28.2651 33.5003 28.5194 33.395 28.7068 33.2075C29.0974 32.817 29.0974 32.1838 28.707 31.7933Z\" fill=\"%231B1818\"/></svg>");
    background-color: white;
  }
}
@media (min-width: 60rem) {
  .location-hero-content {
    width: 50%;
  }
}

/*# sourceMappingURL=style-index.css.map*/