ul.sitemap {
  max-width: 860px !important;
}
ul.sitemap ul {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  display: inline-block;
  max-width: 860px !important;
}
ul.sitemap li {
  padding-top: 0 !important;
}
ul.sitemap li:last-child {
  padding-bottom: 0 !important;
}
ul.sitemap li:before {
  display: none;
}
ul.sitemap li a {
  display: inline-block;
  color: #595958;
}
ul.sitemap > li > a {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: 700;
  color: #3591cf;
}
ul.sitemap > li > ul {
  padding-top: 0.6em;
}
ul.sitemap > li > ul > li {
  padding-bottom: 1em !important;
}
ul.sitemap > li > ul > li > a {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0.4em;
}
ul.sitemap > li > ul > li:not(.subsubnav) > a {
  padding-bottom: 0 !important;
}
ul.sitemap > li > ul > li ul li a {
  padding-left: 20px;
  position: relative;
}
ul.sitemap > li > ul > li ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #3591cf;
  transform: translateY(-50%);
}

/*# sourceMappingURL=sitemap.css.map */