section.faq-header .form-search .form-inline {
    padding-right: 5rem
}

    section.faq-header .form-search .form-inline input {
        -webkit-box-flex: 1;
        flex: 1
    }

section.faq-questions .nav .nav-faq-link {
    font-size: 1.325rem;
    line-height: 1.875rem;
    color: #4d535c;
    font-weight: 700;
    margin: 1rem;
    text-decoration: none;
    border-bottom: 2px solid transparent
}

    section.faq-questions .nav .nav-faq-link.active {
        color: #0075c9;
        border-bottom: 2px solid #0075c9
    }

section.faq-questions .faq {
    margin-bottom: 1rem
}

    section.faq-questions .faq .faq-header, section.faq-questions .faq .faq-header button {
        min-height: 50px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center
    }

        section.faq-questions .faq .faq-header button {
            background: none;
            outline: none;
            padding: .5rem 0;
            font-size: 1.375rem;
            line-height: 1.875rem;
            text-align: left;
            width: 100%;
            text-decoration: none;
            border: none;
            border-bottom: 1px solid transparent
        }

            section.faq-questions .faq .faq-header button span.caret {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg)
            }

            section.faq-questions .faq .faq-header button.collapsed {
                border-bottom: 1px solid #eaecec
            }

                section.faq-questions .faq .faq-header button.collapsed span.caret {
                    -webkit-transform: rotate(0deg);
                    transform: rotate(0deg)
                }

    section.faq-questions .faq .faq-body p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

@media (max-width:425px) {
    main.website div.website-container {
        top: 100px
    }
}

@media (max-width:768px) and (min-width:426px) {
    main.website div.website-container {
        top: 130px
    }

        main.website div.website-container section.faq-header h3 {
            font-size: 2rem
        }
}

@media (max-width:768px) {
    main.website div.website-header, main.website div.website-header.bg-img-7 {
        min-height: auto;
        height: 365px
    }

    main.website div.website-container {
        overflow: hidden
    }

        main.website div.website-container section.faq-header {
            margin-bottom: 4rem
        }

        main.website div.website-container section.faq-questions > .row {
            margin-left: -30px;
            margin-right: -30px
        }

        main.website div.website-container section.faq-questions .paper {
            border-radius: 0 !important;
            box-shadow: none !important
        }

            main.website div.website-container section.faq-questions .paper .nav {
                margin-bottom: 2rem
            }

                main.website div.website-container section.faq-questions .paper .nav .nav-faq-link {
                    font-size: 1.125rem;
                    margin: .25rem 0
                }

            main.website div.website-container section.faq-questions .paper .faq .faq-header {
                height: auto;
                min-height: 50px
            }

                main.website div.website-container section.faq-questions .paper .faq .faq-header button {
                    font-size: 1.375rem;
                    line-height: 1.875rem;
                    font-weight: 700;
                    text-align: left;
                    height: auto;
                    min-height: 50px;
                    padding-bottom: .5rem
                }

                    main.website div.website-container section.faq-questions .paper .faq .faq-header button > span:first-child {
                        margin-right: .5rem
                    }

            main.website div.website-container section.faq-questions .paper .faq .faq-body p {
                font-size: 1rem;
                line-height: 1.75rem;
                margin-top: .5rem
            }
}
