a {
  color: #000;
  text-decoration: none;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dealer-select {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.province-wrapper {
  display: block;
  padding-bottom: 30px;
}

.heading-underline {
  border-bottom: 1px solid #d8d8d8;
}

.province-heading {
  color: #c00;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.dealer-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.dealer-link-columns {
  padding-top: 20px;
}

.link {
  color: #000;
}

@media screen and (max-width: 767px) {
  .dealer-link-list {
    margin-bottom: 0px;
  }
}