.typography p {
	font-size: 14px;
	line-height: 21px;
}

.typography h2 {
	margin-top: 24px;
	margin-bottom: 22px;
	font-weight:normal;
	font-size: 28px;
	text-transform:uppercase;
}

.typography h4 {
	margin-top: 24px;
	margin-bottom: 16px;
	font-weight:normal;
	font-size: 24px;
	text-transform:uppercase;
}

.typography h1 {
	margin-top: 114px;
	margin-bottom: 22px;
	font-weight:normal;
	font-size: 29px;
	text-transform:uppercase;
}

.typography h1.contactTitle {
	margin-top: 76px;
}

h1 small {
	color: #828282;
	font-size: 17px;
	margin-left: 6px;
}

a {
	color: #000;
}

a:hover {
	text-decoration:none;
}