.site-map {
        margin-bottom: 15px;
        background: #fff;
}
.site-map .header span {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0;
        font-family: 'Roboto',Arial,Tahoma;
        display:none;
}
.site-map .button{
        display:none;
}
.site-map .button a {
        font-size: 13px;
        text-decoration: none;
        margin: 10px 0;
        display: inline-block;
        margin-right: 5px;
}
.site-map .button a:nth-child(1) {
        font-size: 13px;
        text-decoration: none;
        margin: 10px 0;
        display: inline-block;
        margin-right: 5px;
        background: url(images/expand.gif) no-repeat;
        padding-left: 17px;
        background-position: left center;
}
.site-map .button a:nth-child(2) {
        font-size: 13px;
        text-decoration: none;
        margin: 10px 0;
        display: inline-block;
        margin-right: 5px;
        background: url(images/collapse.gif) no-repeat;
        padding-left: 17px;
        background-position: left center;
}
.site-map .RssTree table .RssNode a span.parent {
        font-size: 15px;
        display: inline-block;
        padding: 14px 0 11px 0;
        text-decoration: none;
        padding-left: 20px;
        font-family: 'Merriweather';
        line-height: 22px;
        font-weight: 700;
        color: #031739;
}
.site-map .RssNode a span.end {
        font-size: 14px !important;
        color: #182940;
        display: inline-block;
        padding: 5px 0;
        padding-left: 20px;
        font-family: Roboto;
        line-height: 22px;
        font-weight: 400;
}
.site-map .RssNode a span.end:hover{
        color: var(--bg-blue);
}
.site-map .button a[id*="lnkClose"], .site-map .button a[id*="lnkExpand"] {
        color: transparent;
        width: 80px;
        white-space: nowrap;
        display: inline-block;
        overflow: hidden;
}
.site-map .button a[id*="lnkClose"]:before {
        content: 'Close all';
        color: #212529;
}
.site-map .button a[id*="lnkExpand"]:before {
        content: 'Open all';
        color: #212529;
}
.site-map .RssTree img{
        height:20px;
        width:20px;
}
@media only screen and (max-width: 1023px){
        .site-map {
                padding: 0 10px;
                border: none;
                width: 100vw;
        }
        div.RssTree td {
                display: table-cell;
                text-align: left;
                width: auto !important;
        }
}
