
.zl_header{
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.zl_acc{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top:24px;
}
.zl_acc > li{
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 0;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zl_acc > li > h4{
	font-family: 'Alegreya Sans', Arial, serif; 
  	font-weight: 400;
	font-size:15px;
	margin: 0;
	padding: 10px 15px;
	color:#69614e;
	background-repeat: no-repeat;
	background-position: 92% 50%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zl_acc > li > h4:hover{
	color:#b1ce63;
}
.zl_acc > li > h3{
	padding: 25px;
}
.zl_acc > li > div{
	display: none;
	padding-bottom:8px;
	padding-left:25px;
	overflow: hidden;

}
.zl_acc object,
.zl_acc embed,
.zl_acc iframe{
	width: 100%;
	height: 100%;
	min-height: 320px;
}