/* Custom fonts */
.Helvetica {
  font-family: "Helvetica", Arial, sans-serif;
}
/* Custom fonts */
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearb {
  clear: both;
}
.innerclearfix {
  zoom: 1;
}
.innerclearfix:before,
.innerclearfix:after {
  content: "";
  display: table;
}
.innerclearfix:after {
  clear: both;
}
.ct {
  margin: 0 auto;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
.xx {
  margin: 0;
  padding: 0;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: top;
}
#main .content .text {
  padding: 0px 15px;
}
.mapContainer {
  width: 100%;
  font-size: 0;
}
.mapContainer ol,
.mapContainer ul,
.mapContainer li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.mapContainer .listViewTitle {
  margin: 0 0 10px !important;
}
.mapContainer .listView {
  font-size: 16px;
  width: 318px;
  padding: 0 0 0 10px;
}
.mapContainer .itemView {
  outline: 1px solid #97142D;
  margin: 0 0 10px ;
}
.mapContainer .mapView {
  font-size: 16px;
  width: 280px;
}
.mapContainer .itemTitle {
  background: #E6395A none;
  color: #fff !important;
  line-height: 20px;
  height: auto;
  font-size: 16px;
  padding: 3px 10px 0;
  margin: 0;
}
.mapContainer .detailsContainer {
  padding: 10px;
  font-size: 14px;
}
.mapContainer .label {
  font-weight: bold;
  width: 100px;
  line-height: 20px;
  vertical-align: middle;
}
.mapContainer .value {
  line-height: 20px;
  vertical-align: middle;
}
.search-field {
  width: 360px;
  margin: 0 0 10px;
}
