#content-region{
    padding-top: 0px; 
}

#content-region{
    margin-top:0px;
}

.white-label h1{
    font-size: 40px;
    color: #000; 
    text-shadow: none;
    line-height: 60px;
    font-weight: normal;
}

.white-label #about-top{
    display:none;
}

.white-label #about-content{
    width: 939px;
    margin:0px auto;
    margin-top: 70px;
    margin-bottom: 80px;
    float: none;
    min-height: 500px;
    padding:20px 30px;
}

.doc-meta{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #F8F8F8;
    padding-bottom: 8px
}

.doc-meta > div{
    flex: 1;
}

.doc-meta > div:last-child{
    text-align: right;
}

.white-label #about-content section{
    border:none;
}

.white-label .site-section p{
    padding:10px 0px;
}

.white-label .site-section h2{
    padding:15px 0px 5px;
}

.white-label .site-section h1{
    padding:5px 0px 15px;
}

@media (max-width:1050px) {
    .logo a, a.logoLink{
        width:150px;
        background-size: 100%;
    }

    .white-label #about-content{
        width:90%;
    }
}

@media (max-width:1260px) {
    .white-label #about-content {margin-top: 70px;}
}
@media (max-width:780px) {
    .white-label #about-content {padding:20px;}
}
@media (max-width:640px) {
    .white-label #about-content {margin-top: 70px;}
}