@charset "utf-8";






body {
background-image: url(../images/bokeh-2990426_1920.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ededed;
	min-height: 377px;
	height: 400px;
	background-position: center; 
}








a { 

	text-decoration: none;
		
}


ul {
	z-index: 0;
}


li {
	z-index: 0;
}



.maindiv {
	width: 520px;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;	
	background-color: #ffffff;
	margin-bottom: -85px;
	border-radius: 1px;
	border: 1px solid #989898;
	-webkit-box-shadow: 2px 2px 14px 1px #888888;
	box-shadow: 2px 3px 40px 2px #888888;
	
	z-index: 2;
	position:relative;
	top: -100px;

}

.maindiv2 {
	width: 680px;
	height: 2400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-right: 65px;
	padding-left: 65px;
	background-color: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #989898;
	-webkit-box-shadow: 2px 2px 14px 1px #7A7A7A;
	box-shadow: 2px 2px 14px 1px #7A7A7A;
	
}


.maindiv3 {
	width: 520px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;	
	margin-bottom: 10px;
	background-color: #FFFCFC;
	border-radius: 10px;
	border: 1px solid #989898;
	-webkit-box-shadow: 2px 2px 14px 1px #9F9D8D;
	box-shadow: 2px 2px 10px 1px #9F9D8D;

}



.divcontinueb:hover {
  background-color: #005379;
  
}

.divcontinueb.btn-submit.btn-submit-ref:hover {
  background-color: #005379;
  
}

.maindiv3:hover {
  background-color: #FFFBE9;
  
}

.formbox:hover {
  background-color: #FFFBE9;
  
}


.formboxb:hover {
  background-color: #FFFBE9;
  
}


.language:hover {
  background-color: #e8eaeb;
  
}


.alert.alert-danger
{
   margin-top: -40px;
   text-align: center;
   font-weight: 500;
}


.error-main {
	margin-left: auto;
	margin-right: auto;
	width: 105%;
	position: relative;
	left: -13px;
	height: auto;
	padding-bottom: 3px;
	
}

.alert.alert-warning
{
  
   margin-top: -25px;
   margin-bottom: 20px;
   text-align: center;
   font-weight: 600;
   font-size: 17px;
   width: 100%;
   height: 60px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 7px;
   padding-top: 1px;
   display: inline-block;
   box-shadow: 2px 3px 10px 2px #888888;
}





.alert.alert-warning2
{
  
   
   display: inline-block;
   
}




.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  position: relative;
  left: 233px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: inline-block;
 
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}












.maindiv-a {
	display: block;
	width: 620px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;	
	margin-bottom: 50px;
	background-color: #fcfcfc;
	border-radius: 3px;
	border: 1px solid #989898;
	-webkit-box-shadow: 2px 2px 14px 1px #7A7A7A;
	box-shadow: 2px 2px 14px 1px #7A7A7A;
	

}



.maindiv-b {
	margin-top: 55px;
	width: 520px;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #F7F7F7;
	border-radius: 10px;
	border: 1px solid #989898;
	-webkit-box-shadow: 2px 2px 14px 1px #7A7A7A;
	box-shadow: 2px 2px 14px 1px #9596C6;


}



	 #appear2 {
        visibility: hidden;
        
      }





.btn-submit-ref
{
display: none;
}

.btn-submit
{
display : block;
}












h1 {
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	
	display: block;
	color: #183B56;
	text-shadow: 0 0 0;
	font-weight: 700;
	font-size: 27px;
	font-family: source-sans-pro;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	
	
	
}

	

h3 {
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	

	display: block;
	color: #183B56;
	text-align: center;
	text-shadow: 0 0 0;
	font-weight: 500;
	font-size: 22px;
	font-family: source-sans-pro;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}



.languagebox {
	
		border: 1px #545454;
	margin-left: auto;
	margin-right: auto;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #363636;
	background-color: #f7faff;
	opacity: 0.7;
	display: inline-block;
	border-radius: 1px;
	-webkit-box-shadow: 1px 1px 1px 1px  #595959;
	
	position: relative;
	left: 459px;
	top: 100px;
	font-size: 11px;
	
	padding-top: 4px;


	

}

.language {
	position: relative;
	left: 227px;
	top: 0px;
	width: 60px;
	height: 18px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #fcfcfc;
	border-radius: 1px;
	-webkit-box-shadow: 1px 1px 1px 1px #7A7A7A;
	box-shadow: 1px 1px 2px 1px #7A7A7A;
	margin-top: 17px;
	margin-bottom: -30px;
	text-align: center;
	color: #000000;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 100;
	font-size: 12px;
	text-decoration: none;
	opacity: 0.7;
}



