@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
html,
body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.qa {
	font-size: 12px;
	color: #570030;
	font-style: italic;
	font-weight: bold;
}
.fa {
	color: #6e9e00;
}
a {
	text-decoration: none;
	outline: 0;
	color: #6e9e00;
}
a:hover {
	text-decoration: none;
	color: #abc033;
}
.center {
	text-align: center;
}
._font-20 {
	font-size: 20px;
	font-weight: bold;
}
.please {
	font-size: 24px;
	border-bottom: 2px solid #6e9e00;
}
header {
	border-bottom: 2px solid #6e9e00;
}
.blink {
	margin-bottom: 40px;
}
.blink a {
	background: #6e9e00;
	color: #fff;
	padding: 4px 20px;
	border-radius: 5%;
}
.blink a:hover {
	color: #fff;
	background: #6e9e00;
}
.blink a .fa {
	color: #fff;
	padding-right: 10px;
}
.main-header {
	width: 100%;
	margin: 0 auto;
}
.main-header .logo {
	padding: 20px 0;
}
.main-content {
	max-width: 1200px;
	margin: 0 auto;
}
.wrapper {
	max-width: 800px;
	margin: 25px auto;
}
.wrapper hr.sep {
	background: #6e9e00;
	box-shadow: none;
	border: none;
	height: 2px;
	width: 10%;
	margin: 0px auto 45px auto;
}
.wrapper .date {
	font-size: 18px;
	margin-bottom: 20px;
}
.wrapper form {
	max-width: 600px;
	margin: 0 auto;
}
.wrapper form .help {
	font-size: 12px;
	color: #333;
	margin-top: 5px;
	font-style: italic;
}
.wrapper form .help span {
	font-weight: bold;
}
.wrapper form .btn-send {
	text-align: center;
	margin-top: 50px;
}
.wrapper form .btn-send button {
	width: 200px;
	background: #6e9e00;
	border: 1px solid #6e9e00;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background: #6e9e00;
	border: 1px solid #6e9e00;
}
.wrapper form .btn-send button:hover {
	width: 200px;
	background: #abc033;
	border: 1px solid #abc033;
}
.btn-primary:focus {
	box-shadow: none;
}
.wrapper form .term-of-service {
	cursor: pointer;
	border-bottom: 1px dotted #6e9e00;
}
footer {
	text-align: center;
	border-top: 2px solid #6e9e00;
	padding: 20px 0;
}
footer p {
	margin: 0;
}
.modal-body ol {
	padding: 25px 0 0 25px;
}
.modal-body h5 {
	font-weight: 600;
}
.modal-title {
	font-weight: 600;
	font-size: 24px;
}
.verification-link {
	background: green;
	color: #fff;
	padding: 20px;
	border-radius: 3px;
}
.pre-registration {
	padding: 18px 0;
	background: #6e9e00;
	border-radius: 3px;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 30px !important;
}
h5.center {
	font-size: 26px;
	font-weight: bold;
}
.all-fields {
	font-size: 12px;
}
sup {
	color: #ff0000;
}
.note {
	padding-bottom: 20px;
	font-size: 12px;
}
#remain {
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 12px;
}
.questions {
	position: relative;
}
#loading-image {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}
.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	top: 45%;
	left: 50%;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
.clock {
	font-size: 100px;
}
.clock .fa {
	color: #ff0000;
}
.time-out {
	font-size: 36px;
	font-weight: bold;
}
.refresh {
	background: #6e9e00;
	padding: 20px 10px;
	border-radius: 5px;
	margin: 20px 0;
}
.refresh:hover {
	background: #6e9e00;
}
.refresh a,
.refresh a:hover {
	color: #fff;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
#myModal .modal-content {
	padding: 10px 0;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media only screen and (max-width: 999px) {
	.wrapper {
		padding: 0 5%;
	}
	.lds-ring {
		left: 48%;
	}
}
@media only screen and (max-width: 480px) {
	h1 {
		font-size: 2.0rem;
	}
	#remain {
		position: initial;
		padding-bottom: 10px;
	}
	.lds-ring {
		left: 42%;
	}
}
