/* clearfix */
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;	
}

/* layout */

.wrapper {
	max-width: 960px;
	margin: 0 auto;
}

header, footer {
	background: #2E5CCB;
	color: #FFFFFF;
	padding-bottom: 5px;
}

footer {
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.half {
	padding: 1% 4%;
    width: 42%;
}

/* main */

.logo {
	text-align: center;
}

header h1, footer h1 {
	margin: 0;
}

.title {
	text-align: center;
	margin-top: 10px;
	font-size: 26px;
}

.subtitle {
	text-align: center;
	color: #FFF;
	padding: 5px 0;
}

tr {
	margin-bottom: 20px;	
}

td span {
	font-weight: bold;
	font-size: 20px;
}

li {
	margin: 6px 0;
	font-size: 14px;	
}

/* quote */

.quote {
	font-size: 18px;
	color: #555;
}

.quoter {
	margin-bottom: 0;
	font-size: 20px;
}


/* button */
.fsForm .fsSubmit input.fsSubmitButton {
	padding:9px 18px;	
}
.fsSubmitButton {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:3px solid #d6d6d6;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f0f0d1), color-stop(100%, #edd145) );
	background:-moz-linear-gradient( center top, #f0f0d1 5%, #edd145 100% );
	background:-ms-linear-gradient( top, #f0f0d1 5%, #edd145 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0d1', endColorstr='#edd145');
	background-color:#f0f0d1;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.fsSubmitButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #edd145), color-stop(100%, #f0f0d1) );
	background:-moz-linear-gradient( center top, #edd145 5%, #f0f0d1 100% );
	background:-ms-linear-gradient( top, #edd145 5%, #f0f0d1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#edd145', endColorstr='#f0f0d1');
	background-color:#edd145;
}.fsSubmitButton:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */

/* forms */

.form-wrap {
	margin: 2%;
	-webkit-box-shadow: 0px 0px 20px 0px #AAAAAA;
	box-shadow: 0px 0px 20px 0px #AAAAAA;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.fsBody, .fsForm {background-color: #FFFFFF !important;}
.fsForm, .fsRowTop, .fsRowBottom, .fsRowOpen, .fsRowClose { box-shadow: none !important; border:none !important;  }
.fsTable, .fsTable tr, .fsTable tr th, .fsTable tr td { border: none !important;box-shadow: none !important;}
.fsRow, .fsRowBody { border:none !important; box-shadow: none !important; }
.fsForm .fsSubmit {background-color: #FFFFFF !important;}
.fsRowBody {  }
.fsPreviousButton{display:none;}
.fsForm .fsTable { margin: 0 auto; padding: 0 }
.fsForm .fsPage .fsLabel { display: inline-block; vertical-align: middle; width: 30%; }
.fsFieldRow input[type="text"], .fsFieldRow input[type="email"], .fsFieldRow input[type="number"], .fsFieldRow input[type="tel"], .fsForm textarea {
	width: 60%; }
.fsForm textarea {
	max-height: 100px;
}

.fsBody .fsSubFieldGroup {
	width: auto;
	float: right;
    width: 69%;
}

.fsBody .fsSubFieldGroup input {
		width: 80%;
}

.fsBody .fsSubField {
	width: 47%;
}
	
@media only screen and (max-width: 960px) {

.half {
	width: 98%;
	padding: 1%;
}
	
}