@charset "UTF-8";
/*--------------------------------------------------
Mixins
--------------------------------------------------*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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, h2 {
  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: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.75em;
}

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 {
  -moz-box-sizing: content-box;
  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
 *    (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 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;
}

/*--------------------------------------------------
Spinner
--------------------------------------------------*/

/**
 * Featherlight Loader
 *
 * Copyright 2015, WP Site Care http://www.wpsitecare.com
 * MIT Licensed.
 */
@-webkit-keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.featherlight-loading .featherlight-content {
  -webkit-animation: featherlightLoader 1s infinite linear;
          animation: featherlightLoader 1s infinite linear;
  background: transparent;
  border: 8px solid #8f8f8f;
  border-left-color: #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  min-width: 0;
}

.featherlight-loading .featherlight-content > * {
  display: none !important;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}

/*--------------------------------------------------
Utility styles
--------------------------------------------------*/
.group:before, .container:before, .group:after, .container:after {
  content: " ";
  display: table;
}
.group:after, .container:after {
  clear: both;
}

.hide {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.gap--1 {
  height: 1rem;
}

.gap--2 {
  height: 2rem;
}

.gap--3 {
  height: 3rem;
}

.gap--4 {
  height: 4rem;
}

.gap--5 {
  height: 5rem;
}

.gap--6 {
  height: 6rem;
}

.gap--7 {
  height: 7rem;
}

.gap--8 {
  height: 8rem;
}

.gap--9 {
  height: 9rem;
}

.gap--10 {
  height: 10rem;
}

[class*="gap--"] {
  clear: both;
  display: block;
  overflow: hidden;
}

html,
body {
  font-size: 16px;
  box-sizing: border-box;
}

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

/*--------------------------------------------------
Grid
--------------------------------------------------*/
.wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}

.container {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 69.875rem;
}
.container.collapse > .column {
  padding-left: 0;
  padding-right: 0;
}

