/*!
	Theme Name: Overload
	Description: A Custom Theme for Revival Productions
	Author: Build Create Studios
	Version: 1.1
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* line 17, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/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, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* FONT */
/* Black Tie font and weights */
/* COLORS */
/* descriptive colors */
/* GRID SYSTEM */
/* Common Repsonsive Break-points */
/* Functions */
/* line 1, sass/partials/_type.scss */
body {
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Lato";
  color: white;
}

/* line 8, sass/partials/_type.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin-bottom: 0.4em;
  color: #fe660a;
}

/* line 14, sass/partials/_type.scss */
h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 46.875em) {
  /* line 14, sass/partials/_type.scss */
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* line 21, sass/partials/_type.scss */
h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 46.875em) {
  /* line 21, sass/partials/_type.scss */
  h2 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}

/* line 28, sass/partials/_type.scss */
h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 46.875em) {
  /* line 28, sass/partials/_type.scss */
  h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

/* line 35, sass/partials/_type.scss */
h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 46.875em) {
  /* line 35, sass/partials/_type.scss */
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 42, sass/partials/_type.scss */
h5, h6 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 46, sass/partials/_type.scss */
strong {
  font-family: "Lato Bold";
}

/* line 50, sass/partials/_type.scss */
em {
  font-style: italic;
}

/* line 54, sass/partials/_type.scss */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.25em;
}

/* clear */
/* line 2, sass/partials/_base.scss */
.clear:before, .clear:after {
  content: ' ';
  display: table;
}

/* line 7, sass/partials/_base.scss */
.clear:after {
  clear: both;
}

/* line 11, sass/partials/_base.scss */
.clear {
  *zoom: 1;
}

/* line 15, sass/partials/_base.scss */
.clearer {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

/* line 22, sass/partials/_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 28, sass/partials/_base.scss */
a {
  color: #fe660a;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

/* line 34, sass/partials/_base.scss */
a:hover {
  color: #fe863d;
}

/* line 38, sass/partials/_base.scss */
a:focus {
  outline: 0;
}

/* line 42, sass/partials/_base.scss */
a:hover, a:active {
  outline: 0;
}

/* line 46, sass/partials/_base.scss */
input:focus {
  outline: 0;
  border: 1px solid #fe660a;
}

/* line 51, sass/partials/_base.scss */
iframe {
  display: block;
}

/* line 55, sass/partials/_base.scss */
.hidden {
  display: none;
}

/* global box-sizing */
/* line 60, sass/partials/_base.scss */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 69, sass/partials/_base.scss */
body {
  background: #111111;
}

/* scroll to top link */
/* scroll to top link */
/* line 113, sass/partials/_base.scss */
#top-link {
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 22.4px;
  font-size: 1.4rem;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5%;
  padding: 5px 10px 10px;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  z-index: 9999;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 132, sass/partials/_base.scss */
#top-link span {
  display: block;
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 0.8em;
}
/* line 138, sass/partials/_base.scss */
#top-link:hover {
  background: black;
  background: rgba(0, 0, 0, 0.8);
}

/* line 143, sass/partials/_base.scss */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  min-width: 990px;
}
@media screen and (max-width: 46.875em) {
  /* line 143, sass/partials/_base.scss */
  .wrapper {
    width: 97.5%;
  }
}
@media screen and (min-width: 0em) {
  /* line 143, sass/partials/_base.scss */
  .wrapper {
    min-width: 0;
  }
}

/* line 159, sass/partials/_base.scss */
.button {
  font-family: "Lato";
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 25px;
  border: 3px solid #fe660a;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  text-shadow: none !important;
}
/* line 174, sass/partials/_base.scss */
.button:hover {
  color: white;
  background: #fe863d;
}

/* line 180, sass/partials/_base.scss */
.button-primary {
  font-family: "Lato Bold";
  color: white;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 20px 30px;
  border: 3px solid #fe660a;
  background: #fe660a;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
/* line 197, sass/partials/_base.scss */
.button-primary:hover {
  color: white;
  background: #fe863d;
}

/* line 203, sass/partials/_base.scss */
.slides img {
  display: block;
}

/* line 207, sass/partials/_base.scss */
.page-title {
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #fe660a;
  font-family: "Orbitron";
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 46.875em) {
  /* line 207, sass/partials/_base.scss */
  .page-title {
    font-size: 25.6px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 46.875em) {
  /* line 222, sass/partials/_base.scss */
  .content-block {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 229, sass/partials/_base.scss */
  .content-block.full-width-block {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 0px;
  }
}

/* line 238, sass/partials/_base.scss */
.section-title {
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #fe660a;
  font-family: "Orbitron";
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 46.875em) {
  /* line 238, sass/partials/_base.scss */
  .section-title {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}

/* line 251, sass/partials/_base.scss */
.stack-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  clear: left;
  border-bottom: 1px solid #333;
}

/* line 258, sass/partials/_base.scss */
.item-title {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
/* line 262, sass/partials/_base.scss */
.item-title a {
  color: #bdbdbd;
}

/* line 267, sass/partials/_base.scss */
.item-meta {
  font-family: "Lato Light";
  color: #909090;
  margin-bottom: 10px;
}

/* line 274, sass/partials/_base.scss */
.embed-container {
  display: block;
  padding-top: 56.25%;
  position: relative;
  top: 0;
  width: 100%;
}

/* line 284, sass/partials/_base.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* line 294, sass/partials/_base.scss */
.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  line-height: 1em;
  margin-bottom: 0.4em;
  color: #fe660a;
}
/* line 300, sass/partials/_base.scss */
.user-content h1,
#tinymce h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 46.875em) {
  /* line 300, sass/partials/_base.scss */
  .user-content h1,
  #tinymce h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 307, sass/partials/_base.scss */
.user-content h2,
#tinymce h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 46.875em) {
  /* line 307, sass/partials/_base.scss */
  .user-content h2,
  #tinymce h2 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}
/* line 314, sass/partials/_base.scss */
.user-content h3,
#tinymce h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 46.875em) {
  /* line 314, sass/partials/_base.scss */
  .user-content h3,
  #tinymce h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
/* line 321, sass/partials/_base.scss */
.user-content h4,
#tinymce h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 46.875em) {
  /* line 321, sass/partials/_base.scss */
  .user-content h4,
  #tinymce h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 328, sass/partials/_base.scss */
.user-content h5, .user-content h6,
#tinymce h5,
#tinymce h6 {
  font-size: 16px;
  font-size: 1rem;
}
/* line 332, sass/partials/_base.scss */
.user-content ul,
#tinymce ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 337, sass/partials/_base.scss */
.user-content ul li,
#tinymce ul li {
  margin-left: 0;
  margin-bottom: 10px;
  list-style: disc;
}
/* line 344, sass/partials/_base.scss */
.user-content blockquote,
#tinymce blockquote {
  font-family: "Lato";
  margin: 60px;
  font-size: 28.8px;
  font-size: 1.8rem;
  border: none;
  padding: 0;
  position: relative;
  font-style: inherit;
  line-height: 1.5em;
}
/* line 354, sass/partials/_base.scss */
.user-content blockquote:before,
#tinymce blockquote:before {
  font-size: 41.6px;
  font-size: 2.6rem;
  font-family: "Black Tie";
  font-weight: 900;
  color: #eee;
  content: "\F036";
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
/* line 367, sass/partials/_base.scss */
.user-content p,
#tinymce p {
  margin-bottom: 1.4em;
}
/* line 371, sass/partials/_base.scss */
.user-content strong,
#tinymce strong {
  font-weight: normal;
  font-family: "Lato Bold";
}
/* line 376, sass/partials/_base.scss */
.user-content em,
#tinymce em {
  font-style: italic;
}
/* line 380, sass/partials/_base.scss */
.user-content hr,
#tinymce hr {
  border: none;
  border-top: 1px solid #cccccc;
  margin: 10px 0;
}

/* line 388, sass/partials/_base.scss */
#tinymce {
  color: black;
}

