/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/leaguegothic-regular-webfont.eot");
  src: url("../fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-regular-webfont.woff2") format("woff2"), url("../fonts/leaguegothic-regular-webfont.woff") format("woff"), url("../fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 500ms ease; }
  .modal-active .modal-container {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1; }

.modal-inner {
  position: relative;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
  padding: 15px 25px;
  border-radius: 5px;
  background: #fcfbf9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .modal-inner h1 {
    margin-top: 0; }
  .modal-inner p {
    margin-bottom: 2em; }
  .modal-inner .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .modal-inner .close:hover svg {
      fill: #ba4226; }
    .modal-inner .close svg {
      width: 20px;
      height: 20px; }

@media screen and (min-width: 679px) {
  .modal-active .modal-container {
    padding: 30px 100px; } }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner {
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 50%;
  box-shadow: rgba(204, 204, 204, 0.5) 1.5em 0 0 0, rgba(204, 204, 204, 0.5) 1.1em 1.1em 0 0, rgba(204, 204, 204, 0.5) 0 1.5em 0 0, rgba(204, 204, 204, 0.5) -1.1em 1.1em 0 0, rgba(204, 204, 204, 0.5) -1.5em 0 0 0, rgba(204, 204, 204, 0.5) -1.1em -1.1em 0 0, rgba(204, 204, 204, 0.5) 0 -1.5em 0 0, rgba(204, 204, 204, 0.5) 1.1em -1.1em 0 0;
  display: block;
  font-size: 5px;
  width: 1em;
  height: 1em;
  overflow: hidden;
  text-indent: 100%; }

.audio-container {
  position: absolute;
  bottom: 8px;
  left: 20px; }

.audio-manager button,
.audio-manager a {
  font-family: 'League Gothic', sans-serif;
  text-transform: uppercase;
  letter-spacing: .075em;
  margin: 0;
  font-size: 1.75em;
  text-decoration: none;
  color: #fcfbf9; }

.audio-manager.loading button:hover {
  -webkit-filter: none;
  filter: none; }

.audio-manager.loading .play .icon {
  display: none; }

.audio-manager.loading .play .spinner {
  display: block; }

.audio-manager.playing .play {
  display: none; }

.audio-manager.playing .stop {
  display: block; }

.audio-manager .circle {
  position: relative;
  vertical-align: middle; }
  .audio-manager .circle .spinner {
    display: none;
    margin: 9px; }

.audio-manager .play .icon {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 14px;
  height: 14px; }

.audio-manager .stop {
  display: none; }
  .audio-manager .stop .icon {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px; }

.audio-manager .download {
  position: absolute;
  top: 0;
  left: 93px;
  width: 130px; }
  .audio-manager .download .icon {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 16px;
    height: 16px; }

.audio-manager .label {
  vertical-align: -3px; }

.site-nav {
  text-align: center; }
  .site-nav > ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0; }
    .site-nav > ul > li {
      display: inline-block;
      margin: 0 0.5em;
      padding: 0;
      letter-spacing: .025em;
      font-family: 'Playball', cursive;
      font-weight: 400;
      font-size: 1.75em; }
      .site-nav > ul > li:first-child {
        margin-left: 0; }
      .site-nav > ul > li:last-child {
        margin-right: 0; }
      .site-nav > ul > li a {
        text-decoration: none;
        color: #332927; }
        .site-nav > ul > li a:hover {
          color: #ba4226; }
      .site-nav > ul > li.trade .letter-spacing {
        letter-spacing: 0; }
      .site-nav > ul > li.faq .letter-spacing {
        letter-spacing: 4px; }

.card-list {
  list-style: none;
  margin: 35px 0 0;
  padding: 0; }
  .card-list:after {
    content: '';
    display: table;
    clear: both; }

.card-list-item {
  float: left;
  width: 100%;
  margin: 0 0 70px; }
  .card-list-item.locked:not(.credits) .header,
  .card-list-item.locked:not(.credits) .footer {
    background: none !important; }
  .card-list-item.unlocked .code-form {
    opacity: 0; }
  .card-list-item.unlocked .image {
    opacity: 1; }
  .card-list-item.credits .code-form {
    opacity: 0; }
  .card-list-item.credits .credits {
    opacity: 1; }
  .card-list-item.credits .image {
    opacity: .15 !important; }
  .card-list-item.footnoted .code-form {
    display: none !important; }
  .card-list-item.footnoted .footnote {
    display: block; }

.card {
  position: relative;
  width: 300px;
  height: 425px;
  margin: 0 auto;
  color: #fcfbf9;
  border-radius: 30px 0 30px 0; }
  .card .header {
    padding: 20px;
    border-radius: 30px 0 0; }
  .card .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 0 0 30px; }
  .card .title {
    font-family: 'League Gothic', sans-serif;
    text-transform: uppercase;
    letter-spacing: .075em;
    margin: 0;
    font-size: 1.75em; }
  .card .image,
  .card .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px 0 30px 0; }
  .card .image {
    background-size: cover;
    opacity: .15;
    transition: opacity 500ms ease; }
  .card .circle {
    display: inline-block;
    width: 24px;
    height: 24px; }
  .card .credits {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    height: 303px;
    padding: 20px;
    opacity: 0;
    overflow: auto;
    transition: opacity 500ms ease;
    font-size: 1.1em; }
  .card .credits-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px; }
    .card .credits-toggle.active .circle {
      background: #ba4226;
      color: #fcfbf9; }
    .card .credits-toggle .circle {
      position: absolute;
      right: 20px;
      top: 13px;
      font-family: 'Playball', cursive;
      font-size: 1.4em;
      text-indent: -3px;
      line-height: 1.2; }
  .card .forum-links {
    font-family: 'League Gothic', sans-serif;
    text-transform: uppercase;
    letter-spacing: .075em;
    position: absolute;
    display: none;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 1.1em; }
    .card .forum-links a {
      text-decoration: none; }
    .card .forum-links .icon {
      display: inline;
      width: 16px;
      height: 16px;
      vertical-align: top;
      margin: 2px 2px 0 0; }
  .card .footnote {
    position: absolute;
    display: none;
    bottom: 18px;
    padding: 0 20px; }

.code-form {
  position: absolute;
  width: 100%;
  padding: 20px;
  transition: opacity 500ms ease; }
  .code-form .code-entry {
    font-family: 'League Gothic', sans-serif;
    text-transform: uppercase;
    letter-spacing: .075em;
    display: inline-block;
    width: 220px;
    height: 40px;
    padding: 2px 10px 0;
    vertical-align: middle;
    font-size: 1.75em;
    border: 0;
    border-radius: 0;
    color: #332927;
    background: #fcfbf9; }
    .code-form .code-entry::-webkit-input-placeholder {
      color: #bfbfbf; }
    .code-form .code-entry:-moz-placeholder {
      color: #bfbfbf; }
    .code-form .code-entry::-moz-placeholder {
      color: #bfbfbf; }
    .code-form .code-entry:-ms-input-placeholder {
      color: #bfbfbf; }
  .code-form .submit {
    display: inline-block;
    float: right;
    vertical-align: middle;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fcfbf9;
    border-right: 0; }
  .code-form .error {
    margin-top: 1em;
    opacity: 0;
    transition: opacity 500ms ease; }
    .code-form .error.show {
      opacity: 1; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  padding: 10px;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 15px;
  color: #332927;
  background: #fcfbf9; }

a,
button {
  transition: -webkit-filter 300ms ease, filter 300ms ease;
  outline: 0;
  color: #ba4226; }
  a:hover,
  button:hover {
    -webkit-filter: brightness(115%) saturate(150%);
    filter: brightness(115%) saturate(150%); }

button {
  padding: 0;
  background: none;
  border: 0; }

.container {
  position: relative; }

.logo {
  margin: 10px 0 -5px;
  padding: 0;
  font-family: 'Playball', cursive;
  font-size: 3.5em;
  text-align: center;
  font-weight: 400; }

.byline {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.1em; }
  .byline .author {
    font-size: 1.25em; }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.circle {
  border-radius: 50%;
  background: #fcfbf9; }

.svg-sprite-container {
  position: absolute;
  left: -10000px; }

.modal-active {
  overflow: hidden; }

.copyright {
  font-size: .9em;
  text-align: center; }

@media screen and (min-width: 679px) {
  .container {
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 680px) and (max-width: 1029px) {
  .container {
    max-width: 700px; }
  .card-list-item {
    width: 50%; } }

@media screen and (min-width: 1030px) and (max-width: 1359px) {
  .container {
    max-width: 1010px; }
  .card-list-item {
    width: 33.33333%; } }

@media screen and (min-width: 1030px) {
  .site-header {
    margin-top: 20px; }
  .logo {
    display: inline;
    padding-left: 25px;
    font-size: 3.75em;
    text-align: left; }
  .byline {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    left: 0;
    top: 31px;
    z-index: -1; }
  .site-nav {
    position: absolute;
    right: 0;
    bottom: 6px;
    padding-right: 20px;
    font-size: 1.27em; } }

@media screen and (min-width: 1360px) {
  .container {
    max-width: 1340px; }
  .card-list-item {
    width: 25%; } }
