h1, .h1 {
	color: #033243;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30pt;
	font-weight: bold;
	/*letter-spacing: 2px;*/
	line-height: 50px;
	/*text-transform: uppercase;*/
}
h2, .h2 {
	color: #033243;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20pt;
	font-weight: bold;
}
h3, .h3 {
	color: #4B4C4E;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22pt;
	font-weight: normal;
}
h4, .h4 {
	color: #7D8293;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20pt;
	font-weight: normal;
}
p {
	/*color: #4C4D4F;*/

	font-size: 16px;
	color: #7D8293;
}
p.small {
	font-size: 13px;
}
.btn-brand {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 19px;
	padding: 10px 30px;
	background-color: #666EE8;
	border-radius: 0;
}
	.btn-brand:hover {
		color: #FFFFFF;
		font-size: 16px;
		line-height: 19px;
		padding: 10px 30px;
		background-color: #8A91FF;
		border-radius: 0;
	}
.purple {
	color: #666EE8 !important;
}

@media(max-width:767px) {
	h1, .h1 {
		font-size: 32px;
		line-height: 42px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h4.italics {
		font-size: 20px;
	}
	p {
		font-size: 16px;
	}
	p.small {
		font-size: 12px;
	}

}