/* QUIZ STYLES */
/* Styles to prettify the quiz page */

html {

}

body {
	background-color: #948e81;
	color: #231f20;
	font-family: Trebuchet, Arial,Helvetica,sans-serif;
    font-size: 16px;
}

#page_wrapper {
	background: #e7e7e8;
	padding-bottom: 2em;
	padding-top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&1+0,0+25 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 99%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 99%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}

#pre-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008941+0,016531+100 */
	background: #008941; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODk0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTY1MzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #008941 0%, #016531 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #008941 0%,#016531 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #008941 0%,#016531 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008941', endColorstr='#016531',GradientType=0 ); /* IE6-8 */
}

#logo,
#pre-logo {
	margin: .5em auto 0 auto;
	max-width: 650px;
	min-width: 120px;
	width: 80%;	
}
#pre-logo { margin-top: 0; }

#introVideo {
	padding: 1.5em 0;	
}

#introVideo > div {
	-webkit-box-shadow: 0 3px 10px 0 #6e6965;
	box-shadow: 0 3px 10px 0 #6e6965;
}
	

#contentWrapper {
	background-color: #ffffff;
	background-image: url(../images/quiz/bg-content-top-q1.jpg);
	background-repeat: no-repeat;
	background-size: contain;	
	background-position: top center;
	border: 1px solid #ffffff;
	margin-top: 1em;
}

	#slickQuiz {
		margin: 0 auto;
		min-width: 200px;
		padding: .5em 2em 2em 2em;
		color: #231f20;
		line-height: 1.5em;
	}
	
		
		h1.quizName {
			text-align: center;	
		}
		
		h1.quizName img {
			max-width: 251px;	
			min-width: 100px;
			width: 33%;
		}
		
		.quizDescription {
			font-size: 1.5em;
			font-weight: bold;	
			line-height: 1.3em;
		}
		
		.questionContainer,
		.quizResults {
			border: 1px solid #b9b3ab;
			padding-top: 15px;
			padding-bottom: 15px;
		}
		
		.quizResults {
			padding-top: 0;	
		}
	
	
	
#extrasWrapper	{
	background-color: #ffffff;
	background-image: url(../images/quiz/bg-extras-bottom.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: bottom center;
	font-size: .85em;
	line-height: 1.2em;
	padding-bottom: 2em;
	padding-top: 2em;
	
	display: none;
}
	#extrasWrapper a {
		color: #231f20;
		text-decoration: none;	
	}
	
	#extrasWrapper .thumbContainer {
		background: #ffffff;	
	}
	
	#extrasWrapper img,
	#extrasWrapper strong {
		/* Theoretically for IE 8 & 9 (more valid) */
		/* ...but not required as filter works too */
		/* should come BEFORE filter */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
		
		/* This works in IE 8 & 9 too */
		/* ... but also 5, 6, 7 */
		filter: alpha(opacity=40); 
		
		/* Modern Browsers */
		opacity: 0.4;	
	}
	
	#extrasWrapper img.heading,
	#extrasWrapper a div > img,
	#extrasWrapper a > p strong {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100); 
		opacity: 1;
	}
	
	#extrasWrapper p {
		margin: 10px 0;	
	}

	#bottomBanner {
		border-top: 5px solid #97c93c;	
		display: none;
	}

#footer {
	background-color: #948e81;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
}
	#footer a {
		color: #ffffff !important;	
		text-decoration: underline;
	}
	#footer .copyright {
		margin: 1em auto;	
	}




/* DOM elements */
h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #008a41;
}
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; }

/* Classes */
.button {
    float: left;
    width: auto;
    padding: 5px 15px;
    color:#ffffff !important;
    background-color:#008a41;
    border: 1px solid #026732;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none !important;
}
.button:hover {
    background-color:#007d3a;
}

.clear {
	clear: both;	
}

.container {
	max-width: 1200px;	
}

.f_right {
	float: right;
	margin: 0 0 1em 1em;	
}

.pad0 {
	padding: 0;	
}

.padded {
	padding: 1em;	
}

.startQuiz {
	margin-top: .5em;
}
.sts_green {
	color: #008a41;	
}

.text-big {
	font-size: 1.5em;
}

.tryAgain {
    margin: 20px 0;
}


/* quiz style overrides  */
.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;
	text-align: center;
}
.questionCount span {
    font-weight: bold;
}

