/* YZ Settings */
/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #4f4f4f; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

h1, h2, h3, h4 {
  font-weight: normal; }

h1 {
  font-size: 2em;
  font-family: "Chelsea Market", sans-serif;
  color: #4f4f4f;
  font-weight: normal;
  letter-spacing: -0.2em;
  line-height: 1.1;
  position: relative; }

#content {
  -webkit-overflow-scrolling: touch;
  min-width: 1280px; }

.wrapper {
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto;
  position: relative; }

.thumb {
  font-family: "Coustard", "American Typewriter", Georgia, serif;
  font-size: 1.2em;
  border-style: solid;
  color: #fff;
  margin: 0 1.2em 2em;
  padding: 5px 0 0;
  text-align: center;
  position: relative;
  -webkit-transition: 0.1s all ease-out;
  top: 0px;
  border-width: 7px 9px 13px 18px;
  -moz-border-image: url(/img/layout/thumb.png) 7 9 13 18 stretch;
  -webkit-border-image: url(/img/layout/thumb.png) 7 9 13 18 stretch;
  -o-border-image: url(/img/layout/thumb.png) 7 9 13 18 stretch;
  border-image: url(/img/layout/thumb.png) 7 9 13 18 fill stretch;
  width: 254px;
  display: inline-block;
  *zoom: 1;
  *display: inline; }
  .thumb img, .thumb span {
    display: block;
    margin-bottom: .5em; }
  .thumb a {
    color: #6a6a6a;
    text-decoration: none; }
  .thumb:nth-child(3n-3) {
    top: -.6em; }
  .thumb:hover {
    top: -1.2em !important; }

.thumbs {
  text-align: center;
  margin-top: 3em; }

input:-webkit-autofill {
  color: white !important; }

.warning {
  padding: 25px 15px;
  background-color: #ffffaa;
  text-align: center;
  margin-top: 18px; }
  .warning p {
    margin: 0;
    font-size: 1em;
    color: #4f4f4f; }

.panel .bubble {
  display: block;
  position: absolute;
  bottom: -500px;
  left: 80px;
  width: 186px;
  height: 186px;
  background: url(/img/layout/home-bubble.png) no-repeat top left;
  z-index: 10; }
  .panel .bubble .headline {
    font-size: 2.3em;
    font-family: "Chelsea Market", sans-serif;
    color: #333333;
    text-align: center; }

.alignleft {
  float: left;
  margin: 1em 1em 1em 0; }

.alignright {
  float: right;
  margin: 1em 0 1em 1em; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 166px;
  background: transparent url(/img/layout/nav.png) center 0 no-repeat;
  z-index: 9999; }

#logo {
  float: left;
  padding: 10px 0 0 30px; }

#logo img {
  width: 162px;
  height: 136px; }

nav {
  float: right;
  margin-right: 6em;
  line-height: 0; }
  nav.logged-out {
    margin-right: 12em; }
  nav li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 0.5em; }
    nav li.account {
      padding-top: 35px; }
    nav li.logout {
      padding-top: 25px; }
    nav li.sprite {
      margin: 0; }
    nav li a,
    nav li a:link,
    nav li a:hover,
    nav li a:visited,
    nav li a:active {
      text-decoration: none;
      font-family: "Chelsea Market", sans-serif;
      color: #927399;
      position: relative;
      top: 0px; }
    nav li a.account, nav li a.logout {
      -webkit-transition: 0.1s linear all; }
    nav li a.account:hover, nav li a.logout:hover {
      color: #a283a9;
      top: -3px; }

#footer {
  font-family: "Chelsea Market", sans-serif;
  color: #6a6a6a;
  min-height: 360px; }
  #footer .left, #footer .right {
    display: block;
    width: 570px; }
  #footer .left {
    float: left;
    margin-left: 30px; }
    #footer .left h3 {
      font-size: 2.4em;
      color: #26a2b9;
      width: 100%;
      display: block; }
    #footer .left .newsletter {
      display: block;
      margin-top: 70px;
      width: 100%; }
      #footer .left .newsletter input[type="email"] {
        border-style: solid;
        -moz-border-image: url(/img/layout/border-1.png) 12 43 9 27 repeat;
        -webkit-border-image: url(/img/layout/border-1.png) 12 43 9 27 repeat;
        -o-border-image: url(/img/layout/border-1.png) 12 43 9 27 repeat;
        border-image: url(/img/layout/border-1.png) 12 43 9 27 fill repeat;
        padding: 0.2em 0.45em 0.45em 0.45em;
        width: 350px;
        display: block;
        border-width: 13px;
        font-family: "Chelsea Market", sans-serif;
        font-size: 1.2em;
        float: left;
        margin-top: 0.7em; }
      #footer .left .newsletter a {
        float: left; }
  #footer .right {
    float: right;
    margin-right: 30px; }
    #footer .right .nav-menu {
      margin-top: 145px;
      font-size: 0.9em; }
      #footer .right .nav-menu nav {
        line-height: 1em;
        margin-right: 0; }
        #footer .right .nav-menu nav li {
          margin: 0 0.3em; }
        #footer .right .nav-menu nav a,
        #footer .right .nav-menu nav a:link,
        #footer .right .nav-menu nav a:visited,
        #footer .right .nav-menu nav a:active,
        #footer .right .nav-menu nav a:hover {
          -webkit-transition: 0.1s linear all;
          color: #927399;
          font-size: 1.1em;
          position: relative;
          top: 0;
          padding: 0 0.6em; }
        #footer .right .nav-menu nav a:hover {
          top: -3px;
          color: #a283a9; }
    #footer .right a.facebook,
    #footer .right a.facebook:hover,
    #footer .right a.facebook:active,
    #footer .right a.facebook:visited,
    #footer .right a.facebook:link {
      display: block;
      height: 25px;
      width: 175px;
      margin-left: 20px;
      background: url(/img/layout/icon-fb.png) no-repeat top left;
      float: right;
      margin: 20px 20px 0 0;
      text-decoration: none;
      color: #5461ab;
      padding: 0px 0 0 30px; }
    #footer .right a.twitter,
    #footer .right a.twitter:hover,
    #footer .right a.twitter:active,
    #footer .right a.twitter:visited,
    #footer .right a.twitter:link {
      display: block;
      height: 25px;
      width: 175px;
      margin-left: 20px;
      background: url(/img/layout/icon-twitter.png) no-repeat top left;
      float: right;
      margin: 20px 20px 0 0;
      text-decoration: none;
      color: #00b8f1;
      padding: 0px 0 0 30px; }
  #footer .ebooks {
    padding-top: 2em;
    text-align: center; }
    #footer .ebooks span {
      float: none;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      display: inline-block;
      *zoom: 1;
      *display: inline; }
    #footer .ebooks nav {
      float: none;
      display: inline-block;
      *zoom: 1;
      *display: inline;
      margin: 0;
      line-height: inherit; }
      #footer .ebooks nav li {
        margin: 0 0 0 2em; }
  #footer .nav-copyright {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0; }
  #footer .disclaimer {
    clear: both;
    margin: 0px auto;
    border-top: 2px solid #cccccc;
    padding-top: 1em;
    font-size: 0.9em;
    max-width: 1200px; }
  #footer li, #footer p {
    color: #6a6a6a; }
  #footer p {
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    font-size: .9em; }

#page_coming-soon {
  background: #26a2b9 url(/img/textures/question-marks.png) 0 0 repeat;
  height: 100%;
  overflow: auto; }
  #page_coming-soon .paper {
    background: none; }
    #page_coming-soon .paper .paper-inner {
      background: none; }
    #page_coming-soon .paper .paper-bottom {
      background: none; }

