/* line 13, ../sass/_reset.scss */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 23, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 26, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 29, ../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 36, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 40, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/_layout.scss */
.across {
  width: 100%;
}

/* line 5, ../sass/_layout.scss */
.guts {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}

@font-face {
  font-family: 'Arvo';
  src: url("fonts/Arvo-Regular_v104.ttf");
}

@font-face {
  font-family: 'Arvo';
  src: url("fonts/Arvo-Bold_v105.ttf");
  font-weight: bold;
}

@font-face {
  font-family: 'Gotham';
  src: url("fonts/Gotham-Black.otf");
}

/* line 62, ../sass/_styles.scss */
body {
  text-align: left;
  font-family: Arvo, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  background-color: #252f4d;
  padding-bottom: 3em;
  position: relative;
}

/* line 70, ../sass/_styles.scss */
#top {
  text-align: center;
  background-color: #ffd973;
}

/* line 75, ../sass/_styles.scss */
h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #252f4d;
  font-size: 2.4em;
  padding: 1em 0;
}

/* line 83, ../sass/_styles.scss */
#cta {
  font-family: Gotham, Verdana, Geneva, sans-serif;
  font-weight: bold;
  background-image: url("/img/long-walk.jpg");
  background-size: cover;
  background-position: center center;
  color: #595858;
  font-size: 1.3em;
  line-height: 1.1em;
  padding: 2em 0;
}
/* line 95, ../sass/_styles.scss */
#cta .seg {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 100, ../sass/_styles.scss */
#cta #main {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.9);
  border-radius: 3px;
  padding: 2em 0;
}
/* line 107, ../sass/_styles.scss */
#cta .left {
  width: 30%;
  margin: 0 2% 0 4%;
  height: 12.25em;
  background-image: url("/img/poster.jpg");
  background-image: url("/img/poster.svg"), none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border: 6px solid #FFF;
  float: left;
}
/* line 120, ../sass/_styles.scss */
#cta .right {
  width: 58%;
  margin: 0 4% 0 2%;
}
/* line 125, ../sass/_styles.scss */
#cta #result {
  height: 20px;
  max-width: 600px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 0;
  padding: 0;
  overflow-y: hidden;
  color: #FFF;
  text-align: center;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  transition: all linear 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 138, ../sass/_styles.scss */
#cta #result.success {
  background-color: #05911b;
  padding: 1em;
  height: 1em;
}
/* line 144, ../sass/_styles.scss */
#cta #result.error {
  background-color: #911005;
  height: 1em;
  padding: 1em;
}

/* line 153, ../sass/_styles.scss */
#address {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: .4em;
  font-size: 1.2em;
  border: none;
  box-shadow: 0 0 1px #696868;
  margin: 1em 0;
}

/* line 163, ../sass/_styles.scss */
#signup {
  display: block;
  text-transform: uppercase;
  width: 94%;
  padding: 1em 3%;
  text-align: center;
  color: #FFF;
  background-color: #0d528a;
}
/* line 172, ../sass/_styles.scss */
#signup:hover {
  cursor: pointer;
  background-color: #2f74ac;
}

/* line 178, ../sass/_styles.scss */
#lit {
  font-size: 1.3em;
  line-height: 1.3em;
  background-color: #fff;
  color: #696868;
  padding: 2em 0 4em;
}
/* line 185, ../sass/_styles.scss */
#lit p {
  margin: 0 0 1em;
}
/* line 189, ../sass/_styles.scss */
#lit h2 {
  margin: 2em 0 1em;
  color: #252f4d;
  font-size: 1.2em;
  font-weight: bold;
}
/* line 196, ../sass/_styles.scss */
#lit a {
  color: #0c9ecc;
}
/* line 198, ../sass/_styles.scss */
#lit a:hover {
  color: #007caa;
}
/* line 203, ../sass/_styles.scss */
#lit em {
  color: #252f4d;
}
/* line 207, ../sass/_styles.scss */
#lit .breaking {
  font-style: italic;
  color: #252f4d;
}

/* line 213, ../sass/_styles.scss */
#bad-browser {
  text-align: center;
  background-color: #911005;
}
/* line 217, ../sass/_styles.scss */
#bad-browser .guts {
  color: #FFF;
  padding: 1em 0;
  font-size: .9em;
  position: relative;
}
/* line 222, ../sass/_styles.scss */
#bad-browser .guts a {
  color: inherit;
}
/* line 224, ../sass/_styles.scss */
#bad-browser .guts a:hover {
  color: #ffd973;
}

/* line 229, ../sass/_styles.scss */
#social {
  font-size: 2em;
  position: fixed;
  bottom: -4em;
  background-color: #252f4d;
  -webkit-transition: bottom 0.5s linear;
  -moz-transition: bottom 0.5s linear;
  -o-transition: bottom 0.5s linear;
  -ms-transition: bottom 0.5s linear;
  transition: bottom 0.5s linear;
  display: none;
}
/* line 237, ../sass/_styles.scss */
#social .guts {
  font-family: Gotham, Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: .75em 0;
  color: #FFF;
  font-size: .9em;
}
/* line 245, ../sass/_styles.scss */
#social.present {
  display: block;
}
/* line 249, ../sass/_styles.scss */
#social.active {
  bottom: 0;
}
/* line 253, ../sass/_styles.scss */
#social .st {
  display: block;
  float: right;
  margin: -29px 0 0 15px;
}
/* line 258, ../sass/_styles.scss */
#social .st .stBubble_count {
  position: relative;
  height: 1em;
  padding: .2em 0;
  bottom: -14px;
}

@media screen and (max-width: 745px) {
  /* line 268, ../sass/_styles.scss */
  #social {
    bottom: -7em;
    text-align: center;
  }
  /* line 271, ../sass/_styles.scss */
  #social .title {
    display: block;
  }
  /* line 272, ../sass/_styles.scss */
  #social .st {
    display: inline-block;
    float: none;
    margin: .3em;
  }

  /* line 278, ../sass/_styles.scss */
  body {
    padding-bottom: 7em;
  }
}
@media screen and (max-width: 640px) {
  /* line 285, ../sass/_styles.scss */
  #cta .left {
    display: none;
  }
  /* line 286, ../sass/_styles.scss */
  #cta .right {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  /* line 293, ../sass/_styles.scss */
  #cta #result.success {
    height: 3em;
    width: 70%;
  }
  /* line 297, ../sass/_styles.scss */
  #cta #result.error {
    height: 2em;
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  /* line 307, ../sass/_styles.scss */
  #lit {
    font-size: 1em;
  }
  /* line 309, ../sass/_styles.scss */
  #lit .guts {
    width: 88%;
  }

  /* line 312, ../sass/_styles.scss */
  #social {
    position: relative;
    bottom: 0 !important;
  }
}
