<!-- //     Hive jQuery Quiz Widget Version 1.0   // ->
<!-- //     Created by Hive, Inc, 2012            // ->
<!-- //     Questions? 866-707-HIVE               // ->
<!-- //     Or info@hivepdx.com                   // ->

@font-face {
	font-family: futuraLt;
	src: url("./fonts/FtraLt.ttf");
}
@font-face {
	font-family: futuraMd;
	src: url("./fonts/FtraMd.ttf");
}@font-face {
	font-family: futuraBk;
	src: url("./fonts/FtraBk.ttf");
}

h1 {
	display:inline;
	color:#09738a;
	font-family:Arial, Helvetica, Verdana, Tahoma;
}

body {
	position:relative;
	margin:0px; 
	font-size:10px;
}

#wrapper {
	position:relative;
	font-family:Arial, Helvetica, Verdana, Tahoma;
    height: 100%;
    overflow: hidden;
    width: 100%;
    border-top: 3px solid #438e74;
    border-bottom: 3px solid #438e74;
    background-color:#d8f3fb;
}

#header{
	height: 18%;
    position: fixed;
    width: 100%;
}

#headerLogo {
	display: inline-block;
	margin: 1% 0 0 3%;
	width:50%;
	
}

#questionProgress {
    margin: 0 4% 0 0;
    position: absolute;
    text-align: center;
    top: 82%;
    left:86%;
    width: 10%;
    font-size:120%;
}

.progressBoxes {
	background: none repeat scroll 0 0 rgba(135, 86, 255, 0.1);
    display: inline-block;
    height: 7px;
    position: relative;
    width: 15px;
}

#content {
	display: inline-block;
    height: 83%;
    position: relative;
    top: 17%;
    width: 100%;
    z-index:6;
}


#introContent {
	color:#09738a;	
}

#epilIntro {
    left: 10%;
    position: fixed;
    top: 23%;
}




#introText {
	/*background: none repeat scroll 0 0 rgba(139, 209, 224, 0.5);
	position:relative;
    float: right;
    height: 19%;
    position: fixed;
    text-align: center;
    width: 58%;
    top:48.5%;
    right:0px;*/
	background: none repeat scroll 0 0 rgba(139, 209, 224, 0.5);
	position: relative;
	float: right;
	height: 13%;
	position: fixed;
	text-align: center;
	width: 53%;
	top: 48.5%;
	right: 0px;
	padding: 1.3em;
    
}

#introText p {
	color:fff;
	margin: 3% 0 0;
	padding: 0;
	
}

#finalResponse {
	color: #4B6CB5;
    font-family: Arial, Helvetica, Verdana, Tahoma;
    text-align:center;
    display:none;
    margin: 0 3%;
    position:relative;
    z-index:1;
    height:100%;
}

#startOver {
	cursor:pointer;
}


#explanationArea {
	height:100px;
	width:100%;
	
}

#startQuiz {
    left: 28%;
    position: fixed;
    top: 77%;
    width: 45%;
    z-index: 1;
}

#startBtn {
	/*position: absolute;*/
	position: relative;
    cursor: pointer;
}

#socialIcons {
	float: right;
    margin: 1%;
    position: relative;
    /*width: 120px;*/
	width: 40%;
    text-align:right;
}

#socialIcons span {
	width:10px;
	margin:0px;
}

#socialIcons span div {
	margin: 0 1px 4px -11px;
	width:28px; !important
}

#socialIcons .twitter {
	width:0px;
        padding-right:0px;
}


#bg {
	height: 22%;
    position: fixed;
    top: 74%;
    width: 100%;
}
#bgLines {

}


#Sec1, #Sec2, #Sec3, #Sec4, #Sec5{
height: 114%;
}
#Sec1 {
	position:absolute;
	z-index:5;
	height: 114%;
}

#Sec2 {
	left: 7%;
    position: absolute;
    z-index:4;

}
#Sec3 {
	left: 25.4%;
    position: absolute;
	z-index:3;
}
#Sec4 {
	position:absolute;
	left:47.8%;
	z-index:2;

}
#Sec5 {
	position:absolute;
	left:70.4%;
	z-index:1;
}


#moreInfo {
	border: 1px solid;
    height: 10px;
    width: 50px;
    display: inline-block;
    text-align: center;
}

#share {
	border: 1px solid;
    height: 10px;
    text-align: center;
    width: 50px;
    display: inline-block;
}



#jquiz ul, #jquiz ol, #jquiz  {
	margin:0;
	padding:0;
	color: #0c7b61;
	list-style-type:none;
	z-index: 1;
}
#jquiz {
    position: relative;
}

#jquiz .qHeader {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size:200%;
	margin: 1% 10% 1% 5%;
	color: #7661AC;
}	

	#jquiz ul {
		list-style-type:none;
		margin:0;
		padding:10px;
	}
	#jquiz ol {
		list-style-type: decimal;
	}

	#jquiz > li {
		position:relative;
		height:100%;
		width:100%;
	}
		
			#jquiz li ul li {
				font-family:Arial, Helvetica, Verdana, Tahoma;
				font-size:175%;
				cursor:pointer;
				padding: 2px 0 2px 25px;
				color:#4b6cb5;
			}
			
				#jquiz li ul li:hover,.incorrect:focus, .correct:focus {
					
					cursor:pointer;
					padding: 2px 0 2px 25px;
				}
			
	#jquiz strong {
		font-weight:bold;
	}

