html {
	-webkit-font-smoothing: antialiased;
}

body {
  font-family: "source_sans_proregular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

a:link,
a:visited {
  color: #0b539f;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0b539f;
  text-decoration: none;
}

p {
  margin: 0 0 16px 0; 
  font-family: "source_sans_proregular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

p.small {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 8px 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1 {
  font-size: 36px;
  line-height: 40px;
	margin: 0 0 4px 0;
	font-family: "gandhi_serifregular", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
}

h2 {
  font-size: 34px;
 line-height: 40px;
	margin: 0 0 12px 0;
	font-family: "gandhi_serifregular", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
}

h3 {
  font-size: 30px;
  line-height: 40px;
	margin: 0 0 12px 0;
	font-family: "gandhi_serifregular", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
}

h4 {
  font-size: 28px;
  line-height: 38px;
	margin: 0 0 12px 0;
	font-family: "gandhi_serifregular", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
}

h5 {
  font-size: 22px;
  line-height: 34px;
	margin: 0 0 12px 0;
	font-family: "gandhi_serifregular", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
}

h6 {
  font-size: 20px;
  line-height: 28px;
	margin: 0 0 12px 0;
	font-family: "gandhi_serifregular", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
}

.school-color-1 {
  font-family: "source_sans_proregular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 36px!important;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
p.light,
span.light {
	font-family: "source_sans_prolight", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: normal;
}

h1.subhead,
h2.subhead,
h3.subhead,
h4.subhead,
h5.subhead,
h6.subhead,
p.subhead,
span.subhead {
	margin-top: -18px;
}

h1.prehead,
h2.prehead,
h3.prehead,
h4.prehead,
h5.prehead,
h6.prehead,
p.prehead,
span.prehead {
	margin-bottom: -12px;
}

h1.responsive-headline-one,
h1.responsive-headline-blog {
  line-height: normal;
  line-height: 40px;
  margin: 0 0 0px 0;
  font-family: "droid_serifregular", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: normal;
  color: #0b539f;
  font-size: 36px!important;
}

h1.section,
h2.section,
h3.section,
h4.section,
h5.section,
h6.section {
}

strong {
	font-family: "OpenSansbold", Helvetica, Arial, sans-serif;
}

em {
	font-family: "OpenSansItalic", Helvetica, Arial, sans-serif;
}

strong em,
em strong {
	font-family: "OpenSansBoldItalic", Helvetica, Arial, sans-serif;
}

ul {
  padding: 0;
  margin: 0 0 16px 24px;
	list-style: square;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  margin-bottom: 16px;
}

*.quote,
blockquote {
	display: block;
	margin: 24px 0;
	padding: 0 0 0 50px;
	position: relative;
}

*.quote:before,
blockquote:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	text-align: center;
	content: '';
	font-family: "FontAwesome";
	font-size: 42px;
	line-height: 42px;
	color: #ccc;	
}

hr {
	display: block;
	height: 1px;
	margin-bottom: 18px;
	margin-top: 18px;
	border: 0px;
	border-top: 1px solid rgba(0,0,0,0.3);
	background: none;
	box-shadow: 0 1px rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.7);
	-o-box-shadow: 0 1px rgba(255,255,255,0.7);
}