.typography {
	color: #858384;
}

.typography a {
	color: #a8c68f !important;
}

.typography .green {
	color: #a8c68f;
}

.typography h1 {
	font-weight: bold;
	font-size: 108%;
	color: #b1cb9e;
	text-transform: uppercase;
	padding-bottom: 18px;
}

.typography p {
	margin: 0 !important;
	padding: 0;
}

.typography ul {
	margin: 0;
	padding: 0;
}

.typography li {
	margin-left: 15px;
}


