.heading--style {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
}
.normal--style {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.logo {
  width: 200px;
  height: 31px;
}
/*.hero__cite {
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.offer {
  color: #FFF;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
}
.offer--small {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
.offer--large {
  font-size: 36px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
.callout,
a.callout {
  color: #FF800A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.caps {
  text-transform: uppercase;
}
.btn,
button {
  -webkit-appearance: none; /* 1 */
  background: transparent;
  box-sizing: border-box; /* 2 */
  color: inherit; /* 3 */
  cursor: pointer;
  display: inline-block;
  font: inherit; /* 4 */
  line-height: normal; /* 5 */
  margin: 0;
  padding: 1.0625em 2.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none; /* 6 */
  white-space: normal; /* 7 */
  border-radius: 300px; /* border radius */
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
}
.btn--callout,
button[type="submit"] {
  background-color: #ff800a !important; /* revisit to see if we can lose important */
  color: #FFF;
}
.btn--full {
  width: 100% !important;
  text-align: center !important;
}
blockquote p {
  margin: 20px 40px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
}
cite {
  padding-top: 15px;
  display: inline-block;
  font-size: 16px;
}
label { /* this will be too far-reaching, but there's no way to class them :( */
  border:0!important;
  clip:rect(0 0 0 0)!important;
  height:1px!important;
  margin:-1px!important;
  overflow:hidden!important;
  padding:0!important;
  position: absolute!important;
  width:1px!important;
}
input {
  padding: 10px;
  border-radius: 3px;
}