/* line 3, sass/partials/_grid.scss */
.grid img {
  width: 100%;
}
@media screen and (max-width: 35em) {
  /* line 13, sass/partials/_grid.scss */
  .grid .seven-col-grid.no-min,
  .grid .six-col-grid.no-min,
  .grid .five-col-grid.no-min,
  .grid .four-col-grid.no-min,
  .grid .three-col-grid.no-min,
  .grid .two-col-grid.no-min {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* line 23, sass/partials/_grid.scss */
.seven-col-grid {
  width: 12.85%;
  float: left;
  margin-bottom: 3%;
  margin-left: 1.675%;
  margin-top: 0;
}
/* line 30, sass/partials/_grid.scss */
.seven-col-grid.seven-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  /* line 30, sass/partials/_grid.scss */
  .seven-col-grid.seven-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

/* line 41, sass/partials/_grid.scss */
.six-col-grid {
  width: 15%;
  float: left;
  margin-bottom: 3%;
  margin-left: 2%;
  margin-top: 0;
}
/* line 48, sass/partials/_grid.scss */
.six-col-grid.six-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  /* line 48, sass/partials/_grid.scss */
  .six-col-grid.six-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

/* line 59, sass/partials/_grid.scss */
.five-col-grid {
  width: 18%;
  float: left;
  margin-bottom: 4%;
  margin-left: 2.5%;
  margin-top: 0;
}
/* line 66, sass/partials/_grid.scss */
.five-col-grid.five-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  /* line 66, sass/partials/_grid.scss */
  .five-col-grid.five-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

@media screen and (max-width: 65em) {
  /* line 80, sass/partials/_grid.scss */
  .five-col-grid,
  .six-col-grid,
  .seven-col-grid {
    width: 22%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  /* line 80, sass/partials/_grid.scss */
  .five-col-grid,
  .six-col-grid,
  .seven-col-grid {
    width: 30.5%;
  }
}
@media screen and (max-width: 50em) {
  /* line 80, sass/partials/_grid.scss */
  .five-col-grid,
  .six-col-grid,
  .seven-col-grid {
    width: 48%;
  }
}
@media screen and (max-width: 65em) {
  /* line 95, sass/partials/_grid.scss */
  .five-col-grid.four-col-clear,
  .six-col-grid.four-col-clear,
  .seven-col-grid.four-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 95, sass/partials/_grid.scss */
  .five-col-grid.four-col-clear,
  .six-col-grid.four-col-clear,
  .seven-col-grid.four-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  /* line 106, sass/partials/_grid.scss */
  .five-col-grid.three-col-clear,
  .six-col-grid.three-col-clear,
  .seven-col-grid.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 106, sass/partials/_grid.scss */
  .five-col-grid.three-col-clear,
  .six-col-grid.three-col-clear,
  .seven-col-grid.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  /* line 118, sass/partials/_grid.scss */
  .five-col-grid.two-col-clear,
  .six-col-grid.two-col-clear,
  .seven-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}

/* line 126, sass/partials/_grid.scss */
.four-col-grid {
  width: 23%;
  float: left;
  margin-bottom: 2%;
  margin-left: 2%;
  margin-top: 0;
}
@media screen and (max-width: 50em) {
  /* line 126, sass/partials/_grid.scss */
  .four-col-grid {
    width: 30.5%;
  }
}
@media screen and (max-width: 50em) {
  /* line 126, sass/partials/_grid.scss */
  .four-col-grid {
    width: 48%;
  }
}
/* line 141, sass/partials/_grid.scss */
.four-col-grid.four-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  /* line 141, sass/partials/_grid.scss */
  .four-col-grid.four-col-clear {
    clear: none;
    margin-left: 2%;
  }
}
@media screen and (max-width: 50em) {
  /* line 151, sass/partials/_grid.scss */
  .four-col-grid.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 151, sass/partials/_grid.scss */
  .four-col-grid.three-col-clear {
    clear: none;
    margin-left: 2%;
  }
}
@media screen and (max-width: 50em) {
  /* line 163, sass/partials/_grid.scss */
  .four-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 170, sass/partials/_grid.scss */
  .four-col-grid.four-col-min {
    width: 23%;
  }
}
@media screen and (max-width: 50em) {
  /* line 170, sass/partials/_grid.scss */
  .four-col-grid.four-col-min {
    width: 23%;
  }
}
/* line 179, sass/partials/_grid.scss */
.four-col-grid.four-col-min.four-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  /* line 179, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.four-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 188, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.four-col-clear.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 188, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.four-col-clear.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 200, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.four-col-clear.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 208, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.three-col-clear {
    clear: none;
    margin-left: 2%;
  }
}
@media screen and (max-width: 50em) {
  /* line 208, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.three-col-clear {
    clear: none;
    margin-left: 2%;
  }
}
@media screen and (max-width: 50em) {
  /* line 220, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.two-col-clear {
    clear: none;
    margin-left: 2%;
  }
}

/* line 231, sass/partials/_grid.scss */
.three-col-grid {
  width: 32%;
  float: left;
  margin-bottom: 2%;
  margin-left: 2%;
}
@media screen and (max-width: 50em) {
  /* line 231, sass/partials/_grid.scss */
  .three-col-grid {
    width: 49%;
  }
}
/* line 241, sass/partials/_grid.scss */
.three-col-grid.three-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  /* line 241, sass/partials/_grid.scss */
  .three-col-grid.three-col-clear {
    clear: none;
    margin-left: 2%;
  }
}
@media screen and (max-width: 50em) {
  /* line 251, sass/partials/_grid.scss */
  .three-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 258, sass/partials/_grid.scss */
  .three-col-grid.three-col-min {
    width: 32%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
}
/* line 265, sass/partials/_grid.scss */
.three-col-grid.three-col-min.three-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  /* line 265, sass/partials/_grid.scss */
  .three-col-grid.three-col-min.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 274, sass/partials/_grid.scss */
  .three-col-grid.three-col-min.three-col-clear.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 282, sass/partials/_grid.scss */
  .three-col-grid.three-col-min.two-col-clear {
    clear: none;
    margin-left: 5%;
  }
}

/* line 293, sass/partials/_grid.scss */
.two-col-grid {
  width: 49%;
  float: left;
  margin-bottom: 2%;
  margin-left: 2%;
}
/* line 299, sass/partials/_grid.scss */
.two-col-grid.two-col-clear {
  clear: left;
  margin-left: 0;
}

/* line 1, sass/partials/_header.scss */
#header {
  padding: 20px 0 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 65.625em) {
  /* line 1, sass/partials/_header.scss */
  #header {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
/* line 11, sass/partials/_header.scss */
#header .header-overlay {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}
/* line 24, sass/partials/_header.scss */
#header .logo {
  position: relative;
  z-index: 999;
  margin-top: 30px;
  float: left;
}
@media screen and (max-width: 65.625em) {
  /* line 24, sass/partials/_header.scss */
  #header .logo {
    margin-top: 0px;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 24, sass/partials/_header.scss */
  #header .logo {
    max-width: 200px;
  }
}
/* line 38, sass/partials/_header.scss */
#header .logo a {
  max-width: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 42, sass/partials/_header.scss */
#header .logo a img {
  vertical-align: middle;
}
/* line 49, sass/partials/_header.scss */
#header .social-nav {
  position: relative;
  z-index: 999;
  float: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 65.625em) {
  /* line 49, sass/partials/_header.scss */
  #header .social-nav {
    display: none;
  }
}
/* line 60, sass/partials/_header.scss */
#header .social-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  margin-left: 15px;
}
/* line 64, sass/partials/_header.scss */
#header .social-nav li i {
  font-size: 19.2px;
  font-size: 1.2rem;
}
/* line 70, sass/partials/_header.scss */
#header .main-nav {
  position: relative;
  z-index: 999;
  float: right;
  clear: right;
  text-align: right;
  display: block;
}
@media screen and (max-width: 65.625em) {
  /* line 70, sass/partials/_header.scss */
  #header .main-nav {
    width: 100%;
    clear: both;
    display: none;
  }
}
/* line 86, sass/partials/_header.scss */
#header .main-nav > ul > li {
  font-family: "Lato";
  font-size: 14.4px;
  font-size: 0.9rem;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 68.75em) {
  /* line 86, sass/partials/_header.scss */
  #header .main-nav > ul > li {
    margin-left: 20px;
  }
}
/* line 98, sass/partials/_header.scss */
#header .main-nav > ul > li.button-primary {
  font-family: "Lato Bold";
  padding: 10px 15px;
}
/* line 103, sass/partials/_header.scss */
#header .main-nav > ul > li.button-primary:hover a {
  color: white;
}
/* line 110, sass/partials/_header.scss */
#header .main-nav > ul > li.login-out a {
  border-left: 1px solid white;
  padding-right: 0;
  padding-left: 40px;
  margin-left: 20px;
}
/* line 124, sass/partials/_header.scss */
#header .main-nav > ul > li a {
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
/* line 134, sass/partials/_header.scss */
#header .main-nav > ul > li a:hover {
  color: #fe660a;
}
/* line 140, sass/partials/_header.scss */
#header .main-nav > ul > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 65.625em) {
  /* line 140, sass/partials/_header.scss */
  #header .main-nav > ul > li:hover .sub-menu {
    display: none;
  }
}
/* line 152, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.15s ease-in-out;
  -moz-transition: visibility 0.15s ease-in-out;
  -ms-transition: visibility 0.15s ease-in-out;
  -o-transition: visibility 0.15s ease-in-out;
  transition: visibility 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  text-align: left;
}
@media screen and (max-width: 65.625em) {
  /* line 152, sass/partials/_header.scss */
  #header .main-nav > ul > li > .sub-menu {
    position: static;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
}
/* line 186, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu.nav-shift {
  left: auto;
  right: 0;
  text-align: right;
}
/* line 191, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu.nav-shift .triangle span {
  left: auto;
  right: 20px;
}
/* line 197, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li {
  background: #fe660a;
  background: rgba(254, 102, 10, 0.9);
  padding: 0;
  margin: 0;
}
/* line 202, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li > a {
  color: white;
  opacity: .8;
}
/* line 205, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li > a:hover {
  opacity: 1;
}
/* line 211, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li.triangle {
  height: 10px;
  position: relative;
  background: none;
}
@media screen and (max-width: 65.625em) {
  /* line 211, sass/partials/_header.scss */
  #header .main-nav > ul > li > .sub-menu > li.triangle {
    display: none;
  }
}
/* line 220, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li.triangle span {
  display: block;
  position: absolute;
  left: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fe660a transparent;
  border-color: transparent transparent rgba(254, 102, 10, 0.9) transparent;
}
/* line 233, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li .sub-menu {
  display: none;
}
/* line 238, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu a {
  display: block;
  white-space: nowrap;
  color: white;
  text-transform: uppercase;
  padding: .75em 1em;
  width: 100%;
  min-width: 200px;
}
/* line 251, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu a i {
  margin-right: 10px;
}
/* line 261, sass/partials/_header.scss */
#header .nav-handle {
  position: relative;
  z-index: 999;
  float: right;
  display: none;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
  color: white;
  margin-top: 20px;
}
@media screen and (max-width: 65.625em) {
  /* line 261, sass/partials/_header.scss */
  #header .nav-handle {
    display: block;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 261, sass/partials/_header.scss */
  #header .nav-handle {
    margin-top: 12px;
  }
}

/* line 1, sass/partials/_sidebar.scss */
.sidebar {
  float: right;
  width: 20%;
}
@media screen and (max-width: 46.875em) {
  /* line 1, sass/partials/_sidebar.scss */
  .sidebar {
    width: 100%;
  }
}
/* line 10, sass/partials/_sidebar.scss */
.sidebar .sidebar-widget > div {
  margin-bottom: 40px;
}
/* line 13, sass/partials/_sidebar.scss */
.sidebar .sidebar-widget > div h3 {
  color: #fe660a;
  font-family: "Orbitron";
  text-transform: uppercase;
}
/* line 20, sass/partials/_sidebar.scss */
.sidebar .sidebar-widget > div ul li {
  margin-bottom: 10px;
  line-height: 14px;
}
/* line 24, sass/partials/_sidebar.scss */
.sidebar .sidebar-widget > div ul li a {
  color: #fe660a;
}

/* line 1, sass/partials/_footer.scss */
#footer {
  background: #353535;
  padding: 40px 0 80px;
  color: white;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 8, sass/partials/_footer.scss */
#footer .copyright {
  float: left;
}
@media screen and (max-width: 46.875em) {
  /* line 8, sass/partials/_footer.scss */
  #footer .copyright {
    width: 100%;
    text-align: center;
  }
}
/* line 18, sass/partials/_footer.scss */
#footer .footer-nav {
  float: right;
}
@media screen and (max-width: 46.875em) {
  /* line 18, sass/partials/_footer.scss */
  #footer .footer-nav {
    width: 100%;
    text-align: center;
  }
}
/* line 27, sass/partials/_footer.scss */
#footer .footer-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  margin-left: 30px;
}
@media screen and (max-width: 46.875em) {
  /* line 27, sass/partials/_footer.scss */
  #footer .footer-nav li {
    margin: 10px 15px;
  }
}

