#contact_map,
#contact_map_single_location {
	margin-top: 1em;
}
#contact_map h2 {
	text-align: left;
}
#contact_locations {
	display: none;
}
form.contact table,
form.contact table tbody,
form.contact table tbody tr,
form.contact table tbody tr th,
form.contact table tbody tr td {
	display: block;
	padding: 0;
}
form.contact table {
	width: 100%;
}
form.contact table tbody {
	margin-left: -0.5em;
	margin-right: -0.5em;
}
form.contact table tbody tr {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
form.contact table tbody tr th {
	font-weight: normal;
}
form.contact table tbody tr.submit td {
	text-align: right;
}
form.contact table tbody tr td input[type=text],
form.contact table tbody tr td textarea {
	width: 100%;
}

form.contact table tbody tr.column-count-2 {
	width: 50%;
}
form.contact table tbody tr.column-count-3 {
	width: 33.33%;
}
form.contact table tbody tr.multiple_selection {
	background-color: white;
	/*color: #231f20;*/
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 1em;
	display: block;
	width: auto;
}
form.contact table tbody tr.multiple_selection th {
	padding: 5px;
}
form.contact table tbody tr.multiple_selection td ul {
	list-style: none;
	padding: 5px;
	margin: 0;
	display: block;
	-moz-column-gap: 30px;
	-moz-column-count: 4;
	-webkit-column-gap: 30px;
	-webkit-column-count: 4;
	column-gap: 30px;
	column-count: 4;
	color: #666;
	font-size: 14px;
}
form.contact table tbody tr.multiple_selection td ul li {
	display: block;
}
form.contact table tbody tr.multiple_selection td ul li label {
	display: inline-block;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

form.contact table tbody tr.invalid input[type=text],
form.contact table tbody tr.invalid textarea,
form.contact table tbody tr.multiple_selection.invalid {
	border-color: red;
	box-shadow: 0 0 0.3em rgba(255, 0, 0, 0.2);
}

@media screen and (max-width: 960px) {
	form.contact table tbody tr.multiple_selection td ul {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media screen and (max-width: 640px) {
	form.contact table tbody tr {
		display: block;
		width: auto !important;
	}
	form.contact table tbody tr.multiple_selection td ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

#location_details .location {
	padding: 1.25rem 0;
}
#location_details .location {
	display: inline-block;
	margin: 1.25rem auto;
}
#location_details .location .address-and-description > .address {
	padding-right: 1.25rem;
}
#location_details .location p {
	margin-left: 0;
}
#location_details .location h3,
#location_details .location h3 + .name {
	text-align: center;
}
#location_details .location h3 + .name {
	margin-top: 0;
}
.address-and-description {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 2em;
}
.contact-person-thumbnail {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  box-sizing: border-box;
  border: 0px solid #b3b3b3;
}
.person-and-address-details {
	display: inline-block;
	width: 40%;
	padding-left: 5.5rem;
	vertical-align: top;
	box-sizing: border-box;
}
.person-and-address-address {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	padding-left: 5.5rem;
	box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
	.person-and-address,
	.person-and-address .person-and-address-person,
	.person-and-address .person-and-address-address {
		display: block;
		width: auto;
	}
	.person-and-address-address {
		margin-top: 1em;
	}
	.person-and-address-address .address {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		box-sizing: border-box;
	}
	.person-and-address-address .address + .address {
		margin-top: 0;
		padding-left: 1em;
	}
}

@media screen and (max-width: 640px) {
	#location_details .location .address-and-description > .address,
	#location_details .location .address-and-description > .description {
		display: block;
		width: auto;
		padding: 0;
		margin: 1em auto;
	}
}
.person-and-address .person-and-address-person .person-thumbnail {
	width: 100%;
	padding-bottom: 100%;
}
#location_details .location .address {
	font-size: 0.7143rem;
	line-height: 1.2;
}
@media screen and (max-width: 1582px) { /* 20 * (100 / 1.77) / 0.7143 */
	#location_details .location .address {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 900px) {
	#location_details .location .address {
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 640px) {
	#location_details .location .address {
		font-size: 1rem;
	}
}
@media screen and (max-width: 400px) {
	.person-and-address-address .address {
		display: block;
		vertical-align: top;
	}
	.person-and-address-address .address + .address {
		margin-top: 1em;
		padding-left: 0;
	}
}
#location_details .location .address a {
	text-decoration: underline;
	color: inherit;
}