.page-content.special-page-content .page-desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.page-inst {
    width: 75%;
}
.page-sidebar {
    width: 22%;
}

.page-content .inst-description h2 {
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 2.0em;
}
.page-content .inst-description h3 {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}
.page-content .inst-description h2, .page-content .inst-staff h2 {
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 2.0em;
    background-color: #76c14c;
    color: #FFFFFF;
    padding: 0.3em 0.4em;
}
.page-content .inst-description a {
    background: #d7eeff;
    border: 1px dashed #92d1ff;
    padding: 0.1em 0.4em;
    border-radius: 0.6em;
}
.page-content .inst-description a:hover {
   text-decoration: none;
    color: #FFFFFF;
    background: #3A65AF;
    border: 1px solid #3A65AF;
    transition: all .2s ease;
}

.page-content .inst-description ul {
    font-size: 1.0em;
}
.page-content .inst-description ul li {
    margin: 0;
}
.inst-staff {
    padding-top: 64px;
}
.inst-staff-person {
    margin-bottom: 3.0em;
    display: flex;
}
.inst-staff-person-photo img {
    width: 100%;
    max-width: 480px;
}
.inst-staff-person-description {
    padding: 0 24px 0 36px;
}
.inst-staff-person-description .name {
    font-weight: 700;
    font-size: 1.8em;
    margin-bottom: 0.8em;
}
.inst-staff-person-description .position {
    margin-bottom: 1.6em;
    font-size: 1.1em;
    font-weight: 500;
}
.inst-staff-person-description .description ul {
    font-size: 1.0em;
}
.inst-staff-person-description .description ul li {
    margin: 0;
}
.inst-staff-person-photo {
    max-width: 33%;
}
.inst-staff-person-description {
    max-width: 66%;
}

.leader .inst-staff-person-photo img {
    width: 100%;
    max-width: 360px;
}
.leader .inst-staff-person {
    width: 100%;
}
.leader .inst-staff-person-photo {
    max-width: 24%;
}
.leader .inst-staff-person-description {
    max-width: 75%;
}

.page-sidebar .navigation a {
    display: block;
    font-size: 1.0em;
    margin-bottom: 0.4em;
    margin-right: 0.4em;
    border: 1px solid #CCCCCC;
    padding: 0.4em 0.6em;
    border-radius: 0.4em;
    color: #000000;
}
.page-sidebar .navigation a:hover {
    background: #e5e5e5;
    border: 1px solid #CCCCCC;
    padding: 0.4em 0.6em;
    border-radius: 0.4em;
    text-decoration: none;
}

@media (max-width: 1281px) {
    .page-content.special-page-content .page-desc {
        flex-direction: column-reverse;
    }
    .page-inst {
        width: 100%;
    }
    .page-sidebar {
        width: 100%;
    }

    .page-sidebar .navigation a {
        display: inline-block;
        font-size: 1.0em;
        margin-bottom: 0.4em;
        margin-right: 0.4em;
        border: 1px solid #CCCCCC;
        padding: 0.2em 0.4em;
        border-radius: 0.4em;
    }

}


@media (max-width: 992px) {
    .page-content.special-page-content .page-desc {
        flex-direction: column-reverse;
    }
    .page-inst {
        width: 100%;
    }
    .page-sidebar {
        width: 100%;
    }

    .inst-staff-person {
        flex-direction: column;
    }
    .inst-staff-person-photo img {
        max-width: 380px;
    }
    .inst-staff-person-description {
        padding: 0 24px 0 0;
        max-width: 100%;
    }
    .inst-staff-person-photo {
        max-width: 100%;
    }

    .leader .inst-staff-person-photo img {
        max-width: 380px;
    }
    .leader .inst-staff-person {
        width: 100%;
    }
    .leader .inst-staff-person-photo {
        max-width: 100%;
    }
    .leader .inst-staff-person-description {
        max-width: 100%;
    }

    .page-sidebar .navigation a {
        display: inline-block;
        font-size: 1.0em;
        margin-bottom: 0.4em;
        margin-right: 0.4em;
        border: 1px solid #CCCCCC;
        padding: 0.2em 0.4em;
        border-radius: 0.4em;
    }

}