.zipemail {
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: -30px;
	display: inline-block;
	width: 100%;

}



.bar {
	
	    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    font-size: 87.5%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.71429em;    
    display: block;
    background-color: #487DD3;
	background-image: url('/images/free_government_smartphone.jpg');
	background-repeat: repeat-x;
	background-size: contain;
	box-shadow: 0 -11px 30px 0 rgba(0,0,0,0.3) inset;
    width: 100%;
    top: 100px;
    z-index: 1;
    padding: 0;
	height: 70px;
    position: relative;
    padding-left: 17px;
    padding-right: 18px;
    box-sizing: border-box;
    word-wrap: break-word;
	
	}
	
	.bar2 {
	
	    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    font-size: 87.5%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.71429em;
    display: block;
    background: #739FE7;
    box-shadow: 0 -11px 30px 0 rgba(0,0,0,0.3) inset;
    width: 100%;
    top: 100px;
    z-index: 1;
    padding: 0;
	height: 30px;
    position: relative;
    padding-left: 17px;
    padding-right: 18px;
    box-sizing: border-box;
    word-wrap: break-word;
	
	}



.span16 {
	position: relative;
	left: 285px;
	display: block;
	color: #1E1E1E;
				top: -2px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;	
	margin-top: -15px;
	margin-bottom: 0px;
	text-shadow: 0px 0px 0px #9DDFFF;
	max-width: 200px;
	
}


.span16b {
	position: relative;
	left: 85px;
				top: -42px;
	display: block;
	color: #1E1E1E;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;	
	margin-top: -15px;
	margin-bottom: 0px;
	text-shadow: 0px 0px 0px #9DDFFF;
	max-width: 200px;
	
}




.formbox {
	position: relative;
	left: 75px;
	width: 160px;
					top: -5px;
	height: 20px;
	display: inline-block;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px  #595959;
	
	margin-top: 0px;
		background-color: #FDFDF4;
		
	
}

.formboxb {
width: 160px;
position: relative;
	left: 275px;
	top: -37px;
	height: 20px;
	display: inline-block;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px  #595959;
	margin-top: 0px;
	background-color: #FDFDF4;
	
	
}


.formbox.zip_code {
	position: relative;
	left: 53px;
	width: 185px;
	height: 28px;
	display: inline-block;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px  #595959;
	box-shadow: 1px 1px 4px 1px inset #CED7E1;
	margin-top: 0px;
	
	
}

.formboxb.email {
width: 185px;
position: relative;
	left: 280px;
				top: -45px;
	height: 28px;
	display: inline-block;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px  #595959;
	box-shadow: 1px 1px 4px 1px inset #CED7E1;
	margin-top: 0px;
	
	
	
}








#svg-spinner{
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1.2s;
  -webkit-animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  
  -moz-transition-property: -moz-transform;
  -moz-animation-name: rotate; 
  -moz-animation-duration: 1.2s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  
  transition-property: transform;
  animation-name: rotate; 
  animation-duration: 1.2s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 222px;
  top: 15px;

}



@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}











.slide-in {
      position: relative;
      animation: animation 2s ease-out;
      text-align: center;
      color: #fff;
    }



@keyframes animation {
      0% {
        opacity: 0;
        left: -200px;
      }

      100% {
        opacity: 1;
        left: 0;
      }
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	




.span17 {
	
	display: block;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;	
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: -80px;
	
}



.span18 {
	
		text-align: center;
	display: block;
	font-family: source-sans-pro;
	font-style: normal;

	font-size: 14px;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -200px;
	line-height: 95%;
}

.span19 {
	
	position: relative;
	top: -14px;
	left: -7px;
	display: inline-block;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 100;
	font-size: 12px;	
	
	
	
	
}
.span20 {
	
	position: relative;
	bottom: 0x;
	left: -1px;
	display: inline-block;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 100;
	font-size: 15px;	
		
}
.span21 {
	width: 450px;
	display: block;
	color: #EB7949;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 5px;
	text-shadow: 1px 1px 1px #7A7A7A;
	margin-bottom: 20px;
	line-height: 1;
	
	
}























.fade-in-image { animation: fadeIn 7s; }



@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



#appear1 {
        visibility: hidden;
        height: 0px;
      }

#appear2 {
        visibility: hidden;
        height: 0px;
      }





