@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/*@import "contactform.css";*/
@import "privacypolicy.css";
@import "thankyoupage.css";
@import "errormsg.css";

body{

	font-family: "Open sans, Helvetica, Arial", sans-serif;
	background-color: #FFF;
	box-sizing: border-box;
	max-width: 1920px;
	width: 100%;
	margin:auto;
}



* {
  box-sizing: border-box;
}



/* --- Header --- */

	.header{
		-webkit-align-items: center;
    align-items: center;
    background: #f2f2f2;
    /*box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);*/
    color: currentColor;
    color: var(--c-header);
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 15px;
    /* padding: 5px var(--padding-small); */
    position: relative;
    width: 100%;
    max-width: 1920px;
    z-index: 20;
	}

	.head{
		margin: auto;
	}


	.title-banner p{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		text-align: right;
    margin: auto;
    color: #FF914D;
    padding: 18px 0 10px;
    font-size: calc(.9rem + 0.3vw);
	}

	.title-banner img{
		max-width: 200px;
		width: 100%;
		margin: 10px 0;
	}


	.general-box{
		margin: auto;
		background-color: #1f4686;
		background: url(../images/bg-banner.jpg);
		background-repeat: no-repeat;
		background-size: auto;
    padding: 70px 0 50px;
	}

	.general-box h3{
		font-size: calc(1.4rem + .6vw);
    font-weight: bold;
	}


/* --- LEFT BOX --- */


	.additional-height{
		min-height: 690px;
	}

	.info-box{
		/*background-color: rgba(255, 255, 255, 0.7);*/
	}


	.info-box img{
		max-width: 500px;
		width: 100%;
	}

	.info-box h2{
		color: #0C3D7D;
	}

	.box1{
		padding-bottom: 10px;
	}
	

	.intro{
		margin-bottom: 30px;
	}

	.img-banner{
		width: 100%;
		max-width: 800px !important;
		margin: auto;
		display: block;
		padding-bottom: 30px;
	}

	.intro img{
		width: 100%;
    max-width: 30px;
    margin-right: 10px;
	}

	.intro h2{
		font-size: calc(2.1rem + .7vw);
    font-weight: bold;
	}


	.intro h4{
		font-size: calc(1rem + .3vw);
    font-weight: bold;
	}

	.intro-responsive{
		display: none;
	}

	.intro-text{
		max-width: 550px;
		width: 100%;
	}

	.intro-text p{
		font-size: calc(.9rem + .3vw)
	}



