.testimonials-container {
    width: 100%;
}

.testimonial-item {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
    border-top: 1px solid #CCC;
}

    .testimonial-item:last-of-type {
        padding-bottom: 30px;
        border-bottom: 1px solid #CCC;
    }

    .testimonial-item .testimonial-image {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        background-color: #FFF;
        line-height: 0;
        padding: 8px;
        margin-right: 1%;
    }

        .testimonial-item .testimonial-image img {
            width: 100%;
        }

    .testimonial-item .testimonial-info {
        display: inline-block;
        vertical-align: top;
        width: 79%;
    }

    .testimonial-item .testimonial-info-full {
        width: 100%;
    }

    /* ===BLOCKQUOTE=== */
    .testimonial-item blockquote {
        position: relative;
        margin: 0 10px;
        text-align: justify;
        padding-top: 3px;
        padding-left: 40px;
    }

        .testimonial-item blockquote:before {
            content: "\201C"; /* left quote */
            position: absolute;
            top: 0;
            left: 0;
            font-size: 6em;
            margin-right: 10px;
        }

        .testimonial-item blockquote p {
            padding: 0;
            margin: 0;
        }

        .testimonial-item blockquote footer {
            display: block;
            color: #777;
            font-size: 90%;
            line-height: 1.5;
            text-align: left;
            margin-top: 20px;
        }

            .testimonial-item blockquote footer:before {
                content: '\2014 \00A0';
            }

/* ===YEARS=== */
.years-container {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    margin: 20px 0;
}

.years-header {
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
}

.year {
    display: inline-block;
    padding-right: 20px;
}

    .year a {
        text-decoration: none;
    }

        .year a:hover {
            text-decoration: underline;
        }

/* ===PAGING=== */
.page-controls-container {
    width: 100%;
    margin-top: 20px;
}

    .page-controls-container input {
        width: 100%;
    }

    .page-controls-container .page-controls-previous {
        float: left;
    }

    .page-controls-container .page-controls-next {
        float: right;
    }

/* ===MEDIA QUERIES=== */
@media only screen and (max-width:980px) {
    .testimonial-item .testimonial-image {
        width: 29%;
        margin-right: 1%;
    }

    .testimonial-item .testimonial-info {
        width: 70%;
    }
}

@media only screen and (max-width:767px) {
    .testimonial-item .testimonial-image {
        width: 39%;
        margin-right: 1%;
    }

    .testimonial-item .testimonial-info {
        width: 60%;
    }
}

@media only screen and (max-width:500px) {
    .testimonial-item .testimonial-image,
    .testimonial-item .testimonial-info {
        width: 100%;
        margin-right: 0;
    }

    .testimonial-item .testimonial-image {
        margin-bottom: 20px;
    }
}
