.group-faqs{border-bottom: 1px solid #1d1d1d; margin-bottom: 40px; clear: both;}
#topic_heading h3{font-size: 19px; color: #1d1d1d; text-transform: uppercase;  margin: 25px 0; font-weight: 600}
#accordion-container {margin-bottom: 40px;}
#accordion-container p, #accordion-container ul{ margin-bottom: 12px;}
#accordion-container ul{ list-style-type: disc}
#accordion-container ul li{margin-bottom: 4px;display: list-item;margin-left: 15px;}

.single-faq{ border-bottom: 1px solid #e8e8e8;margin: 20px 0;padding-bottom: 10px;}
.single-faq:last-child, .group-faqs:last-child{ border-bottom: none;}

.accordion-header {  cursor: pointer; background-repeat: no-repeat; background-position: left 8px; padding-left: 40px; min-height: 28px;background-size: 20px 20px;}
.accordion-header:hover, .active-header{ color: #1d1d1d}


.active-header, .active-header:hover { background-image: url(../img/active-header.png); }
.inactive-header, .inactive-header:hover  { background-image: url(../img/inactive-header.png); }
.accordion-content { display: none; padding-left: 40px}
