



h1 {
	padding-top: 0.9em; padding-bottom:1.5pt;
	font-weight: 400;
	font-style: normal;
	font-size: 48pt;
	line-height: 48pt;
	font-family: trebuchet, arial, sans-serif;
	text-transform: uppercase;
	border-style: none;
	border-bottom-width: 0px;
	color: #ea8c20;
	letter-spacing: .08em;
	
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;

}


h2 {
	line-height: 42pt;
	/*margin-bottom: .5em;*/
	font-size: 32pt;
	font-style: normal;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	color: #ea8c20;
	
	/*margin-top: 1.3em;*/
	padding-top: 0.9em; padding-bottom:1.5pt;
}

h3 {
    clear: none;
    color: #53634F;
    float: none;
    font-family: 'Raleway', sans-serif;
    font-size: 32pt;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 28pt;
    padding-bottom: 0.5em;
    padding-top: 1.7em;
    text-transform: uppercase;
}

h4 {
	font-style: normal;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-align: left;
	font-size: 18pt;
	color: rgba(83,99,79,1);
	padding-top: 24pt;
	line-height: 24pt;
}


h5 {
	font-style: normal;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	font-size: 18pt;
	line-height: 24pt;
}




p {
	line-height: 24pt;
	margin-bottom: 20pt;
	font-family: 'Source Sans Pro', sans-serif;
	color: #f2f2f2;
	font-style: normal;
	font-weight: 400;
	font-size: 18pt;
}


p + p + p + p + p, p + p {
	text-indent: 1em;
	line-height: 24pt;
	font-style: normal;
	font-weight: 400;
	font-size: 18pt;
}


p + p + p + p+ p+ p+ p.quote, p.quote, article blockquote  {
	line-height: 32pt;
	margin-bottom: 25pt;
	font-style: italic;
	font-weight: 300;
	font-family: 'Cardo', serif;
	font-size: 24pt;
	text-indent: -21px;
	margin-top: 24pt;
	color: #ADE1FA;
	padding-left: 21px;
}

.quote:before, article blockquote:before {
    content: "“";
}
.quote:after, article blockquote:after {
    content: "”";
}


ul {
    list-style-position: inside;
    margin: 0 0 24px 8px;
    padding: 0;
}

ul.li, li {
    font-style: normal;
    font-weight: 400;
    line-height: 24pt;
    margin-bottom: 6px;
    text-align: left;
}


#content-container article a:link{
	color: #EA8C20;
	text-decoration: none;
    background-color: rgba(255,255,255,0.11);
		padding: 0 3px;
    border-radius: 2px;
}

#content-container  article a:hover{
	color: #f2f2f2;
	text-decoration: underline;
    background-color: rgba(255,255,255,0);
		-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}




.highl {
	background: #F2F2F2;
	padding: 0 3px;
	border-radius: 2px;
	color: #060606;
} 

.preamble {
	font-style: italic;
	font-weight: 300;
  font-size: 22pt;
}