body {
	width: 780em;
	height: 100%;
	top: 0; bottom: 0; left: 0;
	background:white;

}


.page {
	width: 70em;
	padding-right: 24em;
	float: left;
	padding-left: 1em;
	z-index:100;
	position:relative;
}
#pages {
	float: left;
	position:relative;
	background:url("/images/boxes-watermark.png") 600px 0px no-repeat;
}
.pageAlt {
	padding-right: 2em;
	background: #086FA1;
	background-image:url("/images/box-scatter.png");
	float: left;
	height: 100%;
	overflow: hidden;
	z-index:11;
}
#pgSplashB.hero {
	width: 55em;

}
.anchor {
	padding-top: 10em;
}

.pageAlt .title  {
	font-family: 'Play', Calibri, Verdana, sans-serif;
	margin-top: 0.55em;
	font-size: 9em;
	color: #d73a19;
	color: rgba(255, 49, 0, 0.6);
	overflow: visible;
	line-height: 0.5em;
	letter-spacing: -0.27em;
	display:block;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	float: left;
	position: relative;
	cursor: pointer;
}
#navigation .title {
	color: #63ADD0;
	font-family: 'Play', Calibri, sans-serif;
	cursor: pointer;
}

.title .hi {
	padding-left: 0.1em;
	padding-right: 0.1em;
}
.content {
	float:left;
	padding-top:3em;
	padding-left: 1em;
	width: 100%;
	-webkit-transition:width 0.5s ease-in-out;
	-ms-transition:width 0.5s ease-in-out;
	-o-transition:width 0.5s ease-in-out;
	transition:width 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
	.content {
		width: 30em;
	}
	#pgSplashA {
		padding-left: 0;
	}
	#pgSplashB .content {
		width: 15em;
	}
	
	h1 {
		line-height:1em;
	}
}
@media screen and (min-width: 769px) {
	.content {
		width: 40em;
	}
	#pgSplashB .content {
		width: 20em;
	}
	h1 {
		line-height:1em;
	}
}
@media screen and (min-width: 1100px) {
	.content {
		width: 50em;
	}
	#pgSplashB .content {
		width: 37em;
	}
}
@media screen and (min-width: 1280px) {
	.content {
		width: 60em;
	}
	#pgSplashB .content {
		width: 50em;
	}
}
@media screen and (min-width: 1440px) {
	.content {
		width: 72em;
	}
	#pgSplashB .content {
		width: 57em;
	}
}
@media screen and (min-width: 1680px) {
	.content {
		width: 100em;
	}
	#pgSplashB .content {
		width: 72em;
	}
}
@media screen and (min-width: 100em) {
	.content {
		width: 85em;
	}
	#pgSplashB .content {
		width: 70em;
	}
}




#leftover {
	position:absolute;
	float:right;
	top:0; right:0;
	font-family: 'Play', sans-serif;
	font-size: 9em;
	color: rgba(255, 49, 0, 0.6);
	line-height: 0.5em;
	letter-spacing: -0.27em;
	font-weight: bold;
	text-transform: uppercase;
	width:3.5em;
	overflow: hidden;
	z-index:1;
	text-align:left;
}
#leftover li {
	list-style-type:none;
	text-align:right;
}
.box .name {
	font-size: 2em;
	display: inline;
}
.box .inst {
	display: inline;
	font-style: italic;
}
.box img {
	padding: 1em;
	float:left;
}