#home .buttons {
  display: block;
  width: 80px;
  height: 180px;
  position: fixed;
  left: 10px;
  z-index: 10;
  top: 36%; }
#home .button.down {
  margin-top: 15px; }
#home .panel {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
  #home .panel .close-button {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 1130px;
    top: 180px;
    z-index: 2000; }
  #home .panel iframe.video {
    position: absolute;
    left: 140px;
    top: -750px;
    z-index: 3000;
    box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.25); }
  #home .panel .wrapper {
    display: block;
    margin: 0 auto;
    position: relative;
    height: 100%; }
  #home .panel .bg {
    display: block;
    width: 100%;
    height: auto; }
  #home .panel .theater {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    z-index: 1; }
#home .panel-1 {
  height: 780px;
  background: url(/img/layout/home-bg-1.png) repeat-x bottom #28c5e6; }
  #home .panel-1 aside.welcome {
    position: absolute;
    top: 180px;
    right: 70px;
    width: 450px;
    text-align: center; }
    #home .panel-1 aside.welcome h1 {
      font-size: 3.3em;
      font-family: "Chelsea Market", sans-serif;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0em;
      height: 256px; }
      #home .panel-1 aside.welcome h1 .word1 {
        text-transform: none;
        font-size: 0.9em; }
      #home .panel-1 aside.welcome h1 .word2 {
        position: relative;
        top: -5px;
        left: -10px;
        font-size: 0.65em; }
      #home .panel-1 aside.welcome h1 .word3 {
        position: relative;
        font-size: 1.35em;
        top: -20px; }
      #home .panel-1 aside.welcome h1 .word4 {
        position: relative;
        font-size: 3.1em;
        top: -57px; }
    #home .panel-1 aside.welcome p {
      color: #fff;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      font-size: 2em;
      padding: 0 30px;
      line-height: 0.85em;
      margin-bottom: 0; }
    #home .panel-1 aside.welcome a.learn {
      position: relative; }
  #home .panel-1 .thing-1 {
    position: absolute;
    bottom: 0;
    left: 280px;
    display: block;
    width: 386px;
    height: 646px;
    background: url(/img/layout/home-thing-1.png) no-repeat; }
  #home .panel-1 .bubble .word1 {
    text-transform: uppercase;
    position: relative;
    top: 15px;
    margin-left: 10px;
    margin-right: 20px; }
  #home .panel-1 .bubble .word2 {
    position: relative;
    top: -18px;
    left: 10px;
    font-size: 0.7em; }
  #home .panel-1 .bubble .word3 {
    position: relative;
    top: -8px;
    left: -2px;
    font-size: 1.2em; }
#home .panel-2 {
  height: 780px;
  background: url(/img/layout/home-bg-2.jpg) no-repeat bottom white; }
  #home .panel-2 aside.explanation {
    position: absolute;
    top: 180px;
    left: 110px;
    width: 550px;
    text-align: center; }
    #home .panel-2 aside.explanation h2 {
      font-size: 3em;
      font-family: "Chelsea Market", sans-serif;
      color: #e34133;
      text-transform: uppercase;
      letter-spacing: 0em;
      height: 160px; }
      #home .panel-2 aside.explanation h2 .word1 {
        font-size: 1em;
        position: relative;
        top: -20px; }
      #home .panel-2 aside.explanation h2 .word2 {
        position: relative;
        top: -5px;
        left: -10px;
        font-size: 2em; }
      #home .panel-2 aside.explanation h2 .word3 {
        position: relative;
        text-transform: none;
        font-size: 0.8em;
        top: -66px; }
      #home .panel-2 aside.explanation h2 .word4 {
        position: relative;
        font-size: 0.6em;
        top: -71px;
        left: -10px; }
      #home .panel-2 aside.explanation h2 .word5 {
        position: relative;
        font-size: 0.8em;
        top: -60px;
        left: -20px; }
    #home .panel-2 aside.explanation p {
      color: #4f4f4f;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      font-size: 1.4em;
      padding: 0 60px;
      line-height: 1.3em;
      margin-bottom: 0; }
    #home .panel-2 aside.explanation a.how-it-works {
      position: relative;
      margin: 10px 0 0 130px; }
  #home .panel-2 .bubble {
    left: 150px;
    bottom: -50px;
    background-image: url(/img/layout/home-bubble-2.png); }
    #home .panel-2 .bubble .word1 {
      font-size: 0.5em;
      position: relative;
      top: -7px;
      left: 18px; }
    #home .panel-2 .bubble .word2 {
      position: relative;
      font-size: 0.75em;
      text-transform: uppercase;
      left: 7px; }
  #home .panel-2 .close-button {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 1130px;
    top: 120px;
    z-index: 2; }
  #home .panel-2 iframe.video {
    left: 140px; }
#home .panel-3 {
  height: 780px;
  background: #8ac53f url(/img/textures/question-marks.png) 0 0 repeat; }
  #home .panel-3 aside.cards,
  #home .panel-3 aside.decoder {
    position: absolute;
    top: 140px;
    width: 440px;
    text-align: center;
    opacity: 1;
    scale: 1; }
    #home .panel-3 aside.cards h3,
    #home .panel-3 aside.decoder h3 {
      font-size: 3.3em;
      font-family: "Chelsea Market", sans-serif;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0em;
      height: 135px; }
    #home .panel-3 aside.cards p,
    #home .panel-3 aside.decoder p {
      color: #fff;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      font-size: 1.4em;
      padding: 0 80px;
      line-height: 1.3em;
      margin-bottom: 0; }
    #home .panel-3 aside.cards a.learn,
    #home .panel-3 aside.decoder a.learn {
      position: relative; }
  #home .panel-3 aside.cards {
    left: 70px; }
    #home .panel-3 aside.cards .word1 {
      position: relative;
      top: 0px;
      left: 10px;
      font-size: 1em; }
    #home .panel-3 aside.cards .word2 {
      position: relative;
      top: -6px;
      left: -5px;
      font-size: 0.9em; }
    #home .panel-3 aside.cards .word3 {
      position: relative;
      font-size: 0.8em;
      top: -50px;
      left: 10px; }
    #home .panel-3 aside.cards .word4 {
      position: relative;
      font-size: 1.4em;
      top: -40px; }
    #home .panel-3 aside.cards .product-shot {
      margin-top: 30px; }
  #home .panel-3 aside.decoder {
    right: 40px; }
    #home .panel-3 aside.decoder h3 {
      font-size: 3em;
      height: 140px; }
      #home .panel-3 aside.decoder h3 .word1 {
        position: relative;
        top: 0px;
        left: 36px;
        font-size: 1.3em; }
      #home .panel-3 aside.decoder h3 .word2 {
        position: relative;
        top: -6px;
        left: 22px;
        font-size: 0.9em; }
      #home .panel-3 aside.decoder h3 .word3 {
        position: relative;
        top: -25px;
        font-size: 0.3em;
        left: 2px; }
      #home .panel-3 aside.decoder h3 .word4 {
        position: relative;
        top: -50px;
        font-size: 1.65em;
        left: 10px; }
  #home .panel-3 .thing-2 {
    position: absolute;
    bottom: 0;
    left: 440px;
    display: block;
    width: 431px;
    height: 520px;
    background: url(/img/layout/home-thing-2.png) no-repeat; }
