/* QUIZ STYLES */
/* Styles to prettify the quiz page */

/*html {
    background: #eee;
}

body {
   width: 800px;
    margin: 0 auto;
    border: 2px solid #ccc;
    border-top: none;
    background: #fff;
    padding: 20px;
    font-family: Trebuchet, Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #353535;
    line-height: 1.5em;
}*/

body{
	/*padding: 20px;*/
}

#questionHeader h3{
	font-size: 25px;
	color: white;
	font-family: Arial;
	padding: 45px 40px 0px 45px;
	text-align: center;
}

#questionHeader{
	width: 95%;
    margin: 0 auto;
	height: 194px;
	background-color: #2a5066;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;

}

#questionHeader h3{
	font-size: 25px;
	color: white;
	font-family: Arial;
	padding: 45px 40px 20px 45px;
	text-align: center;
}

#resultsHeader{
	width: 95%;
    margin: 0 auto;
	height: 194px;
	background-color: #6cc2f7;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.quizScore
{
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 50%;
    height: 150px;
    padding: 65px;
    background: #e0e0e0;
    font-weight: bold;
    font-size: 20px;
    float: none!important;
}

#resultsHeader h3{
	font-size: 30px;
	color: white;
	font-family: Arial;
	padding: 45px 40px 0px 45px;
	text-align: center;
}

#resultsBody{
	margin:  20px 5px 0px 15px;
}

#resultsBody #resultDesc{
	float: left;
	width: 230px;
	position: relative;
	height: 355px;
}

#resultsBody #resultDesc #descLong{
	color: #eca154;
	font-size: 27px;
}

#resultsBody #resultPicture{
	float: left;
    border: 3px Solid #90cdfa;
    border-radius: 10px;
    width: 300px;
    height: 350px;
    margin-left: 20px;
}

#shareSocial{
	position: absolute;
	bottom: 0;
	color: #6cc2f7;
	font-size: 24px;
}

.share{
	width: 110px;
}

ul.answers{
	width: 95%;
	margin-top: 15px;
	margin-left: 6%;
	margin-right: 5px;
	display: inline-block;
}

ul.answers  li{
	width: 30%;
	height: 200px;
	float: left;
	border: 2px Solid #ccc;
	border-radius: 10px;
	margin: 0px 10px 12px 0px;
	cursor: pointer;
	
}

#answerCheckBox{
	width: 50px;
	height: 50px;
    margin-top: -10px;
    margin-left: 5px;
	border-radius: 5px;
	background-color: white;
}

#answerCheckBox img {
	margin-left: 5px;
	margin-top: 5px;
	display: none;
	width: 40px;
}

input[type=checkbox]{
	display:	none;
}

input[type=radio]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.questionCount{
	display: none;
}

#breadcrumb{
	margin-left: 240px;
	bottom: 0;
	position: absolute;
	margin-bottom: 12px;
}

#breadcrumb li{
	-webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    border:1px solid #b6e1fb;
    width:8px;
    height:8px;
	float:left;
	background-color: #b6e1fb;
	margin-left: 10px;
}

#buttonDiv{
	width: 195px;
	height: 55px;
    float: right;
	line-height: 55px;
	text-align: center;
	border: 1px solid #b7b7b7;
	background-color: #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-right: 8%;
}

.button{
    color:#ffffff;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

#answerOption{
	position: absolute;
	width: inherit;
	text-align: center;
	margin-top: 165px;
    font-weight: bold;
    font-size: 24px;
	color: #000;
    text-shadow: 0 0 1px #666;
	/*display: none*/;
}

li#question2 #answerOption{
	display: block;
}

li#question4 #answerOption{
	display: block;
}




h1,h2,h3,h4,h5,h6 {font-weight: bold;}

/*h1 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #0C4569;
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
h6 {
    font-size: 12px;
    margin: 5px 0;
}*/

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }

/*.button {
    float: left;
    width: auto;
    padding: 5px 15px;
    color:#ffffff;
    background-color:darkcyan;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
}*/


.startQuiz {
    margin-top: 40px;
}

.tryAgain {
    float: none;
    margin: 20px 0;
}

/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 14px;
    font-style: italic;
}
.questionCount span {
    font-weight: bold;
}

ol.questions {
    margin-top: 20px;
    margin-left: 0;
}
ol.questions li {
    margin-left: 0;
}


ul.responses li {
    margin: 10px 20px 20px;
    display:none!important;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.quizResults ul.answers li.correct, .quizResults ul.responses li.correct p span {
    background: #6C9F2E!important;
    background-image: none!important;
}
.quizResults ul.answers li.incorrect, .quizResults ul.responses li.incorrect p span {
    background: #B5121B!important;
    background-image: none!important;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quizResultsCopy {
    clear: both;
    margin-top: 20px;
}

@media screen and (max-width: 979px)
{
  ul.answers 
  {
    width: 95%!important;
    margin-top: 15px!important;
    margin-left: 6%!important;
    margin-right: 5px!important;
    display: inline-block;
  }
}

@media screen and (max-width: 979px)
{
    ul.answers li 
    {
        width: 90%!important;
        height: 200px!important;
        border: 2px Solid #ccc!important;
        border-radius: 10px!important;
        margin: 0px 10px 12px 0px!important;
        cursor: pointer!important;
    }
}
