
.faq-search {
	margin-bottom: 15px;	
	text-align: left;
	font-size: 18px;
}

.faq-search input {
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 18px;
}

.faq-empty {
	display: none;
}

.faq-toc {
	padding: 0;
	margin: 0;
	border-right: none;
	border-left: none;
}

.faq-toc ol {
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.faq-toc li {
	margin-bottom: 3px;
	font-size: 18px;	
	list-style: none;
}

.faq-toc a {
	margin-left: .5em;
	font-size: 18px;
}

.faq-list {
	padding: 0;
	margin: 3em 0 0;	
	list-style: none;	
}

.faq-list p {
	margin: 2em 0 0;
}

.faq-list li {
	display: table;
	font-size: 18px;
	margin-bottom: 2em;
}

.faq-icon {
	display: table-cell;
	padding-right: 1.25em;
	vertical-align: top;
}

.faq-text {
	display: table-cell;
	font-size: 18px;
	vertical-align: top;	
}

.faq-number {
	width: 32px;
	height: 32px;
	font-size: 18px;
	font-weight: 400;
	margin-top: 8px;
	text-align: center;
	line-height: 1.4;
	color: #FFF;
	background: #ef7b26;
	border: 3px solid #ef7b26;
	border-radius: 50%;
}

.btn-support-ask {
		display: block; font-size: 22px; padding: 14px 0; font-weight: 400;
	}
	
.btn-support-contact {
  display: block; padding: 12px 0; font-size: 18px; font-weight: 400;
}