/**
 * Start typography file is also included in the WYSIWYG editor
 */
body {
	font-size: 18px;
	line-height: 21px;
	font-family: 'Open Sans', sans-serif;
	overflow-x:scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
}
h1, h3, h5{
	color:#777;
}
h2, h4, h6 {
	color:#222;
}
h1 { 
	font-size: 66px; 
	line-height: 86px; 
	margin-bottom: 34px;
}
h2 { 
	font-size: 60px; 
	line-height: 80px; 
	margin-bottom: 30px; 
}
h3 { 
	font-size: 40px; 
	line-height: 54px; 
	margin-bottom: 23px; 
}
h4 { 
	font-size: 30px; 
	line-height: 44px; 
	margin-bottom: 18px; 
}
h5 { 
	font-size: 24px; 
	line-height: 46px;
	margin-bottom:14px; 
}
h6 { 
	font-size: 22px; 
	line-height: 30px;
	margin-bottom:10px;
}
a {
	color:#8E3285;
	text-decoration:none;
}
a:hover {
	color:#083560;
}
ul li {
	line-height:22px;
}

.highlight {
	color:#8E3285;
}
.left {
	float:left;
	margin-right:30px;
}
.right {
	float:right;
	margin-left:30px;
}
.small {
	font-size:12px;
}
.large {
	font-size:22px;
}
.twoColumnList li {
	float:left;
	width:440px;
	padding:0;
	line-height:26px;
}
@media only screen and (max-width: 767px) {
	/*.twoColumnList li {
		float:none;
		width:auto;
	}
	h1 { 
	font-size: 36px; 
	line-height: 56px; 
	margin-bottom: 20px;
	}
	h2 { 
		font-size: 30px; 
		line-height: 46px; 
		margin-bottom: 18px; 
	}
	h3 { 
		font-size: 26px; 
		line-height: 44px; 
		margin-bottom: 16px; 
	}
	h4 { 
		font-size: 24px; 
		line-height: 34px; 
		margin-bottom: 14px; 
	}
	h5 { 
		font-size: 22px; 
		line-height: 34px;
		margin-bottom:12px; 
	}
	h6 { 
		font-size: 20px; 
		line-height: 32px;
		margin-bottom:10px;
	}*/
	
}



/**
 * EOF typography file is included in the WYSIWYG editor
 */
