<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* NOTE!
IKK, IKKMC AND IKKMOPED USE ONLY THIS COMMON FILE FOR QUIZZES.
JO USES AN ADDITIONAL CSS/QUIZ.CSS CUSTOM FILE ALSO */

@font-face {
	font-family: KatahdinRound;
	src: url('../../fonts/KatahdinRound.otf');
}

/* END FONTS */


#page_wrapper {
	position:relative;
	width: 100%;
	padding-top: 110px;
	padding-bottom: 150px;
	min-height: calc(100vh - 10em);
	background-color: var(--background-color);
}

#page_wrapper.timer_graph_visible {
	padding-top: 113px;
}

#page_wrapper.no_padding_bottom {
	padding-bottom: 0;
}

.page_guest {
	padding-bottom: 0 !important;
}

#page_cover {
	position: fixed;
	width: 100%;
	min-height: 100%;
	background-color: var(--background-color);
	z-index: 100;
}

a {
	color: #89ba2c;
	text-decoration: none;
}

/*MOBILE*/

.mobile_only {
	display: none;
}

/*END MOBILE*/

/* GENERAL */
.btn_quiz_action {
	font-family: KatahdinRound, sans-serif;
	text-transform: uppercase;
	display: table;
	font-weight: 500;
	padding: 20px 80px;
	margin: 0 auto 0 auto;
	border-radius: 10px;
	cursor: pointer;
	color: var(--text-inverse);
	border: none;
	font-size: 1em;

	background: #1b99e6; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#1da1f2, #1b99e6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1da1f2, #1b99e6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1da1f2, #1b99e6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1da1f2, #1b99e6); /* Standard syntax */

}

body.night_mode .btn_quiz_action {
	color: var(--text-default);
}

.btn_quiz_action:hover {
	background: #1069bc; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#1da1f2, #1069bc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1da1f2, #1069bc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1da1f2, #1069bc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1da1f2, #1069bc); /* Standard syntax */
}

/* GENERAL */


/* * * * * * * *
  MENU SCREEN
* * * * * * * * */

#quiz_menu_container {
	background-color: var(--background-whitesmoke);
	padding-bottom: 10em;
	min-height: calc(100vh - 10em);
}

#quiz_menu_content {
	width: 45%;
	margin: 0;
	overflow: hidden;
	padding: 0 0.25em 0 0.25em;
	margin: auto;
	vertical-align: top;
}

#buttons_container {
	background: gainsboro;
	padding: 20px;
}

#buttons_container div {

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

	margin: 0 auto;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	border: 2px solid white;
	border-radius: 20px;
	color: var(--text-inverse);
}

#buttons_container div:hover {
	border: 2px solid dodgerblue;
	color: dodgerblue;
}

/* PREVIOUS QUIZZES */

.quiz_list {
	margin: 2em 0;
}

.no_quizzes_detail {
	display:none;
	color: var(--text-lighter);
	margin-top: 4em;
	text-align: center;
	font-style: italic;
}