/* line 9, sass/partials/_home.scss */
.home #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
/* line 17, sass/partials/_home.scss */
.home .splash-bg {
  background: black;
  position: relative;
}
/* line 21, sass/partials/_home.scss */
.home .splash-bg .splash-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+75,0.6+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
  /* IE6-9 */
}
/* line 36, sass/partials/_home.scss */
.home .splash-bg .splash-overlay .wrapper {
  position: relative;
  height: 100%;
}
/* line 40, sass/partials/_home.scss */
.home .splash-bg .splash-overlay .wrapper .splash-content {
  position: absolute;
  bottom: 15%;
  width: 100%;
}
@media screen and (max-width: 25em) {
  /* line 40, sass/partials/_home.scss */
  .home .splash-bg .splash-overlay .wrapper .splash-content {
    bottom: 5%;
  }
}
/* line 50, sass/partials/_home.scss */
.home .splash-bg .splash-overlay .wrapper .splash-content .splash-text {
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (max-width: 25em) {
  /* line 50, sass/partials/_home.scss */
  .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text {
    display: none;
  }
}
/* line 60, sass/partials/_home.scss */
.home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h1, .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h2, .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h3, .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h4, .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h5, .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h6 {
  color: white;
}
@media screen and (max-width: 37.5em) {
  /* line 60, sass/partials/_home.scss */
  .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h1, .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h2, .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h3, .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h4, .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h5, .home .splash-bg .splash-overlay .wrapper .splash-content .splash-text h6 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
/* line 69, sass/partials/_home.scss */
.home .splash-bg .splash-overlay .wrapper .splash-content .splash-button {
  text-align: center;
}
/* line 72, sass/partials/_home.scss */
.home .splash-bg .splash-overlay .wrapper .splash-content .splash-button .button-primary {
  text-transform: uppercase;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-family: "Orbitron";
  padding: 25px 35px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 46.875em) {
  /* line 72, sass/partials/_home.scss */
  .home .splash-bg .splash-overlay .wrapper .splash-content .splash-button .button-primary {
    padding: 15px 25px;
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-top: 15px;
    white-space: wrap;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 72, sass/partials/_home.scss */
  .home .splash-bg .splash-overlay .wrapper .splash-content .splash-button .button-primary {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
    margin: 0;
  }
}
/* line 99, sass/partials/_home.scss */
.home .splash-bg .splash-overlay .wrapper .splash-content .splash-more {
  text-align: center;
  margin: 20px 0;
  height: 30px;
}
@media screen and (max-width: 31.25em) {
  /* line 99, sass/partials/_home.scss */
  .home .splash-bg .splash-overlay .wrapper .splash-content .splash-more {
    margin-bottom: 0;
  }
}
/* line 109, sass/partials/_home.scss */
.home .splash-bg .splash-overlay .wrapper .splash-content .splash-more i {
  cursor: pointer;
}
/* line 112, sass/partials/_home.scss */
.home .splash-bg .splash-overlay .wrapper .splash-content .splash-more i.bt-circle {
  color: #fe660a;
}
/* line 116, sass/partials/_home.scss */
.home .splash-bg .splash-overlay .wrapper .splash-content .splash-more i.bt-angle-down {
  color: black;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em;
}

/* line 1, sass/partials/_pages.scss */
.page-content {
  width: 100%;
  background: #262626;
  padding: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 46.875em) {
  /* line 1, sass/partials/_pages.scss */
  .page-content {
    margin-bottom: 40px;
    padding: 10px;
  }
}
/* line 12, sass/partials/_pages.scss */
.page-content.has-sidebar {
  float: left;
  width: 77%;
}
@media screen and (max-width: 46.875em) {
  /* line 12, sass/partials/_pages.scss */
  .page-content.has-sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* line 22, sass/partials/_pages.scss */
.page-content.flex {
  background: none;
  padding: 0;
  margin-bottom: 0px;
}
@media screen and (max-width: 46.875em) {
  /* line 22, sass/partials/_pages.scss */
  .page-content.flex {
    margin-bottom: 0;
    padding: 0;
  }
}
/* line 32, sass/partials/_pages.scss */
.page-content.flex .default-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 46.875em) {
  /* line 32, sass/partials/_pages.scss */
  .page-content.flex .default-content {
    margin-bottom: 20px;
  }
}
/* line 41, sass/partials/_pages.scss */
.page-content .splash-more {
  text-align: center;
  margin: 20px 0;
  height: 30px;
}
@media screen and (max-width: 31.25em) {
  /* line 41, sass/partials/_pages.scss */
  .page-content .splash-more {
    margin-bottom: 0;
  }
}
/* line 50, sass/partials/_pages.scss */
.page-content .splash-more i {
  cursor: pointer;
}
/* line 53, sass/partials/_pages.scss */
.page-content .splash-more i.bt-circle {
  color: #fe660a;
}
/* line 57, sass/partials/_pages.scss */
.page-content .splash-more i.bt-angle-down {
  color: black;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em;
}

@media screen and (max-width: 46.875em) {
  /* line 66, sass/partials/_pages.scss */
  .content-row {
    padding: 20px 0 !important;
  }
}

/* line 74, sass/partials/_pages.scss */
.content-news-list .news-list li {
  margin-bottom: 20px;
}

/* line 81, sass/partials/_pages.scss */
.content-faqs .faq-title {
  background: #353535;
  color: #fe660a;
  font-family: "Orbitron";
  padding: 10px;
  cursor: pointer;
}
/* line 88, sass/partials/_pages.scss */
.content-faqs .faq-title i {
  font-size: 19.2px;
  font-size: 1.2rem;
  float: right;
  margin-left: 20px;
}
/* line 95, sass/partials/_pages.scss */
.content-faqs .faq-content {
  padding: 20px;
}

/* line 100, sass/partials/_pages.scss */
.content-call-to-action-block {
  border-top: 4px double #666666;
  padding: 40px 0;
}
/* line 104, sass/partials/_pages.scss */
.content-call-to-action-block .button-wrap {
  margin-top: 40px;
  text-align: center;
}

/* line 110, sass/partials/_pages.scss */
.content-call-to-action-button {
  border-top: 4px double #666666;
  padding-top: 30px;
}

/* line 117, sass/partials/_pages.scss */
.content-team-grid .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 35em) {
  /* line 117, sass/partials/_pages.scss */
  .content-team-grid .section-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 35em) {
  /* line 127, sass/partials/_pages.scss */
  .content-team-grid .grid .team-member {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 35em) {
  /* line 133, sass/partials/_pages.scss */
  .content-team-grid .grid .team-member:first-child {
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* line 140, sass/partials/_pages.scss */
.content-team-grid .grid .team-member img {
  float: left;
  width: 30%;
}
@media screen and (max-width: 21.875em) {
  /* line 140, sass/partials/_pages.scss */
  .content-team-grid .grid .team-member img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 151, sass/partials/_pages.scss */
.content-team-grid .grid .team-member .bio-wrap {
  margin-left: 35%;
}
@media screen and (max-width: 21.875em) {
  /* line 151, sass/partials/_pages.scss */
  .content-team-grid .grid .team-member .bio-wrap {
    margin-left: 0;
  }
}
/* line 159, sass/partials/_pages.scss */
.content-team-grid .grid .team-member .name {
  color: #489ec3;
  font-family: "Orbitron";
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 166, sass/partials/_pages.scss */
.content-team-grid .grid .team-member .title {
  color: #cccccc;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
/* line 172, sass/partials/_pages.scss */
.content-team-grid .grid .team-member .credits {
  color: #cccccc;
  margin-bottom: 20px;
}

/* line 182, sass/partials/_pages.scss */
.content-media-grid .video-thumb {
  position: relative;
  display: block;
}
/* line 186, sass/partials/_pages.scss */
.content-media-grid .video-thumb i {
  color: white;
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -1.5em;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
}
/* line 203, sass/partials/_pages.scss */
.content-media-grid .video-thumb:hover i {
  background: #fe660a;
  background: #fe660a;
}
/* line 209, sass/partials/_pages.scss */
.content-media-grid .media-button {
  text-align: center;
  margin-top: 20px;
}

/* line 217, sass/partials/_pages.scss */
.content-enemy-slider .slick-list .enemy {
  padding: 0 60px;
}
@media screen and (max-width: 37.5em) {
  /* line 217, sass/partials/_pages.scss */
  .content-enemy-slider .slick-list .enemy {
    padding: 0 30px;
  }
}
/* line 224, sass/partials/_pages.scss */
.content-enemy-slider .slick-list .enemy:focus {
  outline: none;
}
/* line 228, sass/partials/_pages.scss */
.content-enemy-slider .slick-list .enemy .content {
  float: right;
  width: 35%;
  margin-left: 5%;
  margin-top: 7%;
}
@media screen and (max-width: 25em) {
  /* line 228, sass/partials/_pages.scss */
  .content-enemy-slider .slick-list .enemy .content {
    width: 100%;
  }
}
/* line 238, sass/partials/_pages.scss */
.content-enemy-slider .slick-list .enemy .content .title {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Orbitron";
}
@media screen and (max-width: 37.5em) {
  /* line 238, sass/partials/_pages.scss */
  .content-enemy-slider .slick-list .enemy .content .title {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
/* line 248, sass/partials/_pages.scss */
.content-enemy-slider .slick-list .enemy .content .stats {
  margin-left: 2%;
  border-left: 1px solid white;
  padding: 2% 0 2% 5%;
}
@media screen and (max-width: 37.5em) {
  /* line 248, sass/partials/_pages.scss */
  .content-enemy-slider .slick-list .enemy .content .stats {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
}
/* line 260, sass/partials/_pages.scss */
.content-enemy-slider .slick-list .enemy .image {
  float: left;
  width: 60%;
}
@media screen and (max-width: 25em) {
  /* line 260, sass/partials/_pages.scss */
  .content-enemy-slider .slick-list .enemy .image {
    width: 100%;
  }
}
/* line 271, sass/partials/_pages.scss */
.content-enemy-slider .slick-arrow {
  font-size: 0;
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 9;
}
/* line 279, sass/partials/_pages.scss */
.content-enemy-slider .slick-arrow.slick-prev {
  left: 0;
}
/* line 282, sass/partials/_pages.scss */
.content-enemy-slider .slick-arrow.slick-prev:before {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Black Tie";
  font-weight: 200;
  content: "\f092";
  color: #fe660a;
}
@media screen and (max-width: 37.5em) {
  /* line 282, sass/partials/_pages.scss */
  .content-enemy-slider .slick-arrow.slick-prev:before {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
/* line 295, sass/partials/_pages.scss */
.content-enemy-slider .slick-arrow.slick-next {
  right: 0;
}
/* line 298, sass/partials/_pages.scss */
.content-enemy-slider .slick-arrow.slick-next:before {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Black Tie";
  font-weight: 200;
  content: "\f093";
  color: #fe660a;
}
@media screen and (max-width: 37.5em) {
  /* line 298, sass/partials/_pages.scss */
  .content-enemy-slider .slick-arrow.slick-next:before {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}

/* line 314, sass/partials/_pages.scss */
.content-table table {
  margin: 20px 0 40px;
  border: 5px solid #444;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
}
/* line 323, sass/partials/_pages.scss */
.content-table table tr.odd td,
.content-table table tr.odd th {
  background: #333;
}
/* line 329, sass/partials/_pages.scss */
.content-table table th {
  color: #eee;
}
/* line 334, sass/partials/_pages.scss */
.content-table table td,
.content-table table th {
  background: #222;
  padding: 5px 20px;
  border: 1px solid #111;
}
/* line 339, sass/partials/_pages.scss */
.content-table table td.left,
.content-table table th.left {
  text-align: left;
}
/* line 343, sass/partials/_pages.scss */
.content-table table td.right,
.content-table table th.right {
  text-align: right;
}
/* line 347, sass/partials/_pages.scss */
.content-table table td.center,
.content-table table th.center {
  text-align: center;
}

/* line 357, sass/partials/_pages.scss */
.page-id-6590 .content-row .wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 362, sass/partials/_pages.scss */
.page-id-6590 .content-row .content-wysiwyg {
  margin-top: -24px;
  border-top: 1px solid #111 !important;
}
/* line 368, sass/partials/_pages.scss */
.page-id-6590 .embed-container {
  padding: 0;
  position: relative;
}

/* line 2, sass/partials/_mmenu.scss */
body .mm-menu {
  font-family: "Orbitron";
}
/* line 7, sass/partials/_mmenu.scss */
body .mm-menu li.mm-selected a {
  background: #262626 !important;
}
/* line 12, sass/partials/_mmenu.scss */
body .mm-menu li a {
  color: #fe660a;
}

/* line 1, sass/partials/_forms.scss */
input, textarea {
  font-size: 16px;
  border-radius: 0;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #444;
  color: white;
  font-family: "Lato";
  background: black;
}

/* line 12, sass/partials/_forms.scss */
#main #bbpress-forums #bbp-your-profile fieldset input, #main #bbpress-forums #bbp-your-profile fieldset textarea {
  background: black;
  border: 1px solid #444;
}

/* line 17, sass/partials/_forms.scss */
#main #bbpress-forums #bbp-your-profile fieldset span.description {
  background: none;
}

/* line 21, sass/partials/_forms.scss */
select {
  font-size: 16px;
  padding: 5px;
  font-family: "Lato";
}

/* line 28, sass/partials/_forms.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 34, sass/partials/_forms.scss */
input[type="submit"],
button {
  -webkit-appearance: none;
  font-family: "Lato Bold";
  letter-spacing: 1px;
  background: #fe660a;
  color: white;
  border-radius: 0;
  outline: 0;
  border: none;
  cursor: pointer;
  padding: 10px 25px;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
/* line 51, sass/partials/_forms.scss */
input[type="submit"]:hover,
button:hover {
  background: #fe863d;
}

/* line 65, sass/partials/_forms.scss */
body .gform_wrapper input[type='text'],
body .gform_wrapper input[type='url'],
body .gform_wrapper input[type='email'],
body .gform_wrapper input[type='password'],
body .gform_wrapper input[type='search'],
body .gform_wrapper input[type='number'],
body .gform_wrapper input[type='tel'],
body .gform_wrapper textarea {
  font-size: 16px;
  border-radius: 0;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #444;
  color: white;
  font-family: "Lato";
  background: black;
}
/* line 75, sass/partials/_forms.scss */
body .gform_wrapper input[type='text']:focus,
body .gform_wrapper input[type='url']:focus,
body .gform_wrapper input[type='email']:focus,
body .gform_wrapper input[type='password']:focus,
body .gform_wrapper input[type='search']:focus,
body .gform_wrapper input[type='number']:focus,
body .gform_wrapper input[type='tel']:focus,
body .gform_wrapper textarea:focus {
  outline: none;
}
/* line 80, sass/partials/_forms.scss */
body .gform_wrapper .gfield_required {
  color: #fe660a;
}

/*------------------------------------*\
    USER STYLES
\*------------------------------------*/
/*------------------------------------*\
    WORDPRESS STANDARD STYLES
\*------------------------------------*/
/* line 11, sass/partials/_wysiwyg.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 15, sass/partials/_wysiwyg.scss */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 20, sass/partials/_wysiwyg.scss */
.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

/* line 25, sass/partials/_wysiwyg.scss */
.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

/* line 30, sass/partials/_wysiwyg.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 35, sass/partials/_wysiwyg.scss */
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 43, sass/partials/_wysiwyg.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 47, sass/partials/_wysiwyg.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 51, sass/partials/_wysiwyg.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 55, sass/partials/_wysiwyg.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 64, sass/partials/_wysiwyg.scss */
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* line 2, sass/partials/_fancybox.scss */
body .fancybox-close {
  background: black;
  width: 16px;
  height: 16px;
  top: -10px;
  right: -10px;
  border-radius: 8px;
}
/* line 10, sass/partials/_fancybox.scss */
body .fancybox-close:before {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Black Tie";
  font-weight: 200;
  content: "\f00d";
  color: #fe660a;
}
/* line 19, sass/partials/_fancybox.scss */
body .fancybox-nav {
  width: 120px;
}
/* line 22, sass/partials/_fancybox.scss */
body .fancybox-nav.fancybox-prev {
  left: -60px;
}
/* line 25, sass/partials/_fancybox.scss */
body .fancybox-nav.fancybox-prev span {
  background: none;
  text-align: center;
  margin-top: -10px;
  left: 0;
  visibility: visible;
}
/* line 32, sass/partials/_fancybox.scss */
body .fancybox-nav.fancybox-prev span:before {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Black Tie";
  font-weight: 200;
  content: "\f092";
  color: #fe660a;
}
/* line 42, sass/partials/_fancybox.scss */
body .fancybox-nav.fancybox-next {
  right: -60px;
}
/* line 45, sass/partials/_fancybox.scss */
body .fancybox-nav.fancybox-next span {
  background: none;
  text-align: center;
  margin-top: -10px;
  right: 0;
  visibility: visible;
}
/* line 52, sass/partials/_fancybox.scss */
body .fancybox-nav.fancybox-next span:before {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Black Tie";
  font-weight: 200;
  content: "\f093";
  color: #fe660a;
}

/* line 3, sass/partials/_bbpress.scss */
.bbpress .unread-switch {
  display: none;
}
/* line 8, sass/partials/_bbpress.scss */
.bbpress .bbp-topic-unread .unread-switch {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px;
  cursor: pointer;
  z-index: 999;
}
/* line 20, sass/partials/_bbpress.scss */
.bbpress #bbp-post-preview-wrapper {
  color: #fff;
}
/* line 24, sass/partials/_bbpress.scss */
.bbpress #wp-link-wrap {
  background: #333;
  border: 1px solid rgba(255, 153, 0, 0.5);
  box-shadow: 0 0 100px #666;
}
/* line 28, sass/partials/_bbpress.scss */
.bbpress #wp-link-wrap #link-modal-title {
  background: #111;
  border-bottom: 1px solid #000;
}
/* line 32, sass/partials/_bbpress.scss */
.bbpress #wp-link-wrap .submitbox {
  background: #111;
  border-top: 1px solid #666;
}
/* line 37, sass/partials/_bbpress.scss */
.bbpress #wp-link-wrap .item-title {
  font-size: 1.1em;
}
/* line 41, sass/partials/_bbpress.scss */
.bbpress #wp-link-wrap #wp-link-close {
  color: white;
  width: auto;
  transition: all 300ms;
}
/* line 45, sass/partials/_bbpress.scss */
.bbpress #wp-link-wrap #wp-link-close:hover {
  color: #fe660a;
}
/* line 49, sass/partials/_bbpress.scss */
.bbpress #wp-link-wrap #wp-link-close:before {
  vertical-align: middle;
}
@media screen and (max-width: 56.25em) {
  /* line 56, sass/partials/_bbpress.scss */
  .bbpress .page-content {
    width: 100%;
  }
}
/* line 61, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums {
  font-size: 14px;
  line-height: 16px;
}
/* line 67, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-content ul, .bbpress .page-content #bbpress-forums .bbp-topic-content ul, .bbpress .page-content #bbpress-forums #bbp-post-preview ul {
  list-style-type: disc;
}
/* line 69, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-content ul li, .bbpress .page-content #bbpress-forums .bbp-topic-content ul li, .bbpress .page-content #bbpress-forums #bbp-post-preview ul li {
  list-style-type: disc !important;
}
/* line 74, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-content ol, .bbpress .page-content #bbpress-forums .bbp-topic-content ol, .bbpress .page-content #bbpress-forums #bbp-post-preview ol {
  list-style-type: decimal;
}
/* line 76, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-content ol li, .bbpress .page-content #bbpress-forums .bbp-topic-content ol li, .bbpress .page-content #bbpress-forums #bbp-post-preview ol li {
  list-style-type: decimal !important;
}
/* line 81, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-content ul, .bbpress .page-content #bbpress-forums .bbp-reply-content ol, .bbpress .page-content #bbpress-forums .bbp-topic-content ul, .bbpress .page-content #bbpress-forums .bbp-topic-content ol, .bbpress .page-content #bbpress-forums #bbp-post-preview ul, .bbpress .page-content #bbpress-forums #bbp-post-preview ol {
  padding-left: 2em;
}
/* line 84, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-content ul li, .bbpress .page-content #bbpress-forums .bbp-reply-content ol li, .bbpress .page-content #bbpress-forums .bbp-topic-content ul li, .bbpress .page-content #bbpress-forums .bbp-topic-content ol li, .bbpress .page-content #bbpress-forums #bbp-post-preview ul li, .bbpress .page-content #bbpress-forums #bbp-post-preview ol li {
  line-height: 1.3em;
  margin-bottom: .5em;
}
/* line 92, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-forums-list li {
  display: block;
}
/* line 97, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-pagination {
  float: none;
  overflow: hidden;
}
/* line 101, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-pagination .page-numbers {
  border: 1px solid #444;
}
/* line 104, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-pagination .page-numbers:hover {
  background: #444;
}
/* line 109, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-pagination .current {
  background: #fe660a;
  color: white;
}
/* line 113, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-pagination .current:hover {
  background: #fe660a;
  color: white;
}
/* line 122, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums #new-post {
  padding: 1em;
}
/* line 126, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topic-form {
  margin-top: 40px;
}
/* line 130, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topic-form .bbp-form legend {
  font-size: 18px;
  font-family: "Orbitron";
  color: #fe660a;
  padding-left: 0;
  margin-bottom: 10px;
}
/* line 140, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums blockquote {
  margin: 20px 0;
  padding: 20px;
  font-size: 14px;
  border-left: 3px solid #fe660a;
  color: #ccc;
  overflow: hidden;
  background: #333;
}
/* line 149, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums blockquote:before {
  content: '';
}
/* line 154, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums blockquote p:last-child {
  margin-bottom: 0;
}
/* line 161, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums p.bbp-topic-meta {
  color: #999;
  font-size: 13px;
}
/* line 166, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums p.bbp-topic-meta .bbp-topic-started-by img {
  display: none;
}
/* line 171, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums p.bbp-topic-meta a {
  color: #cccccc;
}
/* line 182, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums ul.bbp-lead-topic, .bbpress .page-content #bbpress-forums ul.bbp-topics, .bbpress .page-content #bbpress-forums ul.bbp-forums, .bbpress .page-content #bbpress-forums ul.bbp-replies, .bbpress .page-content #bbpress-forums ul.bbp-search-results {
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #444;
}
@media screen and (max-width: 40.625em) {
  /* line 191, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums ul.bbp-search-results .bbp-header .bbp-search-author,
  .bbpress .page-content #bbpress-forums ul.bbp-search-results .bbp-header .bbp-search-content {
    display: none;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 199, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-title {
    clear: left;
  }
}
/* line 212, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #333;
}
/* line 219, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums #bbp-user-body h2.entry-title {
  color: #fff;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #333;
}
/* line 227, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-template-notice {
  background: #222;
  padding: 1px 5px;
  border: none;
  border-left: 5px #fe660a solid;
  color: #cccccc;
  font-style: italic;
}
/* line 235, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-template-notice p {
  font-size: 13px;
}
/* line 240, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-template-notice a {
  color: #fe660a;
  text-decoration: underline;
}
/* line 246, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-breadcrumb {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  border: none;
  font-size: 13px;
}
/* line 254, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topic-tags {
  font-size: 13px;
  clear: right;
}
/* line 259, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-the-content-wrapper {
  border: 1px solid #444;
  border-top: 1px solid #fe660a;
}
/* line 263, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-the-content-wrapper .quicktags-toolbar {
  background: url("//playoverload.com/wp-content/uploads/2016/02/subpage-header.jpg") !important;
  background-size: cover;
  border-bottom: 1px solid #444;
}
/* line 268, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-the-content-wrapper .quicktags-toolbar .button {
  background: #fe660a;
  color: white;
  box-shadow: none;
  border: 1px solid black;
}
/* line 276, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-the-content-wrapper .bbp-the-content {
  font-size: 14px;
}
/* line 283, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics ul.bbp-topic-unread {
  position: relative;
}
/* line 286, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics ul.bbp-topic-unread:before {
  content: "\F001";
  font-family: "Black Tie";
  font-size: .9em;
  color: white;
  position: absolute;
  left: 0px;
  top: 50%;
  padding: 0 3px 0 4px;
  height: 100%;
  margin-top: -8px;
  z-index: 9;
}
/* line 300, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics ul.bbp-topic-unread:after {
  content: "";
  background: rgba(68, 68, 68, 0.9);
  position: absolute;
  left: 0px;
  top: 0;
  padding: 11px;
  height: 100%;
  z-index: 8;
}
/* line 311, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics ul.bbp-topic-unread .bbp-topic-title {
  padding-left: 25px;
}
/* line 317, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics li {
  background: none;
  color: #fff;
}
/* line 321, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics li.bbp-topic-freshness {
  font-size: 13px;
  margin-left: 3%;
  text-align: left;
}
@media screen and (max-width: 40.625em) {
  /* line 321, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-topics li.bbp-topic-freshness {
    margin-left: 0;
  }
}
/* line 330, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics li.bbp-topic-freshness .bbp-author-avatar {
  margin-right: 10px;
}
/* line 334, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics li.bbp-topic-freshness a {
  float: left;
  color: #999;
}
/* line 338, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics li.bbp-topic-freshness a.bbp-author-name {
  color: #cccccc;
}
/* line 346, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-forum-freshness {
  font-size: 13px;
  margin-left: 3%;
  text-align: left;
}
@media screen and (max-width: 40.625em) {
  /* line 346, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-forum-freshness {
    margin-left: 0;
  }
}
/* line 355, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-forum-freshness .bbp-author-avatar {
  margin-right: 10px;
}
/* line 359, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-forum-freshness a {
  float: left;
  color: #999;
}
/* line 363, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-forum-freshness a.bbp-author-name {
  color: #cccccc;
}
@media screen and (max-width: 40.625em) {
  /* line 373, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-topics-front ul.super-sticky .bbp-forum-freshness,
  .bbpress .page-content #bbpress-forums .bbp-topics ul.super-sticky .bbp-forum-freshness,
  .bbpress .page-content #bbpress-forums .bbp-topics ul.sticky .bbp-forum-freshness,
  .bbpress .page-content #bbpress-forums .bbp-forum-content ul.sticky .bbp-forum-freshness {
    margin-left: 25px;
  }
}
/* line 383, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-forum-header,
.bbpress .page-content #bbpress-forums .bbp-reply-header,
.bbpress .page-content #bbpress-forums .bbp-topic-header {
  color: #cccccc;
  background: black;
}
/* line 391, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics-front ul.super-sticky,
.bbpress .page-content #bbpress-forums .bbp-topics ul.super-sticky,
.bbpress .page-content #bbpress-forums .bbp-topics ul.sticky,
.bbpress .page-content #bbpress-forums .bbp-forum-content ul.sticky {
  color: white;
  background: none !important;
  position: relative;
}
/* line 396, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics-front ul.super-sticky:before,
.bbpress .page-content #bbpress-forums .bbp-topics ul.super-sticky:before,
.bbpress .page-content #bbpress-forums .bbp-topics ul.sticky:before,
.bbpress .page-content #bbpress-forums .bbp-forum-content ul.sticky:before {
  content: "\f066";
  font-family: "Black Tie";
  color: white;
  position: absolute;
  left: 0px;
  top: 50%;
  padding: 0 3px 0 4px;
  height: 100%;
  margin-top: -8px;
  z-index: 9;
}
/* line 409, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics-front ul.super-sticky:after,
.bbpress .page-content #bbpress-forums .bbp-topics ul.super-sticky:after,
.bbpress .page-content #bbpress-forums .bbp-topics ul.sticky:after,
.bbpress .page-content #bbpress-forums .bbp-forum-content ul.sticky:after {
  content: "";
  background: #377995;
  position: absolute;
  left: 0px;
  top: 0;
  padding: 11px;
  height: 100%;
  z-index: 8;
}
/* line 421, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics-front ul.super-sticky.even,
.bbpress .page-content #bbpress-forums .bbp-topics ul.super-sticky.even,
.bbpress .page-content #bbpress-forums .bbp-topics ul.sticky.even,
.bbpress .page-content #bbpress-forums .bbp-forum-content ul.sticky.even {
  background: #333 !important;
}
/* line 425, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics-front ul.super-sticky .bbp-topic-title,
.bbpress .page-content #bbpress-forums .bbp-topics ul.super-sticky .bbp-topic-title,
.bbpress .page-content #bbpress-forums .bbp-topics ul.sticky .bbp-topic-title,
.bbpress .page-content #bbpress-forums .bbp-forum-content ul.sticky .bbp-topic-title {
  padding-left: 25px;
}
@media screen and (max-width: 40.625em) {
  /* line 431, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-topics-front ul.super-sticky .bbp-topic-voice-count,
  .bbpress .page-content #bbpress-forums .bbp-topics-front ul.super-sticky .bbp-topic-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-topics-front ul.super-sticky .bbp-topic-freshness,
  .bbpress .page-content #bbpress-forums .bbp-topics ul.super-sticky .bbp-topic-voice-count,
  .bbpress .page-content #bbpress-forums .bbp-topics ul.super-sticky .bbp-topic-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-topics ul.super-sticky .bbp-topic-freshness,
  .bbpress .page-content #bbpress-forums .bbp-topics ul.sticky .bbp-topic-voice-count,
  .bbpress .page-content #bbpress-forums .bbp-topics ul.sticky .bbp-topic-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-topics ul.sticky .bbp-topic-freshness,
  .bbpress .page-content #bbpress-forums .bbp-forum-content ul.sticky .bbp-topic-voice-count,
  .bbpress .page-content #bbpress-forums .bbp-forum-content ul.sticky .bbp-topic-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-forum-content ul.sticky .bbp-topic-freshness {
    margin-left: 25px;
  }
}
/* line 437, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics-front ul.super-sticky .bbp-topic-permalink,
.bbpress .page-content #bbpress-forums .bbp-topics ul.super-sticky .bbp-topic-permalink,
.bbpress .page-content #bbpress-forums .bbp-topics ul.sticky .bbp-topic-permalink,
.bbpress .page-content #bbpress-forums .bbp-forum-content ul.sticky .bbp-topic-permalink {
  color: #fe660a;
}
@media screen and (max-width: 28.125em) {
  /* line 444, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-topic-content {
    margin-left: 0;
  }
}
/* line 450, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums ul.topic, .bbpress .page-content #bbpress-forums ul.forum {
  border: none;
}
/* line 454, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums ul.topic.odd, .bbpress .page-content #bbpress-forums ul.forum.odd {
  background: none;
  border-bottom: 1px solid #222;
}
/* line 459, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums ul.topic.even, .bbpress .page-content #bbpress-forums ul.forum.even {
  background: #333;
  border-top: 1px solid #444;
}
/* line 468, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-revision-log,
.bbpress .page-content #bbpress-forums .bbp-topic-revision-log {
  border: none !important;
}
/* line 477, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-info,
.bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-title,
.bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-info,
.bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-title {
  width: 50%;
}
@media screen and (max-width: 50em) {
  /* line 477, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-info,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-title,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-info,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-title {
    width: 40%;
  }
}
/* line 486, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-freshness,
.bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-freshness,
.bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-freshness,
.bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-freshness {
  width: 27%;
}
@media screen and (max-width: 50em) {
  /* line 486, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-freshness,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-freshness,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-freshness,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-freshness {
    width: 37%;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 501, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-info,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-topic-count,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-freshness,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-title,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-voice-count,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-freshness,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-info,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-topic-count,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-freshness,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-title,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-voice-count,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-freshness {
    width: 100%;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 509, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-topic-count {
    text-align: left;
    color: #ccc;
  }
  /* line 514, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-topic-count:before {
    content: 'Topics: ';
    color: #999;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 521, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-voice-count {
    text-align: left;
    color: #ccc;
  }
  /* line 526, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-voice-count:before {
    content: 'Voices: ';
    color: #999;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 534, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-reply-count {
    text-align: left;
    color: #ccc;
  }
  /* line 539, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-reply-count:before,
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-reply-count:before {
    content: 'Posts: ';
    color: #999;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 548, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-header,
  .bbpress .page-content #bbpress-forums .bbp-footer {
    height: 20px;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 564, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-info,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-topic-count,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-forum-freshness,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-title,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-voice-count,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-topic-freshness,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-reply-author,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-reply-content,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-search-author,
  .bbpress .page-content #bbpress-forums .bbp-header .bbp-search-content,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-forum-info,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-forum-topic-count,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-forum-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-forum-freshness,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-topic-title,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-topic-voice-count,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-topic-reply-count,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-topic-freshness,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-reply-author,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-reply-content,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-search-author,
  .bbpress .page-content #bbpress-forums .bbp-footer .bbp-search-content {
    display: none;
  }
}
/* line 571, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-header {
  border-color: #fe660a;
  border-bottom: 1px solid #444;
  background: url("//playoverload.com/wp-content/uploads/2016/02/subpage-header.jpg") !important;
  background-size: cover;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
/* line 579, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-header .bbp-reply-author {
  background: none;
}
/* line 584, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-header .bbp-reply-content span {
  font-size: 12px;
}
/* line 590, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-header a {
  color: white;
}
/* line 596, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-footer {
  border: none;
  border-top: 1px solid #fe660a;
  background: url("//playoverload.com/wp-content/uploads/2016/02/subpage-header.jpg") !important;
  background-size: cover;
}
/* line 602, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-footer .bbp-reply-author {
  background: none;
}
/* line 609, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-header {
  background: none;
  border: none;
}
@media screen and (max-width: 40.625em) {
  /* line 616, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-reply-author {
    background: #222;
    margin-top: 10px !important;
    margin-right: 15px !important;
    padding: 10px !important;
    width: auto !important;
    float: left;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 627, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-reply-author .avatar {
    margin-top: 0;
    width: auto;
    position: relative;
    top: auto;
    margin-bottom: 10px;
  }
}
/* line 637, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-body .bbp-reply-author br {
  display: none;
}
@media screen and (max-width: 40.625em) {
  /* line 637, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-reply-author br {
    display: block;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 646, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-reply-content {
    clear: none;
  }
}
/* line 652, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-body .bbp-reply-header {
  border-bottom: #222 1px solid;
}
/* line 658, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums div.odd {
  background: none;
  border-bottom: 1px solid #222;
}
/* line 663, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums div.odd + .bbp-reply-header {
  background: #222;
}
/* line 667, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums div.even {
  background: #222;
  border-top: 1px solid #444;
}
/* line 675, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-form #bbp_reply_content, .bbpress .page-content #bbpress-forums .bbp-reply-form #bbp_topic_tags, .bbpress .page-content #bbpress-forums .bbp-reply-form #bbp_reply_edit_reason {
  background: #111;
  color: #eee;
}
/* line 683, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-search-form {
  margin-bottom: 4px;
}
@media screen and (max-width: 25em) {
  /* line 683, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-search-form {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 691, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-search-form #bbp_search {
  padding: 4px 6px;
  font-size: 13px;
  background: #111;
  color: #eee;
}
/* line 698, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-search-form #bbp_search_submit {
  margin-left: 10px;
  font-size: 13px;
  padding: 5px 15px;
}
/* line 705, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums #subscription-toggle {
  float: right;
  cursor: pointer;
}
/* line 708, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums #subscription-toggle a {
  /*
  					&:after{
  						content:'\F00A';
  						font-family: $bt;
  						font-weight: $bts;
  						font-size:8px;
  						margin-left:5px;
  					}
  */
}
/* line 722, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums #subscription-toggle .is-subscribed a:after {
  content: '\F00C';
  font-family: "Black Tie";
  font-weight: 900;
  margin-left: 5px;
  font-size: 8px;
}
/* line 736, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-content span a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  margin: 0 5px;
}
/* line 745, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums label,
.bbpress .page-content #bbpress-forums legend {
  color: white;
}
/* line 749, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums fieldset {
  border: none;
  padding: 0;
}
/* line 754, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .avatar {
  margin-bottom: 5px;
  border: none;
}
/* line 761, sass/partials/_bbpress.scss */
.bbpress .page-content .bbp-template-notice,
.bbpress .page-content .indicator-hint {
  border-radius: 0;
}
/* line 768, sass/partials/_bbpress.scss */
.bbpress #bbp-user-subscriptions #subscription-toggle .subscription-toggle, .bbpress #bbp-author-unread-topics #subscription-toggle .subscription-toggle {
  margin-left: 5px;
  background: #444;
  color: white;
}
/* line 774, sass/partials/_bbpress.scss */
.bbpress #bbp-user-subscriptions #subscription-toggle .is-subscribed a, .bbpress #bbp-author-unread-topics #subscription-toggle .is-subscribed a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  color: white;
  font-size: 1.1em;
  background: red;
  cursor: pointer;
  content: '' !important;
  margin-left: 5px;
  vertical-align: middle;
}
/* line 784, sass/partials/_bbpress.scss */
.bbpress #bbp-user-subscriptions #subscription-toggle .is-subscribed a:hover, .bbpress #bbp-author-unread-topics #subscription-toggle .is-subscribed a:hover {
  background: #cc0000;
}
/* line 788, sass/partials/_bbpress.scss */
.bbpress #bbp-user-subscriptions #subscription-toggle .is-subscribed a:after, .bbpress #bbp-author-unread-topics #subscription-toggle .is-subscribed a:after {
  color: white;
  content: 'Unsubscribe' !important;
  font-size: 12px !important;
}
/* line 796, sass/partials/_bbpress.scss */
.bbpress .prev-topic, .bbpress .next-topic {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 801, sass/partials/_bbpress.scss */
.bbpress .prev-topic {
  float: left;
  clear: left;
}
/* line 806, sass/partials/_bbpress.scss */
.bbpress .next-topic {
  float: right;
  clear: right;
}
/* line 811, sass/partials/_bbpress.scss */
.bbpress .bbp-reply-report-link, .bbpress .bbp-topic-report-link {
  color: red;
}
/* line 817, sass/partials/_bbpress.scss */
.bbpress .bbp-topic-meta .bbp-topic-pagination a {
  color: #fafafa !important;
  border: none;
  background: #222;
  font-size: .9em;
  cursor: pointer;
  transition: all 300ms;
}
/* line 825, sass/partials/_bbpress.scss */
.bbpress .bbp-topic-meta .bbp-topic-pagination a:hover {
  background: #444;
}
/* line 832, sass/partials/_bbpress.scss */
.bbpress #next-unread-topic {
  display: block;
  text-align: center;
  background: #333;
  padding: 1em;
  width: 100%;
  cursor: pointer;
  transition: all 300ms;
  margin-bottom: 1em;
}
/* line 842, sass/partials/_bbpress.scss */
.bbpress #next-unread-topic:hover {
  background: #444;
}
@media screen and (max-width: 56.25em) {
  /* line 847, sass/partials/_bbpress.scss */
  .bbpress .sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* line 854, sass/partials/_bbpress.scss */
.bbpress .sidebar .yhanm {
  display: block;
  margin: 1em 0;
  padding: 1em;
  background: #444;
}
/* line 861, sass/partials/_bbpress.scss */
.bbpress .sidebar .d4p-bbw-widget.bbx-newposts a.bbp-topic-title {
  font-weight: normal;
}
/* line 865, sass/partials/_bbpress.scss */
.bbpress .sidebar h3 {
  font-size: 1.3em;
  color: #ffc266;
}
/* line 870, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbx-userprofile {
  background: #222;
  padding: 1em;
}
/* line 875, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login {
  margin-bottom: 0;
}
/* line 880, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login #user_login,
.bbpress .sidebar .bbp_widget_login #user_pass {
  width: 100%;
}
/* line 884, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-logged-in {
  padding: 1em;
  background: #222;
  margin-bottom: 0;
}
/* line 888, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-logged-in .submit.user-submit {
  display: none;
}
/* line 892, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-logged-in h4 {
  margin-bottom: 5px;
}
/* line 896, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-logged-in .logout-link {
  font-size: 13px;
  color: #fe660a;
  border: none;
  padding: 0;
  text-decoration: underline;
  text-transform: inherit;
}
/* line 904, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-logged-in .logout-link:hover {
  background: none;
}
/* line 910, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-login-form {
  padding: 1em;
  padding-top: 0;
  background: #222;
  margin-bottom: 40px;
}
/* line 917, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-login-form input {
  background: #111;
  color: #eee;
  border: 1px solid #444;
}
/* line 923, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-login-form button {
  font-size: 13px;
  padding: 7px 16px;
  margin-left: 7px;
}
/* line 930, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-login-links {
  margin-top: 15px;
}

/* line 942, sass/partials/_bbpress.scss */
.messages #buddypress #message {
  margin-top: 2em;
}
/* line 945, sass/partials/_bbpress.scss */
.messages #buddypress #message p {
  background: #333;
  color: white;
}
/* line 951, sass/partials/_bbpress.scss */
.messages #buddypress .button {
  background: #fe660a;
  color: white;
  border: none;
}
/* line 956, sass/partials/_bbpress.scss */
.messages #buddypress .button:hover {
  background: #bb4701;
  border: none;
  color: white;
}
/* line 964, sass/partials/_bbpress.scss */
.messages #buddypress #item-header {
  display: none;
}
/* line 968, sass/partials/_bbpress.scss */
.messages #buddypress #object-nav {
  display: none;
}
/* line 972, sass/partials/_bbpress.scss */
.messages #buddypress #subnav {
  padding: 10px 0 0;
  margin: 0;
  margin-bottom: 1em;
  background: #333;
  border-bottom: 1px solid #fe660a;
}
/* line 980, sass/partials/_bbpress.scss */
.messages #buddypress #subnav li a {
  padding: .25em 1em .5em 1em;
  text-transform: uppercase;
  transition: all 300ms;
}
/* line 986, sass/partials/_bbpress.scss */
.messages #buddypress #subnav li:hover {
  color: #fff;
}
/* line 990, sass/partials/_bbpress.scss */
.messages #buddypress #subnav li.current a {
  background: #fe660a;
  color: #fff;
  opacity: 1;
}
/* line 999, sass/partials/_bbpress.scss */
.messages #buddypress #message_content, .messages #buddypress #subject, .messages #buddypress #send-to-input {
  background: #333;
  color: white;
  padding: 1em;
  border: 1px solid #444;
}
/* line 1006, sass/partials/_bbpress.scss */
.messages #buddypress #send_reply_button, .messages #buddypress #send {
  background: #fe660a;
  color: white;
  text-transform: uppercase;
  padding: 1em;
  border: none;
}
/* line 1015, sass/partials/_bbpress.scss */
.messages #buddypress .message-box.alt {
  background: #333 !important;
}
/* line 1020, sass/partials/_bbpress.scss */
.messages #buddypress .message-search {
  margin-top: -5px;
}
/* line 1023, sass/partials/_bbpress.scss */
.messages #buddypress .message-search #messages_search {
  padding: 5px;
}
/* line 1027, sass/partials/_bbpress.scss */
.messages #buddypress .message-search #message_search_submit {
  background: #444;
  color: #eee;
}
/* line 1034, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads {
  border: 1px solid #444;
  border-width: 0 1px 0;
  border-bottom: 1px solid #fe660a;
  margin-bottom: 1em;
}
/* line 1043, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads thead tr {
  background: #227D8D;
}
/* line 1048, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads th {
  background: none;
  color: white;
  text-shadow: 0 0 1px 1px #333;
  text-transform: uppercase;
}
/* line 1057, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads tr.alt td {
  background: #333;
}
/* line 1061, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads tr.unread td {
  background: #444;
}
/* line 1065, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads tr td {
  background: none;
  border-bottom: 1px solid #444 !important;
  border-top: none;
}

/* line 2, sass/partials/_chat.scss */
#drupalchat .chatboxcontent p a, div.drupalchat-embed-chatroom-container div.drupalchat-embed-chatroom-content table tbody p a {
  color: inherit !important;
}

