[data-component-id="ummhealth:location_pathways"] .node--type-location .address br {
  display: none;
}
[data-component-id="ummhealth:location_pathways"] .contextual-region {
  position: static;
}
[data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-button-prev, [data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-button-next {
  top: -10px;
  bottom: 10px;
  margin: auto;
}
@media (max-width: 767px) {
  [data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-button-prev, [data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-button-next {
    display: none;
  }
}
[data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-button-prev:after, [data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-button-next:after {
  display: none;
}
[data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
[data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}
[data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-button-next {
  right: 0;
}
[data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-pagination {
  position: static;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  [data-component-id="ummhealth:location_pathways"] .locations-swiper .swiper-pagination {
    position: absolute;
    bottom: 0px;
    margin-top: 0;
    top: calc(100% + 32px);
  }
}
