/***********************************************/
/* Sitemap page styling.
/*
/***********************************************/
.sitemap-page {
  margin-bottom: 60px;
}

.sitemap-page h1 {
  color: #f7c805;
}

.sitemap-page ul li a {
  font-size: 1.25rem;
  text-decoration: none;
  color: white;
}

.sitemap-page ul h4 {
  margin-left: 25px;
  font-size: 1.25rem;
}
