@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
/* line 1, ../sass/base/extends/_button.scss */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}
/* line 13, ../sass/base/extends/_button.scss */
button:hover,
input[type="submit"]:hover {
  background-color: #2c5999;
  color: white;
}
/* line 18, ../sass/base/extends/_button.scss */
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 1, ../sass/base/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 10, ../sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* line 22, ../sass/base/_typography.scss */
h1 {
  font-size: 2.25em;
}

/* line 26, ../sass/base/_typography.scss */
h2 {
  font-size: 2em;
}

/* line 30, ../sass/base/_typography.scss */
h3 {
  font-size: 1.75em;
}

/* line 34, ../sass/base/_typography.scss */
h4 {
  font-size: 1.5em;
}

/* line 38, ../sass/base/_typography.scss */
h5 {
  font-size: 1.25em;
}

/* line 42, ../sass/base/_typography.scss */
h6 {
  font-size: 1em;
}

/* line 46, ../sass/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 50, ../sass/base/_typography.scss */
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}
/* line 55, ../sass/base/_typography.scss */
a:hover {
  color: #2c5999;
}
/* line 59, ../sass/base/_typography.scss */
a:active, a:focus {
  color: #2c5999;
  outline: none;
}

/* line 65, ../sass/base/_typography.scss */
hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

/* line 73, ../sass/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 79, ../sass/base/_typography.scss */
blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

/* line 86, ../sass/base/_typography.scss */
cite {
  color: #737373;
  font-style: italic;
}
/* line 90, ../sass/base/_typography.scss */
cite:before {
  content: "\2014 \00A0";
}

/* line 1, ../sass/base/_forms.scss */
fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

/* line 8, ../sass/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

/* line 16, ../sass/base/_forms.scss */
label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
/* line 20, ../sass/base/_forms.scss */
label.required:after {
  content: "*";
}
/* line 24, ../sass/base/_forms.scss */
label abbr {
  display: none;
}

/* line 29, ../sass/base/_forms.scss */
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
/* line 44, ../sass/base/_forms.scss */
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 48, ../sass/base/_forms.scss */
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

/* line 55, ../sass/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 59, ../sass/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 63, ../sass/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 69, ../sass/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

/* line 74, ../sass/base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/* line 1, ../sass/base/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, ../sass/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

/* line 15, ../sass/base/_tables.scss */
td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

/* line 20, ../sass/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, ../sass/base/_lists.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 20, ../sass/base/_lists.scss */
dl {
  margin-bottom: 0.75em;
}
/* line 23, ../sass/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 28, ../sass/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, ../sass/base/_buttons.scss */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 22, ../sass/style.scss */
.glitchHolder {
  mask: url("../img/edge/mask-shape-2.png") center center/cover;
  -webkit-mask: url("../img/edge/mask-shape-2.png") center center/cover;
}

/* line 27, ../sass/style.scss */
.code-image {
  /*border: 1px solid rgba(255,255,255,.5);*/
  position: absolute;
  width: 240px;
}

/* line 32, ../sass/style.scss */
.code-image img {
  width: 100%;
}

/* countdown stuff */
/* line 38, ../sass/style.scss */
#countdown {
  display: none;
}

/* line 42, ../sass/style.scss */
.stretchy {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  max-width: 178px;
  width: 19%;
  padding-right: 1%;
}

/* line 52, ../sass/style.scss */
.stretchy.last {
  padding-right: 0;
  width: 20%;
}

/* line 57, ../sass/style.scss */
.spacer {
  width: 100%;
  height: auto;
}

/* line 62, ../sass/style.scss */
.stretchy .sprite {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: 100%;
}

/* line 70, ../sass/style.scss */
.box {
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* line 76, ../sass/style.scss */
.colonsHolder {
  width: 100%;
  overflow: auto;
  position: absolute;
  top: 10px;
  left: .6em;
}

/* line 84, ../sass/style.scss */
.colons {
  opacity: 1.0;
}

/* line 88, ../sass/style.scss */
.colons.tick {
  opacity: 0.3;
}

/* line 92, ../sass/style.scss */
.stretchy.no-limit {
  max-width: none;
}

/*you could also set this to a pixel size, for example 320px, to limit the maximum*/
/* line 96, ../sass/style.scss */
.stretchy.no-limit .sprite {
  min-height: 100%;
}

/* line 101, ../sass/style.scss */
.sprite.p1 {
  left: -100%;
}

/* line 102, ../sass/style.scss */
.sprite.p2 {
  left: -200%;
}

/* line 103, ../sass/style.scss */
.sprite.p3 {
  left: -300%;
}

/* line 104, ../sass/style.scss */
.sprite.p4 {
  left: -400%;
}

/* line 105, ../sass/style.scss */
.sprite.p5 {
  left: -500%;
}

/* ----------------------------------- */
/* line 114, ../sass/style.scss */
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e04124;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
body:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 130, ../sass/style.scss */
#space, .stars {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

/* line 140, ../sass/style.scss */
#space {
  background-color: #440c0c;
}

