/*
Temporary Font Embedding for Preview Purposes
*/
@font-face {
  font-family: 'UniversLTStd39ThUltraCn';
  src: url('/fonts/universltstd-thinultracn-webfont.eot');
  src: url('/fonts/universltstd-thinultracn-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/universltstd-thinultracn-webfont.woff') format('woff'),
       url('/fonts/universltstd-thinultracn-webfont.ttf') format('truetype'),
       url('/fonts/universltstd-thinultracn-webfont.svg#UniversLTStd39ThUltraCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
Top-level styles go here.
*/

html {
  background: #000;
  color: #ddd;
  font-size: 100%;
  font-size: 16px;
  margin: 0;
  overflow-y: scroll;
  padding: 0;
  width: auto; height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
}

/*
Base rules go here.
*/

a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #666;
}

a img {
  border: none;
  outline: none
}

iframe {
  display: block;
  margin: 0;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}
figcaption {
  display: block;
  padding: 0.5em 1em;
}

form {
  display: block;
  margin: 0;
  position: relative;
}

fieldset {
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0;
  border: none;
}

label {
  display: block;
}

input[type="text"],
input[type="email"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  width: 100%;
}

button {
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}

/*
.billing-block
*/

#billing-block {
  display: block;
}
  .billing-line {
    position: relative;

    font-family: 'UniversLTStd39ThUltraCn';
    font-size: 1.618em;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }
    .billing-line a {
      border: none;
      color: #fff;
      font-size: 1.618em;
      margin: 0 0.025em;
      text-decoration: none;
    }
      .billing-line a span {
        font-size: 0.618em;
      }
      .billing-line a img {
        opacity: 0.8;
      }
  .billing-container {
    position: relative;
  }


/*
.alignment
*/

.centered {
  text-align: center;
}
  .centered > * {
    margin-left: auto;
    margin-right: auto;
  }

/*
.columns
*/

.columns {
  overflow: hidden;
}
  .column {
    display: block;
    float: left;
  }
  .column.whole { width: 100% }
  .column.three-quarters { width: 75% }
  .column.two-thirds { width: 66.666% }
  .column.half { width: 50% }
  .column.three-eighths { width: 37.5% }
  .column.third { width: 33.333% }
  .column.quarter { width: 25% }
  .column.sixth { width: 16.666% }
  .column.eighth { width: 12.5% }

  .column > * {
    margin-left: 1em;
    margin-right: 1em;
  }

/*
.microfiche
*/

.microfiche-controls {
  display: block;
  padding: 8px 0;
  text-align: center;
}
  .microfiche-bullet {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    background-clip: content-box;
    border: 6px solid black;
    outline: none;
    width: 24px; height: 24px;
    border-radius: 12px;
    overflow: hidden;
    text-indent: -100px;
    margin: 0 6px;
    margin: 0;
    padding: 0;
    opacity: 0.25;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .microfiche-bullet.selected {
    opacity: 1;
  }

/*
.padded
*/
.padded {
  padding: 1.618em 0;
}

/*
.clear
*/
.clear {
  clear: both;
}

/*
.aligned-
*/
.aligned-right {
  text-align: right;
}

/*
.overflow-hidden
*/
.overflow-hidden {
  overflow: hidden;
}

/*
.fit-width
*/
.fit-width {
  width: 100%;
}

/*
.social-icons
*/
.social-icons a {
  border: none;
  margin: 0 0.5em;
}

/*
.poster-reel
*/

.poster-reel {
  position: relative;
}
  .poster-reel a.poster {
    border: none;
    display: block;
    position: relative;
  }
    .poster-reel img {
      display: block;
      margin: 0;
    }
    .poster-reel a.poster .title {
      font-family: 'UniversLTStd39ThUltraCn';
      font-size: 2.8315em;
      letter-spacing: 1px;
      line-height: 1;
      position: absolute;
      text-transform: uppercase;
      top: 4px; left: 4px;
    }
    .poster-reel a.poster .title.black {
      color: #000;
    }

/*
.contact-form
*/
.contact-form {
  display: block;
}
  .contact-form.sent {
  }

  .contact-form .fields {
  }
  .contact-form .sending {
    font-style: italic;
  }

  .contact-form .resolve {
    display: block;
    font-size: 1.25em;
    text-align: center;
  }
  .contact-form .resolve h3 {
    font-size: 1.5em;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0;
  }
  .contact-form .resolve .tilde {
    margin: 0 auto 0.25em;
  }
  .contact-form .resolve > * {
    margin-left: auto; margin-right: auto;
  }


.partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -0.5rem;
}
  .partner-list a {
    display: block;
    text-decoration: none;
    border: none;
    margin-right: 1.5rem;
    margin-bottom: 0.25rem;
  }