ul.faqList {
	clear: both;
	list-style-type: none;
	margin-bottom: 30px;
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-left:0px;
}
ul.faqList iframe {
	width: 100%;
	height: auto;
}
ul.faqList > li {
	width: calc(100% - 0px);
	background-color: transparent;
	margin-bottom: 15px;
	border: 1px solid #ad0104;
	padding-left: 5px;
	border-radius:15px;
}
ul.faqList li h3 {
	cursor: pointer;
	position: relative;
	font-size: 18px;
	line-height: 30px;
	margin: auto;
	width: 100%;
	float: none;
	clear: none;
	padding: 10px 30px 10px 10px;
	color:#ad0104;
}
ul.faqList li h3 b {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin-right: 5px;
	color: #FFFFFF;
	background-color: #17a100;
	border-radius: 50px;
	width: 25px;
	height: 30px;
	text-align: center;
	font-style: italic;
	padding-left: 5px;
	margin-left: 5px;
	line-height: 30px;
	font-family: 'Lalezar', cursive;
}
ul.faqList li h3 a.toggleOpen {
	cursor: pointer;
	display: block;
	border-radius:0px;
	font-size: 15px;
	color: #ad0104;
	position: absolute;
	right: 10px;
	top: 30%;
	height: 20px;
	line-height: 20px;
	border: 0;
	text-align: center;
}
ul.faqList li .definition {
	display: none;
	font-size: 1em;
	color: #000000;
	line-height: 30px;
	padding:0px 10px 10px 10px;
	letter-spacing: 1px;
	width: calc(100% - 0px);
}
.definition iframe {
	width: 100%;
	min-height: 250px;
}
.definition h1 {
	font-size: 2em;
	line-height: 40px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.definition h2 {
	font-size: 1.5em;
	line-height: 35px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.definition h3 {
	font-size: 1.17em;
	line-height: 30px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.definition h4, definition p {
	margin: 1.12em 0;
	line-height: 30px;
	margin-bottom: 10px;
}
.definition h5 {
	font-size: .83em;
	line-height: 30px;
	margin-bottom: 10px;
}
.definition h6 {
	font-size: .75em;
	line-height: 30px;
	margin-bottom: 10px;
}
.definition strong {
	font-weight: bolder;
}
.definition em {
	font-style: italic;
}
.definition ul {
	padding-left: 40px;
}
.definition ul li {
	margin: 5px 0;
	list-style-type: disc;
	font-size: 16px;
}
.definition ol {
	padding-left: 40px;
}
.definition ol li {
	margin: 5px 0;
	list-style-type: decimal;
	font-size: 16px;
}
@media only screen and (min-width: 480px) {
 ul.faqList li .definition {
 display: none;
}
}
@media only screen and (min-width: 768px) {
 ul.faqList li .definition {
 display: none;
}
}
@media only screen and (min-width: 1000px) {
}
