.wf-loading {visibility: hidden;}
body {
	font-family: "futura-pt", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
	font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #444749;
}
ul, ol, dl {
  list-style-position: inside;
}
hr {
  display: block;
  width: 97%;
  border: solid #e8e9ea;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.5em auto;
  height: 9px;
  background: url(http://res.acdsystems.com/assets/img/global/bg-hr.png) no-repeat top center;
}
hr.small {
  width: 50%;
}
blockquote {
  border-left: none;
}

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 37px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 22px; }

  h4, h5 {
    font-size: 15px; } }

/*.centered {
  display: block;
  margin: 0 auto;
}*/
aside {
  margin-top: 20px;
}
aside p {
  position: relative;
  font-size: 15px; 
  line-height: 1; 
  font-style: normal;
}
label {
  font-size: 18px;
}
select {
  margin-bottom: 15px;
}