
/*----------------------------------
TEMPORARY FIXES (Core Issues)
----------------------------------*/
/*FIX - Accordion - Floated inline elements breaks accordion */
.view-faq .ui-accordion-content:after {
    content: "";
    display: table;
    clear: both;
}


/*FIX - Accordion - In body h3 tag inherits accordion heading style*/

.view-faq .ui-accordion-content h3 {
    border:0;
    font-size: 24px;
    font-size: 2.4rem;
}
