@charset "UTF-8";

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(media/ptsans-400-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(media/ptsans-700-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'BenchNine';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(media/benchnine-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body, p, ul, ol, h3, h4, input, select {
	font-family: 'PT Sans', sans-serif;
}
h1, h2 {
	font-family: 'BenchNine', sans-serif;
}
body {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #01214e;
}
p, ul, ol {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a, a:visited {
	color: #099;
	text-decoration: none;
}
a:hover, a:focus {
	color: #c65400;
	outline: none; /* Firefox */
	border-style: none; /* IE */
}
a:active {
	color: #fff;
}
figure {
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto;
}

#attractloop, #attractwarning {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#attractwarning {
	width: 1920px;
	height: 1080px;
	background-color: rgba(0, 0, 0, 0.8);
}
#attractwarning #warningbox {
	position: absolute;
	left: 610px;
	top: 338px;
	width: 700px;
	height: 280px;
	padding-top: 125px;
	text-align: center;
	font-size: 33px;
	line-height: 50px;
	color: #00204e;
	background-color: #fff;
}
#warningbox a, #warningbox a:visited {
	display: inline-block;
	width: 322px;
	padding: 24px 0;
	margin: 92px 3px 0 3px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	color: #333;
	border: 1px solid #999;
	border-radius: 10px;
}

#category-topics, #intro {
	color: #fff;
	background-color: #01214e;
	background-image: url(media/background-content.jpg);
}
#category-topics #header {
	left: 100px;
	top: 75;x
	animation: enterdown 1s ease-out;
	-webkit-animation: enterdown 1s ease-out;
	-moz-animation: enterdown 1s ease-out;
}
#category-topics #header h1 {
	text-transform: uppercase;
	line-height: 100%;
}
#category-topics ul {
	list-style-type: none;
}
#category-topics li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#category-topics li a, #category-topics li a:visited {
	display: inline-block;
	color: #fff;
	background-image: linear-gradient(#099 6%, #005151 34%);
	border: 3px solid #099;
	border-radius: 20px;
}
#category-topics li a:hover, #category-topics li a:focus {
	background-color: #099;
	background-image: none;
}
#category-topics li a:active {
	background-image: linear-gradient(#005959 6%, #002f2f 34%);
	border-color: #005959;
}

#topic {
	color: #333;
	background-color: #fff;
}
#topic #header {
	background-color: #099;
}
#topic #header h1 {
	text-transform: uppercase;
	line-height: 100%;
	color: #fff;
	animation: enterdown 1s ease-out;
	-webkit-animation: enterdown 1s ease-out;
	-moz-animation: enterdown 1s ease-out;
}
@keyframes enterdown {
	0% { opacity: 0; transform: translateY(-45px); }
	100% { opacity: 1; transform: translateY(0); }
}
@-webkit-keyframes enterdown {
	0% { opacity: 0; transform: translateY(-45px); }
	100% { opacity: 1; transform: translateY(0); }
}
@-moz-keyframes enterdown {
	0% { opacity: 0; transform: translateY(-45px); }
	100% { opacity: 1; transform: translateY(0); }
}
#slideshow {
	text-align: center;
	cursor: pointer;
}
#slideshow figure {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 0s, opacity 0.33s linear;
}
#slideshow figure#slide-1 {
	height: auto;
	opacity: 1;
}
#slideshow figcaption br {
	display: none;
}

#video-player {
	position: relative;
	line-height: 10px;
	background-color: #000;
}
#video {
	display: inline-block;
	width: 100%;
	height: auto;
}
#video-aspect { /* Hold 16:9 during loading */
	margin-right: -100%;
	width: 100%;
	height: auto;
}
#video-playbutton {
	position: absolute;
}
#video-player:active #video-playbutton {
	opacity: .6;
}
a#nav-videoplay, a#nav-videostop {
	display: none;
}

a#nav-back, a#nav-back:visited {
	display: inline-block;
	width: 106px;
	padding: 6px 0 6px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 100%;
	color: #fff;
	background-color: #c65400;
}
a#nav-back:hover, a#nav-back:focus {
	background-color: #099;
}
a#nav-back:active {
	background-color: #cfb674;
}
a#nav-back img {
	vertical-align: baseline;
	padding: 2px 5px 0 0;
}

