/* ------------------------- 
 * Paragraphs
 * -----------------------*/
.typography p,
.typography blockquote {
	font-size: 11px;
	/* color: #000; */
	line-height: 16px;
	margin-bottom: 12px;
}
	.typography blockquote {
		padding-left: 30px;
	}
/* ------------------------
 * Links
 * --------------------- */
.typography a {
	color: #7f906f;
	text-decoration: underline;
}
	.typography a:hover {
		color: #000;
		text-decoration: underline;
	}
	
.typography address {
	font-size: 10px;
	width: 500px;
}	
	
/* ------------------------
 * Headings
 * -----------------------*/
.typography h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 6px;
}

.typography h2.orange {
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 6px;
	color: #DD6819;
}

.typography h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 6px;
}
.typography h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;
}

/* -------------------------
 * Lists
 * ----------------------- */
.typography ul {
	margin: 12px 0;
	margin-left: 1em;
}
.typography li {
	font-size: 11px;
	margin-bottom: 6px;
}

/* -------------------------
 * Tables
 * ----------------------- */
.typography th,
.typography td {
	font-size: 11px;
}