#home .panel-4 {
  height: 780px;
  background: #fca532 url(/img/textures/wood-grain.png) 0 0 repeat; }
  #home .panel-4 .thing-3 {
    position: absolute;
    right: -120px;
    bottom: 0;
    width: 490px;
    height: 715px;
    background: url(/img/layout/home-thing-3.png) no-repeat; }
  #home .panel-4 aside.admission,
  #home .panel-4 aside.help {
    position: absolute;
    text-align: center;
    top: 130px;
    left: 100px;
    width: 375px;
    z-index: 1; }
    #home .panel-4 aside.admission h3,
    #home .panel-4 aside.help h3 {
      font-size: 3.1em;
      font-family: "Chelsea Market", sans-serif;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0em;
      height: 105px;
      line-height: 1em; }
    #home .panel-4 aside.admission p,
    #home .panel-4 aside.help p {
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      color: #fff;
      font-size: 1.2em;
      padding: 0 20px;
      line-height: 1.7em; }
  #home .panel-4 aside.admission h3 {
    margin-top: 20px;
    height: 90px; }
    #home .panel-4 aside.admission h3 .word1 {
      font-size: 1.3; }
    #home .panel-4 aside.admission h3 .word2 {
      font-size: 1.4em;
      position: relative;
      left: -15px; }
    #home .panel-4 aside.admission h3 .word3 {
      font-size: 1.1em;
      position: relative;
      left: -15px; }
  #home .panel-4 aside.help {
    left: 500px; }
    #home .panel-4 aside.help h3 {
      margin-top: 27px; }
      #home .panel-4 aside.help h3 .word1 {
        font-size: 2.2em; }
      #home .panel-4 aside.help h3 .word2 {
        font-size: 1.2em;
        position: relative;
        top: 0px; }
#home .panel-5 {
  height: 780px;
  background: #bd295a; }
  #home .panel-5 aside {
    position: absolute;
    left: 100px;
    top: 230px;
    width: 450px;
    text-align: center;
    z-index: 2;
    opacity: 1; }
    #home .panel-5 aside h3 {
      font-size: 7.05em;
      font-family: "Chelsea Market", sans-serif;
      color: white;
      text-transform: uppercase;
      line-height: 0.72em; }
      #home .panel-5 aside h3 .word2 {
        font-size: 0.9em;
        position: relative; }
    #home .panel-5 aside p {
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      font-size: 1.5em;
      line-height: 1.4em;
      padding: 0 80px;
      margin: 20px 0 0 0;
      color: #fff; }
    #home .panel-5 aside .button {
      margin-top: 10px; }
  #home .panel-5 .library {
    position: absolute;
    right: -700px;
    bottom: 0;
    width: 1480px;
    height: 550px;
    background: url(/img/layout/home-library.png) no-repeat;
    z-index: 1; }

#debug {
  display: none;
  position: fixed;
  z-index: 999999;
  bottom: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

#library {
  background: #199dba url(/img/textures/wood-grain.png) 0 0 repeat;
  padding-bottom: 30px;
  position: relative; }

#library h1 {
  font-size: 4.5em;
  font-family: "Chelsea Market", sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: -.05em;
  text-align: center;
  margin-top: 86px;
  margin-bottom: 0; }
  #library h1 .word1 {
    font-size: 1.5em; }
  #library h1 .word2 {
    font-size: .6em;
    position: relative;
    top: -.4em; }

.bookshelf {
  text-align: center;
  padding: 2em 8em;
  background: url(/img/layout/bookshelf.png) center top no-repeat;
  height: 515px;
  position: relative;
  -webkit-perspective: 1600px; }
  .bookshelf .book {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 8px 35px 16px;
    padding: 0 10px 5px;
    background: url(/img/layout/book-shadow.png) center bottom no-repeat;
    background-size: 168px;
    width: 148px;
    height: 148px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }
    .bookshelf .book.animate {
      -webkit-transform: rotateY(0deg); }
    .bookshelf .book a {
      width: 148px;
      height: 148px;
      display: block;
      position: absolute;
      z-index: 2; }
      .bookshelf .book a img {
        width: 100%;
        height: auto; }
      .bookshelf .book a:after {
        content: "";
        background: url(/img/layout/cover-effect.png) 0 0 no-repeat;
        background-size: 148px;
        position: absolute;
        left: 0;
        top: 0;
        width: 148px;
        height: 148px; }
    .bookshelf .book .new {
      position: absolute;
      right: -20px;
      top: -20px;
      width: 70px;
      height: 70px;
      z-index: 3; }
    .bookshelf .book .coming-soon {
      position: absolute;
      right: -20px;
      top: -20px;
      width: 70px;
      height: 70px;
      z-index: 3; }
  .bookshelf.no-shelf {
    background: none; }
    .bookshelf.no-shelf .book {
      width: 300px;
      height: 300px;
      background-size: 320px; }
      .bookshelf.no-shelf .book a {
        width: 300px;
        height: 300px; }
        .bookshelf.no-shelf .book a:after {
          background-size: 300px;
          width: 300px;
          height: 300px; }
    .bookshelf.no-shelf .new {
      top: -20px;
      width: 110px;
      height: 110px; }
    .bookshelf.no-shelf .coming-soon {
      top: -20px;
      width: 110px;
      height: 110px; }

#library .button {
  position: absolute;
  top: 420px; }

#library .button.left-arrow {
  left: 50px; }

#library .button.right-arrow {
  right: 50px; }

.highlight {
  display: block;
  width: 300px;
  height: 300px;
  background: url(/img/layout/highlight.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 0; }

#book-video {
  background: #463447 url(/img/textures/canvas.png) 0 0 repeat;
  padding: 146px 0 2em 0;
  text-align: center; }

#clue-video {
  background: #412942 url(/img/textures/question-marks.png) 0 0 repeat;
  padding: 146px 0 4em 0;
  text-align: center; }

#clue-video {
  background: #412942 url(/img/textures/question-marks.png) 0 0 repeat;
  padding: 146px 0 4em 0;
  text-align: center; }

#clue-video.word-video {
  background: #26a2b9 url(/img/textures/wood-grain.png) 0 0 repeat; }

#book-clues {
  background: #1a8fa8 url(/img/textures/question-marks.png) 0 0 repeat;
  height: 730px;
  position: relative;
  text-align: center; }
  #book-clues .wrapper {
    height: 100%; }
  #book-clues .decode {
    display: block;
    position: absolute;
    top: 300px;
    left: 800px;
    width: 326px;
    height: 232px;
    background: url(/img/layout/decode-bg.png) no-repeat top left; }
    #book-clues .decode .button {
      margin-top: 240px; }
    #book-clues .decode a.skip,
    #book-clues .decode a.skip:link,
    #book-clues .decode a.skip:visited,
    #book-clues .decode a.skip:active,
    #book-clues .decode a.skip:hover {
      color: #fff;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      position: absolute;
      top: 265px;
      left: 222px;
      font-size: 1.3em; }
  #book-clues .decoder {
    position: absolute;
    left: 150px;
    bottom: 0; }
  #book-clues .text {
    position: absolute;
    top: 90px;
    left: 760px;
    width: 360px;
    padding: 0 0 12px 20px;
    background: url(/img/layout/clue-arrow.png) no-repeat bottom left; }
    #book-clues .text h2 {
      font-size: 3.5em;
      font-family: "Chelsea Market", sans-serif;
      color: white;
      text-transform: uppercase;
      letter-spacing: -.05em;
      text-align: center;
      margin: 0;
      font-size: 3em; }
      #book-clues .text h2 .word1 {
        position: relative;
        top: 10px;
        margin-left: -10px;
        font-size: 1.5em; }
    #book-clues .text p {
      color: #fff;
      font-size: 1.1em;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      font-weight: normal; }
  #book-clues .letter {
    padding: 0em;
    height: 150px;
    display: block;
    float: left;
    margin: 0;
    width: 90px;
    margin: 30px 0 0 5px; }
    #book-clues .letter:first-child {
      margin-left: 25px;
      margin-top: 36px; }
    #book-clues .letter:nth-child(3) {
      margin-top: 34px; }
    #book-clues .letter input {
      border: 0;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      font-size: 3em;
      width: 52px;
      margin: 15px 0 0 0;
      text-align: center;
      text-transform: uppercase;
      padding: 5px 10px 5px 10px;
      background: url(/img/layout/letter-bg.png) no-repeat top left; }