.questionImg {
	padding-top: 15px;	
}

ol.questions {
    margin-top: 20px;
    margin-left: 0;
	padding: 0;
}
ol.questions li {
    margin-left: 0;
}

ul.answers {
    list-style-position: inside;
	margin-left: 20px;
    margin-bottom: 20px;
	padding: 0;
	padding-left: 1.5em;
}

ul.answers li {
	list-style-type: upper-alpha;
	
}

ul.answers input[type="radio"] {
	margin-left: -2.5em;
	margin-right: 1.15em;
}


ul.answers label {
	font-weight: normal;	
	padding: 0 .25em;
	vertical-align: top;
	width: 90%;
}

ul.answers label:hover {
	background: #e5f2eb;
}

ul.answers input:checked + label {
   background: #cce5d8;
}

ul.responses {
	padding: 0;
	padding-top: .5em;
	border-top: 1px solid #b9b3ab;
}

ul.responses li {
    margin: 10px 20px 20px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
ul.responses li.correct p span {
    color: #88b536;
}ul.responses li.incorrect p span {
    color: #948e81;
}


.quizResults h2 {
	margin-top: 0;
}

.quizResults h3 {
	color: #008a41;
}

.quizResults h3 span,
.quizResults p span {
    font-weight: normal;
    font-style: italic;
}

.quizResults img#free-chapter {
	margin: 0 auto;	
}

.quizResultsCopy {
    clear: both;
    margin-top: 20px;
}
	/*
	.quizResultsCopy h3 {
		color: #008a41;
	}
	*/

.quizResultsHeader {
	background: #f5faed;
	padding-top: 15px;	
	margin-bottom: 15px;
}



/* Quiz specific COLOR overrides */
/* 1 */
.quiz-1 .questionContainer h3,
.quiz-1 ul.responses li.correct p span {
	color: #1ba18b;	
}

.quiz-1 ul.answers label:hover {
	background: #ecf4f3;
}

.quiz-1 ul.answers input:checked + label {
   background: #d3e6e0;
}

.quiz-1 ul.responses {
	border-top-color: #1ba18b;
}

.quiz-1 .button {
    background-color: #1ba18b;
    border: 1px solid #19947f;
}
.quiz-1 .button:hover {
    background-color:#19947f;
}

/* 2 */
.quiz-2 #contentWrapper {
	background-image: url(../images/quiz/bg-content-top-q2.jpg);
}
.quiz-2 .questionContainer h3,
.quiz-2 ul.responses li.correct p span {
	color: #057596;	
}

.quiz-2 ul.answers label:hover {
	background: #eaeff4;
}

.quiz-2 ul.answers input:checked + label {
   background: #cdd9e4;
}

.quiz-2 ul.responses {
	border-top-color: #057596;
}

.quiz-2 .button {
    background-color: #057596;
    border: 1px solid #046b8a;
}
.quiz-2 .button:hover {
    background-color:#046b8a;
}

/* 3 */
.quiz-3 #contentWrapper {
	background-image: url(../images/quiz/bg-content-top-q3.jpg);
}
.quiz-3 .questionContainer h3,
.quiz-3 ul.responses li.correct p span {
	color: #97c93c;	
}

.quiz-3 ul.answers label:hover {
	background: #f5faed;
}

.quiz-3 ul.answers input:checked + label {
   background: #e8f2d5;
}

.quiz-3 ul.responses {
	border-top-color: #97c93c;
}

.quiz-3 .button {
    background-color: #97c93c;
    border: 1px solid #90bf39;
}
.quiz-3 .button:hover {
    background-color:#90bf39;
}


/* 4 */
.quiz-4 #contentWrapper {
	background-image: url(../images/quiz/bg-content-top-q4.jpg);
}

.quiz-4 .questionContainer h3,
.quiz-4 ul.responses li.correct p span {
	color: #008942;	
}

.quiz-4 ul.answers label:hover {
	background: #e6f1e9;
}

.quiz-4 ul.answers input:checked + label {
   background: #c5dfcc;
}

.quiz-4 ul.responses {
	border-top-color: #008942;
}

.quiz-4 .button {
    background-color: #008942;
    border: 1px solid #007d3c;
}
.quiz-4 .button:hover {
    background-color:#007d3c;
}


