.bg-img1::before {
  background-image: url('https://us.evocdn.io/dealer/1361/content/media/My_Theme/young-nurse-covering-disabled-elderly-woman-in-whe-2023-02-21-18-21-23-utc.jpg') !important;
}

.bg-img2::before {
  background-image: url('https://us.evocdn.io/dealer/1361/content/media/My_Theme/crater-lake-national-park-oregon-2021-08-26-22-28-27-utc.jpg') !important;
}

.bg-img3::before {
  background-image: url('https://us.evocdn.io/dealer/1361/content/media/My_Theme/Wheelchairathelete.jpg') !important;
}

.bg-img4::before {
  background-image: url('https://us.evocdn.io/dealer/1361/content/media/My_Theme/2024-02-16_08-10-43.jpg') !important;
}

.bg-img6::before {
  background-image: url('https://us.evocdn.io/dealer/1361/content/media/My_Theme/Wheelchairathelete.jpg') !important;
}

.bg-img7::before {
  background-image: url('https://us.evocdn.io/dealer/1361/content/media/My_Theme/CGMWomanRunning_1_1_1.jpg') !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
}

.bg-blurred1::before {
  background-color: var(--evo-brand-default, var(--theme-colour-blue, #224766));
}

.branch-title .distance {
  display: inline-flex !important;
}

.branch-title .distance span {
  color: inherit;
}
.widget-fullwidth .distance {
  display: inline-flex !important;
}
.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  !important;
}

/*Washington*/
.locations-map .pin-box:nth-of-type(1) {
  top: 18%;
  left: 12%;

  @media only screen and (max-width: 700px) {
    left: 5%;
  }
}

/*Montana*/
.locations-map .pin-box:nth-of-type(2) {
  top: 20%;
  left: 45%;

  @media only screen and (max-width: 700px) {
    left: 38%;
  }
}

/*Oregon*/
.locations-map .pin-box:nth-of-type(3) {
  top: 40%;
  left: 13%;

  @media only screen and (max-width: 700px) {
    left: 6%;
  }
}

/*Idaho*/
.locations-map .pin-box:nth-of-type(4) {
  top: 40%;
  left: 32%;

  @media only screen and (max-width: 700px) {
    left: 25%;
  }
}

/*Wyoming*/
.locations-map .pin-box:nth-of-type(5) {
  top: 44%;
  left: 49%;

  @media only screen and (max-width: 700px) {
    left: 42%;
  }
}

/*Nevada*/
.locations-map .pin-box:nth-of-type(6) {
  top: 64%;
  left: 25%;

  @media only screen and (max-width: 700px) {
    left: 18%;
  }
}

/*Utah*/
.locations-map .pin-box:nth-of-type(7) {
  top: 67%;
  left: 40%;

  @media only screen and (max-width: 700px) {
    left: 33%;
  }
}

/*Colorado*/
.locations-map .pin-box:nth-of-type(8) {
  top: 68%;
  left: 53%;

  @media only screen and (max-width: 700px) {
    left: 55%;
  }
}