.faqclass .ui-state-active {}
.faqclass .toggle-item-title h3 { margin: 0; line-height: normal; font-size: 12px; font-weight: 400; letter-spacing: 0.2em; }

.faq_accor { max-width: 1170px; margin: 0 auto; }

.faqclass { margin-bottom: 10px; }
#faqs-block .accordion > dt,
.faqclass .toggle-item-title,
.faq_accor .details-summary {
	margin-bottom: 10px;
	font-weight: 400;
	letter-spacing: 0.2em;
	cursor: pointer;
}
#faqs-block .accordion > dt > a,
.faqclass .toggle-item-title h3,
.faq_accor .details-summary h3 {
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	font-weight: normal;
	margin: 0;
	font-size: 14px;
}
#faqs-block .accordion > dt > a:hover,
.faqclass .toggle-item-title h3:hover,
.faq_accor .details-summary h3:hover {
	text-decoration: none;
	border-color: #ddd;
	background-color: #fcfcfc;	
	color: #444;
}
#faqs-block .accordion > dt > a.active,
.faqclass .toggle-item-title.ui-state-active h3 {
	color: #000;
	border-color: #000;
	background-color: #fcfcfc;
	cursor: default;
}
#faqs-block .accordion > dt > a:after,
.faqclass .toggle-item-title h3:after,
.faq_accor .details-summary h3:after {
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#faqs-block .accordion > dt > a.active:after,
#faqs-block .accordion > dt > a.active:hover:after,
.faqclass .toggle-item-title.ui-state-active h3:after,
.faqclass .toggle-item-title.ui-state-active h3:hover:after,
.faq_accor details[open] .details-summary h3:after {
	content: "\f106";
	color: #111;
}
#faqs-block .accordion > dt > a:hover:after,
.faqclass .toggle-item-title h3:hover:after {
	color: #444;
}

#faqs-block .accordion > dd,
.faqclass .toggle-item-body.faq_content,
.faq_accor .faq_content {
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #777;
	display: none;
}

.faq_accor details[open] .faq_content { display: block !important; }

.faq_accor details summary::-webkit-details-marker { display:none; }

.faqclass .toggle-item-title.ui-state-active + .toggle-item-body.faq_content { display: block !important; }