
#faq-title h1 {
	font-family: 'Merriweather', serif;
	font-size: 36px;
	font-weight: 400;
    font-style: normal;
    margin: 0 0 18px 0;
    color: #0055A6;
    line-height: 1.2em;
    text-align: center;
}

#faq-quick-links {
    margin-bottom: 30px;
    margin-top: 30px;
}

#faq-quick-links .quick-link-container {
    text-align: center;
}

#faq-quick-links h2 a {
    font-weight: 400;
    font-size: 24px;
}

#faq-sections .section-header h2,
#faq-footer h2 {
    color: #0055A6;
    font-weight: 400;
    font-size: 24px;
    margin: 30px 0 10px 0;
}

#faq-sections hr {
    margin-bottom: 0;
}

#faq-sections .faq-question {
    color: #827F75;
    font-weight: bold;
    margin-top: 16px;
}

#faq-sections .faq-answer {
    color: #827F75;
}

#faq-sections .faq-question p,
#faq-sections .faq-answer p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

#faq-footer {
    margin-top: 20px;
}

#faq-footer .row h2 {
    text-align: center;
    margin-bottom: 26px;
}

#faq-footer p {
    color: #827F75;
    text-align: center;
}

/* for mobile faq page */

body#body-static,
#body-static #content-wrapper {
    background-color: transparent;
}

#body-static #content-wrapper .content-gutter {
    padding: 10px 0 0 0;
    overflow: hidden;
}

#body-static #content-wrapper #faq-title {
    margin-bottom: 0;
}

#body-static #content-wrapper #faq-title h1 {
    color: #FFFFFF;
    margin-bottom: 20px;
}

#body-static #content-wrapper #faq-quick-links h2 a,
#body-static #content-wrapper #faq-sections .section-header h2,
#body-static #content-wrapper #faq-footer h2,
#body-static #content-wrapper #faq-footer p,
#body-static #content-wrapper #faq-sections .faq-question p,
#body-static #content-wrapper #faq-sections .faq-answer p {
    color: #FFFFFF;
}

#body-static #content-wrapper #faq-sections a,
#body-static #content-wrapper #faq-footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

#body-static #content-wrapper #faq-quick-links .quick-link-container {
    text-align: left;
}

#body-static #content-wrapper #faq-footer {
    padding-bottom: 30px;
}
