.pageForm label{
	padding: 0 10px;
}
.pageForm .row-responsive{
	width: 100%;
	clear: left;
}
.pageForm .fLeft, .contentHolder .pageForm input[type="text"], .contentHolder .pageForm input[type="email"]{
	width: 20%;
}
.contentHolder .pageForm input[type="text"].phone{
	width: 10%;
}
.pageForm .btnSuccess{
	margin-left: 25%;
}
.pageForm .validationImage{
	float: left;
}
.pageForm span.fLeft{
	padding: 0 2px;
}
.btnContact{
	display: none;
}

/** quiz **/
#home-content .invisible{
	display: none !important;
}
#home-content .quizHeaderImage{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
#home-content #quizIntro h3{
	line-height: 1.5em;
}
#home-content .ramQuiz a{
	text-decoration: none;
}
#home-content .ramQuiz h2{
	text-align: center;
}
#home-content .ramQuiz > div{
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
#home-content .ramQuiz h3, #home-content .ramQuiz .question > label{
	font-size: 1.5em;
	border: none;
}
#home-content .ramQuiz .question > label{
	margin-bottom: 10px;
}
#home-content .ramQuiz h3:after{
	display: none;
}
#home-content #quizTop .completionBarFull{
	background: #EEE;
	width: 100%;
	height: 5px;
	margin: 0;
}
#home-content #quizTop .completionBar{
	display: block;
	background: #441F49;
	height: 5px;
	width: 0;
}
#home-content #quizTop p.questionCount{
	text-align: left;
	font-weight: bold;
	color: #441F49;
	margin: 0;
	margin-top: 5px;
}
#home-content .answers{
	display: flex;
    justify-content: center;
}
#home-content div[data-question="6"] .answers{
	flex-direction: column;
	align-items: center;
}
#home-content .answers > span{
	background: #B094B5;
	font-weight: bold;
	width: 10%;
	padding: 0;
	margin: 0 5px;
}
#home-content div[data-question="6"] .answers > span{
	width: 50%;
	margin: 10px 5px;
}
#home-content .answers > span:hover{
	cursor: pointer;
	background: #763775;
}
#home-content .answers > span > label{
	display: flex;
	align-items: center;
    justify-content: center;
	line-height: 1.5em;
	padding: 10px;
	color: #FFF;
	width: 100%;
}
#home-content div[data-question="6"] .answers > span > label{
	display: block;
}
#home-content .answers > span > label em{
	display: contents;
}
#home-content .answers > span label:hover{
	cursor: pointer;
}
#home-content .answers > span > input{
	position: absolute;
	left: -9999px;
	top: -9999px;
}
#home-content .question.answered .answers span:hover,
#home-content .question.answered .answers span:hover{
	cursor: default;
	background: #B094B5;
}
#home-content #quizBottom{
	background: #441F49;
	padding: 10px 50px;
}
#home-content #quizBottom p{
	color: #FFF;
}
#home-content #quizBottom p.questionCount{
	float: left;
	margin: 0;
	font-weight: bold;
}
#home-content #quizBottom .questionControls{
	float: right;
}
#home-content #quizBottom .questionControls a{
	color: #FFF;
	font-weight: bold;
}
#home-content #quizBottom .questionControls a:hover{
	color: #FFBD07;
}
#home-content input.questionFinish[type="submit"]{
	color: #FFF;
	background: #441F49;
	font-weight: bold;
	border: none;
	font-family: OpenSansRegular, sans-serif;
	margin: 10px 0;
	padding: 5px 10px;
}
#home-content input.questionFinish[type="submit"]:hover{
	color: #FFBD07;
	cursor: pointer;
}
#home-content .result{
	text-align: left;
}
#home-content .result > div > p{
	text-align: center;
}
#home-content .result > div > img{
	display: block;
	margin: 0 auto;
}
#home-content .question.answered .answers > span.correctOption,
#home-content .question.answered .answers > span.correctOption:hover{
	background: green;
}
#home-content .question.answered .answers > span.incorrectOption,
#home-content .question.answered .answers > span.incorrectOption:hover{
	background: #d52626;
}
#home-content .question .answers > span label.checkboxOption,
#home-content .question.answered .answers > span label.checkboxOption,
#home-content .question.answered .answers > span label.checkboxOption:hover{
	background: #ffbd07; 
}
#home-content p.resultStatus{
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px;
	font-size: 1.5em;
}
#home-content .correctResult{
	background: green;
}
#home-content .incorrectResult{
	background: #d52626;
}
#home-content .correctAnswer{
	background: #DDD;
    padding: 10px;
	margin-top: 10px;
}
#home-content .correctAnswer p{
	font-style: italic;
}
#home-content .resultsPage{
	text-align: center;
}
#home-content .resultsPage p{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
}
#home-content .resultsPage p span{
	color: #763775;
}
#home-content a.checkboxSubmit{
	display: inline-block;
	background: #441f49;
	color: #FFF;
	padding: 10px;
	margin-top: 20px;
}
#home-content .checkboxSubmit:hover{
	cursor: pointer;
}
#home-content .resultsImage{
	display: block;
	margin: 10px auto;
}
#home-content .wcuHashtag{
	margin-top: 10px;
}

@media only screen and (max-width:768px){
	#home-content .answers > span{
		width: 100%;
	}
}

@media only screen and (max-width:480px){
	#home-content .answers{
		display: block;
	}
	#home-content .answers > span{
		display: block;
		margin: 5px 0;
	}
	#home-content .answers > span > label{
		height: auto !important;
	}
}