﻿.c-html-sitemap ul.nav ul.nav {
  margin-left: 15px; }

.c-html-sitemap ul.nav {
  display: block;
  margin: 0;
  padding: 0 0 8px; }

.c-html-sitemap ul ul {
  margin-left: 16px; }

.c-html-sitemap ul li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0; }

.c-html-sitemap ul li::before, .c-html-sitemap ul li::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: #425261;
  transition: all 0.2s ease-in-out 0s; }

.c-html-sitemap ul li::before {
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%; }

.c-html-sitemap ul li::after {
  top: 18px;
  width: 5px;
  height: 1px; }

.c-html-sitemap a {
  display: block;
  padding: 0.5rem 1rem; }
