@charset "utf-8";

.accordion {
	width: 100%;
	border-bottom: solid 1px #000000;
}
.accordion h3 {
	background: #E9E7E7 url(../images/square_root_2_15px.png) no-repeat right -51px;
	padding: 20px;
	margin: 0;
	font-family: RobotoCondensed-Regular;
	border: solid 1px #000000;
	border-bottom: none;
	cursor: pointer;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: #0D0F33;
}
.accordion h3:hover {
	background-color: #F5982B;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #081828;
	margin: 0;
	padding: 20px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	font-family: OpenSans-Light;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 18px;
	line-height: normal;
}