/* --- RIGHT BOX --- */


	/* --- FORM --- */

	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;

		width: 100%;
		background-color: #fff;
		margin-right: auto;
    	-webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
   		-moz-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.25);
   		box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
		box-sizing: border-box;
	}



	.pre-tlt-form{
		color: #fff;
		font-weight: bold;
		font-size: calc(1.7rem + .65vw);
		padding: 0 15px 10px;
		text-align: center;
	}


	.quest2-row{
		width: 100%;
		margin: auto;
	}


	.quest2-row{
		margin-bottom: 40px;
	}


	.line-steps{
		padding: 0;
		max-width: 550px;
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}


	.progress-bar{
		background-color: #52A5DB;
	}



	.options{
		margin: auto;
		padding: 20px 40px 0;
	}


	.hold-title{
		margin-top: 20px;
	}

	.hold-title h4{
		font-size: 1.2rem;
	}

	[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
	}

	[type=radio] + img {
  	cursor: pointer;
	}

	.hold-title p{
		margin: auto;
	}

	.answer-holder-02opt, .answer-holder-04opt{
	  border-radius: 5px;
    color: #03409A;
    border: 2px solid #03409A;
    cursor: pointer;
    margin: auto;
    /*transition: all 0.2s ease-in-out;*/
    padding: 5px 10px;
    max-width: 600px;
    font-size: 14pt;
  }
  .answer-holder-02opt{
	min-height: 70px;
  }

  .answer-holder-04opt{
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .box-img{
  	max-width: 45px;
  	margin-left: auto;
  }

  .img-hover{
  	display: none;
  }

  .hover:hover .img{
  	display: none;
  }

  .hover:hover .img-hover{
  	display: block;
  }




  .hover:hover{
  	background-color: #03409A;
  	border: 2px solid #03409A;
  	color: #fff;
  }


	.answer-holder-02opt p, .answer-holder-04opt p{
		margin-bottom: 0;
	}


	.two-opt-responsive, .four-opt-responsive, .form-end, .form-group{
		margin: auto;
	}


	.text-box
	{
		max-width: 600px;
    margin: auto;
    margin-top: 20px;
    width: 100%;
    padding: 5px 25px;
	}

	.text-box p{
		margin-bottom: 0;
	}


	.form-end{
		padding-top: 10px;
	}

	.box-date{
		margin: auto;
	}

	.box-date div:nth-child(1), .box-date div:nth-child(3){
		padding-left: 0;
		padding-right: 0;
	}
	.box-date div:nth-child(2){
		padding-right: 10px;
		padding-left: 10px;
	}

	.form-check label {
    font-size: 14px;
    line-height: 1;
    color: #7c7c7c;
  }

  .line-box{
		margin: 0px 0px 10px !important;
    border: solid 1px #c2c2c2;
    padding: 10px 0 10px 10px;
    float: none;
    border-radius: 5px; ; 
	}

	.line-box:first-child {
    font-size: 0.9em;
    color: #6c757d;
  }



	.return{
		text-align: center;
    color: #c2c2c2;
    padding-top: 20px;
    text-decoration: underline;
    box-sizing: border-box;
    cursor: pointer;
width: fit-content;
margin: auto;
	}


	.def-btn{
		box-sizing: border-box;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    border: none;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 500ms ease;
    cursor: pointer;
	}

	.next-btn{
		padding: 18px 20px;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
    font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
    background-color: #0C3D7D;
	}

	.form-btn{
		padding: 18px 20px;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
    font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
    background-color: #0C3D7D;
	width: 95%;
	}

	.form-btn:hover, .next-btn:hover{
		background-color: #0A192C;
	}

	.box-check{
		padding: 3px 10px;
	}

	.form-select{
		font-size: 0.9em;
    color: #6c757d;
    padding: 10px 0 10px 10px;
	}


	/*.quest8-row div:nth-child(1) h4{
		padding: 20px 0 15px;
    font-weight: bold;
    font-size: calc(1.4rem + .2vw);
    background-color: #f2f2f2;
	}*/


	.item-active {
		box-shadow: 0px 0px 10px 0px rgb(3 64 154 / 50%);
		background-color: #03409A;
		/*border: 2px solid #03409A;*/
		border-radius: 5px;
	}

	.item-active p{
		color: #fff !important;
	}



	.fill-form-responsive input{
		height:45px;
		margin-bottom: 10px;
		width: 100%;
		font-size: 1rem;
	}

	.fieldpp {
		font-size: 0.8em;
		/*color: #c2c2c2;*/
	}



/*-- BENEFITS --*/

	.benefits{
		padding: 80px 0px;
	}

	.box-benefits{
		text-align: center;
		padding-bottom: 40px;
		color: #0C3D7D;
		padding-left: 10px;
    padding-right: 10px;
	}

	.box-benefits img{
		max-width: 70px;
		width: 100%;
		margin-top: 15px;
	}

	.box-benefits h5{
		font-weight: bold;
		font-size: 18pt;
	}

	.title-benefits{
		padding-bottom: 20px;
	}

	.title-benefits h3{
		font-weight: bold;
	}

	.steps{
		margin: auto;
	}

	.card-box{
		display: block;
	}

	.intro-benefits{
		text-align: center;
		max-width: 1300px;
		width: 100%;
		padding: 20px 50px 70px;
		font-size: 15pt;
	}

	.intro-benefits a{
		text-decoration: none;
	}

	.cta-btn{
		padding: 18px 20px;
    color: #fff;
    max-width: 350px;
    margin-top: 20px;
    font-weight: 700;
    font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
    background-color: #0C3D7D;
	}


	.ask-benefits{
		background-color: #f2f2f2;
		padding: 70px 50px;
	}

	.box-ask{
		padding: 0 30px;
		margin: auto;
	}

	.box-ask h3{
		padding-right: 60px;
		color: #1f4683;
	}


	.box-ask-left{
		padding-right: 50px;
	}

	.box-ask-right{
		padding-left: 80px;
	}



	.opt-benefits{
		max-width: 1300px;
		width: 100%;
		margin: auto;
	}

	.opt-benefits div{
		margin-bottom: 10px;
	}

	.opt-benefits h3{
		color: #ff914d;

		font-weight: bold;
		margin-top: 70px;
		text-align: center;
	}

	.opt-benefits img{
		max-width: 120px;
		width: 100%;
	}

	.opt-benefits h4{
		color: #ff914d;
		font-weight: bold;
		margin-top: 20px;
	}

	.opt-benefits p{
		color: #000;
		font-size: 16pt;
		margin: 20px;
		font-weight: lighter;
	}








/*-- FOOTER --*/

	.footer{
		/*background-color: rgba(255, 255, 255, 0.7);
		border: 1px solid	#CF102D;*/
		background-color: #0C3D7D;
		text-align: center;
		margin-top: 0px;
	}

	.footer-position{
		max-width: 900px;
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
	}

	.footer-position p{
		padding: 20px;
		margin: 0;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		color: #fff;
	}

	.footer-position a{
		color: inherit;
	}



@media screen and (max-width: 1400px){

}	

@media screen and (max-width:1024px){
	
	.line-steps{
		max-width: 280px;
		width: 100%;
	}

}

@media screen and (max-width:991px){

	.answer-holder-04opt{
		min-height: auto;
		margin-bottom: 0.3rem;
	  }

}
	

@media screen and (max-width: 768px){

	.logo img{
		margin-left: 0;
		max-width: 120px;
	}

	.general-box{
		padding-top: 20px;
	}


	.box-form{
		max-width: 100%;
	}

	.right-box{
		width: 100%;
		padding: 0 30px;
	}

	.box1{
		padding-bottom: 0;
	}

	.box-ask-left{
		padding: 0 10px 40px;
	}

	.box-ask-right{
		padding: 0 10px;
	}





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

	.left-box{
		display: none;
	}

	.intro{
		margin-top: 30px;
		text-align: center;
	}

	.intro h2, .intro h4{
		text-align: center;
	}

	.four-opt-responsive{
		margin: 10pt;
	}



	.line-steps{
		max-width: 600px;
	}

	.svg-inline{
		display: none;
	}


}

@media screen and (max-width:  767px){

	.line-steps{
			max-width: 350px;
		}


	.answer-holder-02opt, .answer-holder-04opt{
		max-width: 100%;
	}

	.options div[class^="col-lg-3 col-md-3"], .options div[class^="col-lg-6 col-md-6"]{
		margin-bottom: 20px;
	}


	.title-banner p{
		display: none;
	}




	.opt-benefits{
		max-width: 500px;
		width: 100%;
	}

	.opt-benefits h3{
		margin-bottom: 60px;
	}

	.opt-benefits img{
		max-width: 80px;
		width: 100%;
	}


	.title-benefits{
		text-align: left;
		max-width: 400px;
		width: 100%;
		margin: auto;
		padding-bottom: 30px;
	}


	.card-box{
		max-width: 500px;
		width: 100%;
		margin: auto;
		margin-bottom: 20px;
	}


	.intro-benefits p{
		max-width: 500px;
		width: 100%;
		margin: 20px auto;
	}


	.ask-benefits{
		padding: 70px 0;
	}

}



@media screen and (max-width: 684px) {

	.options{
		padding: 20px 30px;
	}


	.title-benefits div{
		margin-bottom: 40px;
	}

	.title-benefits img {
    max-width: 60px;
  }


}

@media screen and (max-width: 550px){
	
	.sub-tlt-form{
		max-width: 460px;
		padding-left: 30px;
	}



}

@media screen and (max-width: 450px) {


	.bg-img{
		background-size: auto 1460px;
	}


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

	.benefits{
		padding: 80px 0px;
	}

	.box1{
		padding: 10px 20px 30px;
	}

	.title-banner p{
		display: none;
		padding: 0;
	}

	.pre-tlt-form {
    font-size: calc(1.2rem + .6vw);
  }

	.quest2-row{
		margin-bottom: 0px;
	}

	.right-box {
    padding: 0;
	}



	.box-img{
		margin: auto;
	}

	.cta-btn{
		max-width: 300px;
    margin: auto;
	}

}





/* Error message */

.errormsg, #contacterr {
	color: rgb(255, 123, 123);
	background-color: rgba(237, 170, 181, 0.325);
	border-radius: 20px;
	width: fit-content;
  }

  .errormsg{
	margin:auto;
  }

