<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FAQ
--------------------------------------------- */

a.post-edit-link {
	display: none;
}

.open-close-btns {
	text-align: right;
	margin-bottom: 10px;
}

.open-close-btns button {
	background: transparent;
	box-shadow: none;
	padding: 0;
	color: #e4660d;
	font-size: 12px;
	font-size: 1.2rem;
}

.open-close-btns button:hover {
	background: transparent;
	color: #cd412f;
	box-shadow: none;
}

#btn-open-all:before {
	content: "\f055";
	font-family: "FontAwesome";
	margin-right: 7px;
}

#btn-close-all:after {
	content: "\f056";
	font-family: "FontAwesome";
	margin-left: 7px;
}

span.pipe {
	font-size: 13px;
	font-size: 1.3rem;
}

.faq {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.faq .question {
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	line-height: 1.3;
	text-transform: none;
}

.faq .question a {
	display: block;
	font-weight: 700;
}

.faq .question a:before {
	content: "\f055";
	color: #48a0e9;;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.faq .question a:focus,
.open-close-btns button:focus {
	outline: none;
}

.faq .question a{
	color: #66499f;
}

.faq .answer {
	color: #333;
}

.faq .question a,
.faq .answer {
	padding: 20px;
}

.faq .question a:hover {
	color: #e4660d;
}

.faq .answer {
	background-color: #f3f3f3;
}

.faq .question a:after {
	content: '\f107';
	font-family: "FontAwesome";
	padding-left: 5px;
}

.faq .question.open a:after {
	content: '\f106';
}

h2.category-title {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px 0;
    margin: 30px 0;
}

@media only screen and (max-width: 600px) {

	.faq .question a {
		padding: 20px 0;
	}
}
</pre></body></html>