#donors-intro {
	padding: 16px 20px;
	text-align: center;
	font-size: 23px;
	line-height: 27px;
	color: #fff;
	background-color: #017a7a;
}
#donors-list {
	text-align: center;
}
#donors-top {
	display: inline-block;
	margin: 0 auto 26px auto;
	text-align: right;
}
#donors-top img {
	float: right;
	margin: -20px 0 0 26px;
}
#donors-volunteers {
	text-align: center;
	border: 2px solid #636363;
}

#categories {
	background-color: #fff;
}
a#nav-logo {
	display: inline-block;
}
#categories ul {
	list-style-type: none;
}
#categories li {
	display: inline-block;
	text-align: center;
	margin: 0 5px 6px 0;
}
#categories li a, #categories li a:visited {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%;
	color: #333;
	border: 1px solid #999;
	border-radius: 9px;
}
#categories li a.current {
	color: #fff;
	background-color: #184079;
	background-image: linear-gradient(#184079 11%, #00204e 87%);
	border: 0;
}
#categories li a:hover, #categories li a:focus, #categories li a.current:hover, #categories li a.current:focus {
	color: #fff;
	background-color: #099;
	background-image: none;
	border: 0;
}
#categories li a:active, #categories li a.current:active {
	background-color: #184079;
}
a#nav-donors, a#nav-donors:visited {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 100%;
	color: #fff;
	background-color: #cfb674;
	border-radius: 4px;
}
a#nav-donors::before { 
  content: "· ";
}
a#nav-donors::after { 
  content: " ·";
}
a#nav-donors:hover, a#nav-donors:focus {
	background-color: #099;
}
a#nav-donors:active {
	background-color: #184079;
}
span.nav-donors-footer {
	/* (Can be used to hide footer link) */
}

#bookmarks {
	background-color: #d9d9da;
	background-image: url(media/background-bookmarks.jpg);
}
#bookmarks h2 {
	line-height: 100%;
	color: #00204e;
}
ul#nav-bookmarklist {
	list-style-type: none;
}
#nav-bookmarklist li {
	position: relative;
}
#nav-bookmarklist a, #nav-bookmarklist a:visited {
	color: #333;
}
#nav-bookmarklist a:hover, #nav-bookmarklist a:focus {
	color: #00204e;
	text-decoration: underline;
}
#nav-bookmarklist a:active {
	color: #c65400;
}
#nav-bookmarklist a:active img {
	opacity: .6;
}
#nav-bookmarklist img {
	position: absolute;
	left: -36px;
	top: 0;
}
#nav-bookmarklist li.added {
	animation: enterleft .4s linear;
	-webkit-animation: enterleft .4s linear;
	-moz-animation: enterleft .4s linear;
}
@keyframes enterleft {
	0% { transform: translateX(350px); }
	100% { transform: translateX(0); }
}
@-webkit-keyframes enterleft {
	0% { transform: translateX(350px); }
	100% { transform: translateX(0); }
}
@-moz-keyframes enterleft {
	0% { transform: translateX(350px); }
	100% { transform: translateX(0); }
}
a#nav-bookmarkadd, a#nav-bookmarkadd:visited {
	width: 81px;
	padding: 24px 10px 20px 60px;
	font-size: 15px;
	line-height: 16px;
	color: #fff;
	background-color: #00204e;
	border-radius: 0 8px 8px 0;
	display: none;
}
a#nav-bookmarkadd:hover, a#nav-bookmarkadd:focus {
	background-color: #c65400;
}
a#nav-bookmarkadd:active {
	background-color: #cfb674;
}
a#nav-bookmarkadd img {
	position: absolute;
	left: 18px;
	top: 23px;
}
a#nav-bookmarkshare, a#nav-bookmarkshare:visited {
	display: inline-block;
	width: 165px;
	padding: 24px 10px 20px 51px;
	font-size: 15px;
	line-height: 16px;
	color: #fff;
	background-color: #099;
	border-radius: 8px 0 0 8px;
}
a#nav-bookmarkshare:hover, a#nav-bookmarkshare:focus {
	background-color: #c65400;
}
a#nav-bookmarkshare:active {
	background-color: #cfb674;
}
a#nav-bookmarkshare img {
	position: absolute;
	left: 11px;
	top: 23px;
}
#bookmarkshare {
	color: #333;
	background-color: #fff;
	border: 4px solid #399;
	border-radius: 8px 0 0 8px;
	border-right: 0;
	animation: enterleft .6s ease-in;
	-webkit-animation: enterleft .6s ease-out;
	-moz-animation: enterleft .6s ease-out;
}
#bookmarkshare h3 {
	width: 260px;
	margin: 10px 0;
	font-size: 25px;
	line-height: 26px;
	font-weight: bold;
}
#bookmarkshare p {
	clear: both;
	padding: 26px 0 32px 0;
	font-size: 20px;
	line-height: 23px;
	border-top: 1px solid #707070;
}
#bookmarkshare p:first-of-type {
	border: 0;
}
#bookmarkshare p a {
	font-weight: bold;
	color: #333;
}
#bookmarkshare p a.button, #bookmarkshare p a.button:visited {
	display: inline-block;
	width: 184px;
	margin-left: 48px;
	padding: 8px 5px 7px 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	background-color: #00204e;
}
#bookmarkshare p a.button:hover, #bookmarkshare p a.button:focus {
	background-color: #c65400;
}
#bookmarkshare p a.button:active {
	background-color: #cfb674;
}
#qrcode {
	display: block;
	float: right;
	margin: 0 0 20px 20px;
	width: 128px;
	height: 128px;
}
#qrcode img {
	width: 128px;
	height: 128px;
}
p#bookmarksharelink {
	padding-bottom: 0;
}
p#bookmarksharelink a {
	word-wrap: break-word;
}