.column {
  box-sizing: inherit;
  display: block;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.column.collapse {
  padding-left: 0;
  padding-right: 0;
}

[class*="push_"],
[class*="pull_"] {
  position: relative;
}

@media (min-width: 0rem) {
  .small--1 {
    width: 8.3333333333%;
  }

  .small--push--1 {
    left: 8.3333333333%;
  }

  .small--pull--1 {
    left: -8.3333333333%;
  }

  .small--offset--1 {
    margin-left: 8.3333333333%;
  }

  .small--2 {
    width: 16.6666666667%;
  }

  .small--push--2 {
    left: 16.6666666667%;
  }

  .small--pull--2 {
    left: -16.6666666667%;
  }

  .small--offset--2 {
    margin-left: 16.6666666667%;
  }

  .small--3 {
    width: 25%;
  }

  .small--push--3 {
    left: 25%;
  }

  .small--pull--3 {
    left: -25%;
  }

  .small--offset--3 {
    margin-left: 25%;
  }

  .small--4 {
    width: 33.3333333333%;
  }

  .small--push--4 {
    left: 33.3333333333%;
  }

  .small--pull--4 {
    left: -33.3333333333%;
  }

  .small--offset--4 {
    margin-left: 33.3333333333%;
  }

  .small--5 {
    width: 41.6666666667%;
  }

  .small--push--5 {
    left: 41.6666666667%;
  }

  .small--pull--5 {
    left: -41.6666666667%;
  }

  .small--offset--5 {
    margin-left: 41.6666666667%;
  }

  .small--6 {
    width: 50%;
  }

  .small--push--6 {
    left: 50%;
  }

  .small--pull--6 {
    left: -50%;
  }

  .small--offset--6 {
    margin-left: 50%;
  }

  .small--7 {
    width: 58.3333333333%;
  }

  .small--push--7 {
    left: 58.3333333333%;
  }

  .small--pull--7 {
    left: -58.3333333333%;
  }

  .small--offset--7 {
    margin-left: 58.3333333333%;
  }

  .small--8 {
    width: 66.6666666667%;
  }

  .small--push--8 {
    left: 66.6666666667%;
  }

  .small--pull--8 {
    left: -66.6666666667%;
  }

  .small--offset--8 {
    margin-left: 66.6666666667%;
  }

  .small--9 {
    width: 75%;
  }

  .small--push--9 {
    left: 75%;
  }

  .small--pull--9 {
    left: -75%;
  }

  .small--offset--9 {
    margin-left: 75%;
  }

  .small--10 {
    width: 83.3333333333%;
  }

  .small--push--10 {
    left: 83.3333333333%;
  }

  .small--pull--10 {
    left: -83.3333333333%;
  }

  .small--offset--10 {
    margin-left: 83.3333333333%;
  }

  .small--11 {
    width: 91.6666666667%;
  }

  .small--push--11 {
    left: 91.6666666667%;
  }

  .small--pull--11 {
    left: -91.6666666667%;
  }

  .small--offset--11 {
    margin-left: 91.6666666667%;
  }

  .small--12 {
    width: 100%;
  }

  .small--push--12 {
    left: 100%;
  }

  .small--pull--12 {
    left: -100%;
  }

  .small--offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 28.125rem) {
  .medium--1 {
    width: 8.3333333333%;
  }

  .medium--push--1 {
    left: 8.3333333333%;
  }

  .medium--pull--1 {
    left: -8.3333333333%;
  }

  .medium--offset--1 {
    margin-left: 8.3333333333%;
  }

  .medium--2 {
    width: 16.6666666667%;
  }

  .medium--push--2 {
    left: 16.6666666667%;
  }

  .medium--pull--2 {
    left: -16.6666666667%;
  }

  .medium--offset--2 {
    margin-left: 16.6666666667%;
  }

  .medium--3 {
    width: 25%;
  }

  .medium--push--3 {
    left: 25%;
  }

  .medium--pull--3 {
    left: -25%;
  }

  .medium--offset--3 {
    margin-left: 25%;
  }

  .medium--4 {
    width: 33.3333333333%;
  }

  .medium--push--4 {
    left: 33.3333333333%;
  }

  .medium--pull--4 {
    left: -33.3333333333%;
  }

  .medium--offset--4 {
    margin-left: 33.3333333333%;
  }

  .medium--5 {
    width: 41.6666666667%;
  }

  .medium--push--5 {
    left: 41.6666666667%;
  }

  .medium--pull--5 {
    left: -41.6666666667%;
  }

  .medium--offset--5 {
    margin-left: 41.6666666667%;
  }

  .medium--6 {
    width: 50%;
  }

  .medium--push--6 {
    left: 50%;
  }

  .medium--pull--6 {
    left: -50%;
  }

  .medium--offset--6 {
    margin-left: 50%;
  }

  .medium--7 {
    width: 58.3333333333%;
  }

  .medium--push--7 {
    left: 58.3333333333%;
  }

  .medium--pull--7 {
    left: -58.3333333333%;
  }

  .medium--offset--7 {
    margin-left: 58.3333333333%;
  }

  .medium--8 {
    width: 66.6666666667%;
  }

  .medium--push--8 {
    left: 66.6666666667%;
  }

  .medium--pull--8 {
    left: -66.6666666667%;
  }

  .medium--offset--8 {
    margin-left: 66.6666666667%;
  }

  .medium--9 {
    width: 75%;
  }

  .medium--push--9 {
    left: 75%;
  }

  .medium--pull--9 {
    left: -75%;
  }

  .medium--offset--9 {
    margin-left: 75%;
  }

  .medium--10 {
    width: 83.3333333333%;
  }

  .medium--push--10 {
    left: 83.3333333333%;
  }

  .medium--pull--10 {
    left: -83.3333333333%;
  }

  .medium--offset--10 {
    margin-left: 83.3333333333%;
  }

  .medium--11 {
    width: 91.6666666667%;
  }

  .medium--push--11 {
    left: 91.6666666667%;
  }

  .medium--pull--11 {
    left: -91.6666666667%;
  }

  .medium--offset--11 {
    margin-left: 91.6666666667%;
  }

  .medium--12 {
    width: 100%;
  }

  .medium--push--12 {
    left: 100%;
  }

  .medium--pull--12 {
    left: -100%;
  }

  .medium--offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 56.25rem) {
  .large--1 {
    width: 8.3333333333%;
  }

  .large--push--1 {
    left: 8.3333333333%;
  }

  .large--pull--1 {
    left: -8.3333333333%;
  }

  .large--offset--1 {
    margin-left: 8.3333333333%;
  }

  .large--2 {
    width: 16.6666666667%;
  }

  .large--push--2 {
    left: 16.6666666667%;
  }

  .large--pull--2 {
    left: -16.6666666667%;
  }

  .large--offset--2 {
    margin-left: 16.6666666667%;
  }

  .large--3 {
    width: 25%;
  }

  .large--push--3 {
    left: 25%;
  }

  .large--pull--3 {
    left: -25%;
  }

  .large--offset--3 {
    margin-left: 25%;
  }

  .large--4 {
    width: 33.3333333333%;
  }

  .large--push--4 {
    left: 33.3333333333%;
  }

  .large--pull--4 {
    left: -33.3333333333%;
  }

  .large--offset--4 {
    margin-left: 33.3333333333%;
  }

  .large--5 {
    width: 41.6666666667%;
  }

  .large--push--5 {
    left: 41.6666666667%;
  }

  .large--pull--5 {
    left: -41.6666666667%;
  }

  .large--offset--5 {
    margin-left: 41.6666666667%;
  }

  .large--6 {
    width: 50%;
  }

  .large--push--6 {
    left: 50%;
  }

  .large--pull--6 {
    left: -50%;
  }

  .large--offset--6 {
    margin-left: 50%;
  }

  .large--7 {
    width: 58.3333333333%;
  }

  .large--push--7 {
    left: 58.3333333333%;
  }

  .large--pull--7 {
    left: -58.3333333333%;
  }

  .large--offset--7 {
    margin-left: 58.3333333333%;
  }

  .large--8 {
    width: 66.6666666667%;
  }

  .large--push--8 {
    left: 66.6666666667%;
  }

  .large--pull--8 {
    left: -66.6666666667%;
  }

  .large--offset--8 {
    margin-left: 66.6666666667%;
  }

  .large--9 {
    width: 75%;
  }

  .large--push--9 {
    left: 75%;
  }

  .large--pull--9 {
    left: -75%;
  }

  .large--offset--9 {
    margin-left: 75%;
  }

  .large--10 {
    width: 83.3333333333%;
  }

  .large--push--10 {
    left: 83.3333333333%;
  }

  .large--pull--10 {
    left: -83.3333333333%;
  }

  .large--offset--10 {
    margin-left: 83.3333333333%;
  }

  .large--11 {
    width: 91.6666666667%;
  }

  .large--push--11 {
    left: 91.6666666667%;
  }

  .large--pull--11 {
    left: -91.6666666667%;
  }

  .large--offset--11 {
    margin-left: 91.6666666667%;
  }

  .large--12 {
    width: 100%;
  }

  .large--push--12 {
    left: 100%;
  }

  .large--pull--12 {
    left: -100%;
  }

  .large--offset--12 {
    margin-left: 100%;
  }
}
/*--------------------------------------------------
Visibility classes
--------------------------------------------------*/
@media screen and (min-width: 0rem) {
  .hide--small {
    display: none;
  }
}
@media screen and (max-width: 0rem) {
  .show--small {
    display: none;
  }
}
@media screen and (min-width: 0rem) and (max-width: 28.0625rem) {
  .hide--small--only {
    display: none;
  }
}
@media screen and (max-width: 0rem), screen and (min-width: 28.125rem) {
  .show--small--only {
    display: none;
  }
}
@media screen and (min-width: 28.125rem) {
  .hide--medium {
    display: none;
  }
}
@media screen and (max-width: 28.0625rem) {
  .show--medium {
    display: none;
  }
}
@media screen and (min-width: 28.125rem) and (max-width: 56.1875rem) {
  .hide--medium--only {
    display: none;
  }
}
@media screen and (max-width: 28.0625rem), screen and (min-width: 56.25rem) {
  .show--medium--only {
    display: none;
  }
}
@media screen and (min-width: 56.25rem) {
  .hide--large {
    display: none;
  }
}
@media screen and (max-width: 56.1875rem) {
  .show--large {
    display: none;
  }
}
@media screen and (min-width: 56.25rem) and (max-width: 62499.875rem) {
  .hide--large--only {
    display: none;
  }
}
@media screen and (max-width: 56.1875rem), screen and (min-width: 62499.9375rem) {
  .show--large--only {
    display: none;
  }
}
/*--------------------------------------------------
TYPOGRAPHY
/*--------------------------------------------------*/
body {
  font-family: 'Play', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h6, .btn, #news__container .grid__item .news__title {
  font-family: 'Play', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* --------------------------------------------------
Tags, global, etc.
-------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #010101 url("https://images-cdn.fantasyflightgames.com/SWXopen/img/ui/bg--starfield-1.png") 50% 0 repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2 {
  color: #fff;
  font-size: 3rem;
  font-variant: small-caps;
  margin: 0;
}

h2 {
  color: #fff;
  font-size: 2.5rem;
  font-variant: small-caps;
}

h3 {
  font-size: 2rem;
  font-variant: small-caps;
}

h4 {
  font-size: 1.5rem;
  font-variant: small-caps;
}

h5 {
  font-size: 1rem;
  font-variant: small-caps;
  margin: 0 0 1rem;
}

h6 {
  color: #fff;
  font-size: 0.75rem;
  font-variant: small-caps;
  letter-spacing: 1px;
  margin: 0;
}

.column img {
  max-width: 100%;
}

p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0 0 1rem;
  max-width: 60rem;
  text-align: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#intro--copy {
  background-color: rgba(1, 1, 1, 0.4);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 16px 0 rgba(1, 1, 1, 0.9);
  box-shadow: 0 0 16px 0 rgba(1, 1, 1, 0.9);
  text-shadow: 0 0 16px #010101;
}

