/* -----------------------------------------
   Load all custom fonts here
----------------------------------------- */



/* -----------------------------------------
	General Styles
----------------------------------------- */
body {
	color: #004a69;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em; 
	line-height: 1.6em;
	font-weight: 400;
}
em {
	
}
strong {
   font-weight: 700;
}

/* -----------------------------------------
	General Headings
----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #ed433d;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 3em;
	line-height: 1.4em;
	margin: 0;
}

h2 {
	font-size: 39px;
	line-height: 46px;
	margin-top: 46px;
	margin-bottom: 23px;
}
h3 {
	font-size: 24px;
	line-height: 46px;
	margin-top: 23px;
	margin-bottom: 23px;
}
h4, h5, h6 {
	font-size: 15px;
	line-height: 23px;
	margin-top: 23px;
	margin-bottom: 23px;
	font-weight: 700;
	text-transform: uppercase;
}

p, ul, ol, pre, table, blockquote {font-weight: 300; margin-top: 20px; margin-bottom: 20px;}

blockquote {
	border-left: 3px solid #0cd4a3;
	padding: 0 20px;
	width: 100%;
	display: block;
	margin-left: 0;
	margin-right: 0;
}

blockquote p {margin-top: 0;}
blockquote cite {display: block; text-align: right;}
.container-content ul, .container-content ol {margin-left: 0; margin-right: 0; padding: 0 0 0 20px;}

/* Sanitation */
hr {border: 1px solid; margin: -1px ; margin: 0; padding: 0;;}
ul ul, ol ol, ul ol, ol ul {margin-top: 0; margin-bottom: 0;}
b, strong, em, small, code {line-height: 1;}
sup, sub {vertical-align: baseline; position: relative; top: -0.4em;}
sub {top: 0.4em;}