:root {
	/* --main: #FC7F3F; */
	--main: #335284;
	--border: #0DCAF0;
	--progress: #2F9EE9;
	--footer: #163070;
	--headlinefont: "Poppins";
	--startfont: "Open Sans";
	--bodyfont: "Lato";
    --buttons: #E8A800;
}
body {
	font-family: var(--bodyfont);
	font-size: 18px;
}
h1, h2, h3, h4 {
	font-family: var(--headlinefont);
	font-weight: bold;
}
.container {
	max-width: 940px;
}
.header {
	background-color: var(--main);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: var(--headlinefont);
	text-align: center;
}
.start-header {
	font-size: 32px;
	font-family: var(--startfont);
}
h1,
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
.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(--buttons) !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: 20px 30px;
	line-height: 25px;
	font-size: 21px;
	font-weight: 700;
	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;
}
.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: 24px;
	}
	.cta {
		font-size: 18px;
	}
	.progress {
		max-width: 350px;
	}
	.quiz-btn,
	.quiz-btn:hover,
	.quiz-btn:focus {
		font-size: 16px;
	}
}
/* 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;
}
.non-gov {
	font-size: .50rem!important
}

.row {
	margin-left: 0px!important;
}

.tty {
	font-size: 15px;
}
@media screen and (max-width: 400px) {
	.mobile-view {
	  display: none!important;
	}
  }

  @media screen and (min-width: 0px) and (max-width: 480px) {
	.font-resp {
		font-size: 16px !important;
		font-weight: 700;
	}
}

@media screen and (min-width: 481px) and (max-width: 10000px) {
	.font-resp {
		font-size: 24px !important;
		font-weight: 700;
	}
}

.heading {
	font-size: 27px !important;
	line-height: normal !important;
	font-weight: bold !important;
}

.mission {
	font-size: 20px;
}