@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,300,700");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: bottom; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*! Version 3.1 */
@keyframes flyout {
  0% {
    left: 20%;
    transform: scale(0.2, 0.2);
    bottom: 4em;
    z-index: -1;
    opacity: 1; }
  30% {
    transform: scale(0.4, 0.4);
    z-index: -1;
    bottom: 25em; }
  60% {
    transform: scale(0.8, 0.8);
    z-index: 1;
    bottom: 20em;
    -webkit-filter: brightness(1);
    filter: brightness(1); }
  80% {
    transform: scale(1, 1);
    left: 69%;
    bottom: 17em;
    -webkit-filter: brightness(2);
    filter: brightness(2); }
  81% {
    transform: scale(1, 1);
    left: 68%;
    bottom: 17em;
    -webkit-filter: brightness(5);
    filter: brightness(5); }
  81.5% {
    transform: scale(1, 1);
    left: 70%;
    bottom: 17em;
    -webkit-filter: brightness(2);
    filter: brightness(2); }
  82% {
    transform: scale(1, 1);
    left: 69%;
    bottom: 17em;
    -webkit-filter: brightness(5);
    filter: brightness(2); }
  82.5% {
    transform: scale(1.2, 1.2);
    left: 68%;
    bottom: 17em;
    -webkit-filter: brightness(3) blur(5px);
    filter: brightness(3) blur(5px); }
  100% {
    left: 600%;
    bottom: -70em;
    transform: scale(40, 40);
    opacity: 1; } }

@keyframes popout {
  0% {
    margin-left: -200px;
    transform: rotate(-46deg);
    bottom: -20em; }
  30% {
    margin-left: -200px;
    transform: rotate(15deg);
    bottom: -2em; }
  42% {
    transform: rotate(-4deg);
    bottom: -2.5em; }
  35% {
    transform: rotate(4deg);
    bottom: -2em; }
  41% {
    transform: rotate(-4deg);
    bottom: -2.2em; }
  100% {
    transform: rotate(4deg);
    bottom: -2em; } }

html {
  position: relative;
  min-height: 100%;
  height: 100%;
  box-sizing: border-box; }

body {
  min-height: 100%;
  box-sizing: border-box; }

.content {
  overflow: hidden; }

.footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both; }

hr {
  border: 0;
  height: 1px;
  background: #433229;
  max-width: 70%; }

sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  top: -1.2em; }

span.no-wrap {
  white-space: nowrap; }