li a {
  font-size: 2rem;
  padding: 1rem;
}
li a:before {
  content: '•';
}
li:hover a:before {
  content: '•';
  padding-right: 1rem;
}

#schedule {
  border-collapse: collapse;
  display: table;
  overflow: visible;
  position: relative;
  width: 100%;
}
#schedule .row {
  border-top: 2px solid #35648A;
  display: table-row;
  overflow: visible;
  position: relative;
  background-color: #264055;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#264055), to(#000001));
  background-image: -webkit-linear-gradient(top, #264055, #000001);
  background-image: -moz-linear-gradient(top, #264055, #000001);
  background-image: -o-linear-gradient(top, #264055, #000001);
  background-image: -ms-linear-gradient(top, #264055, #000001);
  background-image: linear-gradient(top, #264055, #000001);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#264055', EndColorStr='#000001');
}
#schedule .cell {
  display: table-cell;
  margin: 0;
  padding: 1.5rem 0;
  position: relative;
  vertical-align: middle;
}
#schedule .planet {
  overflow: visible;
  position: relative;
}
#schedule .planet img {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: 0;
}
#schedule .planet h4 {
  display: block;
  margin: 0 0 0 3rem;
  padding: 0;
  position: relative;
  z-index: 10;
}

#prize-details {
  margin-top: 6rem;
  margin-left: 5rem;
  position: relative;
  z-index: 5;
}
#prize-details h3 {
  margin: 0;
  padding: 0;
}
#prize-details h4 {
  margin: 0 0 1rem 0;
  padding: 0;
  position: relative;
  left: 2rem;
}

