body {
    font-family: 'Nunito', sans-serif;
}

.content-wrapper {
    margin: 0 auto;
    width: 70%;
}

.row-logo {
    text-align: center;
    margin: 45px 45px 0px 45px;
}

.question-wrapper textarea {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    color: gray !important;
    margin-left: 15px !important;
    border: 1px solid lightgray !important;
    width: 99% !important;
    max-width: 99% !important;
    min-width: 10% !important;
    resize: none !important;
}

.header-row {
    margin-bottom: 30px;
}

.wufoo li div label,
.wufoo li span label,
.wufoo li .desc {
    font-family: 'Nunito', sans-serif!important;
    font-size: 17px !important;
    font-weight: normal !important;
    color: #f8971c !important;
}

.buttons {
    text-align: center !important;
}

.btTxt {
    background-color: #f8971c !important;
    width: 250px !important;
    height: 30px !important;
    font-size: 17px;
    color: white;
    border: 0px;
}

.button-submit {
    background-color: #f8971c;
    width: 250px;
    height: 30px;
    font-size: 17px;
    color: white;
    border: 0px;
}

.btTxt:hover,
.btTxt:focus {
    background-color: #e48811;
    text-decoration: none;
    cursor: pointer;
}

.logo {
    width: 220px;
}

.header-line {
    height: 5px;
    background-color: #f8971c;
}

.row-submit {
    text-align: center;
}

.text-header {
    font-size: 17px;
    color: #f8971c;
}

a {
    text-decoration: none;
}


#faq .text-header {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 23px;
    margin: 0.5% auto 2% auto;
}

#faq #center {
    text-align: center;
    width: 75%;
    font-size: 24px;
}

#faq .text-header span {
    font-weight: bolder;
}

#faq .p-text {
    margin: auto 0% auto 7%;
    font-size: 19px;
    color: #626262;
    padding: 0px 0px 40px 0px;
}

#faq .p-text span {
    font-weight: bolder;
}
.p-footer{
    margin: auto 0% auto 0;
    font-size: 19px;
    color: #626262;
    padding: 0px 0px 20px 0px;
}   

#faq .last {}

/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

.faq_ul{
    list-style-type: none;
}

.faq_li{
    display: inline-block;
}
.faq_li img {
    width:30px;
    vertical-align: middle;
}
.faq_a_color{
    color:#626262;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
   
    .faq_ul {
        padding: 0px;
    }
    .content-wrapper {
        width: 90%;
    }

    .logo {
        width: 220px;
    }

    .wufoo li div label,
    .wufoo li span label,
    .wufoo li .desc {
        font-size: 14px !important;
    }

    .text-header {
        font-size: 15px;
    }

    .question-wrapper textarea {
        width: 94% !important;
        max-width: 94% !important;
        min-width: 10% !important;
    }

    #faq .p-text {
        margin: 0;
    }
}