/*C3 MUSE Dimensions are 894px x 662px*/

body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:normal;
	font-size:15px;
	line-height:1.5;
	color:#333;
	background:#333;
	background-image:url(../img/bg.png);
}

.textShadow{
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.shadow{
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

.bold{
	font-weight:bold;
}

.centerText{
	text-align:center;	
}

.button:hover{
	cursor:pointer;
}

.noBullet{
	list-style:none;
	margin-left:-40px;
}

.noBullet li{
	font-size:16px;
}

b{
	font-weight: 700;
}

h1{
	margin:10px auto 0px auto;
	font-size:18px;
	text-align:left;
	color:#68cae6;
	font-weight: normal;
}

h2{
	margin:10px auto 0px auto;
	font-size:21px;
	font-weight: 700;
	text-align:left;
	color:#333;
}


h3{
	margin:0;
	font-size:18px;
	color:#222;
	font-weight: 400;
	text-align: center;
}

h4{
	margin-top:0;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size:26px;
	line-height: 1;
	color:#000;
}

h5{
	margin: 0 0 -10px -1.7em ;
	font-size:24px;
	text-align:left;
	font-weight:normal;
	color:#ef4050;
}

p{
	text-align:left;
	padding: 10px 0;
	margin:10px auto;
}

b{
	font-weight: 700;
}
.indent{
	margin: -5px 0 -8px 0;
	text-indent: 30px;
}

.hangingIndent{
	text-indent: -2em;
	margin-bottom:20px;
}

.highlight{
	background-color:#faf3c9;
}

#container{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	/*outline:dashed 1px red;*/
}

#header{
	margin:0 auto;
	padding:0;
	width:100%;
	height:67px;
	background:url(../img/header.png) no-repeat;
	background-position: center;
	background-size:auto;
}

#content{
	position:relative;
	display: inline-block;
	margin:0;
	padding:0;
	width:100%;
	background-color:rgba(0,0,0,0.6);
}

.pageBody{
	position:relative;
	margin:0 auto;
	padding:8px 0 0 0;
	width:calc(100% - 50px);
	max-width:933px;
}

.pageText{
	padding:0;
}

.infoTxt{
	color:#fff;
	margin-top:-8px;
	font-weight: 400;
}

.quizbody{
	position:relative;
	margin:0 0 10px 0;
	padding:0;
	width: 100%;
}

