.pic {
		box-sizing: border-pic;
		position: relative;
		display: block;
		height: 200px;
		min-width: 200px;
		margin: 20px 3% 15px 0;
		z-index: 0;
		border: 2px solid #ccc;
		border-top-color: #dedede;
		border-bottom-width: 4px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: url(../img/contact/narrows.jpg) no-repeat center center;
		background-size: auto 100%;
	}
.form {
	clear: none;
}
	.form.one:before {
		content: 'Contact Information';
	}
	.form.two:before {
		content: 'Feedback Form';
	}
	.form.three:before {
		content: 'Google Map';
	}
	
	.form label {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		float: left;
		width: 30%;
		height: 100%;
		margin: 0;
		padding: 10px 0 10px 30px;
		vertical-align: middle;
		border: 1px solid #cbbe9a;
		background: #dfd8c4;
		overflow: hidden;
	}
	
	.form input, .form select, .form textarea {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		float: left;
		width: 68.5%;
		height: 100%;
		margin: 0;
		padding: 0 0 0 15px;
		border: 1px solid #cbbe9a;
		vertical-align: middle;
		background: #fff;
	}
	
	.form .halfsize input {
		width: 34.25%;
	}
.column {
	position: relative;
	width: 48%;
	min-width: 300px;
	float: left;
}
.column + .column {
	margin-left: 4%;
}
.fullwidth {
	box-sizing: border-box;
	width: 100%;
	clear: both;
}
	#contactTable {
		min-width: 300px;
		width: 100%;
	}
	#contactTable {
		padding-bottom: 10px;
	}
	.form .buttons {
		max-width: 130px;
	}
.field.comments textarea {
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#map {
	position: relative;
	display: block;
	height: 400px;
	overflow: hidden;
	background: #fff;
}


/*	Columns look bad at this point	*/
@media only screen and (max-width: 799px) {
	
	.column {
		width: 100%;
		float: none;
		min-width: auto;
		margin-left: 0 !important;
	}
	#contactTable {
		min-width: auto;
	}
	
}
/* */


/*	Phone Layout	*/
@media only screen and (max-width: 639px) {
	
	#map {
		position: relative;
		display: block;
		height: 300px;
		background: #fff;
	}
	.pic {
		width: 100%;
		margin: 10px auto 10px;
		background-size: auto 100%;
	}
	
}
/* */
		
/*	Retina Global	*/
@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi) {
	

		.pic {
			background-image: url(../img/contact/narrows-retina.jpg);
		}
	
}
/* */