/* Accordion
		------------------------------------------------------------ */
.schema-faq-question{
  cursor: pointer;
}

.schema-faq-question:before{
  width: 16px;
  height: 20px;
  display: inline-block;
  content: "+";
  margin-right: 5px;
  vertical-align: top;
}

.schema-faq-question.collapse:before{
  content: "-";
}

.schema-faq-question:hover{
  opacity: 0.8;
}

.schema-faq-answer{
  display: none;
  padding-left: 1em;
}
.schema-faq-answer.default{
  display: block;
}
.post-content .paragraph p.schema-faq-answer:first-of-type
{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.647;
	margin: 0 0 0 3px;	
}

.post-content .paragraph p.schema-faq-answer:first-of-type:first-letter{
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    letter-spacing: 0.0px;
    line-height: 1.647;
	font-weight: 500;
}