ul.question {margin:35px 3px}
ul.question a {
    display:block;
    color:#000;
    text-decoration:none;
    padding:17px;
}

ul.question a:hover {background:none}
ul.question li {
    list-style:none;
    margin:5px 0;
}

ul.question li.active,
ul.question li:hover {background:#0086d4 url(/img/menu_angle.gif) no-repeat 100%;}

ul.question li.active a,
ul.question li:hover a {color:#FFF;}
ul.question li.active .arrow,
ul.question li:hover .arrow {display: block;}

ul.question .one {
    float:left;
    font-size:2.6em;
    width:15%;
}

ul.question .one a {color:#0086D4;}
ul.question .two {
    float:left;
    font-weight:bold;
    /*height:53px;*/
    position: relative;
    width:85%;
}

ul.question .two .arrow {
    display: none;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 20px solid #0086d4;
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: -21px;
    right: -20px\9;
    top: 0px;
}

ul.question .two  a {padding:7px 17px;}
.answer {
    background:#d8d8d8;
    display:none;
    padding:63px 25px;
    margin:35px 0 0 0;
}

.answer .title {
    color:#0086D4;
    font-size:2.1em;
    font-weight:bold;
    line-height:1.1;
    text-transform:uppercase;
}
.answer .title  .one {
    float:left;
    width:8%;
}
.answer .title  .two {
    float:left;
    width:88%;
}

.answer .content {
    padding:10px 55px;
    line-height: 22px;
    margin-top: 30px;
}
.answer .content img{
    margin: 30px auto 0 auto;
}
#form_faq input,
#form_faq textarea {
    background:#FFF;
    border:2px solid #0086D4;
    padding:5px;
}

#form_faq textarea {
    resize:vertical;
    width:98%;
}

#faq_name,
#faq_email {
    margin:10px 0;
    width:340px;
}

#faq_name {float:left}
#faq_email {float:right}
#faq_submit {
    background:#0086D4 !important;
    color:#FFF;
    cursor:pointer;
    float:right;
    font-weight:bold;
    padding:5px 43px !important;
}

@media screen and (max-width: 1000px) {
    .answer .content img {
        width: 100%;
    }
}