﻿.people-wrap {
    padding: 60px 0 35px;
    text-align: center;
}

.people-wrap .people-title {
    color: #00697e;
    padding: 0 15px 15px;
}

.people-wrap .col:nth-child(4n+1), .people-wrap.narrow .col:nth-child(2n+1) {
    clear: left;
}

.people-wrap .col {
    display: inline-block;
    float: none;
    margin: 0 -2px;
    text-align: left;
    vertical-align: top;
    width: 25%;
}

.person-box {
    padding: 0 15px 25px 15px;
}

.person-box span {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    font-weight: 300;
}

.person-box span.name {
    display: block;
    font-weight: 600;
}

.person-box img {
    width: 100%;
    margin-bottom: 5px;
    border-width: 0px;
}

.person-box .description {
    font-size: 14px;
    line-height: 17px;
    color: #666;
    margin-top: 5px;
}

.person-box a {
    border-bottom: 1px dotted transparent;
}

.people-wrap .col:nth-child(3n+1) {
    clear: left;
}

@media (max-width: 1023px) {
    .people-wrap .col, .people-wrap.narrow .col {
        width: 33.33333333333333%;
    }

    .person-box span {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .people-wrap .col:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 639px) {
    p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .people-wrap {
        padding: 30px 0 20px;
    }

    .people-wrap .people-title {
        padding: 0 0 10px;
    }

    .people-wrap .col, .people-wrap.narrow .col {
        width: 100%;
    }

    .person-box {
        padding: 0 0 20px;
    }
}