/* line 6, sass/partials/_chat.scss */
#drupalchat span.iflychat-youtube-embed-video-wrapper, .drupalchat-embed-chatroom-container span.iflychat-youtube-embed-video-wrapper {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: hidden !important;
}

/* line 14, sass/partials/_chat.scss */
#drupalchat span.iflychat-youtube-embed-video-wrapper iframe, .drupalchat-embed-chatroom-container span.iflychat-youtube-embed-video-wrapper iframe {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 30% !important;
  height: auto !important;
}

/* line 22, sass/partials/_chat.scss */
.iflychat-render-inline-image {
  max-width: 25% !important;
}

/* line 26, sass/partials/_chat.scss */
#drupalchat .subpanel li {
  background: #fafafa !important;
}

/* line 31, sass/partials/_chat.scss */
#drupalchat #mainpanel .chatboxusername a:hover {
  color: #377995 !important;
}

/* line 36, sass/partials/_chat.scss */
.drupalchat-embed-chatroom-content {
  background: #222;
  border-color: #444 !important;
  font-family: inherit !important;
}
/* line 41, sass/partials/_chat.scss */
.drupalchat-embed-chatroom-content table tr td a {
  color: #5b879C !important;
}

/* line 47, sass/partials/_chat.scss */
.chatboxinput {
  background: #eee !important;
}
/* line 50, sass/partials/_chat.scss */
.chatboxinput textarea {
  color: #333 !important;
}

