/*!
 * faq module css
 */.strutfaqs dt{display:block}.strutfaqs dt{background-color:#c4390f;padding:20px 45px 20px 30px;display:block;cursor:pointer;margin-bottom:20px;font-size:16px;color:#fff;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;transition:background-color .2s linear;position:relative}.strutfaqs dt.open{border-bottom:0 none;margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.strutfaqs dt:hover{background-color:#9d2e0c}.strutfaqs dt i{margin-top:2px;animation:inverserotation .2s;transform:rotate(0);position:absolute;right:17px;top:18px}.strutfaqs dt.open i{animation:rotation .2s;transform:rotate(180deg);margin-top:0}.strutfaqs dt i.arrowdown svg{width:auto;height:15px}.strutfaqs dt i.arrowdown svg path{fill:#fff}.strutfaqs dd{background-color:#f2e9c2;background:url(../../images/rough-paper.gif) bottom center repeat;border-top:0 none;padding:20px 30px 1px 30px;display:none;margin-bottom:20px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-size:16px}.strutfaqs dd p{font-size:14px}.strutfaqs dd *{font-size:14px}.content-block.intro .strutfaqs dd{background-color:#fffae6}@-webkit-keyframes rotation{from{transform:rotate(0)}to{transform:rotate(180deg)}}@-webkit-keyframes inverserotation{from{transform:rotate(180deg)}to{transform:rotate(0)}}