﻿.faq-page {
    padding-left: 15%;
    padding-right: 15%;
    overflow-x: scroll;
    background-color: #f2f2f2;
    height: 100%;
}

    .faq-page .faq-title h1 {
        font-size: 25px;
        font-weight: bold;
    }

    .faq-page .faq-content {
    }

        .faq-page .faq-content .faq-faq {
            margin: 20px;
            margin-right: 40px;
        }

            .faq-page .faq-content .faq-faq .faqHeader {
                font-size: 25px;
                color: #7F7F7F;
                margin-bottom: 15px;
                font-weight: bold;
            }

            .faq-page .faq-content .faq-faq .panel-group .panel {
                margin-bottom: 15px;
            }

            .faq-page .faq-content .faq-faq .panel-title {
                font-family: "Gotham-Light";
                font-size: 18px;
            }

            .faq-page .faq-content .faq-faq .panel-body {
                font-family: "Gotham-Light";
                font-size: 16px;
            }

            .faq-page .faq-content .faq-faq .panel-heading [data-toggle="collapse"]:after {
                font-family: 'Glyphicons Halflings';
                content: "\e072"; /*glyphicon-play icon */
                float: right;
                color: #FF5001;
                font-size: 18px;
                line-height: 22px;
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

            .faq-page .faq-content .faq-faq .panel-heading [data-toggle="collapse"].collapsed:after {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
                color: #454444;
            }

        .faq-page .faq-content .faq-contact {
            margin: 40px;
            margin-right: 60px;
        }

            .faq-page .faq-content .faq-contact .send {
                text-align: center;
                background: #FF5001;
                display: block;
                float: right;
                font-family: "Gotham-Light";
                font-size: 15px;
                font-weight: 400;
                color: #fff;
                text-decoration: none;
                border-radius: 8px;
                box-shadow: inset 0 0 0px #000000;
            }

                .faq-page .faq-content .faq-contact .send:hover {
                    background-color: #E54800;
                }

.faqhr {
    width: 100%;
    border-color: #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
}
