#content{
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(128, 128, 128, 0.4);
}


.sy-info-h1{
    color: rgba(217, 115, 41, 1);
    font-size: 16pt;
    font-weight: 600;
    margin-top: 35px;
}

.sy-info-h2{
    color: rgba(20, 24, 102, 1);
    font-size: 15pt;
    font-weight: 600;
    margin-top: 25px;
}

.sy-info-h3{
    color: rgba(20, 24, 102, 1);
    font-size: 12pt;
    font-weight: 600;
}

.sy-info-content{
    font-size: 12pt;
    color: rgba(20, 24, 102, 0.62);
    margin-top: 20px;
    margin-bottom: 20px;
    text-indent: 2em;
    font-weight: 500;
}

.sy-info-content-title{
    padding-left: 4rem;
}

.sitemap .list-group{
    border: None;
}

.sitemap .sy-info-h3{
    margin-top: 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.26);
}

.sitemap li{
    font-size: 10pt;
    color: rgba(4, 11, 176, 0.91);
    margin-top: 8px;
    font-weight: 500;
}