.in-page-cta--link.emergency {
  background-color: #F91E26;
}
.in-page-cta--link.emergency a {
  word-break: unset;
  color: #ffffff;
  cursor: unset;
}
.in-page-cta--link.emergency a:before {
  content: none;
}
.in-page-cta--link.emergency a .feed-content {
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .in-page-cta--link.emergency a .feed-content {
    font-size: 20px;
  }
}
.in-page-cta--link .icon-location a:before {
  width: 22px;
  height: 28px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg width="22" height="28" viewBox="0 0 22 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3252 10.875C15.3252 13.248 13.4268 15.0938 11.1064 15.0938C8.7334 15.0938 6.8877 13.248 6.8877 10.875C6.8877 8.55469 8.7334 6.65625 11.1064 6.65625C13.4268 6.65625 15.3252 8.55469 15.3252 10.875ZM11.1064 13.4062C12.4775 13.4062 13.6377 12.2988 13.6377 10.875C13.6377 9.50391 12.4775 8.34375 11.1064 8.34375C9.68262 8.34375 8.5752 9.50391 8.5752 10.875C8.5752 12.2988 9.68262 13.4062 11.1064 13.4062ZM21.2314 10.875C21.2314 15.5156 15.0615 23.6895 12.3193 27.1172C11.6865 27.9082 10.4736 27.9082 9.84082 27.1172C7.09863 23.6895 0.981445 15.5156 0.981445 10.875C0.981445 5.28516 5.46387 0.75 11.1064 0.75C16.6963 0.75 21.2314 5.28516 21.2314 10.875ZM11.1064 2.4375C6.41309 2.4375 2.66895 6.23438 2.66895 10.875C2.66895 11.7188 2.93262 12.8262 3.5127 14.25C4.09277 15.6211 4.88379 17.0977 5.83301 18.5742C7.62598 21.4746 9.73535 24.2695 11.1064 25.957C12.4248 24.2695 14.5342 21.4746 16.3271 18.5742C17.2764 17.0977 18.0674 15.6211 18.6475 14.25C19.2275 12.8262 19.5439 11.7188 19.5439 10.875C19.5439 6.23438 15.7471 2.4375 11.1064 2.4375Z" fill="%23F91E26"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.in-page-cta--link .icon-location a:hover:before {
  background-image: url('data:image/svg+xml,<svg width="22" height="28" viewBox="0 0 22 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3252 10.875C15.3252 13.248 13.4268 15.0938 11.1064 15.0938C8.7334 15.0938 6.8877 13.248 6.8877 10.875C6.8877 8.55469 8.7334 6.65625 11.1064 6.65625C13.4268 6.65625 15.3252 8.55469 15.3252 10.875ZM11.1064 13.4062C12.4775 13.4062 13.6377 12.2988 13.6377 10.875C13.6377 9.50391 12.4775 8.34375 11.1064 8.34375C9.68262 8.34375 8.5752 9.50391 8.5752 10.875C8.5752 12.2988 9.68262 13.4062 11.1064 13.4062ZM21.2314 10.875C21.2314 15.5156 15.0615 23.6895 12.3193 27.1172C11.6865 27.9082 10.4736 27.9082 9.84082 27.1172C7.09863 23.6895 0.981445 15.5156 0.981445 10.875C0.981445 5.28516 5.46387 0.75 11.1064 0.75C16.6963 0.75 21.2314 5.28516 21.2314 10.875ZM11.1064 2.4375C6.41309 2.4375 2.66895 6.23438 2.66895 10.875C2.66895 11.7188 2.93262 12.8262 3.5127 14.25C4.09277 15.6211 4.88379 17.0977 5.83301 18.5742C7.62598 21.4746 9.73535 24.2695 11.1064 25.957C12.4248 24.2695 14.5342 21.4746 16.3271 18.5742C17.2764 17.0977 18.0674 15.6211 18.6475 14.25C19.2275 12.8262 19.5439 11.7188 19.5439 10.875C19.5439 6.23438 15.7471 2.4375 11.1064 2.4375Z" fill="%23FFFFFF"/></svg>');
}
.in-page-cta--link .icon-phone a:before {
  content: "\f13b";
}

.location {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  margin-bottom: 120px;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .location {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .location {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .location {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .location {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .location {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .location {
    grid-template-columns: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .location .hero--share .social-sharing .social-media-sharing ul li a {
    color: #13294B;
    display: block;
    line-height: 0;
    padding: 20px 25px;
  }
  .location .location-urgent-care .hero--share {
    display: inline-block;
    position: relative;
    border-radius: 8px;
    justify-self: start;
    right: auto;
    top: auto;
    margin: 25px 15px 0;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .location .location-urgent-care .hero--media {
    display: none;
  }
}
.location--hours--container {
  background-color: #13294B;
  border-radius: 12px;
  color: #ffffff;
  padding: 40px;
}
.location--hours--container h4 {
  margin-top: 0;
}
.location--hours--container h4:before {
  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;
  color: #ffffff;
  padding-right: 12px;
}
.location--body h2 {
  color: #1E9ECC;
  margin-top: 0;
  text-align: left;
}
/*# sourceMappingURL=location.css.map */