#faq_home{
	/* border: 4px solid #29a8dc; */
	margin-bottom: 30px;
	background: rgba(0,0,0,0.02);
}
#faq_home #faq{
	clear:both;	
}

#faq_home #faq .questions{
	border: 2px solid #29a8dc;
	padding-bottom: 20px;
	background: #fff;
}
#faq_home #faq .questions .title{
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin: auto;
	background: #29a8dc;
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	text-align: center;
	letter-spacing: 4px;
}
#faq_home #faq .questions .item__question{	
	font-size: 16px;
	font-weight: 400;
	line-height: inherit;
	cursor: pointer;
	padding: 15px 0;
	color: #29a8dc;
	border-bottom: 1px solid #29a8dc;
}
#faq_home #faq .questions .item__question[aria-expanded="true"]::after{
	content:'^';	
	font-size:25px;
	font-weight:normal;
}
#faq_home #faq .questions .item__question::after{
	content: 'v';
	position: absolute;
	right: 8px;
	font-size: 20px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	padding-left: 10px;
	font-style: normal;
	font-weight: bold;
	background: #29a8dc;
	color: #fff;
	top:25px;
}
#faq_home #faq .questions .item__question[aria-expanded="true"]{
	font-weight:bold;	
}
/* #faq_home #faq .questions .item__question[aria-expanded="false"]{ */
	/* color:#29a8dc; */
/* } */
#faq_home #faq .questions .item__answer{
	padding: 15px 0;
	border-top: none;
	background: #fff;
	text-align:justify;
}
#faq_home #faq .questions .item__answer *{
	color:#666666;
	/* font-weight:bold; */
	font-size:14px;
}
#faq_home #faq .questions .card{
	background: inherit;
	box-shadow: inherit;
	border: inherit;
	position: relative;
	padding: 0 55px 0px 15px;
}
#faq_home #faq .questions .item__answer a{
	color:#A3D900;
	text-decoration: underline;
} 