.locations--hero {
  background-image: url(../png/locations-hero.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 221px !important;
}
.locations--hero::after {
  display: none;
}
@media (max-width: 991.98px) {
  .locations--hero {
    background-position: 350px 0;
  }
}
@media (max-width: 767.98px) {
  .locations--hero {
    background-image: none;
    padding-top: 103px !important;
  }
  .locations--hero::after {
    content: url("../svg/short-hero-box-top-right.svg") !important;
    display: block;
    right: -200px !important;
    top: -200px !important;
    max-width: unset !important;
  }
}

.location-finder__container {
  display: grid;
  grid-template-columns: 100%;
}
@media (max-width: 575.98px) {
  .location-finder__container {
    margin-top: var(--global-spacing-md);
    padding: 0 15px;
  }
}
.location-finder__container .view-results--counter-bar {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #13294B;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #C4BFB6;
  padding-bottom: 20px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .location-finder__container .view-results--counter-bar {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .location-finder__container .view-results--counter-bar {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .location-finder__container .view-results--counter-bar {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .location-finder__container .view-results--counter-bar {
    max-width: 1200px;
  }
}
.location-finder__container .view-results--toggle-btn {
  color: #13294B;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  border: none;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .location-finder__container .view-results--toggle-btn {
    display: none;
  }
}
.location-finder__container .view-results--toggle-btn::after {
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 2.08813C0.5 1.14055 1.26535 0.33875 2.24937 0.33875H5.74812C6.6957 0.33875 7.4975 1.14055 7.4975 2.08813V5.58688C7.4975 6.5709 6.6957 7.33625 5.74812 7.33625H2.24937C1.26535 7.33625 0.5 6.5709 0.5 5.58688V2.08813ZM2.24937 5.58688H5.74812V2.08813H2.24937V5.58688ZM0.5 11.4181C0.5 10.4705 1.26535 9.66875 2.24937 9.66875H5.74812C6.6957 9.66875 7.4975 10.4705 7.4975 11.4181V14.9169C7.4975 15.9009 6.6957 16.6662 5.74812 16.6662H2.24937C1.26535 16.6662 0.5 15.9009 0.5 14.9169V11.4181ZM2.24937 14.9169H5.74812V11.4181H2.24937V14.9169ZM15.0781 0.33875C16.0257 0.33875 16.8275 1.14055 16.8275 2.08813V5.58688C16.8275 6.5709 16.0257 7.33625 15.0781 7.33625H11.5794C10.5954 7.33625 9.83 6.5709 9.83 5.58688V2.08813C9.83 1.14055 10.5954 0.33875 11.5794 0.33875H15.0781ZM15.0781 2.08813H11.5794V5.58688H15.0781V2.08813ZM9.83 11.4181C9.83 10.4705 10.5954 9.66875 11.5794 9.66875H15.0781C16.0257 9.66875 16.8275 10.4705 16.8275 11.4181V14.9169C16.8275 15.9009 16.0257 16.6662 15.0781 16.6662H11.5794C10.5954 16.6662 9.83 15.9009 9.83 14.9169V11.4181ZM11.5794 14.9169H15.0781V11.4181H11.5794V14.9169Z" fill="%23F91E26"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
}
.location-finder__container .view-results--toggle-btn.list-view::after {
  color: #F91E26;
  background: none;
  content: "\f132";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 575.98px) {
  .location-finder__container .view-results--toggle-btn {
    display: none;
  }
}
.location-finder__results {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  gap: 0 var(--global-spacing);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .location-finder__results {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .location-finder__results {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .location-finder__results {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .location-finder__results {
    max-width: 1200px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .location-finder__results {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .location-finder__results {
    padding: 0;
  }
}
.location-finder__map {
  width: 100%;
  max-width: 800px;
  opacity: 1;
  transition: all 0.33s ease;
  transition-delay: 0;
}
@media (max-width: 1199.98px) {
  .location-finder__map {
    max-width: 55%;
  }
}
@media (max-width: 991.98px) {
  .location-finder__map {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .location-finder__map {
    display: none;
  }
}
.grid-view .location-finder__map {
  width: 0px;
  height: 0px;
  opacity: 0;
  transition: all 0.33s ease;
  transition-delay: 0;
}
.location-finder__map .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}
.location-finder__map .gm-style-iw {
  border-radius: 12px;
  padding: 35px !important;
}
.location-finder__map .gm-style-iw > button[type=button].gm-ui-hover-effect {
  top: 18px !important;
  right: 10px !important;
  width: 25px !important;
  height: 25px !important;
}
.location-finder__map .gm-style-iw > button[type=button].gm-ui-hover-effect > span {
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
}
.location-finder__map .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
}
.location-finder__map .gm-style-iw .gm-style-iw-d .views-field-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.location-finder__map .gm-style-iw .gm-style-iw-d .views-field-title * a {
  text-decoration: none;
}
.location-finder__map .gm-style-iw .gm-style-iw-d .views-field-field-location-address {
  font-size: 16px;
  line-height: 1.3;
}
.location-finder__map .gm-style-iw .gm-style-iw-d .views-field-field-location-address * {
  margin-top: 10px;
}
.location-finder__map .gm-style-iw .gm-style-iw-d .views-field-field-location-address * a {
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}
.location-finder__map .gm-style-iw .gm-style-iw-d .views-field-field-location-address * a:hover, .location-finder__map .gm-style-iw .gm-style-iw-d .views-field-field-location-address * a:focus {
  color: #091322;
}
.location-finder__map .map-cluster--pin {
  color: #ffffff;
  width: 90px;
  height: 90px;
  background-image: url('data:image/svg+xml,<svg width="96" height="96" viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_4378_32176)"><circle cx="47.7691" cy="48.2349" r="21.2095" fill="%23833177"/></g><circle opacity="0.5" cx="47.7692" cy="48.232" r="24.6481" stroke="%23833177"/><circle opacity="0.2" cx="47.7694" cy="48.2342" r="34.078" stroke="%23833177"/><circle opacity="0.1" cx="47.7693" cy="48.2332" r="47.0848" stroke="%23833177"/><defs><filter id="filter0_d_4378_32176" x="16.5596" y="19.0254" width="62.4189" height="62.4199" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4378_32176"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4378_32176" result="shape"/></filter></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.location-finder__feed {
  position: relative;
  transition: all 0.33s ease;
  transition-delay: 0;
  height: 100%;
  max-height: 750px;
  flex: 1;
  overflow: auto;
}
.grid-view .location-finder__feed {
  overflow: visible;
  max-height: 100%;
}
.grid-view .location-finder__feed:after {
  display: none;
}
.location-finder__feed:after {
  content: "";
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(to top, #ffffff, transparent);
  display: block;
}
@media (max-width: 575.98px) {
  .location-finder__feed {
    max-height: unset;
  }
  .location-finder__feed:after {
    display: none;
  }
}
.location-finder-list {
  height: 90%;
  overflow: auto;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .location-finder-list {
    height: 100%;
  }
}
.location-finder-list__container {
  position: relative;
  height: 100%;
}
.grid-view .location-finder-list__container::after {
  display: none;
}
@media (max-width: 575.98px) {
  .location-finder-list__container {
    height: unset;
    position: relative;
  }
  .location-finder-list__container:after {
    display: none;
  }
}
.location-finder-list .location {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
  transition: all 0.33s ease;
  transition-delay: 0;
  width: 100%;
}
.grid-view .location-finder-list .location {
  width: 30%;
  transition: all ease-in-out 0.5s;
}
@media (max-width: 1199.98px) {
  .grid-view .location-finder-list .location {
    width: 45%;
  }
}
@media (max-width: 991.98px) {
  .grid-view .location-finder-list .location {
    width: 100%;
  }
}
.location-finder-list .location-finder--list-item {
  color: #13294B;
}
.location-finder-list .location-finder--list-item__name {
  text-decoration: none;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 5px;
}
.location-finder-list .location-finder--list-item__name a {
  text-decoration: none;
}
.location-finder-list .location-finder--list-item__address {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.location-finder-list .location-finder--list-item__address p.address .postal-code + br,
.location-finder-list .location-finder--list-item__address p.address .country {
  display: none;
}
.location-finder-list .location-finder--list-item__distance {
  margin-bottom: 10px;
}
.location-finder-list .location-finder--list-item__phone {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 5px;
}
.location-finder-list .location-finder--list-item__phone::before {
  color: #F91E26;
  font-size: 20px;
  content: "\f13b";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.33s ease;
  transition-delay: 0;
}
.location-finder-list .location-finder--list-item__phone a {
  text-decoration: none;
}
.location-finder-list .location-finder--list-item__hours-container .location-hours__trigger {
  color: #13294B;
  border: none;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.location-finder-list .location-finder--list-item__hours-container .location-hours__trigger::before {
  color: #F91E26;
  font-size: 20px;
  content: "\f10b";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.33s ease;
  transition-delay: 0;
}
.location-finder-list .location-finder--list-item__hours-container .location-hours__trigger::after {
  content: "\f119";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #13294B;
  font-size: 12px;
  transition: all 0.33s ease;
  transition-delay: 0;
}
.location-finder-list .location-finder--list-item__hours-container .location-hours__trigger:not(.collapsed)::after {
  transform: rotate(180deg);
  transition: all 0.33s ease;
  transition-delay: 0;
}
.location-finder-list .location-finder--list-item__hours-container .location-hours__hours-list {
  padding-left: 30px;
  margin-top: 5px;
}
.location-finder-list .location-finder--list-item__hours-container .location-hours__hours-list h4 {
  font-size: 16px;
  margin: 0;
}
.location-finder-list .location-finder--list-item__directions {
  margin-top: 15px;
}
.location-finder-list .location-finder--list-item__directions a {
  text-decoration: none;
}
.location-finder-list .location-finder--list-item__directions a:hover {
  text-decoration: underline;
}
.location-finder-list .location.location-item--highlight {
  background: rgba(30, 158, 204, 0.1);
}
@media (min-width: 768px) {
  .location-finder .form--inline {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .location-finder .form--inline {
    grid-template-columns: repeat(4, 1fr);
  }
}
.location-finder--filters__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: -115px;
  width: auto;
  margin: 0 auto -65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}
@media (min-width: 576px) {
  .location-finder--filters__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .location-finder--filters__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .location-finder--filters__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .location-finder--filters__container {
    max-width: 1200px;
  }
}
@media (max-width: 991.98px) {
  .location-finder--filters__container {
    top: -75px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .location-finder--filters__container + .container-fluid {
    position: relative;
    top: -100px;
  }
}
.location-finder--filters__content {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  padding: var(--global-spacing) var(--global-spacing-md);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  /**
   * FORM
   */
}
@media (max-width: 991.98px) {
  .location-finder--filters__content {
    padding: var(--global-spacing);
  }
}
.location-finder--filters__content form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.location-finder--filters__content .refine-results__container {
  width: 100%;
  border-bottom: 1px solid #C4BFB6;
  padding-bottom: 20px;
}
.location-finder--filters__content .refine-results--trigger {
  color: #13294B;
  font-size: 15px;
  background-color: transparent;
  padding: 0;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.location-finder--filters__content .refine-results--trigger span {
  text-decoration: underline;
  text-decoration-color: #13294B;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.location-finder--filters__content .refine-results--trigger::after {
  color: #13294B;
  background-color: transparent;
  font-size: 15px;
  text-decoration: none;
}
.location-finder--filters__content .refine-results--trigger:hover {
  color: #F91E26;
}
.location-finder--filters__content .refine-results--trigger:hover span {
  text-decoration-color: #F91E26;
}
.location-finder--filters__content .refine-results--trigger:hover::after {
  color: #F91E26;
  background-color: transparent;
}
.location-finder--filters__content .refine-results--trigger:not(.collapsed) {
  color: #F91E26;
}
.location-finder--filters__content .refine-results--trigger:not(.collapsed) span {
  text-decoration-color: #F91E26;
}
.location-finder--filters__content .refine-results--trigger:not(.collapsed)::after {
  color: #F91E26;
  background-color: transparent;
  font-size: 15px;
  content: "\f13d";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(225deg);
}
.location-finder--filters__content .refine-results .filter-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 150px;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .location-finder--filters__content .refine-results .filter-fields {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .location-finder--filters__content .refine-results .filter-fields {
    grid-template-columns: 1fr;
  }
}
.location-finder--filters__content .submit-reset--container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.location-finder--filters__content form {
  /** Hiding Zip Tooltip */
}
.location-finder--filters__content form fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
}
.location-finder--filters__content form label {
  color: #25413B;
  font-size: 14px;
  margin-bottom: 0;
}
.location-finder--filters__content form input,
.location-finder--filters__content form select {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 20px;
  font-size: 16px;
}
.location-finder--filters__content form input:not(.button),
.location-finder--filters__content form select:not(.button) {
  background-color: #F0F4F3;
  padding: 13px 40px 13px 20px;
}
.location-finder--filters__content form input::placeholder, .location-finder--filters__content form input::-ms-input-placeholder,
.location-finder--filters__content form select::placeholder,
.location-finder--filters__content form select::-ms-input-placeholder {
  color: #13294B;
}
.location-finder--filters__content form .button {
  width: auto;
  border-radius: 12px;
}
.location-finder--filters__content form .button:hover {
  cursor: pointer;
}
.location-finder--filters__content form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.0601 1.15625L7.16225 7.15625L13.2644 1.15625" stroke="%23F91E26" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.location-finder--filters__content form select option {
  font-weight: 300;
}
.location-finder--filters__content form #edit-title-1 {
  width: 100%;
  background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.9419 8.81236C14.9419 12.1509 12.2282 14.865 8.87135 14.865C5.51446 14.865 2.80078 12.1509 2.80078 8.81236C2.80078 5.47381 5.51446 2.75977 8.87135 2.75977C12.2282 2.75977 14.9419 5.47381 14.9419 8.81236ZM14.113 14.9356C12.7028 16.1385 10.8721 16.865 8.87135 16.865C4.4141 16.865 0.800781 13.2597 0.800781 8.81236C0.800781 4.36503 4.4141 0.759766 8.87135 0.759766C13.3286 0.759766 16.9419 4.36503 16.9419 8.81236C16.9419 10.5428 16.3949 12.1458 15.4639 13.4585C15.469 13.4634 15.4741 13.4683 15.4792 13.4734L18.547 16.5344C18.938 16.9245 18.938 17.5569 18.547 17.947C18.1561 18.3371 17.5222 18.3371 17.1312 17.947L14.113 14.9356Z" fill="%23F91E26"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
.location-finder--filters__content form input.geolocation-geocoder-address {
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0981 10.7812C15.0981 12.9551 13.3345 14.7188 11.1606 14.7188C8.9458 14.7188 7.22314 12.9551 7.22314 10.7812C7.22314 8.60742 8.9458 6.84375 11.1606 6.84375C13.3345 6.84375 15.0981 8.60742 15.0981 10.7812ZM11.1606 8.15625C9.68408 8.15625 8.53564 9.3457 8.53564 10.7812C8.53564 12.2578 9.68408 13.4062 11.1606 13.4062C12.5962 13.4062 13.7856 12.2578 13.7856 10.7812C13.7856 9.3457 12.5962 8.15625 11.1606 8.15625ZM11.1606 0.28125C11.4888 0.28125 11.8169 0.609375 11.8169 0.9375V2.94727C15.6313 3.27539 18.6665 6.31055 18.9946 10.125H21.0044C21.3325 10.125 21.6606 10.4531 21.6606 10.7812C21.6606 11.1504 21.3325 11.4375 21.0044 11.4375H18.9946C18.6665 15.293 15.6313 18.3281 11.8169 18.6562V20.625C11.8169 20.9941 11.4888 21.2812 11.1606 21.2812C10.7915 21.2812 10.5044 20.9941 10.5044 20.625V18.6562C6.64893 18.3281 3.61377 15.293 3.28564 11.4375H1.31689C0.947754 11.4375 0.660645 11.1504 0.660645 10.7812C0.660645 10.4531 0.947754 10.125 1.31689 10.125H3.28564C3.61377 6.31055 6.64893 3.27539 10.5044 2.94727V0.9375C10.5044 0.609375 10.7915 0.28125 11.1606 0.28125ZM4.59814 10.7812C4.59814 14.4316 7.51025 17.3438 11.1606 17.3438C14.77 17.3438 17.7231 14.4316 17.7231 10.7812C17.7231 7.17188 14.77 4.21875 11.1606 4.21875C7.51025 4.21875 4.59814 7.17188 4.59814 10.7812Z" fill="%23F91E26"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.location-finder--filters__content form #edit-field-geolocation-proximity-center-geocoder-geolocation-geocoder-address--description {
  display: none !important;
}
.location-finder--filters__content form input[id^=edit-reset] {
  color: #13294B;
  background-color: transparent;
  font-size: 15px;
  border-bottom: 2px solid #13294B;
  border-radius: 0px;
  padding: 5px;
  margin: 0;
  justify-content: center;
}
.location-finder--filters__content form input[id^=edit-reset]:hover {
  color: #F91E26;
  border-color: #F91E26;
}
/*# sourceMappingURL=location-finder.css.map */