﻿.sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-list.level-1 > li > a {
  font-size: 28px;
  line-height: 1.71429;
  font-weight: 200;
  letter-spacing: normal;
  border-bottom: 1px solid #d6d6d6;
  display: block;
  margin: 0 0 20px 0;
}

.sitemap-list.level-1 > li > a:after {
  display: inline-block;
  content: "\f105";
  font-family: "fontAwesome";
  margin-left: 10px;
}

.sitemap-list.level-2 > li {
  display: inline-block;
  margin-bottom: 26px;
  position: relative;
  vertical-align: top;
  width: 245px;
  z-index: 1;
  -webkit-column-span: 1;
  -moz-column-span: 1;
  column-span: 1;
}

@media screen and (max-width: 1068px) {
  .sitemap-list.level-2 > li {
    width: 230px;
  }
}

.sitemap-list.level-2 > li > a {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 10px;
  padding-right: 34px;
}

.sitemap-list.level-3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: normal;
  list-style: none;
  margin: 9px 0;
  padding: 0 34px 0 0;
}

.sitemap-list.level-3 > li {
  padding: 4px 0;
}