body {
	color: #333;
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin:1px;
}
p { margin-top:0; margin-bottom:10px}
div.twocol { clear:both; width:99%; }
div.twocol div.col {width:calc(50% - 1em); float: left; }
div.twocol div.col:last-child { float:right; }
input[type=text], input[type=tel], input[type=email], select, textarea { 
	border: 1px solid rgba(0,0,0,.2);
	background-color: #fff;
	padding: .5em;
	width: calc(99% - 1em);
	color: #3a3a3a;
	margin-top: 3px;
	margin-bottom: 0;
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,.0);
	box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,.0);
	border-radius: 4px;
	font-size: 12.6px;
	line-height: 21.6px;
}
textarea { height:60px; }
textarea[name=VisitDateTime] { height:40px; }
button {
	width:99%;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 14px;
	padding-bottom: 15px;
	padding-top: 15px;
	cursor: pointer;
	-webkit-appearance: none;
	background: #1c86d9;
	color: #fff;
	border: 0;
	text-align: center;
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1em;
}
button:hover { background-color: #146fb7; }
h1 {
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #01457c;
	margin:0 0 18px 0;
}
.subjClass { display:none; }