  html { scroll-behavior: smooth; }

.container
{
	width: 100%;
	margin: 0 auto;
	padding-top: 25px; 
}

.faq h3 {
	margin: 0;
}

.faq h2 {
	margin: 2em 0 .5em 0;
}

.acc {list-style-type: none; padding: 0;}


.acc-header {
	display: block;
	margin: 10px 0 0 0;
	text-decoration: none;
	background-color: #EEE;
	padding: .8em 2.6em .8em .8em;
	position: relative;
}

.acc-header:hover {background-color: #e3e3e3;}

.acc-header:after {
	font-family: fontawesome;
	content: "\f067";
	position: absolute;
	top: 50%;
	right: .8em;
	transform: translate(-50%, -50%);
	font-size: .8em;
	line-height: 1.5em;
}

.is-active .acc-header:after {
	content: "\f068";
}

.container .clear {
	display: inline-block;
	height: 45px;
	width: 65px;
	font-size: 15px;
	border: 1px solid #EEE;
	outline: none;
	margin-left: 5px;
	box-shadow: 0px 2px 4px rgba( 0, 0, 0, .2 );
	color: #333;
}

.clear:hover {
	box-shadow: 0px 4px 8px rgba( 0, 0, 0, .5 );
}

.faq input
{
	border: 1px solid #EEE;
	outline: none;
	width: calc(100% - 120px);
	max-width: 400px;
	height: 45px;
	font-size: 15px;
	background-color: #fff;
	box-shadow: 0px 2px 4px rgba( 0, 0, 0, .2 );
	display: block;
	padding: 0 20px;
	display: inline-block;
}

.faq input::placeholder	{ color: #909090; }
.faq input:focus { box-shadow: 0px 4px 8px rgba( 0, 0, 0, .5 ); }
.faq .highlight { background-color: #fffc4f; }



.faq > ul > li.is-hidden
{
	display: none;
}

.faq > ul > li > div
{
	display: none;
	padding: 10px 20px 45px 20px;
	position: relative;
	background-color: #FaFaFa;
}

.faq > ul > li.is-active > div,
.faq > ul > li:target > div
{
	display: block;
}

.faq__notfound
{
	color: #666;
	font-size: 18px;
	font-style: italic;
	display: none;
	text-align: center;
}

.faq__notfound.is-visible {	display: block;	}

.back2top {
	position: absolute;
	background-color: #EFBA08; 
	right: 10px;
	bottom: 10px;
	padding: 8px 11px 11px 11px;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0.1px;
	border-radius: 3px;
	transition: 0.3s;
	opacity: .6;
}

.back2top:hover {
	background-color: #860038; 
	opacity: 1;
}

.back2top:after {
	content: "\f077";
	font-family: FontAwesome;
	font-size:16px;
	color: #FFF;
}