<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.accordion {
	overflow: hidden;
	padding-bottom: 15px;
}

.accordion-section {
	margin-bottom: 20px;
}

.accordion-section-title {
	background: #e1ecf7 url(../../images/Help-and-Support.png) no-repeat 15px center;
	color: #000;
	display: block;
	padding: 15px 15px 15px 60px;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background: #6a9bca url(../../images/Help-and-Support.png) no-repeat 15px center;
	color: #fff;
	text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding: 20px;
	display: none;
	background-color: #ededed;
}


</pre></body></html>