.c51-grey-dark {
  color: #505050;
}

.c51-grey-md {
  color: #848484;
}

.c51-bg-grey-divider {
  background-color: #d3d3d3;
}

.c51-map {
  width: 100%;
}

.c51-parent-tab-content {
  display: none;
}

.c51-parent-tab-content.c51-active {
  display: block;
}

.c51-locations .c51-tab {
  font-family: "FuturaNext-Book", sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-bottom-width: 4px;
  border-color: transparent;
  padding-top: 0.25rem;
}

.c51-location {
  width: 100%;
  padding: 22px 30px 30px;
}

.c51-container {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.c51-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.c51-col-12 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  max-width: 100%;
}

.c51-tab-height {
  height: 75px;
}

.c51-locations .c51-tab.c51-selected {
  font-family: "FuturaNext-DemiBold", sans-serif;
  --text-opacity: 1;
  color: #0392cf;
  color: rgba(3, 146, 207, var(--text-opacity));
  --border-opacity: 1;
  border-color: #8ad74a;
  border-color: rgba(138, 215, 74, var(--border-opacity));
}

.c51-accordion-content {
  max-height: 0;
  opacity: 0;
  transition: all .35s;
}

.c51-accordion .c51-accordion-indicator {
  transform: rotateZ(0deg);
  transition: all .35s;
}

.c51-accordion input:checked ~ .c51-accordion-content {
  max-height: 100vh;
  opacity: 1;
  transition: all .35s;
}

.c51-accordion input:checked ~ label .c51-accordion-indicator {
  transform: rotateZ(90deg);
  transition: all .35s;
}

@media (min-width: 1026px) {
  .c51-map,
  .c51-map-body {
    z-index: 10;
    width: 100%;
    height: 674px;
  }

  .c51-locations {
    position: absolute;
    top: 0;
    left: 0;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    z-index: 20;
    height: 625px;
    width: 350px;
    margin-top: 49px;
    margin-left: 206px;
  }

  .c51-parent-tab-content {
    display: block;
  }

  .c51-locations-contents {
    height: 549px;
    overflow-y: scroll;
  }

  .c51-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .c51-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .c51-col-12 {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

