blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    border-left:3px dashed #c1c1c1;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 15px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.carousel-cell {
  width: 100%;
}

/* move page dots into carousel */
.flickity-page-dots { bottom: 10px; }
