.loan_officer {
    float: left;
    width: 200px;
}

.scrollingTestimonials .profile {
    margin-bottom: 30px;
}

.scrollingTestimonials legend {
    font-size: 18px;
    color: #000;
}

.scrollingTestimonials .loan_officers{
    list-style-type: none;
    clear: both;
    padding: 0 0 20px 0;
}


.scrollingTestimonials blockquote {
    font-size: 16px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    border: none;
}

    .scrollingTestimonials blockquote:before {
        display: block;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: -20px;
        top: -20px;
        color: #7a7a7a;
    }

    .scrollingTestimonials blockquote:after {
        display: block;
        content: "\201D";
        font-size: 80px;
        position: absolute;
        right: -10px;
        top: -20px;
        color: #7a7a7a;
    }

    .scrollingTestimonials blockquote cite {
        color: #999999;
        font-size: 14px;
        display: block;
        margin-top: 5px;
        text-align: right;
    }

        .scrollingTestimonials blockquote cite:before {
            content: "\2014 \2009";
        }



.quovolve-nav:before, .quovolve-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.quovolve-nav:after {
    clear: both;
}

.quovolve-nav {
    margin: 10px 0;
    line-height: 30px;
    zoom: 1;
}

.quovolve-nav-above {
    margin-bottom: 20px;
}

.quovolve-nav-below {
    margin-top: 20px;
}

.quovolve-nav span {
    float: left;
    margin-right: 5px;
}

.quovolve-nav a {
    background: #aaa;
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 5px 15px;
    border: 0 none;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
}

    .quovolve-nav a:hover {
        color: #fff;
        background: #00853E;
    }


/**
 * Numbered Navigation
 */
.nav-numbers {
    list-style: none;
    margin: 0;
    float: right;
}

    .nav-numbers li {
        float: left;
        margin: 0 0 0 5px;
    }

        .nav-numbers li a {
            padding-left: 0;
            padding-right: 0;
            width: 30px;
        }

            .nav-numbers li.active a, .nav-numbers li a:hover {
                color: #fff;
                background: #00853E;
            }

/**
 * Navigation Description
 */
.nav-text {
    margin-left: 30px;
    color: #aaa;
}