.offer {
	border-style: solid;
	border-color: #939393;
	border-width: thin;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 3px;
	background-color: #F7FBFF;
	-webkit-box-shadow: 1px 1px 1px 1px #9F9D8D;
	box-shadow: 2px 2px 4px 2px inset #CED7E1;
	height: 230px;

}


.span1 {
	width: 100%;
	height: 39px;
	display: block;
	color: #183B56;
	text-align: center;
	text-shadow: 0 0 0;
	font-weight: 600;
	font-size: 27px;
	font-family: source-sans-pro;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.span2 {
	width: 32px;
	height: 18px;
	display: block;
	color: #12324A;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	margin-bottom: -2px;
}
.span3 {
	width: 360px;
	height: 31px;
	display: block;
	color: #494949;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-shadow: 3px 3px 2px #f0f0f0;
}
.span7 {
	width: 208px;
	height: 31px;
	display: block;
	color: #1E1E1E;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -16px;
	margin-top: -22px;
	text-shadow: 1px 1px 1px #9DDFFF;
}
.span4 {
	width: 400px;
	height: 20px;
	display: block;
	color: #12324A;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.span4b {
	width: 400px;
	height: 80px;
	display: block;
	color: #2D2D2D;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: -40px;
}
.span4c {

	font-weight: 500;

	font-size: 18px;

}
.span8 {
	width: 290px;
	height: 40px;
	display: block;
	color: #12324A;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 31px;
}
.span5 {
	width: 350px;
	height: 17px;
	display: block;
	color: #12324A;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.span5b {
	width: 194px;
	height: 17px;
	display: block;
	color: #12324A;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	margin-top: 40px;
}

.span5c {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 17px;
	display: block;
	color: #12324A;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	margin-top: 1px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 1px #B0BDE9;
	letter-spacing: 1px;
}

.span5d {
	
	width: 370px;
	height: 17px;
	display: block;
	
	
	color: #000000;
	font-family: source-sans-pro;
	
	margin-top: 6px;
	margin-bottom: 10px;
	
	font-style: normal;
	font-weight: 500;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	
	margin-bottom: 10px;
	line-height: 1.2;
}


.span5e {
	position: relative;
	left: 0px;
	top: 5px;
	width: 90%;
	height: 17px;
	display: block;
	color: #12324A;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
	font-size: 20px;
	margin-top: -10px;
	margin-bottom: 60px;
}

.span5f {
	position: relative;
	left: 25px;
	top: 5px;
	width: 320px;
	height: 100px;
	display: block;
	color: #000000;
	font-family: Candara;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 45px;
	letter-spacing: 0.6px;
}



.span5g {
	font-weight: 600;
	font-size: 20px;
}





.span10 {
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 21px;
}

.div12 {
background-color: #FBFBFB;
background-size: contain;
margin-left: 5px;
margin-right: 5px;
margin-top: 50px;
}


.divcontinue {
	width: 174px;
	height: 44px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #008FD3;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px #006B9E;
	box-shadow: 1px 1px #006B9E;
	margin-top: 17px;
	margin-bottom: -10px;
	padding-right: 1px;

}





.divcontinueb {
	position: relative;
	left: 0px;
	top: -40px;
	width: 185px;
	height: 44px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #008FD3;
	border-radius: 1px;
	-webkit-box-shadow: 0px 0px #006B9E;
	box-shadow: 0px 0px #006B9E;
	margin-top: 17px;
	margin-bottom: -30px;
	text-align: center;
	color: #FFFFFF;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
}


.divcontinueb.btn-submit.btn-submit-ref {
	position: relative;
	left: 0px;
	top: -30px;
	width: 185px;
	height: 44px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 11px;
	background-color: #008FD3;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 1px #7A7A7A;
	box-shadow: 1px 1px 2px 1px #7A7A7A;
	margin-top: 17px;
	margin-bottom: -30px;
	text-align: center;
	color: #FFFFFF;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	text-decoration: none;
}


.affiliatelink {
	position: relative;
	left: 0px;
	top: -40px;
	width: 185px;
	height: 44px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #008FD3;
	border-radius: 1px;
	-webkit-box-shadow: 0px 0px #006B9E;
	box-shadow: 0px 0px #006B9E;
	margin-top: 17px;
	margin-bottom: -30px;
	text-align: center;
	color: #FFFFFF;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 100;
	font-size: 9px;
}









.menu {
	width: 474px;
	height: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #ededed;
	
	 z-index: -1;
    position: fixed;
    bottom: 1%;
 	right: 0;
	left: 0;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 100;

	font-size: 13px;
	
	margin-bottom: 0px;
	text-align: center;


	

}
















.span6 {
	margin-left: 48px;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	margin-top: 13px;
	margin-bottom: auto;
	display: inline-block;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	left: -3px;
}
.span6b {
	margin-left: 43px;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	margin-top: 13px;
	margin-bottom: auto;
	display: inline-block;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

.span9 {
	width: 485px;
	height: 40px;
	display: block;
	color: #12324A;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 100;
	text-align: center;
	font-size: 14px;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

.span9b {
	width: 520px;
	height: 70px;
	display: block;
	color: #12324A;
	background-color: #ededed;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 100;
	text-align: center;
	font-size: 13px;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -85px;
	margin-bottom: 450px;
	z-index: 5;

}

 

.span9c {
	width: 285px;
	height: 70px;
	display: block;
	color: #4E4E4E;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
	margin-bottom: 5px;

}




.span9d {
	position: relative;
	top: -15px;
	width: 405px;
	height: 85px;
	display: block;
	color: #4E4E4E;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 100;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	margin-bottom: 10px;

}

.span9e {
	position: relative;
	top: -15px;
	width: 330px;
	height: 40px;
	display: block;
	color: #4E4E4E;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	margin-bottom: 0px;

}



.span9f {
	font-size: 19px; 
	margin-bottom: 8px; 
	line-height: 1; 
	margin-bottom: 8px; 
	z-index: 50; 
	height: 50px; 
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ededed;
	
}



.checkbox {
position: relative;
top: 2px;

}


.linkdiv {
	width: 174px;
	height: 44px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.footertext {
	font-size: 11px;
	color: #595959;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 8px;
}
.footertextca {
	font-size: 11px;
	color: #C8C8C8;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
footer {
	margin-left: auto;
	margin-right: auto;
	bottom: 11px;
	text-align: center;
	width: 100%;
	position: relative;
	margin-top: 331px;
}




@media (max-width: 860px){



.maindiv2 {
	width: 90%;
		height: 2600px;
		
	
	
	margin-left: auto;
	margin-right: auto;

	padding-top: 25px;
	padding-right: 5%;
	padding-left: 5%;
	

		
		
		
		
		
		
	
}


}




@media (max-width: 560px){
	
	
	
	
	
	
	
body {
	background-position: 0% 0%;
	background-size: cover;
}

h3 {
	
	
	margin-top: 80px;
	
} 

.maindiv {
	width: 379px;
	height: 480px;
	margin-top: 10px;
	background-color: #fcfcfc;
	margin-bottom: -75px;
	border-radius: 3px;
}


.maindiv2 {
	width: 330px;
	height: 3500px;
	
	margin-top: 85px;
	
	margin-top: 500px;
	
}


.maindiv3 {
	width: 298px;
	height: 120px;
	margin-top: -20px;
	background-color: #fcfcfc;
	margin-bottom: 25px;
	padding-left: 8px;
	padding-right: 8px;


}

.menu {
	
	display: none;
	

}




#svg-spinner{
position: relative;
  left: 117px;

}



.alert.alert-danger
{
    margin-top: -130px;
    margin-bottom: 15px;
    padding-left: auto;
    padding-right: auto;
    height: 105px;
    font-weight: 500;
    
}





.alert.alert-warning
{
	
	
   position: relative;
   top: 7px;
   margin-top: -15px;
   margin-bottom: 10px;
   line-height: 1.1;
   text-align: center;
   font-weight: 600;
   font-size: 17px;
   width: 100%;
   height: 80px;
   margin-right: auto;
   margin-left: auto;
   position: relative;
   left: 6px;
   margin-bottom: 7px;
   padding-top: 3px;
   display: inline-block;
   box-shadow: 2px 3px 10px 2px #888888;
}




.alert.alert-warning2
{
  
   
  
   
}

.loader {
	margin-top: 5px;
	margin-bottom: -5px;
	position: relative;
	left: 130px;
}




.span18 {
	
		text-align: center;
	display: block;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

.span19 {
	
	position: relative;
	top: -10px;
	left: -6px;
	display: inline-block;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 100;
	font-size: 12px;	
	
}


.languagebox {
	
	border: 1px #545454;
	margin-left: auto;
	margin-right: auto;

	width: 60px;
	height: 15px;
	text-align: center;
	color: #363636;
	background-color: #f7faff;
	opacity: 0.7;
	display: inline-block;
	border-radius: 1px;
	-webkit-box-shadow: 1px 1px 1px 1px  #595959;
	
	position: relative;
	left: 238px;
	top: 69px;
	font-size: 11px;
	
	padding-top: 4px;
}




	.language {
	position: relative;
	left: 116px;
	top: 18px;
	width: 60px;
	height: 18px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	background-color: #fcfcfc;
	border-radius: 1px;
	-webkit-box-shadow: 1px 1px 1px 1px #7A7A7A;
	box-shadow: 1px 1px 2px 1px #7A7A7A;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #000000;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 100;
	font-size: 10px;
	opacity: 0.7;
	}


.span21 {
	width: 100%;
	display: block;
	color: #EB7949;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	text-shadow: 1px 1px 1px #737373;
	margin-bottom: 50px;
	line-height: 0.95;
	position: relative; 
	left:-2px; 
	
	
}






.span16 {
	position: relative;
	left: 60px;
	top: 94px;
	display: block;
	color: #1E1E1E;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 19px;	
	margin-top: -15px;
	margin-bottom: -7px;
	text-shadow: 0px 0px 0px #9DDFFF;
	max-width: 200px;
	
}


.span16b {
	position: relative;
	left: 84px;
	top: -38px;
	display: block;
	color: #1E1E1E;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 19px;	
	margin-top: -10px;
	margin-bottom: 0px;
	text-shadow: 0px 0px 0px #9DDFFF;
	max-width: 200px;
	
}




.formbox {
	position: relative;
	left: 46px;
	top: 21px;
width: 200px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px  #595959;
	margin-top: 0px;

	
	
}

.formboxb {
width: 200px;
position: relative;
	left: 46px;
	top: 61px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px  #595959;
	margin-top: -20px;
	
	
	
}







.formbox.zip_code {
	position: relative;
	left: 48px;
	top: 21px;
width: 200px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px  #595959;
	margin-top: 0px;
	
	
}

.formboxb.email {
width: 200px;
position: relative;
	left: 48px;
	top: 51px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px  #595959;
	margin-top: -20px;
	
	
	
	
}









.zipemail {
	
	margin-top: 10px;
	
}










.divcontinueb {
	position: relative;
	left: 0px;
	top: 55px;
	width: 230px;
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #008FD3;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px #006B9E;
	box-shadow: 0px 0px #006B9E;
	margin-top: 17px;
	margin-bottom: 38px;
	text-align: center;
	color: #FFFFFF;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	}



.divcontinueb.btn-submit.btn-submit-ref {
	position: relative;
	left: 0px;
	top: 60px;
	width: 250px;
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 17px;
	background-color: #008FD3;
	border-radius: 13px;
	-webkit-box-shadow: 1px 1px 1px 1px #7A7A7A;
	box-shadow: 1px 1px 2px 1px #7A7A7A;
	margin-top: 17px;
	margin-bottom: 38px;
	text-align: center;
	color: #FFFFFF;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	
	}



.span5c {

	margin-top: 0px;
	margin-bottom: 0px;
	width: 95%;
	height: 50px;
	display: block;
	color: #12324A;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	letter-spacing: 1px;
	
}

.span5d {
	
	width: 100%;
	height: 17px;
	display: block;
	color: #12324A;
	
	font-style: normal;
	font-weight: 500;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}




.span5e {
	
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	display: block;
	color: #12324A;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
	font-size: 18px;
	
	
}




.span5f {
	position: relative;
	left: 0px;
	top: 5px;
	width: 100%;
	height: 110px;
	display: block;
	color: #000000;
	font-family: Candara;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 1.2;
	font-size: 18px;
	
}


.span5g {
	font-weight: 600;
	font-size: 18px;
}




.offer {
	border-style: solid;
	border-color: #939393;
	border-width: thin;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #F7FBFF;
	-webkit-box-shadow: 1px 1px 1px 1px #9F9D8D;
	box-shadow: 2px 2px 4px 2px inset #CED7E1;
	height: 240px;

}





.span9b {
	width: 80%;
	height: 40px;
	display: block;
	color: #12324A;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 100;
	text-align: center;
	font-size: 13px;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.span9c {
	width: 96%;
	height: 40px;
	display: block;
	color: #4E4E4E;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	font-size: 13px;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 82px;
	margin-bottom: -73px;
}

.span9d {
	
	position: relative;
	top: -8px;
	width: 96%;
	height: 40px;
	display: block;
	color: #4E4E4E;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	margin-bottom: -40px;
}

.span9e {
	
	position: relative;
	top: -5px;
	width: 96%;
	height: 40px;
	display: block;
	color: #4E4E4E;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
	margin-bottom: -90px;
}




.span9f {
	font-size: 16px; 
	margin-bottom: 8px; 
	margin-top: 0px;
	line-height: 1; 
	margin-bottom: 8px; 
	z-index: 50; 
	height: 50px; 
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ededed;
	
}




.span17 {
	
	display: block;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;	
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: -80px;
	position: relative;
	        left: 35px;
	
}











.span4 {
	width: 300px;
	font-size: 15px;
	margin-bottom: 36px;
	
	position: relative;
	top: 26px;

	
	
	
	
}

.span4b {
	width: 320px;
	height: 80px;
	display: block;
	color: #2D2D2D;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: -40px;
}


.span4c {

	font-weight: 500;

	font-size: 16px;

}




.div12 {
background-color: #FBFBFB;
background-size: contain;
margin-left: 5px;
margin-right: 5px;
margin-top: 50px;
}




.span7 {
	position: relative;
	top: 16px;
	font-size: 18px;
}



.footertext {
	font-size: 11px;
	margin-bottom: 0px;



}

.span1 {
	font-size: 22px;
	width: 304px;
	height: 27px;
	margin-top: 5px;
}
.span2 {
	width: 252px;
	height: 20px;
	margin-bottom: -12px;
	margin-top: 2px;
	font-size: 13px;
}
.span3 {
	position: relative;
	left: 3px;
	width: 300px;
	font-size: 12px;
	height: 32px;
	margin-bottom: 0px;
	font-weight: 500;
}
.divcontinue {
	margin-bottom: -22px;
	height: 50px;
	width: 96%;
	max-width: 220px;

	display: block;
	margin-left: auto;
	margin-right: auto;

	
}
.span6b {
	margin-left: 34px;
	margin-right: auto;
	margin-top: 11px;
	margin-bottom: auto;
	font-size: 14px;
}



.span9 {
	width: 360px;
	font-size: 10px;
	margin-top: -5px;
	
}
.span5 {
	width: 240px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	margin-top: 5px;
	margin-bottom: 0px;
}



.span5b {
	position: relative;
	top: 7px;
}
.linkdiv {
	width: 96%;
	max-width: 220px;

	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -22px;
}
.span6 {
	margin-left: 30%;
	margin-right: 25%;
	margin-top: 14px;
	margin-bottom: auto;
	font-size: 17px;
	font-weight: 200;
}










}















@media (max-width: 414px){

	
	
	
body {
    height: 1200px;
	background-size: contain;
	background-position: 0px 0px;
	background-color: #ededed;
background-image: url(../images/celularesdegobierno.jpg);


}
	
	
	
	
	

h3 {
	margin-top: 10px;
	
}



.divcontinue {
	margin-top: 22px;
	margin-bottom: -27px;
	height: 50px;
	width: 100%;
}


.div12 {
height: 118px;
}


.maindiv {
	width: 97%;

	
}






.span18 {
	
		text-align: center;
	display: block;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}



.maindiv2 {
	width: 100%;
height: 3250px;
	

	margin-left: auto;
	margin-right: auto;
	margin-top: 275px;
	padding-top: 25px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #FFFFFF;
	border-radius: 0px;
	border: 0px solid #989898;
	-webkit-box-shadow: 0px 0px 0px 0px #7A7A7A;
	box-shadow: 0px 0px 0px 0px #7A7A7A;
	
}
.span1 {
	width: 100%;
	font-size: 20px;

}


.span17 {
	
	display: block;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;	
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: -80px;
	position: relative;
	        left: 40px;
	
}













.span2 {
	width: 252px;
	height: 20px;
	margin-bottom: -10px;
	margin-top: 2px;
	font-size: 14px;
}





.span4b {
	width: 275px;
	height: 80px;
	display: block;
	color: #2D2D2D;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: -40px;
}



.span4c {

	font-weight: 500;

	font-size: 14px;

}





.span8 {
	font-size: 13px;
}


.span9 {
	width: 90%;
	font-size: 10px;
	margin-top: 38px;
	
}
.span5 {
	
	font-size: 13px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: -20px;
	position: static;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: 17px;
	
	


	
	
	
	
	
	
}



footer {
	margin-left: auto;
	margin-right: auto;
	bottom: -950px;
	text-align: center;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	margin-top: auto;
	
	

	
}




}
