.faqHeader {
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #578e35;
    font-family: Arial, Helvetica, sans-serif;
}

.faqSearch {
    overflow: visible;
    padding: 11px 0 11px 11px;
    position: relative;
    width: 574px;
    margin-bottom: 10px;
    border: solid 1px #ddcebc;
    float: left;
}
.faqSearch input {
    background-color: #EBE9E5;
    padding: 6px 3px;
    color: #808080;
    width: 465px;
    font-size: 17px;
    float: left;
    border: none;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 0;
}
.faqElement {
    padding: 10px 0 10px;
}

.faqElement.no-match, .faqElement.match-hidden {
    display: none;
}

.faqQuestion {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #578e35;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.faqAnswer {
    line-height: 17px;
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 20px;
    color: #636363;
}

.faqPage {
    padding: 0 5px;
    cursor: pointer;
    color: #333;
}
.faqPaginator {
    padding: 7px 0;
    border-top: 1px solid #eeedec;
    border-bottom: 1px solid #eeedec;
}
.faqPage:hover {
    color: #578e35;
}

.faqPage.currentPage {
    color: #578e35;
    cursor: default;
}

.faqPage.currentPage:hover {
    text-decoration: none !important;
}

.faqPage.page-hidden{
    display:none;
}

.faqQuestion.faqDetailQuestion {
    cursor: default;
    font-size: 19px;
    margin: 15px 0 9px;
}
.faqAnswer.faqDetailAnswer {
    cursor: default;
}

.faqBack {
    border-top: 1px solid #eeedec;
    border-bottom: 1px solid #eeedec;
    font-family: "HelveticaNeueforTarget-Rm";
    position: relative;
    padding:  19px 0 19px 13px;
    font-size: 15px;
    margin-top: 17px;
    color: #578e35;
}

.faqBack:before {
    content: "<";
    top: 18px;
    position: absolute;
    left: 0px;
}

.faqBackLabel {
    cursor: pointer;
}

.faqBackLabel:hover {
    text-decoration: underline;
}