
#accordion {
	margin-bottom:60px;
}
#accordion p {
	line-height:22px;
}
.accordionButton {
	margin: 5px 0 0 0;
	cursor: pointer;
	background-color:#EBEBEB;
	float: left;
	width: 100%;
	background-image: url(../img/icon-more-over.png);
	background-repeat: no-repeat;
	background-position: right;
}
.accordionContent {
	float: left;
	max-width: 630px;
	width: 100%;
	padding:0 15px;
}
.accordionContent p {
}
.accordionContent ul {
	padding-left: 30px;
}
.accordionContent li {
	line-height: 27px;
}
.accordionContent a {
	color: #91BF19;
}
.accordionContent a:hover {
	text-decoration: none;
}
.on {
	background-color: #003478;
	background-image: url(../img/icon-less.png);
	color:#FFF;
}
.on h5 {
	color:#FFF;
}
.over {
	background-color: #003478;
	background-image: url(../img/icon-more.png);
}
.over h5 {
	color:#FFF;
}
.accordionfull {
	max-width: 96%;
	padding: 0 2%;
}