.quiz_list .item {
	width: 100%;
	overflow: hidden;
	padding: 1.5em 2em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 1em;
	border-radius: 1em;
	background-color: var(--background-color);
	border: 1px solid transparent;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.quiz_list .item:hover {
	-webkit-filter: brightness(98%);
	filter: brightness(98%);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	border: 1px solid silver;
}

.quiz_list .item * {
	pointer-events: none;
}

.quiz_list .item .text_container {

	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.text_container_div {
	width: 50%;
	min-width: 50%;
}

.quiz_list .item .text_container .large_item {
	min-width: 100%;
	color: var(--text-default);
	margin-bottom: 0.25em;
	font-size: 1.125em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.quiz_list .item .text_container .small_item {
	color: grey;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.circle_progress {
	height: 100%;
	margin-right: 40px;
}

body.night_mode .circle_progress {
	filter: invert(1);
}

.circle_finished {
	border-radius: 50%;
	box-shadow: 0px 1px 3px #888888;
	height: 35px;
	width: 35px;
	min-width: 35px;
	min-height: 35px;
	margin-right: 40px;
}


.circle_passed {

	/* fallback */
	background-color: #7eff7d;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7eff7d), to(#41e93a));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #7eff7d, #41e93a);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #7eff7d, #41e93a);

	/* IE 10 */
	background: -ms-linear-gradient(top, #7eff7d, #41e93a);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #7eff7d, #41e93a);

}

.circle_failed {

	/* fallback */
	background-color: #ff6565;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f34d4d), to(#ff6565));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ff6565, #f34d4d);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ff6565, #f34d4d);

	/* IE 10 */
	background: -ms-linear-gradient(top, #ff6565, #f34d4d);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ff6565, #f34d4d);

}

.quiz_list .item:hover .circle_passed {

	/* fallback */
	background-color: #10930a;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7eff7d), to(#10930a));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #7eff7d, #10930a);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #7eff7d, #10930a);

	/* IE 10 */
	background: -ms-linear-gradient(top, #7eff7d, #10930a);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #7eff7d, #10930a);

}

.quiz_list .item:hover .circle_failed {

	/* fallback */
	background-color: #ff6565;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b21010), to(#ff6565));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ff6565, #b21010);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ff6565, #b21010);

	/* IE 10 */
	background: -ms-linear-gradient(top, #ff6565, #b21010);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ff6565, #b21010);

}

/* END PREVIOUS QUIZZES */

/* * * * * * * *
  END MENU SCREEN
* * * * * * * * */


/* * * * * * * *
  SETUP QUIZ
* * * * * * * * */

#quiz_setup_container {

	width: 45%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin: auto;
	vertical-align: top;

}

.setup_elements_container {
	background: whitesmoke;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 10px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
	cursor: default;
}

.setup_elements_container h4 {
	text-align: left;
	margin: 0px 0px 20px 0px;
}

.setup_button_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.setup_button {
	width: 30%;
	padding: 20px 3px;
	margin: 1.6%;
	border-radius: 10px;
	border: 2px solid grey;
	font-weight: 500;

	/* fallback */
	background-color: gainsboro;
}

.setup_button:hover {
	border: 2px solid black;
}


.setup_button.category_select_button {
	width: 48%;
	margin: 1%;
}

.setup_button.wide {
	width: 100%;
	margin: 0 0 1em 0;
}

.disabled:hover {
	border: 2px solid grey;
}

.activated {

	border: 2px solid #10930a;

	/* fallback */
	background-color: #7eff7d;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7eff7d), to(#41e93a));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #7eff7d, #41e93a);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #7eff7d, #41e93a);

	/* IE 10 */
	background: -ms-linear-gradient(top, #7eff7d, #41e93a);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #7eff7d, #41e93a);

}

#setup_custom_quiz_description {
	text-align: center;
	margin: 30px 0;
	color: grey;
}


.setup_elements_description {
	text-align: left;
	margin: 0px 0px 40px 25px;
	color: grey;
}

#quiz_length_slider_wrapper {
	width: 82%;
	margin-right: 5%;
}

#quiz_length_info {
	margin-left: auto;
	width: 13%;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 10px 5px;
	background-color: var(--background-color);
	font-weight: 500;
}

/* start quiz button */

.start_quiz_button {
	width: 100%;
	height: 60px;
	border-radius: 10px;
	color: var(--text-inverse);
	font-weight: 500;
	outline: none;
	margin-top: 40px;

	/* fallback */
	background-color: #1da1f2;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b99e6), to(#1da1f2));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #1da1f2, #1b99e6);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #1da1f2, #1b99e6);

	/* IE 10 */
	background: -ms-linear-gradient(top, #1da1f2, #1b99e6);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #1da1f2, #1b99e6);
}

.start_quiz_button:hover{

	/* fallback */
	background-color: #1069bc;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1069bc), to(#1da1f2));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #1da1f2, #1069bc);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #1da1f2, #1069bc);

	/* IE 10 */
	background: -ms-linear-gradient(top, #1da1f2, #1069bc);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #1da1f2, #1069bc);
}

/* end start quiz button */


.setup_title {
	margin-top: 0px;
	background-color: whitesmoke;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	border-top: 1px solid #b6b6b6;
	border-bottom: 2px solid #b6b6b6;
	text-align: left;
	color: var(--text-default);
}

.setup_item_sub {

	/* Flexbox for vertical centering */
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
	align-items: center;

	/* End flexbox */

	width: 100%;
	margin-top: 0px;
	background-color: var(--background-color);
	padding: 15px;
	padding-left: 25px;
	border-bottom: 1px solid #b6b6b6;
}

.setup_item_sub * {
	opacity: 1;
}

.setup_item_sub:hover {
	background: whitesmoke;
}

.setup_item_sub_inactive {

	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
	align-items: center;

	/* End flexbox */

	width: 100%;
	margin-top: 0px;
	background-color: var(--background-color);
	font-weight: normal;
	padding: 15px;
	padding-left: 25px;
	border-bottom: 1px solid #b6b6b6;
}

.setup_item_sub_inactive * {
	opacity: 0.5;
}

.setup_item_sub_inactive:hover {
}

.setup_item_text {
}

/* * * * * * * *
  END SETUP QUIZ
* * * * * * * * */

/* * * * * * * *
  SETUP QUIZ DIALOG
* * * * * * * * */
div.setup_quiz_dialog_container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 10000;
}

div.setup_quiz_dialog_container div.dialog_content {
	width: 40em;
	max-width: calc(100% - 2em);
	height: 90vh;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: var(--background-color);
	border-radius: 1em;
	border: 1px solid silver;
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper {
	position: relative;
	overflow: hidden;
	height: 90vh;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content {
	height: calc(100% - 5em);
	text-align: left;
	position: relative;
	overflow: auto;
	padding: 0 2em 2em 2em;
}

div.setup_quiz_dialog_container div.dialog_content.question div.content_wrapper div.content .header_label {
	text-align: left;
	margin-bottom: 0.75em;
	margin-top: 0.5em;
}

div.setup_quiz_dialog_container div.dialog_content.question div.content_wrapper div.content .header_description {
	color: grey;
	font-style: italic;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content .quiz_option_title {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.quiz_option_items_container {
	border: 1px solid blue;
	border-radius: 1em;
	padding: 1em;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_length_range_slider_container {
	margin-bottom: 1.5em;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_length_range_slider_container div.quiz_length_range_slider_wrapper {
	position: relative;
	width: 100%;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_length_value {
	margin-left: 1em;
	width: 4em;
	border: 1px solid #eaeaea;
	border-radius: 0.5em;
	padding: 0.5em 0.25em;
	background-color: var(--background-color);
	font-weight: 500;
	text-align: center;
	pointer-events: none;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_question_types_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_question_types_container div.switch_item {
	width: calc(50% - 1em);
	margin-bottom: 0.5em;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container {
	margin: 1em 0 2em 0;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item {
	border-bottom: 1px solid #eaeaea;

}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.25em;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header div.header_left {
	display: flex;
	align-items: center;
	margin-right: 1em;
	height: 100%;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item:not(.all_categories_item) div.item_header div.header_left {
	cursor: pointer;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header div.header_left img.category_expanded_indicator {
	height: 1.0em;
	margin-right: 0.75em;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header div.header_left div.category_label {
	font-weight: 500;
	flex: 1;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header div.header_left div.selected_tags_info {
	margin-left: 0.75em;
	font-size: 0.8125em;
	color: #666;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header .toggle_switch.disabled {
	pointer-events: unset;
	cursor: default;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header .toggle_switch.disabled:hover {
	border: none;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.tags_container {
	display: none;
	overflow: hidden;
	margin: 0.5em 0;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.tags_container div.content {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	padding: 0 0 0 0.5em;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.tags_container div.content button {
	display: flex;
	align-items: center;
	border-radius: 0.5em;
	outline: none;
	border: none;
	padding: 0.5em 0.75em;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.tags_container div.content button.selected {
	background-color: dodgerblue;
	color: var(--text-inverse);
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.tags_container div.content button.disabled {
	cursor: default;
	opacity: 0.5;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.tags_container div.content button:not(.disabled):hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	transform: scale(1.01);
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.tags_container div.content button span.tag_button_label {
	color: var(--text-lighter);
	text-align: left;
	font-size: 0.875em;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.tags_container div.content button.selected span.tag_button_label {
	color: var(--text-inverse);
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.tags_container div.content button img.tag_selection_indicator {
	width: 1em;
	margin-right: 0.5em;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.buttons_container {
	height: 5em;
	padding: 0 1.5em 1px 1.5em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--background-whitesmoke);
	border-top: 1px solid #ddd;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.buttons_container button {
	width: calc(50% - 1em);
	height: 3em;
	margin: 0;
	border-radius: 0.75em;
	padding: 0;
	font-weight: normal;
}

div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.buttons_container button.bold {
	font-weight: bold;
}

/* * * * * * * *
  END SETUP QUIZ DIALOG
* * * * * * * * */


/* * * * * * * *
	QUIZ
* * * * * * * * */

#quiz_content {
	width: 100%;
	margin: auto;
	overflow: hidden;
	background-color: var(--background-color);
	padding: 0;
}


/* QUIZ QUESTION (center panel) */

#question_container {
	width: 45%;
	margin: auto;
	display: block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	padding: 0;
}

/* Quiz question image*/
#image_container {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: var(--background-color);
}

#question_image {
	cursor: default;
}

#question_image.clickable {
	cursor: pointer;
}

.quiz_image_jpg {
	position: absolute;
	top:  0;
	left: 0;
	width: 100%;
}

.quiz_image_png {
	position: absolute;
	max-height: calc(100% - 1em);
	max-width: calc(100% - 1em);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.dummy {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: -1px;
}

#fullscreen_notification {
	position: relative;
	color: white;
	background: rgba(0,0,0,0.9);
	padding: 0.5em;
	font-size: 0.875em;
	pointer-events: none;
}

#image_container img.icon_fullscreen {
	position: absolute;
	right: 0.75em;
	bottom: 2.5em;
	width: 2em;
	border-radius: 50%;
	padding: 0.25em;
	cursor: pointer;
	pointer-events: none;
	transition: background-color 0.2s ease-out;
}

#image_container img.icon_fullscreen img.icon_fullscreen:hover,
#question_image:hover ~ img.icon_fullscreen {
	background-color: rgba(1,1,1,0.65);
}

/* VIDEO */
#question_container div.video_container {
	display: none;
	position: relative;
	margin: -2px;
	aspect-ratio: 16/9;
	z-index: 1;
}


/* image loader */
.question_image_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 0.5em;
	width: 0.75em;
	height: 0.75em;
	border-radius: 50%;
	text-indent: -9999em;
	-webkit-animation: image_loader_animation 1.1s infinite ease;
	animation: image_loader_animation 1.1s infinite ease;
}
@-webkit-keyframes image_loader_animation {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #1e90ff, 1.8em -1.8em 0 0em rgba(30,144,255, 0.2), 2.5em 0em 0 0em rgba(30,144,255, 0.2), 1.75em 1.75em 0 0em rgba(30,144,255, 0.2), 0em 2.5em 0 0em rgba(30,144,255, 0.2), -1.8em 1.8em 0 0em rgba(30,144,255, 0.2), -2.6em 0em 0 0em rgba(30,144,255, 0.5), -1.8em -1.8em 0 0em rgba(30,144,255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.7), 1.8em -1.8em 0 0em #1e90ff, 2.5em 0em 0 0em rgba(30,144,255, 0.2), 1.75em 1.75em 0 0em rgba(30,144,255, 0.2), 0em 2.5em 0 0em rgba(30,144,255, 0.2), -1.8em 1.8em 0 0em rgba(30,144,255, 0.2), -2.6em 0em 0 0em rgba(30,144,255, 0.2), -1.8em -1.8em 0 0em rgba(30,144,255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.5), 1.8em -1.8em 0 0em rgba(30,144,255, 0.7), 2.5em 0em 0 0em #1e90ff, 1.75em 1.75em 0 0em rgba(30,144,255, 0.2), 0em 2.5em 0 0em rgba(30,144,255, 0.2), -1.8em 1.8em 0 0em rgba(30,144,255, 0.2), -2.6em 0em 0 0em rgba(30,144,255, 0.2), -1.8em -1.8em 0 0em rgba(30,144,255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.2), 1.8em -1.8em 0 0em rgba(30,144,255, 0.5), 2.5em 0em 0 0em rgba(30,144,255, 0.7), 1.75em 1.75em 0 0em #1e90ff, 0em 2.5em 0 0em rgba(30,144,255, 0.2), -1.8em 1.8em 0 0em rgba(30,144,255, 0.2), -2.6em 0em 0 0em rgba(30,144,255, 0.2), -1.8em -1.8em 0 0em rgba(30,144,255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.2), 1.8em -1.8em 0 0em rgba(30,144,255, 0.2), 2.5em 0em 0 0em rgba(30,144,255, 0.5), 1.75em 1.75em 0 0em rgba(30,144,255, 0.7), 0em 2.5em 0 0em #1e90ff, -1.8em 1.8em 0 0em rgba(30,144,255, 0.2), -2.6em 0em 0 0em rgba(30,144,255, 0.2), -1.8em -1.8em 0 0em rgba(30,144,255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.2), 1.8em -1.8em 0 0em rgba(30,144,255, 0.2), 2.5em 0em 0 0em rgba(30,144,255, 0.2), 1.75em 1.75em 0 0em rgba(30,144,255, 0.5), 0em 2.5em 0 0em rgba(30,144,255, 0.7), -1.8em 1.8em 0 0em #1e90ff, -2.6em 0em 0 0em rgba(30,144,255, 0.2), -1.8em -1.8em 0 0em rgba(30,144,255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.2), 1.8em -1.8em 0 0em rgba(30,144,255, 0.2), 2.5em 0em 0 0em rgba(30,144,255, 0.2), 1.75em 1.75em 0 0em rgba(30,144,255, 0.2), 0em 2.5em 0 0em rgba(30,144,255, 0.5), -1.8em 1.8em 0 0em rgba(30,144,255, 0.7), -2.6em 0em 0 0em #1e90ff, -1.8em -1.8em 0 0em rgba(30,144,255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.2), 1.8em -1.8em 0 0em rgba(30,144,255, 0.2), 2.5em 0em 0 0em rgba(30,144,255, 0.2), 1.75em 1.75em 0 0em rgba(30,144,255, 0.2), 0em 2.5em 0 0em rgba(30,144,255, 0.2), -1.8em 1.8em 0 0em rgba(30,144,255, 0.5), -2.6em 0em 0 0em rgba(30,144,255, 0.7), -1.8em -1.8em 0 0em #1e90ff;
	}
}
@keyframes image_loader_animation {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #1e90ff, 1.8em -1.8em 0 0em rgba(30,144,255, 0.2), 2.5em 0em 0 0em rgba(30,144,255, 0.2), 1.75em 1.75em 0 0em rgba(30,144,255, 0.2), 0em 2.5em 0 0em rgba(30,144,255, 0.2), -1.8em 1.8em 0 0em rgba(30,144,255, 0.2), -2.6em 0em 0 0em rgba(30,144,255, 0.5), -1.8em -1.8em 0 0em rgba(30,144,255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.7), 1.8em -1.8em 0 0em #1e90ff, 2.5em 0em 0 0em rgba(30,144,255, 0.2), 1.75em 1.75em 0 0em rgba(30,144,255, 0.2), 0em 2.5em 0 0em rgba(30,144,255, 0.2), -1.8em 1.8em 0 0em rgba(30,144,255, 0.2), -2.6em 0em 0 0em rgba(30,144,255, 0.2), -1.8em -1.8em 0 0em rgba(30,144,255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.5), 1.8em -1.8em 0 0em rgba(30,144,255, 0.7), 2.5em 0em 0 0em #1e90ff, 1.75em 1.75em 0 0em rgba(30,144,255, 0.2), 0em 2.5em 0 0em rgba(30,144,255, 0.2), -1.8em 1.8em 0 0em rgba(30,144,255, 0.2), -2.6em 0em 0 0em rgba(30,144,255, 0.2), -1.8em -1.8em 0 0em rgba(30,144,255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.2), 1.8em -1.8em 0 0em rgba(30,144,255, 0.5), 2.5em 0em 0 0em rgba(30,144,255, 0.7), 1.75em 1.75em 0 0em #1e90ff, 0em 2.5em 0 0em rgba(30,144,255, 0.2), -1.8em 1.8em 0 0em rgba(30,144,255, 0.2), -2.6em 0em 0 0em rgba(30,144,255, 0.2), -1.8em -1.8em 0 0em rgba(30,144,255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.2), 1.8em -1.8em 0 0em rgba(30,144,255, 0.2), 2.5em 0em 0 0em rgba(30,144,255, 0.5), 1.75em 1.75em 0 0em rgba(30,144,255, 0.7), 0em 2.5em 0 0em #1e90ff, -1.8em 1.8em 0 0em rgba(30,144,255, 0.2), -2.6em 0em 0 0em rgba(30,144,255, 0.2), -1.8em -1.8em 0 0em rgba(30,144,255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.2), 1.8em -1.8em 0 0em rgba(30,144,255, 0.2), 2.5em 0em 0 0em rgba(30,144,255, 0.2), 1.75em 1.75em 0 0em rgba(30,144,255, 0.5), 0em 2.5em 0 0em rgba(30,144,255, 0.7), -1.8em 1.8em 0 0em #1e90ff, -2.6em 0em 0 0em rgba(30,144,255, 0.2), -1.8em -1.8em 0 0em rgba(30,144,255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.2), 1.8em -1.8em 0 0em rgba(30,144,255, 0.2), 2.5em 0em 0 0em rgba(30,144,255, 0.2), 1.75em 1.75em 0 0em rgba(30,144,255, 0.2), 0em 2.5em 0 0em rgba(30,144,255, 0.5), -1.8em 1.8em 0 0em rgba(30,144,255, 0.7), -2.6em 0em 0 0em #1e90ff, -1.8em -1.8em 0 0em rgba(30,144,255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(30,144,255, 0.2), 1.8em -1.8em 0 0em rgba(30,144,255, 0.2), 2.5em 0em 0 0em rgba(30,144,255, 0.2), 1.75em 1.75em 0 0em rgba(30,144,255, 0.2), 0em 2.5em 0 0em rgba(30,144,255, 0.2), -1.8em 1.8em 0 0em rgba(30,144,255, 0.5), -2.6em 0em 0 0em rgba(30,144,255, 0.7), -1.8em -1.8em 0 0em #1e90ff;
	}
}

/* End quiz question image*/

/* Picture question*/
#picture_question_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	overflow: hidden;
	display: none;
	z-index: 10001;
	animation: bounceIn 0.1s;
}

#picture_question_zoom_wrapper {
	position: absolute;
	top: 0;
	bottom: 3.5em;
	left: 0;
	right: 0;
	overflow-x: auto;
	overflow-y: auto;
	cursor: grab;
	scrollbar-gutter: stable;
}

#picture_question {
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: top left;
	max-width: none;
	max-height: none;
	/* width/height will be set via JS */
	opacity: 0;
	transition: opacity 0.1s ease;
}

#fullscreen_picture_controller_container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3.5em;
	background: black;
	z-index: 10002;
}

#btn_exit_fullscreen_picture {
	z-index: 10002;
	position: absolute;
	left: 50%;
	bottom: 0.6125em;
	transform: translateX(-50%);
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	padding: 0.75em 1.5em;
	white-space: nowrap;
}

#btn_exit_fullscreen_picture span {
	margin-right: 0.75em;
	font-size: 1.25em;
}

#btn_exit_fullscreen_picture img.icon {
	height: 1.5em;
	width: auto;
}

#picture_question_zoom_slider {
	position: absolute;
	bottom: 0.25em;
	right: 2em;
	width: 12em;
	z-index: 10002;
	margin-bottom: 0;
}

/* End picture question */

/* The question */
#puzzle_alts_container {
	position:relative;
	padding: 0;
	margin: 0;
}

#question_puzzle {
	width: 100%;
	min-height: 100px;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: 500;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	text-align: left;

	pointer-events: none;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}

/* * * * * * * * *
ANSWER ALTERNATIVE BUTTONS
* * * * * * * * */

.answer_alts_container {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */

}

.answer_alternative {
	width: 49%;
	min-height: 100px;
	border: 1px solid lightgrey;
	border-radius: 10px;
	outline: 0;
	padding-right: 5px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	background: var(--background-whitesmoke);
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	user-select: none;          /* Likely future */
	overflow-wrap: break-word; /* Hyphenation. Hyphenate long words on supported browsers, and words break on others */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	cursor: pointer;
}


.answer_alternative_clicked {

	width: 49%;
	min-height: 100px;
	border: 1px solid dodgerblue;
	border-radius: 10px;
	outline: 0;
	padding-right: 5px;

	margin-bottom: 15px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background: #80c3ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#80c3ff), to(#55a9f2));
	background: -webkit-linear-gradient(#80c3ff, #55a9f2);
	background: -moz-linear-gradient(#80c3ff, #55a9f2);
	background: -ms-linear-gradient(#80c3ff, #55a9f2);
	background: -o-linear-gradient(#80c3ff, #55a9f2);
	background: linear-gradient(#80c3ff, #55a9f2); /* Standard syntax */

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */

	overflow-wrap: break-word; /* Hyphenation. Hyphenate long words on supported browsers, and words break on others */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;

	-webkit-animation: buttonArrive 0.3s;
	animation: buttonArrive 0.3s;
}

/*This is the same as .answer_alternative_clicked but without animation*/
.answer_alternative_selected {

	width: 49%;
	min-height: 100px;
	border: 1px solid dodgerblue;
	border-radius: 10px;
	outline: 0;
	padding-right: 5px;

	margin-bottom: 15px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background: #80c3ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#80c3ff), to(#55a9f2));
	background: -webkit-linear-gradient(#80c3ff, #55a9f2);
	background: -moz-linear-gradient(#80c3ff, #55a9f2);
	background: -ms-linear-gradient(#80c3ff, #55a9f2);
	background: -o-linear-gradient(#80c3ff, #55a9f2);
	background: linear-gradient(#80c3ff, #55a9f2); /* Standard syntax */

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */

	overflow-wrap: break-word; /* Hyphenation. Hyphenate long words on supported browsers, and words break on others */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;

}

.answer_alternative_inert {

	width: 49%;
	min-height: 100px;
	border: 1px solid lightgrey;
	border-radius: 10px;
	outline: 0;
	padding-right: 5px;

	margin-bottom: 15px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee));
	background: -webkit-linear-gradient(#fafafa, #eeeeee);
	background: -moz-linear-gradient(#fafafa, #eeeeee);
	background: -ms-linear-gradient(#fafafa, #eeeeee);
	background: -o-linear-gradient(#fafafa, #eeeeee);
	background: linear-gradient(#fafafa, #eeeeee); /* Standard syntax */

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */

	overflow-wrap: break-word; /* Hyphenation. Hyphenate long words on supported browsers, and words break on others */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.answer_alternative_correct {

	width: 49%;
	min-height: 100px;
	border: 1px solid lightgrey;
	border-radius: 10px;
	outline: 0;
	padding-right: 5px;

	margin-bottom: 15px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background: #80ff80;
	background: -webkit-gradient(linear, left top, left bottom, from(#80ff80), to(#59f259));
	background: -webkit-linear-gradient(#80ff80, #59f259);
	background: -moz-linear-gradient(#80ff80, #59f259);
	background: -ms-linear-gradient(#80ff80, #59f259);
	background: -o-linear-gradient(#80ff80, #59f259);
	background: linear-gradient(#80ff80, #59f259); /* Standard syntax */

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */

	overflow-wrap: break-word; /* Hyphenation. Hyphenate long words on supported browsers, and words break on others */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* The same as .answer_alternative_correct but with an intro animation */
.answer_alternative_clicked_correct {

	width: 49%;
	min-height: 100px;
	border: 1px solid lightgrey;
	border-radius: 10px;
	outline: 0;
	padding-right: 5px;

	margin-bottom: 15px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background: #80ff80;
	background: -webkit-gradient(linear, left top, left bottom, from(#80ff80), to(#59f259));
	background: -webkit-linear-gradient(#80ff80, #59f259);
	background: -moz-linear-gradient(#80ff80, #59f259);
	background: -ms-linear-gradient(#80ff80, #59f259);
	background: -o-linear-gradient(#80ff80, #59f259);
	background: linear-gradient(#80ff80, #59f259); /* Standard syntax */

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */

	overflow-wrap: break-word; /* Hyphenation. Hyphenate long words on supported browsers, and words break on others */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;

	-webkit-animation: buttonArrive 0.3s;
	animation: buttonArrive 0.3s;
}

.answer_alternative_incorrect {

	width: 49%;
	min-height: 100px;
	border: 1px solid lightgrey;
	border-radius: 10px;
	outline: 0;
	padding-right: 5px;

	margin-bottom: 15px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background: #ff6666;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6666), to(#f34d4d));
	background: -webkit-linear-gradient(#ff6666, #f34d4d);
	background: -moz-linear-gradient(#ff6666, #f34d4d);
	background: -ms-linear-gradient(#ff6666, #f34d4d);
	background: -o-linear-gradient(#ff6666, #f34d4d);
	background: linear-gradient(#ff6666, #f34d4d); /* Standard syntax */

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */

	overflow-wrap: break-word; /* Hyphenation. Hyphenate long words on supported browsers, and words break on others */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* Same as .answer_alternative_incorrect but with an intro animation */
.answer_alternative_clicked_incorrect {

	width: 49%;
	min-height: 100px;
	border: 1px solid lightgrey;
	border-radius: 10px;
	outline: 0;
	padding-right: 5px;

	margin-bottom: 15px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background: #ff6666;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6666), to(#f34d4d));
	background: -webkit-linear-gradient(#ff6666, #f34d4d);
	background: -moz-linear-gradient(#ff6666, #f34d4d);
	background: -ms-linear-gradient(#ff6666, #f34d4d);
	background: -o-linear-gradient(#ff6666, #f34d4d);
	background: linear-gradient(#ff6666, #f34d4d); /* Standard syntax */

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */

	overflow-wrap: break-word; /* Hyphenation. Hyphenate long words on supported browsers, and words break on others */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;

	-webkit-animation: buttonArrive 0.3s;
	animation: buttonArrive 0.3s;
}
body.night_mode .answer_alternative_correct,
body.night_mode .answer_alternative_clicked_correct,
body.night_mode .answer_alternative_incorrect,
body.night_mode .answer_alternative_clicked_incorrect,
body.night_mode .answer_alternative_clicked,
body.night_mode .answer_alternative_selected,
body.night_mode .answer_alternative_inert {
	filter: brightness(0.9);
	color: var(--text-inverse);
}

.alt_identifier {
	width: 15%;
	font-size: 2.0em;
	font-weight: bold;
	pointer-events: none;
	/* Force GPU rendering */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.alt_text {
	width: 85%;
	font-size: 1.0em;
	text-align: left;
	pointer-events: none;
	overflow-wrap: break-word; /* Hyphenation. Hyphenate long words on supported browsers, and words break on others */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* End answer alternatives */


/* END QUIZ QUESTION */


/* OVERVIEW (left panel) */

.overview_item {

	/* Flexbox for vertical centering */
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
	align-items: center;

	/* End flexbox */

	width: 100%;
	height: 80px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	background: #7f7f7f; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#7f7f7f, #565656); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7f7f7f, #565656); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7f7f7f, #565656); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7f7f7f, #565656); /* Standard syntax */

	font-weight: normal;
	cursor: pointer;

}

.overview_item:hover {
	background: whitesmoke;
}

body.night_mode .overview_item:hover {
	background: #ccc;
}

.overview_item:hover span {
	color: var(--text-default);
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overview_item:hover .number_circle {
	border: 2px solid black;
}

.overview_item:hover div {
	color: var(--text-default);
}

.overview_item span {
	color: var(--text-inverse);
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.night_mode .overview_item span {
	color: var(--text-default);
}

body.night_mode .overview_item:hover span {
	color: var(--text-inverse);
}

.overview_item img {
	height: 30px;
	padding-right: 10px;
}

.overview_item_clicked {

	/* Flexbox for vertical centering */
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
	align-items: center;

	/* End flexbox */

	width: 100%;
	height: 80px;
	padding: 10px;
	background: #cccccc; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#cccccc, #cccccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cccccc, #cccccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cccccc, #cccccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cccccc, #cccccc); /* Standard syntax */

	font-weight: normal;
	cursor: pointer;

}

.overview_item_clicked span {
	color: var(--text-default);
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.night_mode .overview_item_clicked span {
	color: var(--text-inverse);
}


/* CIRCLED NUMBERS, USED IN OVERVIEW */

.number_circle_wrapper {
	width: 35px;
	height: 35px;
	min-width:35px;
	min-height: 35px;
	margin-right: 0.75em;
	position: relative;
	display: inline-block;
}

.number_circle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	border: 2px solid white;
	color: var(--text-inverse);
}

.number_circle_label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	font-weight: 500;
}

body.night_mode .number_circle_label {
	color: var(--text-default);
}

body.night_mode .overview_item:hover .number_circle_label,
body.night_mode .number_circle_incorrect .number_circle_label,
body.night_mode .number_circle_correct .number_circle_label {
	color: var(--text-inverse);
}

.number_circle_selected {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	border-radius: 50%;
	border: 2px solid black;
}

body.night_mode .number_circle_selected .number_circle_label {
	color: var(--text-inverse);
}


.number_circle_answered {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background-color: var(--background-color);
	border: 2px solid white;
}

.number_circle_answered_selected {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background-color: var(--background-color);
	border: 2px solid black;
}

.number_circle_correct {

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;

	/* fallback */
	background-color: #7eff7d;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7eff7d), to(#41e93a));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #7eff7d, #41e93a);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #7eff7d, #41e93a);

	/* IE 10 */
	background: -ms-linear-gradient(top, #7eff7d, #41e93a);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #7eff7d, #41e93a);

}

.number_circle_incorrect {

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;

	/* fallback */
	background-color: #ff6565;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f34d4d), to(#ff6565));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ff6565, #f34d4d);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ff6565, #f34d4d);

	/* IE 10 */
	background: -ms-linear-gradient(top, #ff6565, #f34d4d);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ff6565, #f34d4d);

}

/* END CIRCLED NUMBERS */

.overview_item img.marked_status_icon,
.overview_item_clicked img.marked_status_icon {
	height: 1.5em;
	margin-right: 0.75em;
	padding: 0;
}

.overview_item img.marked_status_icon.inverted,
.overview_item:hover img.marked_status_icon,
.overview_item_clicked img.marked_status_icon {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

/* END OVERVIEW (left panel) */

/* ANIMATIONS */
@keyframes bounceIn {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}
	60% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes bounceIn {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}
	60% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes bounceOut {
	0% {
		transform: scale(1.0);
		opacity: 1;
	}
	20% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(0);
		opacity: 0;
	}
}

@-webkit-keyframes bounceOut {
	0% {
		transform: scale(1.0);
		opacity: 1;
	}
	20% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(0);
		opacity: 0;
	}
}

@keyframes fallIn {
	0% {
		transform: scale(3.0);
		opacity: 0;
	}
	95% {
		transform: scale(0.98);

	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes fallIn {
	0% {
		transform: scale(3.0);
		opacity: 0;
	}
	95% {
		transform: scale(0.98);

	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes buttonArrive {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	30% {
		transform: scale(.98);
		opacity: 1;
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes buttonArrive {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	30% {
		transform: scale(.98);
		opacity: 1;
	}
	100% {
		transform: scale(1);
	}
}

/* END ANIMATIONS */

/* --------------------------------

"CD PANEL", left slider panel

-------------------------------- */

.cd-panel {
	position: fixed;
	top: 60px;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	-moz-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
	z-index: 10000;
}
.cd-panel::after {
	/* overlay layer */
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: background 0.3s 0s;
	-moz-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
	-webkit-animation: cd-close-1 0.6s 0.3s;
	-moz-animation: cd-close-1 0.6s 0.3s;
	animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after {
	-webkit-animation: cd-close-2 0.6s 0.3s;
	-moz-animation: cd-close-2 0.6s 0.3s;
	animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
	0%, 50% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(45deg);
	}
}
@-moz-keyframes cd-close-1 {
	0%, 50% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(45deg);
	}
}
@keyframes cd-close-1 {
	0%, 50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes cd-close-2 {
	0%, 50% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-45deg);
	}
}
@-moz-keyframes cd-close-2 {
	0%, 50% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(-45deg);
	}
}
@keyframes cd-close-2 {
	0%, 50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.cd-panel-header {
	position: relative;
	width: 90%;
	height: 80px;
	line-height: 80px;
	background: var(--background-whitesmoke);
	z-index: 2;
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.5);
	-webkit-transition: top 0.3s 0s;
	-moz-transition: top 0.3s 0s;
	transition: top 0.3s 0s;
	border-bottom: 2px solid black;
}

.cd-panel-header h3 {
	font-size: 1.5em;
	position: absolute;
	margin-top: 0;
	margin-bottom: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--text-default);
	padding-left: 5%;
}

.cd-panel-header a {
	background: rgba(0, 0, 0, 0.0);
}

.cd-panel-header a:hover {
	background: rgba(0, 0, 0, 0.0);
}

.from-right .cd-panel-header, .from-left .cd-panel-header {
	top: -100px;
}

.from-right .cd-panel-header {
	right: 0;
}

.from-left .cd-panel-header {
	left: 0;
	top: -80px;
}
.is-visible .cd-panel-header {
	top: 0;
	-webkit-transition: top 0.3s 0.3s;
	-moz-transition: top 0.3s 0.3s;
	transition: top 0.3s 0.3s;
}

@media only screen and (min-width: 768px) {

	.cd-panel-header {
		width: 70%;
	}

}
@media only screen and (min-width: 1170px) {

	.cd-panel-header {
		width: 29%;
	}

}


.cd-panel-close {
	position: absolute;
	top: 15px;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.cd-panel-close::before, .cd-panel-close::after {
	/* close icon created in CSS */
	content: '';
	position: absolute;
	top: 22px;
	left: 20px;
	height: 3px;
	width: 20px;
	background-color: var(--text-default);
	/* this fixes a bug where pseudo elements are slighty off position */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-panel-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-panel-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-panel-container {
	position: absolute;
	width: 90%;
	height: 100%;
	top: 80px;
	background-color: var(--background-color);
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.5);
}
.from-right .cd-panel-container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

@media only screen and (min-width: 768px) {

	.cd-panel-container {
		width: 70%;
	}
}
@media only screen and (min-width: 1170px) {

	.cd-panel-container {
		width: 29%;
	}

}

.cd-panel-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 200px;
	overflow: auto;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}


/* END CD PANEL */

/* * * * * * * *
   QUIZ RESULTS
* * * * * * * * */

#quiz_results_container {

	width: 100%;
	vertical-align: top;
	margin: auto;
	overflow: hidden;
	background-color: var(--background-color);
	padding: 0;

}

#results_overview_container {
	width: 100%;
	text-align: center;
	padding: 18em 0;
	margin-bottom: 1.5em;
	background-image: url(/images/img_failed.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#results_icon {
	height: 7em;
	margin-right: 2em;
}

#results_grade {
	font-weight: bold;
	color: var(--text-inverse);
	font-size: 6em;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}

body.night_mode #results_grade {
	color: var(--text-default);
}

.grade_incoming{
	width: 50%;
	-webkit-animation: fallIn 1.5s;
	animation: fallIn 1.5s;
}

#results {
	width: 45%;
	background-color: var(--background-color);
	margin: auto;
	text-align: left;
}

/* RESULTS PROMO CONTAINER (GUESTS ONLY) */

#results_promo_container {
	text-align: center;
}

#results_promo_container h2 {
	margin-top: 30px;
	text-align: center;
}

#results_promo_container a {
	color: black;
	font-weight: 500;
}

.expert_review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	margin-bottom: 30px;
}

.expert_review img {
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.expert_review .comment {
	text-align: left;
}

.expert_review .comment a {
	font-weight: normal;
}

#join_now_wrapper {
	margin: 40px 0;
}

#btn_join_now {
	cursor: pointer;
	padding: 20px;
	margin: 0 auto;
	border-radius: 5px;
	color: var(--text-default);
	font-weight: 500;

	outline: none;

	/* fallback */
	background-color: #ffcc4c;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fab81e), to(#ffcc4c));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffcc4c, #fab81e);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffcc4c, #fab81e);

	/* IE 10 */
	background: -ms-linear-gradient(top, #ffcc4c, #fab81e);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffcc4c, #fab81e);
}

#btn_join_now:hover {

	color: var(--text-default);

	/* fallback */
	background-color: #e98320;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e98320), to(#ffcc4c));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffcc4c, #e98320);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffcc4c, #e98320);

	/* IE 10 */
	background: -ms-linear-gradient(top, #ffcc4c, #e98320);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffcc4c, #e98320);

}


/* TEST RESULT GRAPHS */

.result_wrapper {
	width:100%;
	background: var(--background-whitesmoke);
	border-radius: 1em;
	padding: 1.25em 2em;
	margin-bottom: 1.25em;
	overflow: hidden;
}

.results_graph_container {

	/* Flexbox for vertical centering */
	display: -webkit-inline-flex;  /* Safari */
	display: inline-flex;

	-webkit-flex-direction: column;
	flex-direction:         column;

	-webkit-align-items: center;
	align-items: center;

	/* End flexbox */

	width: 50%;
	height:100%;
	text-align: center;
}

.chart_container {
	position: relative;
	width: 100%;
}


.result_chart {
	height: 160px;
	z-index: 1;
}


.chart_percentage {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--text-default);
	transform: translate(-50%, -50%);
	z-index: 2;
}

#graphs_titles {
	width: 100%;
	padding: 0 30px;
	text-align: center;
}

div.results_section_header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin: 2.5em 0 1em 0;
}

div.results_section_header img.header_icon {
	height: 1.5em;
	margin-right: 1.0em;
}

body.night_mode div.results_section_header img.header_icon {
	filter: invert(1);
}

div.results_section_header h3.results_graph_title {
	margin: 0.125em 0 0 0;
	padding: 0;
	color: var(--text-lighter);
	font-weight: 500;
	font-size: 1.375em;
}

h3.results_graph_title_centered {
	width: 50%;
	margin-top: 1em;
}

div.results_graph_description {
	color: var(--text-lighter);
	margin-top: 0.75em;
}

/* END TEST RESULT GRAPHS */

/* TEST RESULT TIME */

#results_time_container {
	width:100%;
	border-bottom: 1px solid black;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: var(--background-color);
}

.results_time_wrapper {

	/* Flexbox for vertical centering */
	display: -webkit-inline-flex;
	display: inline-flex;

	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

	/* End flexbox */

	width: 50%;
	height:100%;
	padding: 0;
	text-align: center;

}

.quiz_time {
	font-weight: bold;
}

/* END TEST RESULT TIME */

#results_categories_container {

}


/* category progressbars */
.category_results_container {

	position: relative;
	margin: 15px auto;
	width: 100%;
	height: 35px;
}

.results_progressbar_container {

	position: relative;

	margin-left: auto;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #ff6666;
	border-radius: 15px;
}

.results_progressbar {
	width: 0%;
	height: 100%;
	border-radius: 15px;
	background: #7fff7e; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#7fff7e, #36e52e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7fff7e, #36e52e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7fff7e, #36e52e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7fff7e, #36e52e); /* Standard syntax */
}

body.night_mode .results_progressbar {
	filter: brightness(0.75);
}

.results_progressbar_text {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translate(0, -50%);
}

/* RESULT BUTTONS */

#result_buttons_container,
#quiz_marking_buttons_container {
	padding: 2em 2em 0.5em 2em;
	margin-bottom: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.marking_question_item {
	position: relative;
	width: 8%;
	margin: 0 1% 0.75em 1%;
}

.marking_question_item .result_button_wrapper {
	position: relative;
	width: 100%;
}

.marking_question_item .result_button_wrapper:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.marking_question_item .result_button {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	cursor: pointer;
	z-index: 0;
}

.marking_question_item .result_button.selected:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	content: '';
	pointer-events: none;
	z-index: -1;
	-webkit-animation: pulse 1.5s linear;
	animation: pulse 1.5s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.marking_question_item .result_button.incorrect.selected:after {
	background-color: #f34d4d;
}

.marking_question_item .result_button.correct.selected:after {
	background-color: #41e93a;
}

.marking_question_item .result_button.unanswered.selected:after {
	background-color: #cbcbcb;
}

@-webkit-keyframes pulse {
	0% {
		opacity: 0.99;
		-webkit-transform: scale(0.99);
		transform: scale(0.99);
	}
	50% {
		opacity: 0.4;
	}
	100% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
		opacity: 0.1;
	}
}

@keyframes pulse {
	0% {
		opacity: 0.99;
		-webkit-transform: scale(0.99);
		transform: scale(0.99);
	}
	50% {
		opacity: 0.4;
	}
	100% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
		opacity: 0.1;
	}
}

.unanswered {

	/* fallback */
	background-color: #dadada;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cbcbcb), to(#dadada));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #dadada, #cbcbcb);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #dadada, #cbcbcb);

	/* IE 10 */
	background: -ms-linear-gradient(top, #dadada, #cbcbcb);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #dadada, #cbcbcb);
}

.unanswered:hover {

	/* fallback */
	background-color: #858585;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#858585), to(#dadada));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #dadada, #858585);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #dadada, #858585);

	/* IE 10 */
	background: -ms-linear-gradient(top, #dadada, #858585);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #dadada, #858585);
}

.correct {

	/* fallback */
	background-color: #7eff7d;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7eff7d), to(#41e93a));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #7eff7d, #41e93a);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #7eff7d, #41e93a);

	/* IE 10 */
	background: -ms-linear-gradient(top, #7eff7d, #41e93a);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #7eff7d, #41e93a);
}

.correct:hover {

	/* fallback */
	background-color: #10930a;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7eff7d), to(#10930a));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #7eff7d, #10930a);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #7eff7d, #10930a);

	/* IE 10 */
	background: -ms-linear-gradient(top, #7eff7d, #10930a);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #7eff7d, #10930a);
}

.incorrect {

	/* fallback */
	background-color: #ff6565;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f34d4d), to(#ff6565));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ff6565, #f34d4d);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ff6565, #f34d4d);

	/* IE 10 */
	background: -ms-linear-gradient(top, #ff6565, #f34d4d);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ff6565, #f34d4d);
}

.incorrect:hover {

	/* fallback */
	background-color: #ff6565;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b21010), to(#ff6565));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ff6565, #b21010);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ff6565, #b21010);

	/* IE 10 */
	background: -ms-linear-gradient(top, #ff6565, #b21010);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ff6565, #b21010);
}

body.night_mode .correct,
body.night_mode .incorrect {
	filter: brightness(0.85);
}

.marking_question_item .result_button .result_button_label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--text-lighter);
	pointer-events: none;
	font-weight: normal;
	z-index: 1;
}

body.night_mode .marking_question_item .result_button .result_button_label {
	color: var(--text-inverse);
}

.marking_question_item .result_button.selected .result_button_label,
.marking_question_item .result_button:hover .result_button_label{
	color: var(--text-inverse);
	font-weight: bold;
}

.marking_question_item .saved_status_indicator {
	position: relative;
	height: 1.0em;
	margin-top: 0.25em;
	text-align: center;
}

.marking_question_item .saved_status_indicator img.saved {
	height: 100%;
}

.click_for_results, #click_for_finished_quiz, #click_for_unfinished_quiz {
	color: grey;
}

/* RESULT BUTTONS */

/* TAG BUTTONS */

#results_tags_content_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1em 2em;
}

#results_tags_content_container button.tag_item_button {
	cursor: pointer;
	padding: 0.75em;
	border-radius: 0.5em;
	border: none;
	margin: 0.375em;
	outline: none;
	color: var(--text-inverse);
	background-color: #8e8e93;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

body.night_mode	#results_tags_content_container button.tag_item_button {
	filter: brightness(0.85);
	color: var(--text-default);
}

#results_tags_content_container button.tag_item_button:hover {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}


/* END TAG BUTTONS */

/* REPEAT QUIZ OPTIONS */

#repeat_quiz_options_container h4.option_title {
	margin-bottom: 1em;
}

#repeat_quiz_options_container h4.option_title:not(:first-child) {
	margin-top: 2em;
}

.repeat_quiz_options_item {
	margin-bottom: 1.5em;
}

.repeat_quiz_options_item.disabled {
	border: none;
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
}

.repeat_quiz_options_item &gt; .toggle_switch {
	margin-right: 1.5em;
}

#repeat_quiz_options_container .option_description.inactive {
	opacity: 0.5;
}

#repeat_quiz_options_container button.repeat_quiz_options_button {
	display: block;
	width: 100%;
	margin: 2.5em 0 1em 0;
	cursor: pointer;
}


/* END REPEAT QUIZ OPTIONS */

/* * * * * * * *
   END QUIZ RESULTS
* * * * * * * * */

/* * * * * * * *
 QUESTION EXPLANATION
* * * * * * * * */

#question_explanation_container {
	position: relative;
	width: 100%;
	margin: 3em auto 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

#question_explanation_container.up_front {
	z-index: 20;
}

#question_explanation_title {
	font-size: 1.25em;
	margin: 0;
	margin-bottom: 20px;
	pointer-events: none;
}

#question_explanation_title.focused {
	color: var(--text-inverse);
}

#question_explanation_content {
	padding: 0;
	text-align: left;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
	font-size: 1.0em;
}

#question_explanation_content * {
	font-size: 1.0em;
}

#question_explanation_content img {
	max-width: 100%;
}

#question_explanation_content div.headerimage_container {
	position: relative;
	margin: 1.5em 0;
}

#question_explanation_content div.headerimage_container img {
	display: block;
	width: 100%;
}

#question_explanation_content div.headerimage_container img.roadsign {
	display: block;
	width: auto;
	max-height: 12em;
	max-width: min(25em, 100%);
}

#question_explanation_content div.headerimage_container p.caption {
	position: relative;
	background-color: var(--background-whitesmoke);
	color: var(--text-lighter);
	width: 100%;
	padding: 0.75em 1em;
	font-size: 0.95em;
	margin: 0;
}

#question_explanation_content div.headerimage_container.roadsign p.caption {
	background-color: var(--background-color);
	color: var(--text-default);
	font-style: italic;
	margin: 0.75em 0 2em 0;
	padding: 0;
}

#question_explanation_content .focused {
	background-color: var(--background-color);
	border-radius: 1em;
	padding: 1em 2em;
	border: 3px solid dodgerblue !important;
	box-shadow: 0 4px 3px rgba(0,0,0,0.35);
}

#question_explanation_content .readmore {
	background-color: #fff0b2;
	margin-top: 30px;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid;
	border-color: #f0d500;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#question_explanation_content .readmore.focused {
	background-color: #fff0b2;
}

body.night_mode #question_explanation_content .readmore {
	filter: brightness(0.9);
}

#question_explanation_content .readmore div.rm_icon {
	padding-right: 1em;
}

#question_explanation_content .readmore img {
	width: 60px;
}

#question_explanation_content .readmore img {
	width: 60px;
	margin: 0 1.5em 0 0;
}

#question_explanation_content .readmore div.rm_text p {
	font-size: 1em;
	color: #665a29;
}

#question_explanation_content .readmore a {
	font-size: 1em;
	color: #665a29;
}

#question_explanation_content .readmore a:hover {
	color: dodgerblue;
}

#question_explanation_content .readmore.focused a:hover {
	pointer-events: none;
	color: unset;
	cursor: default;
}

/* * * * * * * *
 END QUESTION EXPLANATION
* * * * * * * * */

#question_marking_buttons h3 {
	margin-top: 30px;
}

/* * * * * * * *
  THEORY
* * * * * * * * */

#read_more_container {
	width: 45%;
	margin: auto;
	padding-top: 0px;
	overflow: hidden;
	vertical-align: top;
	left: 0;
	background-color: var(--background-color);
	text-align: left;
	line-height: 1.375em;
}

#exit_read_more {
	margin-top: 3em;
}

#read_more_container h1 {
	text-align: left;
	margin: 1em 0 1em 0;
	font-size: 1.5em;
}

#read_more_container .contents {
	border-radius: 1em;
	border: 1px solid;
	padding: 0em 0.5em 2em 0.5em;
	width: 90%;
}

body.night_mode #read_more_container .contents {
	color: var(--text-inverse);
	filter: brightness(0.9) grayscale(0.25);
}

#read_more_container.ikkmoped .contents {
	background-color: #e6e6e6;
	border-color: #cccccc;
}

#read_more_container .contents ul {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#read_more_container .contents ul ul {
	font-weight: normal;
}

#read_more_container .contents ul li {
	font-size: 1.0em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#read_more_container .contents ul ul li {
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#read_more_container .contents h3 {
	text-align: center;
}

#read_more_container .contents p {
	font-size: 1.0em;
}

body.night_mode #read_more_container .contents a {
	color: var(--text-inverse);
}

#read_more_container .equation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

#read_more_container ol {
	font-size: 1em;
}

#read_more_container ul {
	margin-left: 0em;
}

#read_more_container li {
	font-size: 1.0em;
	margin-left: 0em;
}

#read_more_container a {
	color: var(--text-default);
}

