/* General Styles */
* {
	margin:0;
	padding:0;
}

body {
  background-color: #242428;
	font-size:62.5%;
	-webkit-text-size-adjust:none;
}

@font-face {
  font-family: 'Eater';
  font-style: normal;
  font-weight: 400;
  src: local('Eater'), local('Eater-Regular'), url(http://fonts.gstatic.com/s/eater/v5/9-lswE9dlkJOKjTTLVZ4tQ.woff) format('woff');
}

h1, h2, h3, h4, h5, h6 {
	color:#FFFFFF;
	font-family:'Eater', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:2.4em;
	padding:0.25em;
}

p, td, ul, ol, li {
	color:#FFFFFF;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.6em;
	padding:0.25em;
}

p {
	max-height:999999px;
}

.blue_container {
	background-color:#DD7418;
	border-radius:12px;
}

.bold {
	font-weight:bold;
}

/* Container Styles */

#container {
  background:url(/images/halloween/moon.png) left top no-repeat;
	max-width:110em;
	margin:0 auto 2em auto;
	overflow:auto;
}

#footer {
	background-color:#543605;
	border-radius:12px;
	font-size:0.75em;
}

/* Header Styles */

#header {
	text-align:center;
}

#site_name {
	color:#DD7418;
	font-size:2.4em;
	line-height:1.2em;
  text-shadow: 2px 2px 0 #FFFFFF;
	padding:0;
}

#sub_line {
	color:#DD7418;
	font-size:3em;
  text-shadow: 2px 2px 0 #FFFFFF;
	padding:0;
}

#header_right {
  position:relative;
}

#money_pumpkin {
  bottom:15px;
  left:-25px;
  position:absolute;
}

#monster_top, #monster_top2 {
	max-width:250px;
	position:relative;
	width:100%;
	z-index:2;
}

#monster_top {
  bottom:-25px;
}

@media (min-width:640px) {
  #site_name {
    font-size:4.8em;
    line-height:1.2em;
  }

  #sub_line {
    font-size:3em;
  }
}

@media (min-width:890px) {
  #header_left {
    float:left;
    width:70%;
  }

  #header_right {
    float:left;
    width:30%;
  }

  #monster_top {
    bottom:0;
  }
}

/* Content Container Layout */

#form_container {
  margin-bottom:1em;
}
  
#form_container_reapply {
	margin:1em auto;
	max-width:79em;
  text-align:center;
  width:100%;
}

#page1 {
  background-color:#543605;
  border:10px solid #DD7418;
  width:90%;
  height:130em;
}

@media (min-width:640px) {
  #page1 {
    height:110em;
  }
}

  @media (min-width:890px) {
  #page1 {
    width:100%;
  }
}

@media (min-width:960px) {
  #form_container_reapply {
    max-width:81em;
  }
  
  #page1 {
    height:50em;
  }
}

#body_content {
	float:left;
	clear:both;
	margin-bottom:1em;
	width:100%;
}

#body_content2 {
  margin-bottom: 1em;
}

@media (min-width:890px) {
  #sidebar {
    float:left;
    margin-top:-1.5em;
    width:49%;
  }
  
  #form_container {
    float:right;
    margin-top:-1.5em;
    width:49%;
  }

  #body_content2 {
    float: left;
    margin-top: -1.5em;
    width: 49%;
  }
}

#footer {
	float:left;
	clear:both;
	width:100%;
}

#footer p {
	max-height:999999px;
}

#full_width_navigation {
	float:left;
	margin-bottom:1em;
	margin-top:-1.5em;
	width:100%;
}

/* Content Styles */

#cta_wrapper {
	margin:0 auto;
	max-width:96em;	
}

#cta_container {
	margin:1em 0;
}

#msgdiv {
  margin:-15px 0 25px;
  width:100%;
}

#cta_text {
	font-size:2.4em;
	padding:0;
	text-align:center;
}

@media (min-width:640px) {
  #cta_text {
    font-size:4em;
  }
}

@media (min-width:890px) {
  .section {
    float:left;
    padding:0 1em 1em 1em;
    width:31%;
  }
  
  .section-2 {
    float: left;
    padding: 0 1em 1em;
    width: 96%;
  }
  
  #msgdiv {
    float:left;
  }
}

#monster_pointing, #monster_pointing_reapply {
	display:none;
}

#cta_container_reapply {
	position:relative;
	z-index:1;
}

@media (min-width:890px) {
  #monster_pointing {
    display:initial;
    float:left;
    max-width:562px;
    position:relative;
    right:-15.2%;
    width:100%;
    z-index:2;
  }
}

@media (min-width:930px) {
  #monster_pointing_reapply {
    display:initial;
    position:relative;
    float:left;
    z-index:2;
  }

  #cta_container_reapply {
    margin:3.75em 0 1em -3.6em;
    float:left;
    width:68%;
    max-height:150px;
  }
}

/* Styling for Links */

a img { 
	border: none;
}

a:link, a:visited {
	color:#33FF44;
	text-decoration: underline; 
}

a:hover, a:focus, a:active { 
	text-decoration: none;
}

/* Clear Float */

.clear_float {
	clear:both;
}

/* Form Styles */

.form, .form2 {
	background-color:#543605;
	border-radius:12px;
	display:block;
}

@media (min-width:890px) {
  .form, .form2 {
    float:left;
    width:100%;
  }
}

.form label {
	clear:left;
	cursor:text;
	float:left;
	position:relative;
	z-index:3;
}

.form2 label {
  padding-left:10px; 
}

.text {
	background: #FFFFFF;
	border: 1px solid #C6C9CC;
	border-radius: 4px;
	clear:left;
	float:left;
	padding:0.25em 0;
	position:relative;
	width:100%;
	z-index:3;
}

table.submit {
	margin:0 auto;
}

input.submit {
	background-color:transparent;
	border:0;
	cursor:pointer;
	font-size:0;
	position:relative;
	text-align:center;
	z-index:1;
}

.verify {
  width:260px;
  height:64px;
}

.apply {
  width:190px;
  height:60px;
}

@media (min-width:450px) {
  .verify {
    width:400px;
    height:99px;
  }
  
  .apply {
    width:293px;
    height:93px;
  }
}

/* invalid input */
.bvalidator_invalid {
	background-color: #FFFFAE !important;
}
/* error message */
.bvalidator_errmsg {
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #999;
	color: #000000;
	display: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-moz-box-shadow: 0 0 6px #ddd;
	-webkit-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	position:static;
	z-index:100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	filter: alpha(opacity=90)
}
/* close icon */
.bvalidator_errmsg .bvalidator_close_icon {
	margin-left: 5px;
	margin-top: -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F96;
	cursor: pointer
}
/* arrow */
.bvalidator_errmsg em {
	display: block;
	border-color: #333 transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -10px;
	left: 5px
}