
/* ==================== section-faq ======================================== */

.section-faq .content{
	padding-top: 0;
}
.section-faq hr{
	border-color: #dadada;
}
.section-faq h2{
	margin-bottom: 60px;
	margin-top: 0;	
	font-size:36px;
	text-align: center;
}
.section-faq .toggle{
	color: grey;
	cursor: pointer;
	font-size: 20px;
}
.section-faq .item{
	position:relative;
}
.section-faq h3{
	position:relative;
	padding-top: 29px;
	border-top: 1px solid #dadada;
	padding-left: 30px;
	margin-top: 0;
	font-size: 24px;
	color: #3672d4;
	cursor:pointer;
}
.section-faq h3:before{
	position: absolute;
	content: "<";
	left: 3px;
	width: 9px;
	height: 20px;
	font-size: 20px;
	text-align: right;
	direction: rtl;
	overflow: hidden;
}
.section-faq h3.active:before{
	left: 4px;
	transform: rotate(90deg);
}
.section-faq .text{
	margin-left: 30px;
	color: #626262;
}
.section-faq .link{
	position: absolute;
	top: -90px;
}
.section-faq .item .has-media{
	overflow: auto;
}
.section-faq .item img:not(.aligncenter){
	float: left;
	clear: both;
	margin: 0 50px 50px 0;
}
.section-faq .item img.inline{
	float: none;
	clear: none;
}
.section-faq .item:after {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 800px){
	.section-faq .item img{
		float: none;
		margin: 0 auto 20px auto;
		display: block;
	}
	.section-faq .item img.hidden{
		display: none;
	}
}

/* ==================== section-faq-contact ======================================== */

.section-faq-contact{
	background-color: #e0e0e0;
	color: black;
}
.section-faq-contact h2{
	color: #3672d4;
}
.section-faq-contact p {
	font-size: 25px;
	text-align: left;
	max-width: none;
}
.section-faq-contact p.center {
	max-width: 800px;
	text-align: center;
}
.section-faq-contact.banner p a{
	color: #3672d4;
	text-decoration: underline;
}
.section-faq-contact.banner a:after{
	display:none;
}
