.sitemap-page.container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sitemap-page .sitemap-nav {
  display: block;
  margin-bottom: 40px;
  margin-top: 8px;
}

.sitemap-page .sitemap-list {
  display: block;
  list-style-type: none;
}

.sitemap-page .sitemap-item {
  display: block;
  margin-bottom: 32px;
  font-weight: var(--font-weight-medium);
  color: var(--color-blue-60);
}

.sitemap-page .sitemap-header,
.sitemap-page .sitemap-link {
  display: block;
  color: inherit;
  font-weight: var(--font-weight-medium);
  font-size: 18px;
}

.sitemap-page .sub-nav-list {
  list-style-type: disc;
  margin-left: 8px;
}

.sitemap-page .sub-nav-item {
  display: list-item;
  margin-top: 8px;
  margin-bottom: 8px;
}

.sitemap-page .sub-nav-link {
  font-weight: 400;
  color: var(--color-black-90);
}

.sitemap-page a {
  color: var(--color-teal-70);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
  font-size: inherit;
  line-height: 20px;
}

.sitemap-page .sitemap-link {
  line-height: 22.5px;
}

.sitemap-page ol.numbered,
.sitemap-page ol.list-ordered,
.sitemap-page ul.bullet,
.sitemap-page ul.bullet-column,
.sitemap-page ul.bullet-indent,
.sitemap-page ul.dashed,
.sitemap-page ul.list-unordered {
  font-size: 16px;
  list-style: disc;
  position: relative;
  margin-bottom: 16px;
  line-height: 24px;
  display: block;
}

.sitemap-page ol.numbered:last-child,
.sitemap-page ol.list-ordered:last-child,
.sitemap-page ul.bullet:last-child,
.sitemap-page ul.bullet-column:last-child,
.sitemap-page ul.bullet-indent:last-child,
.sitemap-page ul.dashed:last-child,
.sitemap-page ul.list-unordered:last-child {
  margin-bottom: 0px;
}

.sitemap-page ul.bullet li,
.sitemap-page ul.bullet-column li,
.sitemap-page ul.bullet-indent li,
.sitemap-page ul.list-unordered li {
  line-height: 20px;
  margin: 8px 0px 8px 20px;
  list-style-type: "•   ";
}

.sitemap-page ul.bullet li:last-child,
.sitemap-page ul.bullet-column li:last-child,
.sitemap-page ul.bullet-indent li:last-child,
.sitemap-page ul.list-unordered li:last-child {
  margin-bottom: 0px;
}

.sitemap-page ul.bullet li::marker,
.sitemap-page ul.bullet-column::marker,
.sitemap-page ul.bullet-indent li::marker,
.sitemap-page ul.list-unordered li::marker {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  color: var(--color-teal-70);
}

.sitemap-header-mbc {
  display: none;
}

.sitemap-header-mbc.active {
  display: block;
}

.sitemap-header-mcrc {
  display: none;
}

.sitemap-header-mcrc.active {
  display: block;
}

@media (min-width: 768px) {
  .sitemap-page.container {
    padding-right: 44px;
    padding-left: 44px;
  }

  .sitemap-page .sitemap-nav {
    margin-bottom: 44px;
    margin-top: 16px;
  }

  .sitemap-page .sitemap-header,
  .sitemap-page .sitemap-link {
    font-size: 22px;
  }

  .sitemap-page .sitemap-link {
    line-height: 27.5px;
  }
}

@media (min-width: 993px) {
  .sitemap-page.container {
    padding-right: 102px;
    padding-left: 102px;
  }

  .sitemap-page .sub-nav-list {
    margin-left: 16px;
  }
}
