html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.ttf") format('truetype'), url("../fonts/OpenSans-Light.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.ttf") format('truetype'), url("../fonts/OpenSans-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.ttf") format('truetype'), url("../fonts/OpenSans-Bold.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.ttf") format('truetype'), url("../fonts/OpenSans-ExtraBold.woff") format('woff');
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', san-serif;
  font-size: 100%;
}
a {
  color: #c96;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
.heading {
  font-family: 'Open Sans', san-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #c96;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.heading--1 {
  font-size: 2rem;
  font-weight: 300;
}
.heading--2 {
  font-size: 2rem;
  font-weight: 300;
}
.heading--3 {
  font-size: 1.25rem;
}
.heading--4 {
  font-size: 0.875rem;
}
.p {
  line-height: 1.5rem;
}
.hr {
  height: 1px;
  margin: 30px 0;
  border: 0;
  background: #fff;
}
.grid {
  display: flex;
  flex-flow: row wrap;
}
.grid__item {
  width: 100%;
  padding: 2%;
}
.grid__item--half {
  width: 50%;
}
.grid__item--third {
  width: 33.333%;
}
.grid__item--quarter {
  width: 25%;
}
html {
  height: 100%;
}
.site {
  min-width: 320px;
  height: 100%;
  background: #0c101a;
}
.page__body {
  padding: 0 0 100px 0;
}
.logo {
  font-family: 'Open Sans', san-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.logo__image {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 50px auto;
  background: url("../images/logo.png") center center no-repeat;
  background-size: contain;
}
.logo__title {
  padding-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.375rem;
  text-indent: 0.1875rem;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 480px) {
  .logo__title {
    font-size: 1.5rem;
    letter-spacing: 0.375rem;
    text-indent: 0.1875rem;
  }
}
.logo__subtitle {
  padding-top: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.8125rem;
  text-indent: 0.375rem;
}
@media screen and (max-width: 480px) {
  .logo__subtitle {
    font-size: 0.875rem;
    letter-spacing: 0.875rem;
    text-indent: 0.4375rem;
  }
}
.footer {
  padding: 30px 0;
  font-size: 0.8125rem;
}
.footer__copyright {
  font-family: 'Open Sans', san-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  color: rgba(0,0,0,0.5);
}
.footer__social {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.layout {
  display: flex;
  flex-wrap: no-wrap;
}
.layout--horizontal {
  flex-direction: row;
}
.layout--vertical {
  flex-direction: column;
}
.layout__container--fill {
  flex-grow: 2;
}
.layout__container--comfort {
  margin-bottom: 20px;
}
.layout__container--center {
  display: flex;
  justify-content: center;
}
.nav {
  background: #fff;
  font-size: 0.8125rem;
}
.nav__group {
  padding: 10px 0;
}
.nav__heading {
  padding: 10px 20px;
  font-family: 'Open Sans', san-serif;
  text-transform: uppercase;
}
.nav__link {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #a3a3a3;
}
.nav__link:hover {
  background: #a3a3a3;
  color: #fff;
}
.nav__link--current {
  background: #a3a3a3;
  color: #fff;
}
.icon {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
}
.icon--facebook {
  background-image: url("../images/icons/icon-facebook.svg");
}
.icon--twitter {
  background-image: url("../images/icons/icon-twitter.svg");
}
.link {
  text-decoration: none;
  color: #c96;
}
.link--contrast {
  color: #fff;
}
.list {
  padding: 0;
  margin: 0;
  list-style: none outside;
}
.list--inline {
  display: flex;
}
.list__item--comfort {
  margin-bottom: 20px;
}
.list__item--bullet {
  margin-left: 30px;
  list-style: circle outside;
}
.list__item--inline + .list__item--inline {
  margin-left: 10px;
}
.form {
  display: flex;
  flex-flow: column wrap;
}
.form--inline {
  flex-direction: row;
}
.form__fields {
  margin-bottom: 20px;
}
.form__actions--hidden {
  display: none;
}
.field__label--hidden {
  display: none;
}
.label {
  display: block;
  padding: 5px 0;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.input {
  border: 1px solid #fff;
  font-family: 'Open Sans', san-serif;
  font-size: 0.875rem;
  -webkit-appearance: none;
  border-radius: 0;
}
.input--text,
.input--email,
.input--textarea {
  width: 100%;
  padding: 12px;
  background-color: transparent;
  border-color: rgba(255,255,255,0.5);
  color: #fff;
  outline: 0;
  transition: border-color 100ms ease-in-out;
}
.input--text:focus,
.input--email:focus,
.input--textarea:focus {
  border-color: #fff;
}
.input--textarea {
  min-height: 150px;
  resize: none;
}
.button {
  display: block;
  padding: 12px 24px;
  font-family: 'Open Sans', san-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: #c96;
  color: #fff;
  border: 0;
  cursor: pointer;
  transition: color 100ms linear, background-color 100ms linear;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.button:hover,
.button:focus {
  background: #d6ad85;
}
.button--hollow {
  background-color: rgba(255,255,255,0.3);
  border: solid 1px #fff;
}
.button--hollow:hover,
.button--hollow:focus {
  background-color: #fff;
  color: #666;
}
.button--wide {
  width: 100%;
}
.button--inline {
  display: inline-block;
}
.button--flat {
  padding: 0;
  background: transparent;
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: #0c101a url("../images/backgrounds/background-01.jpg") no-repeat;
  background-size: cover;
}
.landing-page {
  max-width: 480px;
  margin: 0 auto;
}
.landing-page__header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}
@media screen and (max-width: 480px) {
  .landing-page__header {
    height: 480px;
  }
}
.landing-page__body {
  padding: 30px;
  background: rgba(0,0,0,0.5);
  color: #fff;
}
@media screen and (max-width: 480px) {
  .landing-page__body {
    padding: 30px 15px;
  }
}
.refer-page {
  display: flex;
  flex-flow: row no-wrap;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .refer-page {
    flex-wrap: wrap;
    max-width: 480px;
  }
}
.refer-page__refer {
  margin-right: 50px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .refer-page__refer {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.refer-page__rewards {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .refer-page__rewards {
    width: 100%;
  }
}
iframe[src^='http://arbor-natural.shopapps.io/social-login'] {
  width: 100% !important;
}