span.red {
  color: #ec0000; }

.page-wrap {
  min-height: 100%;
  margin-bottom: -5.75em; }

.page-wrap:after {
  content: "";
  display: block;
  height: 5.75em; }

.button {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  color: #000000;
  font-size: 18px;
  background: #d9c334;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none; }

.button:hover {
  background: #ffcc00;
  text-decoration: none; }

input {
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: white; }
  input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
    color: white; }

a.skiplink-nav-accessible-text, a.skiplink-accessible-text {
  position: absolute !important;
  left: -20000px; }

.stars {
  background-color: black;
  color: white;
  background-image: url("../images/stars-bkg.jpg") !important;
  background-repeat: repeat; }

body.home {
  min-height: 850px;
  position: relative;
  height: auto; }

body.tour {
  position: relative; }
  body.tour.complete .iframe-wrapper {
    overflow: hidden;
    min-height: 0; }
  body.tour.complete .character-tabs {
    display: none; }

.mainbody {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 2em;
  margin: 0 auto;
  max-width: 1196px;
  position: relative;
  width: 100%; }
  .mainbody:after {
    content: "";
    display: table;
    clear: both; }
  .mainbody.halfHeight {
    z-index: 100;
    height: 100%;
    min-height: 680px;
    overflow: hidden; }
    @media (min-width: 58em) {
      .mainbody.halfHeight {
        min-height: 550px;
        height: 100%; } }
  .mainbody.fullHeight {
    z-index: 100; }
    @media (min-width: 58em) {
      .mainbody.fullHeight {
        min-height: 950px;
        height: 100vh; } }
  .mainbody .instructions {
    padding: 1.75em 2em 2em;
    z-index: 100;
    position: relative; }
    @media (min-width: 58em) {
      .mainbody .instructions {
        padding: 2em 2em 0;
        width: 34%;
        float: left; } }
    .mainbody .instructions .copy {
      border-top: 1px solid white;
      color: #fbe771 !important;
      margin-top: 2em;
      padding-top: 2em;
      line-height: 1.75em; }
      .mainbody .instructions .copy a, .mainbody .instructions .copy a:visited {
        color: #fbe771 !important; }
    .mainbody .instructions img {
      width: 80%;
      max-width: 25em;
      margin: .5em auto;
      display: block; }
  .mainbody .entry-form {
    padding: 0em 2em 0; }
    .mainbody .entry-form:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 58em) {
      .mainbody .entry-form {
        padding: 1.75em 2em 0;
        width: 52%;
        float: left; } }
    .mainbody .entry-form h2 {
      font-size: 1.2em;
      margin-bottom: 1em; }
    .mainbody .entry-form .copy {
      color: #fbe771;
      margin-bottom: 1em;
      font-size: .8em;
      line-height: 1.75em; }
      @media (min-width: 30em) {
        .mainbody .entry-form .copy {
          font-size: 1em; } }
      .mainbody .entry-form .copy p {
        margin-bottom: 1em; }
      .mainbody .entry-form .copy a, .mainbody .entry-form .copy a:visited {
        color: #fbe771; }
    .mainbody .entry-form.completed form {
      display: none; }
    .mainbody .entry-form .error li {
      background-color: #6D1111;
      border-radius: 3px;
      padding: .25em;
      margin: .5em 0; }
      .mainbody .entry-form .error li:before {
        content: '\f071';
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin: 0 .5em; }
    .mainbody .entry-form .error .g-recaptcha {
      border: 1px solid red; }
    .mainbody .entry-form form:after {
      content: "";
      display: table;
      clear: both; }
    .mainbody .entry-form form label.error span.error-message {
      color: #fbe771;
      font-size: .75em;
      display: block;
      line-height: 1em; }
    .mainbody .entry-form form label.error input {
      outline: 1px solid red; }
    .mainbody .entry-form form label {
      display: block;
      overflow: visible !important;
      margin-bottom: 1em; }
      @media (min-width: 58em) {
        .mainbody .entry-form form label {
          display: inline-block; } }
    .mainbody .entry-form form .checkbox label {
      margin-bottom: 0;
      margin-right: 1em;
      display: inline-block; }
    @media (min-width: 58em) {
      .mainbody .entry-form form label[for='first-name'] {
        width: 40%;
        display: inline-block;
        overflow: visible;
        margin-right: 20%; }
      .mainbody .entry-form form label[for='last-name'] {
        width: 40%;
        display: inline-block;
        overflow: visible;
        margin-left: -0.45em; }
      .mainbody .entry-form form label[for='email'] {
        width: 100%; } }
    .mainbody .entry-form form input {
      padding: 0.75em 2.5%;
      margin: 0.5% 0;
      width: 95%;
      margin: 0.4em 0;
      outline: 1px solid transparent; }
    .mainbody .entry-form form .g-recaptcha {
      margin: 1em 0; }
      @media (min-width: 42em) {
        .mainbody .entry-form form .g-recaptcha {
          float: left;
          margin: 1em 1em 1em 0; } }
    .mainbody .entry-form form .checkbox {
      padding: 0 6% 0 0;
      margin: 2.5% 0;
      display: block; }
      @media (min-width: 42em) {
        .mainbody .entry-form form .checkbox {
          padding: 0.75em 6% 0.75em 0;
          margin: 0.5% 0;
          display: inline; } }
      .mainbody .entry-form form .checkbox input {
        margin: 3px 1.5ex 3px 0;
        padding: 0;
        width: auto; }
      .mainbody .entry-form form .checkbox label {
        color: #fbe771; }
    .mainbody .entry-form form #submitBtn {
      margin-top: .5em;
      cursor: pointer; }
      @media (min-width: 42em) {
        .mainbody .entry-form form #submitBtn {
          margin: 0.5em 2em 2.9em; } }
    .mainbody .entry-form .sharethis {
      margin: 2em 0; }
    .mainbody .entry-form .sharethis .stLarge {
      -webkit-filter: brightness(56%) contrast(650%) grayscale(100%) invert(1);
      filter: brightness(56%) contrast(650%) grayscale(100%) invert(1);
      transition-property: filter, -webkit-filter;
      transition-duration: .25s; }
      .mainbody .entry-form .sharethis .stLarge:hover {
        filter: none !important;
        -webkit-filter: none !important; }
    .mainbody .entry-form .st_linkedin_large .stLarge, .mainbody .entry-form .st_facebook_large .stLarge {
      -webkit-filter: grayscale(1) contrast(4) invert(1);
      filter: grayscale(1) contrast(4) invert(1); }

.landscape {
  width: 100%;
  overflow: hidden;
  z-index: 10; }
  .landscape:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 58em) {
    .landscape {
      bottom: 5.75em;
      position: absolute;
      left: 0; } }
  .landscape .stormtroopers {
    width: 100vw;
    position: relative;
    z-index: -1;
    height: 501px;
    background-image: url("../images/snow-pan-img.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    transition-property: background-position-x;
    transition-duration: 10s; }
    .landscape .stormtroopers img {
      position: absolute;
      bottom: 0;
      transition-property: margin-left;
      transition-duration: 20s;
      left: 50%; }
      .landscape .stormtroopers img.foreground {
        margin-left: -80px; }
      .landscape .stormtroopers img.background {
        margin-left: -900px; }
      .landscape .stormtroopers img.tauntaun {
        opacity: 0;
        margin-left: -200px;
        -webkit-filter: drop-shadow(-3px 8px 27px rgba(0, 0, 0, 0.6)); }
  .landscape .mountains {
    background-position: left top;
    background-repeat: repeat-x;
    bottom: -5.75em;
    transition-duration: 10s;
    transition-property: background-position-x, filter, -webkit-filter;
    height: 467px;
    background-image: url("../images/mountains-pan-img.png");
    position: absolute;
    width: 100%;
    z-index: -100; }
  .landscape.animate .stormtroopers {
    background-position-x: -500px; }
    .landscape.animate .stormtroopers img.foreground {
      margin-left: -2440px; }
    .landscape.animate .stormtroopers img.background {
      margin-left: -1200px; }
    .landscape.animate .stormtroopers img.tauntaun.animate {
      opacity: 1;
      animation-duration: 5s;
      animation-name: popout;
      animation-timing-function: linear;
      transform: rotate(4deg);
      bottom: -1.1em; }
  .landscape.animate .mountains {
    background-position-x: -200px; }

.planetscape {
  width: 100%;
  overflow: hidden;
  padding-top: 20em;
  bottom: 0;
  position: absolute;
  left: 0; }
  .planetscape:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 58em) {
    .planetscape {
      padding-top: 20em;
      bottom: 0;
      position: absolute;
      left: 0; } }
  .planetscape .falcon {
    position: absolute;
    opacity: 0; }
  .planetscape .thats-no-moon img {
    margin: 0 auto;
    display: block; }
  .planetscape.animate .falcon {
    animation-duration: 5s;
    animation-name: flyout;
    animation-timing-function: linear;
    transform: scale(1, 1);
    opacity: 0; }

