/**
 *
 *  Mixins
 *
 */
/**** Font standards ****/
/* XXpx */
/* 16px */
/* 14px */
/* 12px */
/************************/
/* STYLE GENERAL START */
/* line 14, style.css.scss */
.visuallyhidden,
.hide {
  display: none; }

/**
        Generic Styles
**/
/* line 23, style.css.scss */
ul.float-list {
  margin: 0;
  padding: 0;
  *zoom: 1; }
  /* line 32, addons/_clearfix.scss */
  ul.float-list:before, ul.float-list:after {
    content: " ";
    display: table; }
  /* line 37, addons/_clearfix.scss */
  ul.float-list:after {
    clear: both; }
  /* line 29, style.css.scss */
  ul.float-list li {
    list-style: none;
    float: left;
    overflow: hidden; }

/* line 35, style.css.scss */
ol.number-list {
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic;
  font-weight: bold;
  color: #0b5cc3; }
  /* line 42, style.css.scss */
  ol.number-list li {
    line-height: 25px; }
    /* line 45, style.css.scss */
    ol.number-list li span.list-item {
      font-style: normal;
      color: #363636;
      font-weight: normal; }

/* line 53, style.css.scss */
a.plain-link,
a.blank-link {
  color: #363636;
  text-decoration: none; }

/* line 57, style.css.scss */
a.plain-link:hover {
  text-decoration: none;
  color: #8FDFFD; }

/* line 61, style.css.scss */
.hidden {
  display: none; }

/* line 64, style.css.scss */
.box-container {
  display: -webkit-box;
  display: -moz-box;
  display: box; }

/* line 67, style.css.scss */
.box-element {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1; }

/* line 70, style.css.scss */
button {
  margin: 0;
  padding: 15px 10px;
  border: 0;
  color: #fff;
  font-family: 'SST W01 Bold', 'SST W02 Bold', 'SST W10 Bold', 'SST W15 Bold', 'Arial Bold', Helvetica;
  font-weight: normal;
  font-size: 20px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3); }

/* line 80, style.css.scss */
.bold {
  font-weight: bold; }

/* line 83, style.css.scss */
button.game-finder {
  padding-left: 50px;
  background-image: url('../images/game-finder.png'), -webkit-linear-gradient(top, #016ec6, #0148a0);
  background-image: url('../images/game-finder.png'), -moz-linear-gradient(top, #016ec6, #0148a0);
  background-image: url('../images/game-finder.png'), -ms-linear-gradient(top, #016ec6, #0148a0);
  background-image: url('../images/game-finder.png'), -o-linear-gradient(top, #016ec6, #0148a0);
  background-image: url('../images/game-finder.png'), linear-gradient(top, #016ec6, #0148a0);
  background-repeat: no-repeat; }

/**
        Custom Styles
**/
/* line 93, style.css.scss */
#page-content {
  overflow: hidden;
  padding-top: 64px;
  width: 100%;
  height: 100%; }
  /* line 98, style.css.scss */
  #page-content.age-gate-on {
    top: -100%;
    position: absolute; }

/* STYLE GENERAL END */
@media screen and (max-width: 900px) {
  /* line 108, style.css.scss */
  nav {
    /* NAV START */
    width: 100%;
    margin: 0; }

  /* NAV END */ }
/* MORE STYLE GENERAL START */
/* line 119, style.css.scss */
.placeholder {
  text-align: center;
  margin: 0 0 60px 0;
  overflow: hidden; }
  /* line 124, style.css.scss */
  .placeholder img {
    max-width: 976px; }

/* line 130, style.css.scss */
.fullscreen img {
  max-width: 100%;
  width: 100%; }

/* line 136, style.css.scss */
.samplebox {
  max-width: 980px;
  margin: 0 auto;
  height: 500px;
  position: relative;
  background-color: #8b0000; }

/* Debug Content */
/* line 148, style.css.scss */
.dummy-block div {
  max-width: 980px;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  /* line 156, style.css.scss */
  .dummy-block div h2 {
    color: #0068bf;
    font-face: "adelle", Georgia; }

/* MORE STYLE GENERAL END */