.wronganswer {
	text-decoration:line-through;
}
.correctanswer {
	color:#00BD00;
}
.realanswer {
	color:#00BD00;
}

.hidden {
	display:none;
}

.explanation {
	padding: 0 7% 1% 7%;
	color:#4b6cb5;
	font-size: 175%;
}

#correctAnswer {
	color:#0d7a63;
	font-size: 150%;
	padding: 0px;
	margin:0px;
}

#wrongAnswer {
	color:#7661ac;
	font-size: 150%;
	padding: 0px;
	margin:0px;
}

.explanation div {

}


.rightbox {
}
	.rightbox a {
		color: #808066;
	}
.wrongbox {
}
	.wrongbox a {
		color: #825C58;
	}
#jquizremarks {
	display:none;
	margin: 0 20px;
	
}
#jquiztotal {
	font-family:Arial, Helvetica, Verdana, Tahoma;
    font-weight: bold;
    margin: 0px 0 2%;
    padding: 0px;
    color: #0D7A63;
    font-size: 230%;
    text-align: center;	
}

#learnMore{
	font-size: 130%;
	display:inline-block;
}

#IOMcover {
	float: left;
    margin: 0 3% 0 7%;
    -moz-box-shadow: 3px 3px 10px black;
    -webkit-box-shadow: 3px 3px 10px black;
    box-shadow: 3px 3px 10px black;
	
}

#embed {
	height: 81%;
	padding: 2% 0 0;
    text-align: left;
    font-size:120%;
}

#subscribe {
	display: block;
    font-size: 105%;
    margin: 2% 0 0;
    position: relative;
    top: 10%;
    width: 100%;
}

#shareQuiz{
	cursor:pointer;
}

#shareQuiz2{
	cursor:pointer;
	margin: 0 0 0 4%;
	display:block;
	font-size:100%;
}
#embedCode, #embedCode2{
display: none;
clear:both;
position: fixed;
	padding: 2%;
    display:none;
    margin: 2% 0 0;

	width: 88%;
	height: auto;
	font-size: 1.3em;
	-moz-opacity: 1.0;
	opacity:1.0;
	filter: alpha(opacity=100);/* For IE8 and earlier */
	height: 70%;
	
	background-color: #FFFFFF;
    border: 1px solid #91A3A8;
    color: #4B6CB5;
		left: 4%;
	top: 11%;
	float: left;
	/*display: inline;*/
	z-index: 20;
}

#embedCode {
	/*clear: both;
	position: absolute;

	float: left;
	display: inline;*/
	 
}

#embedCode2{
	/*position: absolute; */
	/*z-index: 20;*/
	
}


#embedHeader2, #embedHeader{
	height:25%;
	text-align:left;
}
#embedHeader2 p {
	margin:0px;
}

#embedContent2{
	/*height:50%;*/
	height: 55%;
}

#embedFooter2 {
	display: inline-block;
    height: 25%;
	float: right;
}

#embedFooter2 p{
	margin:0px;
	display:inline;
}

#dynamicWidth2, #dynamicWidth {
	width:40%;	
	height:.9em;
}

#dynamicInput2, #dynamicInput {
	width:55%;
	float:right;
}

#dynamicInput2 p, #dynamicInput2 p {
	display:inline-block
}


#embedCode textarea, #embedCode2 textarea {
	width:100%;
	height:90%;
	background:none;
	resize:none;
	border:none;
	font-size:100%;
	font-weight:bold;
	resize:none;
	overflow: auto;
	margin-top: 2%;
	padding: 0;
}
#embedCode2 textarea {
	z-index:10;
}




#embedContent {
	height:50%;
}

#embedFooter {
	height:25%;
}

#embedFooter p {
	display:inline-block;
}


#embedCode p {
	display:inline-block;
	margin: 1% 0 0;
    padding: 0;
}


#newWidth {
	display:inline-block;
}

#copyClipboard {
	float:right;
}


.nextBtn{
	display:inline;
	float:right;
	z-index:10;
	cursor:pointer;
}

.resultsBtn{
	display:inline;
	float:right;
	z-index:10;
	cursor:pointer;
}

.nextBtn a{ 

}

.purple {
	color:#7f3c8b;
	margin:0px;
	text-decoration:none;
}

a:link {
	color:#7f3c8b;
	text-decoration:none;
	}      /* unvisited link */
/*a:visited {color:#7f3c8b;}  /* visited link */
a:hover {color:#7f3c8b;}  /* mouse over link */
a:active {color:#7f3c8b;}  /* selected link */

.teal{
	margin:0px;
	color:#13839d;
	}
a img{
	border: none;
}

img.closeIcon{
	width: 6%;
	position: absolute;
	top: 0%;
left: 94%;
	cursor: pointer;
}


/***************** share widget style ************/
#articleDetails p#snippet {
padding-bottom: 10px !important;
height: auto !important;
}