@charset "UTF-8";
/*//////////////////////////////////////
//  imports
//////////////////////////////////////*/
/* line 5, ../../../../../.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../../build/sass/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*//////////////////////////////////////
//  colors
//////////////////////////////////////*/
/*//////////////////////////////////////
//  fonts
//////////////////////////////////////*/
/*//////////////////////////////////////
//  extension on skeleton
//////////////////////////////////////*/
/* line 45, ../../build/sass/partials/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 49, ../../build/sass/partials/_base.scss */
.block {
  *zoom: 1;
}
/* line 17, ../../build/sass/bourbon/addons/_clearfix.scss */
.block:before, .block:after {
  content: " ";
  display: table;
}
/* line 23, ../../build/sass/bourbon/addons/_clearfix.scss */
.block:after {
  clear: both;
}

/* line 54, ../../build/sass/partials/_base.scss */
.disable-hover {
  pointer-events: none;
}

/* line 58, ../../build/sass/partials/_base.scss */
b, strong {
  font-weight: 700;
}

/* line 62, ../../build/sass/partials/_base.scss */
i, em {
  font-style: italic;
}

/* line 66, ../../build/sass/partials/_base.scss */
input:focus, textarea:focus {
  outline: none;
}

/* line 70, ../../build/sass/partials/_base.scss */
button, input[type="submit"] {
  cursor: pointer;
}

