.faq {
    }

        .faq input {
            width: 100%;
            height: 60px !important;
            font-size: 20px;
            background-color: #fff;
            box-shadow: 0px 2px 4px rgba( 52, 67, 75, .2 );
            display: block;
            padding: 0 20px;
            margin-bottom: 40px;
            -webkit-transition: box-shadow .1s linear;
            transition: box-shadow .1s linear;
        }

            .faq input::-webkit-input-placeholder {
                color: #a1bdcb !important;
                font-family: 'Graphik Light', Graphik-Light;
            }

            .faq input::-moz-placeholder {
                color: #a1bdcb !important;
                font-family: 'Graphik Light', Graphik-Light;
            }

            .faq input:-ms-input-placeholder {
                color: #a1bdcb !important;
                font-family: 'Graphik Light', Graphik-Light;
            }

            .faq input:focus {
                box-shadow: 0px 4px 8px rgba( 52, 67, 75, .4 );
            }

        .faq .highlight {
            background-color: #fffd77;
        }

        .faq > ul {
        }

            .faq > ul > li {
            }

                .faq > ul > li:not(:first-child) {
                    display: block;
                    margin-top: 20px;
                }

                .faq > ul > li.is-hidden {
                    display: none;
                }

            .faq > ul > div.is-hidden {
                display: none;
            }

            .faq > ul > li h2 {
                font-size: 24px;
                font-weight: 700;
            }


            /*<!-- .faq > ul > li h2:focus,
                .faq > ul > li.is-active h2,
                .faq > ul > li:target h2 {
                    color: #a664b7;
                }
            -->*/

            .faq > ul > li > div {
                display: none;
            }

            .faq > ul > li.is-active > div,
            .faq > ul > li:target > div {
                display: block;
                margin-top: 10px;
            }

    .faq__notfound {
        font-size: 20px;
        font-style: italic;
        display: none;
    }

        .faq__notfound.is-visible {
            display: block;
        }

    .title-faq {
        animation-delay: 0s;
    }

        .title-faq.is-visible {
            display: block;
        }

    .faq-a {
        color: #4c4c4c !important;
    }

        .faq-a:hover {
            color: #30BEEF !important;
        }


    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
        height: 100%;
    }

    .p-r-10, .sidebar .menu .list, section.content {
        padding-right: 0px !important;
    }

    .p-l-10, .sidebar .menu .list, section.content {
        padding-left: 0px !important;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    @media (min-device-width: 320px) and (max-device-width:480px) {

        .faq input {
            font-size: 17px;
        }
    }

    @media (min-device-width:1920px) and (orientation:landscape) {
        .faq > ul > li:not(:first-child) {
            margin-top: 34px;
        }

        .faq input {
            height: 87px !important;
            font-size: 31px;
        }
        .ul-faq {
    border-right: 1px solid #cecec6;
}
    }

    @media (min-device-width:2540px) and (orientation:landscape) {
        .faq > ul > li:not(:first-child) {
            margin-top: 35px;
        }

        .faq input {
            height: 92px !important;
            font-size: 32px;
        }
    }

    @media (min-device-width:2880px) and (orientation:landscape) {
        .faq > ul > li:not(:first-child) {
            margin-top: 35px;
        }

        .faq input {
            height: 92px !important;
            font-size: 35px;
        }
    }