#img__coruscant {
  display: block;
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 0;
}

#img__celebration-crowd {
  position: relative;
  z-index: 5;
}
#img__celebration-crowd + .btn {
  position: absolute;
  bottom: 1.875rem;
  right: 3.75rem;
  z-index: 10;
}

#img__game-pieces {
  display: block;
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  left: -50px;
}

#img__falcon {
  display: block;
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  left: -20px;
}

#img__header-logo {
  display: block;
  position: absolute;
  bottom: 5rem;
  left: 0;
}

.wp__thumb {
  display: block;
  float: left;
  margin: 0 1rem 0 0;
  padding: 0;
}

/* --------------------------------------------------
UI ELEMENTS & STYLES
-------------------------------------------------- */
.btn {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #010101;
  display: inline-block;
  font-variant: small-caps;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.btn.large {
  background: transparent url("../img/ui/btn--large.png") 0 0 no-repeat;
  font-size: 1.75rem;
  height: 78px;
  line-height: 78px;
  width: 330px;
}
.btn.medium {
  background: transparent url("../img/ui/btn--medium.png") 0 0 no-repeat;
  font-size: 1.25rem;
  height: 55px;
  line-height: 55px;
  width: 242px;
}
.btn.small {
  background: transparent url("../img/ui/btn--small.png") 0 0 no-repeat;
  font-size: 1rem;
  height: 47px;
  line-height: 47px;
  width: 205px;
}

.heading--decorated {
  background: #010101 url("../img/ui/heading--lg__bottom-border.png") 100% 100% no-repeat;
  display: block;
  height: 69px;
  position: relative;
  z-index: 10;
}
.heading--decorated:before, .heading--decorated:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 20px;
  z-index: -5;
}
.heading--decorated:before {
  background: transparent url("../img/ui/heading--lg__bottom-border--fadeout.png") 0 0 no-repeat;
  height: 24px;
  bottom: 0;
  left: 0;
  width: 100px;
  z-index: 20;
}
.heading--decorated:after {
  top: 0;
  right: 0;
  width: 63px;
}
.heading--decorated > span {
  background: #010101 url("../img/ui/heading--bg--blue-fill.png") 0 0 repeat-x;
  display: block;
  height: 45px;
  line-height: 45px;
  padding-left: 0rem;
  padding-left: 2.0625rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
}
.heading--decorated > span:before, .heading--decorated > span:after {
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  top: 0;
  z-index: 25;
}
.heading--decorated > span:before {
  background: #010101 url("../img/ui/heading--lg__left-border.png") 100% 0 no-repeat;
  left: 0;
  width: 23px;
}
.heading--decorated > span:after {
  right: 0;
  width: 400px;
  z-index: 10;
  background: -moz-linear-gradient(45deg, transparent 0%, transparent 20%, black 84%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, transparent 0%, transparent 20%, black 84%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, transparent 0%, transparent 20%, black 84%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.heading--decorated > span > span {
  position: relative;
  z-index: 100;
}

.social {
  background-color: transparent;
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 1rem;
}
.social.small {
  font-size: 0.9rem;
  height: 2.625rem;
  line-height: 2.625rem;
  padding-left: 2.9375rem;
}
.social.small.twitter {
  background-image: url("https://images-cdn.fantasyflightgames.com/SWXopen/img/logos/social--sm__twitter.png");
}
.social.small.facebook {
  background-image: url("https://images-cdn.fantasyflightgames.com/SWXopen/img/logos/social--sm__facebook.png");
}
.social.large {
  font-size: 1.5rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
}
.social.large.twitter {
  background-image: url("https://images-cdn.fantasyflightgames.com/SWXopen/img/logos/social--lg__twitter.png");
  padding-left: 3.125rem;
}
.social.large.facebook {
  background-image: url("https://images-cdn.fantasyflightgames.com/SWXopen/img/logos/social--lg__facebook.png");
  padding-left: 1.9375rem;
}

tr.odd {
  background: #1b1b1b;
}

/* --------------------------------------------------
Page layout
-------------------------------------------------- */
/* ----------
Generic page stuff
---------- */
#site {
  display: table;
  width: 100%;
}

#header,
#site__content,
#footer {
  display: table-row;
}

