.map-title > span {
  font-family: "nunitolight", sans-serif;
  background-color: #5c7f90;
  font-size: 20px;
  color: #fff;
  border-radius: 16px;
  padding: 4px 12px 2px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.map {
  padding-top: 25px;
  padding-bottom: 10px;
}
.map h1 {
  font-size: 18px;
  color: #7a0050;
  margin-top: 0;
  margin-bottom: 6px;
}
.map ul {
  padding-left: 0;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}
.map ul > li > a {
  color: inherit;
}
.map h1 > a {
  color: inherit;
}
a {
  cursor: pointer;
}
.map-title > span > a {
  color: inherit;
}
.map ul li a:hover,
.map ul li a:focus,
.map h1 > a:hover,
.map h1 > a:focus {
  border-bottom: 1px solid;
}
.map ul > li {
  margin-bottom: 3px;
}
.map a:hover,
map a:focus {
  text-decoration: none;
}
.map-title > span > a:hover,
.map-title > span > a:focus {
  color: #000;
}
@media (min-width: 768px) {
  .map ul {
    margin-bottom: 20px;
  }
  .map-title > span {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .map h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .map h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .map-title > span {
    font-size: 26px;
    border-radius: 22px;
  }
  .map ul > li {
    font-size: 18px;
  }
}