#book-clues .thumb img,
#book-words .thumb img {
  width: 252px;
  height: 143px; }
#book-clues .thumb a,
#book-words .thumb a {
  color: #4f4f4f; }

#book-video iframe,
#book-clues iframe,
#clue-video iframe {
  box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.25); }

#words-callout, #book-words {
  background: #b6cc4b url(/img/textures/wood-grain.png) 0 0 repeat;
  text-align: center;
  padding: 2em 0; }

#words-callout .wrapper {
  position: relative; }
#words-callout .dinos {
  position: absolute;
  left: 165px; }
#words-callout h2 {
  font-size: 2em;
  font-family: "Chelsea Market", sans-serif;
  color: white;
  position: relative;
  font-weight: normal;
  text-transform: capitalize;
  width: 650px;
  margin: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline; }
  #words-callout h2 span {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  #words-callout h2 .word1 {
    left: 4.5em;
    top: -3.5em; }
  #words-callout h2 .word2 {
    font-size: 4.5em;
    text-transform: uppercase;
    left: 0; }
  #words-callout h2 .word3 {
    font-size: 2em;
    text-transform: uppercase;
    top: -1em; }
  #words-callout h2 .word4 {
    font-size: 1.1em;
    margin-left: -7em;
    top: -.5em; }
  #words-callout h2 .word5 {
    font-size: .8em;
    margin-left: -.2em;
    top: -.3em; }
  #words-callout h2 .word6 {
    font-size: 2.2em;
    text-transform: uppercase;
    margin-left: -.1em; }
#words-callout p {
  display: inline-block;
  *zoom: 1;
  *display: inline; }
#words-callout .button.go {
  position: absolute;
  right: 205px;
  top: 65px; }

#words {
  background: #b6cc4b url(/img/textures/wood-grain.png) 0 0 repeat;
  padding-bottom: 30px;
  position: relative; }
  #words h1 {
    font-size: 4.5em;
    font-family: "Chelsea Market", sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: -.05em;
    text-align: center;
    margin-top: 86px;
    margin-bottom: 0; }
    #words h1 .word1 {
      font-size: 2.5em;
      left: 4.5em; }
    #words h1 .word2 {
      font-size: 1em;
      position: relative;
      left: -0.4em;
      top: -1em; }
    #words h1 .word3 {
      font-size: 0.65em;
      position: relative;
      left: 0em;
      top: -0.8em;
      margin-left: -6.25em;
      text-transform: capitalize; }
    #words h1 .word4 {
      font-size: 0.5em;
      position: relative;
      left: -1em;
      top: -0.2em;
      margin-left: -0.5em;
      text-transform: capitalize; }
    #words h1 .word5 {
      font-size: 1em;
      position: relative;
      margin-left: -0.85em; }
  #words h2 {
    width: 500px;
    color: #fff;
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center; }
  #words .thumbs {
    text-align: center;
    margin-top: 3em; }
  #words .thumb {
    position: relative;
    -webkit-transition: 0.1s all ease-out;
    top: 0px; }
    #words .thumb:hover {
      top: -15px; }
    #words .thumb img {
      width: 252px;
      height: 143px; }
    #words .thumb a,
    #words .thumb a:link,
    #words .thumb a:hover,
    #words .thumb a:visited,
    #words .thumb a:active {
      color: #4f4f4f; }

#book-words h2 {
  font-size: 2em;
  font-family: "Chelsea Market", sans-serif;
  color: white;
  position: relative;
  font-weight: normal;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline; }
  #book-words h2 span {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  #book-words h2 .word1 {
    font-size: 4.5em;
    text-transform: uppercase;
    left: 0; }
  #book-words h2 .word2 {
    font-size: 2em;
    text-transform: uppercase;
    top: -1em; }
  #book-words h2 .word3 {
    font-size: 1.1em;
    margin-left: -7em;
    top: -.5em; }
  #book-words h2 .word4 {
    font-size: .8em;
    margin-left: -.2em;
    top: -.3em; }
  #book-words h2 .word5 {
    font-size: 2.2em;
    text-transform: uppercase;
    margin-left: -.1em; }

#partners {
  background: #eddfc5 url(/img/textures/canvas.png) 0 0 repeat;
  padding-bottom: 30px;
  position: relative;
  min-height: 500px; }
  #partners .partners a.partner, #partners .partners a.partner:active, #partners .partners a.partner:hover, #partners .partners a.partner:link, #partners .partners a.partner:visited {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #4f4f4f;
    text-decoration: none;
    vertical-align: top;
    margin: 50px 0 20px 7%;
    width: 24%;
    text-align: center; }
    #partners .partners a.partner .logo, #partners .partners a.partner:active .logo, #partners .partners a.partner:hover .logo, #partners .partners a.partner:link .logo, #partners .partners a.partner:visited .logo {
      background: url(/img/layout/partner-bg.png) no-repeat top left;
      text-align: center;
      width: 255px;
      height: 259px;
      margin: 0 auto; }
      #partners .partners a.partner .logo img, #partners .partners a.partner:active .logo img, #partners .partners a.partner:hover .logo img, #partners .partners a.partner:link .logo img, #partners .partners a.partner:visited .logo img {
        margin-top: 46px; }
      #partners .partners a.partner .logo div, #partners .partners a.partner:active .logo div, #partners .partners a.partner:hover .logo div, #partners .partners a.partner:link .logo div, #partners .partners a.partner:visited .logo div {
        display: block;
        width: 100%;
        height: 90%;
        background-position: center;
        background-repeat: no-repeat; }
    #partners .partners a.partner .content, #partners .partners a.partner:active .content, #partners .partners a.partner:hover .content, #partners .partners a.partner:link .content, #partners .partners a.partner:visited .content {
      margin-top: 10px;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      color: #4f4f4f;
      font-size: 0.9em; }
    #partners .partners a.partner h3, #partners .partners a.partner:active h3, #partners .partners a.partner:hover h3, #partners .partners a.partner:link h3, #partners .partners a.partner:visited h3 {
      font-size: 1.85em;
      font-family: "Chelsea Market", sans-serif;
      color: #927399;
      margin-top: 5px;
      text-transform: uppercase;
      line-height: 1em; }
  #partners h1 {
    font-size: 2em;
    font-family: "Chelsea Market", sans-serif;
    color: #4ab7e2;
    letter-spacing: -.05em;
    text-align: center;
    margin-top: 146px;
    margin-bottom: 0; }
    #partners h1 .word1 {
      font-size: 1.75em;
      position: relative;
      left: 4em;
      top: -2em; }
    #partners h1 .word2 {
      font-size: 4.5em;
      position: relative;
      text-transform: uppercase;
      left: -0.35em; }
  #partners h2 {
    width: 660px;
    color: #4f4f4f;
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center; }
  #partners .page-content {
    color: #4f4f4f;
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    font-size: 1.2em;
    margin: 50px 7%; }

/*
#page_contact {
  .paper {
    background:url(/img/layout/contact-bg.png) no-repeat top left;
    min-height:600px;
    .paper-inner {
      background:none;
      width:50%;
    }
      .paper-bottom { background:none; }

  }
}
*/
#single-page {
  background: #eddfc5 url(/img/textures/canvas.png) 0 0 repeat;
  padding-bottom: 30px;
  position: relative;
  min-height: 500px; }
  #single-page h1 {
    font-size: 5em;
    font-family: "Chelsea Market", sans-serif;
    color: #4ab7e2;
    letter-spacing: -.05em;
    text-align: center;
    margin-top: 146px;
    margin-bottom: 0; }
  #single-page h2 {
    width: 660px;
    color: #4f4f4f;
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center; }
  #single-page .page-content {
    color: #4f4f4f;
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    font-size: 1.2em;
    margin: 50px 7%; }

