/**
Calculate rem
*/
.c-mapLocation h2 {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .c-mapLocation h2 {
    text-align: center;
  }
}
.c-mapLocation__text {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .c-mapLocation__text {
    margin-bottom: 30px;
    text-align: center;
  }
}
.c-mapLocation__text * {
  color: #343A40;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
}
.c-mapLocation__text a {
  color: var(--secondary500);
}
.c-mapLocation__text a:hover, .c-mapLocation__text a:focus {
  text-decoration: none;
  color: #000000;
}
.c-mapLocation-map {
  border-radius: 16px;
  height: 267px;
}
@media (min-width: 576px) {
  .c-mapLocation-map {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .c-mapLocation-map {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .c-mapLocation-map {
    height: 580px;
  }
}
.c-mapLocation-map-infowindow h3 {
  font-size: 0.75rem;
  font-family: "TheSans B5 Plain", sans-serif;
  line-height: 175%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B7", sans-serif;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .c-mapLocation-map-infowindow h3 {
    font-size: 1rem;
  }
}
.c-mapLocation-map-infowindow p {
  font-size: 0.75rem;
  font-family: "TheSans B5 Plain", sans-serif;
  line-height: 175%;
  font-weight: 500;
  word-break: break-word;
}
@media (min-width: 992px) {
  .c-mapLocation-map-infowindow p {
    font-size: 1rem;
  }
}
.c-mapLocation-map .gm-style-iw-chr {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
}
.c-mapLocation-map .gm-style-iw.gm-style-iw-c {
  padding-top: 14px !important;
}