#faq .image_banner {
    background: #000 url(../../../cdn-static.fotosearch.com/faq/img/csp5900044.jpg@79e177f6953b&79e177f6953b) no-repeat center center;
    background-size: cover;
    height: 250px
}

#faq .image_banner h1 {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    padding-top: 75px
}

#faq .qanda {
    background-color: #fff;
    padding: 0 10%
}

#faq .qanda h2 {
    font-size: 24px;
    margin-left: -25px;
    padding: 10px 0
}

#faq .qanda ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#faq .qanda ul li {
    padding: 5px 10px
}

#faq .qanda ul li.question {
    font-size: 18px;
    color: #00a2d9;
    cursor: pointer
}

#faq .qanda ul li#answer {
    font-size: 14px;
    margin: 0 5%
}

#faq .search {
    background-color: #00a2d9;
    padding: 25px;
    margin: 20px 0 40px;
    width: 100%
}

#faq .search h4 {
    margin-top: 0;
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px
}

#faq .search #faq_search {
    position: relative
}

#faq .search #faq_search input {
    font-size: 15px;
    color: #666;
    border-radius: 5px;
    padding: 10px;
    border: 0;
    background-color: #eee;
    width: 100%
}

#faq .search #faq_search .fa-search {
    position: absolute;
    top: 10px;
    right: 14px;
    color: #bbb;
    font-size: 26px
}

#faq .ticket {
    background-color: #fff;
    padding-top: 30px;
    margin-bottom: 40px
}

#faq .ticket h4 {
    border-left: 5px solid #FF8200;
    padding-left: 20px;
    font-size: 25px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 0 0 10px
}

#faq .ticket .content {
    padding: 27px
}

#faq .ticket .content .subhead {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px
}

#faq .ticket .content label {
    display: block;
    color: #666;
    font-size: 17px;
    font-weight: 400
}

#faq .ticket .content input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 15px;
    background-color: #f5f5f5;
    margin-bottom: 22px
}

#faq .ticket .content textarea {
    width: 100%;
    height: 90px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 15px;
    background-color: #f5f5f5;
    margin-bottom: 22px
}

#faq .ticket .content .instruction {
    font-size: 12px;
    color: #666;
    padding-bottom: 15px
}

#faq .ticket .content .btn {
    text-transform: uppercase
}

#faq .contact {
    display: inline-block;
    width: 100%;
    background-color: #222;
    padding: 40px 0;
    margin-bottom: 50px
}

#faq .contact h4 {
    border-left: 5px solid #FF8200;
    padding-left: 20px;
    font-size: 25px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 0
}

#faq .contact div {
    padding: 0 27px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px
}

#faq .contact a {
    display: block;
    margin: 10px 0;
    color: #00a2d9;
    font-size: 18px
}

#faq .contact a:hover {
    color: #fff
}

#faq .contact a:before {
    font-family: FontAwesome;
    content: '\f003';
    padding-right: 12px
}