.c-location-info {
  border-bottom: 1px solid #e1e0e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35.2173913043px;
  padding: 17.6086956522px 0 35.2173913043px;
}
@media screen and (max-width: 47.9375em) {
  .c-location-info {
    background-color: #062230;
    border-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -70.4347826087px;
    padding: 17.6086956522px 30px;
  }
}
@media screen and (min-width: 48em) {
  .c-location-info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 35.2173913043px 0;
  }
}

.c-location-info__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  padding-bottom: 17.6086956522px;
}
@media screen and (min-width: 48em) {
  .c-location-info__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-bottom: 0;
    padding-right: 35.2173913043px;
  }
  .c-location-info__column:last-child {
    padding-right: 0;
  }
}

.c-location-info__label {
  letter-spacing: 0.1em;
  color: #002330;
  font-weight: 900;
  margin: 0 0 17.6086956522px;
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  .c-location-info__label {
    color: #DDA555;
  }
}

.c-location-info__content {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 47.9375em) {
  .c-location-info__content {
    color: #fff;
  }
}
.c-location-info__content .address {
  font-weight: 600;
  margin-bottom: 17.6086956522px;
}
.c-location-info__content .address-map-link {
  letter-spacing: 0.1em;
  color: #8067A2;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  .c-location-info__content .address-map-link {
    color: #A899BB;
  }
}
.c-location-info__content .office-hours__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  min-width: 0;
}
.c-location-info__content .office-hours__item-label {
  display: block;
  font-weight: 600;
  min-width: auto;
  margin-right: 0.5rem;
}
.c-location-info__content .office-hours__item-slots {
  display: block;
  white-space: nowrap;
}
.c-location-info__content .office-hours__item-comments {
  font-weight: 600;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.c-location-info__special-hours-link {
  color: #8067A2;
  display: inline-block;
  font-weight: 600;
  margin-top: 17.6086956522px;
  text-decoration: none;
}
@media screen and (max-width: 47.9375em) {
  .c-location-info__special-hours-link {
    display: none;
  }
}

.c-location-info__special-hours-mobile {
  color: #fff;
}
@media screen and (min-width: 48em) {
  .c-location-info__special-hours-mobile {
    display: none;
  }
}
.c-location-info__special-hours-mobile h2 {
  display: none;
}