.sitemap-box {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    z-index: 999;
    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);
}
@media (max-width: 1200px) {
	.sitemap-box {
		display:none;
	}
}
.sitemap-box .row {
    border-bottom: #2e416b 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: #cdd3e1;
}

.sitemap-box-mid {
    float: left;
    width: 100%;
    height: auto;
    background-color: #9dd5f9;
}

.sitemap-top-level {
    position: relative;
    float: left;
    padding-left: 10px;
    width: 90%;
    height: auto;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 2px;
    text-align: left;
}

.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: #801605;
    line-height: 20px;
    list-style: none;
    text-align: left;
}

.sitemap-sub-level ul li a {
    font-size: 17px;
    color: #000;
}

.sitemap-sub-level ul li a:hover {
    color: #FF5700;
    text-decoration: none;
}