.staffer {
    margin-bottom: 40px;
}

.staff_image {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 20%;
    padding-right: 5%;
}

.staff_image img {
    width: 100%;
}

.staff_desc {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 60%;
    vertical-align: top;
}

.staffer_title {
    color: #4d4d4d;
    margin-top: 10px;
    font-weight: 400;
}

.more_text {
    display: none;
}

#less_joe, #less_tom, #less_adrian, #less_jeff, #less_mike, #less_ken, #less_roberto, #less_ed, #less_denneen, #less_eric, #less_lisa, #less_swati, #less_patti {
    display: none;
}

.align_left p {
    text-align: left;
}

@media screen and (max-width: 1255px) {
    .leadership {
        display: block;
        width: 100%;
    }
    .staff_image {
        width: 20%;
    }
    .staff_image img {
        width: 100%;
    }
    .staff_desc {
        width: 72%;
    }
}

@media screen and (max-width: 720px) {
    .staff_image {
        width: 100%;
        display: block;
        text-align: center;
    }
    .staff_image img {
        width: 50%;
    }
    .staffer_name, .staffer_title {
        text-align: center !important;
    }
    .staff_desc {
        width: 100%;
        display: block;
    }
}


