/* Artfully Masterminded by ZURB */

/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
	h1 { font-weight: bold; line-height: 1.25 }
	h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1.25 }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 2rem; margin-bottom: 12px; padding-top: 5%; width: 60%; float: left;}
	h2 {
	font-size: 150%;
	line-height: normal; 
}
	h3 {
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-size: 115%;
	font-weight: 900;
	text-align: left;
	float: left;
	border-bottom: 1px solid #5cd246;
	margin-bottom: 2%;
	line-height: 1.5em;
}
	h4 { font-size: 110%; margin-bottom: 2%; margin-top: 2%; background-color: #5cd246; padding: 2%; color: #fff; text-align: center; }
	h5 { font-size: 100%; font-size: 1.25rem;  margin-bottom: 2%; font-weight: 900; border-bottom: 2px solid #5cd246; width: 100%; padding-bottom: 1.5%;}
	h6 { font-size: 105%; font-size: 1.25rem; font-weight: 750; margin-bottom: 1.5%; line-height: 1.5}
	h7 { font-size: 2rem; font-weight: 900; margin-bottom: 2%; text-align: center;display: block; width: 100%; background-color: #FF8C00; color: #000;padding-top: 2%;padding-bottom: 2%;}
h8 { font-size: 2rem; font-weight: 900; margin-bottom: 5%; text-align: center;
border-bottom: 2px solid #aaaaaa; padding-bottom: 1.5%; 
		border-top: 2px solid #aaaaaa; padding-top: 1.5%; display: block; width: 100%; }
h9 { font-size: 105%; font-size: 1rem; font-weight: 750; margin-bottom: 1.5%; line-height: 1.5}

	.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }

	p img { margin: 0; }
	p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.5;  }
	
	em, i { font-style: italic; line-height: inherit; }
	strong, b { font-weight: bold; line-height: inherit; }
	small { font-size: 60%; line-height: inherit; }
	
	h1 small, h2 small, h3 small, h4 small, h5 small { color: #fff; }
	
	/*	Blockquotes  */
	blockquote, blockquote p { line-height: 20px; color: #777; }
	blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited { color: #555; }
	
	hr {
	border: 1px solid #ddd;
	clear: both;
	margin: 12px 0 18px;
	height: 0;
}
	
	abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
	abbr { text-transform: none; }


p.footer{
	font-size: 100%;
	text-align: center;
	margin-top: 2%;
	}
	
