#ccao-faq-items .faq-item {
  margin-bottom: 10px;
}

#ccao-faq-items .faq-item .faq-question{
  color: #2a418b;
  cursor: pointer;
  text-decoration: underline;
}

#ccao-faq-items .faq-item .faq-question:hover{
  text-decoration: none;
}
#ccao-faq-items .faq-item .faq-question-answer p{
  /*background-color: #F1F7FC;*/
  background-color: #f5f5f5;
  padding: 6px;
  padding-bottom: 20px;

}

