/* Style sitemap. */
.sitemap .sitemap-item {
  margin-bottom: 5px;
}

.sitemap .sitemap-item ul {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 767px) {
  .sitemap .sitemap-item ul:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
}

.sitemap .sitemap-item ul li {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  list-style-type: none;
  -ms-flex-preferred-size: 50%;
}

.sitemap .sitemap-item ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.sitemap .sitemap-item ul li a:before {
  position: relative;
  width: 25px;
  height: 15px;
  margin: 0 5px;
  content: url(../../images/icons/nav-link.svg);
}

.sitemap .sitemap-item ul li a:hover {
  color: #ff931e;
}

.sitemap .sitemap-item ul > li {
  font-size: 1.25rem;
  font-weight: 700;
}

.sitemap .sitemap-item ul ul {
  margin-bottom: 15px;
  padding: 0 20px;
}

.sitemap .sitemap-item ul ul li {
  font-size: 1.125rem;
  font-weight: 400;
}

.sitemap .sitemap-item ul ul li span:before {
  position: relative;
  width: 25px;
  height: 15px;
  margin: 0 5px;
  content: url(../../images/icons/nav-link.svg);
}

.sitemap .sitemap-item .sitemap-link {
  display: none !important;
}

@media (min-width: 768px) {
  .sitemap .sitemap-item.sitemap-item--menu-sitemap ul {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
}

@media (min-width: 768px) {
  .sitemap .sitemap-item.sitemap-item--menu-footer ul {
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .sitemap .sitemap-item.sitemap-item--menu-footer ul {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
}

@media (min-width: 768px) {
  .sitemap .sitemap-item.sitemap-item--menu-footer ul li {
    width: auto;
  }
}
