.hs-faq-container .ui-accordion .ui-accordion-header{
  background: #0982B5 none repeat scroll 0px 0px;
  background-color:#0982B5;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0px 0px;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
clear:both;
margin-bottom:10px;

}

.hs-faq-container .ui-accordion .ui-accordion-header:hover, .hs-faq-container .ui-accordion .ui-accordion-header.ui-state-active{
background: #303d78 none repeat scroll 0px 0px;
    background-color: #303d78;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    margin-bottom: 10px;

}
.hs-faq-container .ui-accordion .ui-accordion-content {
    background: #FFFFFF none repeat scroll 0px 0px;
    padding: 15px;

}
.hs-faq-container .ui-accordion .ui-accordion-content ul {
   list-style:none;

}