/* line 55, sass/partials/_chat.scss */
.drupalchat_userOffline {
  background: #c90 !important;
  color: #fff !important;
  padding: .5em 0 !important;
}

/*
.iflychat-chat-window-reconnect + div {
	display: none;
}
*/
/* line 67, sass/partials/_chat.scss */
.subpanel_title, .subpanel_toggle, .chatboxhead {
  background: #377995 !important;
  color: #fff !important;
}

/* line 72, sass/partials/_chat.scss */
.chatboxcontent {
  background: #fafafa !important;
}

/* line 76, sass/partials/_chat.scss */
.drupalchat-embed-chatroom-chatboxtextarea {
  border-color: #c90 !important;
}

/* line 80, sass/partials/_chat.scss */
#id-changeidname, #id-changeidname-6 {
  display: none;
}

/* line 84, sass/partials/_chat.scss */
#drupalchat-embed-user-list {
  padding: 1em;
  box-sizing: border-box;
  background: #222;
}
/* line 89, sass/partials/_chat.scss */
#drupalchat-embed-user-list .drupalchat-embed-user-list-header {
  text-transform: uppercase;
  color: #fe660a;
  font-family: "Orbitron";
  font-size: 1.2em;
  text-align: center;
  border-bottom: 1px solid #111;
  margin-bottom: 14px;
}

