/*
---------------------------------------------------------------
| RESET
---------------------------------------------------------------
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

/* Gets rid of IE's blue borders */
/*
---------------------------------------------------------------
| COLORS
---------------------------------------------------------------
*/
/*
---------------------------------------------------------------
| DEFAULTS
---------------------------------------------------------------
*/
html,
body {
  width: 100%; }

body {
  font-size: 12px;
  line-height: 1.6em;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666; }

h1, h2, h3 {
  font-weight: 700;
  color: black;
  text-align: center;
  margin-bottom: 2em; }

ul {
  list-style: none; }

img {
  max-width: 100%;
  height: inherit;
  display: block;
  margin: 0 auto; }

footer {
  padding: 2em 0; }

/*
---------------------------------------------------------------
| STATES
---------------------------------------------------------------
*/
.centered {
  text-align: center; }

.tracked {
  letter-spacing: .25em;
  text-transform: uppercase; }

.bordered {
  padding-top: .25em;
  padding-bottom: .25em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.light {
  font-weight: 400;
  color: #cccccc; }

.inset {
  margin-left: 2em;
  margin-right: 2em; }

/*
---------------------------------------------------------------
| DECS
---------------------------------------------------------------
*/
.page_container {
  width: 92%;
  margin: 0 auto;
  max-width: 540px; }

header h1 {
  text-indent: -9999px;
  margin-bottom: 0.5em; }
  header h1 img {
    width: 30%; }

p.separator {
  padding: 1em;
  text-align: center; }

.section {
  padding-bottom: 2em; }

.section.video h2 {
  font-size: .75em;
  margin-bottom: 1em; }

.section.form-reminder {
  padding-bottom: 0; }

.section.social {
  text-align: center; }
  .section.social li {
    display: inline-block;
    width: 48%; }
  .section.social li.separator {
    padding: 1em;
    position: relative;
    bottom: 3.5em;
    width: inherit; }
  .section.social a {
    color: initial;
    text-decoration: none; }
  .section.social i.fa {
    padding: .5em;
    border: 2px solid #cccccc;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    font-size: 1.75em;
    margin-bottom: .5em; }

.section.stills li {
  padding-bottom: 2em; }

.section.cast li {
  padding-bottom: .5em; }

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