/* Sitemap */
 
body.sitemap .promo-hero{
    padding: 40px 0;
     background-color: #ebebeb;
     margin: 0;
}
body.sitemap .promo-hero h1{
     font-family: "Outfit";
  font-size: 56px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #5b2b82;
  padding: 0;
  margin: 0;
}
body.sitemap #Site_map .column-splitter{
    margin: 0 auto !important;
    padding: 40px 0px 0;
    max-width: 800px;
}
body.sitemap #Site_map .column-splitter  div{
    padding: 0;
        margin: 0;
}
body.sitemap #Site_map .column-splitter ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
body.sitemap #Site_map .column-splitter h3{
    font-family: "Outfit";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #77777a;
  margin: 0;
  padding: 0;
}
 

body.sitemap #Site_map li.sitemap-main-navigation,
body.sitemap #Site_map li.sitemap-main-navigation > a,
body.sitemap #Site_map a.quantum-sitemap-home {
    font-weight: bold;
    letter-spacing: 0.32px;
    color: #5b2b82;
    font-family: Outfit;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    text-align: left;
    text-decoration: underline;
    /* margin-top: 10px; */
}

body.sitemap #Site_map li.sitemap-main-navigation ul a {
    color: #77777a;
    font-weight: normal;
    letter-spacing: normal;
}


body.sitemap #Site_map .column-splitter ul li {
    margin-bottom: 10px;
}

body.sitemap #Site_map .column-splitter > div:nth-of-type(2) a {
    color: #77777a;
    font-weight: normal;
    letter-spacing: normal;
}

@media (max-width: 991px) {
body.sitemap #Site_map .column-splitter > div:nth-of-type(2) {
    margin-top: 40px;
}
}