/* -------------- Global -------------- */

/*body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}*/

img{
	height: auto;
	max-width: 100%;
}


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

#container{
	background-color: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 980px;
	padding: 10px;
}

.main-banner{
	display: block;
}

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

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

#quiz-wrap .quiz-grid label {
	background-color: #e22d80;	
}

#quiz-wrap .quiz-grid label:hover,
#quiz-wrap .quiz-grid label:focus {
	background-color: #132056;
}

#quiz-wrap .quiz-grid label:hover:before,
#quiz-wrap .quiz-grid label:focus:before {
	color: white;
}

#quiz-wrap .quiz-grid label:before {
	color: white;
}

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

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

span.question{
	font-size: 2rem;
	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: "\f0c8";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 43px;
	font-weight: 400;
	left: 10px;
	letter-spacing: 10px;
	position: absolute;
	top: 21px;
}

.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: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

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;
}


/* --------- 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";
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

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 !important;
	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: 100%; /* 570/940 */
}

#results .column-left,
#results .column-right {
	display: flex;
	width: 100%;
}

#results .column-left {
	flex: 100%;
}

#results .column-right {
	flex-direction: column;
  align-items: center;
  flex: 40%;
}

#results .column-right .results-img {
	width: 100%;
}

#results .results-img-wrapper {
	position: relative;
}

#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;
	}

	#results .column-left {
		margin-bottom: 2rem;
	}
}

@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;
	}
}

@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%;
	}
}

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