
/*===================== 
	contact form
=======================*/

.contact-form {
	font-family: 'Open Sans', sans-serif;
}

form, #formpage { margin: 0 auto;}
	
	#formpage { width: 100%;
	display: block;
	float: none !important;}
	
	tbody > tr > td {
		display: block;
		}
	
	table, input {
		width: 100%;
		}

	
	input, select {
		
		font-size: 1.5rem;
		margin-bottom: 2rem;
		padding:5px;
		font-weight: normal;
		}	
	
	input {
		border: none;
		border: 0px solid;
		background: none;
		}
		
	select {
		border: 2px solid #ECECEC ;
		color: #717171;
		}
	
	textarea {
		width: 94%;
		margin-left: 15px;
		border: 2px solid #306178  ;

		font-weight: normal;
		box-sizing: border-box;
		padding: .8rem .8rem;
		font-size: 1.5rem;
		}
	textarea:active, textarea:focus {
		border: 0px solid #306178  ;
		box-shadow: 0.4em 0.4em 2px #ECECEC ;
		}
		
	input.button {
		border: 0px solid #306178  ;
	
		font-size: 1.5rem;
		color:#717171;
	}
	
	input.button:hover {
		color: white;
		background-color: black;
		border: 2px solid black;
	}

.submitbtn {
	color: white;
	background-color: #163359 !important;
	margin-bottom: 40px;
	font-weight: 700;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	    max-width: 500px;
    margin: auto; font-size: 17px; 
    display: block; padding: 10px;
}


.CaptchaWhatsThisPanel > a {
    color: white !important;
}

.scroll-list > label {
	padding-left: 10px;
}

.col-xs-12 > input {
	width: 100%;
	  border: 0px solid #306178  ;
	    background-color: #F5F1EC; 
	    margin-bottom: 20px;
}

.commentbox { background-color: #F5F1EC; margin-bottom: 25px;}

.CaptchaAnswerPanel > input {
	width: 100%;
	    background-color: #F5F1EC; 
	   	    max-width: 500px;
    margin: 0px !important;
    display: block;
}


.send-a-message-form {
	background-color: white !important;
}

detail-form {
	background-color: white !important;
}

.displaytest {
	margin: 0px !important;
}

.CaptchaPanel {
	text-align: left !important;
	padding: 0px !important;
}

.CaptchaImagePanel {
	padding: 0px !important;
}

.contactheader {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px; color: white;
	font-weight: 700;
}

.wparagraph2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px; font-weight: 500;
	color: #bdb6ac;
}

.contactformpage {min-height: 600px;}

.contact-form-status {
	min-height: 24px;
	margin-bottom: 10px;
	font-weight: 600;
}

.contact-form-status.status-success {
	color: #1d7a36;
}

.contact-form-status.status-error {
	color: #b01717;
}

.contact-form-status.status-pending {
	color: #0a4a74;
}


