.menu-faq {
    height: 29px;
    font-size: 14px;
    margin-left: -4px;
}
.menu-faq a.menu-option {
    color: #58646A;
    padding: 4px;
}
.menu-faq a.menu-option.active,
.menu-faq a.menu-option:hover {
    color: #fff;
}

body.faqPage .page-header {
    margin: 34px 0 52px 0;
    height: 111px;
}

body.faqPage #main #page-intro {
    margin-bottom: 16px;
}

body.faqPage #wrapper-4 #main {
    min-height: 768px;
}

body.faqPage #qalist hr {
    margin: 26px 0;
}

body.faqPage ul,
body.faqPage ol {
    margin-left: 20px;
}
body.faqPage .hidden_answer ul,
body.faqPage .hidden_answer ol {
    color: #000;
}
/* right sidebar */
body.faqPage #right-sidebar {
    margin-top: 52px;
    padding-right: 15px;
}
body.faqPage #right-sidebar .box {
    border-bottom: 1px solid #626;
    padding: 16px 0;
}

body.faqPage #right-sidebar h3 {
    font-family: "Source Serif 4 Bold Italic", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-size: 16px;
    color: #58646A;
    margin-bottom: 16px;
    line-height: 22px;
    letter-spacing: 0;
}

body.faqPage #right-sidebar img {
    width: 150px;
}
body.faqPage #right-sidebar p {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    color: #58646A;
}
/* main area */
body.faqPage #main strong {
    font-family: "Source Serif 4 Bold", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

body.cke_editable p a {
    text-decoration: none;
}

body.cke_editable p.Q,
body.staticPage #main p.Q,
body.faqPage #main p.Q,
body.cke_editable p.indent_Q_pt5in,
body.faqPage #main p.indent_Q_pt5in,
body.cke_editable p.indent_Q_pt75in,
body.faqPage #main p.indent_Q_pt75in {
    color: #58646A;
}

body.cke_editable .Q_label, body.cke_editable .A_label,
body.staticPage #main .Q_label, body.staticPage #main .A_label,
body.faqPage #main .Q_label, body.faqPage #main .A_label {
    font-family: "Source Serif 4 Bold", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

body.cke_editable p.indent_Q_pt5in,
body.cke_editable p.indent_A_pt5in,
body.faqPage #main p.indent_Q_pt5in,
body.faqPage #main p.indent_A_pt5in {
    margin-left: 20px;
}

body.cke_editable p.indent_Q_pt75in,
body.cke_editable p.indent_A_pt75in,
body.faqPage #main p.indent_Q_pt75in,
body.faqPage #main p.indent_A_pt75in {
    margin-left: 40px;
}

/* individual Q&A page */
body.faqPage #main #displayAnswers,
body.faqPage #main .answer_link, .close_link {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
}
body.faqPage #main #displayAnswers {
    margin-bottom: 20px;
}
body.faqPage #main .answer_link, .close_link {
    margin: -10px 0 10px 0;
}

body.faqPage #main .pageNavigation {
    font-size: 14px;
}

/* submit a question page */
body.faqPage #main .required {
    display: none;
}
body.faqPage #main .form-wrapper {
    margin-top: 33px;
}
body.faqPage #main fieldset {
    border: none;
}
body.faqPage #main label dfn {
    margin-left: -6px;
    color: #e62525;
}
body.faqPage #main label {
    font-family: "Source Serif 4 Bold", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;

    font-size: 14px;
    color: #666;
}
body.faqPage fieldset > div.form-row {
    line-height: 21px;
}
/* Submit a Question, Citation share form */
body.faqPage fieldset > div.form-row:nth-child(n+3) {
    /*margin-top: -20px;*/
}
body.faqPage #main .form-row input, body.faqPage #main .form-row textarea {
    display: block;
    margin-top: 9px;
    margin-bottom: 33px;
    width: 400px;
}
body.faqPage #main .terms_text {
    font-size: 14px;
    margin-top: -17px;
}
body.faqPage #main .button-wrapper {
    margin-top: -4px;
}
div#submit-question > p.paft {
    margin-top: 13px;
}
div#submit-question p + p {
    margin-top: -6px;
}
form#QA_submit > fieldset > h2 {
    margin-top: -12px;
    border-top: 1px solid #58646A;
    padding-top: 16px;
}

.faqPage form .formError {
    font-size: 14px;
    color: #e62525;
}
form#QA_submit .formError {
    margin-left: 10px;
}

form#QA_submit textarea {
    border: 1px solid #58646A;
}

.display_edition_message {
    color: #ED0E00;
    font-size: 15px;
}



