#sitemap header h2 {font-size: 2rem;line-height: 1em;margin-bottom: 0.5rem;margin-top: 10px;text-align:left;}
#sitemap .links {margin-bottom:2rem}
#sitemap .links a {color:#7a0035}
#sitemap.black .links a {color:#FFC426}
#sitemap .links h2 {font-size:20px;margin-bottom:1.35em;}
#sitemap .links ul {margin:0;padding-left:0;}
#sitemap .links > ul {margin-bottom:1rem}
#sitemap .links li {margin-bottom:0.5rem}
#sitemap .links li a {position: relative;font-weight:700;font-size: 14px;line-height: 1.25em;color: #7a0035;padding-left: 20px;display: block;}
#sitemap .links li a:before {content:'\a103';font-family:'icons';position: absolute;top: -1px;left: 0;}
#sitemap .links li ul {padding-top:0.5rem;padding-left:20px;margin-bottom:1rem;}
#sitemap .links li ul li a {font-weight:300;}
#sitemap .links li ul li a:before {content: '→';}
#sitemap .link-with-icon svg {width:21px;height:21px;}
#sitemap .svg path {fill: #7A0035;}
#sitemap.black .svg path {fill: #FFC426;}
/*#sitemap .header-links {padding:0 0.9375rem 20px;overflow:hidden;}*/
#sitemap .header-links span {font-size: 21px;line-height: 24px;color: #7a0035;position:relative;padding-left:2rem;margin-bottom: 1.35em;margin-top: 16px;}
#sitemap .header-links span a {color: #7a0035;}
#sitemap.black .header-links span a {color: #FFC426;}
#sitemap .header-links svg {margin-right:10px;position:absolute;left:0;top:0;}

@media only screen and (min-width: 40.063em) {
    #sitemap header h2 {font-size:55px;margin-bottom:0;text-align:left;}
    #sitemap .links:nth-child(2n+1) {clear:left;}
    #sitemap .header-links .link-with-icon {width:50%;}
}
@media only screen and (min-width: 64.063em) {
        #sitemap header h2 {text-align:center;}
        #sitemap .links:nth-child(2n+1) {clear:none;}
        #sitemap .links:nth-child(3n+1) {clear:left;}
        #sitemap .header-links .link-with-icon {width:66.66667%%;}
        #sitemap .header-links .link-with-icon:first-child {width:33.33333%;}
}