/* FAQ Index Page */

.faq-title {
	font-weight:700;
}

.faq-category-block {
	margin-top:10px;
}

.faq-category-block h2 {
	font-size:22px;
	font-weight:700;
	line-height:1.2;
	color: #000;
}

.faq-category-block ul li {
	margin-bottom:1em;
}

.faq-index-question {
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.2;
	color: #000; /*#4c4948; */
}

.faq-index-question:hover {
	color:#d85030;
}

/* FAQ Item Page */

.faq-article h1 {      /* question */
	font-weight:700;
	line-height:1.3;
	color: #0037B4;
}

.faq-article h2 {			/* category */
	font-weight:700;
}

.faq-answer {				/* answer */
	font-size:14px;
	line-height:1.6;
}

.faq-answer pre {			/* pre in answer section - wraps text */
	font-family: Consolas, monospace;
	font-size:14px;
	line-height: 1.3;
	white-space: pre-wrap;       /* Since CSS 2.1 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
