.faq{
    line-height: 140%;
}
.faq ul{
    list-style: none;
}
.faq h1{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px 0;
    text-transform: uppercase;
}
.faqMenu{
    padding-left: 0;
    list-style: none;
}
.faqMenu li{
    background: #888888;
    position:relative;
    cursor: pointer;
}
.faqContent{
    padding-left:0;
    list-style: none;
}
.faqContent .question{
    position: relative;
}
.faqContent, .faqContent .question .response{
    display: none;
}
.faqContent .question.active .response{
    margin-bottom: 10px;
}
.question .response p{
    font-size: 16px;
}
.faqContent.active, 
.faqContent.active .question, 
.faqContent .question.active .response{
    display: block;
}
.faqContent h4{
    font-size: 16px;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    padding-bottom: 5px;
    border-top: 1px solid #cccccc;
    line-height: 140%;
    cursor: pointer;
}

.faqContent h4 i{
    position: absolute;
    right: 3%;
    z-index: 0;
}

.faqContent li ul li:before{
    content:'>';
    font-weight: 700;
    margin-right: 10px;
    color: #E85711;
}
p a{
    color: #999;
}

.player{
    width:100%;
    margin:20px auto;
}
.questionContact{
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    width: 235px;
}
