.main-header {
    z-index: 400;
}


.research-pic {
    float: left;
    margin-right: 15px;
    width: 30%;
}

.research-text {
    float: left;
    width: 65%;
    margin-bottom: 30px;
}

table {
    width: 100%;
}

.research-image {
    float: right;
    width: 250px;
    height: 179px;
}

.people-list {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.people-list-pic {
    width: 75px;
    height: 90px;
}

.people-list-column {
    width: 100%;
    clear: both;
}

.people-pic {
    float: left;
    margin-right: 1%;
}

.contact-pic {
    margin-bottom: 3%;
}

.clear {
    clear: both;
}

@media (max-width: 657px) {
    .research-pic {
        float: none;
        margin-right: auto;
        width: 300px;
    }
    .research-text {
        float: none;
        width: 100%;
    }
}
/**********************************************
SOCIAL MEDIA ICONS
***********************************************/

#social-list li.vimeo {
    background-image: url('../../_images/social-media/sprite_social.png');
    background-repeat: no-repeat;
    background-position: 0 -126px;
    height: 30px;
    margin: 0;
    padding: 5px 40px;
}
