<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonialSlides {
    position: relative;
}
    .testimonialSlides-icon {
        position: absolute;
        right: 0; top: -46px;
        width: 83px; height: 83px;
        padding: 4px;
        background: #FDFBFB;

        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;

        -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
    }
    .testimonialSlides-main {
        position: relative;
    }
    .testimonialSlides-slide {
        width: 100%;
        padding: 58px 20px 0 20px;
    }
    .testimonialSlides-body {
        text-align: right;
        color: #FFFFFF;
        padding: 20px 0;
    }
    .testimonialSlides-quote {
        font-family: 'Times New Roman', sans-serif;
        font-style: italic;
        font-size: 1.5em;
        letter-spacing: 0;
        line-height: 1.25;
        margin-bottom: 1.5em;
    }
    .testimonialSlides-quote_long {
        font-size: 1.25em;
    }
    .testimonialSlides-name {
        font-family: 'kings-caslon-display', 'Times New Roman', sans-serif;
        font-size: 1.5em;
    }
    .testimonialSlides-img {

    }
    .testimonialSlides-location {
        font-family: 'proxima-nova', 'Arial', sans-serif;
        font-size: .75em;
        color: #5EB0C9;
        line-height: 1.2em;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .testimonialSlides-foot {
        background: rgba(0,0,0,.14);
        overflow: hidden;
        padding: 12px 0;
    }
    .testimonialSlides-nav {
        float: left;
        font-size: 60px;
        line-height: .8em;
        height: 36px;
        color: #989898;
    }
        .cycle-pager-active, .testimonialSlides-nav span:hover {
            color: #eee;
            cursor: pointer;
        }
    .testimonialSlides-action {
        float: right;
    }
    .testimonialSlides .pagerBtn {
        position: absolute;
        top: 50%;

        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .testimonialSlides .pagerBtn_prev {
        left: 0;
    }
    .testimonialSlides .pagerBtn_next {
        right: 0;
    }
    @media (max-width: 800px) {
        .testimonialSlides .pagerBtn {
            top: auto;
            transform: none;
            bottom: 0;
        }
    }


.pagerBtn {
    display: block;
    border: 0;
    font-family: arial, sans-serif;
    background: #101010;
    width: 56px;
    text-align: center;
    z-index: 100;

    -moz-transition: width .1s linear;
    -webkit-transition: width .1s linear;
    transition: width .1s linear;
}
    .pagerBtn-arrow {
        position: relative;
        top: 1px;
        display: inline-block;
        width: 0;
        height: 0;
        padding: 0;
        margin: 8px auto;
        line-height: 1em;
    }
    .pagerBtn-label {
        text-transform: uppercase;
        font-size: 9px;
        line-height: 1em;
        padding: 0;
        margin-bottom: 8px;
        color: #fff;
    }
    .pagerBtn:hover {
        cursor: pointer;
        width: 60px;
    }
    .pagerBtn_next .pagerBtn-arrow {
        border-right: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #fff;
    }
    .pagerBtn_prev .pagerBtn-arrow {
        border-left: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 12px solid #fff;
    }</pre></body></html>