.error {
	display: none;
	margin-left: 10px;
}		

.error_show {
	display: block;
	color: #D0021B;
	font-size: .9rem;
	line-height: 1rem;
	font-style: italic;
	margin: 10px 0 0 0;
}
		

#pre-footer-form input.invalid, #pre-footer-form .checkmark.invalid {
    border: 1px solid #D0021B;
    background-image: url("../images/validation-mark.svg"); 
    background-color: #fff;
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    background-size: 16px 18px; 
    background-position: 98% 50%; 
    cursor: auto;
}

#pre-footer-form .checkmark.invalid {
	 background-image: none;
}

#pre-footer-form input { 
	display: inline;
	box-shadow: 0 0 0px #fff inset;
	border-radius: 0;
	-webkit-appearance: none;
}

#pre-footer {
	float: left;
	width: 100%;
  padding: 70px;
  margin-bottom: 5%;
	background: linear-gradient(#F9F9F9, #E4E0EE);
}

#pre-footer h2 {
	font-size: 34px;
	font-family: "Campton Bold", Impact, sans-serif;
	font-weight: bold;
	color: #4E2A84;
	padding: 0px;
	margin-right: 5%;
	margin-bottom: 1rem;
    line-height: 1.2em;
}
	
#pre-footer h5 { 
	font-size: 18px;
	font-family: "Akkurat Pro Light", Arial, sans-serif;	
	color:  #4A4A4A;
	margin-bottom: .5em;
	margin-left: 11%;
}

#pre-footer .pre-footer-main {
	float: none;
	width: auto;
	margin-bottom: 0;
}

.pre-footer-left {
	float: left;
	width: 57%;
  margin-left: 11%;
}

#pre-footer-form {
	display: inline-block;
	overflow: hidden;
	clear: none;    
	width: 100%;
	font-size: 0	
}

.split-input {	
	height: 35px;
  font-size: 1rem;
  padding-left: 1%;
	font-family: "Akkurat Pro Regular", Arial, sans-serif;	
	color: #666; 
	border: 1px solid #CCC;
}

.split-input:focus {
	outline: none;
	border: 1px solid #4E2A84;
}

.split-input::-webkit-input-placeholder {
	color: #CCC;
	font-family: "Akkurat Pro Regular", Arial, sans-serif;	
}

#pre-footer-firstname {
	width: 49%;
	margin-right: 2%;
}

#pre-footer-lastname  {
	width: 49%;
}

#pre-footer-email {
	width: 100%;
	margin-top: 16px;
}

#pre-footer .pre-footer-right {
	float: right;
	margin-right: 7%;
	width: 20%;
}

#pre-footer input{ 
	display: inline;
}

#pre-footer input[type="checkbox"] {
/*	display: none;*/
	-webkit-appearance: checkbox; /* Chrome, Safari, Opera */
	-moz-appearance: checkbox;    /* Firefox */
	-ms-appearance: checkbox;     /* not currently supported */
	background-color: white;
	margin-right: 1.5em;   	
} 

/* Hide the browser's default checkbox */
.check-square {
  position: absolute;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}

/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;	
  background-color: #fff;
  border: 1px solid #CCC;
	
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
	text-align: center;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
      height: 11px;
      border: solid #ccc;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    #pre-footer label {
    	display: inline-block;
    	margin-right: 4.5%;
    	margin-top: 16px;
    	margin-bottom: 35px;
    	font-size: 1rem;
    	line-height: 1.5rem;
    	font-family: "Akkurat Pro Regular", Arial, sans-serif;	
    	color: #666;
    }
    
    .l-break[style*="none"] ~ #pre-footer-buttonholder {
      margin-top: 16px;
    }
    
    #pre-footer-buttonholder .button {
      margin-bottom: 0;
    }
    
    
    #pre-footer .pre-footer-submit: last-of-type {
    	margin-top: 4%;	
    }
    
    @media only screen and (max-width: 915px){
    	
    	#pre-footer {	
    		float: left;
    		width: 100%;
    	  padding: 2%;
    	  margin-bottom: 5%;
    		background: linear-gradient(#F9F9F9, #E4E0EE);
    	}
    	
    	#pre-footer h5 { 
    		margin-left: 0;
    		margin-top: 8%;
    	}
    	
    	.pre-footer-main {
    		padding-left: 0%;
    		padding-right: 0;
    	}
    
    	.pre-footer-left {
    		width: 75%;
    		margin-left: 0;
    	}
    
    	#pre-footer .pre-footer-right {
    		margin-right: 0;
    	}
    	
    	#pre-footer-buttonholder  {
      	margin-right: 0;
		margin-bottom: 40px;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 683px){
	
	#pre-footer h5 { 
		margin-top:8%;
		margin-left: 2%;
		text-align: center;
	}
	
	#pre-footer h2 {
	    text-align: center;
	}
	
	#pre-footer a {
		text-align: center;
		margin: 0 auto;
		display:inline-block;
	}
	
	.pre-footer-main {
		padding-left: 0%;
		padding-right: 0;
	}
	
	#pre-footer-form {
		margin-bottom: 4%;
	}

	.pre-footer-left {
		width: 100%;
		margin-left: 3%;
	}

	#pre-footer .pre-footer-right {
		display:none;
	}
	
	#pre-footer-form .split-input {
		width: 94%;
		margin-top: 2%;
	}
	
	#pre-footer-lastname {
		margin-right: 3%;
	}
	
	#pre-footer-email {
		margin-bottom: 1%;
	}
	
	#pre-footer-buttonholder {
		text-align: center;
  	margin-top: 1%;
  	margin-right: 3%;
	}
	
	#pre-footer .pre-footer-submit {
		margin-top: 4%;
		margin-bottom: 4%;
		text-align: center;
	}
	
	#pre-footer label {
    margin-right: 4.5%;
    margin-left: 0.5%;
    margin-top: 3.2%;
	}

	#pre-footer input[type="checkbox"] {
		-webkit-appearance: checkbox; /* Chrome, Safari, Opera */
		-moz-appearance: checkbox;    /* Firefox */
		-ms-appearance: checkbox;     /* not currently supported */
		background-color: white;
		margin-right: .75em;  
		height: 50px;
		width: 50px;	
	} 

	.check-square {
		display: inline-block;
		background-color: white;
		margin-left: .35em;
	}
	
}


	
	
	
	
	