.typography p {
	font-family: brevia, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
}

.typography h1, .typography h2, .typography h3, .typography h5, .typography h6, .list-item {
	font-family: brevia, sans-serif;
}

.typography h1 {
	font-weight: 400;
	font-size: 45px;
	line-height: 54px;
	padding-bottom: 20px;
}

.typography h2 {
	font-weight: 500;
	font-size: 45px;
	line-height: 54px;
}

.typography h3 {
	color: #005E88;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 10px;
}

.typography h4 {
	font-family: brevia, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
}

.typography h5, .list-item {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
}

.nav-text h6, .nav-text, .footer-text {
	font-family: brevia, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
}

.footer-small-text {
	font-family: brevia, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
}

.dark_blue_text {
	color: #005E88;
}

.light_blue_text {
	color: #08B0F0;
}

.white_text {
	color: white;
}

.dark_gray_text {
	color: #4C4C4C;
}

.light_gray_text {
	color: #6C6C6C;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-center {
	text-align: center;
}

.download_icon {}

.link_icon {}