:root{
	--green:  		#85c052;
	--dark-green: 	#0d4734;
	--mid-green:    #006c1b;
	--red:  		#bc3581;
	--dark-red:  	#76204d;
	--darkest-red:	#2e111f;
	--yellow:  		#ffc600;
	--gray: 		#666;
	--gray-backs: 	#dde3e7;
	--blue:			#1680ff;
	
	--brown:		#845a34;
	
	--margin-bottom: 12pt;
	--margin-bottom-listitem: 6pt;

}


body {
  font-family: 'GlacialIndifference-Regular', "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #666;
}


h1 {
	font-family: 'BebasNeue-Book', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 64pt;
	color: var(--dark-green);
	margin: 0 0 var(--margin-bottom);
}
h2 {
	font-family: 'BebasNeue-Regular', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 48pt;
	margin-bottom: 10pt;
	color: var(--dark-green);
	margin: 0 0 var(--margin-bottom);
}
h3 {
	font-family: 'BebasNeue-Regular', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 30pt;
	margin-bottom: 10pt;
	color: var(--dark-green);
	margin: 0 0 var(--margin-bottom);
	font-weight: normal;
} 
h4 {
  	font-family: 'GlacialIndifference-Regular', "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 17pt;
	margin-bottom: 10pt;
	color: #000;
	margin: 0 0 var(--margin-bottom);
}

.AlternateHeading {
	font-family: "GlacialIndifference-Regular", "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}


p {
  font-family: 'GlacialIndifference-Regular', "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 14pt;
  color: var(--gray);
  margin: 0 0 var(--margin-bottom);
  /*text-align: justify;*/
}



ul {
	padding-left: 6pt;
	margin: 0 0 var(--margin-bottom);
}
li {
	font-family: 'GlacialIndifference-Regular', "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-top: 0;
	font-size: 14pt;
	color: var(--gray);
	list-style: none;
	margin: 0 0 var(--margin-bottom-listitem);
}

strong{
  font-family: 'GlacialIndifference-Bold', "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-rendering: optimizeLegibility;
}



a:hover img {
  opacity: 0.8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}


a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.smaller {
  font-size: medium;
}