* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
}
.accordion {
	width: 100%;
	margin: 20px auto;
}
.accordion h1, h2, h3, h4 {
	cursor: pointer;
}

.accordion h1,.accordion  h2,.accordion  h3 {background:url(../images/faq-open.png) right center no-repeat}
.accordion h1.open,.accordion  h2.open {background:url(../images/faq-close.png) right center no-repeat #637F8B}
.accordion  h3.open {background:url(../images/faq-close.png) right center no-repeat }

.accordion img {width:100%; max-width:100%; height: auto}
.accordion h2, h3, h4 {
}


.accordion h1 {
	padding: 15px 3.5%;
	background-color: #29a0b5;
	font-weight: normal;
	color: #ffffff;
}
.accordion h1:hover {
	color: #022d3f;
}
.accordion h1:first-child {
}
.accordion h1:last-of-type {
}
.accordion h1:not(:last-of-type) {

}
.accordion div {
	display: none;
}
.accordion h2 {
	padding: 15px 3.5%;
	background-color: #022d3f;
	color: #ffffff;
}
.accordion h2 {padding-left:5%;}
.accordion h2:hover {
	background-color: #D95D33;
}

.accordion h2:hover .orange {
	color:#ffffff
}
.accordion h3 {
	padding: 15px 3.5%;
	font-size: 18px;
	font-weight: bold;
	color: #022d3f;
	border-top: 3px solid #ffffff;
}

.accordion h3, .accordion p {padding-left:5%;}
.accordion h3:first-child {
	border-top: 0;
}
.accordion h3:hover {
	color: #D95D33;
}
.accordion h4 {
	padding: 5px 35px;
	background-color: #ffc25a;
 font-size: .9rem;
	color: #af720a;
}
.accordion h4:hover {
	background-color: #e0b040;
}



.accordion p {
	padding: 15px 5%;
}
.accordion .opened-for-faq {
	display: block;
}
.accordion h1, .accordion h2, .accordion h3 {
	margin: 0;
	margin-bottom: 2px;
	padding-right: 75px
}
.faqsupport {
	padding: 100px 0;
	text-align: center;
	color: #ffffff;
	background-image: url(../images/faq_support.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll
}
.faqsupport .line1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
}
.faqsupport .line2 {
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 40px;
}


.accordion ul, .accordion ol { padding-left:65px;}


.notfound {text-align: center;
font-weight: bold;
font-size: 22px;
padding-top: 15px;}

