/* -------------- Main Structure -------------- */

#quiz-container{
	background-color: #fff;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-top: 75px;
	max-width: 1200px;
	padding: 10px 0 200px;
}

#quiz-container h1{
	font-family: 'bebas_neueregular';
	font-size: 3.5em;
	line-height: 0.8em;
	margin: 0 0 15px;
}

.main-banner{
	display: block;
}

#sharing-header{
	margin: 10px 0 35px;
}

#quiz-wrap{
	/*padding: 0 2.040816326531%;*/ /* 20/980 */
}

.quiz-header{
	margin-bottom: 60px;
}

#quiz-wrap ol{
	list-style: inside none decimal;
	margin: 20px 0 0;
	padding: 0;
}

#quiz-wrap ol > li{
	margin-bottom: 60px;
}

span.question{
	font-size: 18px;
	font-weight: bold;
}

#quiz-wrap ul{
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

#quiz-wrap ul li{
	margin-bottom: 5px;
}

.quiz-grid li{
	float: left;
	margin-bottom: 1.595744680851% !important;
	margin-right: 1.595744680851%;
	width: 32.269503546099%; /* 303.33333333333333/940 */
}

.quiz-grid li.no-space{
	margin-right: 0;
}

input[type=radio]{
	display: none;		
}

input[type=radio] + label{
	background-color: #f1f1f1;
	cursor: pointer;
	display: block;
	padding: 20px 20px 20px 65px;
	position: relative;
}

.quiz-grid input[type=radio] + label{
	padding: 4.945054945055% 4.945054945055% 13.186813186813%; /* 15/303.33333333333333 & 40/303.33333333333333 */
}

input[type=radio] + label:hover{
	background-color: #e4e3e3;
}

input[type=radio]:checked + label{
	background-color: #daffe1;
	font-weight: bold;
}

input[type=radio] + label:before{
	color: #535353;
	content: "\f096";
	display: inline-block;
    font-family: FontAwesome;
    font-size: 43px;
	left: 10px;
    letter-spacing: 10px;
	position: absolute;
	top: 11px;
}

.quiz-grid input[type=radio] + label:before{
	bottom: 2.637362637363%; /* 8/303.33333333333333 */
	font-size: 25px;
	left: 4.945054945055%;
	top: auto;
}

input[type=radio]:checked + label:before{
	color: #0F3;
    content: "\f00d";
    letter-spacing: 5px;
}

input[type=radio]:focus + label:before{
    color:orange;
	font-weight: bold;
}

#other-quizzes{
	/*display: none;*/
}

#other-quizzes.category-section-shows .bx-wrapper, .category-section-quizzes .bx-wrapper{
	height: 157px;
}

.content-meta{
	margin-bottom: 15px;
}

.content-social{
    margin-bottom: 15px;
    width: 500px;
}


/* --------- Right/Wrong Answers -------------*/

.right-answer-copy{
	color: #777;
	display: none;
    font-style: italic;
    margin-top: 10px;
}

.feedback-copy{
	color: #777;
	display: block;
    font-style: italic;
    margin-top: 10px;
}

.feedback-copy span{
	font-size: 20px;
}

.right-answer + label .right-answer-copy{
	display: block;
}

input.wrong-answer[type=radio]:checked + label:before{
	color: #ff0000;
    content: "\f00d";
    letter-spacing: 5px;
}

input.wrong-answer[type=radio]:checked + label{
	background-color: #ffdada;
}

input.right-answer[type=radio] + label{
	background-color: #daffe1;
	font-weight: bold;
}


/*-------- Results ---------------- */

#results{
	background-color: #333;
	color: #ccc;
	display: none;
	line-height: 25px;
	margin-bottom: 40px;
	padding: 20px;
}

#results h2, #results h6{
	margin-top: 0;
}

#results h2{
	color: #fff;
	font-size: 24px;
    line-height: 25px;
}

#results h6{
	font-size: 12px;
    font-style: italic;
	line-height: 20px;
    margin-bottom: 13px;
}

.results-img{
	display: block;
	float: right;
	width: 37.234042553191%; /* 350/940 */
}

.results-text{
	float: left;
	margin-right: 2.127659574468%; /* 20/940 */
	width: 60.63829787234%; /* 570/940 */
}

#sharing-results{
	font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}

#sharing-results span{
	display: block;
}

#results a, #results a:hover, #results a:active, #results a:link {
    color:white;
}


/* -------------- Misc -------------- */

.quiz-ad-sml, .quiz-ad-lg{
	margin: 0 auto;
}

.quiz-ad-sml{
	margin-bottom: 60px;
	width: 468px;
}

.quiz-ad-lg{
	width: 728px;
}


/* -------------- Media Queries -------------- */

@media screen and (max-width: 800px), handheld and (max-device-width: 800px){
	.quiz-grid input[type=radio] + label:before{
		font-size: 20px;
	}
	
	.quiz-ad-lg{
		width: 468px;
	}
}

@media screen and (max-width: 600px), handheld and (max-device-width: 600px){
	.quiz-grid input[type=radio] + label:before{
		font-size: 16px;
	}
}

@media screen and (max-width: 544px), handheld and (max-device-width: 544px){
	.results-img, .results-text{
		float: none;
		width: 100%;
	}
	
	.results-text{
		margin: 15px 0 0;
	}
	
	.content-social{
		width: 100%;
	}
}

@media screen and (max-width: 500px), handheld and (max-device-width: 500px){
	.quiz-ad-sml, .quiz-ad-lg{
		width: 320px;
	}
}

@media screen and (max-width: 450px), handheld and (max-device-width: 450px){
	.quiz-grid input[type=radio] + label:before{
		font-size: 13px;
	}
}

@media screen and (max-width: 350px), handheld and (max-device-width: 350px){
	.quiz-grid input[type=radio] + label:before{
		bottom: 1.637362637363%;
	}
}