#content .accordion-heading a {
font-weight: bold;
color: #6829c2 !important;
}
#content .accordion-heading a.focus {
background: #6829c2 !important;
color: white!important;
}
#content .accordion-heading a.focus.collapsed {
background: white!important;
color: #6829c2 !important;
}
#content .accordion-heading a:hover,
#content .accordion-heading a:active,
#content .accordion-heading a:focus,
#content .accordion-heading a.focus.collapsed:hover,
#content .accordion-heading a:hover:after,
#content .accordion-heading a.focus:after {
background: #6829c2 !important;
color: white!important;
text-decoration: none;
}

#content .accordion-body.in.collapse .accordion-inner {
background: white!important;
border-top: 2px solid white;
}

.breadcrumb a {
color: #6829c2;
text-decoration-color: #6829c2;
}

.breadcrumb .trail-begin a {
background-color: #6829c2;
}