/*----------------
TEMPLATE STYLES
------------------*/

.container {
	width: 70%;
	margin: 0 auto;
	background: #fff;
	/* padding: 15px; */
    
}

#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #222;
}

#form .image {
    display: block; 
	float: none;
	margin: 0 auto 2.5em;
}

#form img {
	max-width: 100%;
}

#form .clear {
	clear: both;
}

#form .center {
	text-align: center;
}

#form hr {
	width: 100%;
	margin: 25px 0;
	background: #ececec;
	border: 0;
	height: 1px;
	clear: both;
}

/*----------------
TYPOGRAPHY
------------------*/

#form h1,
#form h2,
#form h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #111;
	line-height: 1.2;
	text-transform: uppercase;
}

#form h1 {
	font-size: 2.2em;
	margin-bottom: 20px;
}

#form h2 {
	font-size: 1.45em;
	margin-bottom: 20px;
	border: 0;
}

#form h3 {
	font-size: 1.25em;
	margin-bottom: 15px;
	color: #777;
}

#form p {
	margin: 0;
	padding: 0 0 20px;
	font-size: 16px;
	line-height: 1.6;
	color: #222;
}

#form small {
	font-size: 14px;
	font-style: italic;
	color: #555;
}

/*----------------
GRID
------------------*/

#form .column {
	float: left;
	margin: 0 1%;
}

#form .full {
	width: 98%;
	margin: 0 1%;
}

#form .half {
	width: 48%;
}

#form .twothird {
	width: 64.66%;
}

#form .onethird {
	width: 31.3%;
}

#form .insidecol {
	float: left;
	width: 49%;
	margin-right: 1%;
}

/*----------------
FORM STYLES
------------------*/

#form input,
#form textarea,
#form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222;
}

#form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
	outline: 1px solid #e5e5e5;
	border: 0;
	background: #fff;
}

#form textarea {
	width: 96%;
	resize: none;
	padding: 10px 2%;
	border: 0;
	outline: 1px solid #e5e5e5;
	background: #fff;
}

#form > .half input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#form > .half textarea {
	width: 96%;
	padding: 10px 2%;
}

#form > .full input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#form > .full textarea {
	width: 98%;
	padding: 10px 1%;
}

#form > .onethird input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#form > .onethird textarea {
	width: 94%;
	padding: 10px 3%;
}

#form > .twothird input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#form > .twothird textarea {
	width: 98%;
	padding: 10px 1%;
}

#form input[type=radio] {
	margin-bottom: 6px;
}

#form select {
	width: 100%;
	padding: 9px 2%;
	border: 0;
	outline: 1px solid #e5e5e5;
	background: #fff;
}

#form input:focus:not([type=radio]),
#form textarea:focus,
#form select:focus {
	outline: 1px solid #999 !important;
	background: #fff;
}

#form input[type=submit],
a.button {
	background: #000;
	border: 0;
	border-radius: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 12px 34px;
	cursor: pointer;
	text-decoration: none;
	transition: background .2s ease;
}

#form input[type=submit]:hover,
a.button:hover {
	background: #333;
}

/*----------------
MEDIA QUERIES
------------------*/

@media (max-width:1100px) {

	.container {
		width:95%;
	}

	#form .image {
		float:none;
		margin-left:0;
		display:block;
		margin:0 auto;
	}
}

@media (max-width:780px) {

	#form .column {
		float:none;
		margin:0;
	}

	#form .full,
	#form .half,
	#form .twothird,
	#form .onethird {
		width:100%;
		margin:0;
	}

}

@media (max-width:460px) {

	#form .insidecol {
		float:none;
		width:100%;
		margin-right:0;
	}

}

@media print {

	#form .column {
		float:left;
		margin:0 1%;
	}

	#form .full {
		width:98%;
		margin:0 1%;
	}

	#form .half {
		width:48%;
	}

	#form .twothird {
		width:64.66%;
	}

	#form .onethird {
		width:31.3%;
	}

	#form p {
		font-size:16px !important;
	}

	#form .insidecol {
		float:none;
		width:100%;
		margin-right:0;
	}

	#form .image {
		display:none;
	}
}

/* SECUREFORM DEFAULT CSS */

/* Do not edit the contents of this block, it will */
/* be auto-regenerated each time you update your form */

body {
	padding: 10px;
	margin: 0;
	background-color: #FFFFFF;
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

td, th, p, li, blockquote, a, dt, dd {
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

h1,h2,h3,h4,h5,h6,h7 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
	}

.x_getgeo {
   border: 1px solid #CCC;
   background-color: #EEE;
   border-radius:5px;
   padding:2px;
   }	
/* SECUREFORM DEFAULT CSS */




/* Cleaner inline validation messages */
.formError.inline {
	display: block;
	clear: both;
	position: relative;
	top: auto;
	left: auto;
	margin: 6px 0 16px;
}

.formError.inline .formErrorContent {
	display: block;
	background: transparent;
	color: #8f1d1d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .01em;
	padding: 0;
	margin: 2px 0;
	border: 0;
	box-shadow: none;
}

.formError.inline .formErrorArrow {
	display: none;
}

/* Give fields breathing room */
#form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#form textarea,
#form select {
	margin-bottom: 10px;
}