﻿@font-face {
    font-family: 'SanchezRegular';
    src: url('../../webfonts/sanchez/sanchezregular-webfont.eot');
    src: url('../../webfonts/sanchez/sanchezregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../webfonts/sanchez/sanchezregular-webfont.woff') format('woff'),
         url('../../webfonts/sanchez/sanchezregular-webfont.ttf') format('truetype'),
         url('../../webfonts/sanchez/sanchezregular-webfont.svg#SanchezRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body,
body * {
	box-sizing: border-box;
}

body
{
color: #583a26;
font-family: Arial, sans-serif;
line-hright:26px;
}

p#top, p#top2, p#top3, p#top4
{
margin: 0 auto;
text-align: center;
}

p#top, p#top2, p#top4
{
font-family: 'SanchezRegular';
}

p#top
{
font-size: 18px;
color: #ee6a32;
padding-top: 10px;
}

p#top2
{
font-size: 28px;
color: #564d39;
}

p#top3
{
margin-top: 10px;
/*width: 600px;*/
text-align: left;
line-height:24px;
}

p#top4
{
font-size: 28pt;
margin-bottom: -20px;
margin-top: 15px;
}

p.space
{
margin-top: 20px;
color: #b6400e;
padding-bottom: 35px;
}

p.question
{
color: #b6400e;
}

.question .hidden {
	visibility: visible !important;
}

#jquiz ul, #jquiz ol, #jquiz  {

}
#jquiz {
color: #583A26;
border-top: 5px solid #bfd356;
overflow-x:hidden;
padding-bottom: 50px;
}
	#jquiz ul {
		list-style-type: none;
margin: 0;
padding: 0;
clear: both;
padding-top: 20px;
margin-top: -20px;
margin-left: -10px;
padding-left: 94px;
/*width: 590px;*/

	}
	#jquiz ol {
		list-style-type: decimal;
	}
		#jquiz li p {
			font-family: sans-serif;
		}
	#jquiz > li {
		padding-bottom:10px;
	}
		.unanswered, .answered {
			margin: 10px 0 0 0;
			padding:0;
		}
			#jquiz li ul li {
				cursor:pointer;
				height:30px;
				font-weight: bold;
			}
				.incorrect:focus, .correct:focus {
					background-color: #EEE;
					cursor:pointer;
					height:18px;
				}
	#jquiz strong {
		font-weight:bold;
	}
	
	#jquiz li
	{
	color: #583a26 !important;
	}

.wronganswer {
}
.correctanswer {
}
.realanswer {
}
.hidden {
	display:none;
}

	.explanation p {
	
	}
		.explanation p:first-child {
			
		}
.rightbox, .wrongbox {
}
.rightbox {
}
	.rightbox a {
	}
.wrongbox {
}
	.wrongbox a {
	}
#jquizremarks {
	display:none;
}
#jquiztotal {
	font-weight:bold;
	font-size: 18px ;
	padding: 10px;
	border: 1px solid #000;
	text-align:center;
	margin: 15px 0 10px 0;
}

.answer
{
}

/*Slideshow Header*/
p#top, p#top2,
{
text-align: center;
}

/*Slide contents*/

p.question img
{
margin-left: 10px;
border: 1px solid #e8e8e8;
}

.explanation img
{
margin-right: 20px;
}

/*Styling the slideshow components*/

#slides
{
	clear: both;
	overflow: hidden;
	position: relative;
}

.larger
{
height: 600px !important;
}

.slides_container
{
z-index: 10;
overflow: hidden;
clear: both;
position: relative;
}
.slides_container > div {
	float: left;
}

.slides_control
{
z-index: 10;
padding-bottom: 55px;
}

/*Sprite Controls for bottom indicator bar*/

.bottombar
{
width: 100%;
height: 60px;
position: absolute;
bottom: 0px;
left: -1px;
border: 1px solid #e8e8e8;
background-repeat: no-repeat;
background-image: url("../../images/QuizWidget/quiz-ui.png");
}

#nav1
{
background-position: -70px -168px;
}

#nav2
{
background-position: -70px -222px;
}

#nav3
{
background-position: -70px -277px;
}

#nav4
{
background-position: -70px -332px;
}

#nav5
{
background-position: -70px -387px;
}

/*Sprite controls for top slide numbers*/

.number
{
width: 63px;
height: 63px;
float: left;
margin-right: 20px;
}

#num1
{
background-image: url("../../images/QuizWidget/quiz-ui.png");
background-position: -39px -53px;
}

#num2
{
background-image: url("../../images/QuizWidget/quiz-ui.png");
background-position: -129px -53px;
}

#num3
{
background-image: url("../../images/QuizWidget/quiz-ui.png");
background-position: -218px -53px;
}

#num4
{
background-image: url("../../images/QuizWidget/quiz-ui.png");
background-position: -308px -53px;
}

