/* Brand palette */
/* Greys */
/* Text */
/*Color with transperancy*/
.sitemap {
  max-width: 78.75rem;
  margin: 0 auto;
  padding: 0 1em 4em;
}
@media (min-width: 56.25rem) {
  .sitemap {
    padding: 3em 1em 4em;
  }
}
.sitemap-item {
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 40.62rem) {
  .sitemap-item {
    padding: 0 0rem;
  }
}
.sitemap li.menu-item {
  line-height: 2em;
  margin: 1.5em 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.sitemap h2 {
  font-size: 2.5em;
  color: #3eb1c8;
  margin-bottom: 1.875rem;
  max-width: 90%;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.625rem;
  border-bottom: 0.3125rem solid #d9027d;
}
@media (min-width: 37.5rem) {
  .sitemap h2 {
    margin-top: 0;
  }
}
.sitemap span:hover {
  font-weight: 700;
}
.sitemap a:hover {
  font-weight: 700;
}
.sitemap ul {
  padding: 0;
}
.sitemap ul a {
  color: black;
}
.sitemap ul li:before {
  background: none;
}
.sitemap .menu-item--expanded {
  list-style-type: none;
  list-style-image: none;
}