.typography h1 {
    color: #3953a1;
	font-family: proxima-nova;
    font-size: 26px;
    font-style: normal;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 10px;
	margin-top: 0px;
		border-bottom: none;
}
.typography h2 {
	background: inherit;
	color:#af0721;
	font-family: proxima-nova;
	font-size: 20px;
    font-style: normal;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
}
.typography h3 {
	color:#000000;
    font-family: proxima-nova;
	font-size: 18px;
    font-style: normal;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 10px;
}
.typography h4 {
	color:#000000;
	font-family: proxima-nova;
	font-size: 16px;
    font-style: normal;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}
.typography p {
	color: #000000;
    font-family: proxima-nova;
	font-size: 14px;
    line-height: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.typography .Remove-Style {
}
.typography .Intro-Text {
	font-weight: bold;
	font-size: 14px;
}
.typography .Highlight-Text {
	color:#3953a1;
}
.typography hr {
	margin: 0 0 20px 0;
	border: none;
	height: 1px;
	background: none;
	width: 100%;
	clear: both;
	border-bottom: 1px dotted #555555;
}
.typography ul,
.typography ol {
	color: #000000;
	font-family: proxima-nova;
    font-size: 14px;
	line-height: 20px;
}
.typography ul {
	line-height:20px;
	margin: 0 0 20px 20px;
}
.typography ul li {
	padding-left: 5px;
}

.typography ol {
	line-height:20px;
	margin-bottom:20px;
	padding-left: 15px;
}
.typography ol li {
	list-style-type:decimal;
	padding-left: 15px;
	margin-bottom:5px;
}

ul.list-large {
	list-style: none;
	margin: 0;
}
ul.list-large li {
	font-size: 16px;
	list-style: none;
}
ul.list-large span {
	color: #aaa;
	font-size: 14px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float: right;
	clear: right;
	margin-left: 20px;
}
.typography img.left {
	float: left;
	margin-right: 20px;
}
.typography img.leftAlone {
	float: left;
	margin-right:100%;
}
.typography img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}