#footer nav div ul:after {
  content: "";
  display: block;
  clear: both;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

.entire-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -71px; /* the bottom margin is the negative value of the footer's height - plus 11px for border */
}

footer {
  height: 60px; /* '.push' must be the same height as 'footer' */
}

.push {
  height: 71px;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
#wrapper {
  border: none;
}

#footer {
  border-top: 10px solid #005ea5;
}
#footer nav {
  border-top: 1px solid #bfc1c3;
}
#footer nav div {
  margin: 0 auto;
  width: auto;
  max-width: 1020px;
}
#footer nav div ul {
  list-style-type: none;
  margin: 0 30px;
}
@media (max-width: 640px) {
  #footer nav div ul {
    margin: 0 15px;
  }
}
#footer nav div ul li {
  float: left;
  margin-right: 20px;
  padding-top: 15px;
}
@media (max-width: 640px) {
  #footer nav div ul li {
    margin-right: 15px;
  }
}