@charset "UTF-8";

body {
	
	font: 75% Arial, sans-serif;
	line-height: 135%;
	color: #656565;
}

h2, h3, h4, h5, h6 {
	
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal;
	word-spacing: 3px;
}

h1.resource {
	
	color: #7373A9;
   font-family: 'Oswald', Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
	line-height: normal;
}

h1.small {
	
	color: #7373A9;
   font-family: 'Oswald', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
	line-height: normal;
}

h1.faq {
	
	color: #7373A9;
   font-family: 'Oswald', Arial, sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: -25px;
	line-height: normal;
}

h1 {
	
	color: #7373A9;
    font-family: JennaSueRegular, arial;
    font-size: 75px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 15px;
	line-height: normal;
}

h2, h3 {
	
	margin-bottom: 15px;
	font-size: 125%;
	color: #656565;
	line-height: 120%;	
}

h1.margin {
    margin-bottom: 70px;
}

#body_1-4_inner h2 {
	color:#7373a9;
	font-size:175%;
	margin-top:8px;
}

#body_1-4_inner h3 {
	color: #a1a1cf;
}
h4 {

	margin-bottom: 15px;	
}


.pull-quote {

	color: #7373a8;
	font-size: 160%;
	line-height: 120%;	
}


.pull-quote sup {
	
	margin-left: 3px;
	font-size: 66%;
	top: 9px;
	vertical-align: top;
}


p {

	margin-bottom: 15px;
}

ul, ol {
	
	list-style-type: disc;
	margin: 0 0 15px 15px;
	padding: 0;
}

ul {

	list-style-type: disc;
}

ol {

	list-style-type: decimal;
}

	li {
	
		margin-bottom: 7px;	
	}

	
a, a:link, a:active, a:visited {
	
	color: #7373a8;
}

textarea {

	font: 100% Arial, sans-serif;
}

.superscript {
	
	font-size: 80%;
	position: relative;
	top: -3px;
	left: 1px;
}

.uppercase {

	text-transform: uppercase;	
}

.bold {

	font-weight: bold;	
}

.center {

	text-align: center;
}

.no-wrap {

	white-space: nowrap;
}

#body_content_search h1 {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal;
	/* margin-bottom: 15px; */
	color: #7373a8;
	font-size: 116.6666%;
	word-spacing: 3px;
}

@font-face {
    font-family: 'JennaSueRegular';
    src: url('../_includes/fonts/jennasue.eot');
    src: url('../_includes/fonts/jennasue.eot') format('embedded-opentype'),
         url('../_includes/fonts/jennasue.woff2') format('woff2'),
         url('../_includes/fonts/jennasue.woff') format('woff'),
         url('../_includes/fonts/jennasue.ttf') format('truetype'),
         url('../_includes/fonts/jennasue.svg#JennaSueRegular') format('svg');
}

