ul.faqList {
	list-style-type: none;
	width: 100%;
	padding-left:0px;
}
ul.faqList > li {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	letter-spacing: 2px;
}
ul.faqList li h3 {
	cursor: pointer;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	margin: auto;
	width: 100%;
	float: none;
	clear: none;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:30px;
}
ul.faqList li h3 b {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 10px;
	color: #fff;
	background-color: #FF6700;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-left: 5px;
	margin-left: 5px;
	line-height: 30px;
	font:fold 30px/30px Century Gothic,sans-serif;
}
ul.faqList li h3 span{
	color:#d49e62;
	font-size:25px;
	font-weight:600;
	font-family:"MS Serif", "New York", serif;
	margin-right:5px;
}
ul.faqList li .definition {
	display: none;
	color: #e8890f;
	line-height: 30px;
	width: calc(100% - 0px);
	border-radius: 0px;
	margin-top:10px;
	font-size: 18px;
}
ul.faqList li .definition span{
    color:#d49e62;
	font-size:25px;
	font-weight:600;
	font-family:"MS Serif", "New York", serif;
	margin-right:5px;
}
ul.faqList li h3 a.toggleOpen {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 10px;
	top: 20%;
	color: #fff;
	line-height:0px;	
	font:25px/25px Century Gothic,sans-serif;
}
@media only screen and (min-width: 480px) {
ul.faqList li .definition {
 display: none;
}
}
