html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	line-height: 1.25;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #222;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-color: #fff;
}


.header {
	border-top: 6px solid #0068BF;
	padding: 5px 5px;
	background: #fff;
	margin-bottom: 20px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.wrapper {
	position: relative;
	background: #fff;
	padding: 10px;
	border: 1px solid #fff;
	max-width: 690px;
	width: 96%;
	margin: 0 auto;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
}

.arrow:after {
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -30px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #ffffff transparent transparent transparent;
}

h1 {
	color: #000;
	font-weight: 700;
	font-size: 2.25em;
	margin-bottom: 10px;
}

h2 {
	
	padding-bottom: 25px;
	font-size: 1.35em;
	font-weight: 300;
	position: relative;
}

h3 {
	
	font-size: 1.25em;
	font-weight: 300;
	position: relative;
}

h2:after {
	content: "";
	height: 1px;
	width: 240px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -120px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,222222+50,ffffff+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(102,102,102,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(102,102,102,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(102,102,102,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.txt {
	font-size: 0.925em;
	margin-bottom: 20px;
}

.bold {
	font-weight: 700;
}

.slider {
	max-width: 480px;
	margin: 0 auto;
}

.tsthqquest {
	position: relative;
	background: #fff;
	padding: 25px 10px;
	max-width: 800px;
	width: 96%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
}

.tsthqask p {
	font-weight: 700;
	font-size: 1.25em;
	margin-bottom: 20px;
}

hr{
	border-top: 1px solid #0068BF;
}

.tsthqask button {
	outline: 0;
	width: 100%;
	display: block;
	background: #0068BF;;
	color: #fff;
	border: 1px solid #411757;
	padding: 14px 0;
	font-weight: 300;
	font-size: 1.2em;
	margin: 0 4px 4px;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	transition: all 300ms linear;
	border-radius: 3px;
}

.tsthqask button:hover {
	background: #fff;
	color: #0068BF;
}

.tsthqask, .tsthqload, .final {
	display: none;
}

.tsthqask:first-child {
	display: block;
}

.loader-txt {
	font-size: 1.35em;
	font-weight: 700;
	color: #0068BF;
	margin: 10px auto 20px;
}

.load-txt li {
	display: none;
	font-weight: 300;
	margin-top: 10px;
	text-align: center;
}

.load-txt img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.congrats {
	color: #0068BF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.7em;
}

.end-txt {
	margin-top: 15px;
	color: #666;
}

#timer {
	font-weight: 700;
	text-decoration: underline;
}

.cta {
    display: block;
    text-decoration: none;
    background: #0068BF;
    color: #fff;
    border: 2px solid #0068BF;
    padding: 14px 0;
    font-weight: 300;
    font-size: 1.35em;
    margin: 20px auto 0;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
    /* box-shadow: 0 0 0 0 rgba(115, 200, 106, 0.7); */
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.cta:hover {
	background: #fff;
	color: #0068BF;
}

.tos {
	color: #888;
	margin-top: 5px;
	font-style: italic;
	font-size: 0.8em;
}

.footer {
	background: #3d4145;
	color: #cbcbcb;
	padding: 20px 15px;
	text-align: center;
	font-size: 0.75em;
	font-weight: 300;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(115, 200, 106, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(115, 200, 106, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(115, 200, 106, 0);}}

@media screen and (max-width: 629px) {
	h1 {
		font-size: 1.95em;
	}
	h2 {
		font-size: 1.25em;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.txt {
		font-size: 0.875em;
	}
	.q button {
		display: block;
		margin: 10px auto 0;
		width: 100%;
		max-width: 100%;
	}
}

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}



.name.feedback-input {
    width: 100%;
	padding: 10px 20px;
margin: 2px 0px;
box-sizing: border-box;
border-radius: 1px;
border: 2px solid #0068BF;
}
* 

.email.feedback-input {
    width: 100%;
	padding: 10px 20px;
margin: 2px 0px;
box-sizing: border-box;
border-radius: 1px;
border: 2px solid #0068BF;
}

.phone.feedback-input {
    width: 100%;
	padding: 10px 20px;
margin: 2px 0px;
box-sizing: border-box;
border-radius: 1px;
border: 2px solid #0068BF;
}

.button{
	outline: 0;
width: 40%;
display: inline-block;
background: #0068BF;
color: #fff;
border: 1px solid #9c4e4d;
padding: 14px 0;
max-width: 200px;
font-weight: 300;
font-size: 1.2em;
margin: 0 4px 4px;
cursor: pointer;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
transition: all 300ms linear;
border-radius: 3px;
}
.prizebtn {
    border: 0 solid #334c83;
    padding: 4px 0;
    width: 80%;
    margin: 8px 4px 4px;
    text-align: center;
    font-size: .9em;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0054a4;
}

.prize h2 {
    font-size: 1.2em;
    text-align: left;
}
.pbox h2, .pbox p {
    margin: 6px 6px 0;
	font-family: sans-serif;
}

.wrapper2 {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
}
.megabox {
    background-color: #fff;
    box-shadow: 0 0 2px 2px #e9e9e9;
    padding: 10px 6px;
    position: relative;
}
.megabox img {
    width: 130px;
    margin-left: auto;
margin-right:auto;}


.megabox p {
    font-size: small;
    text-align: left;
	color: #737373;
}
h2::after {
   content: none;
}

a {
    color: white;
}

.navbar {
  overflow: hidden;
  background-color: #e32934;
  position: fixed; /* Set the navbar to fixed position */
  top: 0vh; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  text-align: center;
  z-index: 10;
  position: sticky;

}

/* Links inside the navbar */
.navbar a {
  float: center;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;

}

.progress-container {
  height: 0.8rem;
  width: 80%;
  border-radius: 0.4rem;
margin-left: auto;
margin-right: auto;
  background: #000;
  margin-top: 3%;
}


.navbartext {
	color:white;
	text-decoration-color: white;
    padding: 5px 15px;
}
/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

.numbered-list {
  list-style-type: decimal; /* This forces numbers */
  margin-left: 5%;
}

mark {
	color: white;
	font-weight: bold;
	margin: 0 -0em;
	padding: 0.1em 0.4em;
	border-radius: 0.25em;
	background: transparent;
	background-image: linear-gradient(
		to right,
		#0068BF,
		#0068BF 4%,
		#0068BF
	);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

strong {
  font-weight: bold;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #d1d5db;
}