.testblurb .monial p {
    color: white;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.testblurb br:last-child {
    display: none;
}

.testblurb hr {
    display: none;
}

.testblurb .monial p::before {
    content: '" ';
}

.testblurb .monial .pullone {
    display: none;
}

.testblurb .monial {
    padding: 0;
    margin: 0;
}

.casepreview.smaller {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.casestudyblock hr:last-child {
    display: none;
}

.officechunk p {
    white-space: pre-line;
}

.officechunk:last-child p:last-child {
    display: none;
}

#crumb:empty {
    display: none !important;
}