.paper-page {
  background: #ad4e2c url(/img/textures/grain.png) 0 0 repeat;
  font-family: "Coustard", "American Typewriter", Georgia, serif;
  font-size: 1.1em; }
  .paper-page h1 {
    font-size: 3em;
    font-family: "Chelsea Market", sans-serif;
    color: #4ab7e2;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .paper-page h2 {
    font-size: 1.3em;
    margin-bototm: 10px; }
  .paper-page a, .paper-page a:link, .paper-page a:hover, .paper-page a:active, .paper-page a:visited {
    font-size: 1em;
    color: #927399; }
  .paper-page .page-content ul {
    list-style: none;
    margin: 0; }
  .paper-page .paper {
    width: 900px;
    background: url(/img/layout/bg-paper-top.png) no-repeat 10px 0px;
    margin: 170px auto; }
    .paper-page .paper .paper-inner {
      background: url(/img/layout/bg-paper.png) repeat-y top left;
      margin-top: 7px;
      padding: 60px 70px; }
    .paper-page .paper .paper-bottom {
      background: url(/img/layout/bg-paper-bottom.png) no-repeat top left;
      display: block;
      width: 900px;
      height: 20px; }

/**************************************************************************************
 * Global Paid Membership Pro Customization
 **************************************************************************************/
.pmpro_box {
  border: 0 !important; }

.pmpro_hidden {
  display: none; }

form.pmpro_form label,
#billing form label {
  font-weight: normal;
  width: 170px;
  padding-top: 0.5em;
  display: inline-block;
  *zoom: 1;
  *display: inline; }

form.pmpro_form .pmpro_checkout {
  margin-top: 20px; }

form.pmpro_form .pmpro_checkout td > div {
  margin-top: 10px; }

/*************************************************************************************
 * Global Account Page Settings (Checkout, Billing, Levels, Confirmation, Account Settings)
 *************************************************************************************/
#confirmation, #checkout, #levels, #billing {
  background: #bbdde0 url(/img/textures/grain.png) 0 0 repeat; }

#confirmation .pmpro_invoice {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #ececec;
  font-size: 1em; }
#confirmation .page-content ul {
  margin-top: 20px; }
#confirmation .page-content h3 {
  font-size: 1.2em;
  font-weight: bold; }
#confirmation .page-content p {
  font-size: 0.95em;
  line-height: 1.2em; }
#confirmation .invoice {
  background: #ececec;
  padding: 10px 20px;
  margin-top: 50px; }
  #confirmation .invoice h4 {
    float: left; }
  #confirmation .invoice a {
    float: right; }
#confirmation table th {
  font-family: "Chelsea Market", sans-serif;
  color: #26a2b9; }

#account .pmpro_box {
  float: left;
  width: 350px;
  margin-right: 20px;
  margin-top: 25px; }
#account small {
  font-size: 1em; }
#account a, #account a:link, #account a:hover, #account a:active, #account a:visited {
  font-size: 1em; }
#account .pmpro_a-right {
  display: none; }

#checkout, #billing {
  font-weight: normal; }
  #checkout p, #billing p {
    font-size: 0.75em;
    color: #aaa; }
  #checkout #same_as_billing,
  #checkout #same_as_billing:link,
  #checkout #same_as_billing:active,
  #checkout #same_as_billing:hover,
  #checkout #same_as_billing:visited, #billing #same_as_billing,
  #billing #same_as_billing:link,
  #billing #same_as_billing:active,
  #billing #same_as_billing:hover,
  #billing #same_as_billing:visited {
    font-weight: normal; }
  #checkout .page-header, #billing .page-header {
    text-align: center;
    min-height: 300px; }
    #checkout .page-header h1, #billing .page-header h1 {
      font-size: 4.5em;
      font-family: "Chelsea Market", sans-serif;
      color: #f47321; }
      #checkout .page-header h1 .word1, #billing .page-header h1 .word1 {
        position: relative;
        left: 10px; }
      #checkout .page-header h1 .word2, #billing .page-header h1 .word2 {
        position: relative;
        font-size: 0.7em;
        text-transform: lowercase; }
      #checkout .page-header h1 .word3, #billing .page-header h1 .word3 {
        position: relative;
        left: -10px; }
    #checkout .page-header h2, #billing .page-header h2 {
      width: 345px;
      font-size: 1.2em;
      position: relative;
      margin: 0 auto; }
      #checkout .page-header h2 strong, #billing .page-header h2 strong {
        color: #f47321; }
    #checkout .page-header aside, #billing .page-header aside {
      position: absolute;
      right: 260px; }
    #checkout .page-header .products, #billing .page-header .products {
      position: absolute;
      top: 90px;
      width: 390px;
      left: 225px; }
  #checkout form.pmpro_form, #billing form.pmpro_form {
    font-size: 0.9em; }
    #checkout form.pmpro_form .info, #billing form.pmpro_form .info {
      display: inline-block;
      width: 272px;
      font-size: 0.75em;
      margin: 0 0 0 12px;
      padding: 0;
      vertical-align: middle; }
    #checkout form.pmpro_form .pmpro_asterisk, #billing form.pmpro_form .pmpro_asterisk {
      display: none; }
    #checkout form.pmpro_form #pmpro_pricing_fields, #billing form.pmpro_form #pmpro_pricing_fields {
      display: none; }
    #checkout form.pmpro_form table thead th.title, #billing form.pmpro_form table thead th.title {
      font-size: 1.5em;
      font-family: "Chelsea Market", sans-serif;
      color: #4ab7e2;
      text-transform: uppercase; }
      #checkout form.pmpro_form table thead th.title .pmpro_thead-msg, #billing form.pmpro_form table thead th.title .pmpro_thead-msg {
        display: none; }
  #checkout table thead th.description, #billing table thead th.description {
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    font-weight: normal;
    font-size: 1em;
    color: #acacac; }
  #checkout .newsletter_signup, #billing .newsletter_signup {
    margin-left: 170px; }
    #checkout .newsletter_signup label, #billing .newsletter_signup label {
      margin-left: 10px;
      width: 300px;
      font-size: 0.8em; }
    #checkout .newsletter_signup input, #billing .newsletter_signup input {
      vertical-align: top;
      margin-top: 7px; }
  #checkout input[type="text"],
  #checkout input[type="email"],
  #checkout input[type="password"], #billing input[type="text"],
  #billing input[type="email"],
  #billing input[type="password"] {
    border-style: solid;
    -moz-border-image: url(/img/layout/border-1.png) 12 43 9 27 repeat;
    -webkit-border-image: url(/img/layout/border-1.png) 12 43 9 27 repeat;
    -o-border-image: url(/img/layout/border-1.png) 12 43 9 27 repeat;
    border-image: url(/img/layout/border-1.png) 12 43 9 27 fill repeat;
    padding: 0.2em;
    color: #666;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border-width: 13px;
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    font-size: 0.9em;
    margin-top: 0;
    vertical-align: top; }
  #checkout input.invalid, #billing input.invalid {
    border: 2px solid red;
    padding: 0.7em 1em; }
  #checkout select.invalid, #billing select.invalid {
    border: 2px solid red; }
  #checkout a, #checkout a:link, #checkout a:visited, #checkout a:hover, #checkout a:active, #billing a, #billing a:link, #billing a:visited, #billing a:hover, #billing a:active {
    color: #927399;
    font-size: 1em; }
  #checkout input[type="submit"], #billing input[type="submit"] {
    display: none; }