.errormsgactive {
	transform: scaleY(1);
	height: 2em;
}


/* Contact Form */


.contactform {
	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 20px 40px;
	color: #999;
	position: fixed;
	top: 5%;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 0px;
	padding: 10px;
	z-index: 10;
	height: auto;
	max-width: 500px;
	
	transform: scale(0, 0);
	transition: all 0.5s ease;
  }
  
  #contactform{
	width: 95%;
  }
  
  .contact-btn{
	background-color: #ea740e;
	border:0;
	color: #FFFBFA;
	font-size: 20px;
	margin: auto;
	padding: 0.5rem;
	width: 100%;
	border-radius: 10px;
	transition: 1s all;
  }
  
  .contact-btn:hover{
	background-color: #ea740e;
	color: #FFFBFA;
  }
  
  
  .contactactive{
	transform: scale(1, 1);
	position: fixed;
  }
  
  .form-control{
	margin-bottom: 0.5rem;
  }
  
  
  #xclose {
	/*position: fixed;*/
	padding: 5px;
	margin: 0 5px 10px 0;
	background-color: #ececec;
	border: 1px solid #c5c5c5;
	width: 26px;
  }
  
  
  #bclose {
	border: 0;
  background: none;
  }
  
  @media screen and (max-width: 1400px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 30%;
	  margin-right: 30%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
  
	  transition: all 0.5s ease;
	}
  
  } 
  
  @media screen and (max-width: 1024px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 25%;
	  margin-right: 25%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transition: all 0.5s ease;
	}
  
  } 
  
  @media screen and (max-width: 768px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transition: all 0.5s ease;
	}
  
	#contactform{
	  width: 100%;
	}
  
  
  } 