#header,
#footer {
  flex: none;
}

#site__content {
  display: block;
  flex: 1 0 auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
}

#video-container {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0 0 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
#video-container #header-splash {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.container.opaque {
  background: #010101;
}

#news__container {
  width: 100%;
}
#news__container .grid__item {
  display: block;
  float: left;
  position: relative;
  height: 200px;
  margin: 5px;
  width: 200px;
}
#news__container .grid__item .news__title {
  background: rgba(255, 255, 255, 0.5);
  border-top: 3px solid rgba(53, 100, 138, 0.5);
  border-bottom: 3px solid rgba(53, 100, 138, 0.5);
  color: #010101;
  font-size: 1.2rem;
  font-variant: small-caps;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  left: 0;
  text-align: center;
}

#location__information tr > td {
  padding: 0.25rem 0.5rem;
}

#footer {
  background: transparent url("https://images-cdn.fantasyflightgames.com/SWXopen/img/ui/bg--footer.png") 0 0 repeat-x;
  display: block;
  font-size: 0.7rem;
  height: 4.75rem;
  padding-top: 2.5rem;
}
#footer .container {
  color: #fff;
}
#footer .ff-logo--footer {
  margin-top: -3.625rem;
  margin-left: -2.625rem;
}
#footer h6 {
  color: #35648A;
}

