@CHARSET "UTF-8";

.faq-item {
	
	border-bottom: 4px solid #0D233F;
	margin-bottom: 10px;
	
}

.faq-item .glyphicon{
	float: right;
}

.faq-item .glyphicon-collapse-up{	
	display: none;		 
}

.faq-item.expanded .glyphicon-expand{
	display: none;
}

.faq-item.expanded .glyphicon-collapse-up{
	display: inline-block;
}

.faq-question{
	font-weight: bold;
	cursor: pointer;	
}

.faq-question:HOVER{
	color: #23527c;
}



.faq-answer{
	 display: none;	 	 
	 padding: 10px;	 
	 background: #0D233F;
	 color: #fff;
}

.faq-answer p:FIRST-CHILD {
	margin-top: 5px;
}

.faq-item