#activities {
	display: none;
	color: #fff;
	background-image: linear-gradient(#001129 11%, #00204e 100%);
}
#act-status, #act-question, #act-end {
	display: none;
}
#act-main h2 {
	text-align: center;
	font-size: 54px;
	line-height: 64px;
}
#act-main h3 {
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
}
#act-menu {
	animation: enterleft .5s ease-out;
	-webkit-animation: enterleft .5s ease-out;
	-moz-animation: enterleft .5s ease-out;
}
#act-menu a, #act-menu a:visited {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 9px;
	padding: 11px 9px 9px 9px;
	text-align: center;
	color: #fff;
	background-color: #099;
}
#act-menu a:hover, #act-menu a:focus {
	background-color: #c65400;
}
#act-menu a:active {
	background-color: #cfb674;
}
h2#act-title {
	text-align: center;
	line-height: 100%;
	text-transform: uppercase;
}
#act-progress {
	text-align: center;
	font-size: 30px;
	line-height: 100%;
	font-family: 'BenchNine', sans-serif;
	color: #69c;
	border-bottom: 2px solid #16478d;
}
#act-text {
	font-size: 24px;
	line-height: 28px;
}
#act-multi a, #act-multi a:visited {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 9px;
	padding: 17px 16px 15px 18px;
	color: #fff;
	background-color: #16478d;
}
#act-multi a:hover, #act-multi a:focus {
	background-color: #c65400;
}
#act-multi a:active {
	background-color: #cfb674;
}
#act-match {
	font-size: 24px;
	line-height: 28px;
}
.act-matchfrom {
	margin-left: -1px;
	padding-top: 14px;
	padding-bottom: 1px;
}
#act-match select {
	width: 100%;
	padding: 12px 8px 11px 12px;
	color: #fff;
	background-color: #16478d;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.act-matchresult {
	margin: 10px 0 5px 0;
	font-size: 20px;
	line-height: 22px;
}
a#act-matchsubmit, a#act-matchsubmit:visited {
	float: right;
	display: block;
	width: 128px;
	margin-top: 15px;
	padding: 18px 0 17px 0;
	text-align: center;
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	background-color: #099;
}
a#act-matchsubmit:hover, a#act-matchsubmit:focus {
	background-color: #c65400;
}
a#act-matchsubmit:active {
	background-color: #cfb674;
}

