/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
.list-links > li, .widget ul > li, .main, .main.main--balanced, .sidebar, .main--balanced + .sidebar, .logo-wrap, .footer__nav, .footer__nav, .footer__menu, .footer__menu, .game-item__image, .game-item__image, .game-item__description, .game-item__description, .game-item__gallery, .game-item__gallery, .entry--col, .container--abs-img + .container .entry--col, .hero__text, .hero__text, .module--single, .module--single, .module--single--l, .module--double--l, .module--double .article {
  *zoom: 1; }
  .list-links > li:before, .widget ul > li:before, .main:before, .main.main--balanced:before, .sidebar:before, .main--balanced + .sidebar:before, .logo-wrap:before, .footer__nav:before, .footer__nav:before, .footer__menu:before, .footer__menu:before, .game-item__image:before, .game-item__image:before, .game-item__description:before, .game-item__description:before, .game-item__gallery:before, .game-item__gallery:before, .entry--col:before, .container--abs-img + .container .entry--col:before, .hero__text:before, .hero__text:before, .module--single:before, .module--single:before, .module--single--l:before, .module--double--l:before, .module--double .article:before, .list-links > li:after, .widget ul > li:after, .main:after, .main.main--balanced:after, .sidebar:after, .main--balanced + .sidebar:after, .logo-wrap:after, .footer__nav:after, .footer__nav:after, .footer__menu:after, .footer__menu:after, .game-item__image:after, .game-item__image:after, .game-item__description:after, .game-item__description:after, .game-item__gallery:after, .game-item__gallery:after, .entry--col:after, .container--abs-img + .container .entry--col:after, .hero__text:after, .hero__text:after, .module--single:after, .module--single:after, .module--single--l:after, .module--double--l:after, .module--double .article:after {
    content: '';
    display: table; }
  .list-links > li:after, .widget ul > li:after, .main:after, .main.main--balanced:after, .sidebar:after, .main--balanced + .sidebar:after, .logo-wrap:after, .footer__nav:after, .footer__nav:after, .footer__menu:after, .footer__menu:after, .game-item__image:after, .game-item__image:after, .game-item__description:after, .game-item__description:after, .game-item__gallery:after, .game-item__gallery:after, .entry--col:after, .container--abs-img + .container .entry--col:after, .hero__text:after, .hero__text:after, .module--single:after, .module--single:after, .module--single--l:after, .module--double--l:after, .module--double .article:after {
    clear: both; }

/* Aliases */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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, nav, section, summary {
  display: block; }

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

/**
 * Prevents 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: 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 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 {
  -webkit-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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes 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 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */
  -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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

/* @group Clearfix */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

