#faq_home #faq{
	clear:both;
	background:#0055AA;	
	padding-top: 20px;
	padding-bottom: 5px;
}
#faq_home #faq .questions{
	max-width:1080px;
	margin:auto;
	padding-right:15px;
	padding-left:15px;
}
#faq_home #faq .questions .title{	
	color:#ffffff;
	line-height: 30px;	
	margin: auto;
	text-transform: inherit;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'montserratextralight', sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
}
#faq_home #faq .questions .item__question{
	font-size: 20px;
	font-weight: 400;
	line-height: inherit;
	color:#ffffff;
	padding-bottom:15px;
	cursor:pointer;
}
#faq_home #faq .questions .item__question[aria-expanded="true"]::after{
	content:'^';	
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
}
#faq_home #faq .questions .item__question::after{
	content:'v';
	position:absolute;
	right:0;
	font-size:15px;
}
#faq_home #faq .questions .item__question[aria-expanded="true"]{
	color:#b4dd2a;
	font-weight:bold;
}
#faq_home #faq .questions .item__question[aria-expanded="false"]{
	color:#ffffff;
}

#faq_home #faq .questions .item__answer *{
	color:#ffffff;
	font-size:15px;
}
#faq_home #faq .questions .item__answer strong{
	font-weight:bold;
}
#faq_home #faq .questions .card{
	background:inherit;
	box-shadow:inherit;
	border:inherit;
}
#faq_home #faq .questions .item__answer a{
	color:#b4dd2a;
	text-decoration: underline; 
}

@media(max-width:767px){
	#faq_home #faq{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	#faq_home #faq .questions .title{
		font-size:25px;
	}
	#faq_home #faq .questions .item__question{
		font-size:16px;
		padding-bottom:10px;
	}
}