.typography {
	color: #000;
	font-family: Arial;
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1.5rem
}

.typography h1 {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.1em
}

.typography h2 {
	margin-top: 1.44em;
	margin-bottom: .72em;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.44em
}

.typography h3 {
	margin-top: .94em;
	margin-bottom: .94em;
	text-transform: uppercase;
	font-size: 1.35em;
	font-weight: 300;
	line-height: 1.89em
}

.typography h4, .typography h5, .typography h6 {
	margin-top: 1.28em;
	margin-bottom: 1.28em;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.28em
}

.typography blockquote, .typography ol, .typography p, .typography pre, .typography table, .typography ul {
	margin-top: 1.28em;
	margin-bottom: 1.28em
}

.typography ol, .typography ul {
	margin-left: 2.56em
}

.typography hr {
	margin: -1px 0;
	border: 1px solid
}

.typography ol ol, .typography ol ul, .typography ul ol, .typography ul ul {
	margin-top: 0;
	margin-bottom: 0
}

.typography b, .typography code, .typography em, .typography small, .typography strong {
	line-height: 1
}

.typography b, .typography em, .typography strong {
	font-weight: bolder
}

.typography sub, .typography sup {
	position: relative;
	top: -.4em;
	vertical-align: baseline
}

.typography sub {
	top: .4em
}

.typography table {
	overflow-y: scroll;
	width: 100%
}

.typography td, .typography th {
	padding: 6px;
	border: 1px solid #b8b8b8
}

.typography th {
	font-weight: 700
}

.typography blockquote, .typography cite {
	padding-left: 1.28em;
	border-left: 6px solid #b8b8b8
}

.typography span {
	font-size: inherit
}

.typography a {
	text-decoration: underline;
	color: #376fa3
}

.typography iframe {
	width: 100%;
	height: 400px;
	margin-top: 1.28em;
	margin-bottom: 1.28em;
	border: none
}

.typography img {
	max-width: 100%;
	height: auto;
}