#read_more_container a:not(.anchor) {
	text-decoration: underline;
}

#read_more_container a:not(.anchor):hover {
	color: dodgerblue;
}

#read_more_container table {
	margin-top: 1em;
	width: 95%;
	border-collapse: collapse;
}

#read_more_container tr {
	vertical-align: top;
}

#read_more_container,
#read_more_container th,
#read_more_container td {
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	padding: 1em;
}

#read_more_container table.give_way_examples_table {
	width: 100%;
}

#read_more_container table.give_way_examples_table td:first-child {
	position: relative;
	width: 50%;
}

#read_more_container table.give_way_examples_table .img_table_illustration {
	width: 100%;
	margin: 0;
}

#read_more_container tr h4 {
	margin-top: 0;
}

#read_more_container tr p {
	margin-top: 0;
}

#read_more_container tr img {
	margin-right: 1em;
}

#read_more_container table img.img_table_illustration {
	width: 300px;
}

#read_more_container .headerimage_container {
	margin: 2em 0;
}

#read_more_container .headerimage {
	display: block;
	margin-top: 0.9em;
	width: 100%;
	height: auto;
}

#read_more_container .headerimage_container em,
#read_more_container .headerimage_container p.caption {
	display: block;
	background-color: var(--background-whitesmoke);
	color: var(--text-lighter);
	padding: 0.5em 1em;
	font-style: normal;
}

