/* quiztopics */
.globalIndex {
	color: var(--color-black);
}
h2 {
	margin-bottom: 24px;
}
.landscapeButtonWrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.landscapeButton {
	color: var(--color-white);
	background: var(--color-primary-brand);
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 16px auto;
	overflow: hidden;
	text-decoration: none;
}
.landscapeButton .img {
	width: 100%;
	height: 200px;
}
.landscapeButton img {
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.landscapeButton .copy {
	display: flex;
	flex-direction: column;
	padding: 16px 24px 20px 24px;
}
.landscapeButton .btnTitle {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 4px;
}
.landscapeButton .btnDesc {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 24px;
}
.landscapeButton .btnCta {
	margin-top: auto;
}

/* quiz */

.contentWrap {
	position: relative;
}
.contentWrap:empty {
	min-height: 19.5em;
}
.contentWrap.intermission::before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

h3 {
	font-size: 20px;
}
.contentWrap h3 {
	margin-bottom: 36px;
}
.button.ansButton {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 49%;
	min-height: 160px;
	padding: 12px;
	margin-bottom: 2%;
	font-family: "Aestetico", Helvetica, Arial, sans-serif;
	cursor: pointer;
	font-weight: 600;
	background: var(--color-white);
}
.button.ansButton:nth-of-type(odd) {
	margin-right: 2%;
}
[data-touch="false"] .button.ansButton:hover {
	color: var(--color-primary-brand);
}
.button.ansButton.correct {
	color: var(--color-green) !important;
}
.button.ansButton.incorrect {
	color: var(--color-red) !important;
}
.button.ansButton .smile-correct {
	display: block;
	width: 24px;
	height: 24px;
	margin-top: 8px;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../common/img/smile-correct.svg);
	background-size: cover;
}
.button.ansButton .smile-incorrect {
	display: block;
	width: 24px;
	height: 24px;
	margin-top: 8px;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../common/img/smile-incorrect.svg);
	background-size: cover;
}
.answer-correct,
.answer-incorrect {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 24px;
}
/*ol li .ansWrap {
	display:table-cell; position:relative; height:92px; padding:0 12px 0 24px;
	vertical-align:middle;
}
ol li .ansContent {
	position:relative;
}
ol li .letter {
	display:block; position:absolute; left:-15px;
}*/
.quizImg {
	width: 100%;
	max-width: 100%;
}
form.ansForm {
	margin: 0 auto;
	max-width: 400px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.inputWrap {
	margin: 64px 0;
}
.inputWrap .textInput {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	margin-bottom: 16px;
	margin-right: 0;
	width: 100%;
}
form.ansForm .btn {
	min-width: 132px;
	flex-shrink: 0;
	margin-bottom: 16px;
	width: 100%;
}
form.ansForm .btn.correct {
	border-color: var(--color-green);
	background-color: var(--color-green);
	text-decoration: none;
}
form.ansForm .btn.incorrect {
	border-color: var(--color-red);
	background-color: var(--color-red);
	text-decoration: none;
}
.textInput {
	flex-grow: 1;
	padding: 0 16px;
	border: 1px solid #000000;
	border-radius: 6px;
	background: #ffffff;
	color: #000000;
	outline: none;
	height: 40px;
	line-height: 40px;
	margin-right: 12px;
}
.score h4 {
	margin-top: 36px;
	margin-bottom: 4px;
}
.pointsWrap span {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 12px 12px 0;
	border-radius: 50%;
	background: #ffffff;
}
.pointsWrap span.correct,
.pointsWrap span.incorrect {
	background-position: center;
	background-repeat: no-repeat;
}
.pointsWrap span.correct {
	background-image: url(../common/img/check.svg);
	background-size: 16px 12px;
}
.pointsWrap span.incorrect {
	background-image: url(../common/img/close.svg);
	background-size: 14px 14px;
}
.resultsDisplay {
	font-size: 14px;
	line-height: 18px;
	color: var(--color-black);
	background-color: var(--color-white);
	border-radius: 8px;
	padding: 22px 16px 0 16px;
	text-align: center;
	overflow: hidden;
}
.resultsDisplay h3 {
	margin-bottom: 16px;
}
.resultsDisplay p {
	margin-bottom: 16px;
}
.resultsDisplay .correct {
	color: var(--color-green);
}
.resultsDisplay .incorrect {
	color: var(--color-red);
}
.resultsDisplay .actions {
	margin: 0 -16px;
	padding: 22px 16px;
	background-color: var(--color-gray);
}
.resultsDisplay .actions .btn {
	width: 100%;
}
.continueWrap {
	margin-top: 20px;
	text-align: right;
}
.bottomLinks {
	margin: 2em 0;
}

@media all and (min-width: 480px) {
	form.ansForm {
		flex-wrap: no-wrap;
	}
	.inputWrap .textInput {
		margin-bottom: 0;
		margin-right: 12px;
		width: auto;
	}
	form.ansForm .btn {
		margin-bottom: 0;
		width: auto;
	}
}

@media all and (min-width: 640px) {
	.landscapeButtonWrap {
		flex-direction: row;
	}
	.landscapeButton .copy {
		min-height: 202px;
	}
	.landscapeButton {
		margin: 0 16px 0 0;
		max-width: 302px;
	}
	[dir="rtl"] .landscapeButton {
		margin: 0 0 0 16px;
	}
	.landscapeButton:last-child {
		margin: 0 !important;
	}
	.score {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: auto;
		padding-top: 24px;
	}
	.score h4 {
		font-size: 22px;
		line-height: 28px;
		margin: 0;
	}
	.pointsWrap span {
		margin-bottom: 0;
	}
	.button.ansButton {
		min-height: 132px;
	}
	.quizImg {
		width: auto;
	}
}
