article.faq {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	overflow: hidden;
	padding: 2em 0;
}
article.faq .question {
	margin:0;
}
article.faq .question a {
	display: block;
	text-decoration: none;
	padding: 0.5em 0;
	outline: none;
	font-size: 36px;
	line-height: 43px;
	color: #5fb1b4;
	font-weight: 300;
}
article.faq.open .question a:hover {
	background: none;
}

article.faq .question:hover:before {
	background: #5fb1b4;
}
article.faq .question:before {
	content: "\f107";
	font-family: FontAwesome;
	width: 40px;
	height: 40px;
	float: right;
	color: #fff;
	background: #c5e3e5;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	margin: 20px 0 0 0;
	cursor: pointer;
}
article.faq.open .question:before {
	content: '\f106';
}
article.faq .answer {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
	font-family: Cardo;
	font-size: 120%;
	color:#2b2b2b;
}
article.faq .answer .pad {
	padding: 0.5em;
	font-size: 20px;
}
article.faq .answer {
	line-height: 1.4;
}
article.faq.open .answer {
	visibility: visible;
	position: static;
	opacity: 1;
	max-height: 100%;
}
@media screen and (min-width: 768px) {

	article .faq .answer .pad{
		padding-right: 3em;
		padding-left: 0;
	}
}
/*
     FILE ARCHIVED ON 19:27:55 Jan 25, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:30:57 Jun 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.416
  exclusion.robots: 0.059
  exclusion.robots.policy: 0.052
  esindex: 0.007
  cdx.remote: 6.33
  LoadShardBlock: 69.269 (3)
  PetaboxLoader3.resolve: 259.647 (3)
  PetaboxLoader3.datanode: 59.572 (4)
  load_resource: 273.672
*/