#read_more_container .headerimage_container em a,
#read_more_container .headerimage_container p.caption {
	color: var(--text-lighter);
}

#read_more_container .next {
	display: none;
}

/* * * * * * * *
END READ MORE: THEORY
* * * * * * * * */

/* * * * * * * *
  END THEORY
* * * * * * * * */

/* * * * * * * *
  REPORT QUESTION
* * * * * * * * */

#report_question_container {
	width: 45%;
	margin: auto;
	padding: 1em 0 0 0;
	overflow: hidden;
	background-color: var(--background-color);
	text-align: left;
	vertical-align: top;
}

#report_question_content {
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

#report_question_content h3 {
	font-size: 1.25em;
}

#report_question_content p, #report_question_content ul, #report_question_content li {
	font-size: 1.0em;
}

#report_question_content img {
	max-width: 100%;
}

#report_question_description {
	margin: 20px 0 30px 0;
}

/* report question form */

#report_question_form {
	padding-top: 20px;
}

#report_question_form label {
	display: block;
	margin: 10px 0;
}

#report_question_form input {
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
	outline: none;
	border: 1px solid silver;
}

#report_question_form textarea {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 150px;
	border-radius: 10px;
	padding: 15px;
	outline: none;
	border: 1px solid silver;
	margin-bottom: 20px;
}

