@charset "utf-8";


.contact table{
	width:100%;
	margin-bottom:50px;
}
.contact table th{
	background:rgba(72,121,255,0.1);
	border:1px solid #00195D;
	padding:15px calc(15px + 3em) 15px 15px;
	width:300px;
	text-align:center;
	position:relative;
}
.contact table td{
	border:1px solid #00195D;
	padding:15px 20px;
}

.contact table .underline{
	display:inline-block;
	width:100%;
	border-bottom:1px solid #00195D;
	padding-bottom:5px;
	margin-bottom:5px;
}
.contact table .error{
	color: #fff;
	background: #00195D;
	display: inline-block;
	padding: 0px 0.5em;
	text-align: center;
	line-height: 1.5;
	border-radius: 1em;
	position:absolute;
	right:10px;
	top:15px;
	
}


.contact table .example{
	color: #888;
	display: inline-block;
	line-height: 1.5;
	font-size:0.8em;
	text-align:left;
	margin:0.5em;
}
.contact .wpcf7-list-item{
	display:block;
}

input.wpcf7-submit{
	margin:50px auto 50px;
	text-align: center;
	display: block;
	
	color: #fff;
	background: #00195D;
	width: 280px;
	position: relative;
	padding: 15px 10px;
	font-size:1.2em;
	cursor:pointer;
}
.wpcf7-spinner{
	display:none;
}
.download .wpcf7-list-item{
	display:block;
}

.contact input[type="text"]{
	width:100%;
	padding:5px;
}
.contact input[type="text"].short{
	width:48%;
	margin-right:2%;
}

.contact input[type="text"].postcode{
	width:30%;
	min-width:200px;
	margin-bottom:10px;
}

.contact input[type="email"]{
	width:100%;
	padding:5px;
}
.contact input[type="tel"]{
	width:100%;
	padding:5px;
}
.contact select{
	width:100%;
	padding:5px;
}

.contact textarea{
	width:100%;
	padding:5px;
}


@media only screen and (max-width:640px){

.contact table th{
	display:block;
	background:rgba(72,121,255,0.1);
	border:1px solid #00195D;
	padding:5px 15px 5px;
	width:100%;
}
.contact table td{
	display:block;
	border:1px solid #00195D;
	padding:5px 20px 5px;
}
.contact table .error{
	top:5px;
}
}