.staff-cards .staff-card {
    float: left;
    box-sizing: border-box;
    padding: 5.5px 15px;
    background-color: #eeece8;
    border: 1px solid #eeece8;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.staff-list .staff-list-item {
    box-sizing: border-box;
    padding: 15px;
    background-color: #eeece8;
    border: 1px solid #eeece8;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    margin-bottom: 2%;
}

.staff-list .staff-list-item h3 {
    border-bottom: 2px dotted #6dc8bf;
    padding-bottom: 15px;
    margin: 0;
}

.staff-list .staff-list-item p {
    margin: 0;
}

.staff-list .staff-list-item.includes-img .headshot-wrapper img {
    width: 100%;
}

@media only screen  and (min-width : 1224px) {
    .staff-cards .staff-card {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .staff-cards .staff-card:nth-child(3n) {
        margin-right: 0%;
    }
    .staff-list .staff-list-item.includes-img .headshot-wrapper {
        float: left;
        width: 30%;
        margin-right: 2%;
    }
    .staff-list .staff-list-item.includes-img .info {
        float: left;
        width: 68%;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1224px) {
    .staff-cards .staff-card {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .staff-cards .staff-card:nth-child(2n) {
        margin-right: 0%;
    }
    .staff-list .staff-list-item.includes-img .headshot-wrapper {
        float: left;
        width: 20%;
        margin-right: 2%;
    }
    .staff-list .staff-list-item.includes-img .info {
        float: left;
        width: 78%;
    }
}
@media only screen and (min-width : 320px) and (max-width : 768px) {
    .staff-cards .staff-card {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .staff-list .staff-list-item.includes-img h3 {
        margin-top: 15px;
    }
}
@media only screen and (max-width : 320px) {
    .staff-cards .staff-card {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .staff-list .staff-list-item.includes-img h3 {
        margin-top: 15px;
    }
}
