/*
Top-level styles
*/

html, body {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/*
Disable ugly tap states
*/
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

/*
Masthead
*/

#masthead {
  font-size: 1em;
  line-height: 1;
  margin: 1.25em 0;
  min-height: 110px;
}
  #masthead a {
    display: block;
    border-bottom: none;
  }
  #masthead img {
    min-height: 100px;
  }

/*
Billing Block
*/

.billing-chunk {
  display: inline-block;
  margin-right: 0.5em;
}
.billing-line {
  margin: 0.125em 0;
  overflow: hidden;
}
.billing-icons {
  margin: 0.125em -8px;
}
.billing-line .icon {
  display: block;
  float: left;
  margin: 16px 0;
  width: 50%;
}

.billing-line .icon img {
  display: block;
  margin: 0 auto;
}

#billing-block hr {
  background: transparent;
  border: none;
  color: transparent;
  height: 0;
  margin: 0.5em 0;
  outline: none;
}

/*
Descriptors
*/

.descriptor {
  background:
    url(../images/frame-top-left-skinny.png) no-repeat 0 0,
    url(../images/frame-top-right-skinny.png) no-repeat 100% 0,
    url(../images/frame-bottom-right-skinny.png) no-repeat 100% 100%,
    url(../images/frame-bottom-left-skinny.png) no-repeat 0 100%;
  font-size: 1em;
  padding: 0.618em 1.333em;
  margin: 5px 0 10px 0;
}


/*
Columns
*/

.column {}

/*
Articles
*/

article {
  display: block;
  position: relative;
  overflow: hidden;

  background: black;
}

article img {
  width: 100%; height: auto;
  margin: 0;
}
article .itunes-button {
  border: none;
}
article .itunes-button img {
  width: auto;
}

article p {
  padding: 0 8px;
}

article blockquote {
  padding: 8px;
  margin: 1em 0;
}

/*
Poster Reel
*/

.poster-reel {
  margin: 0;
}
.poster-reel .title {
  -webkit-font-smoothing: antialiased;
}
.poster-reel a.poster .title.black {
  color: white;
}

.poster {
  margin: 0;
}

.poster-reel a.poster {
  z-index: 0;
}
.poster-reel a.poster img {
  z-index: 0;
}
.poster-reel a.poster:after {
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.618) 0%,
    rgba(0, 0, 0, 0.382) 50%,
    rgba(0, 0, 0, 0) 100%
  );
 content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
}
.poster-reel a.poster.light:after {
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.618) 0%,
    rgba(255, 255, 255, 0.382) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.poster-reel a.poster .title {
  z-index: 2;
  top: 5px; left: 8px;
}

/*
Home
*/

.home {
  padding: 8px;
  z-index: 1;
}

/*
Shade
*/

.shade {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background: black;
}

/*
Layer
*/

.layer {
  position: absolute;
  top: 0; right: 0; bottom: auto; left: 0;
  overflow: hidden;

  -webkit-backface-visibility: hidden;
}

/*
Content Container
*/

.content {
  position: relative;
  padding: 59px 0 0 0;
  width: 100%;

  background: transparent;

  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.content br {
  display: none;
}
.content br.keep {
  display: block;
}

.sub-content {
  padding: 0;
}
  .sub-content article {
    padding-bottom: 3em;
  }

.article-title {
  display: none;
}

/*
Figures
*/

figure {
  margin: 8px 0;
}
figure img {
  display: block;
  margin: 0;
}
figcaption {
  display: block;
  padding: 1em 8px;
}

/*
Nav Bar
*/

.nav-bar {
  position: fixed;
  top: 0; right: 0; bottom: auto; left: 0;
  z-index: 4;
  padding: 6px 8px 4px;

  font-family: 'UniversLTStd39ThUltraCn';
  font-size: 1.618em;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;

  color: #fff;
}
.nav-bar.with-background {
  background: rgba(0, 0, 0, 0.85);
}
.nav-bar a {
  display: inline-block;
  position: relative;
  border: none;
  font-size: 1.618em;
  margin: 0;
  position: relative;
  text-decoration: none;
}
.nav-bar .back {
  position: absolute;
  top: 6px; right: 8px;
  z-index: 2;
}

/*
Playable
*/

.playable {
  display: block;
  position: relative;

  border: none;
  padding: 0;
}
.playable:after {
  content: 'Play';
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;

  font-family: 'UniversLTStd39ThUltraCn';
  font-size: 3em;
  line-height: 3em;
  text-align: center;
  text-transform: uppercase;

  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.618) 0%,
    rgba(0, 0, 0, 0.382) 100%
  );
}

/*
Contact Form
*/
.contact-form {
  padding: 0 8px;
}
  .contact-form fieldset { margin: 0 }
  .contact-form button[type="submit"] {
    margin: 0.5em 0 0 0;
    width: 100%;

    font-size: 1em;
  }
  .contact-form .resolve { display: none }
  .contact-form.sent .fields { display: none }
  .contact-form.sent .resolve { display: block }

.partner-list {
  margin-left: 0.5rem;
  justify-content: center;
}
.partner-list a {
  margin-bottom: 0.5rem;
}
.partner-list img {
  width: auto;
  height: 40px;
}
.partner-list img[src="/images/partners/wrongmen.png"] {
  width: auto;
  height: 52px;
  margin-bottom: -12px;
}

.hidden-mobile {
  display: none;
}