/* BASE QUIZ STYLES */
/* These styles ensure that the necessary elements are hidden for toggling */

/* DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING!! */

.startQuiz,
.nextQuestion,
.backToQuestion,
.questions li.question,
.questions li.question .responses,
.questions li.question .responses .correct,
.questions li.question .responses .incorrect,
.quizResults,
#quizResultsCopy,
#nextStep {
    display: none;
}

ol.questions,
ul.answers,
ul.responses,
ol.questions li,
ul.answers li,
ul.responses li {
    list-style-type: none;
}
#stressTest {
	padding: 0 10px;
	overflow: hidden;
}
div#content-wrapper ul#steps {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#steps li.current {
	font-weight: bold;
	color: #666699;
}
#steps li {
	float: left;
	font-size: 24px;
	padding: 10px;
	color: #8e8dbe;
}
#steps li span {
	display: block;
	font-size: 11px;
}
legend {
	color: #666699;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
input[type="checkbox"] {
	margin-right: 15px;
	float: left;
}
label {
	float: left;
	width: 270px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
}
div.fLeft {
	float: left;
	width: 300px;
	margin-left: 10px;
}
div.fRight {
	float: right;
	width: 300px;
	margin-right: 10px;
}
.quizArea {
	background: #b1b1df;
	padding: 20px;
	margin: 40px 0 20px;
}
a.button.prev, a.button.next, a.button, input#SaveAccount {
	padding: 7px 10px 4px;
	line-height: 120%;
	background: #666699;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #f2f2f6;
	margin: 10px 0;
	float: right;
	border: none;
}
input#SaveAccount {
	font-family: arial, serif;
	background: #9999e5;
	font-size: 16px;
	cursor: pointer;
}
a.button:visited {
	color: #f2f2f6;
}
a.button.retake {
	background: #9191b5;
	clear: left;
	display: block;
}
a.button.next:hover, a.button.prev:hover, a.button:hover, a.button.retake:hover, input#SaveAccount:hover {
	text-decoration: none;
	background: #8585ad;
}
a.button.prev {
	display: none;
}
#quizResultsCopy h4 {
	color: #666699;
	font-size: 24px;
}
#quizResultsCopy h5 {
	color: #333;
	font-weight: normal;
	font-size: 18px;
}
div#nextStep, a.button.next {
	clear: both;
}
#nextStep {
	overflow: hidden;
	font-size: 18px;
}
div.sidebarContact {
	margin-top: 40px;
}
h2 {
	font-weight: normal;
	font-size: 22px;
}
h4, h5 {
	margin-bottom: 20px;
}
a.button {
	float: left;
}
div.fb-like {
	margin-bottom: 25px;
	margin-left: 10px;
}
