.article.sitemap-list ul {
  padding-left: 0;
  margin: 0;
  /* Nested lists - submenus */
}
.article.sitemap-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin: 0;
  line-height: 1.6;
  /* Vertical line for all items */
  /* Vertical line for non-last items goes all the way through */
  /* Vertical line for last items stops at the horizontal line */
  /* Horizontal line to text */
}
.article.sitemap-list ul li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 1px;
  background-color: #666;
  border-left: 1.5px solid #666;
}
.article.sitemap-list ul li:not(:last-child):before {
  bottom: 0;
}
.article.sitemap-list ul li:last-child:before {
  height: 12px;
}
.article.sitemap-list ul li:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  width: 12px;
  height: 1px;
  background-color: #666;
  border-top: 1.5px solid #666;
}
.article.sitemap-list ul li a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s linear;
  display: inline-block;
  padding: 2px 0;
  font-weight: 500;
}
.article.sitemap-list ul li a:hover {
  color: var(--primaryColor);
}
.article.sitemap-list ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* Grade A */
/* Grade B */
/* Grade C */
/* Grade D */

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