#report_question_form input:focus, #report_question_form textarea:focus {
	outline: none;
	border-color: #9ecaed;
	box-shadow: 0 0 10px #9ecaed;
}

body.night_mode #report_question_form input,
#report_question_form textarea {
	background-color: var(--background-whitesmoke);
	color: var(--text-default);
}

#report_question_form .submit_button {
	width: 100%;
	margin-top: 1.5em;
}

body.night_mode #report_question_form .submit_button {
	color: var(--text-default);
}


.report_question_comments {
	width: 90%;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 160px;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	outline: none;
	border: 1px solid silver;

}

.report_question_comments:focus {
	outline: none;
	border-color: #9ecaed;
	box-shadow: 0 0 10px #9ecaed;
}

#post_report_question_container {
	margin-top: 4em;
	border: 1px solid silver;
	padding: 2em;
	border-radius: 1em;
	background-color: whitesmoke;
	margin-bottom: 15em;
	text-align: center;
}

#title_comments_thank_you {
	margin-top: 0;
	color: var(--text-default);
}

#btn_post_report_question_exit {
	text-align: center;
	margin: 2.5em auto 0 auto;
}


/* * * * * * * *
 END REPORT QUESTION
* * * * * * * * */

.submit_button{
	width: 200px;
	height: 60px;
	border-radius: 10px;
	color: var(--text-inverse);
	background: dodgerblue;
	margin-top: 10px;
	margin-bottom: 30px;
}

