/**
 * -----------------------------------------------------------------------------
 * New Colors - Source: Figma (these names will not change in Figma as they come
 * from the Figma library, we should standardize around them).
 * -----------------------------------------------------------------------------
 */
/* Custom breakpoints for mobile carousel */
/* Navy icons */
body.path-sitemap .sitemap {
  background: url("../../assets/images/waves-bk.svg") center 0 no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100vh;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 46px 0;
  padding: 4.6rem 0;
}
@media (min-width: 830px) {
  body.path-sitemap .sitemap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
body.path-sitemap .sitemap .sitemap-plugin--menu {
  width: 51%;
  min-width: 300px;
  margin: 0 0 71px 0;
  margin: 0 0 7.1rem 0;
}
@media (min-width: 830px) {
  body.path-sitemap .sitemap .sitemap-plugin--menu {
    margin: 0;
    width: 37%;
  }
  body.path-sitemap .sitemap .sitemap-plugin--menu:nth-child(odd) {
    margin-left: 12.5%;
  }
  body.path-sitemap .sitemap .sitemap-plugin--menu:nth-child(even) {
    margin-right: 12.5%;
  }
}
body.path-sitemap .sitemap .sitemap-plugin--menu h2 {
  position: relative;
  display: block;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
}
@media (min-width: 768px) {
  body.path-sitemap .sitemap .sitemap-plugin--menu h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
body.path-sitemap .sitemap .sitemap-plugin--menu h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #0076a9;
  width: 82%;
  max-width: 400px;
  min-width: 300px;
}
body.path-sitemap .sitemap .sitemap-plugin--menu > div > ul.menu {
  padding-left: 0;
}
body.path-sitemap .sitemap .sitemap-plugin--menu > div > ul.menu a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 9px;
  margin-bottom: 0.9rem;
}
body.path-sitemap .sitemap .sitemap-plugin--menu > div > ul.menu a:hover {
  background: transparent;
}
body.path-sitemap .sitemap .sitemap-plugin--menu > div > ul.menu > li {
  list-style: none;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
body.path-sitemap .sitemap .sitemap-plugin--menu > div > ul.menu > li a {
  display: block;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
body.path-sitemap .sitemap .sitemap-plugin--menu > div > ul.menu > li > ul.menu {
  padding-left: 4rem;
}
body.path-sitemap .sitemap .sitemap-plugin--menu > div > ul.menu > li > ul.menu li {
  list-style: initial;
  margin-bottom: 9px;
  margin-bottom: 0.9rem;
}
body.path-sitemap .sitemap .sitemap-plugin--menu > div > ul.menu > li > ul.menu li a {
  display: block;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 9px;
  margin-bottom: 0.9rem;
}
body.path-sitemap .sitemap .sitemap-plugin--menu div .sitemap_home {
  margin-bottom: 0;
}