﻿.csrSitemap .csrTitleH3 > h3 > a[href$=".pdf"] {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  background-image: url(/files/img/sustainability/common/icon_pdf.png);
  background-position: left 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 765px){
  .csrSitemap .csrTitleH3 > h3 > a[href$=".pdf"] {
    background-size: 14px !important;
  }
}


@media screen and (max-width: 765px) {
  .csrSitemap .csrTextLink > p > a {
    background-position: left 4px;
  }
}

.csrSitemap .csrListCol2 > ul > li > ul {
  margin-left: 1.5em;
}
@media screen and (max-width: 765px) {
  .csrSitemap .csrListCol2 > ul > li > ul {
    margin-left: 1.2em;
  }
}

.csrSitemap .csrListCol2 > ul > li > ul > li > div {
  margin-top: 8px;
}