#billing #adduser {
  margin-top: 25px; }
#billing .page-header {
  text-align: left;
  min-height: auto; }
  #billing .page-header aside {
    right: auto;
    position: relative; }
  #billing .page-header h1 {
    font-size: 2.5em;
    font-family: "Chelsea Market", sans-serif;
    color: #4ab7e2;
    text-transform: uppercase; }
    #billing .page-header h1 .word1 {
      font-size: 1em;
      text-transform: uppercase;
      left: auto; }
    #billing .page-header h1 .word2 {
      font-size: 1em;
      text-transform: uppercase;
      left: auto; }
    #billing .page-header h1 .word3 {
      font-size: 1em;
      text-transform: uppercase;
      left: auto; }
    #billing .page-header h1 .word4 {
      font-size: 1em;
      text-transform: uppercase;
      left: auto; }
    #billing .page-header h1 .word5 {
      font-size: 1em;
      text-transform: uppercase;
      left: auto; }

#checkout .membership-level:link,
#checkout .membership-level:active,
#checkout .membership-level:hover,
#checkout .membership-level:visited,
#checkout .membership-level, #levels .membership-level:link,
#levels .membership-level:active,
#levels .membership-level:hover,
#levels .membership-level:visited,
#levels .membership-level {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: #4f4f4f;
  border-bottom: 2px solid #ececec;
  background: url(/img/layout/radio.png) no-repeat 20px 14px;
  -webkit-transition: 0.2s background-color linear; }
  #checkout .membership-level:link .title,
  #checkout .membership-level:active .title,
  #checkout .membership-level:hover .title,
  #checkout .membership-level:visited .title,
  #checkout .membership-level .title, #levels .membership-level:link .title,
  #levels .membership-level:active .title,
  #levels .membership-level:hover .title,
  #levels .membership-level:visited .title,
  #levels .membership-level .title {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 150px;
    margin-left: 75px; }
  #checkout .membership-level:link .summation,
  #checkout .membership-level:active .summation,
  #checkout .membership-level:hover .summation,
  #checkout .membership-level:visited .summation,
  #checkout .membership-level .summation, #levels .membership-level:link .summation,
  #levels .membership-level:active .summation,
  #levels .membership-level:hover .summation,
  #levels .membership-level:visited .summation,
  #levels .membership-level .summation {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 220px;
    margin-left: 15px; }
  #checkout .membership-level:link .savings,
  #checkout .membership-level:active .savings,
  #checkout .membership-level:hover .savings,
  #checkout .membership-level:visited .savings,
  #checkout .membership-level .savings, #levels .membership-level:link .savings,
  #levels .membership-level:active .savings,
  #levels .membership-level:hover .savings,
  #levels .membership-level:visited .savings,
  #levels .membership-level .savings {
    color: #f47321; }
#checkout .membership-level.active-level, #levels .membership-level.active-level {
  background-position: 20px -211px;
  background-color: #eee; }

#levels tfoot {
  display: none; }
#levels thead {
  display: none; }
#levels td {
  border-top: 2px solid #cccccc;
  padding: 10px 0;
  font-size: .9em;
  vertical-align: middle; }

.pmpro_box h3 {
  font-size: 1.5em;
  font-family: "Chelsea Market", sans-serif;
  color: #4ab7e2;
  text-transform: uppercase; }

.pmpro_error {
  padding: 25px 15px;
  background-color: #ffaaaa;
  text-align: center;
  margin-top: 18px; }

#clue-video.word-video {
  background: #26a2b9 url(/img/textures/wood-grain.png) 0 0 repeat; }

#wrong {
  position: absolute;
  top: 500px;
  left: 0;
  display: none; }

#decode {
  background: #8ac53f url(/img/textures/question-marks.png) 0 0 repeat;
  padding-bottom: 4em;
  position: relative;
  text-align: center; }
  #decode #wrong {
    top: 500px;
    left: -40px; }
  #decode h1 {
    font-size: 4.5em;
    font-family: "Chelsea Market", sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: -.05em;
    text-align: center;
    margin-top: 106px;
    margin-bottom: 0; }
    #decode h1 .word1 {
      font-size: 1.8em; }
    #decode h1 .word2 {
      font-size: 1.2em;
      position: relative;
      top: -.3em;
      left: -0.1em; }
  #decode p {
    color: #fff;
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    font-size: 1.7em;
    margin: 0 0 0.75em 0; }
  #decode .decode {
    display: block;
    width: 1000px;
    height: 608px;
    background: url(/img/layout/safe.png) no-repeat center;
    margin: 0 auto; }
    #decode .decode .decode-letters {
      position: absolute;
      left: 700px;
      top: 420px; }
    #decode .decode .button {
      margin: 100px 0 0 25px; }
    #decode .decode a.skip,
    #decode .decode a.skip:link,
    #decode .decode a.skip:visited,
    #decode .decode a.skip:active,
    #decode .decode a.skip:hover {
      color: #fff;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      position: absolute;
      top: 265px;
      left: 222px;
      font-size: 1.3em; }
  #decode .letter {
    padding: 0;
    height: 105px;
    display: block;
    float: left;
    margin: 0;
    width: 78px; }
    #decode .letter input {
      border: 0;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      font-size: 3em;
      width: 52px;
      margin: 15px 0 0 0;
      text-align: center;
      text-transform: uppercase;
      padding: 5px 10px 5px 10px;
      background: url(/img/layout/letter-bg.png) no-repeat top left; }

#book-clues .thumb img,
#book-words .thumb img {
  width: 252px;
  height: 143px; }
#book-clues .thumb a,
#book-words .thumb a {
  color: #4f4f4f; }

#book-video iframe,
#book-clues iframe,
#clue-video iframe {
  box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.25); }

#four-oh-four {
  background: #b3602c url(/img/textures/wood-grain.png) 0 0 repeat;
  height: 730px;
  min-width: 1280px; }
  #four-oh-four .page-content h1 {
    position: absolute;
    top: 200px;
    left: 150px;
    font-size: 3em;
    font-family: "Chelsea Market", sans-serif;
    color: #fdda24;
    letter-spacing: -0.1em;
    text-transform: uppercase;
    text-align: center;
    width: 1020px; }
    #four-oh-four .page-content h1 .word1 {
      font-size: 1.4em;
      position: relative;
      top: -10px;
      left: 100px; }
    #four-oh-four .page-content h1 .word2 {
      font-size: 1.7em;
      position: relative;
      top: -17px;
      left: 90px; }
    #four-oh-four .page-content h1 .word3 {
      position: relative;
      left: -180px;
      top: 40px; }
    #four-oh-four .page-content h1 .word4 {
      font-size: 1.25em;
      position: relative;
      left: -180px;
      top: 46px; }
    #four-oh-four .page-content h1 .word5 {
      position: relative;
      left: -180px;
      top: 38px; }
    #four-oh-four .page-content h1 .word6 {
      font-size: 4.5em; }
  #four-oh-four .page-content .thing {
    position: absolute;
    top: 310px;
    left: 770px;
    z-index: 2; }
  #four-oh-four .page-content p {
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    color: #fdda24;
    font-size: 1.5em;
    position: absolute;
    top: 546px;
    width: 350px;
    text-align: center;
    left: 422px; }
    #four-oh-four .page-content p a, #four-oh-four .page-content p a:link, #four-oh-four .page-content p a:visited, #four-oh-four .page-content p a:hover {
      color: #fff; }

