#main_content td {
	padding: 4px;
}

#main_content label {
	display: block;
	font-size: .97em;
}

#contact_wrap {
	overflow: hidden;
}

#contact_left {
	float: left;
	width: 43%;
}

#contact_right {
	margin-left: 48%;
}

.table {
	display: table;
}

.table > div {
	display: table-row;
}

.table > div div {
	display: table-cell;
	padding-bottom: 6px;
}

.table > div:last-child div {
	padding-bottom: 0;
}

.table > div > div:first-child {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.form_div {
	margin-bottom: 15px;
}

.form_div input {
	box-sizing: border-box;
	width: 100%;
}

.input_text,
.error,
.success {
	padding: 8px 12px;
	border-radius: 2px;
	font-size: 1.1em;
}

.required-note {
	color: #dd141b;
}

.required-note span {
	font-size: 1.4rem;
	line-height: 0;
}

.form_div sup {
	color: #dd141b;
	position: relative;
	top: 3px;
}

.form_div sup span {
	font-size: 1.4rem;
	line-height: 0;
}

.contact_submit {
	text-align: center;
}

.input_text {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.input_text {
	margin-bottom: 10px;
	width: 50%;
}

textarea.input_text {
	width: 100%;
}

#staff_directory_h2 {
	font-family: Oswald;
	color: #005878;
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 30px 0 17px;
    text-transform: uppercase;
    padding-top: 25px;
	border-top: 1px solid #245f85;
}

#staff_directory {
	overflow: hidden;
}

#staff_directory > div {
	width: 50%;
}

#staff_directory > div:first-child {
	float: left;
}

#staff_directory > div:last-child {
	float: right;
}

#staff_directory > div > div {
	overflow: hidden;
	margin-bottom: 10px;
}

#staff_directory img {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 71px;
	border: 1px solid #888;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
}

#staff_directory span {
	font-size: .88em;
	display: block;
	line-height: 1.5em;
}

/*.g-recaptcha {
	padding-bottom: 20px;
}

.g-recaptcha > div {
	margin: 0 auto;
}*/

.check-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#error {
	padding: 10px;
	margin-bottom: 20px;
}

body.is_phone #error {
	text-align: center;
}

#contact_right .reCap {
	margin-top: 10px;
}

.error-message {
	border: none;
	background-color: #dd141b;
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
}

#submit-success {
	text-align: center;
}

/* ===== Media Queries ===== */

@media only screen and (max-width: 800px) {
	#contact_left {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	
	#contact_right {
		margin-left: 0;
	}
	
	#staff_directory > div:first-child,
	#staff_directory > div:last-child {
		float: none;
		width: auto;
	}
}

@media only screen and (max-width: 400px) {
	.input_text {
		width: 100%;
	}
	
	.table,
	.table > div,
	.table > div div {
		display: block;
		padding: 0;
	}
	
	.table > div > div:first-child {
		text-align: left;
		padding-right: 0;
	}
	
	.table > div > div:last-child {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 380px) {

}