﻿.faqCategory { background: #f3f3f3 !important; padding: 10px 20px 2px 20px !important; margin: 0 0 20px 0; }
	.faqCategory .questionContainer { display: none; }
.faqCategory p {margin: 0 0 10px 0;}
.faqCategory .categoryName {display:flex; justify-content:space-between; align-items:center; font-size: 24px; padding: 0 10px 0 0; margin: 0 0 10px 0; cursor:pointer;}
.faqCategory .categoryName i {font-size: 18px;}
.faqCategory  .arrowUp {display:none;}
.faqItem {background:#fff;  margin: 0 0 20px 0;}
.faqQuestion p { display: flex; justify-content: space-between; align-items: center; padding: 10px 10px; margin: 0; cursor: pointer; }
.faqQuestion p i { font-size: 18px; padding: 0 0 0 5%;}
.faqItem .faqAnswer { border-top: 1px solid #f7f7f7; padding: 10px; display:none;}
.faqItem .faqAnswer p {font-size: 16px;}
