body {
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	color: rgba(0,0,0,0.6);
	font-family: "Avenir Next", sans-serif;
}

a, a:link, a:visited {
	color: #3668FF;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

h2 {
	font-size: 24px;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
}

h3 {
	font-weight: 400 !important;
	color: rgba(0,0,0,0.8);
	font-size: 18px;
}

p {
	color: rgba(0,0,0,0.6);
	font-size: 15px;
}

.hosted-faq .btn {
	background-color: #3668FF;
}

.hosted-faq .btn:hover {
	background-color: #3668FF;
	opacity: 0.7;
}

.separator {
	height: 1px;
	display: none;
}