.iframe-wrapper {
  position: relative;
  height: 70vh;
  width: 100%;
  min-height: 400px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  display: block; }
  @media (min-width: 58em) {
    .iframe-wrapper {
      height: 70vh; } }
  .iframe-wrapper iframe#office-tour {
    height: 100%;
    min-height: 400px;
    width: 100%; }
  .iframe-wrapper iframe#scavenger-hunt {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 400px; }
  .iframe-wrapper .hint {
    color: #D6D6D6;
    background: black;
    box-shadow: 0px 0px 80px #000000;
    font-family: 'Lato', sans-serif;
    padding: 1em;
    height: auto;
    position: absolute;
    border: 2px solid #fbe771;
    border-radius: 8px;
    margin: auto;
    left: 0;
    width: 60%;
    background-color: black;
    right: 0;
    top: 7%;
    font-size: .8em; }
    @media (min-width: 42em) {
      .iframe-wrapper .hint {
        padding: 2em;
        width: 45%;
        font-size: 1em; } }
    .iframe-wrapper .hint h2 {
      color: #fbe771;
      font-size: 1.1em;
      margin-bottom: 1em; }
    .iframe-wrapper .hint p {
      line-height: 1.2em;
      margin-bottom: 1.2em; }
    .iframe-wrapper .hint p:last-of-type {
      margin-top: 2em;
      margin-bottom: 0; }
    .iframe-wrapper .hint a.button {
      font-size: 1em; }
    .iframe-wrapper .hint .hide-hint {
      float: right;
      font-size: 1.75em;
      color: #fbe771; }
      @media (min-width: 42em) {
        .iframe-wrapper .hint .hide-hint {
          margin-top: -20px;
          margin-right: -20px; } }
    .iframe-wrapper .hint .imp-icon {
      width: 22px;
      height: 22px; }

.character-tabs {
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  bottom: 0;
  width: 100%;
  -webkit-perspective: 500px;
  perspective: 500px;
  margin: 0 auto;
  overflow: hidden; }
  .character-tabs:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 64em) {
    .character-tabs {
      height: 3.125em; } }
  .character-tabs .tabs-wrapper {
    max-width: 1196px;
    margin: 0 auto;
    display: table; }
    @media (min-width: 64em) {
      .character-tabs .tabs-wrapper {
        display: block;
        width: auto; } }
  .character-tabs .tab {
    overflow: hidden;
    background-color: black;
    margin: 0 1.2vw;
    display: inline-block;
    border-radius: 8px 8px 0 0;
    position: relative;
    width: 13vw;
    height: 13vw; }
    @media (min-width: 64em) {
      .character-tabs .tab {
        padding-bottom: 0;
        height: 3.125em;
        margin: 0 1%;
        width: 14.398%; } }
    .character-tabs .tab img {
      width: 13vw;
      height: 13vw; }
      @media (min-width: 64em) {
        .character-tabs .tab img {
          height: 100%;
          width: auto; } }
    .character-tabs .tab .text {
      line-height: 1em;
      color: #fbe771;
      display: block;
      margin: 0 -3em;
      padding: .5em 0;
      background: black; }
      @media (min-width: 64em) {
        .character-tabs .tab .text {
          top: 50%;
          transform: translate(0, -50%);
          position: absolute;
          display: inline;
          margin: 0 .75em;
          font-size: .8em; } }
      @media (min-width: 70em) {
        .character-tabs .tab .text {
          font-size: 1em; } }
    .character-tabs .tab.found {
      transform-origin: center bottom;
      transition: transform 0.1s ease-out;
      transform: rotateX(90deg); }

