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

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: 4rem;
}

#quiz-wrap ol{
	list-style-position: inside;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 6rem 0 0;
	padding: 0;
}

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

#quiz-wrap ol > li::marker {
	font-size: 2rem;
}

.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,
.quiz-grid li{
	display: flex;
}

.quiz-grid{
	flex-wrap: wrap;
}

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

.quiz-grid li:nth-child(3n+0){
	margin-right: 0;
}

.survival-eliminated-message {
	margin-top: 3rem;
}

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

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

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

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;
	left: 17px;
    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";
    letter-spacing: 5px;
}

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

#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: #000;
	display: block;
	font-size: 1.9rem;
	line-height: 2.5rem;
	font-weight: 600;
}

.feedback-copy span{
	font-weight: bolder;
}

input[type=radio]:checked + label.progress-item:before {
	color: #000;
}

input.right-answer + label.progress-item:before{
    content: "\f00c";
}

.answer-title {
	font-size: 1.9rem;
    font-weight: 600;
}

.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;
	border: 2px solid;
}

input.right-answer[type=radio] + label span {
	font-weight: bold;
}


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

#results{
	background-color: #f1f1f1;
	border-radius: 10px;
	color: #252525;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	display: none;
	line-height: 25px;
	padding: 3rem 2.5rem;
}

#results h2 {
    margin-bottom: 1rem;
}

#results h2 {
	font-weight: 400;
}

#results h3 {
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.results-img-text {
	display: flex;
	align-items: flex-start;
}

.results-img {
	border-radius: 10px;
}

.results-img-wrapper {
	margin-right: 3rem;
}

.results-text{
	flex: 1 1 100%;
	padding-right: 2rem;
}

#sharing-results{
	font-size: 13px;
	font-size: 1.3rem;
    font-weight: 600;
    width: 60.63829787234%;
    float: left;
}

#results .social {
	margin-top: 2rem;
}

#results .social a {
	display: inline-block;
	margin-top: 0;
}

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

.results-more {
	line-height: 20px;
	line-height: 2rem;
	position: relative;
}

.results-more span,
.results-more img {
	display: block;
}

.results-more span {
	margin-bottom: 5px;
}

.results-more img {
	width: 250px;
	margin-bottom: 1.5rem;
	border-radius: 10px;
}

.quiz-results-right {
	display: flex;
	flex-direction; column;
}

/* -------------- Blur Quiz -------------- */
[id^="questionContainer_"] img {
	height: auto;
    max-width: 400px;
    margin: 0 auto;
	display: block;
}

/* -------------- Polls -------------- */

.ol-poll{
	list-style: none !important;
}

.poll-wrap ol > li{
	margin-bottom: 30px !important;
}

.poll-result{
	margin-bottom: 15px;
	padding-left: 163px;
	position: relative;
}

.poll-result-percent{
	color: #00678e;
    font-family: "Work Sans",sans-serif;
    font-size: 5.5rem;
    left: 0;
    line-height: 5.5rem;
    position: absolute;
}

.poll-result-bar{
	border: 1px solid #00678e;
	height: 40px;
}

.poll-result-bar-inner{
	background-color: #00678e;
	height: 38px;
	width: 0%;
}

.poll-result-share{
	padding: 0 21.276595744681% 0 245px; /* 200/940 */
	position: relative;
}

.poll-result-share h2{
	color: #00678e;
	left: 0;
	position: absolute;
	top: 7px;
}

.result-percent
{
    float:right;
}

.progress {
  box-sizing: border-box;
  position:relative;
}

.progress-main {
  margin-bottom: 20px;
  background: #eee;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 3px -1px;
}
.progress-main .bar {
  height: 100% !important;
  left:0;
  top:0;
}
.progress-small {
  background: #eee;
  display: inline-block;
  width: 100px;
}
.progress-small .bar {
  height: 6px;
}

