@font-face {
    font-family: 'ar_christyregular';
    src: url('fonts/archristy-webfont.woff2') format('woff2'),
         url('fonts/archristy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Libre Franklin', sans-serif;
	color: #405153;
	font-size: 16px;
}

.font-archristy{
	font-family: 'ar_christyregular', sans-serif;
	font-weight: normal;
	font-style: normal;
}


.hand{
	cursor: pointer;
}

.divider{
	position: relative;
	width: 15%;
	margin: 0 auto;
	height: 1px; 
	margin-top: 25px;
	margin-bottom: 25px;
}

.divider-white{
	background-color: #fff;
}

.divider-inner{
	position: absolute;
	height: 10px;
	width: 10px;
	left: 50%;
	top: -4px;
	background-color: inherit;
	border-radius: 50%;
	transform: translate(-50%, 0);
}


.box-shadow{
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2 );
}

.btn-outline-white{
	color: #fff;
	text-align: center;
	padding: 15px;
	min-width: 250px;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #ffffff;
}

.btn-outline-white:hover{
	background-color: #8bce1e;
  border: 1px solid #8bce1e;
	transition: all 0.4s linear;
}

footer{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

footer .duration{
	padding-top: 20px;
}

footer h4{
	margin-bottom: 5px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 22px;
	font-weight: 700;
}

img.img-responsive{
	max-width: 100%;
}

fieldset.error::after{
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #cc0000;
	font-size: 18px;
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 25px;
}
fieldset.valid::after{
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #629632;
	font-size: 18px;
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 25px;
}

.vcenter-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.vcenter {
	position: relative;
  top: 50%;
  transform: translateY(-50%);
	margin-left: 0;
}

@media screen and (min-width: 769px) {
	.vcenter-wrapper{
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
	}
	.vcenter {
		position: relative;
	  top: 50%;
	  transform: translateY(-50%);
		margin-left: -50%;
	}
}

#lightbox{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

#lightbox div.lightbox-content{
	display: inline-block;
	padding: 20px;
	background-color: #94353C;
	color: #fff;
	box-shadow: 0 3px 20px #000000;
	border-radius: 5px;
}

#lightbox li{
	text-align: left;
}

#lightbox h2{
	margin-top: 0;
}

#btnLightboxClose{
	color: #872300;
	background-color: #fff;
	border: none;
	margin-top: 10px;
}

.spacer10{
    height: 10px;
    width: 100%;
}

.spacer20{
    height: 20px;
    width: 100%;
}
.spacer30{
    height: 30px;
    width: 100%;
}
.spacer35{
    height: 35px;
    width: 100%;
}
.spacer50{
	height: 50px;
}

.img-responsive-center{
    margin: 0 auto;
}

.text-center{
	text-align: center;
}

.color-white{
	color: #ffffff;
}

.bg-white{
	background-color: #ffffff;
}

.color-green{
	color: #8bce1e;
}

.color-blue{
	color: #005da4;
}

.bg-green{
	background-color: #8bce1e;
}

.font-weight-thin{
	font-weight: 100;
}
.font-weight-medium{
	font-weight: 500;
}
.font-weight-bold{
	font-weight: 700;
}


section.splash{
	color: #ffffff;
	padding-top: 50px;
	background-image: url('../img/bgsplash.png');
	background-position: center right;
	background-size: cover;
}

section.section-form{
	color: #ffffff;
	background-image: url('../img/bgform.png');
	background-position: center center;
	background-size: cover;	
}

section.splash *{
	text-align: center;
}

section.splash h1{
	margin-top: 0;
}



.bg-tinted{
	background-color: rgba(0,0,0,0.47);
}

.box-gray{
	background-color: #f2f2f2;
	padding-top: 20px;
}

.btn-green{
	border-radius: 0;
	background-color: #51a906;
	color: #ffffff;
}

.btn-orange{
	border-radius: 0;
	background-color: #f58220;
	color: #ffffff;
}


section.splash h1{
	font-size: 78px;
}

section.splash p{
	font-size: 20px;
	margin: 0;
}

.text-shadow{
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}



.prizes{
	padding-top: 30px;
}

.prizes h4{
	text-align: center;
	font-size: 18px;
	color: #005da4;
	margin: 0;
}

.prize-desc-table{
	display: table;
}

.prize-desc-row{
	display: table-row;
}

.prize-img, .prize-desc{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}

.prize-img{
	width: 50%;
}

.prize-desc{
	padding-right: 15px;
}

fieldset > div{
	line-height: 40px;
	vertical-align: middle;
}

label{
	margin: 0;
}

@media screen and (min-width: 768px) {
	.label-wrapper{
		text-align: right;
	}
}

a.color-white{
	text-decoration: none;
}
a.color-white:hover{
	color: inherit;
	text-decoration: underline;
}

div.prize-title{
	padding: 0 15px;
}

textarea{
  width: 100%;
  height: 140px;
  padding: 10px;
  color: #000000;
}