/*--------------------------------------------------
Utility styles
--------------------------------------------------*/
.shadow {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.shadow.inset {
  -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.shadow.text {
  text-shadow: 0 0 5px #010101;
}

.relative {
  position: relative;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 105%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 17.32px solid rgba(255, 255, 255, 0.5);
  border-bottom: 10px solid transparent;
}

.slick-next {
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17.32px solid rgba(255, 255, 255, 0.5);
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #010101;
    /* IE8 "hack" for nested featherlights */
    background: rgba(1, 1, 1, 0);
    /* contains the content */
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #010101;
    color: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    background: #010101;
    color: #fff;
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #010101;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight #site__content {
    width: 100%;
  }
  .featherlight:last-of-type {
    background: rgba(1, 1, 1, 0.6);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* --------------------------------------------------
TESTING CLASSES
-------------------------------------------------- */
.write-file {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.write-file.write-true {
  background: rgba(155, 255, 155, 0.3);
}
.write-file.write-false {
  background: rgba(255, 255, 155, 0.3);
  display: none;
}

.fpo {
  color: magenta !important;
}

.bggray {
  background-color: gray !important;
}

.bgaqua {
  background-color: aqua !important;
}

.bgpink {
  background-color: pink !important;
}

.bgtan {
  background-color: tan !important;
}

.bgred {
  background-color: red !important;
}

.bgyellow {
  background-color: yellow !important;
}

.bgorange {
  background-color: orange !important;
}

.bgpurple {
  background-color: purple !important;
}

.bggreen {
  background-color: green !important;
}

.bggold {
  background-color: gold !important;
}

.fpo {
  background: url(../images/bgs/pattern-error.png) 0 0 repeat !important;
}

pre {
  background: #ececec;
  border: 1px solid #aaa;
  color: #333;
  font-family: 'Consolas', 'monaco', monospace;
  opacity: .75;
  padding: 5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  word-wrap: break-word;
  z-index: 999999;
}

#swatches {
  background: gray;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

#swatch-1,
#swatch-2,
#swatch-3,
#swatch-4,
#swatch-5 {
  height: 5rem;
  width: 5rem;
}

#swatch-1 {
  background: #fff;
}

#swatch-2 {
  background: #35648A;
}

#swatch-3 {
  background: #846a6a;
}

#swatch-4 {
  background: #353b3c;
}

#swatch-5 {
  background: #010101;
}

/* ----------
More Info Panels
---------- */

.infopanels.featherlight-inner {
  background: #010101 url("https://images-cdn.fantasyflightgames.com/SWXopen/img/ui/bg--starfield-1.png") 50% 0 repeat;
}

.infopanels {
  font-variant: small-caps;
  font-weight: 600;
}

.infopanels a {
  color: #a6e7f5;
  text-decoration: underline;
}

.infopanels img.location-photo {
  float: right;
  margin-top: 135px;
}

.infopanels .SWX-title {
  background: #010101 url("https://images-cdn.fantasyflightgames.com/SWXopen/img/infopanels/heading--title__bottom-border.png") left bottom no-repeat;
  display: block;
  height: 27px;
  position: relative;
  z-index: 10;
  margin: 20px 0;
  min-height: 100px;
}

.infopanels .SWX-title h2 {
  background: #010101 url("https://images-cdn.fantasyflightgames.com/SWXopen/img/infopanels/heading--title--blue-fill-full.png") left top no-repeat;
  display: block;
  height: 75px;
  top: 0;
  left: 0;
  z-index: 50;
}

.infopanels .SWX-title > h2:before {
    background: #010101 url("https://images-cdn.fantasyflightgames.com/SWXopen/img/infopanels/heading--title__left-border.png") left 0 no-repeat;
    content: "";
    display: block;
    height: 75px;
    position: absolute;
    top: 0;
    width: 7px;
    z-index: 25;
}

.infopanels .SWX-title h2 span {
  display: block;
  margin-left: 20px;
}

.infopanels .SWX-title h2 span:last-child {
  font-size: 18px;
}

.infopanels h3 {
  border-bottom: 3px solid #fff;
}

.infopanels h4 {
  margin: 10px 0;
  font-size: 21px;
}

.infopanels .SWX-registration span {
  font-family: 'Play', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-variant: small-caps;
}

.infopanels .SWX-schedule {
  max-width: 315px;
}

.infopanels .SWX-schedule div {
  margin: 10px 0;
}

.infopanels .SWX-schedule div span {
  display: block;
  font-family: 'Play', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
}

.infopanels .SWX-hotels div {
  float: left;
}

.infopanels .SWX-hotel-2 {
  padding: 0 10px;
}
