.sitemap-box {
    overflow: hidden;
    position: absolute;
    width: 80vw;
    height: 0;
    bottom: 40px;
    z-index: 99999;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}

.sitemap-box .row {
    border-bottom: #0d1b57 1px solid;
    padding: 12px 0;
}

.sitemap-box .row:last-child {
    border: none;
}

.sitemap-close {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    background: #2f9feb;
}

.sitemap-box-mid {
    float: left;
    width: 100%;
    height: auto;
    background-color: #8fcbfd;
}

.sitemap-top-level {
    position: relative;
    float: left;
    padding-left: 10px;
    width: 90%;
    height: auto;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 2px;
}

.sitemap-top-level a {
    font-size: 12px;
    line-height: 19px;
    color: #000;
    font-weight: bold;
}

.sitemap-top-level a:hover {
    font-size: 12px;
    line-height: 19px;
    color: #FF5700;
    font-weight: bold;
    text-decoration: none;
}

.sitemap-sub-level {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.sitemap-sub-level ul {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px 10px;
}

.sitemap-sub-level ul li {
    position: relative;
    float: left;
    padding-left: 20px;
    width: 85%;
    height: auto;
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    list-style: none;
}

.sitemap-sub-level ul li a {
    font-size: 13px;
    color: #000;
}

.sitemap-sub-level ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}