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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 62.5%;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #525D62; }

img {
  display: block; }

a:hover, a:active, a:focus {
  cursor: pointer; }

.container {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 1000px) {
    .container {
      padding: 0;
      width: 1000px; } }

.group {
  zoom: 1; }
  .group:before, .group:after {
    content: " ";
    display: block; }
  .group:after {
    clear: both; }

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

.icon {
  line-height: 1; }

.btn {
  background: #89DDFD;
  border: none;
  color: #000;
  display: block;
  float: left;
  line-height: 50px;
  max-width: 440px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: background 180ms ease-in-out 0ms;
  transition: background 180ms ease-in-out 0ms; }
  @media (min-width: 1000px) {
    .btn:hover, .btn:active, .btn:focus {
      background: #FFF;
      cursor: pointer; } }

.beta__buy {
	float: none;
	width:60%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.beta__info {
	background: #FCBF8A;
	float: none;
	width:60%;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}  
	  
.screenshot {
  display: none;
  padding: 15px;
  width: 100%;
  z-index: 100000;
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%; }
  @media (min-width: 1000px) {
    .screenshot {
      padding: 40px; } }
  @media (min-width: 1600px) {
    .screenshot {
      width: 1600px; } }

.screenshot-close {
  background: #000;
  color: #FFF;
  display: inline-block;
  font-weight: 400;
  margin: -20px 0 0;
  padding: 10px;
  z-index: 1000;
  font-size: 12px;
  font-size: 1.2rem;
  position: fixed;
  top: -20px;
  right: 15px;
  bottom: auto;
  left: auto; }
  @media (min-width: 1000px) {
    .screenshot-close {
      right: 40px;
      top: 0;
      font-size: 14px;
      font-size: 1.4rem;
      -webkit-transition: background 180ms ease-in-out 0ms, color 180ms ease-in-out 0ms;
      transition: background 180ms ease-in-out 0ms, color 180ms ease-in-out 0ms; }
      .screenshot-close:hover, .screenshot-close:active, .screenshot-close:focus {
        background: #FFF;
        color: #000; } }

.controls {
  background: #000;
  color: #FFF;
  display: inline-block;
  font-weight: 400;
  margin: -20px 0 0;
  padding: 10px;
  z-index: 1000;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0; }
  @media (min-width: 1000px) {
    .controls {
      font-size: 14px;
      font-size: 1.4rem;
      -webkit-transition: background 180ms ease-in-out 0ms, color 180ms ease-in-out 0ms;
      transition: background 180ms ease-in-out 0ms, color 180ms ease-in-out 0ms; }
      .controls:hover, .controls:active, .controls:focus {
        background: #FFF;
        color: #000; } }
  .controls--prev {
    left: 10px; }
    @media (min-width: 1000px) {
      .controls--prev {
        left: 40px; } }
  .controls--next {
    left: auto;
    right: 10px; }
    @media (min-width: 1000px) {
      .controls--next {
        right: 40px; } }

.overlay {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }
  .lt-ie9 .overlay {
    background: #000; }

.video-background {
  display: none;
  width: 100%;
  z-index: 10000;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }
  @media (min-width: 1000px) {
    .video-background {
      top: 100px; } }

.video-close {
  position: absolute;
  top: -6px;
  right: -8px;
  bottom: auto;
  left: auto; }

.video-container {
  padding-top: 61.2%; }
  .video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 135px;
    right: auto;
    bottom: auto;
    left: 0; }
    @media (min-width: 768px) {
      .video-container iframe, .video-container object, .video-container embed {
        padding: 28px 25px;
        top: 0; } }
  .video-container--video iframe, .video-container--video object, .video-container--video embed {
    top: 0; }

#VideoContainerMedia {
  display: none; }

body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: 1.4rem; }

p {
  margin: 0 0 20px 0; }
  p:last-child {
    margin: 0; }

h2 {
  font-family: 'Neo Sans';
  margin: 0 0 20px 0;
  font-size: 22px;
  font-size: 2.2rem; }
  .welcome h2 {
    font-weight: 200; }
h3 {
  font-family: 'Neo Sans';
  margin: 0 0 20px 0;
  font-size: 20px;
  font-size: 2.0rem; }

input {
  font-family: 'Open Sans', sans-serif; }

.navigation {
  font-family: 'Neo Sans';
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem; }

.landing__stat {
  font-family: 'Neo Sans';
  font-weight: 200;
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem; }

.trailer__cta {
  font-family: 'Neo Sans';
  font-size: 15px;
  font-size: 1.5rem; }

.welcome p {
  font-size: 16px;
  font-size: 1.6rem; }

.footer {
  font-size: 12px;
  font-size: 1.2rem; }

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#dc56f0938c09c27a4156bb0f8f5176a2') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Neo Sans';
  src: url('../fonts/Monotype Imaging - NeoSansStd-Light.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Monotype Imaging - NeoSansStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Monotype Imaging - NeoSansStd-Light.woff') format('woff'), url('../fonts/Monotype Imaging - NeoSansStd-Light.ttf') format('truetype'), url('../fonts/Monotype Imaging - NeoSansStd-Light.svg#994acf8cde643c658fa4d87f1a0d786b') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'Neo Sans';
  src: url('../fonts/Monotype Imaging - NeoSansStd-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Monotype Imaging - NeoSansStd-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Monotype Imaging - NeoSansStd-Regular.woff') format('woff'), url('../fonts/Monotype Imaging - NeoSansStd-Regular.ttf') format('truetype'), url('../fonts/Monotype Imaging - NeoSansStd-Regular.svg#6b94167f362721a15c8c80567e8945f1') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Neo Sans';
  src: url('../fonts/Monotype Imaging - NeoSansStd-Medium.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Monotype Imaging - NeoSansStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Monotype Imaging - NeoSansStd-Medium.woff') format('woff'), url('../fonts/Monotype Imaging - NeoSansStd-Medium.ttf') format('truetype'), url('../fonts/Monotype Imaging - NeoSansStd-Medium.svg#2f77075bc005b68bf9dfa5e4987c1813') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 600; }

.wrapper {
  background: url(../images/structure/background.png) 0 0 repeat;
  margin: 0 auto;
  max-width: 1920px; }
  @media (min-width: 1000px) {
    .wrapper {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); } }

.header {
  background: #FFF;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 100000000; }
  @media (min-width: 1000px) {
    .header:before {
      background: #FFF;
      content: '';
      display: block;
      height: 28px;
      margin: 0 0 0 -14px;
      width: 28px;
      z-index: 0;
      position: absolute;
      top: auto;
      right: auto;
      bottom: -14px;
      left: 50%;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header:after {
      background: #89DDFD;
      content: '';
      display: block;
      height: 8px;
      margin: 0 0 0 -4px;
      width: 8px;
      z-index: 100;
      position: absolute;
      top: auto;
      right: auto;
      bottom: -4px;
      left: 50%;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); } }
  .header .container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 0 0 15px; }
    @media (min-width: 1000px) {
      .header .container {
        padding: 0; } }
  .header__logo {
    display: none; }
    @media (min-width: 1000px) {
      .header__logo {
        background: url(../images/content/logo-small.png) 0 0 no-repeat;
        display: block;
        float: left;
        height: 71px;
        margin: 5px 0 0;
        text-indent: -9999px;
        width: 65px; } }

@media (min-width: 1000px) {
  .navigation {
    float: right;
    height: 50px;
    overflow: hidden; } }
.navigation__item {
  border-right: 1px solid #BFC7CA;
  float: left;
  margin: 15px 10px 0 0; }
  @media (min-width: 480px) {
    .navigation__item {
      margin-right: 200x; } }
  .navigation__item a {
    color: #3F6577;
    display: block;
    line-height: 1;
    padding: 5px 10px 0 0; }
    @media (min-width: 480px) {
      .navigation__item a {
        padding-right: 20px; } }
    @media (min-width: 1000px) {
      .navigation__item a {
        -webkit-transition: background 180ms ease-in-out 0ms, color 180ms ease-in-out 0ms;
        transition: background 180ms ease-in-out 0ms, color 180ms ease-in-out 0ms; } }
  .navigation__item--end {
    border: none; }
    @media (min-width: 1000px) {
      .navigation__item--end a {
        padding-right: 8px; } }
  .navigation__item--home {
    display: none; }
    @media (min-width: 1000px) {
      .navigation__item--home {
        display: block; } }
    .navigation__item--home img {
      position: relative;
      top: -2px;
      right: auto;
      bottom: auto;
      left: auto; }
  .navigation__item--social {
    display: none; }
    @media (min-width: 480px) {
      .navigation__item--social {
        border: none;
        display: block; }
        .navigation__item--social a {
          float: left;
          margin: 0 10px 0 0;
          padding: 0; } }
  .navigation__item--cta {
    background: #89DDFD;
    border: none;
    font-weight: 600;
    float: right;
    margin: 0; }
    .navigation__item--cta a {
      color: #FFF;
      line-height: 50px;
      padding: 0 15px; }
      @media (min-width: 1000px) {
        .navigation__item--cta a {
          line-height: 52px;
          padding: 0 40px;
          font-size: 17px;
          font-size: 1.7rem; }
          .navigation__item--cta a:hover, .navigation__item--cta a:active, .navigation__item--cta a:focus {
            background: #2A495B; } }

.icon {
  display: block;
  height: 20px;
  width: 20px; }
  .icon--facebook {
    background: url(../images/content/icon-facebook.png) 0 0 no-repeat; }
  .icon--twitter {
    background: url(../images/content/icon-twitter.png) 0 0 no-repeat; }
  .icon--play {
    background-image: url(../images/content/icon-play.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40%; }
    @media (min-width: 768px) {
      .icon--play {
        background-size: auto; } }

.landing {
  padding-top: 80px; }
  @media (min-width: 1000px) {
    .landing {
      background: url(../images/structure/backgorund-header.jpg) 50% 0 no-repeat;
      padding-top: 50px; } }
  @media (min-width: 1000px) {
    .landing__header {
      float: left;
      margin: 90px 0 0;
      z-index: 10;
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: -65px; } }
  .landing__logo {
    margin: 0 auto; }
    @media (min-width: 1000px) {
      .landing__logo {
        float: left; } }
    .landing__logo img {
      margin: 0 auto;
      max-width: 209px;
      width: 45%;
      position: relative;
      top: -15px;
      right: auto;
      bottom: auto;
      left: auto; }
      @media (min-width: 1000px) {
        .landing__logo img {
          width: auto;
          position: relative;
          top: auto;
          right: auto;
          bottom: auto;
          left: auto; } }
  @media (min-width: 1000px) {
    .landing__stats {
      float: left;
      margin: 85px 0 0 45px; } }
  .landing__stat {
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    @media (min-width: 1000px) {
      .landing__stat {
        text-align: left; } }

.landing-mm{
	background: url(../images/structure/mm-backgorund-header.jpg) 50% 0 no-repeat;
}
		
.trailer {
  position: relative; }
  .trailer--open {
    position: static; }
  .trailer__cta {
    background-color: #FFF;
    color: #000;
    border-radius: 20px;
    display: block;
    height: 40px;
    line-height: 44px;
    margin: 0 0 0 -81px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    z-index: 100;
    position: absolute;
    top: 32.5%;
    right: auto;
    bottom: auto;
    left: 50%; }
    @media (min-width: 480px) {
      .trailer__cta {
        border-radius: 34px;
        height: 68px;
        line-height: 72px;
        padding: 0 30px 0 0; } }
    @media (min-width: 1000px) {
      .trailer__cta {
        background-color: rgba(255, 255, 255, 0.85);
        bottom: 340px;
        top: auto; }
        .trailer__cta:hover .icon, .trailer__cta:active .icon, .trailer__cta:focus .icon {
          background-color: #2A495B; } }
    .trailer__cta .icon {
      background-color: #89DDFD;
      border-radius: 16px;
      color: #FFF;
      display: block;
      float: left;
      height: 32px;
      margin: 4px 10px 0 4px;
      width: 32px; }
      @media (min-width: 480px) {
        .trailer__cta .icon {
          border-radius: 28px;
          height: 56px;
          margin: 6px 15px 0 6px;
          width: 56px; } }
      @media (min-width: 1000px) {
        .trailer__cta .icon {
          -webkit-transition: background 180ms ease-in-out 0ms;
          transition: background 180ms ease-in-out 0ms; } }
  .trailer__image {
    display: inline; }


.beta {
	color: #FFF;
  background: rgba(43, 53, 58, 0.5);
  padding: 20px;
 }
  @media (min-width: 1000px) {
    .beta {
      margin: 0px 0 0;
      padding: 0; } }
  @media (min-width: 1000px) {
    .beta__article {
      padding: 35px;
      width: 1000px;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      } }
  .beta h3 {
	margin-top: 10px;}

  .beta ul {
	margin-top: -10px;
	padding-left: 20px;
    color: #FFF;
    list-style-type: circle;
  }

  @media (max-width: 700px) {
  .beta_side {
	margin: 10px;
  } }
  .beta_side p {
      font-size: 16px;
  }
  @media (min-width: 700px) {
  .beta_side {
	width:50%;
	float:left;
  } }
  .beta__image {
    margin: 40px 0 0; }
    @media (min-width: 1000px) {
      .beta__image {
        float: left;
        height: 580px;
        margin: -40px 0 0 -200px;
        width: auto; } }
	
.welcome {
  background: rgba(43, 53, 58, 0.8);
  padding: 20px;
  margin: 150px 0 0;  }
  @media (min-width: 1000px) {
    .welcome {
      padding: 0; } }
	.welcome__article {
	  position: relative; }
  @media (min-width: 1000px) {
    .welcome__copy {
      padding: 0 35px;
      width: 630px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      -ms-transform: translateY(50%);
      -webkit-transform: translateY(50%);
      transform: translateY(50%); } }
  .welcome__copy h2 {
    color: #FFF; }
  .welcome__copy p {
    color: #BFC7CA; }
  .welcome__image {
    margin: 40px 0 0; }
    @media (min-width: 1000px) {
      .welcome__image {
        float: left;
        height: 580px;
        margin: -40px 0 0 -200px;
        width: auto; } }

@media (min-width: 480px) {
  .game-info {
    margin: 70px auto;
    max-width: 478px; } }
@media (min-width: 768px) {
  .game-info {
    max-width: none; } }
@media (min-width: 1000px) {
  .game-info {
    padding: 0 0 0 0;
    max-width: 956px; } }
.game-info__article {
  background: #FFF;
  position: relative; }
  .game-info__article--two {
    background: url(../images/structure/background-module-2.jpg) bottom left no-repeat #2F3A3C;
    color: #FFF; }
	  .game-info__article--four {
    background: url(../images/structure/background-module-3.jpg) bottom left no-repeat #2F3A3C;
    color: #FFF; }
    @media (min-width: 768px) {
      .game-info__article--two {
        background-size: cover; } }
    .game-info__article--two .game-info__copy h2, .game-info__article--two .game-info__copy p {
      color: #FFF; }
	  .game-info__article--four .game-info__copy h2, .game-info__article--four .game-info__copy p {
      color: #FFF; }
.game-info__copy {
  padding: 20px 15px; }
  @media (min-width: 768px) {
    .game-info__copy {
      float: left;
      padding: 25px;
      width: 50%; }
      .game-info__copy--alt {
        float: right; } }
  @media (min-width: 1000px) {
    .game-info__copy {
      padding: 0 80px;
      width: 478px;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: auto;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .game-info__copy--alt {
        right: 0; } }
  .game-info__copy h2 {
    color: #364248; }
  .game-info__copy p {
    color: #627177;
    line-height: 1.8; }
@media (min-width: 768px) {
  .game-info__media {
    float: right;
    width: 50%; }
    .game-info__media--alt {
      float: left; } }
.game-info__image {
  margin: 0 auto; }

.gallery {
  background: rgba(43, 53, 58, 0.8);
  padding: 30px 0; }
  @media (min-width: 1000px) {
    .gallery {
      padding: 60px 0; } }
  .gallery .container {
    max-width: 402px;
    width: 100%; }
    @media (min-width: 768px) {
      .gallery .container {
        max-width: 956px; } }
    @media (min-width: 1000px) {
      .gallery .container {
        max-width: 956px; } }
    @media (min-width: 1600px) {
      .gallery .container {
        max-width: 1280px; } }
    @media (min-width: 1900px) {
      .gallery .container {
        max-width: 1605px; } }
  .gallery__header {
    color: #FFF; }
  .gallery__screenshots {
    list-style-type: none; }
  .gallery__item {
    float: left;
    line-height: 1;
    margin: 0 0 15px; }
    .gallery__item--desk, .gallery__item--wide, .gallery__item--superwide {
      display: none; }
    @media (min-width: 768px) {
      .gallery__item {
        padding: 0 10px 10px 0;
        width: 33.333%; } }
    @media (min-width: 1000px) {
      .gallery__item {
        margin: 0 20px 20px 0;
        padding: 0;
        width: 305px; }
        .gallery__item--desk {
          display: block; }
        .gallery__item:nth-child(3n) {
          margin: 0 0 20px 0; } }
    @media (min-width: 1600px) {
      .gallery__item--wide {
        display: block; }
      .gallery__item:nth-child(3n) {
        margin: 0 20px 20px 0; }
      .gallery__item:nth-child(4n) {
        margin: 0 0 20px 0; } }
    @media (min-width: 1900px) {
      .gallery__item--superwide {
        display: block; }
      .gallery__item:nth-child(4n) {
        margin: 0 20px 20px 0; }
      .gallery__item:nth-child(5n) {
        margin: 0 0 20px 0; } }
  .gallery__link {
    border: 1px solid #9CB1BA;
    box-shadow: 0 0 5px #000;
    display: block;
    -webkit-transition: all 180ms ease-in-out 0ms;
    transition: all 180ms ease-in-out 0ms; }
    .gallery__link--not-hover {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50); }
    .gallery__link img {
      display: block; }

.external {
  background: #131719;
  color: #627177;
  padding: 70px 0; }
  .external .container {
    max-width: 956px; }
  .external__header {
    color: #FFF; }
  .external__blog {
    margin: 0 0 40px 0; }
    @media (min-width: 1000px) {
      .external__blog {
        float: left;
        margin: 0;
        width: 440px; } }
    .external__blog img {
      margin: 0 0 20px 0; }
      @media (min-width: 1000px) {
        .external__blog img {
          float: left;
          margin: 0 0 40px 0; } }
    .external__blog p {
      line-height: 1.8; }
      @media (min-width: 1000px) {
        .external__blog p {
          float: right;
          width: 180px; } }
  @media (min-width: 1000px) {
    .external__newsletter {
      float: right;
      width: 440px; } }
  .external__newsletter p {
    line-height: 1.8; }
  .external__newsletter form {
    max-width: 440px;
    position: relative; }
  .external__newsletter input[type=email] {
    background: none;
    border: 1px solid #57696C;
    color: #FFF;
    height: 50px;
    line-height: 50px;
    padding: 0 37.5% 0 15px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem; }
    @media (min-width: 768px) {
      .external__newsletter input[type=email] {
        padding-right: 27.5%; } }
  .external__newsletter input[type=submit] {
    height: 50px;
    line-height: 45px;
    width: 35%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    font-size: 14px;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .external__newsletter input[type=submit] {
        width: 25%; } }

.footer {
  background: #000;
  border-top: 1px solid #292929;
  padding: 20px 0; }
  .footer .container {
    max-width: 956px; }
  .footer__logo {
    display: block;
    margin: 0 0 20px 0;
    width: 154px; }
    .footer__logo--faded {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40); }
    @media (min-width: 768px) {
      .footer__logo {
        margin: 0 auto; } }
    .footer__logo img {
      display: block; }
  @media (min-width: 768px) {
    .footer__list {
      text-align: center; } }
  .footer__item {
    list-style-type: none;
    line-height: 1.5;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-size: 1.2rem; }
    @media (min-width: 768px) {
      .footer__item {
        display: block;
        margin: 0 0 10px 0; } }
    @media (min-width: 1000px) {
      .footer__item {
        float: left;
        margin: 0 40px 0 0; } }
    @media (min-width: 1000px) {
      .footer__item--end {
        float: right;
        margin: 0 15px 0 0;
        padding: 18px 0 0 0; } }
    @media (min-width: 1000px) {
      .footer__item--copyright {
        margin: 18px 0 0; } }
  .footer__link {
    border-bottom: 1px solid #89DDFD;
    color: #89DDFD; }
    @media (min-width: 1000px) {
      .footer__link {
        -webkit-transition: border 180ms ease-in-out 0ms, color 180ms ease-in-out 0ms;
        transition: border 180ms ease-in-out 0ms, color 180ms ease-in-out 0ms; }
        .footer__link:hover, .footer__link:active, .footer__link:focus {
          border-bottom: 1px solid #FFF;
          color: #FFF; } }
  .footer__copy {
    color: #BFC7CA; }
    @media (min-width: 768px) {
      .footer__copy {
        line-height: 1; } }
    @media (min-width: 1000px) {
      .footer__copy {
        border-left: 1px solid #292929;
        padding: 5px 0 0 15px; } }
    .footer__copy--no-border {
      border: none;
      padding: 5px 0 0 0; }

	  .register_title
{
  font-family: 'Neo Sans';
  font-size: 22px;
  font-size: 2.2rem;
  margin: 10px 10px 0px 10px;
}
	
.register_text
{
  font-family: 'Neo Sans';
  margin: 0px 10px 10px 10px;
  font-size: 14px;

}

.register_title_text
{
	font-family: 'Neo Sans';
	  margin: 30px 0px -10px 0px;
	  font-size: 18px;
	  font-weight: bold;
}
.register_bp_mm_horizontal_smaller{
	margin: 80px 0px -20px 0px;
}

.register_bp_logo{
margin: 50px 0px 20px 0px;
}

.register_text a:link {
	color: #FFA23F;
  }
  .register_text a:visited {
	color: #3FFF3F;
  }


.register_disclaimer
{
  font-family: 'Neo Sans';
  font-style:italic;
  margin: 0px 10px 10px 10px;
  font-size: 6px;
}

.schedule_text
{
  font-family: 'Neo Sans';
  margin: 0px 10px 10px 10px;
  font-size: 16px;
}	
 .schedule_text ul {
	margin-top: -10px;
	padding-left: 20px;
    color: #000;
    list-style-type: circle;
  }
  
 .game-info__copy ul{
	margin-top: -10px;
	padding-left: 20px;
    color: #000;
    list-style-type: circle;
  }
  
  .game-info__copy li{
	margin-bottom: 10px;
  }
  
 .game-info__copy--alt ul{
	margin-top: -10px;
	padding-left: 20px;
    color: #FFF;
    list-style-type: circle;
  }
  
  .tw_centeralign{
	text-align:center;
  }
  
   .tw_marginauto{
	margin:auto;
  }
  
  .tw_strikethrough{
	text-decoration: line-through;
  }
  
  .tw_pleasereadbetainfo{
	color:#F97E4D;
  }
  
  .tw_scheduleimages{
	margin: 20px 0 20px 0;
  }
  
  .tw_coming_soon {
	color: #FFF;
  background: rgba(43, 53, 58, 0.9);
  padding: 0px; }
  
  .tw_coming_soon h2 {
	text-align:center;
	margin: 0px;
  }
  
  .tw_mm_expansion_logo_top{
	padding-top:60px;
  }
  
  .tw-mm-trailer{
	margin-top:60px;
  }