/* CSS Document */


.accordionheader { /*header of 1st demo*/
	font-family: "exo2 bold", Arial;
	font-size: 16px;
	font-style: normal;
	
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	cursor: pointer;
	text-align: center;
	display: block;
	margin-top: 18px;
	margin-bottom: 0px;

	
}
.open { /*class added to contents of 1st demo when they are open*/
	background-color: #C49C00;
}
.answer {
	font-family: 'Open Sans', sans-serif, tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin-top: 0px;
	
}

@media only screen and (min-width: 481px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1200px) {
}
