@charset "UTF-8";
/* CSS Document */

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

body {
	background-color: #0099ff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-size-adjust: none;
}

.theHolder {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100vh;
	display:none;
	box-sizing:border-box;
	overflow:hidden;
	text-align:center;
	/*
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	*/
	font-size:0px;
	line-height:0px;
	-webkit-text-size-adjust: none;
	background-color: #0099ff;
	margin-top:60px;
}

.gameHolder {
	position:absolute;
	left:0px;
	top:0px;
	width:1188px;
	height:745px;
	box-sizing:border-box;
	display:inline-block;
	background-size:1188px 745px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	overflow:hidden;
}

.gameHolder#startScreen {
	background-image: url("images/background.jpg");
}

.infoHolder {
	position:absolute;
	left:172px;
	top:98px;
	width:844px;
	height:499px;
	display:block;
	overflow:hidden;
}

.infoHolder .baseLine {
	position:absolute;
	left:120px;
	top:-98px;
	width:2px;
	height:527px;
	display:block;
	background-color:#FFF;
}

.gameHolder .dot {
	position:absolute;
	left:-17px;
	top:-17px;
	width:34px;
	height:34px;
	background-color:#283ea3;
	display:block;
	border-radius:17px;
	box-sizing:border-box;
	border:solid;
	border-color:#FFF;
	border-width:2px;
}

.gameHolder .line {
	position:absolute;
	left:0px;
	top:-1px;
	width:54px;
	height:2px;
	background-color:#FFF;
	display:block;
}

.gameHolder .box {
	position:absolute;
	left:44px;
	top:-87px;
	width:536px;
	height:174px;
	background-color:#FFF;
	display:block;
}

.dialog {
	position:absolute;
	left:121px;
	top:215px;
	width:1px;
	height:1px;
	display:block;
}

.dialog h1 {
	padding:0;
	margin:0;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:32px;
	line-height: 32px;
	color:#293fa4;
	text-align: left;
	padding-left:15px;
	padding-right:15px;
	pointer-events:none;
	margin-top:7px;
}

.dialog p {
	padding:0;
	margin:0;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:20px;
	line-height: 26px;
	color:#000;
	text-align: left;
	padding-left:15px;
	padding-right:15px;
	pointer-events:none;
}

.dialog p strong {
	font-weight:700;
	white-space: nowrap;
}

.dialog.endDialog h2 {
	padding:0;
	margin:0;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:32px;
	line-height: 32px;
	color:#293fa4;
	text-align: left;
	padding-left:15px;
	padding-right:15px;
	pointer-events:none;
	margin-top:13px;
}

.dialog.endDialog p {
	margin-top:7px;
	padding-bottom:7px;
}

.greenButton {
	position:relative;
	left:0px;
	top:0px;
	width:200px;
	height:37px;
	display:inline-block;
	background-color:#9bc702;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:18px;
	line-height: 37px;
	color:#FFF;
	text-decoration: none;
	margin-top:7px;
}

.greenButton:hover {
	background-color:#b4de02;
}

.timerDialog {
	position:absolute;
	left:121px;
	top:428px;
	width:1px;
	height:1px;
	display:block;
}

.timerDialog .box {
	width:124px;
	top:-20px;
	height:40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:36px;
	line-height: 40px;
	color:#000;
	pointer-events:none;
}

.questionDialog {
	position:absolute;
	left:121px;
	top:90px;
	width:1px;
	height:1px;
	display:block;
}

.questionDialog .box {
	width:536px;
	top:-48px;
	height:96px;
	vertical-align: middle;
}

.questionDialog .box p {
	margin:0px;
	padding:0px;
	position: absolute;
	left:0px;
	top:50%;
	width:536px;
	height:auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#293fa4;
	font-size:28px;
	line-height: 32px;
	box-sizing: border-box;
	text-align: left;
	display: block; 
	vertical-align: middle;
	padding-left:22px;
	padding-right:22px;
}

.questionDialog .box p.smaller {
	font-size:24px;
	line-height: 27px;
}

.questionDialog .box p.smallest {
	font-size:18px;
	line-height: 21px;
}

.answer {
	position:absolute;
	left:121px;
	top:185px;
	width:1px;
	height:1px;
	display:block;
	cursor:pointer;
}

.answer.answer2 {
	top:243px;
}

.answer.answer3 {
	top:301px;
}

.answer.answer4 {
	top:358px;
}

.answer .dot {
	background-color:#ffe057;
}

.answer .box {
	left:52px;
	height:46px;
	top:-23px;
	width:536px;
	display:table;
}

.answer .box p {
	margin:0px;
	padding:0px;
	position: relative;
	left:0px;
	top:0px;
	width:536px;
	height:auto;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	color:#000;
	font-size:17px;
	line-height: 20px;
	box-sizing: border-box;
	text-align: left;
	display: table-cell; 
	vertical-align: middle;
	padding-left:15px;
	padding-right:15px;
}

.answer.roll .dot {
	background-color:#ff9900;
}

.answer.select .dot {
	background-color:#ff9900;
}

.answer.noselect {
	pointer-events:none;
}

.answerShow {
	position:absolute;
	left:121px;
	top:0px;
	width:1px;
	height:1px;
	display:block;
}

.answerShow .dot {
	background-color:#029228;
}

.answerShow.incorrect .dot {
	background-color:#FF0000;
}

.answerShow .box {
	left:52px;
	width:180px;
	top:-20px;
	height:40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:32px;
	line-height: 40px;
	color:#029228;
}

.answerShow.incorrect .box {
	color:#FF0000;
}

.questionNumDisplay {
	position: absolute;
	left:523px;
	top:464px;
	width:302px;
	height:34px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:24px;
	line-height: 34px;
	box-sizing: border-box;
	text-align: right;
	display:block;
	pointer-events:none;
}

div#aem-kids-menu {
	position:absolute !important;
	width:100% !important;
	height:60px !important;
	min-height:60px !important;
	overflow:hidden !important;
	text-align: center;
	background-color:#e4002b;
}