/* 5 */
.quiz-5 #contentWrapper {
	background-image: url(../images/quiz/bg-content-top-q5.jpg);
}

.quiz-5 .questionContainer h3,
.quiz-5 ul.responses li.correct p span {
	color: #3f488b;	
}

.quiz-5 ul.answers label:hover {
	background: #eae9f2;
}

.quiz-5 ul.answers input:checked + label {
   background: #cdcbe0;
}

.quiz-5 ul.responses {
	border-top-color: #3f488b;
}

.quiz-5 .button {
    background-color: #3f488b;
    border: 1px solid #38407d;
}
.quiz-5 .button:hover {
    background-color:#38407d;
}


/* quiz chooser */
.quiz-chooser #contentWrapper {
	background-image: url(../images/quiz/bg-content-top-q3.jpg);
}
.quiz-chooser #extrasWrapper,
.quiz-chooser #bottomBanner {
	display: block;	
}

.quiz-chooser #extrasWrapper {
	font-size: 1em;	
}

.quiz-chooser #extrasWrapper strong {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); 
	opacity: 1;
}

.quiz-chooser #extrasWrapper a.button {
	display: inline-block;
	float: none;
	margin-bottom: 1em;
}

.quiz-chooser #extrasWrapper a.button:after { 
	content: '';
	clear: both;
}
	
.quiz-chooser .sts-green {
	color: #008a41;	
}



/* MC Signup Form */
#mc_embed_signup .button {
	color:#ffffff !important;
    background-color:#008a41;
    border: 1px solid #026732;	
}

#mc_embed_signup_scroll  {
	background: #f5f4f2;
	border: 1px solid #e6e5e0;
	border-radius: .5em;
	display: inline-block;  
	margin: 1.5em auto;
	padding: 1em;
}

	#mc_embed_signup_scroll h3 {
		line-height: 1.1em;
		margin: 0;
		margin-bottom: .25em;	
	}
	
	#mc_embed_signup input.mce_inline_error {
		border: 1px solid #9f3e33;	
	}
	
	#mc_embed_signup div.mce_inline_error {
		background-color: transparent !important;
		color: #9f3e33 !important;
		margin: 0 !important;
		padding: .25em !important;
		text-align: left;
	}
	
	#mce-disclosure,
	#mce-responses {
		margin: .75em auto;
		text-align: left;	
	}
	
	#mce-disclosure {
		padding-top: .5em;	
	}
	
	#mce-error-response.response,
	#mce-success-response.response {
		display: none;
		font-size: .9em;	
		line-height: 1.2em;
		padding: .5em 1em;
	}
	
	#mce-error-response.response {
		color: #9f3e33;	
	}
	
	#mce-processing {
		display: none;
		opacity: .5;	
	}
	
	.fa-spin {
		letter-spacing: normal;	
	}
	
#share-quiz {
	padding-top: 1em;
	padding-bottom: 1em;	
}
	#share-quiz h3 {
		line-height: 1.1em;
		margin: 0;
		margin-bottom: .25em;	
	}

	#share-quiz #st_icons {
		padding: 1em 0 0 0;
	}

	
	

.hint {
	color: #b1ada4;	
	font-size: .8em;
	line-height: 1.15em;
}

.uppercase {
	text-transform: uppercase;	
}

input {
	font-size: 1em;
	padding: .25em;
}

input.email {
	width: 95%;	
}

input.button {
	float: none;
	margin-top: .5em;
	padding: .5em 1em;
	-webkit-appearance: none;
}


@media (max-width: 480px){
	h1 {
    	font-size: 20px;
	}
	
	#page_wrapper {
		padding-top: 0;
	}
	
	.quizResults img#free-chapter {
		max-width: 50%;	
	}
	
	#slickQuiz {
		padding: .5em 1em 1em 1em;	
	}
	
	#mc_embed_signup_scroll {
		padding: .5em;	
	}
	
	.padded {
		padding: .5em;
	}
	
	.quizDescription {
		font-size: 1.25em;
	}
}

@media (max-width: 320px){
	#page_wrapper {
		padding-top: 0;
	}
	
	#slickQuiz {
		padding: .5em;	
	}
	
	
	#mc_embed_signup_scroll {
		padding: .5em;	
	}
	
	.padded {
		padding: .5em;
	}
	
	.quizDescription {
		font-size: 1em;
	}
}



