/***************************************
			FAQ
***************************************/

.faq-wrapper > div {
    margin-bottom:10px;
}
.faq-wrapper a {
        display:block;
        line-height:21px;
        font-size:17px;
        color:#333;
        background-color:rgba(87,154,0,0.1);
        border:1px solid #ccc;
        padding:6px 10px;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
}
.faq-wrapper a:before {
    font-family:"fontawesome";
    font-size:17px;
    padding-right:15px;
 }
.faq-wrapper a.closed:before {content:"\f067";}
.faq-wrapper a.open:before {content:"\f068";}
.faq-wrapper p {
    display:none;
    background-color:#fafafa;
    padding:20px 20px 20px 40px;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    margin-bottom:0;
}
@media (max-width:767px) {
    .faq-wrapper a {
        line-height:19px;
        font-size:15px;
    }
}