/*!
	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: #ff9900;
}

/* 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: #ff9900;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

/* line 34, sass/partials/_base.scss */
a:hover {
  color: #ffad33;
}

/* 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 #ff9900;
}

/* 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 #ff9900;
  -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: #ffad33;
}

/* 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 #ff9900;
  background: #c87822;
  -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: #de913f;
}

/* 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: #ff9900;
  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: #ff9900;
  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: #ff9900;
}
/* 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: #ff9900;
}
/* 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: #ff9900;
  background: rgba(255, 153, 0, 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 #ff9900 transparent;
  border-color: transparent transparent rgba(255, 153, 0, 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: #ff9900;
  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: #c87822;
}

/* 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: #ff9900;
}
/* 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: #ff9900;
}
/* 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: #ff9900;
  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: #ff9900;
  background: #ff9900;
}
/* 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: #ff9900;
}
@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: #ff9900;
}
@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: #ff9900;
}

/* 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: #ff9900;
  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: #ffad33;
}

/* 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: #ff9900;
}

/*------------------------------------*\
    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: #ff9900;
}
/* 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: #ff9900;
}
/* 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: #ff9900;
}

/* 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: #ff9900;
}
/* 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: #ff9900;
  color: white;
}
/* line 113, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-pagination .current:hover {
  background: #ff9900;
  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: #ff9900;
  padding-left: 0;
  margin-bottom: 10px;
}
/* line 140, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums blockquote {
  margin: 20px 0;
  padding: 20px 20px 0;
  font-size: 14px;
  border-left: 3px solid #ff9900;
  color: #ccc;
  overflow: hidden;
  background: #333;
}
/* line 149, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums blockquote:before {
  content: '';
}
/* line 155, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums p.bbp-topic-meta {
  color: #999;
  font-size: 13px;
}
/* line 160, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums p.bbp-topic-meta .bbp-topic-started-by img {
  display: none;
}
/* line 165, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums p.bbp-topic-meta a {
  color: #cccccc;
}
/* line 176, 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 185, 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 193, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-title {
    clear: left;
  }
}
/* line 206, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #333;
}
/* line 213, 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 221, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-template-notice {
  background: #222;
  padding: 1px 5px;
  border: none;
  border-left: 5px #ff9900 solid;
  color: #cccccc;
  font-style: italic;
}
/* line 229, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-template-notice p {
  font-size: 13px;
}
/* line 234, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-template-notice a {
  color: #ff9900;
  text-decoration: underline;
}
/* line 240, 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 248, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topic-tags {
  font-size: 13px;
  clear: right;
}
/* line 253, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-the-content-wrapper {
  border: 1px solid #444;
  border-top: 1px solid #ff9900;
}
/* line 257, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-the-content-wrapper .quicktags-toolbar {
  background: url("http://playoverload.com/wp-content/uploads/2016/02/subpage-header.jpg") !important;
  background-size: cover;
  border-bottom: 1px solid #444;
}
/* line 262, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-the-content-wrapper .quicktags-toolbar .button {
  background: #ff9900;
  color: white;
  box-shadow: none;
  border: 1px solid black;
}
/* line 270, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-the-content-wrapper .bbp-the-content {
  font-size: 14px;
}
/* line 277, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics ul.bbp-topic-unread {
  position: relative;
}
/* line 280, 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 294, 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 305, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics ul.bbp-topic-unread .bbp-topic-title {
  padding-left: 25px;
}
/* line 311, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics li {
  background: none;
  color: #fff;
}
/* line 315, 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 315, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-topics li.bbp-topic-freshness {
    margin-left: 0;
  }
}
/* line 324, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics li.bbp-topic-freshness .bbp-author-avatar {
  margin-right: 10px;
}
/* line 328, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics li.bbp-topic-freshness a {
  float: left;
  color: #999;
}
/* line 332, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-topics li.bbp-topic-freshness a.bbp-author-name {
  color: #cccccc;
}
/* line 340, 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 340, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-forum-freshness {
    margin-left: 0;
  }
}
/* line 349, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-forum-freshness .bbp-author-avatar {
  margin-right: 10px;
}
/* line 353, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-forum-freshness a {
  float: left;
  color: #999;
}
/* line 357, 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 367, 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 377, 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 385, 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 390, 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 403, 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 415, 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 419, 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 425, 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 431, 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: #ff9900;
}
@media screen and (max-width: 28.125em) {
  /* line 438, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-topic-content {
    margin-left: 0;
  }
}
/* line 444, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums ul.topic, .bbpress .page-content #bbpress-forums ul.forum {
  border: none;
}
/* line 448, 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 453, 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 462, 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 471, 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 471, 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 480, 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 480, 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 495, 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 503, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-forum-topic-count {
    text-align: left;
    color: #ccc;
  }
  /* line 508, 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 515, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-topic-voice-count {
    text-align: left;
    color: #ccc;
  }
  /* line 520, 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 528, 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 533, 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 542, 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 558, 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 565, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-header {
  border-color: #ff9900;
  border-bottom: 1px solid #444;
  background: url("http://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 573, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-header .bbp-reply-author {
  background: none;
}
/* line 578, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-header .bbp-reply-content span {
  font-size: 12px;
}
/* line 584, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-header a {
  color: white;
}
/* line 590, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-footer {
  border: none;
  border-top: 1px solid #ff9900;
  background: url("http://playoverload.com/wp-content/uploads/2016/02/subpage-header.jpg") !important;
  background-size: cover;
}
/* line 596, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-footer .bbp-reply-author {
  background: none;
}
/* line 603, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-reply-header {
  background: none;
  border: none;
}
@media screen and (max-width: 40.625em) {
  /* line 610, 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 621, 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 631, 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 631, 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 640, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-body .bbp-reply-content {
    clear: none;
  }
}
/* line 646, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-body .bbp-reply-header {
  border-bottom: #222 1px solid;
}
/* line 652, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums div.odd {
  background: none;
  border-bottom: 1px solid #222;
}
/* line 657, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums div.odd + .bbp-reply-header {
  background: #222;
}
/* line 661, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums div.even {
  background: #222;
  border-top: 1px solid #444;
}
/* line 669, 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 677, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .bbp-search-form {
  margin-bottom: 4px;
}
@media screen and (max-width: 25em) {
  /* line 677, sass/partials/_bbpress.scss */
  .bbpress .page-content #bbpress-forums .bbp-search-form {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 685, 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 692, 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 699, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums #subscription-toggle {
  float: right;
  cursor: pointer;
}
/* line 702, 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 716, 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 730, 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 739, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums label,
.bbpress .page-content #bbpress-forums legend {
  color: white;
}
/* line 743, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums fieldset {
  border: none;
  padding: 0;
}
/* line 748, sass/partials/_bbpress.scss */
.bbpress .page-content #bbpress-forums .avatar {
  margin-bottom: 5px;
  border: none;
}
/* line 755, sass/partials/_bbpress.scss */
.bbpress .page-content .bbp-template-notice,
.bbpress .page-content .indicator-hint {
  border-radius: 0;
}
/* line 762, 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 768, 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 778, 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 782, 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 790, 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 795, sass/partials/_bbpress.scss */
.bbpress .prev-topic {
  float: left;
  clear: left;
}
/* line 800, sass/partials/_bbpress.scss */
.bbpress .next-topic {
  float: right;
  clear: right;
}
/* line 805, sass/partials/_bbpress.scss */
.bbpress .bbp-reply-report-link, .bbpress .bbp-topic-report-link {
  color: red;
}
/* line 811, 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 819, sass/partials/_bbpress.scss */
.bbpress .bbp-topic-meta .bbp-topic-pagination a:hover {
  background: #444;
}
/* line 826, 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 836, sass/partials/_bbpress.scss */
.bbpress #next-unread-topic:hover {
  background: #444;
}
@media screen and (max-width: 56.25em) {
  /* line 841, sass/partials/_bbpress.scss */
  .bbpress .sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* line 848, sass/partials/_bbpress.scss */
.bbpress .sidebar .yhanm {
  display: block;
  margin: 1em 0;
  padding: 1em;
  background: #444;
}
/* line 855, sass/partials/_bbpress.scss */
.bbpress .sidebar .d4p-bbw-widget.bbx-newposts a.bbp-topic-title {
  font-weight: normal;
}
/* line 859, sass/partials/_bbpress.scss */
.bbpress .sidebar h3 {
  font-size: 1.3em;
  color: #ffc266;
}
/* line 864, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbx-userprofile {
  background: #222;
  padding: 1em;
}
/* line 869, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login {
  margin-bottom: 0;
}
/* line 874, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login #user_login,
.bbpress .sidebar .bbp_widget_login #user_pass {
  width: 100%;
}
/* line 878, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-logged-in {
  padding: 1em;
  background: #222;
  margin-bottom: 0;
}
/* line 882, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-logged-in .submit.user-submit {
  display: none;
}
/* line 886, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-logged-in h4 {
  margin-bottom: 5px;
}
/* line 890, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-logged-in .logout-link {
  font-size: 13px;
  color: #c87822;
  border: none;
  padding: 0;
  text-decoration: underline;
  text-transform: inherit;
}
/* line 898, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-logged-in .logout-link:hover {
  background: none;
}
/* line 904, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-login-form {
  padding: 1em;
  padding-top: 0;
  background: #222;
  margin-bottom: 40px;
}
/* line 911, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-login-form input {
  background: #111;
  color: #eee;
  border: 1px solid #444;
}
/* line 917, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-login-form button {
  font-size: 13px;
  padding: 7px 16px;
  margin-left: 7px;
}
/* line 924, sass/partials/_bbpress.scss */
.bbpress .sidebar .bbp_widget_login .bbp-login-links {
  margin-top: 15px;
}

/* line 936, sass/partials/_bbpress.scss */
.messages #buddypress #message {
  margin-top: 2em;
}
/* line 939, sass/partials/_bbpress.scss */
.messages #buddypress #message p {
  background: #333;
  color: white;
}
/* line 945, sass/partials/_bbpress.scss */
.messages #buddypress .button {
  background: #ff9900;
  color: white;
  border: none;
}
/* line 950, sass/partials/_bbpress.scss */
.messages #buddypress .button:hover {
  background: #b36b00;
  border: none;
  color: white;
}
/* line 958, sass/partials/_bbpress.scss */
.messages #buddypress #item-header {
  display: none;
}
/* line 962, sass/partials/_bbpress.scss */
.messages #buddypress #object-nav {
  display: none;
}
/* line 966, sass/partials/_bbpress.scss */
.messages #buddypress #subnav {
  padding: 10px 0 0;
  margin: 0;
  margin-bottom: 1em;
  background: #333;
  border-bottom: 1px solid #ff9900;
}
/* line 974, sass/partials/_bbpress.scss */
.messages #buddypress #subnav li a {
  padding: .25em 1em .5em 1em;
  text-transform: uppercase;
  transition: all 300ms;
}
/* line 980, sass/partials/_bbpress.scss */
.messages #buddypress #subnav li:hover {
  color: #fff;
}
/* line 984, sass/partials/_bbpress.scss */
.messages #buddypress #subnav li.current a {
  background: #ff9900;
  color: #fff;
  opacity: 1;
}
/* line 993, 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 1000, sass/partials/_bbpress.scss */
.messages #buddypress #send_reply_button, .messages #buddypress #send {
  background: #ff9900;
  color: white;
  text-transform: uppercase;
  padding: 1em;
  border: none;
}
/* line 1009, sass/partials/_bbpress.scss */
.messages #buddypress .message-box.alt {
  background: #333 !important;
}
/* line 1014, sass/partials/_bbpress.scss */
.messages #buddypress .message-search {
  margin-top: -5px;
}
/* line 1017, sass/partials/_bbpress.scss */
.messages #buddypress .message-search #messages_search {
  padding: 5px;
}
/* line 1021, sass/partials/_bbpress.scss */
.messages #buddypress .message-search #message_search_submit {
  background: #444;
  color: #eee;
}
/* line 1028, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads {
  border: 1px solid #444;
  border-width: 0 1px 0;
  border-bottom: 1px solid #ff9900;
  margin-bottom: 1em;
}
/* line 1037, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads thead tr {
  background: #227D8D;
}
/* line 1042, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads th {
  background: none;
  color: white;
  text-shadow: 0 0 1px 1px #333;
  text-transform: uppercase;
}
/* line 1051, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads tr.alt td {
  background: #333;
}
/* line 1055, sass/partials/_bbpress.scss */
.messages #buddypress #message-threads tr.unread td {
  background: #444;
}
/* line 1059, 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: #ff9900;
  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 */
}
