/* Page-specific styles for the main page. */
/* Common styles used throughout the site.
   Import this in a page-specific stylesheet to get all the default styles. */
/* Definitions of variables, mixins, etc. used throughout the site.
   You probably shouldn't import this directly in a page-specific stylesheet.
   Use _common.scss (which imports this file itself) instead. */
/* defaults */
/* ======== */
/* breakpoints */
/* =========== */
/* grid */
/* ==== */
/* mixins */
/* ====== */
/* line 5, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../sass/_common.scss */
.media {
  background: #000;
  color: #fff;
}

/* line 13, ../sass/_common.scss */
.download, .platforms {
  background: #fff;
  color: #000;
}

/* line 18, ../sass/_common.scss */
body {
  font-family: "Open Sans", "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #000;
  color: #fff;
}

/* line 25, ../sass/_common.scss */
header {
  background-color: #000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyN2I4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVmMmQ2YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(90deg, #e27b84, #5f2d6a);
  background-image: -webkit-linear-gradient(90deg, #e27b84, #5f2d6a);
  background-image: linear-gradient(0deg, #e27b84, #5f2d6a);
  padding: 50px 0;
  text-align: center;
}
/* line 31, ../sass/_common.scss */
header img {
  min-width: 320px;
  width: 33%;
}

/* line 37, ../sass/_common.scss */
.footer {
  height: 80px;
  background: #000;
  line-height: 80px;
  font-size: 14px;
}
/* line 43, ../sass/_common.scss */
.footer .esrb {
  display: inline-block;
  height: 53px;
  margin-left: 10px;
  vertical-align: middle;
}
/* line 50, ../sass/_common.scss */
.footer .socialmedia {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
/* line 56, ../sass/_common.scss */
.footer .socialmedia .bold {
  font-weight: bold;
}
/* line 60, ../sass/_common.scss */
.footer .socialmedia li {
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
  list-style: none;
}
/* line 66, ../sass/_common.scss */
.footer .socialmedia li a {
  color: #fff;
  text-decoration: none;
}

/* SPLASH */
/* line 8, ../sass/main.scss */
.splash {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 480px) {
  /* line 8, ../sass/main.scss */
  .splash {
    height: 300px;
  }
  /* line 18, ../sass/main.scss */
  .splash .calltoaction {
    width: 400px !important;
    height: 200px !important;
  }
  /* line 22, ../sass/main.scss */
  .splash a {
    height: 60px !important;
    padding: 0 28px !important;
    font-size: 18px !important;
    line-height: 60px !important;
  }
}
@media (min-width: 768px) {
  /* line 8, ../sass/main.scss */
  .splash {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  /* line 8, ../sass/main.scss */
  .splash {
    height: 550px;
  }
  /* line 35, ../sass/main.scss */
  .splash .calltoaction {
    width: 600px !important;
    height: 265px !important;
  }
  /* line 38, ../sass/main.scss */
  .splash a {
    height: 74px !important;
    padding: 0 36px !important;
    font-size: 24px !important;
    line-height: 74px !important;
  }
}
@media (min-width: 1280px) {
  /* line 8, ../sass/main.scss */
  .splash {
    height: 700px;
  }
}
/* line 49, ../sass/main.scss */
.splash .calltoaction {
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 150px;
  text-align: center;
  z-index: 2;
}
/* line 55, ../sass/main.scss */
.splash .calltoaction .logo {
  width: 100%;
}
/* line 60, ../sass/main.scss */
.splash .calltoaction a {
  width: auto;
  height: 50px;
  margin: 6px auto 0 auto;
  padding: 0 24px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 2px;
  background: #000;
  color: #fff;
}
/* line 75, ../sass/main.scss */
.splash .calltoaction a:hover {
  background: #fff;
  color: #000;
}
/* line 82, ../sass/main.scss */
.splash .scene {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 86, ../sass/main.scss */
.splash .scene .layer {
  width: 100%;
  height: 100%;
}
/* line 90, ../sass/main.scss */
.splash .scene .layer > img {
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 125%;
  left: -12.5%;
}

/* ONE LINER */
/* line 100, ../sass/main.scss */
.oneliner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 12, ../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.oneliner:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 107, ../sass/main.scss */
.oneliner p {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  margin: 0;
  padding: 60px 6.77966%;
  position: relative;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 1px;
  z-index: 1;
}
@media (min-width: 768px) {
  /* line 107, ../sass/main.scss */
  .oneliner p {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    padding: 80px 15.25424% 0 15.25424%;
    font-size: 20px;
  }
}
/* line 121, ../sass/main.scss */
.oneliner p strong {
  text-transform: uppercase;
}
/* line 126, ../sass/main.scss */
.oneliner .awards {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  width: 66%;
}
/* line 136, ../sass/main.scss */
.oneliner .award {
  margin-bottom: 30px;
  min-width: 172px;
  width: 25%;
}

/* line 142, ../sass/main.scss */
.video {
  width: 560px;
  height: 315px;
  max-width: 90%;
  padding: 40px 0 80px 0;
  display: inline-block;
}

/* THE GAME */
/* line 154, ../sass/main.scss */
.thegame .parallax-window {
  height: 360px;
  background-size: cover;
  background-position: center;
}
/* line 162, ../sass/main.scss */
.thegame .parallax-window.coremechanic {
  background-size: cover;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}
/* line 169, ../sass/main.scss */
.thegame .blurb {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.thegame .blurb:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 172, ../sass/main.scss */
.thegame .blurb p {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  margin: 0;
  padding: 80px 6.77966%;
  position: relative;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  line-height: 42px;
  letter-spacing: 1px;
  z-index: 1;
}
@media (min-width: 768px) {
  /* line 172, ../sass/main.scss */
  .thegame .blurb p {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    padding: 100px 15.25424%;
    font-size: 20px;
  }
}

/* DOWNLOAD */
/* line 192, ../sass/main.scss */
.download {
  padding: 100px 30px;
  text-align: center;
}
/* line 197, ../sass/main.scss */
.download h1 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 205, ../sass/main.scss */
.download .mc-field-group {
  font-size: 0;
}
/* line 208, ../sass/main.scss */
.download .mc-field-group .email-label, .download .mc-field-group input {
  margin: 0;
  padding: 4px 8px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  border: 2px solid #000;
}
/* line 215, ../sass/main.scss */
.download .mc-field-group .email-label {
  height: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 32px;
  background: #000;
  color: #fff;
}
/* line 223, ../sass/main.scss */
.download .mc-field-group input {
  width: 230px;
  height: 32px;
}
/* line 226, ../sass/main.scss */
.download .mc-field-group .subscription {
  padding-top: 10px;
  font-size: 16px;
}
/* line 229, ../sass/main.scss */
.download .mc-field-group .subscription input {
  width: 30px;
}
/* line 232, ../sass/main.scss */
.download .mc-field-group .subscription label {
  height: 32px;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
}
/* line 241, ../sass/main.scss */
.download #mc-embedded-subscribe {
  width: 240px;
  margin: 50px 0 0 0;
  padding: 12px 0;
  border: none;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
/* line 251, ../sass/main.scss */
.download #mc-embedded-subscribe:hover {
  cursor: pointer;
}
/* line 256, ../sass/main.scss */
.download a, .download .subscribe {
  font-size: 14px;
}

/* MEDIA */
/* line 262, ../sass/main.scss */
.media {
  padding: 100px 30px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 268, ../sass/main.scss */
.media h1 {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 276, ../sass/main.scss */
.media .media-links > div {
  display: inline-block;
  width: 30%;
}
/* line 281, ../sass/main.scss */
.media img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  /* line 288, ../sass/main.scss */
  .media .media-links > div {
    width: 100%;
  }
  /* line 291, ../sass/main.scss */
  .media .media-links > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 100px;
  }
}

/* PLATFORMS */
/* line 300, ../sass/main.scss */
.platforms {
  padding: 100px 30px;
  text-align: center;
}
/* line 305, ../sass/main.scss */
.platforms h1 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 313, ../sass/main.scss */
.platforms .platform-logos {
  margin-left: auto;
  margin-right: auto;
  width: 66%;
}
/* line 318, ../sass/main.scss */
.platforms .platform-logos img {
  display: inline-block;
  width: 50%;
  margin-bottom: 35px;
}
/* line 324, ../sass/main.scss */
.platforms .platform-logos .ps4-info {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  /* line 330, ../sass/main.scss */
  .platforms .platform-logos {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 336, ../sass/main.scss */
  .platforms .platform-logos {
    width: 80%;
  }
  /* line 339, ../sass/main.scss */
  .platforms .platform-logos img {
    display: block;
    width: 100%;
  }
}
/* line 346, ../sass/main.scss */
.platforms .iframe-wrapper {
  margin-bottom: 100px;
  text-align: center;
  width: 100%;
}
/* line 350, ../sass/main.scss */
.platforms .iframe-wrapper:last-of-type {
  margin-bottom: 50px !important;
}
/* line 353, ../sass/main.scss */
.platforms .iframe-wrapper img {
  border: 4px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  width: 500px;
}
/* line 359, ../sass/main.scss */
.platforms .iframe-wrapper h1 {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  /* line 364, ../sass/main.scss */
  .platforms .iframe-wrapper img {
    width: 60% !important;
  }
}
@media (max-width: 480px) {
  /* line 369, ../sass/main.scss */
  .platforms .iframe-wrapper img {
    width: 80% !important;
  }
}

/* AS FEATURED ON */
/* line 376, ../sass/main.scss */
.asfeaturedon {
  height: 220px;
  width: 100%;
  text-align: left;
  line-height: 220px;
  background: #000;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/* line 386, ../sass/main.scss */
.asfeaturedon::-webkit-scrollbar {
  display: none;
}
/* line 390, ../sass/main.scss */
.asfeaturedon h1 {
  margin-left: 30px;
  float: left;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 399, ../sass/main.scss */
.asfeaturedon ul {
  height: 220px;
  width: 3140px;
  display: inline-block;
}
/* line 408, ../sass/main.scss */
.asfeaturedon ul li {
  height: 220px;
  display: inline-block;
  line-height: 220px;
  white-space: normal;
  float: left;
}
/* line 415, ../sass/main.scss */
.asfeaturedon ul li:before {
  content: "";
  width: 1px;
  height: 220px;
  margin-left: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.2);
}
/* line 425, ../sass/main.scss */
.asfeaturedon ul li img, .asfeaturedon ul li p {
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
}
/* line 431, ../sass/main.scss */
.asfeaturedon ul li p {
  width: 300px;
  font-size: 16px;
  line-height: 24px;
}

/* TEAM */
/* line 441, ../sass/main.scss */
.team {
  padding: 50px 20px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
/* line 452, ../sass/main.scss */
.team .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
/* line 459, ../sass/main.scss */
.team * > a {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
/* line 464, ../sass/main.scss */
.team #friends-link {
  text-decoration: underline;
}
/* line 468, ../sass/main.scss */
.team h1 {
  margin-bottom: 12px;
  position: relative;
  font-size: 24px;
  line-height: 36px;
  z-index: 1;
}
/* line 476, ../sass/main.scss */
.team .info {
  position: relative;
  z-index: 1;
}
/* line 481, ../sass/main.scss */
.team img {
  width: 140px;
  margin-top: 25px;
}

/* line 486, ../sass/main.scss */
.friends {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.94);
  overflow-y: scroll;
  z-index: 999999;
  display: none;
}
/* line 496, ../sass/main.scss */
.friends .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 503, ../sass/main.scss */
.friends h1 {
  padding-top: 100px;
  font-size: 24px;
  font-weight: 700;
}
/* line 508, ../sass/main.scss */
.friends ul {
  width: 50%;
  padding: 150px 0;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
}
/* line 518, ../sass/main.scss */
.friends ul li a {
  color: white;
}