/* Thank you */

#thankyoubg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  overflow:hidden;

}

#thankyoubox {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 5%;
  left: 30%;
  margin-top: 0px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  background-image: url('../images/thankyou-bg.jpg');
  background-size: cover;
  background-position: -80px;

}

#thankyoutxt {
  margin-left: 60%;
  text-align: center;
  padding-top: 25%;
}

#thankyoutxt1 {
  color: #ea740e;
}

#thankyouhr {
  background-color: #d20f1d;
  height: 5px;
  width: 50%;
  margin: 10px auto 10px auto;
}

.thanks-page{
	max-width: 900px;
	width: 100%;
	margin: auto;
	border: 1px solid #c2c2c2;/* Este border se quitará cuando se haga en popup*/
	background-color: #f4f4f5; 
	position: fixed;
  	top: 5%;
  	left: 50%;
	transform: translateX(-50%);
  	margin-top: 0px;
  	z-index: 10;
  	min-height: 80vh;
  	opacity: 1;
  	-webkit-transition: opacity 1000ms linear;
  	transition: opacity 1000ms linear;
}

.info-thanks{
	padding: 25px 40px;
}


.text{
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #4D4D4D;
	text-align: center;
}

.text h1{
	font-size: 2.5em ;
	font-weight: bold;
	color: #0091A9;
}

