.accordion2 {
}
.accordion2 h3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b51927+0,b22934+100 */
	background: #1D3C81; /* Old browsers */

	border-top: 1px solid #F0F0F0;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding: 4px 15px;
	margin: 0;
	font: normal 90%/190% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	border-bottom: none;
	cursor: pointer;
	transition: .3s all ease;
}
.accordion2 h3:before {
	content: "\f067";
	font-family: FontAwesome;
	margin-right: 10px;
}
.accordion2 h3:hover {
	background: #70B3C1; /* old browsers */
	color: #B51927;
}
.accordion2 h3.active {
	background: #70B3C1; /* old browsers */
	color: #B51927;
}

.accordion2 h3.active:before {
	content: "\f068";
	font-family: FontAwesome;
	display: inline-block;
	color: #B51927;
	margin-right: 10px;
}

.accordion2 .acc_div  {
	/*background: #F4F5F5;*/
	/*font-size: 12px;*/
	margin: 0;
/*	height: auto !important;*/
	display: none;
}