div[id^=bar2]{
	position: absolute;
	background: rgba(0, 206, 6, 0.27) !important;
	width: 0;
	box-sizing: border-box;
	background-image: -moz-linear-gradient(90deg, #53d769 0%, #fcff00 50%, #fc3d39 100%);
	background-image: -webkit-linear-gradient(90deg, #53d769 0%, #fcff00 50%, #fc3d39 100%);
	background-image: -ms-linear-gradient(90deg, #53d769 0%, #fcff00 50%, #fc3d39 100%);
	background-size: 1px 2000px;
	background-position: top left;
	background-repeat: repeat-x;
	transition: all 0.5s ease-in-out;
}

.survey_label span{
    display: inline-block;
    padding-right: 50px;
}

.survey_label .label-light {
	font-weight: 400;
}

.finished_survey{
    background-color: #f6f7f9;
}

.result-percent{
    position: absolute;
    right: 15px;
    top: 21px;
    display: inline-block;
    font-size: 30px;
    font-family: 'Work Sans',sans-serif;
    font-weight: bold;
    display:none;
}


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

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.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: 1200px), handheld and (max-device-width: 1200px){
	.poll-result-share{
		padding-left: 190px;
	}

	.poll-result-share h2{
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 1000px), handheld and (max-device-width: 1000px){
	.quiz-grid li,
	.quiz-grid li:nth-child(3n+0){
		margin-right: 2.051983584131%; /* 15/731 */
	}

	.quiz-grid li{
		margin-bottom: 2.051983584131% !important; /* 15/731 */
		width: 48.974008207934%; /* 358/731 */
	}

	.quiz-grid li:nth-child(2n+0){
		margin-right: 0;
	}

	.results-img-text {
		flex-direction: column;
	}

	.results-img-wrapper {
		width: 100%;
		margin-bottom: 1rem;
	}

	.results-img-wrapper img {
		width: 100%;
	}

	.quiz-results-right {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 900px), handheld and (max-device-width: 900px){
	.quiz-results-right {
		display: none;
	}

}

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

	.poll-result-share{
		padding-right: 10.63829787234%; /* 100/940 */
	}

	.results-img-text {

		flex-direction: column;
	}
}

@media screen and (max-width: 700px), handheld and (max-device-width: 700px){
	.poll-result{
		padding-left: 140px;
	}

	.poll-result-share{
		padding-left: 170px;
	}
}

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

	.poll-result{
		padding-left: 110px;
	}

	.poll-result-percent{
		font-size: 45px;
		font-size: 4.5rem;
		line-height: 45px;
		line-height: 4.5rem;
	}

	.poll-result-bar{
		height: 30px;
	}

	.poll-result-bar-inner{
		height: 28px;
	}
}

@media screen and (max-width: 544px), handheld and (max-device-width: 544px){
	.results-img, .results-text{
		float: none;
		width: 100%;
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 500px), handheld and (max-device-width: 500px){

	#quiz-wrap ol {
		margin-top: 3rem;
	}

	.quiz-ad-sml, .quiz-ad-lg{
		width: 320px;
	}

	.poll-result-share{
		padding-right: 0;
	}

	.quiz-grid li,
	.quiz-grid li:nth-child(2n+0){
		margin-right: 0;
	}

	.quiz-grid li{
		width: 100%;
	}

	.results-img-text {
		flex-direction: column;
	}
}

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

@media screen and (max-width: 400px), handheld and (max-device-width: 400px){
	.poll-result{
		padding-left: 90px;
	}

	.poll-result-percent{
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 35px;
		line-height: 3.5rem;
	}

	.poll-result-bar-container{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 18px;
		line-height: 1.8rem;
	}

	.poll-result-bar{
		height: 20px;
	}

	.poll-result-bar-inner{
		height: 18px;
	}

	.poll-result-share{
		padding-left: 0;
	}

	.poll-result-share h2{
		margin-bottom: 0;
		position: static;
	}

	#sharing-results .content-social-btns li{
		width: 50px;
	}

	#sharing-results .content-social-btns li a{
		border-radius: 3px;
		line-height: 0;
		padding: 6px 8px;
	}

	#sharing-results .content-social-btn-text{
		font-size: 24px;
		font-size: 2.4rem;
	}

	#sharing-results .content-social-btn-text span{
		display: none;
	}

}

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

	.results-more {
		min-height: auto;
		padding: 0;
	}

	.results-more img {
		margin-bottom: 10px;
		position: static;
		width: 100%;
	}
}
