#faqmodule{padding:5px 20px 20px 20px;max-width:968px;margin:0 auto;-webkit-box-shadow:0px 10px 40px rgba(0,0,0,0.16);box-shadow:0px 10px 40px rgba(0,0,0,0.16)}h3.accordion{width:100%;background-color:whitesmoke;border:0;outline:0;text-align:left;padding:15px 20px;font-size:18px;color:#333;cursor:pointer;transition:background-color .2s linear;margin:0}h3.accordion::after{content:'\25B2';font-size:14px;float:right;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);transition:.5s}h3.accordion.is-open::after{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}h3.accordion:hover,h3.accordion.is-open{background-color:#ddd}.accordion-content{background-color:white;border-left:1px solid whitesmoke;border-right:1px solid whitesmoke;padding:0 20px;max-height:0;overflow:hidden;transition:max-height .2s ease-in-out}