/* Fix Testimonial quote clipping */
.pbck_testimonial_text:before {
   line-height: 0.5em;
}
.pbck_testimonial_author_name {
    font-weight: 600;
}
.pbck_testimonial_text {
   line-height: 1.5em;
}
/* Scroll to Top */
a.scrollToTop {
    color: #b15bf7;
}
/*Convert forms*/
.convertforms .cf-label .cf-required-label {
    font-weight: 700;
}
/*Links*/
a {
    text-decoration: none;
}
a#sharlene, a#craig {
    cursor: pointer;
}