.advanced-cms-wrapper {
    margin-bottom: 30px;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Condensed:300,400');
* {outline-width: 0;	font-family: 'Roboto';}

#faqWrapper {
	width: 980px;
	margin: 30px auto;
}
@media only screen and (max-width: 980px) {
	#faqWrapper {width: 100%;}
}


#accordion {
	padding: 10px;
	box-sizing: border-box;
}
.accordion-toggle {
	border-top: 1px solid #eee;
	padding: 10px 40px 10px 0;
	cursor: pointer;
	position: relative;
	p {
		margin: 0;
		font-family: 'Roboto Condensed';
	}
	span {
		position: absolute;
		right: 10px;
		top: 35%;
		transform: translateY(-50%) rotate(-45deg);
		width: 16px;
		height: 16px;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
	}
}
.accordion-content {
	display: none;
	padding: 5px 0 15px;
	p {
		margin: 0 0 10px;
		&:last-child {
			margin-bottom: 0;
		}
		&.steps {
			font-style: italic;
		}
	}
}
.learn {
	display: block;
	color: #000;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	text-decoration: none;
	width: 120px;
	text-align: center;
	background: #f8f8f8;
	padding: 10px 0;
	margin-top: 15px;
}