﻿.mainTitleMb {
    background-color: #ebebeb;
}

.FAQ table td {
    width: 33%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 5px;
}

.faqOneCont {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

    .faqOneCont .whiteTextBox {
        width:100% !important;
        min-width:100%;
        max-width:100%;
        height: inherit;
        min-height: inherit;
        display: block;
        box-sizing: border-box;
        padding:20px !important;
    }

    .FAQ h3 {
        color:#820000;
        text-align:center;
    }

.FAQ_question {
    padding-bottom: 7px;
    padding-right: 15px;
    font-weight: 600;
    cursor: pointer;
    background-image: url(/Styles/_images/arrDownRed.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 15px;
}

    .FAQ_question.openFAQ {
        background-image: url(/Styles/_images/crossRed.svg);
        background-size: 13px;
        border-bottom: solid 1px lightgray;
        margin-bottom:5px;
    }

        .FAQ_answer {
    visibility: hidden;
    display: none;
    font-weight: 700;
}

    .FAQ_answer.openAnswer {
        display: block;
        visibility: visible;
    }

@media (max-width:800px) {
    .FAQ table {
        width: 100%;
        max-width: 100%;
    }


        .FAQ table td {
            display: inline-table;
            width: 100%;
        }

    .faqOneCont {
        margin: 0 0 15px;
    }
}