#login, #reset {
  background: #cd7173 url(/img/textures/grain.png) 0 0 repeat;
  text-align: center;
  padding: 2em 0; }
  #login .modal, #reset .modal {
    background: url(/img/layout/login-modal-bg.png) no-repeat top left;
    width: 816px;
    height: 440px;
    margin: 10em auto 5em auto;
    padding: 10px 0px;
    text-align: right;
    position: relative; }
    #login .modal h1, #reset .modal h1 {
      font-size: 3.5em;
      font-family: "Chelsea Market", sans-serif;
      color: white;
      text-transform: uppercase;
      letter-spacing: -.05em;
      text-align: center;
      margin: 40px 0 0 0;
      color: #7e5555; }
      #login .modal h1 .word1, #reset .modal h1 .word1 {
        font-size: 1.1em; }
      #login .modal h1 .word2, #reset .modal h1 .word2 {
        font-size: .6em;
        position: relative;
        text-transform: lowercase; }
      #login .modal h1 .word3, #reset .modal h1 .word3 {
        font-size: .6em;
        position: relative;
        text-transform: lowercase; }
      #login .modal h1 .word4, #reset .modal h1 .word4 {
        font-size: 1.1em;
        position: relative; }
    #login .modal .icon, #reset .modal .icon {
      position: absolute;
      left: 468px;
      top: 153px;
      display: block;
      width: 24px;
      height: 24px;
      background: url(/img/layout/icon-smiley.png) no-repeat;
      z-index: 2; }
    #login .modal .icon.lock, #reset .modal .icon.lock {
      top: 226px;
      width: 24px;
      height: 26px;
      background-image: url(/img/layout/icon-lock.png); }
    #login .modal .forgot, #reset .modal .forgot {
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      font-size: 0.9em;
      position: absolute;
      bottom: 25px;
      right: 35px; }
      #login .modal .forgot a, #reset .modal .forgot a {
        text-decoration: none;
        color: #927399; }
        #login .modal .forgot a:hover, #reset .modal .forgot a:hover {
          color: #927399; }
        #login .modal .forgot a:visited, #reset .modal .forgot a:visited {
          color: #927399; }
        #login .modal .forgot a:active, #reset .modal .forgot a:active {
          color: #927399; }
    #login .modal form, #reset .modal form {
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      margin: 20px 0 0 325px;
      text-align: left;
      width: 500px; }
      #login .modal form input[type="submit"], #reset .modal form input[type="submit"] {
        visibility: hidden;
        height: 0px;
        border: none;
        background: none; }
      #login .modal form input[type="text"],
      #login .modal form input[type="password"], #reset .modal form input[type="text"],
      #reset .modal form input[type="password"] {
        border-style: solid;
        -moz-border-image: url(/img/layout/border-1.png) 12 43 9 27 repeat;
        -webkit-border-image: url(/img/layout/border-1.png) 12 43 9 27 repeat;
        -o-border-image: url(/img/layout/border-1.png) 12 43 9 27 repeat;
        border-image: url(/img/layout/border-1.png) 12 43 9 27 fill repeat;
        padding: 0.2em 0.45em 0.45em 1.65em;
        width: 250px;
        display: block;
        border-width: 13px;
        font-family: "Chelsea Market", sans-serif;
        font-size: 1.2em;
        position: relative;
        z-index: 1;
        position: absolute;
        top: 0px;
        left: 130px; }
      #login .modal form p, #reset .modal form p {
        position: relative; }
      #login .modal form .login-remember, #reset .modal form .login-remember {
        display: none; }
      #login .modal form label, #reset .modal form label {
        display: block;
        font-size: 1.2em;
        width: 100px;
        padding: 0.8em 1.45em 0.45em 0.45em; }
    #login .modal .button-sprite-wrapper, #reset .modal .button-sprite-wrapper {
      position: absolute;
      bottom: 180px;
      right: 370px; }

#reset .wrapper {
  top: 100px;
  font-weight: bold; }
  #reset .wrapper .message {
    background-color: #FFCC83;
    width: 60%;
    margin: 0 auto;
    padding: 15px 5px; }
#reset .modal h1 {
  font-size: 3.5em;
  font-family: "Chelsea Market", sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: -.05em;
  text-align: center;
  margin: 40px 0 0 25px;
  color: #7e5555; }
  #reset .modal h1 .word1 {
    font-size: 1.1em; }
  #reset .modal h1 .word2 {
    font-size: .6em;
    position: relative;
    text-transform: lowercase; }
  #reset .modal h1 .word4 {
    font-size: .6em;
    position: relative;
    text-transform: lowercase; }
  #reset .modal h1 .word3 {
    font-size: 1.1em;
    position: relative;
    text-transform: uppercase; }
#reset .modal form {
  margin-left: 220px;
  width: 710px; }
  #reset .modal form p {
    margin-top: 40px; }
    #reset .modal form p label {
      padding-top: 0.6em;
      padding-right: 0;
      width: 220px; }

#reset #user_login {
  left: 240px; }
#reset .modal .icon.smiley {
  left: 474px;
  top: 174px; }

.panel-join {
  overflow: hidden;
  position: relative;
  height: 860px;
  background: #1899b5 url(/img/textures/grain.png) 0 0 repeat; }
  .panel-join .wrapper {
    height: 100%; }
  .panel-join iframe.video {
    position: absolute;
    left: 190px;
    top: -700px;
    z-index: 3;
    box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.25); }
  .panel-join .button.sprite.close-button {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 1100px;
    top: 200px;
    z-index: 2; }
  .panel-join h3 {
    font-size: 7em;
    font-family: "Chelsea Market", sans-serif;
    color: white;
    position: absolute;
    top: 140px;
    left: 0%;
    width: 100%;
    text-align: center; }
    .panel-join h3 .word1 {
      text-transform: uppercase; }
    .panel-join h3 .word2 {
      font-size: 0.75em;
      position: relative;
      left: -30px;
      top: -7px; }
  .panel-join .bubble {
    display: block;
    position: absolute;
    top: 157px;
    left: auto;
    right: 170px;
    width: 186px;
    height: 186px;
    background: url(/img/layout/join-bubble.png) no-repeat top left;
    z-index: 10; }
    .panel-join .bubble .headline {
      font-size: 1.4em;
      font-family: "Chelsea Market", sans-serif;
      color: #333333;
      padding-top: 10px;
      text-align: center;
      text-transform: uppercase;
      width: 144px;
      line-height: 1em; }
      .panel-join .bubble .headline .word1 {
        font-size: 0.9em; }
      .panel-join .bubble .headline .word2 {
        font-size: 0.6em;
        position: relative;
        top: -3px;
        left: -3px; }
      .panel-join .bubble .headline .word3 {
        font-size: 1.3em;
        position: relative;
        top: -3px; }
      .panel-join .bubble .headline .word4 {
        font-size: 1.6em; }
  .panel-join aside {
    position: absolute;
    top: 290px;
    left: 645px;
    width: 520px; }
    .panel-join aside h4 {
      font-size: 2em;
      font-family: "Chelsea Market", sans-serif;
      color: white; }
    .panel-join aside ul {
      color: #fff;
      font-family: "Coustard", "American Typewriter", Georgia, serif;
      font-size: 1.15em;
      padding: 0;
      margin: 0 0 0 15px; }
      .panel-join aside ul li {
        padding: 0;
        margin: 18px 0 0 0;
        font-size: 1em;
        line-height: 1.2em; }
        .panel-join aside ul li:nth-child(2) {
          margin-left: 10px; }
        .panel-join aside ul li:nth-child(3) {
          margin-left: 18px; }
        .panel-join aside ul li:nth-child(4) {
          margin-left: 24px; }
        .panel-join aside ul li:nth-child(5) {
          margin-left: 15px; }
        .panel-join aside ul li:nth-child(6) {
          margin-left: 8px; }
        .panel-join aside ul li:nth-child(7) {
          margin-left: 14px; }
        .panel-join aside ul li:nth-child(8) {
          margin-left: 12px; }
    .panel-join aside .button {
      margin-top: 30px; }
  .panel-join aside.products {
    left: 100px; }
    .panel-join aside.products .button {
      margin-left: 130px; }
  .panel-join .theater {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    z-index: 0; }

