.accordion-header {
	font-size: 15px;
	font-family: Raleway;
	line-height: 30px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 20px 0px;
	cursor: pointer;
	color: #000;
}

.active-header {
	background: url(images/active-header.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(images/inactive-header.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
}