.arrow {
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #ccc;
	margin: 8px 15px 0 0;

	transition: all 250ms ease-in-out;
}
.expanded .arrow { transform: rotate(90deg); }
.toggle:hover { cursor: pointer; }
.toggle:hover .arrow { border-left-color: #06c; }

/*
	body {
		overflow-y: scroll;
		overflow: -moz-scrollbars-vertical; 
	}
	#faq ul{
		list-style: none;
		padding: 0;
	}
	#faq ul li ul{
		padding-left: 20px;
		list-style-type: disc;
	}
	#faq h3 {
		border-bottom: 1px solid #eee;
		color: #0066cc;
		cursor: pointer;
	}
	.answer {
		display: none;
	}
	.accordion-question, .accordion-answer {
		padding-left: 20px;
	}
	.accordion-section {
		padding-left: 0;
	}
	#faq h3:before {
		font-family: "SSStandard";
		font-weight: normal;
		display: inline-block;
		line-height: 30px;
		margin-right: 10px;
		content: '\0027A1';
		font-size: 11px;
		font-size: 1.1rem;
	}
	#faq h3.active:before {
		font-family: "SSStandard";
		font-weight: normal;
		display: inline-block;
		line-height: 30px;
		margin-right: 10px;
		content: '\002B07';
		font-size: 11px;
		font-size: 1.1rem;
	}
*/