ul.faqList {
	clear: both;
	list-style-type: none;
	margin-bottom: 30px;
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
ul.faqList img, ul.faqList iframe {
	width: 100%;
	height: auto;
}
ul.faqList > li {
	padding-top: 10px;
	padding-bottom: 10px;
	width: calc(100% - 15px);
	letter-spacing: 3px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border-left: 5px solid #C7A871;
	border-right: 1px solid #C7A871;
	border-bottom: 1px solid #C7A871;
	border-top: 1px solid #C7A871;
	padding-left: 5px;
}
ul.faqList li h3 {
	cursor: pointer;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	margin: auto;
	width: 100%;
	float: none;
	clear: none;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.faqList li h3 b {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 5px;
	color: #FFFFFF;
	background-color: #6B544C;
	border-radius: 50px;
	width: 25px;
	height: 30px;
	text-align: center;
	font-style: italic;
	padding-left: 5px;
	margin-left: 5px;
	font-family: 'Baloo Bhai', cursive;
	line-height: 30px;
}
ul.faqList li h3 a.toggleOpen {
	display: none;
}
ul.faqList li .definition {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	color: #000000;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	background-color: #F5F3F0;
	letter-spacing: 1px;
	width: calc(100% - 40px);
	padding-left: 10px;
	padding-right: 10px;
}
@media only screen and (min-width: 480px) {
ul.faqList > li {

}
ul.faqList li .definition {
	display: none;
}
}

@media only screen and (min-width: 768px) {
ul.faqList > li {

}
ul.faqList li h3 a.toggleOpen {
	cursor: pointer;
	display: block;
	margin-top: -15px;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 10px;
	padding-bottom: 6px;
	border-radius: 5px;
	font-size: 5px;
	color: #423030;
	position: absolute;
	right: 10px;
	top: 50%;
	height: 20px;
	line-height: 20px;
	border: 1px solid #DCDCDC;
	width: 10px;
	text-align: center;
}

ul.faqList li .definition {
	display: none;
}
}

@media only screen and (min-width: 1000px) {
}