/* @end */
.pullfix {
  overflow: hidden; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

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

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

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

.invisible {
  visibility: hidden; }

@media (min-width: 35.5625em) {
  .visible-s {
    display: none !important; } }

@media (max-width: 35.5em) {
  .visible-m {
    display: none !important; } }
@media (min-width: 64.0625em) {
  .visible-m {
    display: none !important; } }

@media (max-width: 47.9375em) {
  .visible-from-m {
    display: none !important; } }

@media (max-width: 63.9375em) {
  .visible-l {
    display: none !important; } }

@media (max-width: 35.5em) {
  .hidden-s {
    display: none !important; } }

@media (min-width: 35.5625em) {
  @media (max-width: 64em) {
    .hidden-m {
      display: none !important; } } }

@media (min-width: 64.0625em) {
  .hidden-l {
    display: none !important; } }

/* Typography */
@font-face {
  font-family: Overlook;
  font-weight: 200;
  font-style: normal;
  src: url('fonts/overlook-extralight.eot');
  src: url('fonts/overlook-extralight.eot?#iefix') format('embedded-opentype'), url('fonts/overlook-extralight.woff') format('woff'), url('fonts/overlook-extralight.ttf') format('truetype'), url('fonts/overlook-extralight.svg#Overlook') format('svg'); }

@font-face {
  font-family: Overlook;
  font-weight: 300;
  font-style: normal;
  src: url('fonts/overlook-light.eot');
  src: url('fonts/overlook-light.eot?#iefix') format('embedded-opentype'), url('fonts/overlook-light.woff') format('woff'), url('fonts/overlook-light.ttf') format('truetype'), url('fonts/overlook-light.svg#Overlook') format('svg'); }

@font-face {
  font-family: Overlook;
  font-weight: 400;
  font-style: normal;
  src: url('fonts/overlook-regular.eot');
  src: url('fonts/overlook-regular.eot?#iefix') format('embedded-opentype'), url('fonts/overlook-regular.woff') format('woff'), url('fonts/overlook-regular.ttf') format('truetype'), url('fonts/overlook-regular.svg#Overlook') format('svg'); }

@font-face {
  font-family: Overlook;
  font-weight: 500;
  font-style: normal;
  src: url('fonts/overlook-medium.eot');
  src: url('fonts/overlook-medium.eot?#iefix') format('embedded-opentype'), url('fonts/overlook-medium.woff') format('woff'), url('fonts/overlook-medium.ttf') format('truetype'), url('fonts/overlook-medium.svg#Overlook') format('svg'); }

@font-face {
  font-family: Overlook;
  font-weight: 600;
  font-style: normal;
  src: url('fonts/overlook-bold.eot');
  src: url('fonts/overlook-bold.eot?#iefix') format('embedded-opentype'), url('fonts/overlook-bold.woff') format('woff'), url('fonts/overlook-bold.ttf') format('truetype'), url('fonts/overlook-bold.svg#Overlook') format('svg'); }

@font-face {
  font-family: Overlook;
  font-weight: 700;
  font-style: normal;
  src: url('fonts/overlook-heavy.eot');
  src: url('fonts/overlook-heavy.eot?#iefix') format('embedded-opentype'), url('fonts/overlook-heavy.woff') format('woff'), url('fonts/overlook-heavy.ttf') format('truetype'), url('fonts/overlook-heavy.svg#Overlook') format('svg'); }

html, input, select {
  font-family: Overlook, 'Helvetica Neue', Arial, sans-serif;
  color: #333231; }

a {
  color: #e95e27;
  text-decoration: none; }
  a:hover, a:focus {
	text-decoration: none;
    color: #333231; }

strong {
  font-weight: 600; }

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  text-transform: uppercase; }

h1, .fh1 {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0.5em; }
  @media (min-width: 48em) {
    h1, .fh1 {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media (min-width: 64em) {
    h1, .fh1 {
      font-size: 42px;
      font-size: 2.625rem; } }

h2, .fh2 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 0;
  margin-bottom: 0.5em; }
  @media (min-width: 48em) {
    h2, .fh2 {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media (min-width: 64em) {
    h2, .fh2 {
      font-size: 36px;
      font-size: 2.25rem; } }

h3, .fh3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.5em; }
  @media (min-width: 48em) {
    h3, .fh3 {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media (min-width: 64em) {
    h3, .fh3 {
      font-size: 32px;
      font-size: 2rem; } }

h4, .fh4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5em; }
  @media (min-width: 48em) {
    h4, .fh4 {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 64em) {
    h4, .fh4 {
      font-size: 28px;
      font-size: 1.75rem; } }

h5, .fh5 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5em; }
  @media (min-width: 48em) {
    h5, .fh5 {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 64em) {
    h5, .fh5 {
      font-size: 20px;
      font-size: 1.25rem; } }

h6, .fh6 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: 700; }

ul {
  padding-left: 1.2em;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 2em; }

ol {
  padding-left: 0;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 2em; }

dl {
  margin: 0;
  margin-bottom: 1em; }

dt, dd {
  margin-bottom: 0.2em;
  margin-left: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 0.4em; }

.list-unstyled, .widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  vertical-align: top; }
.list-inline > dt {
  clear: both;
  margin-right: 0.3em; }
.list-inline > dt, .list-inline > dd {
  float: left;
  margin-bottom: 0; }

.list-links, .widget ul {
  margin-bottom: 0.5em;
  *zoom: 1; }
  .list-links:before, .list-links:after, .widget ul:before, .widget ul:after {
    content: '';
    display: table; }
  .list-links:after, .widget ul:after {
    clear: both; }
  .list-links > li, .widget ul > li {
    padding: 0.8em 0;
    border-bottom: 0.0625em solid #F2EBE6; }
    @media (min-width: 35.5em) {
      .list-links > li, .widget ul > li {
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 30.667%;
        margin-left: 0%;
        margin-right: 4%;
        padding: 0;
        border-bottom: 0; }
        .list-links > li:nth-child(3n), .widget ul > li:nth-child(3n) {
          margin-right: 0%;
          float: right; } }
    @media (min-width: 64em) {
      .list-links > li, .widget ul > li {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0.8em 0;
        border-bottom: 0.0625em solid #F2EBE6; }
        .list-links > li:first-child, .widget ul > li:first-child {
          margin-left: auto; }
        .list-links > li:last-child, .widget ul > li:last-child {
          margin-right: auto; } }
    @media (min-width: 64em) {
      .list-links > li:first-child, .widget ul > li:first-child {
        padding-top: 0; } }
    .list-links > li > a, .widget ul > li > a {
      font-size: 16px;
      font-size: 1rem;
      -webkit-transition: color 200ms ease;
              transition: color 200ms ease; }
      @media (min-width: 48em) {
        .list-links > li > a, .widget ul > li > a {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 64em) {
        .list-links > li > a, .widget ul > li > a {
          font-size: 20px;
          font-size: 1.25rem; } }

.widget_categories.widget, .widget_archive.widget {
  margin-top: 2em; }
  .widget_categories.widget:first-child, .widget_archive.widget:first-child {
    margin-top: 0; }
  .widget_categories.widget ul, .widget_archive.widget ul {
    margin-bottom: 0; }
    .widget_categories.widget ul > li:last-child, .widget_archive.widget ul > li:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .widget_categories.widget ul > li > a, .widget_archive.widget ul > li > a {
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 48em) {
        .widget_categories.widget ul > li > a, .widget_archive.widget ul > li > a {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 64em) {
        .widget_categories.widget ul > li > a, .widget_archive.widget ul > li > a {
          font-size: 16px;
          font-size: 1rem; } }

.jump-link {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: color 200ms ease;
          transition: color 200ms ease; }
  .jump-link:hover:after, .jump-link:focus:after {
    background: #807C79; }
  .jump-link:after {
    content: '';
    position: absolute;
    bottom: -0.1875em;
    left: 0;
    width: 100%;
    height: 0.0625em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #e99b27), to(#e95e27));
    background: -webkit-linear-gradient(#e99b27 45%, #e95e27);
    background: linear-gradient(#e99b27 45%, #e95e27); }
    .jump-link:after .no-cssgradients {
      background: #807C79; }

.upper {
  text-transform: uppercase; }

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

html {
  font-size: 16px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

figure {
  margin: 0; }

img, svg {
  max-width: 100%;
  height: auto; }

/* Centered layouts and width limits */
.wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 0.5em;
  *zoom: 1; }
  .wrap:before, .wrap:after {
    content: '';
    display: table; }
  .wrap:after {
    clear: both; }

.wrap-default {
  max-width: 75em; }

.wrap-narrow {
  max-width: 64em; }

/* Layout helpers */
.center {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  position: relative;
  top: 0.3em;
  float: left;
  margin: 0 1em 1em 0; }
  .post .alignleft {
    max-width: 40%; }
    @media (min-width: 35.5em) {
      .post .alignleft {
        max-width: 55%; } }

.alignright {
  position: relative;
  top: 0.3em;
  float: right;
  margin: 0 0 1em 1em; }
  .post .alignright {
    max-width: 40%; }
    @media (min-width: 35.5em) {
      .post .alignright {
        max-width: 55%; } }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/* Equeal width layouts, normally for gallery lists */
.two-up {
  font-size: 0;
  text-align: left; }
  @media (min-width: 35.5em) {
    .two-up {
      margin-left: -2%; } }
  .two-up > li, .two-up > div, .two-up > p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em; }
    @media (min-width: 35.5em) {
      .two-up > li, .two-up > div, .two-up > p {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin-left: 2%;
        margin-bottom: 2%; } }

.three-up {
  font-size: 0;
  text-align: left; }
  @media (min-width: 48em) {
    .three-up {
      margin-left: -2%; } }
  .three-up > li, .three-up > div, .three-up > p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em; }
    @media (min-width: 48em) {
      .three-up > li, .three-up > div, .three-up > p {
        display: inline-block;
        vertical-align: top;
        width: 31.33%;
        margin-left: 2%;
        margin-bottom: 2%; } }

.four-up {
  font-size: 0;
  text-align: left; }
  @media (min-width: 48em) {
    .four-up {
      margin-left: -2%; } }
  @media (min-width: 48em) {
    .four-up {
      margin-left: -2%; } }
  .four-up > li, .four-up > div, .four-up > p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em; }
    @media (min-width: 48em) {
      .four-up > li, .four-up > div, .four-up > p {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin-left: 2%;
        margin-bottom: 2%; } }
    @media (min-width: 48em) {
      .four-up > li, .four-up > div, .four-up > p {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        margin-left: 2%;
        margin-bottom: 2%; } }

.five-up {
  font-size: 0;
  text-align: left; }
  @media (min-width: 48em) {
    .five-up {
      margin-left: -2%; } }
  .five-up > li, .five-up > div, .five-up > p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em; }
    @media (min-width: 48em) {
      .five-up > li, .five-up > div, .five-up > p {
        display: inline-block;
        vertical-align: top;
        width: 18%;
        margin-left: 2%;
        margin-bottom: 2%; } }

.container {
  position: relative;
  z-index: 98;
  max-width: none;
  padding: 2em 0;
  background: rgba(255, 255, 255, 1); }
  @media (min-width: 35.5em) {
    .container {
      padding: 3em 0; } }

.container--modules {
  -webkit-box-shadow: 0 0 1px rgba(26, 25, 25, 0.1), 0 1px 2px rgba(26, 25, 25, 0.15);
          box-shadow: 0 0 1px rgba(26, 25, 25, 0.1), 0 1px 2px rgba(26, 25, 25, 0.15); }
  .container--modules:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1875em;
    background: #e95e27; }
    .cssgradients .container--modules:before {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #e99b27), to(#e95e27));
      background: -webkit-linear-gradient(#e99b27 45%, #e95e27);
      background: linear-gradient(#e99b27 45%, #e95e27); }

.container--dark {
  background: #1a1617; }
  .container--dark h1, .container--dark h2, .container--dark h3, .container--dark h4, .container--dark h5, .container--dark h6 {
    color: #807C79; }
  .container--dark p, .container--dark li {
    color: #F2EBE6; }

.container--mid {
  background: #F2EBE6; }

.container--short {
  padding: 2em 0;
  margin-bottom: -3em; }

.main {
  margin-bottom: 2em; }
  @media (min-width: 64em) {
    .main {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 65.333%;
      margin-left: 0%;
      margin-right: 4%; }
      .main:last-child {
        margin-right: 0%; } }
  @media (min-width: 64em) {
    .main.main--balanced {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 48%;
      margin-left: 0%;
      margin-right: 4%; }
      .main.main--balanced:last-child {
        margin-right: 0%; } }

@media (min-width: 64em) {
  .sidebar {
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 30.667%;
    margin-left: 0%;
    margin-right: 4%; }
    .sidebar:last-child {
      margin-right: 0%; } }
@media (min-width: 64em) {
  .main--balanced + .sidebar {
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    margin-left: 0%;
    margin-right: 4%; }
    .main--balanced + .sidebar:last-child {
      margin-right: 0%; } }

.separator, hr {
  display: block;
  max-width: 60%;
  padding-bottom: 0.2em;
  margin: 3em auto;
  border: 0;
  border-bottom: 1px solid #F2EBE6;
  background: none; }
  .separator.no-margin, hr.no-margin {
    margin: 0 auto; }

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: rgba(25, 24, 26, 0.95); }
  .header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.3125em;
    background: #d56537; }
	
.header-kill {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: rgba(25, 24, 26, 0.95); }
  .header-kill:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.3125em;
    background: #e8c200; }
	
	
/*******************************/
/*		       AWARDS		   */
/*******************************/
	
.list-awards {
  text-align: center; }
  .list-awards .award {
    display : none;	  
  }
  .list-awards .mini-award {
    margin-bottom: 2em;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center; 
	max-width: 50%;
	margin-left: 25%;}
    @media (min-width: 48em) {
	  .list-awards .award {
		margin-bottom: 2em;
		font-size: 14px;
		font-size: 0.875rem;
		text-align: center;
		display: inline-block}
	  .list-awards .mini-award {
		  display : none;}		  
							 }

.award__img {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 2em;
  min-height: 7.14286em;
  max-height: 8.57143em;
  width: auto; }

.award__name {
  display: block;
  margin-bottom: 0.5em; }	  
/********************************/



  
/*******************************/
/*		     PARALLAX		   */
/*******************************/

.killArt, .kill_layer {
	height: 50vh;
}

#parallax {
	display: none;
}

#nonparallax {
	display: block;
}

#nonparallax {
	background-image: url('../assets/img/parallax/Killsquad_Header_mobile_bannerv2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.killArt {
	position: relative;
	z-index: 10;
}

.kill_layer {
	background-position: bottom center;
	background-size: auto 1038px;
	background-repeat: repeat-x;
	width: 100%;
	position: absolute;
}
.kill_layer.parallax {
	position: fixed;
}


#parallaxKillBack {
/* 	background-image: url('../assets/img/parallax/Killsquad_Header_BACK.png'); */
	background-image: url('../assets/img/parallax/Killsquad_Header_banner_BACK2.png');
}
#parallaxKillMed {
/* 	background-image: url('../assets/img/parallax/Killsquad_Header_MEDv4.png'); */
	background-image: url('../assets/img/parallax/Killsquad_Header_banner_MED2.png');
}
#parallaxKillTop {
/* 	background-image: url('../assets/img/parallax/Killsquad_Header_TOPv4.png'); */
	background-image: url('../assets/img/parallax/Killsquad_Header_banner_TOP2.png');
}
#parallax-scrim {
	background-color: #181619;
	opacity: 0;
}



/* ENABLES PARALLAX */
@media (min-width: 48em) {
	
	.killArt, .kill_layer {
		height: 1000px;
	}
	
	#nonparallax {
			display: none;
	}
	#parallax {
			display: block;
	}
}
/********************************/

/*******************************/
/*		   TRAILER WEB		   */
/*******************************/
/*VIDEO TRAILER*/
#trailer_kill {
    width: 960px;
    height: 540px;
    margin: auto;
    background-image: url(../assets/img/Killsquad_trailer_web_thumbnailv3.jpg);
    background-size: 960px 540px;
    display: block;
    padding-top: 216px;
}

#trailer_kill.mobile {
    width: 640px;
    height: 260px;
    background-size: 640px 360px;
	background-image: url(../assets/img/Killsquad_trailer_mobile.jpg);
    padding-top: 100px;
    margin-left: 40px;
    margin-right: 40px;
}

#trailer_kill .button {
    display: block;
    width: 85px;
    height: 60px;
    background-image: url("../assets/img/icon_play.png");
    background-size: 85px 60px;
    color: #15231a;
    margin: auto;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
	z-index: 99;	
}
#trailer_kill:hover .button {
    opacity: 0.7;
}

#trailer_kill .text {
	z-index: 0;
}



iframe#video {
    position: relative;
    z-index: 1001;
    margin-bottom: 8em;
}



/********************************/
  
.logo-wrap {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 74%;
  margin-left: 0%;
  margin-right: 4%;
  padding: 1.25em 0 1.5625em; }
  .logo-wrap:last-child {
    margin-right: 0%; }
  @media (min-width: 48em) {
    .logo-wrap {
      padding: 13.5px 0 13.5px; } }

.logo {
  display: block; }
  .logo > img {
    display: block; }

.footer {
  padding: 3em 0;
  background: #1A1919;
  z-index: 98;
  }

.footer__nav {
  margin-bottom: 3em;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.333%;
  margin-left: 0%;
  margin-right: 4%; }
  .footer__nav:last-child {
    margin-right: 0%; }
  @media (min-width: 64em) {
    .footer__nav {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 30.667%;
      margin-left: 34.667%;
      margin-right: 4%; }
      .footer__nav:last-child {
        margin-right: 0%; } }

.footer__menu {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 46.939%;
  margin-left: 0%;
  margin-right: 6.122%; }
  .footer__menu:last-child {
    margin-right: 0%; }
  @media (min-width: 64em) {
    .footer__menu {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 43.478%;
      margin-left: 0%;
      margin-right: 13.043%; }
      .footer__menu:last-child {
        margin-right: 0%; } }
  .footer__menu > li {
    line-height: 2; }
    .footer__menu > li > a {
      color: #807C79;
      font-weight: 500; }

.footer__menu--secondary > li > a {
  font-size: 14px;
  font-size: 0.875rem; }

.footer__legal > img {
  margin: 0.5em 0 1.5em; }

.copyright {
  color: #807C79;
  font-weight: 400;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8; }

/*General Nav Primary*/
  
.nav-primary {
  text-align: center; }
  @media (min-width: 48em) {
    .nav-primary {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -55%);
          -ms-transform: translate(0, -55%);
              transform: translate(0, -55%);
      text-align: right; } }
  .nav-primary > .btn {
    position: absolute;
    right: 1em;
    top: 1.25em;
    height: 1.875em;
    width: 1.5625em;
    padding: 0; 
	background: rgba(25, 24, 26, 1);}
    .nav-primary > .btn .bar {
      position: absolute;
      height: 0.0625em;
      width: 100%;
      left: 0;
      top: 0;
      background: #d56537; }
    .nav-primary > .btn .bar--1 {
      top: 30%; }
    .nav-primary > .btn .bar--2 {
      top: 50%; }
    .nav-primary > .btn .bar--3 {
      top: 70%; }
    @media (min-width: 48em) {
      .nav-primary > .btn {
        display: none; } }
		
.nav-primary__menu {
  display: none;
  clear: left;
  padding-bottom: 0.5em; }
  @media (min-width: 48em) {
    .nav-primary__menu {
      display: block;
      clear: none;
      padding-bottom: 0; } }
  .nav-primary__menu > li {
    opacity: 0;
    border-top: 1px solid #e9ddd5; }
    @media (min-width: 48em) {
      .nav-primary__menu > li {
        display: inline-block;
        vertical-align: middle;
        opacity: 1;
        border-top: 0; } }
    .nav-primary__menu > li.active > a {
      color: #807C79; }
      .nav-primary__menu > li.active > a:hover {
        color: #807C79;
        cursor: default; }
      @media (min-width: 48em) {
        .borderimage .nav-primary__menu > li.active > a {
          border-width: 2px;
          -webkit-border-image: url(img/btn-active.svg) 2 2 stretch;
                  border-image: url(img/btn-active.svg) 2 2 stretch; } }
    .nav-primary__menu > li > a {
      display: block;
      text-transform: uppercase;
      padding: 1.25em 0;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      border: 0.125em solid transparent;
      border-radius: 2px;
      color: #636166;
      -webkit-transition: color 200ms ease;
              transition: color 200ms ease; }
      @media (min-width: 48em) {
        .nav-primary__menu > li > a {
          padding: 0.71429em 1.07143em;
          font-size: 14px;
          font-size: 0.875rem; } }
      .nav-primary__menu > li > a:hover {
        color: #d56537; }
		
/*KillSquad Nav Primary*/

.killNav-primary {
  text-align: center; }
  @media (min-width: 48em) {
    .killNav-primary {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -55%);
          -ms-transform: translate(0, -55%);
              transform: translate(0, -55%);
      text-align: right; } }
  .killNav-primary > .btn {
    position: absolute;
    right: 1em;
    top: 1.25em;
    height: 1.875em;
    width: 1.5625em;
    padding: 0;
	background: rgba(25, 24, 26, 1);	}
    .killNav-primary > .btn .bar {
      position: absolute;
      height: 0.0625em;
      width: 100%;
      left: 0;
      top: 0;
      background: #e5cb45; }
    .killNav-primary > .btn .bar--1 {
      top: 30%; }
    .killNav-primary > .btn .bar--2 {
      top: 50%; }
    .killNav-primary > .btn .bar--3 {
      top: 70%; }
    @media (min-width: 48em) {
      .killNav-primary > .btn {
        display: none; } 

.killMenu {
  display: none;
  clear: left;
  padding-bottom: 0.5em; }
  @media (min-width: 48em) {
    .killMenu {
      display: block;
      clear: none;
      padding-bottom: 0; } }
  .killMenu > li {
    opacity: 0;
    border-top: 1px solid #e9ddd5; }
    @media (min-width: 48em) {
      .killMenu > li {
        display: inline-block;
        vertical-align: middle;
        opacity: 1;
        border-top: 0; } }
    .killMenu > li.active > a {
      color: #807C79; }
      .killMenu > li.active > a:hover {
        color: #807C79;
        cursor: default; }
      @media (min-width: 48em) {
        .borderimage .killMenu > li.active > a {
          border-width: 2px;
          -webkit-border-image: url(img/btn-active.svg) 2 2 stretch;
                  border-image: url(img/btn-active.svg) 2 2 stretch; } }
    .killMenu > li > a {
      display: block;
      text-transform: uppercase;
      padding: 1.25em 0;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      border: 0.125em solid transparent;
      border-radius: 2px;
      color: #636166;
      -webkit-transition: color 200ms ease;
              transition: color 200ms ease; }
      @media (min-width: 48em) {
        .killMenu > li > a {
          padding: 0.71429em 1.07143em;
          font-size: 14px;
          font-size: 0.875rem; } }
      .killMenu > li > a:hover {
        color: #e5cb45; }
		

/* Partial: Games list */
.game-item {
  padding: 3em 0;
  background: url(img/game-bg.jpg) no-repeat center center;
  -webkit-background-size: cover cover;
          background-size: cover; }
  .game-item + .game-item {
    -webkit-box-shadow: 0 0 1px rgba(26, 25, 25, 0.1), inset 0 1px 3px rgba(26, 25, 25, 0.2);
            box-shadow: 0 0 1px rgba(26, 25, 25, 0.1), inset 0 1px 3px rgba(26, 25, 25, 0.2); }
  .game-item:nth-child(even) {
    background-image: url(img/game-bg-alt.jpg); }

.game-item__image {
  display: none; }
  @media (min-width: 35.5em) {
    .game-item__image {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 30.667%;
      margin-left: 0%;
      margin-right: 4%; }
      .game-item__image:last-child {
        margin-right: 0%; } }
  @media (min-width: 48em) {
    .game-item__image {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 22%;
      margin-left: 0%;
      margin-right: 4%; }
      .game-item__image:last-child {
        margin-right: 0%; } }

.game-item__description {
  margin-bottom: 1em; }
  @media (min-width: 35.5em) {
    .game-item__description {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 65.333%;
      margin-left: 0%;
      margin-right: 4%;
      margin-right: 0; }
      .game-item__description:last-child {
        margin-right: 0%; } }
  @media (min-width: 48em) {
    .game-item__description {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 39.333%;
      margin-left: 0%;
      margin-right: 4%; }
      .game-item__description:last-child {
        margin-right: 0%; } }
  .game-item__description .btn {
    margin-top: 1em; }

.game-item__title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.1em; }

.game-item__subtitle {
  color: #807C79;
  margin-bottom: 1em; }

@media (min-width: 35.5em) {
  .game-item__gallery {
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 65.333%;
    margin-left: 34.667%;
    margin-right: 4%; }
    .game-item__gallery:last-child {
      margin-right: 0%; } }
@media (min-width: 48em) {
  .game-item__gallery {
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 30.667%;
    margin-left: 0%;
    margin-right: 4%; }
    .game-item__gallery:last-child {
      margin-right: 0%; } }

.game-item__video, .gallery-item--video {
  position: relative;
  border-radius: 0.1875em;
  -webkit-box-shadow: 0 0 1px rgba(26, 25, 25, 0.1), 0 1px 2px rgba(26, 25, 25, 0.15);
          box-shadow: 0 0 1px rgba(26, 25, 25, 0.1), 0 1px 2px rgba(26, 25, 25, 0.15); }
  .game-item__video .btn--play, .gallery-item--video .btn--play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(26, 25, 25, 0.6); }
    .game-item__video .btn--play:hover > img, .gallery-item--video .btn--play:hover > img {
      -webkit-transform: translate(-50%, -60%);
          -ms-transform: translate(-50%, -60%);
              transform: translate(-50%, -60%); }
    .game-item__video .btn--play > img, .gallery-item--video .btn--play > img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: -webkit-transform 200ms ease;
              transition: transform 200ms ease; }

.game-item__video {
  margin-bottom: 2%; }

.game-item__video-cover {
  border-radius: 0.1875em;
  display: block; }

.entry p, .entry li {
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 1.5;
  font-weight: 300; }
  .entry p:last-child, .entry li:last-child {
    margin-bottom: 0; }
.entry ul:last-child {
  margin-bottom: 0; }
.entry .lead {
  margin-bottom: 0.75em; }

.entry--col {
  margin-bottom: 2em; }
  .entry--col:last-child {
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .entry--col {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 48%;
      margin-left: 0%;
      margin-right: 4%;
      margin-bottom: 0; }
      .entry--col:last-child {
        margin-right: 0%; } }
  @media (min-width: 48em) {
    .container--abs-img + .container .entry--col {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .container--abs-img + .container .entry--col:first-child {
        margin-left: auto; }
      .container--abs-img + .container .entry--col:last-child {
        margin-right: auto; } }
  @media (min-width: 64em) {
    .container--abs-img + .container .entry--col {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 48%;
      margin-left: 0%;
      margin-right: 4%; }
      .container--abs-img + .container .entry--col:last-child {
        margin-right: 0%; } }

.entry--abs-img {
  position: relative;
  min-height: 0.1em; }

.abs-img__wrap {
  position: relative;
  max-height: 25em;
  overflow: hidden;
  top: 3em;
  width: 100%; }
  @media (min-width: 48em) {
    .abs-img__wrap {
      max-height: auto;
      overflow: visible; } }
  @media (min-width: 64em) {
    .abs-img__wrap {
      position: absolute;
      z-index: 9;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }

.lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.36; }
  @media (min-width: 35.5em) {
    .lead {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 48em) {
    .lead {
      font-size: 22px;
      font-size: 1.375rem; } }

.entry__quote {
  margin: 0; }
  @media (min-width: 64em) {
    .entry__quote {
      max-width: 70%;
      margin: 0 auto; } }
  .entry__quote p {
    line-height: 1.6;
    text-align: center;
    margin: 0; }
  .entry__quote > p {
    margin: 0 0 1em;
    color: #807C79;
    font-weight: 200;
    font-size: 18px;
    font-size: 1.125rem; }
    .entry__quote > p:before {
      content: '"'; }
    .entry__quote > p:after {
      content: '"'; }
    @media (min-width: 48em) {
      .entry__quote > p {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 64em) {
      .entry__quote > p {
        font-size: 24px;
        font-size: 1.5rem; } }

.entry__quote-author {
  font-weight: 600; }

@media (min-width: 48em) {
  .col-2 {
    padding-left: 0;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; } }
@media (min-width: 48em) {
  .col-2 li {
    list-style-position: inside;
    margin-bottom: 0;
    padding-bottom: 1em; } }

.overlayed {
  position: relative; }
  .overlayed:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(230deg, rgba(26, 25, 25, 0) 50%, #1a1919 85%);
    background: linear-gradient(220deg, rgba(26, 25, 25, 0) 50%, #1a1919 85%); }

.btn, .more-link, .gform_button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1.6em 2.5em 1.8em;
  border: none;
  background: transparent;
  color: #e95e27;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-size: 1rem; }
  .btn:hover, .btn:focus, .more-link:hover, .more-link:focus, .gform_button:hover, .gform_button:focus {
    outline: none; }

.no-borderimage .btn--bd, .no-borderimage .more-link, .no-borderimage .gform_button {
  border: 2px solid; }
.borderimage .btn--bd, .borderimage .more-link, .borderimage .gform_button {
  border-width: 2px;
  -webkit-border-image: url(img/btn.svg) 2 2 stretch;
          border-image: url(img/btn.svg) 2 2 stretch; }

.btn--fill {
  color: #fff;
  background: #FF7700 -webkit-gradient(linear, left top, left bottom, from(#FF7700), to(#F24A02)) no-repeat;
  background: #FF7700 -webkit-linear-gradient(#FF7700, #F24A02) no-repeat;
  background: #FF7700 linear-gradient(#FF7700, #F24A02) no-repeat;
  opacity: 0.95;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px rgba(26, 25, 25, 0.5), 0 1px 3px rgba(26, 25, 25, 0.7);
          box-shadow: 0 0 1px rgba(26, 25, 25, 0.5), 0 1px 3px rgba(26, 25, 25, 0.7);
  text-shadow: 0 1px 2px rgba(26, 25, 25, 0.3);
  -webkit-transition: background-position 200ms ease, opacity 100ms ease;
          transition: background-position 200ms ease, opacity 100ms ease; }
  .btn--fill:hover, .btn--fill:focus {
    background-position: center 100px;
    opacity: 1;
    color: #fff; }

.btn--xs {
  padding: 0.33333em 1.25em 0.533em; }
  @media (min-width: 48em) {
    .btn--xs {
      padding: 0.5em 0.7em 0.7em; } }

.btn--s {
  padding: 0.53333em 1.4em 0.733em; }
  @media (min-width: 48em) {
    .btn--s {
      padding: 0.8em 1em 1em; } }

.btn--m {
  padding: 1.06667em 1.8em 1.267em; }
  @media (min-width: 48em) {
    .btn--m {
      padding: 1.6em 1.8em 1.8em; } }

.btn--l {
  padding: 1.2em 1.9em 1.4em; }
  @media (min-width: 48em) {
    .btn--l {
      padding: 1.8em 2em 2em; } }

.btn--xl {
  padding: 1.33333em 2em 1.533em; }
  @media (min-width: 48em) {
    .btn--xl {
      padding: 2em 2.2em 2.2em; } }

.btn [class^="icon-"], .btn [class*=" icon-"] {
  position: relative;
  top: -0.03em; }

.more-link {
  padding: 0.5em 0.7em 0.7em; }

[data-bg-cover] {
  -webkit-background-size: cover cover;
          background-size: cover;
  background-position: center center; }

.hero {
  position: relative;
  min-height: 25em; }
  @media (min-width: 35.5em) {
    .hero {
      min-height: 28.125em; } }
  @media (min-width: 48em) {
    .hero {
      min-height: 31.25em; } }
  @media (min-width: 64em) {
    .hero {
      min-height: 34.375em; } }
  @media (min-width: 75em) {
    .hero {
      min-height: 37.5em; } }
  @media (min-width: 90em) {
    .hero {
      min-height: 40.625em; } }

.hero__in {
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%; }

.hero__text {
  color: #FFFAF7;
  text-shadow: 0 1px 2px rgba(26, 25, 25, 0.3); }
  @media (min-width: 35.5em) {
    .hero__text {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 65.333%;
      margin-left: 0%;
      margin-right: 4%; }
      .hero__text:last-child {
        margin-right: 0%; } }
  @media (min-width: 48em) {
    .hero__text {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 48%;
      margin-left: 0%;
      margin-right: 4%; }
      .hero__text:last-child {
        margin-right: 0%; } }
  .hero__text > p {
    font-weight: 300;
    margin-bottom: 1.5em; }
  .hero__text > .btn {
    display: block; }
    @media (min-width: 35.5em) {
      .hero__text > .btn {
        display: inline-block; } }

.hero__title {
  text-transform: uppercase;
  font-weight: 700; }

.page-header {
  position: relative;
  min-height: 10em;
  background: #1A1919; }
  @media (min-width: 35.5em) {
    .page-header {
      min-height: 11.25em; } }
  @media (min-width: 48em) {
    .page-header {
      min-height: 13.75em; } }
  @media (min-width: 64em) {
    .page-header {
      min-height: 15em; } }
  .page-header.overlayed {
    min-height: 11.25em; }
    @media (min-width: 35.5em) {
      .page-header.overlayed {
        min-height: 13.75em; } }
    @media (min-width: 48em) {
      .page-header.overlayed {
        min-height: 16.25em; } }
    @media (min-width: 64em) {
      .page-header.overlayed {
        min-height: 19.375em; } }

.page-header__in {
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%; }
  @media (min-width: 35.5em) {
    .page-header__in {
      bottom: 1.4em; } }
  @media (min-width: 64em) {
    .page-header__in {
      bottom: 1.7em; } }
  .page-header__in.overlayed {
    bottom: 1.3em; }
    @media (min-width: 35.5em) {
      .page-header__in.overlayed {
        bottom: 1.5em; } }
    @media (min-width: 64em) {
      .page-header__in.overlayed {
        bottom: 2em; } }

.page-header__title, .page-header__breadcrumb, .divider {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  color: #fff; }
  @media (min-width: 35.5em) {
    .page-header__title {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media (min-width: 48em) {
    .page-header__title {
      font-size: 48px;
      font-size: 3rem; } }
  @media (min-width: 64em) {
    .page-header__title {
      font-size: 62px;
      font-size: 3.875rem; } }
  .overlayed .page-header__title, .overlayed .page-header__breadcrumb, .overlayed .divider {
    margin-bottom: 0.5em;
    font-size: 36px;
    font-size: 2.25rem; }
    @media (min-width: 35.5em) {
      .overlayed .page-header__title {
        font-size: 46px;
        font-size: 2.875rem; } }
    @media (min-width: 48em) {
      .overlayed .page-header__title {
        font-size: 58px;
        font-size: 3.625rem; } }
    @media (min-width: 64em) {
      .overlayed .page-header__title {
        font-size: 72px;
        font-size: 4.5rem; } }

.page-header__breadcrumb, .divider {
  display: none;
  font-weight: 400;
  color: #807C79; }
  @media (min-width: 35.5em) {
    .page-header__breadcrumb, .divider {
      display: inline-block;
      font-size: 36px;
      font-size: 2.25rem; } }
  @media (min-width: 48em) {
    .page-header__breadcrumb, .divider {
      font-size: 48px;
      font-size: 3rem; } }
  @media (min-width: 64em) {
    .page-header__breadcrumb, .divider {
      font-size: 62px;
      font-size: 3.875rem; } }

/* Image listings - Galleries */
.gallery {
  font-size: 0;
  text-align: left;
  margin-left: -2%; }
  .gallery .gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 2%; }
    @media (min-width: 48em) {
      .gallery .gallery-item {
        width: 48%; } }
    @media (min-width: 64em) {
      .gallery .gallery-item {
        width: 31.33%; } }

.gallery-padded .gallery-item a {
  display: block;
  padding: 0.6em;
  font-size: 16px;
  font-size: 1rem; }

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  vertical-align: middle;
  border: 0; }
.wp-pagenavi .pages {
  margin-right: 1.875em; }

.module, .widget {
  position: relative;
  margin-bottom: 3em; }
  @media (min-width: 48em) {
    .module, .widget {
      margin-bottom: 0; } }
  .module:last-child, .widget:last-child {
    padding-bottom: 0; }
  .module:before, .widget:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.0625em;
    background: -webkit-gradient(linear, left top, right top, from(#e99b27), to(#e95e27));
    background: -webkit-linear-gradient(left, #e99b27, #e95e27);
    background: linear-gradient(to right, #e99b27, #e95e27); }

@media (min-width: 48em) {
  .module--single {
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    margin-left: 0%;
    margin-right: 4%; }
    .module--single:last-child {
      margin-right: 0%; } }
@media (min-width: 64em) {
  .module--single {
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 30.667%;
    margin-left: 0%;
    margin-right: 4%;
    clear: none; }
    .module--single:last-child {
      margin-right: 0%; } }
@media (min-width: 48em) {
  .module--single + .module--single {
    margin-right: 0; } }
@media (min-width: 64em) {
  .module--single + .module--single {
    margin-right: 4%; } }

.module--double {
  clear: both; }

.module--full {
  clear: both; }

@media (min-width: 64em) {
  .module--single--l {
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 30.667%;
    margin-left: 0%;
    margin-right: 4%;
    clear: none; }
    .module--single--l:last-child {
      margin-right: 0%; } }
@media (min-width: 64em) {
  .module--single--l + .module--single--l + .module--single--l {
    margin-right: 0; } }
@media (min-width: 64em) {
  .sidebar .module--single--l {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .sidebar .module--single--l:first-child {
      margin-left: auto; }
    .sidebar .module--single--l:last-child {
      margin-right: auto; } }

@media (min-width: 64em) {
  .module--double--l {
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 65.333%;
    margin-left: 0%;
    margin-right: 4%;
    clear: none; }
    .module--double--l:last-child {
      margin-right: 0%; } }
@media (min-width: 64em) {
  .module--double--l + .module--single--l {
    margin-right: 0; } }

.module--clean:before {
  display: none; }

.module__title {
  padding: 1.25em 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600; }

.module__alert {
  padding: 0.5em 1.5em 0.8em;
  color: #b2afad;
  border: 1px solid #d7d6d5;
  font-weight: 500;
  text-align: center; }

.slideshow {
  margin: 0; }

.slide {
  position: relative;
  width: 100%;
  background: #e95e27; }
  .slide a {
    display: block; }
  .slide img {
    display: block; }
    @media (min-width: 35.5em) {
      @media (max-width: 47.9375em) {
        .slide img {
          float: left;
          margin-right: 1em; } } }

.slide__description {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.8em;
  color: #FFFAF7;
  background: rgba(200, 71, 20, 0.8);
  text-shadow: 0 1px 2px rgba(26, 25, 25, 0.3);
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase; }
  @media (min-width: 35.5em) {
    @media (max-width: 47.9375em) {
      .slide__description {
        position: static;
        display: block;
        padding: 0.5em 0;
        background: none;
        font-size: 28px;
        font-size: 1.75rem; } } }

.article {
  position: relative;
  padding-bottom: 2em; }
  @media (min-width: 48em) {
    .module--double .article {
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 48%;
      margin-left: 0%;
      margin-right: 4%; }
      .module--double .article:last-child {
        margin-right: 0%; } }

.article__title {
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: none !important; }
  .article__title > a {
    color: #333231;
    -webkit-transition: color 200ms ease;
            transition: color 200ms ease; }
    .article__title > a:hover, .article__title > a:focus {
      color: #807C79; }

.article__excerpt {
  margin: 0;
  color: #807C79;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

.post__title {
  line-height: 1.1;
  font-weight: 600; }
  @media (max-width: 35.4375em) {
    .post__title {
      font-size: 28px;
      font-size: 1.75rem; } }
  .post .post__title {
    text-transform: none; }
  .post__title > a {
    color: #333231; }

.metadata {
  margin-bottom: 1em;
  color: #807C79;
  text-transform: uppercase;
  font-size: 0.7em;
  -webkit-transform: translateY(-0.7em);
      -ms-transform: translateY(-0.7em);
          transform: translateY(-0.7em); }

.post__date .shape-calendar {
  fill: #807C79;
  margin-right: 0.1em;
  width: 12px;
  height: 12px; }

.sidebar .post--career .post__title {
  font-size: 24px;
  font-size: 1.5rem; }
.sidebar .post--career p {
  margin-bottom: 1.07143em !important;
  font-size: 14px;
  font-size: 0.875rem; }

.careers-form {
  border: 2px solid #ee8055;
  background: url(img/game-bg-alt.jpg) no-repeat 70% bottom;
  border-radius: 4px;
  padding: 1.25em 1.875em;
  -webkit-box-shadow: 0 0 1px rgba(128, 124, 121, 0.3), 0 2px 4px rgba(128, 124, 121, 0.3);
          box-shadow: 0 0 1px rgba(128, 124, 121, 0.3), 0 2px 4px rgba(128, 124, 121, 0.3); }
  .careers-form #field_1_1 ~ .gfield {
    display: inline-block;
    vertical-align: top; }
  .careers-form .gfield_label {
    font-weight: 400 !important;
    font-size: 18px;
    font-size: 1.125rem; }
  .careers-form .ginput_container input[type="text"], .careers-form .ginput_container input[type="email"] {
    padding: 1.07143em 1.42857em;
    border: 1px solid #b2afad;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 4px; }
    .careers-form .ginput_container input[type="text"]:focus, .careers-form .ginput_container input[type="email"]:focus {
      padding: 1em 1.35714em;
      border: 2px solid #e95e27; }
  .careers-form .ginput_container input[type="file"] {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    font-size: 14px;
    font-size: 0.875rem; }
  .careers-form .gform_footer {
    margin-top: 0 !important; }

/*	Specific styles - Styles that won't fit in a modular .sass file
  	@mixin =========================================================================	*/