@charset "UTF-8";
/* CSS Document */


/*************************************
************************************** 
************************************** 

  Popup

**************************************
************************************** 
**************************************/


.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 100px auto;
}
/*************************************
************************************** 
************************************** 

  Go Back

**************************************
************************************** 
**************************************/
.goback {
	
color: #414141 !important;
	
}

.goback a{
	

 color: #414141 !important;
	text-decoration:none;
}
.goback a:hover{
	

 color: #414141 !important;
		text-decoration:none !important;
}

.gobackbutton {
	
color: #fff !important;
	height:63px !important;
	line-height:1.3em;
}
.gobackbutton a{
	
color: #fff !important;
	
}
.gobackbutton a:hover{
	
color: #fff !important;
	
}

/*************************************
************************************** 
************************************** 

 Body

**************************************
************************************** 
**************************************/


  body{
	  

  font-family: 'Oswald', sans-serif;

	  
  }
  h1 {
	color:#414141;
	text-shadow:0px 1px 0px #1a1a1a;
	letter-spacing:1px;
	  
  }
  h4 {
  line-height: 2em;
  font-family: 'Oswald', sans-serif;
  letter-spacing:2px;
  color: #585864;
  font-size: 20px;
text-transform:uppercase;
}

iframe {
 position: absolute;
    top:700px;
    left: 0;
    width: 100%;
    height: 1200px;
	list-style: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 100px auto;
}


 .hsformerror {
	color: #F00 !important; 
	font-size:30px;
}


.hs-button.primary.large {
-moz-box-shadow:inset 0px -6px 0px 0px #7a0000 !important;
	-webkit-box-shadow:inset 0px -6px 0px 0px #7a0000 !important;
	box-shadow:inset 0px -6px 0px 0px #7a0000 !important;
	background-color:#e11a2a !important;
	-webkit-border-top-left-radius:6px !important;
	-moz-border-radius-topleft:6px !important;
	border-top-left-radius:6px !important;
	-webkit-border-top-right-radius:6px !important;
	-moz-border-radius-topright:6px !important;
	border-top-right-radius:6px !important;
	-webkit-border-bottom-right-radius:6px !important;
	-moz-border-radius-bottomright:6px !important;
	border-bottom-right-radius:6px !important;
	-webkit-border-bottom-left-radius:6px !important;
	-moz-border-radius-bottomleft:6px !important;
	border-bottom-left-radius:6px !important;
	
	height:15px !important;
	border:none !important;
	text-shadow:1px 1px 0px #5e5e5e !important;
text-transform:uppercase !important;
padding-top:20px;
padding-bottom:23px;

-webkit-transition: background 500ms ease-out 1s !important;
    -moz-transition: background 500ms ease-out 1s !important;
    -o-transition: background 500ms ease-out 1s !important;
    transition: background 500ms ease-out 1s !important;




	background: rgba(225,26,42,1) !important;
background: -moz-linear-gradient(top, rgba(225,26,42,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(225,26,42,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,26,42,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(100%, rgba(225,26,42,1))) !important;
background: -webkit-linear-gradient(top, rgba(225,26,42,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(225,26,42,1) 100%) !important;
background: -o-linear-gradient(top, rgba(225,26,42,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(225,26,42,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(225,26,42,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(225,26,42,1) 100%) !important;
background: linear-gradient(to bottom, rgba(225,26,42,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(225,26,42,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2a', endColorstr='#e11a2a', GradientType=0 ) !important;
   
   
}

.hs-button.primary.large:hover {
	

	background: rgba(186,0,31,1) !important;
background: -moz-linear-gradient(left, rgba(186,0,31,1) 0%, rgba(186,0,31,1) 100%) !important;
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(186,0,31,1)), color-stop(100%, rgba(186,0,31,1))) !important;
background: -webkit-linear-gradient(left, rgba(186,0,31,1) 0%, rgba(186,0,31,1) 100%) !important;
background: -o-linear-gradient(left, rgba(186,0,31,1) 0%, rgba(186,0,31,1) 100%) !important;
background: -ms-linear-gradient(left, rgba(186,0,31,1) 0%, rgba(186,0,31,1) 100%) !important;
background: linear-gradient(to right, rgba(186,0,31,1) 0%, rgba(186,0,31,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba001f', endColorstr='#ba001f', GradientType=1 ) !important;

}




input, select, textarea { 

background-color: #fff !important; 
}

.strike {
	position: relative;

}
.strike:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: red;
	-webkit-transform: rotateZ(-20deg);
	-moz-transform: rotateZ(-20deg);
}


  button  {
	  
	  border: none !important;
	  
  }
  
.return {
	
	text-transform:uppercase;
	padding-bottom:10px;
	
}

.return a {
	 color: #585864;
	text-decoration:none;
	
}
  .return a:hover {
	 
	text-decoration:underline;
	
}


a{ 
	 color: #E11A2B !important;
	text-decoration:none;
	
}



a:hover { 
	 color: #E11A2B;
	text-decoration:underline;
	
}






.nextstep {
-moz-box-shadow:inset 0px -6px 0px 0px #7a0000;
	-webkit-box-shadow:inset 0px -6px 0px 0px #7a0000;
	box-shadow:inset 0px -6px 0px 0px #7a0000;
	background-color:#e11a2a;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	border:none;
	width:200px;
	padding:11px;
	text-decoration:none !important;
	text-align:center;
	text-shadow:1px 1px 0px #5e5e5e;
text-transform:uppercase;


}
.nextstep:hover {
		text-decoration:none !important;
	background-color:#ba001f;
	color:#fff;
}.nextstep:active {
	position:relative;
	top:1px;
}



.dropshadow {
	-webkit-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.2);
box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.2);
}






/*************************************
************************************** 
************************************** 

FOOTER

**************************************
************************************** 
**************************************/

#footer {
  font-family: "Open Sans", sans-serif;
  padding: 30px 0;
  text-align: center;
  width: 100%;
    color: #585864;
	font-size:12px;
line-height:2em;
}
#footer a {
color: #e11a2b;
	text-decoration:none;
}
#footer a:hover {
 text-decoration:underline;
}