.submit_button:hover{
	border: 2px solid black;
}

.submit_button:active {
	border-top-color: #1b435e;
	background: #1b435e;
}

.submit_button:disabled {
	border-top-color: #1b435e;
	background: gray;
	opacity: 0.3;
}

/* * * * * * * *
  FREE QUIZ SPLASH SCREEN
* * * * * * * * */

#free_quiz_splash_container {

	width: 45%;
	margin: auto;
	overflow: hidden;
	margin-top: -2px;
	padding: 50px;
	vertical-align: top;
	background-color: var(--background-color);
}

#free_quiz_splash_text {

	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}


/* * * * * * * *
  END FREE QUIZ SPLASH SCREEN
* * * * * * * * */

/*    *   *   *   *   *
 * GUEST CONTROL BAR
 *    *   *   *   *   */
#quiz_control_bar {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 60px;
	z-index: 6;
	background-color: var(--background-color);
	box-shadow: 0 1px 3px rgba(var(--background-color-inverse-rgb),0.15);
}

.control_bar {
	position: relative;
	width: 45%;
	height: 100%;
	margin: 0 auto;
	color: var(--text-default);
}

body.night_mode .control_bar {
	color: var(--text-inverse);
}

.control_bar div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#control_bar_left {
	width: 15%;
	height: 100%;
	font-size: 0.75em;
}

#control_bar_center_left {
	width: 15%;
	height: 100%;
	font-size: 0.75em;
}

#control_bar_center {
	width: 40%;
	height: 100%;
}

#control_bar_center_right {
	width: 15%;
	height: 100%;
	font-size: 0.75em;
}

#control_bar_right {
	width: 15%;
	height: 100%;
	font-size: 0.75em;
}

#control_bar_center div {
	color: var(--text-default);
	font-size: 1.25em;
	font-weight: bold;
	white-space: nowrap;
	pointer-events: none;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}

