h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: 500;
}

h1 {
	font-size: 54px;
	line-height: normal;
	margin: 0 0 .1em;
	font-weight: 300;
}

.verification-content h1 {
	font-size: 34px;
	line-height: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 48px;
	line-height: normal;
	font-weight: 400;
	margin: 0 0 .5em;
	widows: 2;
}

h2 .fa {
	font-size: 30px;
	line-height: normal;
	vertical-align: middle;
	margin: 0 -.5em 0 .5em;
}

.fa.no-break-icon {
	font-size: 36px;
	line-height: normal;
	vertical-align: middle;
	margin: 0 -.5em 0 .5em;
	width: 0;
}

h3 {
	font-size: 34px;
	line-height: normal;
	margin: 0 0 .4em;
	position: relative;
	font-weight: 500;
}

h3 i.fa {
	font-size: 16px;
	margin-left: 10px;
	vertical-align: middle;
}

@media (max-width: 479px) {
	h3 {
		font-size: 30px;
		line-height: 1.2;
		margin: 0 0 .6em;
		font-weight: 600;
	}
}

h4 {
	font-size: 22px;
	line-height: normal;
	margin: 0 0 .75em;
	font-weight: 600;
}

h4 em {
	font-size: 14px;
	text-shadow: none;
	font-style: normal;
}

h5 {
	font-size: 20px;
	line-height: normal;
	margin: 0 0 1em;
	font-weight: 400;
}

h5 i.fa {
	font-size: 12px;
	margin-left: 10px;
	vertical-align: middle;
}

h6 {
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 500;
}

.heading-primary {
	color: #00a07b;
}

p {
	margin: 0 0 1.25em;
}

ol, ul {
	margin: 0 0 2em 20px;
	padding: 0;
}

a {
	color: #00a07b;
	text-decoration: underline;
}

a:hover {
	color: #005440;
	text-decoration: none;
}

a:focus, input:focus, textarea:focus, button:focus, .form-control:focus {
	outline-color: #005440;
	outline-offset: 2px;
	outline-style: dashed;
	outline-width: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

em.caption,
em.hint {
	font-size: 14px;
	line-height: normal;
	color: #999;
	display: block;
	margin: -1em 0 2em;
}

em.caption {
	display: block;
	margin: 0 0 1em;
}

.nobreak {
	white-space: nowrap;
}

.hint {
	font-size: .9em;
	line-height: 1.5em;
	opacity: .6;
	font-style: italic;
}

.text-small {
	font-size: 14px;
	line-height: 1.5em;
}

.text-small p {
	margin-bottom: 10px;
}

.accent_link:after {
	display: inline-block;
	font-family: "FontAwesome";
	content: '\f105';
	margin-left: 5px;
}

@media (max-width: 767px) {
	h2 {
		font-size: 42px;
		line-height: normal;
		margin-bottom: 15px;
	}

	h2 .fa {
		font-size: 32px;
	}

	.content-cta h2 {
		font-size: 32px;
		line-height: normal;
	}
}