.block-locations-map .locations-list-column {
  height: 850px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-block: 50px;
}
@media (max-width: 767.98px) {
  .block-locations-map .locations-list-column {
    padding-block: 25px;
  }
  .block-locations-map .locations-list-column .text-wrapper h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .block-locations-map .locations-list-column {
    padding-block: 20px;
    height: auto;
  }
  .block-locations-map .locations-list-column .text-wrapper h1 {
    font-size: 36px;
  }
}
.block-locations-map .locations-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  background: #ffffff;
  border-radius: 100px;
  border: solid 1px #D2D2D2;
  position: relative;
  z-index: 100;
  max-width: 380px;
}
.block-locations-map .locations-search-form input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  padding: 10px 20px;
  color: #245970;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
}
.block-locations-map .locations-search-form input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #245970;
}
.block-locations-map .locations-search-form input[type=text]:-moz-placeholder {
  opacity: 1;
  color: #245970;
}
.block-locations-map .locations-search-form input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #245970;
}
.block-locations-map .locations-search-form input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #245970;
}
.block-locations-map .locations-search-form .button {
  width: 70px;
  height: 50px;
  padding: 10px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block-locations-map .locations-search-form.search-enabled .button {
  opacity: 1;
  visibility: visible;
}
.block-locations-map .location-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  max-height: 250px;
  overflow: auto;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  border: solid 1px #D2D2D2;
}
.block-locations-map .location-search-results > li + li {
  border-top: solid 1px #D2D2D2;
}
.block-locations-map .location-search-results > li.no-results {
  padding: 10px 20px;
  font-weight: bold;
}
.block-locations-map .location-search-results > li a {
  display: block;
  padding: 10px 20px;
  color: #245970;
}
.block-locations-map .location-search-results > li a:hover {
  color: #CC61C7;
}
.block-locations-map .locations-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-top: 50px;
}
.block-locations-map .locations-list article {
  border-bottom: solid 1px #D2D2D2;
  padding-bottom: 32px;
  -webkit-box-ordinal-group: NaN;
      -ms-flex-order: var(--article-order, 9999);
          order: var(--article-order, 9999);
}
.block-locations-map .locations-list article.off {
  display: none;
}
.block-locations-map .locations-list article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.block-locations-map .locations-list.search-on article[data-telehealth=true] {
  display: none;
}
.block-locations-map .map-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin-left: calc(-1 * var(--grid-col-width));
  background: #D2D2D2;
  z-index: 100;
}
.block-locations-map .gm-style .img-fluid {
  max-width: 100%;
}
.block-locations-map gmp-advanced-marker {
  position: relative;
}
.block-locations-map gmp-advanced-marker:hover {
  z-index: 1000 !important;
}
.block-locations-map gmp-advanced-marker:has(.location-map-marker-info.on) {
  z-index: 10000 !important;
}
.block-locations-map gmp-advanced-marker:has(.location-map-marker-info.on) .ellie-circle-pin {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z' fill='%23CC61C7'%3E%3C/path%3E%3C/svg%3E");
}
.block-locations-map gmp-advanced-marker:has(.location-map-marker-info.on) .tooltip {
  opacity: 0 !important;
  visibility: hidden !important;
}
.block-locations-map gmp-advanced-marker.highlight {
  z-index: 10000 !important;
}
.block-locations-map gmp-advanced-marker.highlight .ellie-circle-pin {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z' fill='%23CC61C7'%3E%3C/path%3E%3C/svg%3E");
}
.block-locations-map gmp-advanced-marker.highlight .tooltip {
  opacity: 1;
  visibility: visible;
}
.block-locations-map .location-map-marker-info {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  background: #ffffff;
  border-radius: 15px;
  padding: 15px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-locations-map .location-map-marker-info.on {
  opacity: 1;
  visibility: visible;
}
.block-locations-map .location-map-marker-info .article-image {
  width: 40%;
}
.block-locations-map .location-map-marker-info .article-image .img-fluid {
  border-radius: 10px;
}
.block-locations-map .location-map-marker-info .article-text {
  width: 60%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.block-locations-map .location-map-marker-info .article-text > * {
  margin: 0;
}
.block-locations-map .location-map-marker-info .article-text .read-more {
  font-size: 14px;
}
.block-locations-map .location-map-marker-info .article-name {
  font-size: 16px;
}
.block-locations-map .location-map-marker-info .location-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
}
.block-locations-map .ellie-circle-pin {
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z' fill='%23245970'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  font-size: 0;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.block-locations-map .ellie-circle-pin .tooltip {
  width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  opacity: 0;
  font-size: 12px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-locations-map .ellie-circle-pin .tooltip .tooltip-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block-locations-map .ellie-circle-pin:hover {
  z-index: 1000;
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z' fill='%23CC61C7'%3E%3C/path%3E%3C/svg%3E");
}
.block-locations-map .ellie-circle-pin:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.block-locations-map .locations-search-results {
  display: none;
  margin-top: 24px;
}
@media (max-width: 1129.98px) {
  .block-locations-map .map-wrapper {
    position: relative;
    inset: 0;
    margin: 0;
    height: 650px;
    max-height: 70vh;
  }
}
@media (max-width: 767.98px) {
  .block-locations-map .map-wrapper {
    position: relative;
    inset: 0;
    margin: 0;
    height: 450px;
    max-height: 70vh;
  }
}
@media (max-width: 575.98px) {
  .block-locations-map .map-wrapper {
    position: relative;
    inset: 0;
    margin: 0;
    height: 390px;
  }
}