a.act-back, a.act-back:visited {
	display: block;
	box-sizing: border-box;
	padding: 12px 12px 10px 12px;
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	color: #69c;
}
a.act-back:hover, a.act-back:focus {
	background-color: #853800;
}
a.act-back:active {
	background-color: #cfb674;
}
a.act-back img {
	margin: -10px 8px 1px 0;
	vertical-align: bottom;
}
#act-result {
	text-align: center;
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	animation: enterleft .5s ease-out;
	-webkit-animation: enterleft .5s ease-out;
	-moz-animation: enterleft .5s ease-out;
}
#act-explanation {
	padding-top: 4px;
	font-size: 20px;
	line-height: 22px;
	animation: enterleft .5s ease-out;
	-webkit-animation: enterleft .5s ease-out;
	-moz-animation: enterleft .5s ease-out;
}
a#act-next, a#act-next:visited {
	display: block;
	width: 142px;
	padding: 12px 0;
	text-align: center;
	font-size: 30px;
	line-height: 100%;
	text-transform: uppercase;
	color: #00204e;
	background-color: #fff;
	border-radius: 5px;
}
a#act-next:hover, a#act-next:focus {
	background-color: #c65400;
}
a#act-next:active {
	background-color: #cfb674;
}
a#act-next img {
	margin: 0 0 3px 8px;
	vertical-align: bottom;
}
#act-end h2 {
	box-sizing: border-box;
	padding: 35px 0;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	line-height: 100%;
	background-color: #16478d;
	border: 9px solid #2259a9;
	animation: enterleft .5s ease-out;
	-webkit-animation: enterleft .5s ease-out;
	-moz-animation: enterleft .5s ease-out;
}
#act-score {
	display: inline-block;
	padding: 15px 0;
	font-size: 84px;
	line-height: 100%;
}
#act-end h3 {
	text-align: center;
	font-size: 24px;
	line-height: 100%;
}

#nav-tabs a, #nav-tabs a:visited {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
}
#nav-tabs a:hover, #nav-tabs a:focus {
	background-color: #099;
}
#nav-tabs a:active {
	background-color: #cfb674;
}
#nav-tabs a.current {
	background-color: #c65400;
	cursor: default;
}

.mixedcase {
	text-transform: none !important;
}
.disable {
	display: none !important;
}
.screenreader {
	height: 0;
	overflow: hidden;
}
::selection {
	background: #01214e;
	color: #3ff;
}

#keyboard {
	display: none;
	position: absolute;
	right: 960px;
	top: 660px;
	width: 680px;
	padding: 20px 0;
	margin-right: -340px;
	text-align: center;
	background-color: #00a6a6;
	border-radius: 15px;
	box-shadow: 0 10px 40px rgba(1, 33, 78, .5);
	animation: enterleft .3s ease-out;
	-webkit-animation: enterleft .3s ease-out;
	-moz-animation: enterleft .3s ease-out;
}
#keyboard a { /* 52px key pitch is .75 of normal 19mm on 32-inch display */
	display: inline-block;
	width: 46px;
	padding: 14px 0 12px 0;
	margin: 3px;
	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	background-color: #01214e;
	border-radius: 6px;
}
#keyboard a:active {
	color: #01214e;
	background-color: #fff;
}
#keyrow-email {
	font-size: 24px;
	line-height: 27px;
	color: #fff;
}
#keyrow-email label {
	display: inline-block;
	width: 620px;
	margin: 0 -124px;
}
#keyrow-email input {
	width: 348px;
	height: 22px;
	padding: 13px 0 11px 0;
	margin: 12px;
	text-align: center;
	font-size: 22px;
	line-height: 100%;
	color: #000;
	background-color: #fff;
	caret-color: #c65400;
	border: 0;
	border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none; /* Firefox */
	border-style: none; /* IE */
}
a#key-submit, a#key-cancel {
	width: 120px;
	font-weight: normal;
	/* Keep in front of field label: */
	position: relative;
	z-index: 100;
}
a#key-submit {
	background-color: #c65400;
}
a#key-backspace {
	width: 98px;
}

