/* Common imports for easy use by modules. Feel free to change or add more. */
.hide {
  display: none !important; }

a, a:focus {
  outline: 0; }

html {
  background: #e3e6e5;
  width: 100%; }

body {
  background: url("../img/bg-tile.jpg");
  background-attachment: fixed;
  background-repeat: repeat-x;
  position: relative;
  width: 100%; }

.dropDown {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100; }
  .dropDown a.dropDown-title {
    background: #d6d9d8;
    color: white;
    float: left;
    font: normal 700 18px "proxima-nova", sans-serif;
    font-size: 1.125em;
    padding: 26px 20px;
    text-transform: uppercase;
    width: 100%;
    height: auto; }
  .dropDown a.dropDown-title.active, .dropDown a.dropDown-title:hover {
    background: #868b91; }
  .dropDown .arrow {
    height: 10px;
    margin-top: 3px;
    width: 13px;
    position: absolute;
    right: 20px;
    top: 27px; }

.dropDown:hover {
  z-index: 200; }

.dropDown-title-selected {
  background: #d6d9d8;
  width: 100%;
  height: auto;
  padding: 26px 20px;
  position: absolute;
  top: -70px;
  z-index: 100; }
  .dropDown-title-selected p {
    color: white;
    font: normal 700 18px "proxima-nova", sans-serif;
    font-size: 1.125em;
    text-transform: uppercase; }

.pre-select {
  display: none; }

.dropDown-menu {
  top: 70px;
  float: left;
  position: absolute;
  width: 470px;
  z-index: 200; }
  .dropDown-menu li {
    float: left;
    text-transform: uppercase;
    width: 100%; }
    .dropDown-menu li a.dropDown-item, .dropDown-menu li .current-item {
      background: #d6d9d8;
      color: white;
      float: left;
      font: normal 700 18px "proxima-nova", sans-serif;
      font-size: 1.125em;
      padding: 26px 20px;
      width: 100%;
      height: auto; }
    .dropDown-menu li a.active {
      background: #868b91; }
    .dropDown-menu li a.dropDown-item:hover {
      background: #868b91; }
    .dropDown-menu li a {
      height: auto;
      padding: 26px 20px; }

.follow-us h5 {
  background: #53565a;
  color: white;
  padding: 15px;
  width: 100%; }
.follow-us ul {
  background: #f3f6f5;
  padding: 22px 15px 12px 15px; }
.follow-us li {
  height: 35px;
  margin-bottom: 10px; }
  .follow-us li img {
    float: left;
    max-width: 35px; }
  .follow-us li p {
    color: #39bdb9;
    font: normal 700 18px "proxima-nova", sans-serif;
    line-height: 34px;
    margin-left: 50px; }
  .follow-us li a:hover p {
    color: #d6d9d8; }

.title-container p {
  margin-bottom: 35px; }

input, textarea {
  border: 3px solid #868b91;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #868b91;
  float: left;
  font: normal 700 18px "proxima-nova", sans-serif;
  font-size: 1.125em;
  outline: 0;
  padding: 25px 18px;
  width: 100%; }

.show {
  display: block; }

textarea {
  height: 345px;
  outline: none;
  resize: none; }

.error {
  border-color: #e34e4e;
  color: #e34e4e; }

::-webkit-input-placeholder {
  color: #d6d9d8; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #d6d9d8; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d6d9d8; }

:-ms-input-placeholder {
  color: #d6d9d8; }

@media (max-width: 47.9375em) {
  a.dropDown-toggle {
    font-size: 0.75em; }
  .title-container {
    background: #868b91;
    margin-bottom: 18px; }
    .title-container h3 {
      font-size: 1.5em; }
  .dropDown-menu {
    width: 366px; }
  .follow-us {
    display: none; }
  .hide-mobile {
    display: none !important; } }

.global-header {
  background: #53565a;
  height: 80px;
  width: 100%;
  z-index: 10; }
  .global-header .container.nav {
    background: none;
    border: 0;
    margin-top: 0;
    padding: 0; }
  .global-header .nav-container li.active {
    color: #53565a;
    background: #ffc658; }
  .global-header .nav-container li.active > a {
    color: #53565a; }
  .global-header .nav-container li {
    position: relative; }
  .global-header .nav-container li:hover {
    background: #868b91; }
    .global-header .nav-container li:hover a {
      color: white; }
    .global-header .nav-container li:hover .secondary-nav-container {
      display: block; }
  .global-header .nav-container li.active:hover {
    background: #ffc658; }
  .global-header .nav-container li.active:hover > a {
    background: #ffc658; }
  .global-header .secondary-nav-container {
    background: #868b91;
    display: none;
    padding: 30px 0 0 30px;
    position: absolute;
    top: 80px;
    left: -386px;
    width: 1030px;
    z-index: 400; }
    .global-header .secondary-nav-container li.games-callout-item {
      display: inline-block;
      width: 298px;
      margin-right: 32px;
      margin-bottom: 30px; }
      .global-header .secondary-nav-container li.games-callout-item a {
        border-radius: 10px;
        float: left;
        width: 100%;
        padding: 0; }
        .global-header .secondary-nav-container li.games-callout-item a img.game-thumb {
          border-radius: 7px;
          display: block;
          float: left;
          max-width: 60px; }
        .global-header .secondary-nav-container li.games-callout-item a h4 {
          color: white;
          display: block;
          float: left;
          font-size: 20px;
          line-height: 60px;
          padding: 0;
          margin-left: 15px;
          width: 188px; }
        .global-header .secondary-nav-container li.games-callout-item a img.hd-icon {
          float: right;
          margin: 20px 10px 0 0;
          width: 22px;
          display: none; }
      .global-header .secondary-nav-container li.games-callout-item a:hover {
        background: #a0a6ad; }
        .global-header .secondary-nav-container li.games-callout-item a:hover img.hd-icon {
          display: block; }
  .global-header .hero-img-title-container {
    padding: 0 15px; }
  .global-header .home-nav {
    float: left;
    margin-top: 16px;
    margin-left: 30px; }
    .global-header .home-nav img {
      width: 152px; }
  .global-header ul.nav-container {
    display: block;
    height: 80px;
    float: right; }
    .global-header ul.nav-container li {
      border-left: 1px solid #868b91;
      display: block;
      float: left;
      line-height: 80px; }
    .global-header ul.nav-container li:last-child {
      border-right: 1px solid #868b91; }
    .global-header ul.nav-container a {
      color: #fff;
      font: normal bold 16px "FS Pimlico Web Bold", 'Trebuchet MS', sans-serif;
      font-size: 1.25em;
      padding: 28px 50px 29px 50px; }
  .global-header .mobile-nav-toggle {
    display: none; }
  @media (min-width: 48em) and (max-width: 61.9375em) {
    .global-header ul.nav-container a {
      padding: 28px 30px 29px 30px; }
    .global-header .secondary-nav-container {
      width: 750px;
      left: -266px; } }
  @media (min-width: 62em) and (max-width: 75em) {
    .global-header .secondary-nav-container {
      width: 970px;
      left: -325px; }
      .global-header .secondary-nav-container li.games-callout-item {
        margin-right: 15px; } }
  @media (max-width: 47.9375em) {
    .global-header {
      height: 83px; }
      .global-header .home-nav {
        float: left;
        margin-top: 19px;
        margin-left: 17px; }
        .global-header .home-nav img {
          width: 135px; }
      .global-header ul.nav-container {
        position: absolute;
        margin-top: 60px;
        overflow: hidden;
        height: auto;
        width: 100%;
        z-index: 400; }
        .global-header ul.nav-container li {
          float: none;
          width: 100%; }
            .global-header ul.nav-container li:last-child {
              border-right: none; }
        .global-header ul.nav-container a {
          background: #f3f6f5;
          border-bottom: 1px solid #868b91;
          color: #868b91;
          display: block;
          font-size: 1.0625em;
          text-align: center;
          width: 100%; }
        .global-header ul.nav-container a:hover, .global-header ul.nav-container a:active {
          background: #868b91;
          color: white; }
      .global-header .mobile-nav-toggle {
        display: block;
        float: right; }
        .global-header .mobile-nav-toggle a {
          border-radius: 3px;
          background: none;
          display: block;
          height: 45px;
          margin-right: 5px;
          margin-top: 17px;
          width: 45px; }
        .global-header .mobile-nav-toggle img.closed, .global-header .mobile-nav-toggle img.open {
          display: block;
          margin: 0 auto;
          padding-top: 14px;
          width: 24px; } }

/*# sourceMappingURL=fake.css.map */