.breadcrumb a {
  color: black !important;
}
.sitemap {
  width: 100%;
  margin-top: 60px;
}

.sitemap .item-link {
  width: 100%;
}

.sitemap .item-link .toggle-icon {
  cursor: pointer;
  vertical-align: top;
}

.sitemap .item-link a {
  width: 100%;
}

.sitemap #page-title {
  color: #007237;
  font-family: "Montserrat",Verdana,Geneva,"DejaVu Sans",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.sitemap .menu-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  cursor: pointer;
}

.sitemap .submenu {
  display: none;
}

.sitemap .has-children {
  align-items: flex-start;
}

.sitemap a {
  text-decoration: none;
}

.sitemap .toggle-icon.open {
  transform: rotate(90deg);
}
