@charset "UTF-8";
.list-sitemap__item {
  position: relative;
  margin: 0.75em 0;
}
.list-sitemap__item--primary {
  font-size: 1.125em;
  font-weight: 700;
}
.list-sitemap__item--secondary {
  padding-left: 2em;
}
.list-sitemap__item--secondary:before {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0.5em;
  content: "└";
  color: #666;
}
.list-sitemap__link {
  transition: 0.3s;
  color: #0599D9;
}
.list-sitemap__link:hover, .list-sitemap__link:focus, .list-sitemap__link:active {
  transition: 0.3s;
  text-decoration: underline;
  color: #035A80;
}