/* shared custom styles for all sites */
/* exceptions: acu */

/* Hide label and borders for connatix player */
.cnx-lead-wrapper {
    border-top: none; 
    border-bottom: none;
    padding-bottom: 0;
}

.cnx-lead-wrapper::before {
    content: "";
    display: none;
}