#sitemap_list ul ul {
  margin-left: 2.25em;
  line-height: 2.5;
}
#sitemap_list ul ul li {
  position: relative;
}
#sitemap_list ul ul li::before {
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px dotted #1e1e1e;
  position: absolute;
  top: 0;
  left: -1.25em;
}
#sitemap_list ul ul li a {
  position: relative;
}
#sitemap_list ul ul li a::before {
  content: "";
  width: 1em;
  height: 0;
  border-bottom: 1px dotted #1e1e1e;
  position: absolute;
  top: 50%;
  left: -1.25em;
}
#sitemap_list ul ul li:last-child::before {
  height: 50%;
}/*# sourceMappingURL=sitemap.css.map */