﻿/*
	.LESS File for pages/Contact.php
*/
#contact_title {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin: 0.83em 0;
}
#contact_message {
  text-align: center;
  width: 100%;
  padding: 1em 2em;
}
#contact_info {
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
}
#contact_site_locations {
  display: table;
  text-align: center;
  width: 100%;
}
#contact_site_locations .locations {
  display: table-cell;
}
#contact_site_locations .locations .location {
  overflow: hidden;
  display: inline-block;
  height: 13.750em;
  margin: 0.625em;
}