#num5
{
background-image: url("../../images/QuizWidget/quiz-ui.png");
background-position: -397px -53px;
}

/*Styling Answer Selections*/



ul.questions li
{
padding: 5px 10px 10px 40px;
background-image:url("../../images/QuizWidget/unselected.png");
background-position: top left;
background-repeat: no-repeat;
}

ul.questions li.answer
{
padding: 5px 10px 10px 40px;
background-image:url("../../images/QuizWidget/selected.png");
background-position: top left;
background-repeat: no-repeat;
}

li.question
{
	padding: 10px;
position: relative;
width: 100%;
background: #fcfbf1;
border: 1px solid #e8e8e8;
border-bottom: 0px;
padding-bottom: 60px;
}

.SubmitButton
{
width: 155px;
height: 43px;
background-image:url("../../images/QuizWidget/submit.jpg");
background-position: top;
position: absolute;
right: 20px;
bottom: 10px;
z-index: 1;
}

.SubmitButton:hover
{
background-position: bottom;
}

ul.pagination
{
display: none;
}

a.prev
{
display: none;
}

a.next
{
position: absolute;
z-index: 15;
right: 15px;
bottom: 9px;
z-index: 150;
}

.explanation
{
color: #583a26 !important;
font-size: 15px !important;
line-height: 26px;
padding-top: 15px;
padding-bottom: 20px;
padding-left: 10px;
margin-left: -10px;
padding-right: 10px;
}

ul.answered li
{
height: 25px !important;
}

.explanation {
background-color: #f2e0ae;
}

.questions.answered
{
background: #fcfbf1;
}

ul.answered
{
background-color: #f2e0ae !important;
}

a.next
{
width: 168px;
height: 41px;
background-image: url('../../images/QuizWidget/next.png');
background-position: top;
z-index: 110;
}

a.next:hover
{
background-position: bottom;
}

img.nicejob, img.fact
{
margin-bottom: 5px;
}

img.bottom
{
float: left;
position: absolute;
left: -143px;
border: 1px solid #e8e8e8;
}

p.topNice, p.bottomNice
{
/*width: 450px;*/
margin-left: 163px !important;
}

p.bottomNice
{
margin-bottom: 20px;
}

img.niceAnswer
{
margin-left: 40px;
float: left;
border: 1px solid #e8e8e8;
}

p.topClose
{
/*width: 525px;*/
margin-left: 122px !important;
position: relative;
top: -50px;
}

p.bottomClose
{
margin-left: 120px;
/*width: 520px;*/
position: relative;
top: -50px;
}

p#final1
{
text-align: center;
font-size: 24px;
margin-bottom: 20px;
}

p#final2
{
text-align: center;
font-size: 20px;
}

p#final3
{
}

#imgWrap
{
/*width: 585 px;*/
margin: 37px;
}


.lastSlide
{
/*width: 170px;*/
box-shadow: 1px 1px 3px #bbb;
border-radius: 5px 5px 5px 5px;
padding: 13px;
position: relative;
margin-bottom: 30px;
}
.lastSlide .col-xs-4 a {
	display: block;
} 
.lastSlide .col-xs-4 img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.lastSlide h2
{
font-family: 'SanchezRegular';
font-size: 24px;
padding-left: 35px;
}

.bottomDoor
{
position:relative;
border: 1px solid #e8e8e8;
border-top: none;
}

#activity
{
background: #e4e9f5;
}

#activity h2
{
color: #13ada9;
}

#feeding
{
background: #dbf5f4;
}

#feeding h2
{
color: #6884d1;
}

#parents
{
margin-right: 0px;
background: #ebf4d7;
}

#parents h2
{
color: #74bc03;
}

img#apple
{
position: absolute;
top: -10px;
left: -10px;
}

img#running
{
position: absolute;
top: -10px;
left: -10px;
}

img#changing
{
position: absolute;
top: -10px;
left: -10px;
}

p#final3
{
text-align: center;
font-weight: bold;
}

p#final3 a
{
color: #ee6a32;
text-decoration: none;
}

img#retake
{
margin-top: 40px;
cursor: pointer;
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}

.stop
{
z-index: 100;
position: absolute;
right: 20px;
height: 64px;
bottom: 10px;
height: 43px;
/*width: 155px;*/
}

.largerFinal
{
height: 695px !important;
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 20px;
}

.largerFinal li.question
{
border-bottom: 1px solid #e8e8e8;
}

.borderFix
{
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
padding-bottom: 10px;
margin-bottom: -30px;
}

.bottomClose img.bottom
{
position: absolute;
left: -120px;
top: 50px;
}

.bottomClose img.fact
{
position: relative;
left: -50px
}

img.validation
{
position: absolute;
right: 30px;
bottom: -50px;
}
