/*===============================
=            Locator            =
================================*/

.o-locator {
  padding-top: 2.5rem;
  position: relative;
}
.o-locator__text {
  padding: 0 var(--screen-padding);
}
.o-locator .a-sectionOvertitle {
  text-align: left;
}
.o-locator h2 {
  margin-top: 0;
}
.o-locator__mapWrapper {
  overflow: hidden;
}

.o-locator__map {
  height: 480px;
}
.o-locator__legend {
  font-weight: bold;
  font-size: var(--font-l);
}
.o-locator__cityList.m-linkList {
  list-style-type: none;
  padding: 0;
  columns: 2;
}
@media only screen and (min-width: 920px) {
  .o-locator {
    padding: 4rem 0 3rem;
  }
  .o-locator h2 {
    font-size: 2rem;
  }
  .o-locator__legend {
    margin-top: 3em;
  }
  .o-locator__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(50vw - 12px);
    height: auto;
  }
}
