:root {
    --top-banner-height: 7rem;
}

/*@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl .container-xxxl {
        max-width: 1320px;
    }
}
*/

.top-banner .logo {
    /*background-size: auto 7rem;*/
    background-size: contain;
}


.document-title {
    font-size: 1.8rem;
    font-weight: 550;
    color: #2B2B2B;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    padding-bottom:3rem;
}

.document-porperty {
    line-height: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    color: #8c8c8c;
    font-size:0.8rem;
}

.limit-width920 {
    max-width: 58rem;
    margin-left: auto;
    margin-right: auto;
}

.dept-title {
    font-size: 1.1rem;
    color: #004BA3;

    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.people-list .item .title a, .people-list .item .title a:link {
    display: block;
    line-height: 3rem;
    color: #2b2b2b;
    text-decoration: none;
    font-weight:400;
}
.people-list .item .position {
    color:#4d4d4d;
    line-height:2rem;
    font-size:0.9rem;
}