.control_bar img {
	width: 20px;
	height: 20px;
	margin-bottom: 3px;
}

.control_bar .subtitle {
	color: var(--text-default);
	font-weight: 500;
	pointer-events: none;
}

/* timer graph */
#timer_graph_container {
	display: none;
	position: relative;
	height: 3px;
	background-color: #eaeaea;
}

#timer_graph {
	height: 100%;
	background: #21d350;
	width: 0;
}


/* * * * * * *  *
* END OF GUEST CONTROL BAR *
* * * * * * * * */

/* * * * * * * *
  MEMBERSHIP
* * * * * * * * */

#membership_container {
	position: relative;
	width: 100%;
	z-index: 3;
	background-color: var(--background-color);
	margin-top: 60px;
	padding-bottom: 100px;
}

h2.membership_title {
	margin: 1em 0;
}

#membership_subtitle {
	color: var(--text-lighter);
	font-weight: normal;
	padding: 0 1em;
}

#membership_subtitle a {
	font-weight: 500;
	color: var(--text-lighter);
}

/* END MEMBERSHIP */

/* TEST INFO */
.test_info_container {
	width: 50%;
	text-align: left;
	margin: 4em auto;
}

.test_info_container h2 {
	margin: 1.5em 0 1em 0;
}

.test_info_container li {
	font-size: 1em;
}

/* MEMBERSHIP_HIGHLIGHTS */

/* RED BANNER */

#red_banner_container {
	position: relative;
	width: 640px;
	margin: 6em auto 2em auto;
}

#red_banner {
	width: 100%;
	z-index: 1;
}

#red_banner_text {
	position: absolute;
	left: 80px;
	right: 80px;
	top:10px;
	color: white;
	font-weight: bold;
	font-size: 34px;
	z-index: 2;
}

/* END RED BANNER */

.membership_highlights_container {
	width: 60%;
	margin: 60px auto 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.membership_highlights_item {
	width: 45%;
	margin-bottom: 40px;
	text-align: center;
}

.membership_highlights_item:nth-child(odd) {
	margin-right: 5%;
}

.membership_highlights_item:nth-child(even) {
	margin-left: 5%;
}

.membership_highlights_item img {
	height: 56px;
	margin-bottom: 12px;
}

.membership_highlights_item img.larger {
	height: 64px;
	margin-bottom: 8px;
}

.membership_highlights_item h3 {
	margin-bottom: 10px;
	margin-top: 0;
}

.membership_highlights_item .mh_description {
	font-weight: normal;
	font-size: 1.0em;
}

.promo_image_wide {
	width: 40%;
	margin: 0 auto 0 auto;
	transition: all .2s ease-in-out;
}

.promo_image_wide:hover {
	transform: scale(1.05);
}

/* END MEMBERSHIP_HIGHLIGHTS */

#have_coupon, #have_traffic_school_coupon, .coupon_voucher_link {
	display: inline;
	color: dodgerblue;
	font-weight: 500;
}

#have_coupon:visited, #have_traffic_school_coupon:visited, .coupon_voucher_link:visited {
	color: dodgerblue;
}

#have_coupon:hover, #have_traffic_school_coupon:hover, .coupon_voucher_link:hover {
	color: blue;
}

.desktop_inline_link_divider {
	font-size: 1.25em;
}

/* SITE PROMO DESCRIPTION */

#membership_description_container {
	width: 45%;
	margin: 25px auto 0 auto;
	text-align: left;
}

#membership_description_container ul li {
	font-size: 1.0em;
	margin-bottom: 8px;
}

/* END SITE PROMO DESCRIPTION */

/* READSPEAKER */

#readspeaker_container {
	position: fixed;
	top: 7em;
	left: 0.1em;
	width: 100%;
	z-index: 10;
}

#readspeaker_buttons_container {
	position: relative;
}

/* END READSPEAKER */

/* MOBILE NAVIGATION */
#quiz_mobile_navigation_bar {
	margin-top: 1.25em;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#quiz_mobile_navigation_bar button.mobile_navigation_button {
	width: calc(50% - 0.75em);
	padding: 1.5em 0;
	border-radius: 0.5em;
	border: none;
	background-color: #45a3ff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#quiz_mobile_navigation_bar button.mobile_navigation_button.disabled {
	opacity: 0.5;
	cursor: default;
}

#quiz_mobile_navigation_bar button.mobile_navigation_button.disabled,
#quiz_mobile_navigation_bar button.mobile_navigation_button:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#quiz_mobile_navigation_bar button.mobile_navigation_button:not(.disabled):active {
	filter: brightness(0.9);
}

#quiz_mobile_navigation_bar button.mobile_navigation_button span.navigation_button_label {
	color: var(--text-inverse);
	font-weight: 500;
	font-size: 1rem;
}

body.night_mode #quiz_mobile_navigation_bar button.mobile_navigation_button span.navigation_button_label {
	color: var(--text-default);
}

#quiz_mobile_navigation_bar button.mobile_navigation_button img.navigation_button_icon {
	height: 2em;
	padding: 0.25em;
	border: 1px solid white;
	border-radius: 50%;
}

#quiz_mobile_navigation_bar button.mobile_navigation_button img.navigation_button_icon.left {
	margin-right: 1em;
}

#quiz_mobile_navigation_bar button.mobile_navigation_button img.navigation_button_icon.right {
	margin-left: 1em;
}

/* END MOBILE NAVIGATION */

/* TUTORIAL */

#quiz_tutorial_container {
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 13;
	display: none;
}

#exit_tutorial_container {
	position: fixed;
	left: 0;
	top: 60px;
	right: 0;
	height: 3em;
	background-color: var(--background-color);
	display: none;
	z-index: 100000;
}

#exit_tutorial_container .exit_tutorial_button_wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#exit_tutorial_container .exit_tutorial_button_wrapper button.btn_exit_tutorial {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 0.5em;
	padding: 0.5em 1.5em;
	width: unset;
}

#exit_tutorial_container .exit_tutorial_button_wrapper button.btn_exit_tutorial span {
	font-weight: 500;
	font-size: 1.125em;
	margin-right: 1em;
}

#exit_tutorial_container .exit_tutorial_button_wrapper button.btn_exit_tutorial img {
	height: 1.5em;
}

.tutorial_item {
	font-family: 'Gloria Hallelujah', cursive;
	position: absolute;
	font-weight: 500;
	cursor: default;
	color: white;
	font-size: 1.5em;
	line-height: 1.25em;
	text-align: left;
	text-shadow:
			0px 0px 10px rgba(0, 0, 0, 1),
			0px 0px 20px rgba(0, 0, 0, 1),
			0px 0px 30px rgba(0, 0, 0, 0.5);
}

#quiz_tutorial_item_1 {
	max-width: 600px;
}

#quiz_tutorial_item_2 {
	max-width: 600px;
}

#quiz_tutorial_item_3 {
	position: absolute;
	right: 50px;
	width: 100%;
	text-align: right;
}

#quiz_tutorial_mobile_item_3 {
	position: absolute;
	right: 5em;
	width: 100%;
	text-align: right;
}

.tutorial_target {
	opacity: 0;
	font-size:0.1em;
	pointer-events: none;
	margin-right: 5px;
}

#quiz_tutorial_target_1 {
	margin-left: 40px;
}

#quiz_tutorial_target_2 {
	margin-top: 0;
}

#quiz_tutorial_target_3 {
	margin-top: -10px;
}

.on_top {
	z-index: 3000;
}

/* END TUTORIAL */

/* TIPS */
div.tip {
	background-color: #f81b84;
	color: var(--text-inverse);
	padding: 0.75em 1em;
	border-radius: 1em;
	box-shadow: 0 3px 6px rgba(248,27,132, 0.5);
	cursor: pointer;
}

#video_quality_tip_anchor {
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#video_quality_tip {
	display: none;
	width: 15em;
}

#video_quality_tip:before {
	content: '';
	position: absolute;
	right: 3px;
	top: -1em;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-bottom: 26px solid #f81b84;
	border-right: 13px solid transparent;
}

#picture_question_zoom_tip {
	display: none;
	width: 20em;
	max-width: calc(100% - 1em);
	position: absolute;
	right: 5.5em;
	bottom: 4.5em;
}

#picture_question_zoom_tip:before {
	content: '';
	position: absolute;
	right: 2px;
	bottom: -1em;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-top: 26px solid #f81b84;
	border-right: 13px solid transparent;
}

/* END TIPS */


/********************

	MEDIA QUERIES

*********************/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1700px) {

}

/* Large Devices, Wider Screens */
@media only screen and (max-width : 1600px) {

	.test_info_container {
		width: 60%;
	}

	#results_overview_container {
		padding: 11em 0;
	}

	#results_icon {
		height: 5em;
		margin-right: 1.25em;
	}

	#results_grade {
		font-size: 4em;
	}

}

/* Large Devices, Wider Screens */
@media only screen and (max-width : 1500px) {


	#quiz_menu_content, #quiz_setup_container, #membership_description_container,
	#read_more_container, #question_container, .control_bar, #report_question_container, #results {
		width: 50%;
	}

	.membership_highlights_container {
		width: 60%;
	}

	.promo_image_wide {
		width: 50%;
	}

	#results_overview_container {
		padding: 10em 0;
	}

}