.text h4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
}

.text span{
	font-size: 1em;
	font-weight: lighter;
}

.line{
	height: 6px !important;
	width: 45%;
	margin: 0 auto 20px;
	color: #0091A9;
	border-radius: 2px;
	opacity: 100%;
}

.more-webs{
	width: 100%;
	margin: 0px auto 30px;

}

.web{
	width: 30%;
	background-color:#fff;
	border: solid 1px #c2c2c2;
	text-align: center;
	margin: 0 auto;
	padding: 25px;
}

.web li{
	text-align: left;
	font-size: 14px;
}

.web img{
	max-width: 70px;
	width: 100%; 
}

.list{
	height: 160px;
	margin-top: 20px;
}

.hide{
	display: none;
}


.btn-thanks{
	max-width: 200px;
    width: 100%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding: 10px;
    font-size: 1em;
    color: #ffffff;
    background-color: #e68016;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 10px;
    border: 0;
}

.btn-thanks:hover{
	background-color: #d9580b;
	color: #ffffff;

}



@media screen and (max-width: 750px){

	#thankyoubg{
		overflow: scroll;
	}

	.thanks-page{
		top: 0;
		position: absolute;
	}

	.web{
		max-width: 450px;
		width: 100%;
		margin: auto;
		margin-bottom: 25px;

	}

	.list{
		height: initial;

	}

	.text h1{
		font-size: calc(2.0rem + .8vw);
	}

	.text h4{
		font-size: calc(1.0rem + .5vw);
		margin-bottom: 10px;
	}

	.text span{
		font-size: calc(0.8rem + .3vw);

	}
}




/* LOADER */

.spinner {
	color: original;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .spinner div {
	transform-origin: 40px 40px;
	animation: spinner 1.2s linear infinite;
  }
  .spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #12263a;
  }
  .spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
  }
  .spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
  }
  .spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
  }
  .spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
  }
  .spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
  }
  .spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
  }
  .spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
  }
  .spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
  }
  .spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
  }
  .spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
  }
  .spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
  }
  .spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
  }
  @keyframes spinner {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }
  
  .loaderbg{
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	}
  
  .thanks-span{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  #thankyouloader-txt{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size:20px;
	color: green;
  }
  
  #loader-txt{
	background-image: rgba(0, 128, 0, 0.115);
	border-radius: 10px;
	padding: 1rem;
	width: 150%;
  }
  
  #loader-txt>h1{
	font-weight: 800;
	color: white;
  }
  
  #loader-txt>h4{
	color: black;
  }
  
  .logo-loading{
	margin-top: 1.5rem;
  }
  
  .highlight {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(4, 0, 255, 0.2),
	  rgba(39, 93, 111, 0.7) 95%,
	  rgba(0, 8, 255, 0.1)
	);
  }
  
  
  @keyframes round {
	0% { transform: rotate(0deg) }
	100% { transform: rotate(360deg) }
  }
  
  @media screen and (max-width: 610px){
	
	.loader-svg {
	margin:0;
	margin-top: 15rem;
	margin-bottom: 5rem;}
	
	#loader-txt>h4{
	  font-size: 15px;
	}
  }
  
  @media screen and (max-width: 425px){
  
	#thankyouloader-txt {
	  top: 40%;
	}
  
  } 

/* Postcode */

.postcodenoview {
	display: none;
	height: 0;
	transition: height 2s;
	transition-timing-function: ease-in;
}

.postcodeview {
	display: block;
	height: 1em;
	color: #0f8d3b;;
	/*padding-top: 1em;*/
	/*padding-bottom: 1em;*/
	font-size: 1em;
}

.trapemail{
	display: none;
}