/* line 74, ../../build/sass/partials/_base.scss */
button, input {
  border: none;
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 81, ../../build/sass/partials/_base.scss */
a {
  text-decoration: none;
}

/*//////////////////////////////////////
//  mixins
//////////////////////////////////////*/
/*//////////////////////////////////////
//  silent classes
//////////////////////////////////////*/
/* line 110, ../../build/sass/partials/_base.scss */
.block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* line 127, ../../build/sass/partials/_base.scss */
blockquote.reveal, blockquote.reveal p, blockquote.reveal cite {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 136, ../../build/sass/partials/_base.scss */
blockquote.reveal div, main > div {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* line 162, ../../build/sass/partials/_base.scss */
blockquote.reveal, blockquote.reveal p, blockquote.reveal cite {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 170, ../../build/sass/partials/_base.scss */
body, html {
  display: block;
  height: 100%;
}

/* line 175, ../../build/sass/partials/_base.scss */
body {
  font-size: 16px;
  background-color: #030303;
  color: #FFFFFF;
  font-family: "Benton Sans Cond", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* line 184, ../../build/sass/partials/_base.scss */
main {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 192, ../../build/sass/partials/_base.scss */
h3, h4 {
  font-family: "Benton Sans Cond Ext Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* line 199, ../../build/sass/partials/_base.scss */
h4 {
  font-size: 44px;
}

/* line 203, ../../build/sass/partials/_base.scss */
p {
  line-height: 1.333333333;
  font-size: 16px;
}
/* line 206, ../../build/sass/partials/_base.scss */
p sup {
  font-size: .6em;
  position: relative;
  top: -.433em;
  left: .125em;
}

/* line 214, ../../build/sass/partials/_base.scss */
a.resource {
  color: #030303;
  text-decoration: underline;
  font-size: .8em;
}

/* line 220, ../../build/sass/partials/_base.scss */
p.resource {
  color: #030303;
  font-size: .8em;
}

/* line 225, ../../build/sass/partials/_base.scss */
.gallery img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 2px solid #030303;
}

/* line 232, ../../build/sass/partials/_base.scss */
.cta {
  width: 100%;
  background-color: #F8F010;
  color: #030303;
  padding: 15px;
  font-family: "Benton Sans Cond Black", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

/* line 242, ../../build/sass/partials/_base.scss */
blockquote.reveal {
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(3, 3, 3, 0.7);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
/* line 251, ../../build/sass/partials/_base.scss */
blockquote.reveal div {
  width: 100%;
  padding: 24px;
}
/* line 256, ../../build/sass/partials/_base.scss */
blockquote.reveal p, blockquote.reveal cite {
  position: relative;
  top: 20px;
}
/* line 262, ../../build/sass/partials/_base.scss */
blockquote.reveal p {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* line 268, ../../build/sass/partials/_base.scss */
cite:before {
  content: "—";
}

/* line 271, ../../build/sass/partials/_base.scss */
.active blockquote {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 273, ../../build/sass/partials/_base.scss */
.active blockquote p, .active blockquote cite {
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 277, ../../build/sass/partials/_base.scss */
.active blockquote cite {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* line 282, ../../build/sass/partials/_base.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 3, ../../build/sass/desktop.scss */
body {
  background-image: url('../img/yellow-stripe-alt.gif?1435168265');
  background-repeat: repeat;
  background-position: top left;
  overflow: hidden;
  text-align: center;
}

/* line 11, ../../build/sass/desktop.scss */
main {
  width: 100%;
  max-width: 950px;
  background-color: #111;
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
/* line 20, ../../build/sass/desktop.scss */
main > div {
  width: 100%;
}

/* line 26, ../../build/sass/desktop.scss */
.icon-ati {
  display: block;
  position: fixed;
  top: auto;
  right: -90px;
  bottom: -30px;
  left: auto;
  z-index: 1;
  width: 300px;
  height: 300px;
}
/* line 31, ../../build/sass/desktop.scss */
.icon-ati use {
  fill: #F8F010;
}

/* line 36, ../../build/sass/desktop.scss */
h1, h2, h3 {
  line-height: 1.2;
}

/* line 40, ../../build/sass/desktop.scss */
h1 {
  color: #F8F010;
  font-size: 49px;
  font-family: "Benton Sans Cond Ext Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* line 47, ../../build/sass/desktop.scss */
h1 + h2, h1 + h3 {
  margin-top: 20px;
}

/* line 52, ../../build/sass/desktop.scss */
h1, h2 {
  text-transform: uppercase;
}

/* line 56, ../../build/sass/desktop.scss */
h2 {
  font-size: 24px;
  font-family: "Benton Sans Cond Black", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* line 61, ../../build/sass/desktop.scss */
h2, h3 {
  color: #fff;
  margin: 30px auto;
}

/* line 65, ../../build/sass/desktop.scss */
h3 {
  font-size: 20px;
  text-transform: lowercase;
}

/* line 70, ../../build/sass/desktop.scss */
.video-player {
  border: 5px solid #F8F010;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  margin: 0 auto;
  display: block;
  background-color: #111;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 81, ../../build/sass/desktop.scss */
.video-player:before {
  content: " ";
  display: block;
  padding-top: 56.25%;
}
/* line 86, ../../build/sass/desktop.scss */
.video-player iframe {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 94, ../../build/sass/desktop.scss */
.chipmunk h1 {
  max-width: 670px;
  margin: 0 auto;
}
/* line 98, ../../build/sass/desktop.scss */
.chipmunk h2 {
  max-width: 460px;
  margin: 30px auto 0;
}

/* line 105, ../../build/sass/desktop.scss */
.billgates h1 {
  font-size: 44px;
}

/* line 111, ../../build/sass/desktop.scss */
.deer h1 {
  max-width: 560px;
  margin: 0 auto;
  font-size: 46px;
  line-height: 1;
}

/* line 120, ../../build/sass/desktop.scss */
.goat h2 {
  max-width: 560px;
}

/* line 126, ../../build/sass/desktop.scss */
.ed h1 {
  margin-bottom: 30px;
}
/* line 129, ../../build/sass/desktop.scss */
.ed h2 {
  max-width: 560px;
}
/* line 132, ../../build/sass/desktop.scss */
.ed h3 {
  max-width: 600px;
}

/* line 138, ../../build/sass/desktop.scss */
.hahaha h2 {
  max-width: 560px;
}

/* line 144, ../../build/sass/desktop.scss */
.freestuff h2 {
  max-width: 560px;
}
/* line 147, ../../build/sass/desktop.scss */
.freestuff h3 {
  text-transform: inherit;
}

/*# sourceMappingURL=desktop.css.map */
