/* Footer */

/* Wrapper for page content to push down footer */

#wrap {
  /* Pad bottom by footer height */
  /* padding: 0 0 41px;*/
  overflow: hidden;
  /* Negative indent footer by its height */
  margin: 0 auto -41px;
  min-height: 100%;
  height: 100%;
}
.bodyHeight {
  height: 100%;
}
#wrap:after {
  display: block;
  height: 41px;
  content: "";
}
/* Set the fixed height of the footer here */

#mapwrap {
  height: 100%;
}
.footer {
  bottom: 0;
  z-index: 2;
  clear: both;
  width: 100%;
  height: 41px;
  border-top: 1px solid #e7e7e7;
  background-color: #f5f5f5;
}
.push {
  clear: both;
  height: 41px;
}
.footer-nav {
  width: auto;
  border-top: 1px solid #e7e7e7;
  background-color: #f5f5f5;
}
.footer-text {
  padding: 10px 15px;
}
.footer-nav a {
  margin: 0 20px 0 0;
  color: #999999;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: #0078C9;
  text-decoration: none;
}
.footer-nav span {
  float: right;
}