.locator .locator-location {
  margin-bottom: 1em !important;
}
.locator .locator-map {
  background-color: #eee;
}
.locator .locator-search .locator-label {
  margin-left: auto;
  margin-right: auto;
}
.locator .locator-places {
  align-items: center;
  display: flex;
  justify-content: center;
}
.locator .locator-search {
  background-color: #fff !important;
  padding: 0;
}
.locator .locator-search p {
  max-width: 100%;
}
.locator .locator-search p.locator-description {
  font-size: 1.2em;
  margin: 0 0 1em;
}
.locator .locator-search h1, .locator .locator-search h2 {
  color: #732472;
  margin-bottom: 0.5em !important;
}
.locator .locator-search h1 span, .locator .locator-search h2 span {
  color: #E31F31;
  font-family: "Nunito900";
  font-weight: normal;
  font-style: normal;
}
.locator .locator-search h1, .locator .locator-search h2 {
  font-size: 2em !important;
  font-family: "Nunito900";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .locator .locator-search h1, .locator .locator-search h2 {
    font-size: 2.25em !important;
  }
}
@media only screen and (min-width: 980px) {
  .locator .locator-search h1, .locator .locator-search h2 {
    font-size: 2.33em !important;
  }
}
@media only screen and (min-width: 1140px) {
  .locator .locator-search h1, .locator .locator-search h2 {
    font-size: 2.75em !important;
  }
}
.locator .locator-search #js-grow {
  display: inline-block;
  font-size: 1.1em;
  opacity: 0;
  animation: growAndShrink 2s ease-out forwards;
  animation-delay: 0.3s;
  /* Optional: wait until zoom-in starts */
}
@media only screen and (max-width: 767px) {
  .locator .locator-search #js-grow {
    display: block;
  }
}
.locator .locator-search .locator-basic label {
  display: block;
  margin-bottom: 1em;
}
.locator .locator-search .locator-basic input {
  border: 2px solid #E31F31;
  border-radius: 20px;
  display: block;
  font-size: 0.9em;
  height: 40px;
  max-width: 400px;
  padding: 0.5em 1em;
  padding-right: 3em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .locator .locator-search .locator-basic input {
    padding-right: 2em;
  }
}
.locator .locator-search .locator-faux-toggle {
  background: #fff;
}
.locator .locator-search .locator-places button[type=submit] {
  align-items: center;
  height: 40px;
  justify-content: center;
  line-height: 0.9em;
  margin-left: -3em;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .locator .locator-search .locator-places button[type=submit] {
    font-size: 0.7em;
    min-width: 120px;
  }
}
.locator .locator-search .locator-geolocate {
  font-size: 1em;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.locator .locator-search .locator-geolocate button {
  background: none;
  color: #732472;
  display: inline-block;
  text-decoration: underline;
}
.locator .locator-search .locator-geolocate button::before {
  content: url(../img/fa-icons/location-dot-solid-red.svg);
  display: inline-block;
  height: 15px;
  margin-right: 0.33em;
  transform: translate(0, 0.1em);
  width: 15px;
}
.locator .locator-search .locator-geolocate button:hover {
  text-decoration: none;
}
.locator .locator-search.locator-complete {
  border-radius: 0 !important;
  border: 0 !important;
  max-width: 100%;
  width: 100%;
}
.locator div.locator-results {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 1em;
}
@media only screen and (max-width: 979px) {
  .locator div.locator-results {
    flex-direction: column;
  }
}
.locator div.locator-results .locator-map {
  align-self: flex-start;
  height: 450px;
  position: sticky !important;
  top: 0;
  width: 40% !important;
}
@media only screen and (max-width: 979px) {
  .locator div.locator-results .locator-map {
    margin-bottom: 1.5em;
    position: relative !important;
    top: auto;
    width: 100% !important;
  }
}
.locator div.locator-results .locator-map .gm-style-iw-chr button {
  position: absolute !important;
  right: 0;
  top: 0;
}
.locator div.locator-results .locator-list {
  height: auto !important;
  overflow: initial !important;
  padding-right: 1em;
  width: 60% !important;
}
@media only screen and (max-width: 979px) {
  .locator div.locator-results .locator-list {
    width: 100% !important;
    padding-right: 0;
  }
}
.locator div.locator-results .locator-location {
  border: 3px solid #732472 !important;
  border-radius: 20px 0 20px 0;
  padding: 2em;
  padding: 2em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 979px) {
  .locator div.locator-results .locator-location {
    padding: 1em;
  }
}
.locator div.locator-results .locator-name-distance-franchise {
  align-items: flex-start;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .locator div.locator-results .locator-name-distance-franchise {
    display: block;
  }
}
.locator div.locator-results .locator-name-distance {
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .locator div.locator-results .locator-name-distance {
    margin-bottom: 1.5em;
  }
}
.locator div.locator-results .locator-name-distance-franchise {
  justify-content: space-between;
}
.locator div.locator-results .locator-name {
  margin-right: 1em;
}
.locator div.locator-results .locator-name h2 {
  font-size: 1.3em;
}
.locator div.locator-results .locator-name h2 a {
  color: #732472;
}
.locator div.locator-results .locator-name h2 a:hover {
  text-decoration: none;
}
.locator div.locator-results .locator-name h2 a::before {
  display: none;
}
.locator div.locator-results .locator-address {
  font-size: 1em;
}
.locator div.locator-results .locator-distance {
  font-size: 1em;
  margin-top: 0.5em;
}
.locator div.locator-results .marker-link {
  background-color: transparent;
  color: #732472;
  padding: 0;
  text-decoration: underline;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 979px) {
  .locator div.locator-results .marker-link {
    display: none;
  }
}
.locator div.locator-results .marker-link:hover {
  text-decoration: none;
}
.locator div.locator-results .locator-franchise {
  border: 3px solid #732472 !important;
  border-radius: 20px 0 20px 0;
  padding: 2em;
  border-color: transparent !important;
  background: #eee;
  padding: 1em;
}
.locator div.locator-results .locator-franchise .locator-franchise-title {
  font-size: 1em;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.locator div.locator-results .locator-franchise .locator-franchise-title a {
  color: #732472;
}
.locator div.locator-results .locator-franchise ul {
  font-size: 1em;
  margin: 1em 0 0;
}
.locator div.locator-results .locator-franchise ul li {
  font-size: 1em;
}
.locator div.locator-results .locator-franchise .phone {
  display: flex;
  text-decoration: none;
}
.locator div.locator-results .locator-franchise .phone::before {
  background-image: url(../img/fa-icons/phone-flip-blue.svg);
}
.locator div.locator-results .locator-franchise .email {
  display: flex;
}
.locator div.locator-results .locator-franchise .email::before {
  background-image: url(../img/fa-icons/envelope-blue.svg);
}
.locator div.locator-results .locator-cta {
  margin-top: 1.5em;
}
.locator div.locator-results .locator-cta .table-wrap {
  margin-bottom: 0;
}
.locator.locator-single-location-map {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .locator.locator-single-location-map {
    display: block;
  }
}
.locator.locator-single-location-map .locator-static-map,
.locator.locator-single-location-map .locator-static-list {
  flex: 1;
  float: none;
  margin-left: 2em;
  padding-top: 2em;
}
@media only screen and (max-width: 600px) {
  .locator.locator-single-location-map .locator-static-map,
.locator.locator-single-location-map .locator-static-list {
    margin-left: 0;
  }
}
.locator.locator-single-location-map .locator-static-map .locator-location,
.locator.locator-single-location-map .locator-static-list .locator-location {
  border: none;
}
.locator.locator-single-location-map .locator-static-map .name,
.locator.locator-single-location-map .locator-static-list .name {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
  color: #E31F31;
  font-size: 1.4em;
}
@media only screen and (min-width: 980px) {
  .locator.locator-single-location-map .locator-static-map .name,
.locator.locator-single-location-map .locator-static-list .name {
    font-size: 1.6em;
  }
}
.locator.locator-single-location-map .locator-static-map address,
.locator.locator-single-location-map .locator-static-list address {
  font-style: normal;
  padding: 0;
}
.locator.locator-results-yes .locator-change .locator-label, .locator.locator-results-no .locator-complete .locator-label {
  display: block !important;
}
.locator.locator-results-yes .locator-change .locator-restart, .locator.locator-results-no .locator-complete .locator-restart {
  display: none;
}
.locator .location-count,
.locator .location-name {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.locator .location-name {
  display: inline-block;
  font-size: inherit;
}
.locator .locator-restart {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
  color: #732472;
  font-size: 0.8em;
  margin-left: 0.75em;
}
@media only screen and (max-width: 767px) {
  .locator .locator-restart {
    display: block;
  }
}
.locator .locator-filters {
  background-color: #F6D809;
  margin-top: 1em;
  padding: 1.25em;
  text-align: left;
}
.locator .locator-pill {
  background: #732472;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.locator .locator-pill.hide {
  display: none;
}
.locator .locator-pill-remove {
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}
.locator .locator-pill-remove:hover {
  background-color: #561B56;
  border-radius: 50%;
}

.locator-info-window .locator-franchise,
.locator-info-window .locator-cta,
.locator-info-window .distance {
  display: none;
}
.locator-info-window .locator-address {
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
}
.locator-info-window .program-summary {
  background-color: #eee;
  border-radius: 10px 0;
  color: #000000;
  font-size: 1em;
  margin-top: 1em;
  padding: 0.5em;
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
}
.locator-info-window .program-summary b {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.locator-info-window .info-window-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.locator-info-window .info-window-links .btn {
  border: 2px solid #E31F31;
  font-size: 0.8em;
  margin: 0.75em 1em 0 0;
  padding: 0.33em 1em;
}
@media only screen and (max-width: 767px) {
  .locator-info-window .locator-name-distance {
    margin-bottom: 0 !important;
  }
}

.locator-location .program-summary,
.locator-location .info-window-links {
  display: none;
}