.about_banner_holder {
    margin: 1em 0;
}

.about_par {
    margin: 3em 0 2em 0;
    float: left;
}

    .about_par .sfContentBlock {
        padding: 0 1em 0 1em;
    }

    .about_par p {
        font-size: 2em;
        margin: 0.2em 5em 0.5em 0;
        color: #535353;
        font-weight: 300;
    }

.about_title {
    margin-top: 3em;
}

.aboutVicePresident {
    border: 1px solid #d4d2d2;
    position: relative;
}

div.aboutVicePresident:after {
    content: "";
    display: block;
    clear: both;
}

.aboutVicePresident > h1 {
    margin: 1em;
    color: #C7922D;
    font-size: 1.7em;
}

.aboutVicePresident > p {
    padding: 1em;
    font-size: 1.5em;
    padding-top: 0;
}

.aboutVicePresident img {
    width: 50%;
    float: right;
    margin: 5px;
}

.about_readMore {
    text-transform: uppercase;
    font-size: 1.8em;
    border-top: 1px solid #d4d2d2;
    text-align: center;
    margin: .2em 1em;
    width: 43%;
    padding-top: .3em;
    bottom: 0;
}

    .about_readMore a {
        color: #C7922D;
        text-decoration: none;
    }

        .about_readMore a:hover {
            text-decoration: underline;
        }

.about_president {
    float: right;
    background-color: #C7922D;
    color: white;
    font-size: 2em;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    padding: .4em 0 .2em .6em;
}

    .about_president > span {
        display: block;
    }

        .about_president > span:nth-child(1) {
            font-weight: 600;
        }

.aboutSigmaNavigation > h1 {
    color: #535353;
    background-color: #E5EFF8;
    padding: .6em;
    margin: 1.5em 0 0.5em 0;
}

.aboutSigmaNavigation > ul {
    list-style: none;
    padding: 0 0 0 4%;
    margin: 0;
}

    .aboutSigmaNavigation > ul li {
        margin: 0.5em 0;
    }

.aboutSigmaNavigation li > a {
    color: #535353;
    text-decoration: none;
    font-size: 1.7em;
    line-height: 1.6em;
}

    .aboutSigmaNavigation li > a:hover {
        text-decoration: underline;
    }

@media (max-width: 800px) {
    .about_par p {
        margin-right: 0;
    }

    .qoute_widget {
        display: none;
    }
}

.about_par a {
    color: #00adf0;
    text-decoration: underline;
}

    .about_par a:hover {
        color: #56CBF8;
        text-decoration: none;
    }