@media only screen and (min-width: 1901px) { /* 1920x1080 touchscreen exhibit */
	#wrapper {
		position: relative;
		width: 1920px;
	}
	#content {
		position: absolute;
		width: 1520px;
		height: 930px;
		background-image: url(media/background-content.jpg);
	}
	
	#intro {
		display: none;
	}
	#attractloop {
		display: block;
	}
	
	#category-topics {
		position: relative;
	}
	#category-topics #header {
		position: absolute;
		left: 97px;
		top: 75px
	}
	#category-topics #header h1 {
		display: inline-block;
		vertical-align: top;
		width: 486px;
		padding-right: 24px;
		font-size: 75px;
	}
	#category-topics #header p {
		display: inline-block;
		vertical-align: top;
		width: 807px;
		min-height: 135px;
		padding-left: 33px;
		font-size: 20px;
		line-height: 32px;
		border-left: 1px solid #d7d7d7;
	}
	#category-topics ul {
		position: absolute;
		left: 42px;
		top: 380px;
	}
	#category-topics li {
		margin: 0 12px 19px 0;
	}
	#category-topics li a, #category-topics li a:visited {
		width: 304px;
		height: 125px;
		padding: 44px 20px 30px 20px;
		font-size: 33px;
		line-height: 38px;
	}
	
	#topic {
		position: relative;
		width: 1426px;
		height: 830px;
		margin: 50px 0 0 47px;
	}
	#topic #header {
		min-height: 220px;
		padding-right: 750px;
	}
	#topic #header h1 {
		padding: 39px 54px 31px 53px;
		font-size: 75px;
	}
	#topic p {
		width: 578px;
		margin: 30px 0 0 55px;
	}
	#slideshow {
		position: absolute;
		left: 676px;
		top: 0;
		width: 750px;
		font-size: 16px;
		line-height: 25px;
		color: #666;
	}
	#slideshow img {
		max-width: 750px;
		max-height: 750px;
	}
	#slideshow figcaption {
		margin: 6px 28px 0 28px;
	}
	
	a#nav-back, a#nav-back:visited {
		position: absolute;
		left: 0;
		bottom: -38px;
	}
	#video-player {
		width: 578px;
		left: 55px;
	}
	#video-playbutton {
		right: 24px;
		bottom: 24px;
	}
	a#nav-videoplay {
		display: inline-block;
	}
	a#nav-videoplay, a#nav-videostop, a#nav-videoplay:visited, a#nav-videostop:visited {
		position: absolute;
		left: 124px;
		bottom: -38px;
		min-width: 184px;
		padding: 6px 0 6px 0;
		text-align: center;
		text-transform: uppercase;
		font-size: 26px;
		line-height: 100%;
		color: #fff;
		background-color: #099;
		border-radius: 0 0 9px 9px;
	}
	a#nav-videoplay:hover, a#nav-videostop:hover, a#nav-videoplay:focus, a#nav-videostop:focus {
		background-color: #c65400;
	}
	a#nav-videoplay:active, a#nav-videostop:active {
		background-color: #cfb674;
	}
	a#nav-videoplay img, a#nav-videostop img {
		vertical-align: baseline;
		padding: 2px 5px 0 0;
	}
	a#nav-videoplay img {
		padding-right: 7px;
	}
	
	#topic.donors #header {
		width: auto;
		min-height: 0;
		padding: 0;
	}
	#topic.donors #header h1 {
		width: auto;
		padding: 26px 0 24px 0;
		text-align: center;
	}
	#donors-list {
		position: absolute;
		left: 80px;
		top: 310px;
		width: 740px;
		font-size: 32px;
		line-height: 88px;
	}
	#donors-top {
		font-size: 48px;
		line-height: 39px;
	}
	#donors-top .small {
		font-size: 25px;
	}
	#donors-volunteers {
		position: absolute;
		right: 100px;
		top: 290px;
		width: 380px;
		padding: 30px 25px;
		font-size: 21px;
		line-height: 28px;
	}
	
	#categories {
		position: absolute;
		top: 930px;
		width: 1520px;
		height: 150px;
	}
	a#nav-logo {
		margin: 5px 0 0 13px;
	}
	#categories ul {
		position: absolute;
		left: 192px;
		top: 7px;
		width: 1320px;
		height: 140px;
	}
	#categories li a, #categories li a:visited {
		width: 320px;
		padding: 24px 0 22px 0;
		font-size: 18px;
	}
	#categories li a.current, #categories li a:hover, #categories li a:focus, #categories li a.current:hover, #categories li a.current:focus {
		width: 322px;
		padding: 25px 0 23px 0;
	}
	a#nav-donors, a#nav-donors:visited {
		position: absolute;
		left: 48px;
		top: 128px;
		width: 88px;
		padding: 3px 0 2px 0;
	}
	
	.secondary {
		position: absolute;
		left: 1520px;
		top: 0;
		width: 400px;
		height: 1080px;
	}
	
	#bookmarks h2 {
		margin: 248px 0 0 29px;
		font-size: 50px;
	}
	ul#nav-bookmarklist {
		padding-top: 25px;
		max-height: 490px;
		overflow-y: auto;
	}
	#nav-bookmarklist li {
		margin: 0 0 10px 65px;
		font-size: 20px;
		line-height: 24px;
	}
	#nav-bookmarktools {
		position: absolute;
		left: 0;
		top: 819px;
		width: 100%;
	}
	a#nav-bookmarkshare, a#nav-bookmarkshare:visited {
		position: absolute;
		right: 0;
	}
	#bookmarkshare-wrapper {
		position: absolute;
		right: 0;
		top: 306px;
	}
	#bookmarkshare {
		width: 325px;
		min-height: 466px; 
		padding: 24px 24px 4px 24px;
	}
	
	#activities {
		position: relative;
	}
	#act-main h2 {
		padding: 158px 44px 0 44px;
	}
	#act-menu {
		position: absolute;
		left: 25px;
		bottom: 102px;
		width: 350px;
	}
	#act-menu a {
		font-size: 28px;
		line-height: 30px;
	}
	#act-status {
		width: 350px;
		margin: 0 25px;
	}
	h2#act-title {
		padding-top: 37px;
		font-size: 45px;
	}
	#act-progress {
		padding: 8px 0 20px 0;
	}
	#act-text {
		padding: 62px 10px 0 13px;
	}
	#act-question {
		width: 350px;
		margin: 0 25px;
	}
	#act-multi, #act-match {
		position: absolute;
		left: 25px;
		bottom: 355px;
		width: 350px;
	}
	a#act-matchsubmit {
		margin-bottom: -59px;
	}
	#act-multi a {
		font-size: 24px;
		line-height: 28px;
	}
	#act-match {
		bottom: 235px;
	}
	#act-match select {
		font-size: 24px;
		line-height: 26px;
	}
	a.act-back, a.act-back:visited {
		position: absolute;
		left: 0;
		bottom: 75px;
		width: 400px;
		background-color: #16478d;
	}
	#act-answer {
		position: absolute;
		left: 25px;
		top: 750px;
		width: 350px;
		height: 189px;
	}
	a#act-next {
		position: absolute;
		left: 104px;
		bottom: 0;
	}
	#act-end h2 {
		position: absolute;
		left: 25px;
		top: 437px;
		width: 350px;
	}
	#act-end h3 {
		position: absolute;
		left: 0;
		bottom: 132px;
		width: 400px;
	}
	
	#nav-secondary {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 376px;
		height: 57px;
		padding: 18px 0 0 24px;
		background-color: #333;
	}
	#nav-tabs {
		width: 352px;
		height: 39px;
		background-color: #222;
		border-radius: 3px;
	}
	#nav-tabs a  {
		width: 176px;
		padding: 12px 0 11px 0;
		border-radius: 3px;
	}
	
	#footer {
		display: none;
	}
}

