.sitemap .description {
  margin-bottom: 0.5em;
}

.sitemap-item {
  margin-bottom: 1em;
}

.sitemap-item .item-list ul {
  padding-left: 1.5em;
  list-style-type: disc;
}

.sitemap-item .item-list ul ul {
  margin: 0;
  list-style-type: circle;
}

.sitemap-item .item-list ul ul ul {
  list-style-type: square;
}
.sitemap ul{
  padding-left:25px;
}
.sitemap .expanded{
  line-height: 1.5;
  list-style-type: disc;
}
