.city-wrap {
  padding-top: 0.6rem;
}
.city-wrap a,
.city-wrap p {
  color: #015B2C;
  font-weight: bold;
  text-transform: uppercase;
}
.city-wrap a img,
.city-wrap p img {
  margin-right: 0.6rem;
  padding-bottom: 4px;
}
#city-modal button.close {
  font-size: 5rem;
}
#city-modal .modal-header {
  font-size: 3rem;
  text-align: center;
}
#city-modal .city-modal-list .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: initial;
  max-height: 1400px;
  align-content: space-between;
}
@media (max-width: 992px) {
  #city-modal .city-modal-list .row {
    max-height: 1700px;
  }
}
@media (max-width: 480px) {
  #city-modal .city-modal-list .row {
    max-height: 2300px;
  }
}
#city-modal .city-modal-list .row .list-unstyled li {
  /*margin-bottom: 0;*/
}
#city-modal .city-modal-list a {
  color: white;
}
#city-modal .city-modal-list .acitve-city {
  font-weight: 600;
  margin-bottom: 0;
}
/*# sourceMappingURL=city.css.map */