.panel-sneak {
  position: relative;
  height: 94px;
  background: #f7ea42 url(/img/textures/grain.png) 0 0 repeat; }
  .panel-sneak img {
    position: absolute;
    left: 460px; }
  .panel-sneak .content {
    width: 300px;
    position: absolute;
    left: 700px; }
  .panel-sneak h4 {
    font-size: 3.3em;
    font-family: "Chelsea Market", sans-serif;
    color: #8c4401;
    position: absolute;
    left: 300px;
    text-transform: uppercase; }
    .panel-sneak h4 .word1 {
      position: relative;
      top: 10px; }
    .panel-sneak h4 .word2 {
      position: relative;
      left: 60px;
      font-size: 0.9em;
      top: 15px; }
  .panel-sneak p {
    font-family: "Coustard", "American Typewriter", Georgia, serif;
    float: left;
    width: 200px;
    font-size: 1.35em;
    line-height: 1.1em;
    margin-top: 25px; }
  .panel-sneak .button {
    position: absolute;
    right: 0px;
    top: 18px; }

.button-sprite-wrapper {
  position: relative; }

.button-sprite-wrapper .button.sprite {
  position: absolute; }

.button.sprite,
.menu .sprite a {
  background: url(/img/layout/buttons.png) no-repeat top left;
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.button.sprite.left-arrow,
.button.sprite.right-arrow {
  width: 80px;
  height: 75px; }

.button.sprite.left-arrow {
  background-position: -385px -125px; }
  .button.sprite.left-arrow:hover {
    background-position: -985px -125px; }
  .button.sprite.left-arrow:active {
    background-position: -1585px -125px; }

.button.sprite.right-arrow {
  background-position: -490px -125px; }
  .button.sprite.right-arrow:hover {
    background-position: -1090px -125px; }
  .button.sprite.right-arrow:active {
    background-position: -1690px -125px; }

.button.sprite.go {
  width: 140px;
  height: 100px;
  background-position: -437px -18px; }
  .button.sprite.go:hover {
    background-position: -1037px -18px; }
  .button.sprite.go:active {
    background-position: -1637px -18px; }

.button.sprite.send {
  width: 135px;
  height: 83px;
  background-position: -287px -22px; }
  .button.sprite.send:hover {
    background-position: -887px -22px; }
  .button.sprite.send:active {
    background-position: -1487px -22px; }

.menu .sprite a {
  width: 118px;
  height: 70px; }

.menu .sprite.books a {
  background-position: -30px -35px; }
  .menu .sprite.books a:hover {
    background-position: -630px -35px; }
  .menu .sprite.books a:active {
    background-position: -1230px -35px; }

.menu .sprite.words a {
  background-position: -160px -37px; }
  .menu .sprite.words a:hover {
    background-position: -760px -37px; }
  .menu .sprite.words a:active {
    background-position: -1360px -37px; }

.menu .sprite.join a {
  background-position: -30px -378px; }
  .menu .sprite.join a:hover {
    background-position: -630px -378px; }
  .menu .sprite.join a:active {
    background-position: -1230px -378px; }

.menu .sprite.login a {
  background-position: -160px -378px; }
  .menu .sprite.login a:hover {
    background-position: -760px -378px; }
  .menu .sprite.login a:active {
    background-position: -1360px -378px; }

.button.sprite.see-more {
  width: 245px;
  height: 90px;
  background-position: -287px -366px; }
  .button.sprite.see-more:hover {
    background-position: -887px -366px; }
  .button.sprite.see-more:active {
    background-position: -1487px -366px; }

.button.sprite.form-login {
  width: 174px;
  height: 90px;
  background-position: -277px -466px; }
  .button.sprite.form-login:hover {
    background-position: -877px -466px; }
  .button.sprite.form-login:active {
    background-position: -1477px -466px; }

.button.sprite.learn {
  width: 350px;
  height: 150px;
  background-position: -10px -107px; }
  .button.sprite.learn:hover {
    background-position: -610px -107px; }
  .button.sprite.learn:active {
    background-position: -1210px -107px; }

.button.sprite.go-arrow {
  width: 72px;
  height: 64px;
  background-position: -25px -475px; }
  .button.sprite.go-arrow:hover {
    background-position: -625px -475px; }
  .button.sprite.go-arrow:active {
    background-position: -1225px -475px; }

.button.sprite.try-it-free {
  width: 255px;
  height: 90px;
  background-position: -18px -270px; }
  .button.sprite.try-it-free:hover {
    background-position: -618px -270px; }
  .button.sprite.try-it-free:active {
    background-position: -1218px -270px; }

.button.sprite.signup {
  display: block;
  width: 310px;
  height: 87px;
  background-position: -267px -273px; }
  .button.sprite.signup:hover {
    background-position: -867px -273px; }
  .button.sprite.signup:active {
    background-position: -1467px -273px; }

.button.sprite.how-it-works {
  display: block;
  width: 302px;
  height: 140px;
  background-position: -15px -583px; }
  .button.sprite.how-it-works:hover {
    background-position: -615px -583px; }
  .button.sprite.how-it-works:active {
    background-position: -1215px -583px; }

.button.sprite.close-button {
  display: block;
  width: 75px;
  height: 70px;
  background-position: -102px -475px; }
  .button.sprite.close-button:hover {
    background-position: -702px -475px; }
  .button.sprite.close-button:active {
    background-position: -1302px -475px; }

.button.sprite.up,
.button.sprite.down {
  display: block;
  width: 75px;
  height: 70px;
  background-position: -378px -200px; }
  .button.sprite.up:hover,
  .button.sprite.down:hover {
    background-position: -978px -200px; }
  .button.sprite.up:active,
  .button.sprite.down:active {
    background-position: -1578px -200px; }

.button.sprite.up {
  background-position: -481px -200px; }
  .button.sprite.up:hover {
    background-position: -1081px -200px; }
  .button.sprite.up:active {
    background-position: -1681px -200px; }

.button.sprite.finish-and-pay {
  display: block;
  width: 300px;
  height: 88px;
  background-position: -23px -742px; }
  .button.sprite.finish-and-pay:hover {
    background-position: -623px -742px; }
  .button.sprite.finish-and-pay:active {
    background-position: -1223px -742px; }

.button.sprite.why-join {
  display: block;
  width: 342px;
  height: 112px;
  background-position: -21px -848px; }
  .button.sprite.why-join:hover {
    background-position: -621px -848px; }
  .button.sprite.why-join:active {
    background-position: -1221px -848px; }

.button.sprite.view-digital-books {
  display: block;
  width: 415px;
  height: 92px;
  background-position: -19px -977px; }
  .button.sprite.view-digital-books:hover {
    background-position: -619px -977px; }
  .button.sprite.view-digital-books:active {
    background-position: -1219px -977px; }

.button.sprite.submit {
  display: block;
  width: 224px;
  height: 92px;
  background-position: -346px -576px; }
  .button.sprite.submit:hover {
    background-position: -946px -576px; }
  .button.sprite.submit:active {
    background-position: -1546px -576px; }

.button.sprite.solve {
  display: block;
  width: 214px;
  height: 92px;
  background-position: -346px -736px; }
  .button.sprite.solve:hover {
    background-position: -946px -736px; }
  .button.sprite.solve:active {
    background-position: -1546px -736px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media print {
  #header {
    background: none; }
    #header .menu {
      display: none; }

  #footer {
    display: none; } }
