.path-sitemap {
  background-color: #f9f9f9;
}
.path-sitemap .sitemap > .sitemap-item {
  display: none;
}
.path-sitemap .sitemap-style {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.path-sitemap .sitemap-style.col-1-style {
  padding: 40px;
  box-sizing: border-box;
}
.path-sitemap .sitemap-style.col-1-style .sitemap-item {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 2px solid #dddddd;
}
.path-sitemap .sitemap-style.col-1-style .sitemap-item:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.path-sitemap .sitemap-style.col-1-style.has-bg {
  background-color: #fff;
}
.path-sitemap .sitemap-style.col-2-style .sitemap-item, .path-sitemap .sitemap-style.col-3-style .sitemap-item {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.path-sitemap .sitemap-style.col-2-style.has-bg .sitemap-item, .path-sitemap .sitemap-style.col-3-style.has-bg .sitemap-item {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .path-sitemap .sitemap-style.col-2-style .sitemap-item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .path-sitemap .sitemap-style.col-2-style .sitemap-item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .path-sitemap .sitemap-style.col-3-style .sitemap-item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .path-sitemap .sitemap-style.col-3-style .sitemap-item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1000px) {
  .path-sitemap .sitemap-style.col-3-style .sitemap-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .path-sitemap .sitemap-style.col-3-style .sitemap-item:nth-child(3n) {
    margin-right: 0px;
  }
}
.path-sitemap .sitemap-style ul {
  margin: 0px;
  padding-left: 20px !important;
  color: #00a3d9;
}
.path-sitemap .sitemap-style ul li {
  font-size: 16px;
  font-weight: 400;
}
.path-sitemap .sitemap-style ul li a {
  text-decoration: underline;
  text-underline-position: under;
}
.path-sitemap .sitemap-style ul li a:hover {
  text-decoration: none;
}
.path-sitemap .sitemap-style .sitemap-item h2 {
  display: none;
}
.path-sitemap .sitemap-style .sitemap-item > div > ul {
  padding: 0 !important;
  list-style: none;
  color: #003366;
}
.path-sitemap .sitemap-style .sitemap-item > div > ul > li {
  margin-bottom: 40px;
  font-weight: 800;
}
.path-sitemap .sitemap-style .sitemap-item > div > ul > li > a {
  color: #003366;
}
.path-sitemap .sitemap-style .sitemap-item > div > ul > li > span,
.path-sitemap .sitemap-style .sitemap-item > div > ul > li > a {
  font-size: 18px;
}/*# sourceMappingURL=sitemap-style.css.map */