/* Customizes contact us link in client access. */
.invoice-contact-call-to-action > p:last-child > a:last-child {
font-size: 0;
line-height: 18px;
}
.invoice-contact-call-to-action > p:last-child > a:last-child:before {
content: 'Contact Nicole';
font-size: 19px;
}
^ THIS NEEDS TO BE REDONE WITH THE NEW CLASS.
/* Hides contact us language on invoices. */
.invoice-contact-call-to-action {
display: none;
}