/*========================================
    Faq
========================================*/

/* please can the next person who works on this project please globalize these h2 settins */
main h2{
  font-family: 'Quicksand';
}

.questionFont h4{
    text-transform: uppercase;
    padding-left: 1.5em;
    text-indent: -1.4em;
    margin-top: 35px;
}

.faqParagraph p{
    padding: 20px 0 5px 15px;
}

.faqHr hr {
    margin-top: 25px;
    margin-bottom: 35px;
}

.faqlist ul li{
    list-style: initial;
}

.faqlist ul{
    padding-left: initial;
    padding: 10px 20px 10px 44px;
}
