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,
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, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus,
a:active,
a:hover{
	outline: none;
	background: inherit;
	color: inherit;
	text-decoration: none;
}
body{
	font-size: 100%;
	line-height: 1;
	overflow-x: hidden;
}
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;
}
@font-face{
	font-family: 'Bold';
	src: url('../fonts/foco-bold.eot');
	src: url('../fonts/foco-bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/foco-bold.woff2') format('woff2'),
		 url('../fonts/foco-bold.woff') format('woff'),
		 url('../fonts/foco-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Regular';
	src: url('../fonts/foco-reg.eot');
	src: url('../fonts/foco-reg.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/foco-reg.woff2') format('woff2'),
		 url('../fonts/foco-reg.woff') format('woff'),
		 url('../fonts/foco-reg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Italic';
	src: url('../fonts/foco-italic.eot');
	src: url('../fonts/foco-italic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/foco-italic.woff2') format('woff2'),
		 url('../fonts/foco-italic.woff') format('woff'),
		 url('../fonts/foco-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0, 0, 0, 1);
	border-radius: 10px;
}
body::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: linear-gradient(#83C536, #00822A);
}
.main-btn{
	font-family: Bold;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #fff;
	border: 3px solid #83C536;
	background: #83C536;
	padding: 15px 35px 10px;
	transition: all 0.2s ease-in-out;
}
.nopadding{
	padding: 0;
}
.fade{
	opacity: 1;
}
.modal-open{
	padding: 0;
}
header{
	width: 100%;
	background: #00822A; 
}
.navbar{
	position: relative;
	padding: 15px 0 15px 150px;
	margin-bottom: 0;
	visibility: hidden;
}
.navbar .logo{
	width: 115px;
}
.navbar ul{
	position: absolute;
	right: 0;
	padding: 20px 200px 0 0;
}
.navbar ul li{
	display: inline-block;
	font-family: Regular;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-right: 75px;
}
.navbar ul li::after{
	content: '';
	display: block;
	margin: 10px auto 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);  
  	transition: transform 0.15s ease-in-out;
}
.navbar ul li:hover:after{
	transform: scaleX(1);
}
.navbar ul li:after{
	transform-origin: 50%;
}
.navbar ul li:last-of-type{
	margin-right: 0;
}
.navbar ul li a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 0 0 3px;
	transition: all 0.2s ease-in-out;
}
.navbar ul li a:hover{
	background: transparent;
	color: #fff;
}
.navbar ul li:not(.apply){
	position: relative;
	top: 7px;
}
.navbar ul .apply{
	font-family: Bold;
	position: relative;
	top: -10px;
	border: 3px solid #83C536;
	background: #83C536;
	padding: 15px 30px 0;
	transition: all 0.2s ease-in-out;
}
.navbar ul .apply:hover{
	background: transparent;
}
.navbar ul .apply:hover:after{
	transform: scaleX(0);
}
.navbar-toggler{
	display: none;
	float: right;
	position: relative;
	outline-color: transparent!important;
	padding: 0 25px;
	z-index: 2;
}
.hamburger{
	display: block;
}
.hamburger span{
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 5px;
	transition: 0.4s
}
.change .bar1{
    -webkit-transform: rotate(-45deg) translate(-10px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2{
	opacity: 0;
}
.change .bar3{
    -webkit-transform: rotate(45deg) translate(-4px, -1px);
    transform: rotate(45deg) translate(-4px, -1px);
}
.hero{
	visibility: hidden;
	position: relative;
}
.hero .main-btn{
	position: absolute;
	top: 150px;
	left: 400px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.hero .main-btn:hover{
	box-shadow: none;
	color: #83C536;
}
.hero video{
	display: block;
	width: 1250px;
	margin: 70px auto 50px;
}
.hero .mobile{
	display: none;
}
.intro{
	visibility: hidden;
	color: #fff;
	background: #00822A;
	padding: 80px 400px;
}
h1{
	font-family: Bold;
	font-size: 3em;
	margin-bottom: 35px;
}
h1 a,
.steps h2 a{
	color: #83C536;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
h1 a:hover{
	color: #fff;
}
.intro p{
	font-family: Regular;
	font-size: 1.3em;
}
.intro p span{
	font-family: Bold;
}
.steps{
	visibility: hidden;
	padding: 100px 500px 100px 380px;
}
.steps h2{
	font-family: Bold;
	font-size: 3em;
	color: #00822A;
	margin-bottom: 30px;
}
.steps h2 a:hover{
	text-decoration: underline;
	color: #00822A;
}
.steps p{
	font-family: Regular;
	line-height: 1.2;
	margin-bottom: 20px;
}
.steps .gr{
	font-size: 1.3em;
	color: #00822A;
}
.steps .gr span{
	font-family: Bold;
}
.steps .sm{
	font-size: 1.1em;
}
.steps .note{
	font-family: Italic;
}
.prizes{
	padding: 50px 300px 120px;
}
.prizes .col-lg-4{
	position: relative;
}
.prizes .col-lg-4 img{
	display: block;
	margin: 0 auto 30px;
	transition: all 0.3s ease-in-out;
}
.prizes .col-lg-4:hover img{
	transform: scale(0.8);
}
.prizes .col-lg-4 p{
	font-family: Bold;
	font-size: 1.1em;
	line-height: 1.2;
	text-align: center;
	color: #00822A;
}
.reg{
	visibility: hidden;
	position: relative;
	color: #fff;
	background: #00822A;
	padding: 60px 15px;
	margin: 0 0 150px;
}
.filter{
	filter: brightness(0.3);
}
.reg .row{
	padding: 0 300px 0 400px;
}
.reg h2{
	font-family: Bold;
	font-size: 3em;
	margin-bottom: 30px;
}
.reg .img-fluid{
	margin-top: 100px;
}
.reg form{
	margin: 50px 0 60px 60px;
}
.user-input-wrp input,
.upload-btn{
	font-family: Regular;
	font-size: 1em;
	color: #fff;
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	border-bottom: 1.5px solid #fff;
	padding-bottom: 7px;
	margin-bottom: 45px;
}
.user-input-wrp{
	position: relative;
	width: 100%;
}
.user-input-wrp .floating-label{
	font-family: Regular;
	font-size: 1em;
	color: #fff;
	position: absolute;
	pointer-events: none;
	top: 0;
	transition: all 0.2s ease;
}
.user-input-wrp.date{
	position: relative;
}
.user-input-wrp.date img{
	width: 30px;
	position: absolute;
	top: -10px;
	right: 0;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: -18px;
	font-size: 13px;
}
.checkbox{
	margin-top: 15px;
}
.checkbox input[type="checkbox"]{
	display: none;
}
.checkbox input[type="checkbox"] + label:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 1px;
	margin-right: 20px;
	background-clip: content-box;
	border: 2px solid #fff;
	border-radius: 3px;
	position: relative;
	top: 3px;
}
.checkbox input[type="checkbox"]:checked + label:before{
	background-color: #fff;
}
.checkbox label{
	font-family: Regular;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
}
.checkbox label a{
	color: inherit;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
.checkbox label a:hover{
	color: #fff;
}
.reg .submit{
	margin-top: 50px;
	transition: all 0.3s ease-in-out;
}
.reg .submit:hover{
	background: transparent;
}
.quiz{
	position: absolute;
	width: 70%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #00822A;
	color: #fff;
	padding: 200px 85px;
}
.quiz .section2,
.quiz .section3{
	display: none;
}
.quiz h2{
	font-family: Bold;
	font-size: 3em;
	text-align: center;
	margin-bottom: 30px;
}
.quiz input[type="radio"]{
	display: none;
}
.quiz input[type="radio"] + label:before{
	content: "";
	position: relative;
	top: 4px;
	display: inline-block;
	width: 22px;
	height: 22px;	
	padding: 3px;
	margin-right: 12px;
	background-clip: content-box;
	border: 3px solid #fff;
	border-radius: 50%;
}
.quiz input[type="radio"]:checked + label:before{
  background-color: #fff;
}
.radio-buttons label{
	font-family: Regular;
	font-size: 1.3em;
	line-height: 1.5;
	margin-top: 20px;
}
.quiz .show-reg{
	font-family: Regular;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: underline;
	color: #83C536;
	transition: all 0.2s ease-in-out;
}
.quiz .show-reg:hover{
	color: #fff;
}
.quiz .radio-buttons{
	margin-bottom: 65px;
}
.quiz .main-btn{
	float: right;
	position: relative;
	top: -20px;
	box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.25);
}
.quiz .main-btn:hover{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.vid-btm{
	visibility: hidden;
	position: relative;
}
.vid-btm video{
	display: block;
	/*max-width: 100%;*/
	width:100%;
	height: auto;
	margin: 0 auto;
}
footer{
	background: #00822A;
	padding: 40px 160px;
	margin-top: -2px;
}
footer ul{
	margin-bottom: 30px;
}
footer ul li{
	display: inline-block;
	font-family: Regular;
	font-size: 1.1em;
	color: #fff;
	margin-right: 80px;
}
footer ul li:last-of-type{
	margin-right: 0;
}
footer ul li a{
	color: #fff;
	transition: all 0.2s ease-in-out;
}
footer ul li a:hover{
	color: #83C536;
}
footer .logo{
	margin-right: 130px;
}
footer .item{
	position: relative;
	top: -40px;
}
footer ul .social{
	position: relative;
	top: -20px;
	left: 70px;
}
footer ul .social a{
	margin-right: 50px;
}
footer ul .social img{
	transition: all 0.2s ease-in-out;
}
footer ul .social a:hover img{
	transform: scale(0.8);
}
footer .bottom{
	border-top: 1px solid #9D9D9D;
}
footer .copy{
	font-family: Regular;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	margin-top: 35px;
}
.modal-header{
	border-bottom: none;
	padding-bottom: 0;
}
.modal-body{
	padding-top: 0;
}
.modal-header .close{
	font-size: 3.5rem;
}
.footer-modal{
	font-family: Regular;
}
.footer-modal .bold{
	font-family: Bold;
}
.footer-modal p.bold{
	text-decoration: underline;
}
.footer-modal .red{
	color: #ED1C24;
}
.modal-dialog{
	max-width: 55%;
	margin: 50px auto;
}
.footer-modal h2{
	font-family: Bold;
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.footer-modal p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.error-modal .modal-body{
	padding: 50px;
}
.error-modal h2{
	font-family: Bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 30px;
}
.styled-modal .modal-dialog{
	max-width: 70%;
}
.styled-modal .modal-body{
	padding-left: 100px;
	padding-right: 100px;
}
.styled-modal h2{
	font-family: Bold;
	font-size: 2em;
	line-height: 1.3;
	color: #000;
	text-align: center;
	margin-bottom: 25px;
}
.styled-modal h3{
	font-family: Bold;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.styled-modal p{
	font-family: Regular;
	color: #000;
	font-size: 1em;
	line-height: 1.3;
	margin-bottom: 10px;
}
.styled-modal p.bold{
	font-family: Bold;
	text-decoration: underline;
}
.congrads .modal-dialog{
	max-width: 65%;
}
.congrads .modal-content{
	background: #00822A;
	color: #fff;
}
.congrads .modal-body{
	padding: 55px 70px;
}
.congrads h2{
	font-family: Bold;
	line-height: 1.2;
	font-size: 3em;
	margin-bottom: 35px;
}
.congrads p{
	font-family: Regular;
	line-height: 1.2;
	font-size: 2em;
	margin-bottom: 50px;
}
.congrads .col-lg-5 a{
	display: block;
	font-family: Regular;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	color: #83C536;
}
#cookiebar{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #221E20;
	padding: 20px 40px;
	z-index: 100;
}
#cookiebar p{
	font-family: Regular;
	font-size: 0.9em;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #fff;
}
#cookiebar a{
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	font-family: Bold;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #221E20;
	padding: 7px 20px 5px;
	margin: 10px 10px 0 0;
	transition: all 0.2s ease-in-out;
}
#cookiebar a:hover{
	background: #fff!important;
	color: #F36F21;
}
.select2-container{
	width: 100%!important;
}
.select2-hidden-accessible{
	position: static!important;
	font-family: Regular!important;
}
.select2-container--default .select2-selection--single{
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1.5px solid #fff;
	border-radius: 0;
	padding-bottom: 7px;
	margin-bottom: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent transparent;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	font-family: Regular;
	color: #fff;
	padding-left: 0;
}
.select2-results__option{font-family:Regular!important;}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	.navbar ul{
		padding: 0 80px 0 0;
	}
}