/*
.chatroomWindow {
	border: 1px solid #444;
	
	.cr-head-tabs {
		
	}
	
	.cr_onethird {
		overflow-y: scroll;
		background: #222;
		border-color: #444;
		
		.LoadGroupList {
			display: none;
		}
		
		#cr-private-search {
			border-color: #444;
			
			input[type="text"] {
				border-color: #444;
				color: #fafafa;
			}
			
		}
		
		.chatroomFriendsFilter {
			background: #333;
			border-color: #444;
		}
		
		.chatroomFriendsRow {
			background: #444;
			padding-left: 7px;
			transition: all 300ms;			
			
			&:hover {
				background: #555;
			}
			
			img {
				margin-right: 7px;
			}
		}
	}
	
	.chatroomBody {
		border: none;
	}
	
	.cr_chat_body {
		padding: 1em;
	}
	
	.cr-chat-box.cr-visible {
		
	}
	
	.cr_chat_footer {
		padding: 1em;
		background: #222;
		height: auto;
		box-sizing: border-box;
		
		&>input[type="text"] {
			color: #fafafa;
			border-top: none !important;
			background-color: #111 !important;
			margin-bottom: 1em !important;
			padding: .5em;
		}
	}
}
*/
@media print {
  /* line 2, sass/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 3, sass/partials/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 4, sass/partials/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 5, sass/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 6, sass/partials/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 7, sass/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 8, sass/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 9, sass/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 10, sass/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 12, sass/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 13, sass/partials/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* MODERNIZR CLASSES USED FOR FEATURE DECTECTION */
/* IE Edge and below */
/* line 4, sass/partials/_ie.scss */
.no-smil {
  /* IE 9 and below */
}
/* line 10, sass/partials/_ie.scss */
.no-smil .gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 10px 25px;
}
/* line 19, sass/partials/_ie.scss */
.no-smil .no-flexbox {
  /* IE 9 only*/
  /* IE 8 and below */
}
/* line 29, sass/partials/_ie.scss */
.no-smil .no-flexbox.no-canvas {
  /* IE 8 only */
  /* IE 7 and below */
}

