.home-content {
	text-align: center; 
	font-size: 100%;
	line-height: 1.3em;
}
.home-content h1 {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: .3em 0;
}
.home-content h1 span {
	font-size: .8em;
	display: block;
}
.home-content h3 {
	color: #333;
	margin: .8em 0;
	font-size: 1em;
	line-height: 1.3em;
}
.home-content img {
	max-width: 100%; 
}
.lower-half {
	position: absolute;
	left: 20%;
	width: 60%;
}
.lower-half {
	top: 62%;
}
.lower-half h4 {
	margin-top: 1em;
	font-size: 1.3em;
	color: #BAE306;
}

.sidebar {
	position: absolute; 
    right: 0;
    top: 0; 
	margin: 0;
	width: 17.5%; 
	padding: 0 2.75%;
	min-width: 180px;
	height: 100%;
	min-height: 768px;
	font-size: 90%;
	line-height: 1.3em; 
    color: #444;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 25%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(25%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 25%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 25%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 25%,rgba(255,255,255,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 25%,rgba(255,255,255,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-8 */
}
.solid .sidebar {
	background: transparent url(../images/sidebg2.jpg) 0 0 no-repeat; 
	background-size: cover;
}
.sidebar.tall {
	min-height: 890px;
}
.sidebar.squishable {
	min-width: 0;
}
.sidebar img { 
	border: 0; 
	display: block;
	margin: 0 auto;
	padding: 1em 0;
	width: 100%;
	height: auto;
}
.sidebar p { 
	font-weight: 600;
	margin: .5em 0; 
	line-height: 1.4em;
}
.sidebar.light p, .sidebar.light ul { font-weight: normal; }
.solid .sidebar p {
	font-weight: normal; 
}
.sidebar h2, .sidebar h3, .tagline, .subtag {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
.sidebar h2, .tagline {
	font-size: 1.1em; 
	line-height: 1.3em;
	letter-spacing: .2em;
}
.sidebar h3, .subtag {
	font-size: .9em;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .7em;
}
.tagline {
	margin-top: .6em;
}
.sidebar ul {
	margin-left: 1em;
	line-height: 1.4em;
	font-weight: 600;
}
.sidebar li {
	margin-top: .5em;
	margin-bottom: .5em;
}
.sidebar .footnote, .footnote {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1.7em;
	text-align: center;
	font-weight: normal;
	letter-spacing: .1em;
}
.bigger { font-size: 1.15em; }
.sidebar .bigger p, .sidebar .bigger ul { font-weight: normal; }

.pagenav {
	text-align: center;
	margin: 1em 0;
}
.pagenav a {
	display: inline-block;
	margin: 0 1em;
	padding: 0;
}
.sidebar .pagenav img { padding: 0; }
.home .pagenav {
	position: absolute;
	right: 10px;
	top: 45%;
}
#pagenav-back, #pagenav-next {
	position: absolute;
	top: 0;
	width: 2.75%;
	min-width: 29px;
	height: 100%;
	padding: 0;
	text-indent: -99999px;
	z-index: 9999;
}
#pagenav-back {
	background: transparent url(../img/back2.png) no-repeat center center;
	left: 0px;
}
#pagenav-next {
	right: 0px;
	background: transparent url(../img/forward2.png) no-repeat center center;
}

/* Control Nav */

#control-nav {
	position: absolute;
	z-index: 1000;
	bottom: 10px; 
	width: 77%;
	height: 24px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#control-nav:hover > ul {
	background: rgba(0,0,0,.5);
}
#control-nav ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 12px;
	height: auto;
	display: inline-block;
	border-radius: 12px;
}
#control-nav li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 6px;
	*display: inline;
	zoom: 1;
}
#control-nav  li a {
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	background: transparent url(../img/nav-dot2.png) 0 -12px no-repeat;
}
#control-nav li a:hover {
	background-position: 0 0px; 
}
#control-nav li a.thispage {
	background-position: 0 -24px;
	cursor: default;
}

/* form styles */

.iblock { display: inline-block; vertical-align: middle; margin-right: 3px; }
.sm { font-size: .75em; line-height: 1.2em; margin: .2em 0 !important; }

form { margin: .6em 0; }
input.answer, textarea { border: none; background: #fff; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: .9em; color: #444; }
label { clear: both; margin: .2em 0; display: inline-block; width: 29%; text-align: left; font-size: .95em; }
label.full { display: block; width: 100%; margin-top: .2em; }
input.answer { display: inline-block; width: 68%; padding: 1px 1%; margin: .2em 0; }
textarea { display: block; padding: 1px 1%; width: 98%; margin: .3em 0; }
input.form-button { border: none; background: #7998E1; padding: 4px 12px; color: #fff; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 1em; font-weight: 600; border-radius: 12px; box-shadow: 3px 3px 5px rgba(0,0,0,.7);
}

@media screen and (min-height: 800px) and (max-width: 1450px) {
	.sidebar { min-height: 800px; }
}
@media screen and (min-height: 900px) and (max-width: 1450px) {
	.sidebar { min-height: 900px; }
	.sidebar.tall { min-height: 1025px; }
}
@media screen and (min-height: 1000px) and (max-width: 1450px) {
	.sidebar { min-height: 1000px; }
	.sidebar.tall { min-height: 1125px; }
}
	
@media screen and (max-height: 800px) {
	body { font-size: 86%; }
}

@media screen and (max-width: 800px) {
	body { font-size: 86%; }
}

@media screen and (max-width: 360px) {
	.sidebar { position: static; height: auto; padding-bottom: 10px; min-height: 0; min-width: 0; width: 94.5%; }
	.sidebar p, .sidebar ul { font-weight: normal; }
	.sidebar.tall { min-height: 0; }
	#control-nav { position: static; width: 100%; height: auto; }
	#pagenav-back, #pagenav-next { height: 29px; background-position: center 0; top: 130px; }
	#supersized-loader { position:static; margin:0; }
	.solid #supersized img { max-width: 131%; width: 131% !important; }
	#supersized img { max-width:100%; height:auto !important; position:static; }
	#supersized { position:static; overflow:hidden; z-index:0; height:auto; width:100%; }
	#supersized li { position:static; overflow:hidden; width:100%; height:auto; background:transparent; }
	body, #supersized li { background: #7BAB01; }
	.lower-half { left: 10%; width: 80%; top: 140px; }
	.lower-half img { max-width: 70%; }
	.sidebar h2, .tagline { letter-spacing: 1px; }

}
