/* Sitemap
----------------------------------------*/
body.page-sitemap .sitemap-body {
  background: #ffffff;
  padding: 20px 0 20px 0;
}
body.page-sitemap .sitemap-body .item  {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
body.page-sitemap .sitemap-body .item a {
  color: #000000;
  text-decoration: none;
  outline: 0;
}
body.page-sitemap .sitemap-body .item a:link {
  color: #000000;
  text-decoration: none;
}
body.page-sitemap .sitemap-body .item a:visited {
  color: #000000;
}
body.page-sitemap .sitemap-body .item a:hover {
  color: #000000;
  text-decoration: underline;
}
body.page-sitemap .sitemap-body .item a:active {
  color: #000000;
  text-decoration: underline;
}
body.page-sitemap .sitemap-body .item p {
  margin: 0;
  min-height: 27px; 
}
body.page-sitemap .content-body .wrapper {
  display: block;
  width: auto;
  vertical-align: top;
  position: static;
  max-width: 1200px;
} 