:root {
	--main: #FC7F3F;
	--border: #0DCAF0;
	--progress: #2F9EE9;
	--footer: #163070;
	--headlinefont: "Poppins";
	--startfont: "Open Sans";
	--bodyfont: "Lato";
}
body {
	font-family: var(--bodyfont);
	font-size: 18px;
}
h3, h4 {
	font-family: var(--headlinefont);
	font-weight: bold;
}
.container {
	max-width: 940px;
}
.header {
	padding: 30px;
	background-color: var(--main);
	border-bottom: 5px solid var(--border);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: var(--headlinefont);
	text-align: center;
}
.start-header {
	font-size: 32px;
	font-family: var(--startfont);
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
.privacy {
	font-size: 16px;
	color: #777;
	text-align: center;
}
.cta {
	font-size: 22px;
	font-family: var(--headlinefont);
}
.quiz-btn,
.quiz-btn:link,
.quiz-btn:visited,
.quiz-btn:hover,
.quiz-btn:active,
.quiz-btn:focus,
.quiz-btn:focus-visible {
	background-color: var(--main) !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: none !important;
	padding: 20px 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: var(--headlinefont);
	line-height: 18px;
	width: 100%;
	max-width: 350px;
}
.btn-call,
.btn-call:link,
.btn-call:visited,
.btn-call:hover,
.btn-call:active,
.btn-call:focus,
.btn-call:focus-visible,
a.btn-call,
a.btn-call:link,
a.btn-call:visited,
a.btn-call:hover,
a.btn-call:active,
a.btn-call:focus,
a.btn-call:focus-visible {
	background-color: var(--main) !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: none !important;
	padding: 22px 22px;
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
	font-family: var(--headlinefont);
	width: 100%;
	max-width: 300px;
}
.progress {
	max-width: 600px;
	margin: 0 auto;
	background: #f5f5f5;
	height: 28px !important;
	line-height: 28px !important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	overflow: hidden;
	border-radius: 0 !important;
}
.progress-bar {
	color: #fff;
	float: left;
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #2F9EE9;
}
.info-box {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.form-label,
label {
	font-weight: bold;
	margin-bottom: 0;
}
.quiz-input-error {
	color: #990000;
	display: block;
	margin-bottom: 6px;
}
.required {
	color: #990000;
	margin-right: 2px;
}
.inline * {
	display: inline-block !important;
}
.num-size-2 {
	width: 56px;
	margin-right: 4px;
}
.num-size-3 {
	width: 60px;
	margin-right: 4px;
}
.num-size-4 {
	width: 68px;
}
.footer {
	margin-top: 250px;
	padding: 40px;
	background-color: var(--footer);
	color: #fff;
	font-size: 12px;
	font-family: var(--bodyfont);
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active,
.footer a:focus,
.footer a:focus-visible {
	color: #fff;
	text-decoration: none;
}

/* Quiz Control */
.quiz-row,
.quiz-choice,
.quiz-eval,
.quiz-qualified,
.quiz-disqualified,
.quiz-note {
    display: none;
}
.quiz-choice.active,
.quiz-eval.active,
.quiz-qualified.active,
.quiz-disqualified.active {
    display: block;
}
/* End Quiz Control */
@media screen and (max-width: 767px) {
	.header{
		font-size: 16px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 22px;
	}
	.cta {
		font-size: 18px;
	}
	.progress {
		max-width: 350px;
	}
	.quiz-btn,
	.quiz-btn:hover,
	.quiz-btn:focus {
		font-size: 16px;
	}
	.info-box {
		max-width: 90%;
	}
}
/* countdown CSS */
.cdt-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
	max-width: 350px;
	width: auto;
	text-align: center;
	margin: 0 auto;
}
.cdt-container, .cdt-container * {
	box-sizing: border-box;
}
.cdt-val-cont {
	display: inline-block;
	font-weight: normal;
	width:56px;
	align-self: center;
}
.cdt-25 {}
.cdt-33 {}
.cdt-val {
	font-size: 18px;
}
.cdt-lbl {
	margin-top: 10px;
	font-size: 14px;
}
/* custom styling to display dark circles */
.cdt-container {
	max-width: 375px;
}
.cdt-val-cont {
	padding: 10px 10px 10px !important;
	width: 86px;
	margin-right: 10px;
}
.cdt-val-cont:last-child {
	margin-right: 0;
}
.cdt-lbl {
	color: #000;
}
.cdt-val {
	color: #E41A36;
	font-weight: bold;
}