img.group-shot {
    border: 15px solid #000;
    margin: 20px 0;
}

p.testimonial {
    font-style: normal;
    margin-bottom: 10px;
    position:relative;
}

p.testimonial-author {
    font-weight: bold;
    font-size: 14px;
}
p.testimonial-author:before {
    content: "\2014  ";
}

/*homepage */
.home-image-banner {
    background: black;
    margin: -50px 0 0;
    z-index: 0;
    padding: 80px 0 30px;
}

.home-image-banner li {
    list-style: none;
    float: left;
    width: 25%;
}

.home-image-banner ul {
    margin: 0;
}

.home-image-banner ul li img {
    width: 100%;
    padding: 0 5px;
}