/* line 144, ../sass/style.scss */
.stars {
  background-image: radial-gradient(2px 2px at 20px 30px, #eeeeee, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 40px 70px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 50px 160px, #dddddd, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 90px 40px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 130px 80px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 160px 120px, #dddddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  -webkit-animation-name: zoom;
  -moz-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0;
}

/* line 163, ../sass/style.scss */
input#secretWord {
  background-color: transparent;
  font-size: 1.25em;
  text-transform: uppercase;
  color: white;
  border: none;
  line-height: 1.5em;
}

/* line 173, ../sass/style.scss */
::-webkit-input-placeholder {
  text-align: center;
  line-height: 1.5em;
  overflow: visible;
}

/* line 179, ../sass/style.scss */
:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  line-height: 1.5em;
  overflow: visible;
}

/* line 185, ../sass/style.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  line-height: 1.5em;
  overflow: visible;
}

/* line 191, ../sass/style.scss */
:-ms-input-placeholder {
  text-align: center;
  line-height: 1.5em;
  overflow: visible;
}

/* line 197, ../sass/style.scss */
.responseHolder {
  font-family: 'jls_data_gothicc__ncregular';
  font-size: 48px;
  color: white;
}

/* line 203, ../sass/style.scss */
.stars:nth-child(1) {
  background-position: 50% 50%;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 207, ../sass/style.scss */
.stars:nth-child(2) {
  background-position: 20% 60%;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 211, ../sass/style.scss */
.stars:nth-child(3) {
  background-position: -20% -30%;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 215, ../sass/style.scss */
.stars:nth-child(4) {
  background-position: 40% -80%;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 219, ../sass/style.scss */
.stars:nth-child(5) {
  background-position: -20% 30%;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(0.01deg);
    -webkit-transform: scale(0.5) rotate(0.01deg);
    -moz-transform: scale(0.5) rotate(0.01deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  85% {
    opacity: 1;
    transform: scale(2.8) rotate(0.01deg);
    -webkit-transform: scale(2.8) rotate(0.01deg);
    -moz-transform: scale(2.8) rotate(0.01deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(3.5) rotate(0.01deg);
    -moz-transform: scale(3.5) rotate(0.01deg);
    -webkit-transform: scale(3.5) rotate(0.01deg);
  }
}
@-moz-keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(0.01deg);
    -webkit-transform: scale(0.5) rotate(0.01deg);
    -moz-transform: scale(0.5) rotate(0.01deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  85% {
    opacity: 1;
    transform: scale(2.8) rotate(0.01deg);
    -webkit-transform: scale(2.8) rotate(0.01deg);
    -moz-transform: scale(2.8) rotate(0.01deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(3.5) rotate(0.01deg);
    -moz-transform: scale(3.5) rotate(0.01deg);
    -webkit-transform: scale(3.5) rotate(0.01deg);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(0.01deg);
    -webkit-transform: scale(0.5) rotate(0.01deg);
    -moz-transform: scale(0.5) rotate(0.01deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  85% {
    opacity: 1;
    transform: scale(2.8) rotate(0.01deg);
    -webkit-transform: scale(2.8) rotate(0.01deg);
    -moz-transform: scale(2.8) rotate(0.01deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(3.5) rotate(0.01deg);
    -moz-transform: scale(3.5) rotate(0.01deg);
    -webkit-transform: scale(3.5) rotate(0.01deg);
  }
}
/* TV STUFF */
/* line 258, ../sass/style.scss */
.tvs-outer {
  width: 100;
  overflow: hidden;
}

/* line 262, ../sass/style.scss */
.tvs {
  font-size: 0px;
  line-height: 0px;
  width: 2000px;
  /*overflow: hidden;*/
}

/* line 268, ../sass/style.scss */
.tv {
  /*border-style: border-box;*/
  /*border: 1px dashed yellow;*/
  /*background: white;*/
  width: 60px;
  height: 45px;
  display: inline-block;
  line-height: 0;
  font-size: 1rem;
}
