/* We have a bad case of FOUC occuring before everything is loaded
        So this will be invisible until we're ready. */

    .quote > .bx-wrapper {
        margin: 0 auto;
    }

        .testimonial_quotes > li {
            height: 100%;
        }
    
    
div.quote_slider {
    margin: 20px 0 5px;
}

.quote_slider .bx-wrapper {
    margin: 0 auto 20px auto;
}

.quote_slider .bx-wrapper .bx-viewport {
    background-color: #E5EFF8;
}

.quote_container {
    text-align: left;
    text-indent: 20px;
    padding: 3em;
    color: #5393CC;
    font-family: 'Arial', sans-serif;
    display: inline-block;
    vertical-align:middle;
    float: none !important;
}

.quote {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.5em;
}

.quote .individual_quote {
    font-size:3em;
}

.quote .individual_quote.left{
    position: relative;
    bottom: -0.3em;
}

.quote .individual_quote.right {
    position: relative;
    top: 0.4em;
    line-height: 0;
}

.quote_container .quote_name {
    color: #535353;
    display: block;
    margin-top: 2em;
    font-size: 1.3em;
    font-weight: bold;
    margin-left: 5em;
    font-family: 'Heletica', sans-serif;
}

/* Pager - BEGIN */
    .quote_pager {
        height: 5em;
    }

    .quote_pager div.bx-pager {
        color: rgb(102, 102, 102);
        display: block;
        font-family: Arial;
        font-size: 19px;
        font-weight: bold;
        height: 14px;
        line-height: 33px;
        padding-top: 20px;
        text-align: center;
    }

    .quote_pager div.bx-pager-item {
        color: rgb(102, 102, 102);
        display: inline-block;
    }

    .quote_pager a.bx-pager-link.active {
        background-color: rgb(150, 187, 225);
        text-align: center;
    }

    .quote_pager a.bx-pager-link {
        background-color: rgb(255, 255, 255);
        border: 2px solid rgb(115, 167, 219);
        color: rgb(85, 26, 139);
        cursor: pointer;
        display: block;
        font-family: Arial;
        font-size: 19px;
        font-weight: bold;
        height: 10px;
        line-height: 33px;
        margin: 0 5px;
        text-align: center;
        text-decoration: underline;
        text-indent: -9999px;
        width: 10px;
    }
/* Pager - END*/