.footer-wrapper {
  background: #1F1F1F;
  width: 100%;
  height: 5.75em;
  z-index: 190;
  position: absolute;
  bottom: 0; }
  .footer-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.footer {
  font-family: 'Lato', sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 2em;
  max-width: 1196px;
  padding: 1em 0;
  width: 100%;
  margin: 0 auto;
  text-align: right; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 42em) {
    .footer {
      font-size: 1em; } }
  .footer a, .footer a:visited {
    color: #fbe771;
    padding: 0 1em;
    text-decoration: none; }
    .footer a#official-rules, .footer a:visited#official-rules {
      border-right: 1px solid #fbe771; }

.official-rules-wrapper {
  height: 80vh;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 200; }
  .official-rules-wrapper.show {
    display: block; }
  .official-rules-wrapper .official-rules-modal {
    color: #D6D6D6;
    background: black;
    box-shadow: 0px 0px 80px #000000;
    font-family: 'Lato', sans-serif;
    padding: 2.5em;
    height: auto;
    position: relative; }
    @media (min-width: 42em) {
      .official-rules-wrapper .official-rules-modal {
        overflow-y: scroll;
        border: 2px solid #fbe771;
        border-radius: 8px;
        overflow-y: scroll;
        max-height: calc(100vh - 22em);
        margin: 7em; } }
    .official-rules-wrapper .official-rules-modal h2 {
      font-size: 1.2em; }
    .official-rules-wrapper .official-rules-modal strong {
      font-weight: 700; }
    .official-rules-wrapper .official-rules-modal p {
      font-weight: 400;
      font-size: 1em;
      margin-bottom: 1em;
      line-height: 1.5em; }
    .official-rules-wrapper .official-rules-modal .close {
      color: #fbe771;
      position: absolute;
      top: 0;
      right: 0;
      margin: .5em;
      cursor: pointer; }
      .official-rules-wrapper .official-rules-modal .close span.fa {
        font-size: 1.8em; }
    .official-rules-wrapper .official-rules-modal .underline {
      text-decoration: underline; }
    .official-rules-wrapper .official-rules-modal a {
      color: #fbe771; }