@media only screen and (max-width : 1370px) {
	.test_info_container {
		width: 70%;
	}
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


	#quiz_menu_content, #quiz_setup_container, #membership_description_container,
	#read_more_container, #question_container, .control_bar, #report_question_container, #results {
		width: 60%;
	}

	.membership_highlights_container {
		width: 70%;
	}

	.promo_image_wide {
		width: 60%;
	}

	.test_info_container {
		width: 80%;
	}

	#results_overview_container {
		padding: 8em 0;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


	#quiz_menu_content, #quiz_setup_container, #membership_description_container, #read_more_container,
	#question_container, .control_bar, #report_question_container, #results {
		width: 75%;
	}

	.membership_highlights_container {
		width: 80%;
	}

	.promo_image_wide {
		width: 70%;
	}

	h2.membership_title {
		font-size: 1.75em;
		margin: 1em 0 !important;
	}

	#red_banner_container {
		width: 480px;
	}

	#red_banner_text {
		left: 50px;
		right: 50px;
		top:6px;
		font-size: 26px;
	}

	#readspeaker_container {
		top: 7.25em;
		left: 1px;
	}

	.test_info_container {
		width: 90%;
	}

	#exit_tutorial_container {
		top: 60px;
		height: 3.5em;
	}

	#read_more_container .headerimage_container em,
	#read_more_container .headerimage_container p.caption {
		font-size: 1rem;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.mobile_only {
		display: block;
	}

	#quiz_menu_content, #quiz_setup_container, #read_more_container, #question_container,
	#report_question_container, #results, #membership_description_container {
		width: 90%;
	}

	.btn_step_action {
		padding: 20px 80px;
	}

	.btn_quiz_action {
		padding: 20px 40px;
	}

	.membership_highlights_container {
		width: 95%;
	}

	.promo_image_wide {
		width: 80%;
	}

	.setup_button {
		width: 48%;
		margin: 1%;
	}

	.quiz_list {
		padding: 0px 0px;
	}

	.circle_finished {
		height: 30px;
		width: 30px;
		min-width: 30px;
		min-height: 30px;
		margin-right: 30px;
	}

	.circle_progress {
		margin-right: 30px;
	}

	.control_bar {
		width: 100%;
	}

	.control_bar .subtitle {
		font-size: 0.875em;
	}

	.overview_item, .overview_item_clicked {
		height: 60px;
	}

	.number_circle_wrapper {
		width: 30px;
		height: 30px;
		min-width:30px;
		min-height: 30px;
		margin-right: 1em;
	}

	#results_overview_container {
		padding: 7em 0;
	}

	#results_icon {
		height: 4em;
		margin-right: 1em;
	}

	#results_grade {
		font-size: 3em;
	}

	.result_chart {
		height: 140px;
	}

	.promo_image_wide {
		width: 80%;
	}

	.expert_review img {
		width: 75px;
		height: 75px;
		margin-right: 20px;
	}

	.animal_gallery_item {
		width: 23%;
	}

	.test_info_container {
		width: 95%;
	}

	#quiz_tutorial_mobile_item_3 {
		right: 2em;
	}

}

@media only screen and (max-width : 720px) {
}

/* Small tablets, phablets */
@media only screen and (max-width : 620px) {

	#red_banner_container {
		width:360px;
	}

	#red_banner_text {
		left: 40px;
		right: 40px;
		top:5px;
		font-size: 19px;
	}

	div.setup_quiz_dialog_container div.dialog_content {
		width: 95%;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	#quiz_menu_content, #quiz_setup_container, #read_more_container, #report_question_container, #results, #membership_description_container, .membership_highlights_container {
		width: 95%;
	}

	#btn_exit_fullscreen_picture {
		bottom: 1.5em;
	}

	#picture_question_zoom_slider {
		bottom: 3.5em;
		left: 50%;
		right: 50%;
		transform: translate(-50%, -50%);
	}

	#picture_question_zoom_tip {
		right: unset;
		left: 50%;
		bottom: 8.5em;
		transform: translateX(-50%);
	}

	#picture_question_zoom_tip:before {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
	}

	.setup_button_container {
		justify-content: center;
	}

	.setup_button {
		width: 90%;
		margin-bottom: 15px;
	}

	.setup_button.category_select_button {
		width: 100%;
		margin: 0 0 1em 0;
	}

	.quiz_list {
		padding: 0px 0px;
	}

	.quiz_list .item {
		padding: 1em;
	}

	.circle_progress {
		margin-right: 1em;
	}

	.circle_finished {
		height: 25px;
		width: 25px;
		min-width: 25px;
		min-height: 25px;
		margin-right: 10px;
	}

	#question_container {
		width: 100%;
	}

	#quiz_control_bar {
		top: 60px;
	}

	.control_bar {
		width: 100%;
	}

	.control_bar img {
		width: 18px;
		height: 18px;
		margin-bottom: 5px;
	}

	.control_bar .subtitle {
		font-size: 0.8em;
	}

	#control_bar_center div {
		font-size: 1.0em;
	}

	.answer_alts_container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#question_puzzle {
		width: calc(100% - 2em);
		min-height: 6em;
		margin: auto;
	}

	.quiz_image_jpg {
		padding: 0;
	}

	.answer_alternative, .answer_alternative_clicked, .answer_alternative_selected, .answer_alternative_inert,
	.answer_alternative_correct, .answer_alternative_clicked_correct, .answer_alternative_incorrect, .answer_alternative_clicked_incorrect {
		width: calc(100% - 1.5em);
		min-height: 4.5em;
		margin-bottom: 0.5em;
		padding: 0.5em 0.5em 0.5em 0;
		border-radius: 0.5em;
	}

	.cd-panel-header {
		height: 60px;
		line-height: 60px;
	}

	.cd-panel-close {
		top: 13px;
		width: 40px;
	}

	.cd-panel-close::before, .cd-panel-close::after {
		top: 15px;
		left: 14px;
		height: 3px;
		width: 15px;
	}

	.cd-panel-container {
		top: 60px;
	}

	#question_explanation_container {
		width: calc(100% - 2em);
		margin-top: 1em;
	}

	#results_overview_container {
		padding: 5em 0;
	}

	#results_icon {
		height: 3em;
		margin-right: 0.75em;
	}

	#results_grade {
		font-size: 2.5em;
	}

	.result_chart {
		height: 110px;
	}

	#result_buttons_container,
	#quiz_marking_buttons_container  {
		padding: 1em 1em 0em 1em;
	}

	.marking_question_item {
		width: 10.25%;
		margin: 0 2% 0.75em 2%;
	}

	#question_marking_buttons {
		width: 90%;
		margin: auto;
	}

	.membership_highlights_container {
		margin: 50px auto 0 auto;
	}

	.promo_image_wide {
		width: 90%;
	}

	.membership_highlights_item {
		width: 100%;
		margin: 0 0 40px 0;
		padding: 0 10px;
	}

	.membership_highlights_item:nth-child(odd) {
		margin-right: 0;
	}

	.membership_highlights_item:nth-child(even) {
		margin-left: 0;
	}

	.expert_review img {
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}

	#red_banner_container {
		margin: 3em auto 1em auto;
	}

	.animal_gallery_item {
		width: 31%;
	}

	.coupon_voucher_link {
		display: block !important;
		margin-bottom: 0.5em;
	}

	.desktop_inline_link_divider {
		display: none;
	}

	#question_explanation_content .readmore {
		margin-top: 2em;
		padding: 0.5em;
		border-radius: 0.5em;
	}

	#question_explanation_content .readmore img {
		width: 3em;
	}

	#question_explanation_content .readmore div.rm_icon {
		padding-right: 0.5em;
	}

	#quiz_mobile_navigation_bar {
		padding: 0 0.75em;
	}

	#quiz_mobile_navigation_bar button.mobile_navigation_button {
		padding: 0.75em 0;
	}

	#quiz_mobile_navigation_bar button.mobile_navigation_button img.navigation_button_icon {
		height: 1.75em;
	}

	.test_info_container {
		margin-top: 3em;
	}

	.tutorial_item {
		font-size: 1.125em;
		margin-right: 0.5em;
	}

	#quiz_tutorial_target_1 {
		margin-left: 25px;
	}

	#quiz_tutorial_item_1 {
		max-width: 400px;
		margin-right: 10px;
	}

	#quiz_tutorial_mobile_item_3 {
		right: 1em;
	}

	#read_more_container {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
		padding: 0 1.0em;
		overflow: visible;
	}

	#read_more_container .headerimage_container {
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		max-width: 100vw;
		position: relative;
		right: 50%;
		width: 100vw;
	}

	#read_more_container table.give_way_examples_table td:first-child {
		width: 50%;
	}

	#read_more_container td {
		padding: 1em 0.5em;
	}

	#read_more_container table td img {
		max-width: 8em;
		height: auto;
		margin-right: 0.5em;
	}

	div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content {
		padding: 0 1.5em 1.5em 1.5em;
	}

	div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_question_types_container div.switch_item {
		width: 100%;
	}

	div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header div.header_left {
		flex-wrap: wrap;
	}

	div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header div.header_left {
		flex: 1;
	}

	div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header div.header_left div.selected_tags_info {
		margin-left: 2.5em;
		margin-top: 0.25em;
		font-size: 0.75em;
		width: 100%;
	}

	div.setup_quiz_dialog_container div.dialog_content div.content_wrapper div.content div.quiz_options_categories_container div.option_category_item div.item_header div.header_left div.selected_tags_info.all_categories {
		margin-left: 0;
	}

	#question_explanation_container {
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
		margin-top: 1em;
	}

	#question_explanation_content div.headerimage_container:not(.roadsign) {
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		max-width: 100vw;
		position: relative;
		right: 50%;
		width: 100vw;
	}
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 380px) {

	#red_banner_container {
		width:310px;
	}

	#red_banner_text {
		left: 10px;
		right: 10px;
		top:5px;
		font-size: 16px;
	}

	.tutorial_item {
		font-size: 1.0625em;
	}

	#quiz_tutorial_item_1 {
		max-width: 360px;
		margin-right: 10px;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 340px) {

	#red_banner_container {
		width:290px;
	}

	#red_banner_text {
		left: 10px;
		right: 10px;
		top:5px;
		font-size: 15px;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

	#red_banner_container {
		width:260px;
	}

	#red_banner_text {
		left: 10px;
		right: 10px;
		top:3px;
		font-size: 14px;
	}

}


/* add hover effect for non-small devices, ie. mobile/tablet */
@media only screen and (min-width : 769px) {


	.answer_alternative:hover {
		background: gainsboro;
	}

	body.night_mode .answer_alternative:hover {
		background: var(--hover-grey);
	}

}

/********************

	END MEDIA QUERIES

*********************/</pre></body></html>