.spamfield {
	display: none;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}
#formplaceholder {
	width: 90%;
	max-width: 530px;
	margin: 30px auto;
	text-align: center;
}
.successtitle {
	font: 700 32px/32px "nexa";
	margin-top: 0;
	line-height: 28px;
}
#hidden_div {
    display: none;
    opacity: 1;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding:  10px 0;
	background-color: #ffffcc;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 0.5s;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.input-text, input[type=email], input[type=file] , input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	width: 100%;
	height: 37px;
	font: normal 14px/14px "nexa";
	padding: 0.5em 3.5em 0.5em 1em;
	margin: 10px 0;
	background-color: #f5f5f5;
	border: thin solid #009fe3;
	border-radius: 4px;
	color: #43454b;
	outline: 0;
	box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, .5);
	-webkit-appearance: none;
	box-sizing: border-box;
}
input[type=submit]{
	clear: both;
	display: block;
	border: 0;
	border-radius: 3px;
	font: 700 16px/18px "nexa";
	letter-spacing: 1px;
	text-decoration: none;
	width: 100%;
	height: auto;
	padding: 15px 15px 10px;
	margin: 30px 0 0;
	text-align: center;
	color: #ffffff;
	background: linear-gradient(290deg, rgb(68, 95, 255) 53.77%, rgb(85, 188, 238) 97.08%);
	box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, .5);
}
input[type=submit]:hover {
	box-shadow: unset;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), linear-gradient(290deg, rgb(68, 95, 255) 53.77%, rgb(85, 188, 238) 97.08%);
}
.input-text:hover, input[type=text]:hover, select.minimal:hover {
	box-shadow: unset;
}
input[type=submit]:disabled {
	color: #808080;
    background-color: #c0c0c0;
	font-weight: bold;
}
hr {
    margin: 0 auto;
    margin-top: 40px;
    width: 80%;
    border: 0;
    height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0 175 240), rgba(0, 0, 0, 0));
}
select {
	width: 100%;
	background-color: #f8faff;
	border: thin solid #009fe3;
	border-radius: 4px;
	display: inline-block;
	font: normal 14px/14px "nexa";
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select.minimal {
	margin: 10px 0;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,5px 5px,1px 1.5em;
	background-repeat: no-repeat;
	box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, .5);
}
select.minimal:focus {
	background-image:linear-gradient(45deg, green 50%, transparent 50%),linear-gradient(135deg, transparent 50%, green 50%),linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,5px 5px,1px 1.5em;
	background-repeat: no-repeat;
    border-color: #66ccff;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 4px #66ccff; 
    outline: 0;
}
table {
	margin:  0 auto;
}
td:nth-of-type(1) {
	font: 700 14px/14px "nexa";
	text-align: right;
	color:#0f2f51;
	padding-right: 10px;
}
.disclaimer {
	font: normal 14px/14px "nexa";
	text-align: left;
}
@media only screen and (max-width: 460px) {
td:nth-of-type(1) {
	display:none;
}
::placeholder {
	  color: #1b75bb;
}
.validate-popup.active {
	left: 233px !important;
}
}