#quiz {
	margin-bottom: 100px;
	min-height: 600px;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 480px) {
	#quiz {
		margin-bottom: 80px;
	}
}

#quiz.start,
#quiz.email {
	/*background-color: #f2f2f2;*/
	background-color: var(--primary);
	background: url('../img/quiz-bg.jpg') no-repeat center;
	background-size: cover;
}


#quiz.question,
#quiz.results:not(.email) {
	background-color: var(--primary);
	background-image: linear-gradient(300deg, rgba(35,82,143,1) 0%, rgba(53,130,197,1) 100%);
	/*background-color: #f2f2f2;
	color: #000;*/
	color: #fff;
	padding: 4em 3rem;
}

#quiz.results {
	text-align: center;
}

/*.results {
	padding: 4em 0;
}*/

.question .text,
.results .text {
	/*color: var(--primary);*/
	color: #fff;
	font-size: 2em;
	line-height: 1.2;
}

.question .answers,
.results .description {
	/*color: #000;*/
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 30px 0;
}

.question .answers .answer {
	margin: 0;
	display: flex;
}

.question .answers label {
	border-bottom: 1px solid #fff;
	/*color: #000;*/
	color: #fff;
	flex-grow: 100;
	margin: 0 1em;
	padding: 1em 0.5em;
	transition: background-color .3s ease, color .3s ease;
}

.question .answers .answer:hover label {
	background-color: rgba(255,255,255,.4);
	color: var(--primary);
	cursor: pointer;
}

.callout {
	background-color: var(--primary);
	background-image: linear-gradient(300deg, rgba(35,82,143,1) 0%, rgba(53,130,197,1) 100%);
	left: 50%;
	/*min-width: 65%;*/
	max-width: 770px;
	padding: 2em;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

/*.callout .title {
	color: #fff!important;
	font-size: 1.8em;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 80%;
}*/

/*.callout .description {
	color: #fff!important;
	font-size: 1em;
	margin: 0;
	text-align: left;
}*/

.callout .grve-title,
.callout .description {
	color: #fff;
}

.callout .grve-title + .description {
	margin-top: 30px;
}

.email .callout .description {
	text-align: left;
}

#grve-theme-wrapper .callout input[type="text"],
#grve-theme-wrapper .callout input[type="email"] {
	/*text-align: center;*/
	font-size: 16px;
	padding: 11px 15px;
	width: 100%;
	line-height: 1em;
	background-color: #fafafa;
	border: 1px solid #d9d9d6;
	border-radius: 5px;
	display: block;
	height: 62px;
}

.question input[type="radio"],
.question input[type="checkbox"] {
	margin: 1.5em 0em;
	font-family: 'proxima-nova', Arial, sans-serif;
}

.question input[type="radio"]:focus,
.question input[type="checkbox"]:focus {
	outline: none!important;
}

/*.callout .start-button.button,
.callout .save-email-button.button,
.question .next-question.button,
.question .prev-question.button,
.question .see-results.button {
	background-color: #f59331;
	color: #fff;
	border: none;
}*/

.question .next-question.button,
.question .see-results.button {
	position: absolute;
	bottom: 4em;
	right: 3em;
	/*transform: translate(-2em, -1em);*/
}

.question .prev-question.button {
	position: absolute;
	bottom: 4em;
	left: 3em;
	/*transform: translate(2em, -1em);*/
}

.callout .save-email-button.button.hide,
.question .next-question.button.hide,
.question .see-results.button.hide {
	display: none;
}


@media only screen and (max-width: 600px) {
	.question .answers {
		margin-bottom: 5rem;
	}

	#quiz .question .button {
		bottom: 0;
		display: flex !important;
		justify-content: center;
		left: 0;
		margin: 30px auto 0;
		max-width: 230px;
		position: relative;
		right: 0;
		top: 0;
	}
}

/*.callout .start-button.button:hover,
.callout .save-email-button.button:hover,
.question .next-question.button:hover,
.question .see-results.button:hover {
	cursor: pointer;
	background-color: #ff8400;
}*/

.results .score {
	display: flex;
	flex-direction: column-reverse;
	margin: 30px auto;
	max-width: 50%;
	min-width: 200px;
}

.results .score-box.button {
	/*background: #a0a0a0;*/
	background-color: rgba(255, 255, 255, .4);
	/*color: #fff;*/
	color: var(--primary);
	border: none;
	margin: 0 0 1em;
	/*font-size: 70%;*/
	font-weight: 500;
	padding: .5em;
}

.results .score-box.button:hover {
	cursor: auto;
}

.results .score-box.button.highlight {
	background-color: var(--secondary);
	color: #fff;
	font-weight: 700;
}

/*.results .contact-us.button,
.results .more-tools.button {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	margin: 0 3em;
}

.results .contact-us.button a,
.results .more-tools.button a {
	color: #fff !important;
}

.results .contact-us.button:hover,
.results .more-tools.button:hover {
	background-color: var(--secondary);
}*/

.results .button:not(.score-box) {
	margin: 0 15px;
}

@media only screen and (max-width: 480px) {
	.results .button:not(.score-box) + .button:not(.score-box) {
		margin-top: 30px;
	}
}

.results .see-results {
	/*color: var(--primary);*/
	display: table;
	font-weight: 600;
	margin: 13px auto 0;
	padding: 17px 30px;
	transition: color ease .3s
}

.results .see-results::after {
	color: var(--secondary);
	content: '\f061';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-left: 16px;
	vertical-align: middle;
}

.results .see-results:hover {
	color: var(--secondary);
	cursor: pointer;
}