div#prefootertext {
  -webkit-columns: 300px;
     -moz-columns: 300px;
          columns: 300px;
  margin: 2em 0 0;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
}

body #prefootertext p,
body #prefootertext h1,
body #prefootertext h2,
body #prefootertext ul li,
body #prefootertext strong,
body #prefootertext em {
  color: #95979b;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}
body #prefootertext strong, body #prefootertext em {
  font-weight: 600;
}
body #prefootertext a {
  color: #53565a;
  text-decoration: underline;
}
body #prefootertext p, body #prefootertext h2, body #prefootertext ul li {
  font-size: 13px;
  color: #53565a;
  margin:0 0 1em 0;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,sans-serif;
  line-height:1.3em;
}
body #prefootertext h1 {
  font-size: 14px;
}
body #prefootertext h2 {
  font-size: 16px;
  margin:0 0 .2em 0;
}
body #prefootertext ul {
  margin: 0;
  padding: 0;
}
body #prefootertext ul li {
  list-style: none;
  float: left;
  margin-right: 18px;
}