/* line 1, sass/partials/_dev.scss */
body {
  background: #080d0f;
}
/* line 9, sass/partials/_dev.scss */
body.bbpress #main, body.buddypress #main, body.single #main, body.error404 #main {
  padding: 100px 0;
}
/* line 14, sass/partials/_dev.scss */
body.home {
  background: #030405;
}
/* line 19, sass/partials/_dev.scss */
body.page-id-12062 .page-header {
  display: none;
}
/* line 23, sass/partials/_dev.scss */
body.page-id-12062 #main {
  padding-top: 60px;
}
/* line 28, sass/partials/_dev.scss */
body #header {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
/* line 37, sass/partials/_dev.scss */
body #header .header-bg {
  height: 154px;
}
/* line 41, sass/partials/_dev.scss */
body #header .logo {
  margin-top: 0;
  padding-top: 2em;
}
@media screen and (max-width: 65.625em) {
  /* line 41, sass/partials/_dev.scss */
  body #header .logo {
    width: 200px;
    padding-top: 2.25em;
  }
}
/* line 51, sass/partials/_dev.scss */
body #header .navigation {
  padding-top: 1.5em;
}
/* line 54, sass/partials/_dev.scss */
body #header .navigation .social-nav {
  margin-bottom: 0px;
  font-size: 1.2em;
}
/* line 58, sass/partials/_dev.scss */
body #header .navigation .social-nav a {
  color: #ffffff;
  margin-left: 10px;
}
/* line 65, sass/partials/_dev.scss */
body #header .navigation .main-nav > ul {
  float: right;
  margin-top: 10px;
}
/* line 71, sass/partials/_dev.scss */
body #header .navigation .main-nav > ul .highlight a {
  display: flex;
  align-items: center;
  color: white;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779605+0,546b04+100 */
  background: #779605;
  /* Old browsers */
  background: -moz-linear-gradient(top, #779605 0%, #546b04 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #779605 0%, #546b04 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #779605 0%, #546b04 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#779605', endColorstr='#546b04',GradientType=0 );
  /* IE6-9 */
  padding: 7px 10px;
  border: 1px solid #000000;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.25);
}
/* line 86, sass/partials/_dev.scss */
body #header .navigation .main-nav > ul .highlight a:before {
  font-size: 1.4em;
  content: '\F03B';
  font-family: 'Font Awesome Brands';
  color: white;
  margin-right: 10px;
}
/* line 99, sass/partials/_dev.scss */
body #header .navigation .nav-handle {
  margin-top: 1em;
}
/* line 105, sass/partials/_dev.scss */
body .page-header {
  position: relative;
  padding-top: 120px;
  height: 294px;
}
/* line 110, sass/partials/_dev.scss */
body .page-header .page-header-divider {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 64px;
}
@media screen and (max-width: 46.875em) {
  /* line 119, sass/partials/_dev.scss */
  body #main {
    padding-top: 64px;
  }
}
/* line 124, sass/partials/_dev.scss */
body #main.news {
  padding: 100px 0;
}
/* line 132, sass/partials/_dev.scss */
body .content-team-member .team-member.right-aligned .headshot-wrap {
  float: right;
  margin-left: 5%;
}
/* line 137, sass/partials/_dev.scss */
body .content-team-member .team-member.right-aligned .bio-wrap {
  float: right;
  text-align: right;
}
@media screen and (max-width: 31.25em) {
  /* line 137, sass/partials/_dev.scss */
  body .content-team-member .team-member.right-aligned .bio-wrap {
    text-align: left;
  }
}
/* line 149, sass/partials/_dev.scss */
body .content-team-member .team-member.left-aligned .headshot-wrap {
  float: left;
  margin-right: 5%;
}
/* line 154, sass/partials/_dev.scss */
body .content-team-member .team-member.left-aligned .bio-wrap {
  float: left;
}
/* line 159, sass/partials/_dev.scss */
body .content-team-member .team-member .headshot-wrap {
  width: 30%;
  border: 2px solid #fe660a;
}
@media screen and (max-width: 31.25em) {
  /* line 159, sass/partials/_dev.scss */
  body .content-team-member .team-member .headshot-wrap {
    width: 100%;
    margin-bottom: 1em;
  }
}
/* line 170, sass/partials/_dev.scss */
body .content-team-member .team-member .bio-wrap {
  width: 100%;
}
/* line 174, sass/partials/_dev.scss */
body .content-team-member .team-member .bio-wrap.has-headshot {
  width: 65%;
}
@media screen and (max-width: 31.25em) {
  /* line 174, sass/partials/_dev.scss */
  body .content-team-member .team-member .bio-wrap.has-headshot {
    width: 100%;
  }
}
/* line 182, sass/partials/_dev.scss */
body .content-team-member .team-member .bio-wrap .name {
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 187, sass/partials/_dev.scss */
body .content-team-member .team-member .bio-wrap .title {
  color: #489ec3;
  margin-bottom: 1em;
}
/* line 192, sass/partials/_dev.scss */
body .content-team-member .team-member .bio-wrap .credits {
  color: #999999;
}
/* line 199, sass/partials/_dev.scss */
body .content-divider {
  position: relative;
  z-index: 99;
}
/* line 203, sass/partials/_dev.scss */
body .content-divider .divider {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
/* line 213, sass/partials/_dev.scss */
body .content-leaderboards {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
/* line 219, sass/partials/_dev.scss */
body .content-leaderboards .filter-bar .filters {
  width: 72%;
  float: left;
  padding: 0.4em;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}
/* line 228, sass/partials/_dev.scss */
body .content-leaderboards .filter-bar .filters .select-style {
  border: 1px solid #444;
  color: white;
  background: #000;
  width: 33%;
  margin-left: 0.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 34.375em) {
  /* line 228, sass/partials/_dev.scss */
  body .content-leaderboards .filter-bar .filters .select-style {
    width: 50%;
  }
}
/* line 242, sass/partials/_dev.scss */
body .content-leaderboards .filter-bar .filters .select-style:first-child {
  margin-left: 0;
}
/* line 246, sass/partials/_dev.scss */
body .content-leaderboards .filter-bar .filters .select-style:after {
  content: '\F0A5';
  font-family: 'Black Tie';
  font-weight: 900;
  position: absolute;
  top: 0.8em;
  right: 0.5em;
  font-size: 0.8em;
  pointer-events: none;
}
/* line 257, sass/partials/_dev.scss */
body .content-leaderboards .filter-bar .filters .select-style select {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  background: #000000;
  background-image: none;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 8px 10px;
  outline: 0;
  color: #ffffff;
}
/* line 273, sass/partials/_dev.scss */
body .content-leaderboards .filter-bar .player-search {
  width: 25%;
  float: right;
  padding: 0.4em;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}
@media screen and (max-width: 34.375em) {
  /* line 273, sass/partials/_dev.scss */
  body .content-leaderboards .filter-bar .player-search {
    width: 50%;
  }
}
/* line 285, sass/partials/_dev.scss */
body .content-leaderboards .filter-bar .player-search input[type="text"] {
  float: left;
  width: 80%;
  padding: 8px 10px;
}
@media screen and (max-width: 34.375em) {
  /* line 285, sass/partials/_dev.scss */
  body .content-leaderboards .filter-bar .player-search input[type="text"] {
    width: 70%;
  }
}
/* line 295, sass/partials/_dev.scss */
body .content-leaderboards .filter-bar .player-search button {
  float: left;
  width: 20%;
  padding: 10px 0;
  border: 1px solid #444;
}
@media screen and (max-width: 34.375em) {
  /* line 295, sass/partials/_dev.scss */
  body .content-leaderboards .filter-bar .player-search button {
    width: 30%;
  }
}
/* line 309, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap {
  position: relative;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
/* line 315, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fe660a;
  width: 100%;
  height: 100%;
  font-size: 3em;
}
/* line 329, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .player-wrap {
  background: #171717;
  color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  font-size: 1.4em;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 340, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .player-wrap.odd {
  background: #222222;
}
/* line 344, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .player-wrap .player-info-wrap {
  display: flex;
  justify-content: flex-start;
  padding: 1em;
}
/* line 349, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .player-wrap .player-info-wrap .player-name {
  margin: 0 1em;
}
/* line 353, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .player-wrap .player-info-wrap i {
  color: #fe660a;
  cursor: pointer;
}
/* line 359, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .player-wrap .player-toggle {
  display: flex;
  justify-content: flex-end;
}
/* line 363, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .player-wrap .player-toggle i {
  padding: 1em;
  cursor: pointer;
}
/* line 370, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .no-results {
  padding: 1em;
  margin: 0;
}
/* line 375, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .player-not-found {
  padding: 0.5em;
  background: #111;
  border: 1px solid #fe660a;
  border-left: 7px solid #fe660a;
  margin-bottom: 1em;
  color: #fff;
}
/* line 383, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .player-not-found strong {
  color: #fe660a;
  font-family: "Lato";
}
/* line 388, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .player-not-found i {
  color: #fe660a;
  float: right;
  cursor: pointer;
}
/* line 395, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 1.5em 0;
}
/* line 401, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-header {
  border-top: 1px solid #fe660a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: url("//playoverload.com/wp-content/uploads/2016/02/subpage-header.jpg") no-repeat;
  background-size: cover;
  text-transform: uppercase;
}
/* line 408, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-header ul {
  display: flex;
  align-items: center;
}
/* line 412, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-header ul.leaderboard-list {
  text-align: center;
}
/* line 415, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-header ul.leaderboard-list li {
  width: 20%;
}
/* line 421, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-header ul.leaderboard-single li {
  width: 15%;
}
/* line 424, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-header ul.leaderboard-single li.player-info {
  width: 70%;
}
/* line 428, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-header ul.leaderboard-single li.steam {
  width: 60px;
}
/* line 434, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-header ul li {
  display: inline-block;
  font-weight: 600;
  padding: 1em;
}
/* line 439, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-header ul li.rank {
  text-align: center;
}
/* line 443, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-header ul li.score {
  text-align: center;
}
/* line 450, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body {
  border-bottom: 1px solid #fe660a;
}
/* line 453, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul {
  background: #171717;
  color: white;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: background 50ms ease-in-out;
}
/* line 461, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul.odd {
  background: #222222;
}
/* line 466, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul.leaderboard-list li {
  width: 20%;
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
}
/* line 473, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul.leaderboard-list:hover {
  background: #fe660a;
  cursor: pointer;
}
/* line 480, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul.leaderboard-single li {
  width: 15%;
}
/* line 483, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul.leaderboard-single li.player-info {
  width: 70%;
}
/* line 487, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul.leaderboard-single li.steam {
  width: 60px;
}
/* line 492, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul.leaderboard-single.highlight {
  background: #fe660a;
}
/* line 497, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul.leaderboard-single.highlight li.player-info .name {
  color: white;
}
/* line 500, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul.leaderboard-single.highlight li.player-info .name a {
  color: white;
}
/* line 507, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul.leaderboard-single.highlight li.steam a {
  color: white;
}
/* line 515, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li {
  display: inline-block;
  padding: 0.5em 1em;
}
/* line 520, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.entries {
  text-align: center;
}
/* line 524, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.view {
  text-align: right;
}
/* line 527, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.view i {
  margin-left: 0.5em;
}
/* line 532, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.rank {
  text-align: center;
  font-size: 1.6em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 538, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.player-info {
  padding-left: 1em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 542, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.player-info .avatar {
  float: left;
  margin-right: 1em;
}
/* line 547, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.player-info .name-location {
  float: left;
}
/* line 550, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.player-info .name-location .name {
  color: #fe660a;
  font-size: 1.2em;
  display: block;
  line-height: 1.2em;
}
/* line 557, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.player-info .name-location .location {
  font-size: 0.9em;
  display: block;
  line-height: 1.2em;
}
/* line 565, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.score {
  text-align: center;
  font-size: 1.4em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 571, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.steam {
  font-size: 1.8em;
  text-align: center;
  opacity: 0.6;
  padding: 0.5em 0;
}
/* line 577, sass/partials/_dev.scss */
body .content-leaderboards .leaderboard-wrap .leaderboard .leaderboard-body ul li.steam:hover {
  opacity: 1;
}
/* line 588, sass/partials/_dev.scss */
body .content-leaderboards .pagination {
  margin: 1em 0.5em;
}
/* line 591, sass/partials/_dev.scss */
body .content-leaderboards .pagination .prev-page {
  float: left;
}
/* line 594, sass/partials/_dev.scss */
body .content-leaderboards .pagination .prev-page i {
  margin-right: 5px;
}
/* line 599, sass/partials/_dev.scss */
body .content-leaderboards .pagination .next-page {
  float: right;
}
/* line 602, sass/partials/_dev.scss */
body .content-leaderboards .pagination .next-page i {
  margin-left: 5px;
}
/* line 607, sass/partials/_dev.scss */
body .content-leaderboards .pagination .prev-next {
  text-transform: uppercase;
  font-size: 1em;
  padding: 0.5em 1em;
  font-family: "Lato";
}
/* line 613, sass/partials/_dev.scss */
body .content-leaderboards .pagination .prev-next.disabled {
  background: #171717;
  color: #999;
  cursor: default;
}
/* line 618, sass/partials/_dev.scss */
body .content-leaderboards .pagination .prev-next.disabled:hover {
  background: #171717;
}
/* line 623, sass/partials/_dev.scss */
body .content-leaderboards .pagination .prev-next i {
  font-size: 0.9em;
}
/* line 628, sass/partials/_dev.scss */
body .content-leaderboards .pagination .result-pagination {
  text-align: center;
  font-size: 1em;
}
/* line 632, sass/partials/_dev.scss */
body .content-leaderboards .pagination .result-pagination li {
  display: inline-block;
}
/* line 635, sass/partials/_dev.scss */
body .content-leaderboards .pagination .result-pagination li strong {
  padding: 0.5em;
  font-family: "Lato Bold";
}
/* line 640, sass/partials/_dev.scss */
body .content-leaderboards .pagination .result-pagination li button {
  font-size: 1em;
  background: none;
  padding: 0.5em;
  color: #fe660a;
}
/* line 651, sass/partials/_dev.scss */
body #footer {
  position: relative;
  padding: 40px 0;
  background: none;
}
/* line 656, sass/partials/_dev.scss */
body #footer a {
  color: #ffffff;
}
/* line 660, sass/partials/_dev.scss */
body #footer .footer-divider {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 64px;
  width: 100%;
  z-index: 99;
}
/* line 670, sass/partials/_dev.scss */
body #footer .footer-content-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 53.125em) {
  /* line 670, sass/partials/_dev.scss */
  body #footer .footer-content-wrap {
    display: block;
  }
}
/* line 679, sass/partials/_dev.scss */
body #footer .footer-content-wrap .footer-left {
  max-width: 33%;
}
@media screen and (max-width: 53.125em) {
  /* line 679, sass/partials/_dev.scss */
  body #footer .footer-content-wrap .footer-left {
    width: 100%;
    max-width: none;
    text-align: center;
    margin-bottom: 1em;
  }
}
/* line 690, sass/partials/_dev.scss */
body #footer .footer-content-wrap .footer-image {
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 53.125em) {
  /* line 690, sass/partials/_dev.scss */
  body #footer .footer-content-wrap .footer-image {
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 53.125em) {
  /* line 699, sass/partials/_dev.scss */
  body #footer .footer-content-wrap .footer-right {
    width: 100%;
  }
}
@media screen and (max-width: 53.125em) {
  /* line 705, sass/partials/_dev.scss */
  body #footer .footer-content-wrap .footer-right .footer-nav {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 711, sass/partials/_dev.scss */
  body #footer .footer-content-wrap .footer-right .footer-nav li {
    margin: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 34.375em) {
  /* line 711, sass/partials/_dev.scss */
  body #footer .footer-content-wrap .footer-right .footer-nav li {
    margin: 1em;
  }
}
/* line 723, sass/partials/_dev.scss */
body #footer .footer-content-wrap .footer-right .credit {
  color: #999;
  float: right;
  clear: right;
  margin-top: 0.5em;
  text-align: right;
}
@media screen and (max-width: 53.125em) {
  /* line 723, sass/partials/_dev.scss */
  body #footer .footer-content-wrap .footer-right .credit {
    float: none;
    text-align: center;
    margin-top: 2em;
  }
}
/* line 737, sass/partials/_dev.scss */
body #footer .footer-content-wrap .footer-right .credit a {
  color: #999;
}
/* line 740, sass/partials/_dev.scss */
body #footer .footer-content-wrap .footer-right .credit a.highlight {
  color: #fe660a;
}