@media only screen and (max-width: 1900px) { /* Home users */
	body {
		color: #000;
		background-color: #fff;
	}
	#content {
		min-height: 750px;
	}
	#content, #categories, #footer {
		padding-right: 320px;
	}
	
	#category-topics {
		min-height: 620px;
		padding: 24px 0;
		background-position: bottom;
	}
	
	#intro {
		min-height: 644px;
		padding-bottom: 24px;
		background-position: bottom;
	}
	#intro h1 {
		padding: 5px 8% 20px 8%;
		margin-bottom: 30px;
		font-family: 'PT Sans', sans-serif;
		font-size: 60px;
		line-height: 60px;
		background-color: #099;
	}
	#intro h1 strong {
		display: inline-block;
		margin-bottom: -17px;
		font-weight: normal;
		font-size: 35px;
		text-transform: uppercase;
		letter-spacing: 14px;
		animation: enterdown 1s ease-out;
		-webkit-animation: enterdown 1s ease-out;
		-moz-animation: enterdown 1s ease-out;
	}
	#intro p {
		margin: 0 8% 20px 8%;
		font-size: 20px;
		line-height: 26px;
	}
	
	#category-topics #header h1 {
		font-size: 40px;
		margin: 0 8% 12px 8%;
	}
	#category-topics #header p {
		border-top: 1px solid #d7d7d7;
		margin: 0 8% 24px 08%;
		padding-top: 12px;
		line-height: 24px;
	}
	#category-topics ul {
		text-align: center;
		margin: 0 auto;
		max-width: 660px;
	}
	#category-topics li {
		margin: 0 4px 8px 4px;
	}
	#category-topics li a, #category-topics li a:visited {
		width: 135px;
		min-height: 60px;
		padding: 10px 5px 6px 5px;
		font-size: 17px;
		line-height: 19px;
	}
	
	#topic #header h1 {
		padding: 8px 8% 14px 8%;
		font-size: 40px;
	}
	a#nav-back {
		margin: -10px 0 20px 8%;
	}
	a#nav-back:hover, a#nav-back:focus {
		background-color: #00204e;
	}
	#topic p {
		margin: 0 8%;
		line-height: 24px;
		color: #000;
	}
	#slideshow {
		width: 84%;
		max-width: 750px;
		margin: 30px auto;
		border-radius: 12px;
		overflow: hidden;
		/* WebKit corner fix during fades: */
		position: relative;
		z-index: 1;
	}
	#slideshow img {
		width: 100%;
		height auto;
		vertical-align: bottom;
	}
	#slideshow figcaption {
		margin: 0;
		padding: 15px 3% 18px 3%;
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		background-color: #01214e;
	}
	
	#video-player {
		position: relative;
		margin: 6px auto 30px auto;
		width: 84%;
		max-width: 750px;
	}
	#video-playbutton {
		width: 68px;
		height: 68px;
		right: 18px;
		bottom: 18px;
	}
	
	#donors-intro, #donors-list, #donors-volunteers {
		margin: 0 8%;
	}
	#donors-list {
		margin-top: 48px;
		margin-bottom: 44px;
		font-size: 24px;
		line-height: 50px;
	}
	#donors-top {
		font-size: 30px;
		line-height: 30px;
	}
	#donors-top .small {
		font-size: 16px;
	}
	#donors-top img {
		max-width: 30%;
		height: auto;
		margin: 1px 0 0 14px;
	}
	#donors-volunteers {
		margin-bottom: 60px;
		padding: 20px 25px;
		font-size: 18px;
		line-height: 24px;
	}
	
	#categories {
		text-align: center;
	}
	a#nav-logo {
		margin: 6px 0 2px 0;
	}
	a#nav-logo img {
		width: 106px;
		height: 80px;
	}
	#categories ul {
		padding-bottom: 12px;
	}
	#categories li {
		margin: 2px;
	}
	#categories li a, #categories li a:visited {
		padding: 6px 8px 5px 8px;
		font-size: 15px;
		border-color: #ccc;
	}
	#categories li a.current, #categories li a:hover, #categories li a:focus, #categories li a.current:hover, #categories li a.current:focus {
		padding: 7px 9px 6px 9px;
	}
	a#nav-donors {
		display: none;
	}
	
	.secondary {
		position: absolute;
		right: 0;
		top: 0;
		width: 288px;
		min-height: 870px;
		padding: 16px;
		border-bottom-left-radius: 25px;
	}
	
	#bookmarks {
		background-position: 0 -40px;
	}
	#bookmarks h2 {
		margin-top: 20px;
		font-size: 36px;
	}
	ul#nav-bookmarklist {
		padding-top: 18px;
	}
	#nav-bookmarklist li {
		margin: 0 0 12px 36px;
		font-size: 18px;
		line-height: 21px;
	}
	#nav-bookmarklist img {
		top: -2px;
	}
	#nav-bookmarktools {
		position: relative;
		width: 100%;
		min-height: 54px;
		margin: 20px 0;
	}
	a#nav-bookmarkadd {
		position: relative;
		width: 75px;
		left: -16px;
		padding: 12px 0 10px 47px;
	}
	a#nav-bookmarkadd img {
		left: 6px;
		top: 11px;
	}
	a#nav-bookmarkshare {
		position: absolute;
		width: 145px;
		right: -16px;
		top: 0;
		padding: 12px 0 10px 42px;
	}
	a#nav-bookmarkshare img {
		left: 3px;
		top: 11px;
	}
	#bookmarkshare {
		margin-right: -16px;
		padding: 4px 14px;
	}
	#bookmarkshare p {
		padding: 12px 0 14px 0;
	}
	
	#activities {
		padding-bottom: 22px;
	}
	#act-main h2 {
		padding: 18px 12% 0 12%;
		font-size: 36px;
		line-height: 100%;
	}
	#act-main h3 {
		padding: 20px 0 2px 0;
		font-size: 18px;
	}
	#act-menu a {
		font-size: 22px;
		line-height: 24px;
	}
	#act-status {
		width: 84%;
		margin: 0 8%;
	}
	h2#act-title {
		padding-top: 22px;
		font-size: 36px;
	}
	#act-progress {
		padding: 8px 0;
	}
	#act-text {
		padding: 12px 0 6px 0;
		font-size: 20px;
	}
	#act-multi a {
		font-size: 18px;
		line-height: 21px;
	}
	#act-match {
		font-size: 18px;
		line-height: 21px;
	}
	#act-match select {
		font-size: 18px;
		line-height: 21px;
	}
	a#act-matchsubmit {
	float: none;
		margin-bottom: 30px;
	}
	#act-result {
		padding: 20px 0 4px 0;
	}
	#act-next {
		margin: 30px auto 0 auto;
	}
	a.act-back {
		margin: 20px 0 0 0;
	}
	#act-end h2 {
		margin: -20px 8% 20px 8%;
	}
	#act-end h3 {
		width: 84%;
		margin: 50px 8% -10px 8%;
		font-size: 22px;
	}
	
	#nav-secondary {
		margin: 0 -16px;
		padding: 0 16px;
		border-bottom: 6px solid #c65400;
	}
	#nav-tabs a {
		width: 50%;
		padding: 10px 0 7px 0;
		background-color: #333;
		border-radius: 6px 6px 0 0;
	}
	
	#footer {
		margin: 12px 2px 18px 2px;
		text-align: center;
		font-size: 17px;
		line-height: 30px;
		color: #000;
	}
	#footer a {
		color: #01214e;
		text-decoration: underline;
		font-weight: bold;
	}
	
	#keyboard { /*Keyless field for non-touch systems */
		position: static;
		width: auto;
		margin: 12px 0;
		padding: 10px;
		border-radius: 8px;
		box-shadow: none;
		animation: none;
		-webkit-animation: none;
		-moz-animation: none;
	}
	#keyrow-email label {
		display: block;
		width: auto;
		margin: 0;
		font-size: 20px;
		line-height: 22px;
	}
	#keyrow-email input {
		width: 90%;
		margin: 12px -100px;
	}
	a#key-cancel, #keyrow-123, #keyrow-qwe, #keyrow-asd, #keyrow-zxc {
		display: none;
	}
}

@media only screen and (max-width: 900px) { /* Smartphones; sidebar at bottom */
	#content {
		min-height: 0;
	}
	#content, #categories, #footer {
		padding-right: 0;
	}
	#category-topics {
		min-height: 0;
	}
	.secondary {
		position: relative;
		width: auto;
		min-height: 0;
		border-radius: 0;
	}
}