#quizbody0{
	background: url(../img/img0.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

#quizbody1{
	background: url(../img/img1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

#quizbody2{
	background: url(../img/img2.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
}

#quizbody3{
	background: url(../img/img3.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
}

.choices{
	position:absolute;
	display:inline-block;
	top:3px;
	right:-4px;
	margin:0;
	padding:0;
	height:100%;
	width: 45%;
}

.choice{
	display:block;
	position:relative;
	padding:0;
	margin:2px 0px;
	width:calc(100% - 10px);
	height:calc(25% - 3.9px);
	line-height: 125px;
	text-align: left;
	background-color:rgba(255,255,255,0.8);
}

.choice:hover{
	cursor:pointer;
	background-color:rgba(255,255,255,1);
}

.choice h3:hover{
	color:#222;
}

.choiceText{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding: 15% 16%;
	width:calc(68%);
	font-size:17px;
	line-height: 1;
	color:#333;
}

.result{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	height:45px;
	width:45px;
	/*background-image:url(../img/x.png);*/
}

.correct{
	background-image:url(../img/check.png);
}
.incorrect{
	background-image:url(../img/x.png);
}

.green{
	color:#94c94f;
}

.footerText{
	display:block;
	clear:both;
	float:none;
	margin:15px auto 0 auto;
}

#myInstructions{
	position:absolute;
	top:5px;
	left:5px;
	height:auto;
	width:18%;
	padding:5px 20px 20px 20px;
	min-height:50px;
	min-width:200px;
	color:#666;
	border-radius: 2px;
	background:#faf3c9;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#faf3c9), to(#ffd972));
    background:-moz-linear-gradient(#faf3c9, #ffd972);
    background:-o-linear-gradient(#faf3c9, #ffd972);
    background:linear-gradient(#faf3c9, #ffd972);
	z-index:11;
}

#instructionsText{
	margin:0;
	padding:0;
	color:#364054;
}

#myReferences{
	margin-top:100px;
	margin-left:calc(10% + 3em);
	width:calc(80% - 3em);
	max-width:900px;
	word-wrap:break-word;
	word-break:normal;
}




/*____________PopUp Bubble_______________*/


.popUp {
	position:absolute;
	color:#000;
	text-align:left;
	padding:10px 20px;
	top:-25px;
	overflow:hidden;
	overflow-y:auto;
	width:calc(100% - 40px);
	max-width: 854px;
	background:#faf3c9;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#faf3c9), to(#ffd972));
    background:-moz-linear-gradient(#faf3c9, #ffd972);
    background:-o-linear-gradient(#faf3c9, #ffd972);
    background:linear-gradient(#faf3c9, #ffd972);
	border-radius:1px;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
	z-index:5;
}

.popUp p{
	margin-top:0;
}
/*______________↓ Buttons ↓_______________*/

#instructionsBtn{
	position:absolute;
	top:5px;
	left:5px;
	z-index:3;
}

#instructionsBtn:hover{
	cursor:pointer;
}

.closeBtn{
	position:absolute;
	top:5px;
	right:5px;
	height:26px; 
	width:26px; 
	background:url(../img/closeBtn.png) no-repeat;
	z-index:10;
}

.closeBtn:hover{
	cursor:pointer;
	background:url(../img/closeBtnHover.png) no-repeat;
}

.nextBtn{
	position:absolute;
	right:5px;
	top:calc(50% - 15px);
	width:15px; 
	height:30px; 
	background:url(../img/nextBtn.png) no-repeat;
}

.prevBtn{
	position:absolute;
	left:5px;
	top:calc(50% - 15px);
	width:15px; 
	height:30px; 
	background:url(../img/prevBtn.png) no-repeat;
}

#replayIcon{
	position:absolute;
	left:calc(50% - 40px);
	height:80px;
	width:80px;
	padding:0;
	list-style: none;
	display:inline-block;
	background:url(../img/replayBtn.png) no-repeat;
}


#replayIcon:hover, .prevBtn:hover, .nextBtn:hover{
	opacity: 0.7;
}

.pulse{
	-webkit-animation: pulse 1.7s ease-in-out infinite;
	-moz-animation: pulse 1.7s ease-in-out infinite;
	-ms-animation: pulse 1.7s ease-in-out infinite;
	animation: pulse 1.7s ease-in-out infinite;
}


@-moz-keyframes "pulse" {
	 0% {
		opacity: 1;
	 }
	 50% {
		opacity: 0.25;
	 }
	 100% {
		opacity: 1;
	 }
}

@-webkit-keyframes "pulse" {
	 0% {
		opacity: 1;
	 }
	 50% {
		opacity: 0.25;
	 }
	 100% {
		opacity: 1;
	 }
}

@keyframes pulse {
	 0% {
		opacity: 1;
	 }
	 50% {
		opacity: 0.25;
	 }
	 100% {
		opacity: 1;
	 }
}


/*Dot Navigation*/
.dotNav{
	margin-top:0px;
}

.dotUL{
	margin:0px;
	position:relative;
	text-align:center;
	width:70%;
}

.dotstyle ul {
    position: relative;
    display: inline-block;
    padding: 0;
    list-style: none;
}
 
.dotstyle li {
    position: relative;
	display:inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
	clear:both;
}

.dotstyle a:hover{
	cursor:pointer;	
}
 
.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #666;
    background-color: rgba(255,255,255,0.4);
    text-indent: -999em;
    position: absolute;
	cursor: default;
}

/* Dot Nav fill up */
.dotstyle-fillup li a {
    overflow: hidden;
    background-color: rgba(0,0,0,0);
	box-shadow: inset 0 0 0 2px #eee;
    transition: background 0.3s;
}
 
.dotstyle-fillup li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
  	background-color: #eee;
	box-shadow: inset 0 0 0 2px #eee;
    transition: height 0.3s;
}
 
.dotstyle-fillup li.currentDot a::after {
    height: 100%;
}

.visited{
	border-radius:50%;
	background-color: #444;
	background-color: rgba(68,68,68,0.8);
	box-shadow: inset 0 0 0 2px #444;
}

/*End Dot Navigation*/


@media (min-width: 0px) and (max-width: 850px) {
	
	.choices{
		margin:0;
		display:block;
		width:100%;
	}
	
	.nextBtn{
		position:fixed;
		right:2px;
	}

	.prevBtn{
		position:fixed;
		left:2px;
	}
}


@media (min-width: 0px) and (max-width: 599px) {
	#header{
		width:calc(100% - 20px);
		margin-left:10px;
		background-size:contain;
	}
	
	#content{
		position:relative;
		display: inline-block;
		margin-top:0px;
		padding:0;
		width:100%;
		min-height:300px;
		background-color:rgba(0,0,0,0.6);
	}

	.pageBody{
		width:calc(100% - 36px);
	}

	.choices{
		margin:0;
		display:block;
		width:100%;
	}
}
