/**
 * Theme Name: aa_news
 * Author: Americas Army | Web Team | Army Game Studio
 * Description: Must add custom menu in WP settings
 * Version: 0.6
 */
/* _base.scss
 * ------------------------------------------------------------------------- */
/* _all.scss
 * ------------------------------------------------------------------------- */
/* _media-queries.scss
 * ------------------------------------------------------------------------- */
/* _fonts.scss
 * ------------------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'industry-bold';
  src: url("fonts/industry-bold.eot");
  src: url("fonts/industry-bold.eot?#iefix") format("embedded-opentype"), url("fonts/industry-bold.ttf") format("truetype"), url("fonts/industry-bold.woff") format("woff"), url("fonts/industry-bold.svg#industry-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

  @font-face {
    font-family: 'industry-light';
    src: url("fonts/industry-light.eot");
    src: url("fonts/industry-light.eot?#iefix") format("embedded-opentype"), url("fonts/industry-light.ttf") format("truetype"), url("fonts/industry-light.woff") format("woff"), url("fonts/industry-light.svg#industry-light") format("svg");
    font-weight: normal;
    font-style: normal; }

/* line 15, sass/vendor/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 29, sass/vendor/_fonts.scss */
.icon-home:before {
  content: "\e600"; }

/* line 32, sass/vendor/_fonts.scss */
.icon-newspaper:before {
  content: "\e601"; }

/* line 35, sass/vendor/_fonts.scss */
.icon-pencil:before {
  content: "\e602"; }

/* line 38, sass/vendor/_fonts.scss */
.icon-tag:before {
  content: "\e603"; }

/* line 41, sass/vendor/_fonts.scss */
.icon-calendar:before {
  content: "\e604"; }

/* line 44, sass/vendor/_fonts.scss */
.icon-calendar2:before {
  content: "\e605"; }

/* line 47, sass/vendor/_fonts.scss */
.icon-user:before {
  content: "\e606"; }

/* line 50, sass/vendor/_fonts.scss */
.icon-bubbles:before {
  content: "\e607"; }

/* line 53, sass/vendor/_fonts.scss */
.icon-folder-open:before {
  content: "\e608"; }

/* _reset.scss
 * ------------------------------------------------------------------------- */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 25, sass/partials/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 35, sass/partials/_reset.scss */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 44, sass/partials/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 55, sass/partials/_reset.scss */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 69, sass/partials/_reset.scss */
html {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 79, sass/partials/_reset.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 91, sass/partials/_reset.scss */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 99, sass/partials/_reset.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 108, sass/partials/_reset.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 121, sass/partials/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 130, sass/partials/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 139, sass/partials/_reset.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 147, sass/partials/_reset.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 155, sass/partials/_reset.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 165, sass/partials/_reset.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 177, sass/partials/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 186, sass/partials/_reset.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 194, sass/partials/_reset.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 202, sass/partials/_reset.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 211, sass/partials/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 218, sass/partials/_reset.scss */
sup {
  top: -0.5em; }

/* line 222, sass/partials/_reset.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 234, sass/partials/_reset.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 242, sass/partials/_reset.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 254, sass/partials/_reset.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 266, sass/partials/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 277, sass/partials/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 291, sass/partials/_reset.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 303, sass/partials/_reset.scss */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 315, sass/partials/_reset.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 330, sass/partials/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 340, sass/partials/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 350, sass/partials/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 361, sass/partials/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 374, sass/partials/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 383, sass/partials/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 393, sass/partials/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 406, sass/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* _general.scss
 * ------------------------------------------------------------------------- */
/* line 4, sass/partials/_general.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 8, sass/partials/_general.scss */
body {
  color: #1e1e1e;
  background: #000; }

/* line 13, sass/partials/_general.scss */
h1, h2, h3, h4, h5, h6, strong {
  color: #424244;
}

/* line 18, sass/partials/_general.scss */
strong {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4); }

/* line 22, sass/partials/_general.scss */
a {
  text-decoration: none;
  color: #006FD3; }
  /* line 25, sass/partials/_general.scss */
  a:hover {
    color: #c00; }

/* line 30, sass/partials/_general.scss */
.global_wrapper {
  position: relative;
  background: #f0f0ee;
  background-image: url(./images/aapg-launch-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* line 36, sass/partials/_general.scss */
.DN {
  display: none; }

/* line 40, sass/partials/_general.scss */
.hide-small, .mobile-menu-hide {
  display: inherit; }
  @media (max-width: 780px) {
    /* line 40, sass/partials/_general.scss */
    .hide-small, .mobile-menu-hide {
      display: none; } }

/* line 47, sass/partials/_general.scss */
.show-small {
  display: none !important; }
  @media (max-width: 780px) {
    /* line 47, sass/partials/_general.scss */
    .show-small {
      display: block !important; } }

/* line 54, sass/partials/_general.scss */
.clear:before, .aa-section:before, .main:before, .post:before, .attachment-page:before, .clear:after, .aa-section:after, .main:after, .post:after, .attachment-page:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

/* line 61, sass/partials/_general.scss */
.clear:after, .aa-section:after, .main:after, .post:after, .attachment-page:after {
  clear: both; }

/* line 65, sass/partials/_general.scss */
.aa-section, .main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1px 5px 5px 5px;
  background: #1e1e1e;
  z-index: 1; }
  /* line 73, sass/partials/_general.scss */
  .aa-section.sub, .sub.main, .aa-section#navigation, #navigation.main {
    overflow: visible !important; }

.aa-section.sub a {
  color: #ffd431 !important;
}
.aa-section.sub a:hover {
  color: #fff !important;
}

/* line 81, sass/partials/_general.scss */
.main {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 30px auto; }

/* line 88, sass/partials/_general.scss */
.post, .attachment-page {
  background: #d6d5d5;
  border-radius: 5px;
  padding: 1px 5px 5px 5px;
  margin: 15px;
  border: 5px solid #ffd431;
} }

/* Images */
/* line 104, sass/partials/_general.scss */
.alignleft {
  float: left; }

/* line 108, sass/partials/_general.scss */
.alignright {
  float: right; }

/* line 112, sass/partials/_general.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 118, sass/partials/_general.scss */
img.alignleft {
  margin: 5px 20px 5px 0; }

/* line 122, sass/partials/_general.scss */
.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

/* line 126, sass/partials/_general.scss */
img.alignright {
  margin: 5px 0 5px 20px; }

/* line 130, sass/partials/_general.scss */
.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

/* line 134, sass/partials/_general.scss */
img.aligncenter {
  margin: 5px auto; }

/* line 138, sass/partials/_general.scss */
img.alignnone {
  margin: 5px 0; }

/* line 144, sass/partials/_general.scss */
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300; }

/* line 152, sass/partials/_general.scss */
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* line 162, sass/partials/_general.scss */
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside; }

/* line 166, sass/partials/_general.scss */
img, .alignnone, .alignleft, .alignright, .wp-caption {
  max-width: 100%; }

/* img frame */
/* line 171, sass/partials/_general.scss */
.image-frame, .blog .default-image, .archive .default-image {
  position: relative;
  z-index: 1;
  display: inline-block; }
  /* line 175, sass/partials/_general.scss */
  .image-frame img, .blog .default-image img, .archive .default-image img {
    padding: 4px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  /* line 181, sass/partials/_general.scss */
  .image-frame:before, .blog .default-image:before, .archive .default-image:before, .image-frame:after, .blog .default-image:after, .archive .default-image:after {
    -webkit-box-shadow: 0 0 7px 4px rgba(104, 104, 104, 0.5);
    -moz-box-shadow: 0 0 7px 4px rgba(104, 104, 104, 0.5);
    box-shadow: 0 0 7px 4px rgba(104, 104, 104, 0.5);
    content: " ";
    display: table;
    width: 49%;
    height: 0;
    position: absolute;
    bottom: 6px;
    z-index: -2; }
  /* line 191, sass/partials/_general.scss */
  .image-frame:before, .blog .default-image:before, .archive .default-image:before {
    left: 4px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  /* line 195, sass/partials/_general.scss */
  .image-frame:after, .blog .default-image:after, .archive .default-image:after {
    right: 4px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }

/* line 202, sass/partials/_general.scss */
.attachment-page .image-frame, .attachment-page .blog .default-image, .blog .attachment-page .default-image, .attachment-page .archive .default-image, .archive .attachment-page .default-image {
  text-align: center;
  display: block;
  margin-bottom: 20px; }
/* line 207, sass/partials/_general.scss */
.attachment-page .description {
  background: #fff;
  padding: 2px 10px;
  border: 3px solid #cecece;
  margin: 0 20px;
  color: #5e5e5e; }

/* line 218, sass/partials/_general.scss */
.blog .default-image, .archive .default-image {
  width: 150px;
  height: 150px; }

/* line 229, sass/partials/_general.scss */
.tw-tweet, .fb-like {
  width: 100%;
  padding-bottom: 10px; }

/* line 235, sass/partials/_general.scss */
.archive h1 {
  color: #D6D5D5;
  padding-left: 5px; }

/* _typography.scss
 * ------------------------------------------------------------------------- */
/* line 4, sass/partials/_typography.scss */
body {
  font-size: 16px; }

/* line 12, sass/partials/_typography.scss */
html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

/* line 23, sass/partials/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'industry-bold', sans-serif;
  line-height: 1.3; }

/* line 29, sass/partials/_typography.scss */
h1 {
  font-size: 3.5em;
  margin: 33px 0; }
  @media (max-width: 780px) {
    /* line 29, sass/partials/_typography.scss */
    h1 {
      font-size: 2em; } }

/* line 37, sass/partials/_typography.scss */
h2 {
  font-size: 2em;
  margin: 1.1em 0 0.3em; }

/* line 42, sass/partials/_typography.scss */
h3 {
  font-size: 1.5em;
  margin: 1.1em 0 0.3em; }

/* line 47, sass/partials/_typography.scss */
h4 {
  font-size: 1.2em;
  margin: 1.1em 0 0.3em; }

/* line 52, sass/partials/_typography.scss */
h5 {
  font-size: 1.1em;
  margin: 1.1em 0 0.3em; }

/* line 57, sass/partials/_typography.scss */
h6 {
  font-size: 1em;
  margin: 1.1em 0 0.3em; }

/* line 62, sass/partials/_typography.scss */
p {
  font-size: 0.9em; }

/* line 66, sass/partials/_typography.scss */
.post-title {
  margin: 6px 0;
  color: #1e1e1e;
  font-family: 'industry-bold';
}
  /* line 75, sass/partials/_typography.scss */
  .post-title a {
    color: #1e1e1e; }
  @media (max-width: 780px) {
    /* line 66, sass/partials/_typography.scss */
    .post-title {
      text-align: center; } }

/* line 83, sass/partials/_typography.scss */
::selection {
  background: #FFF7B5;
  /* Safari */ }

/* line 86, sass/partials/_typography.scss */
::-moz-selection {
  background: #FFF7B5;
  /* Firefox */ }

/* _global_topbar.scss
 * ------------------------------------------------------------------------- */
/* line 4, sass/partials/_global_topbar.scss */
.global_topbar {
  background-color: #1c1c1c;
  height: 76px;
  width: 100%;
  position: fixed;
  top: 0; }
  @media (max-width: 780px) {
    /* line 4, sass/partials/_global_topbar.scss */
    .global_topbar {
      height: auto;
      min-height: 55px;
      position: relative; } }
  /* line 15, sass/partials/_global_topbar.scss */
  .global_topbar img.goarmyLogo {
    position: absolute;
    height: 50px;
    padding: 0 8.33333px;
    padding-top: 5px; }
  /* line 21, sass/partials/_global_topbar.scss */
  .global_topbar nav {
    height: 25px;
    border-bottom: 1px solid #121212; }
  /* line 25, sass/partials/_global_topbar.scss */
  .global_topbar .site-title {
    height: 50px; }
    @media (max-width: 780px) {
      /* line 25, sass/partials/_global_topbar.scss */
      .global_topbar .site-title {
        position: absolute;
        width: 100%; } }
    /* line 31, sass/partials/_global_topbar.scss */
    .global_topbar .site-title h1 {
      float: left;
      color: #ffffff;
      font-size: 1.4em;
      line-height: 1.9;
      margin: 0;
      padding-left: 65px;
      font-family: "industry-bold" !important; }
      @media (max-width: 780px) {
        /* line 31, sass/partials/_global_topbar.scss */
        .global_topbar .site-title h1 {
          float: none;
          text-align: center;
          padding-left: 0;
          line-height: 1.3;
          font-size: 1em; } }
    /* line 47, sass/partials/_global_topbar.scss */
    .global_topbar .site-title ul.right {
      float: right;
      list-style: none;
      margin: 0;
      padding: 0; }
      /* line 52, sass/partials/_global_topbar.scss */
      .global_topbar .site-title ul.right li {
        display: inline; }

/* line 59, sass/partials/_global_topbar.scss */
.global_topbar {
  z-index: 100; }
  /* line 61, sass/partials/_global_topbar.scss */
  .global_topbar nav, .global_topbar ul.right {
    z-index: 200; }
    /* line 63, sass/partials/_global_topbar.scss */
    .global_topbar nav a, .global_topbar ul.right a {
      text-decoration: none;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 0.7125em;
      line-height: 25px;
      font-weight: 600;
      padding: 6px 6.333px; }
      @media (max-width: 780px) {
        /* line 63, sass/partials/_global_topbar.scss */
        .global_topbar nav a, .global_topbar ul.right a {
          display: block;
          width: 100%;
          color: white;
          padding: 10px 0;
          padding-left: 8.33333px;
          font-size: 0.7125em;
          background: #222222; } }
    /* line 81, sass/partials/_global_topbar.scss */
    .global_topbar nav ul, .global_topbar ul.right ul {
      list-style: none;
      margin: 0;
      padding: 0;
      float: left;
      background: #222222; }
      @media (max-width: 780px) {
        /* line 81, sass/partials/_global_topbar.scss */
        .global_topbar nav ul, .global_topbar ul.right ul {
          position: relative;
          top: 55px;
          padding: 0;
          width: 100%; } }
      /* line 93, sass/partials/_global_topbar.scss */
      .global_topbar nav ul li, .global_topbar ul.right ul li {
        display: inline; }
        @media (max-width: 780px) {
          /* line 93, sass/partials/_global_topbar.scss */
          .global_topbar nav ul li, .global_topbar ul.right ul li {
            display: block; } }
      /* line 99, sass/partials/_global_topbar.scss */
      .global_topbar nav ul.left, .global_topbar ul.right ul.left {
        padding-left: 53px; }
        @media (max-width: 780px) {
          /* line 99, sass/partials/_global_topbar.scss */
          .global_topbar nav ul.left, .global_topbar ul.right ul.left {
            padding-left: 0; } }
      /* line 105, sass/partials/_global_topbar.scss */
      .global_topbar nav ul.right, .global_topbar ul.right ul.right {
        float: right;
        background: #111111; }

/* line 114, sass/partials/_global_topbar.scss */
.global_topbar li.has-dropdown {
  position: relative; }
/* line 117, sass/partials/_global_topbar.scss */
.global_topbar .has-dropdown > a {
  padding-right: 28.33333px !important; }
/* line 120, sass/partials/_global_topbar.scss */
.global_topbar .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  border-left-style: solid;
  margin-right: 8.33333px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 0; }
  @media (max-width: 780px) {
    /* line 120, sass/partials/_global_topbar.scss */
    .global_topbar .has-dropdown > a:after {
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.8); } }

/* line 141, sass/partials/_global_topbar.scss */
.global_topbar li.has-dropdown:hover > ul.dropdown {
  visibility: visible; }
/* line 144, sass/partials/_global_topbar.scss */
.global_topbar li.has-dropdown ul {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: auto;
  min-width: 100%;
  z-index: 400; }
  @media (max-width: 780px) {
    /* line 144, sass/partials/_global_topbar.scss */
    .global_topbar li.has-dropdown ul {
      visibility: visible;
      position: static;
      padding-left: 0; } }
  /* line 156, sass/partials/_global_topbar.scss */
  .global_topbar li.has-dropdown ul li {
    display: block; }
    /* line 158, sass/partials/_global_topbar.scss */
    .global_topbar li.has-dropdown ul li a {
      padding: 7px 8.3333px;
      line-height: 1;
      white-space: nowrap;
      font-weight: 400;
      background: transparent;
      display: block; }
      @media (max-width: 780px) {
        /* line 158, sass/partials/_global_topbar.scss */
        .global_topbar li.has-dropdown ul li a {
          padding: 10px 0;
          padding-left: 28.33333px;
          line-height: 25px; }
          /* line 169, sass/partials/_global_topbar.scss */
          .divider .global_topbar li.has-dropdown ul li a {
            padding-left: 0; } }

/* line 180, sass/partials/_global_topbar.scss */
.global_topbar .divider {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both; }

/* line 189, sass/partials/_global_topbar.scss */
.global_topbar .site-title ul.right {
  width: 380px; }
  /* line 191, sass/partials/_global_topbar.scss */
  .global_topbar .site-title ul.right li {
    float: left; }
    /* line 193, sass/partials/_global_topbar.scss */
    .global_topbar .site-title ul.right li a {
      background-color: transparent;
      background-repeat: no-repeat;
      background-image: url(images/socialbar_sprite.png);
      background-size: 330px 60px;
      background-position: 0 0;
      display: block;
      height: 30px;
      margin: 10px; }
      /* line 202, sass/partials/_global_topbar.scss */
      .global_topbar .site-title ul.right li a.steam {
        background-position: 0 0;
        width: 160px; }
        /* line 205, sass/partials/_global_topbar.scss */
        .global_topbar .site-title ul.right li a.steam:hover {
          background-position: 0 -30px; }
      /* line 209, sass/partials/_global_topbar.scss */
      .global_topbar .site-title ul.right li a.twitter {
        background-position: -168px 0;
        width: 30px; }
        /* line 212, sass/partials/_global_topbar.scss */
        .global_topbar .site-title ul.right li a.twitter:hover {
          background-position: -168px -30px; }
      /* line 216, sass/partials/_global_topbar.scss */
      .global_topbar .site-title ul.right li a.facebook {
        background-position: -214px 0;
        width: 30px; }
        /* line 219, sass/partials/_global_topbar.scss */
        .global_topbar .site-title ul.right li a.facebook:hover {
          background-position: -214px -30px; }
      /* line 223, sass/partials/_global_topbar.scss */
      .global_topbar .site-title ul.right li a.googleplus {
        background-position: -299px 0;
        width: 30px; }
        /* line 226, sass/partials/_global_topbar.scss */
        .global_topbar .site-title ul.right li a.googleplus:hover {
          background-position: -299px -30px; }
      /* line 230, sass/partials/_global_topbar.scss */
      .global_topbar .site-title ul.right li a.youtube {
        background-position: -259px 0;
        width: 30px; }
        /* line 233, sass/partials/_global_topbar.scss */
        .global_topbar .site-title ul.right li a.youtube:hover {
          background-position: -259px -30px; }

/* line 243, sass/partials/_global_topbar.scss */
.menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  padding: 5px 10px; }
  /* line 250, sass/partials/_global_topbar.scss */
  .menu-icon span {
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
    display: block; }

/* line 257, sass/partials/_global_topbar.scss */
.admin-bar .global_topbar {
  top: 28px; }
  @media (max-width: 780px) {
    /* line 257, sass/partials/_global_topbar.scss */
    .admin-bar .global_topbar {
      top: 0; } }

/* _subnav.scss
 * ------------------------------------------------------------------------- */
/* line 4, sass/partials/_subnav.scss */
#navigation {
  background-color: #1c1c1c;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  padding-top: 96px; }
  @media (max-width: 780px) {
    /* line 4, sass/partials/_subnav.scss */
    #navigation {
      text-align: center;
      padding-top: 20px;
      font-size: 0.7em;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; } }
  /* line 15, sass/partials/_subnav.scss */
  #navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    font-family: "industry-light";
    font-weight: 200;
    font-size: 0.81em; }
    @media (max-width: 780px) {
      /* line 15, sass/partials/_subnav.scss */
      #navigation ul {
        font-size: 1em;
        padding: 0; } }
    /* line 26, sass/partials/_subnav.scss */
    #navigation ul li {
      display: inline;
      float: left;
      position: relative;
      border-right: 1px dotted #535353; }
      @media (max-width: 780px) {
        /* line 26, sass/partials/_subnav.scss */
        #navigation ul li {
          width: 30%;
          margin-right: 5%;
          border-right: none; } }
      /* line 36, sass/partials/_subnav.scss */
      #navigation ul li:last-child {
        margin-right: 0;
        border-right: none; }
      /* line 40, sass/partials/_subnav.scss */
      #navigation ul li a {
        color: #cccccc;
        text-decoration: none;
        padding: 0 5px; }
        /* line 45, sass/partials/_subnav.scss */
        #navigation ul li a:hover {
          color: #fff; }
          @media (max-width: 780px) {
            /* line 45, sass/partials/_subnav.scss */
            #navigation ul li a:hover {
              color: #464648; } }
        @media (max-width: 780px) {
          /* line 40, sass/partials/_subnav.scss */
          #navigation ul li a {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
            background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
            background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
            background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
            background: linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
            color: #464648;
            display: block;
            padding: 0.8em;
            min-height: 33px; } }
  /* line 62, sass/partials/_subnav.scss */
  #navigation *.current-menu-item a, #navigation *.current-menu-parent > a {
    color: #fff !important; }
    @media (max-width: 780px) {
      /* line 62, sass/partials/_subnav.scss */
      #navigation *.current-menu-item a, #navigation *.current-menu-parent > a {
        color: #000 !important;
        font-weight: bold; } }

/* line 75, sass/partials/_subnav.scss */
#navigation ul li:before {
  position: absolute;
  left: -22px;
  top: -5px;
  font-size: 20px;
  color: #ffd431; }
@media (max-width: 780px) {
  /* line 82, sass/partials/_subnav.scss */
  #navigation ul li:before {
    content: ''; } }
/* line 86, sass/partials/_subnav.scss */
#navigation ul li:hover > ul.sub-menu {
  display: block; }
/* line 89, sass/partials/_subnav.scss */
#navigation ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  background: #222222;
  min-width: 100%;
  z-index: 90;
  font-size: 0.9em;
  padding: 7px 0;
  -webkit-box-shadow: inset 0 0 10px black;
  -moz-box-shadow: inset 0 0 10px black;
  box-shadow: inset 0 0 10px black; }
  @media (max-width: 780px) {
    /* line 89, sass/partials/_subnav.scss */
    #navigation ul li ul {
      position: relative;
      font-size: 1em;
      padding: 0; } }
  /* line 105, sass/partials/_subnav.scss */
  #navigation ul li ul li {
    width: 100%;
    border: none; }
    @media (max-width: 780px) {
      /* line 105, sass/partials/_subnav.scss */
      #navigation ul li ul li {
        width: 100%;
        display: block;
        margin-top: 10px;
        position: relative; } }
    /* line 114, sass/partials/_subnav.scss */
    #navigation ul li ul li a {
      padding: 7px 10px;
      line-height: 1;
      white-space: nowrap;
      font-weight: 400;
      display: block; }
      @media (max-width: 780px) {
        /* line 114, sass/partials/_subnav.scss */
        #navigation ul li ul li a {
          padding: 0.8em; } }

/* line 132, sass/partials/_subnav.scss */
#navigation li.has-dropdown > a {
  padding-right: 28.33333px !important;
  position: relative; }
/* line 136, sass/partials/_subnav.scss */
#navigation li.has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  margin-right: 8.33333px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 0; }

/* line 151, sass/partials/_subnav.scss */
div.sub {
  padding: 0;
  border-radius: 0 0 5px 5px; }

/* line 157, sass/partials/_subnav.scss */
#navigation .icon-home {
  color: #ffd431; }

/* _loop_styles.scss
 * ------------------------------------------------------------------------- */
/* line 6, sass/partials/_loop_styles.scss */
.blog .post .post-thumbnail, .blog .attachment-page .post-thumbnail, .archive .post .post-thumbnail, .archive .attachment-page .post-thumbnail {
  width: 21%; }
  @media (max-width: 780px) {
    /* line 6, sass/partials/_loop_styles.scss */
    .blog .post .post-thumbnail, .blog .attachment-page .post-thumbnail, .archive .post .post-thumbnail, .archive .attachment-page .post-thumbnail {
      text-align: center; } }
  /* line 11, sass/partials/_loop_styles.scss */
  .blog .post .post-thumbnail img, .blog .attachment-page .post-thumbnail img, .archive .post .post-thumbnail img, .archive .attachment-page .post-thumbnail img {
    margin: 10px 0 0 5px; }
    @media (max-width: 780px) {
      /* line 11, sass/partials/_loop_styles.scss */
      .blog .post .post-thumbnail img, .blog .attachment-page .post-thumbnail img, .archive .post .post-thumbnail img, .archive .attachment-page .post-thumbnail img {
        margin: 10px 0 0 0; } }
/* line 19, sass/partials/_loop_styles.scss */
.blog .post .post-title a, .blog .attachment-page .post-title a, .archive .post .post-title a, .archive .attachment-page .post-title a {
  color:#1e1e1e; }
/* line 23, sass/partials/_loop_styles.scss */
.blog .post .post-content, .blog .attachment-page .post-content, .archive .post .post-content, .archive .attachment-page .post-content {
  width: 60%;
  padding: 0 5px 0 0; }
/* line 27, sass/partials/_loop_styles.scss */
.blog .post .post-category, .blog .attachment-page .post-category, .archive .post .post-category, .archive .attachment-page .post-category {
  width: 19%;
  padding: 10px 5px 0 0; }
  @media (max-width: 780px) {
    /* line 27, sass/partials/_loop_styles.scss */
    .blog .post .post-category, .blog .attachment-page .post-category, .archive .post .post-category, .archive .attachment-page .post-category {
      padding: 10px 0 0 0; } }
  /* line 33, sass/partials/_loop_styles.scss */
  .blog .post .post-category .sticky-call, .blog .attachment-page .post-category .sticky-call, .archive .post .post-category .sticky-call, .archive .attachment-page .post-category .sticky-call {
    width: 100%;
    display: block;
    text-align: center;
    font-size: .7em;
    margin-bottom: 10px;
    padding: 2px 0;
    color: #fff;
    background: #88681C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
/* line 45, sass/partials/_loop_styles.scss */
.blog .post .post-thumbnail, .blog .attachment-page .post-thumbnail, .blog .post .post-content, .blog .attachment-page .post-content, .blog .post .post-category, .blog .attachment-page .post-category, .archive .post .post-thumbnail, .archive .attachment-page .post-thumbnail, .archive .post .post-content, .archive .attachment-page .post-content, .archive .post .post-category, .archive .attachment-page .post-category {
  float: left;
  min-height: 160px; }
  @media (max-width: 780px) {
    /* line 45, sass/partials/_loop_styles.scss */
    .blog .post .post-thumbnail, .blog .attachment-page .post-thumbnail, .blog .post .post-content, .blog .attachment-page .post-content, .blog .post .post-category, .blog .attachment-page .post-category, .archive .post .post-thumbnail, .archive .attachment-page .post-thumbnail, .archive .post .post-content, .archive .attachment-page .post-content, .archive .post .post-category, .archive .attachment-page .post-category {
      float: none;
      width: 100%;
      min-height: 0; } }
@media (max-width: 780px) {
  /* line 54, sass/partials/_loop_styles.scss */
  .blog .post .post-footer, .blog .attachment-page .post-footer, .archive .post .post-footer, .archive .attachment-page .post-footer {
    border-top: 2px solid rgba(113, 91, 36, 0.5);
    border-bottom: 2px solid rgba(113, 91, 36, 0.5); } }
/* line 59, sass/partials/_loop_styles.scss */
.blog .post .post-footer .post-meta, .blog .attachment-page .post-footer .post-meta, .archive .post .post-footer .post-meta, .archive .attachment-page .post-footer .post-meta {
  padding: 10px 0;
  font-size: 0.8em;
  line-height: 2; }
  /* line 64, sass/partials/_loop_styles.scss */
  .blog .post .post-footer .post-meta [class^="icon-"]:before, .blog .attachment-page .post-footer .post-meta [class^="icon-"]:before, .blog .post .post-footer .post-meta [class*=" icon-"]:before, .blog .attachment-page .post-footer .post-meta [class*=" icon-"]:before, .archive .post .post-footer .post-meta [class^="icon-"]:before, .archive .attachment-page .post-footer .post-meta [class^="icon-"]:before, .archive .post .post-footer .post-meta [class*=" icon-"]:before, .archive .attachment-page .post-footer .post-meta [class*=" icon-"]:before {
    margin: 0 2px;
    padding: 0 2px;
    font-size: 1.3em; }

/* line 77, sass/partials/_loop_styles.scss */
.pagination .alignleft a, .pagination .alignright a, .pagination .return a {
  color: #A48126; }
  @media (max-width: 780px) {
    /* line 77, sass/partials/_loop_styles.scss */
    .pagination .alignleft a, .pagination .alignright a, .pagination .return a {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
      background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
      background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
      background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
      background: linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
      color: #464648;
      display: block;
      padding: .8em; } }
/* line 88, sass/partials/_loop_styles.scss */
.pagination .return {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  width: 150px; }

/* line 98, sass/partials/_loop_styles.scss */
.post-category a {
  background: #1e1e1e;
  border: 2px solid #ffd431;
  color: #fff !important;
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.1;
  padding: 5px;
  margin: 0 5px 10px 0;
  position: relative;
  text-decoration: none;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: background 350ms;
  -moz-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms; }
  /* line 113, sass/partials/_loop_styles.scss */
  .post-category a:hover {
    background: #ffd431;
    -webkit-transition: background 80ms;
    -moz-transition: background 80ms;
    -o-transition: background 80ms;
    transition: background 80ms; }
  /* line 117, sass/partials/_loop_styles.scss */
  .post-category a:active {
    -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25); }
  /* line 120, sass/partials/_loop_styles.scss */
  .post-category a.simple {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.18)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.18));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.18));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.18));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.18));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
  /* line 124, sass/partials/_loop_styles.scss */
  .post-category a.round {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.14)), color-stop(49%, rgba(0, 0, 0, 0.05)), color-stop(51%, rgba(0, 0, 0, 0.14)), color-stop(100%, rgba(0, 0, 0, 0.22)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.05) 49%, rgba(0, 0, 0, 0.14) 51%, rgba(0, 0, 0, 0.22));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.05) 49%, rgba(0, 0, 0, 0.14) 51%, rgba(0, 0, 0, 0.22));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.05) 49%, rgba(0, 0, 0, 0.14) 51%, rgba(0, 0, 0, 0.22));
    background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.05) 49%, rgba(0, 0, 0, 0.14) 51%, rgba(0, 0, 0, 0.22));
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    border-radius: 56px;
    -webkit-box-shadow: inset 1px 4px 6px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 4px 6px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 4px 6px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.3); }
    /* line 128, sass/partials/_loop_styles.scss */
    .post-category a.round:active {
      -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
      box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25); }
  /* line 132, sass/partials/_loop_styles.scss */
  .post-category a.square {
    background: #b8aa7b;
    border-color: #b7a35e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4), 2px 4px 0 #b1a479, 2px 4px 6px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4), 2px 4px 0 #b1a479, 2px 4px 6px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4), 2px 4px 0 #b1a479, 2px 4px 6px 2px rgba(0, 0, 0, 0.3); }
    /* line 137, sass/partials/_loop_styles.scss */
    .post-category a.square:hover {
      background: #cfc193; }
    /* line 140, sass/partials/_loop_styles.scss */
    .post-category a.square:active {
      margin: 3px 14px 45px 18px;
      -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
      box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25); }
  /* line 145, sass/partials/_loop_styles.scss */
  .post-category a.gold {
    background: #f2c11a;
    border: 1px solid #e1b10d; }
    /* line 148, sass/partials/_loop_styles.scss */
    .post-category a.gold:hover {
      background: #f4c937; }
    /* line 151, sass/partials/_loop_styles.scss */
    .post-category a.gold.square {
      background: #d7ab16;
      border-color: #c49a0b;
      -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4), 2px 4px 0 #c9a21a, 2px 4px 6px 2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4), 2px 4px 0 #c9a21a, 2px 4px 6px 2px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4), 2px 4px 0 #c9a21a, 2px 4px 6px 2px rgba(0, 0, 0, 0.3); }
      /* line 155, sass/partials/_loop_styles.scss */
      .post-category a.gold.square:hover {
        background: #f3c528; }
      /* line 158, sass/partials/_loop_styles.scss */
      .post-category a.gold.square:active {
        -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
        box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25); }
  /* line 163, sass/partials/_loop_styles.scss */
  .post-category a.icon {
    padding-left: 30px; }
    /* line 165, sass/partials/_loop_styles.scss */
    .post-category a.icon:before {
      position: absolute;
      left: 10px;
      top: 6px; }

/* _single_styles.scss
 * ------------------------------------------------------------------------- */
/* line 5, sass/partials/_single_styles.scss */
.single .post-header {
  margin-top: 20px;
  padding: 0 10px 20px;
  border-bottom: 2px solid rgba(113, 91, 36, 0.5); }
  /* line 9, sass/partials/_single_styles.scss */
  .single .post-header .post-title-area, .single .post-header .post-thumbnail {
    width: 60%; }
    @media (max-width: 780px) {
      /* line 9, sass/partials/_single_styles.scss */
      .single .post-header .post-title-area, .single .post-header .post-thumbnail {
        width: 100%;
        text-align: center !important; } }
    /* line 15, sass/partials/_single_styles.scss */
    .single .post-header .post-title-area .post-meta, .single .post-header .post-thumbnail .post-meta {
      padding: 10px 0;
      font-size: 0.8em; }
      /* line 19, sass/partials/_single_styles.scss */
      .single .post-header .post-title-area .post-meta [class^="icon-"]:before, .single .post-header .post-title-area .post-meta [class*=" icon-"]:before, .single .post-header .post-thumbnail .post-meta [class^="icon-"]:before, .single .post-header .post-thumbnail .post-meta [class*=" icon-"]:before {
        margin: 0 2px;
        padding: 0 2px;
        font-size: 1.3em; }
      @media (max-width: 780px) {
        /* line 15, sass/partials/_single_styles.scss */
        .single .post-header .post-title-area .post-meta, .single .post-header .post-thumbnail .post-meta {
          width: 100%;
          text-align: center !important; } }
  /* line 31, sass/partials/_single_styles.scss */
  .single .post-header .post-title-area, .single .post-header .post-meta, .single .post-header .post-social, .single .post-header .post-category {
    float: left; }
  /* line 34, sass/partials/_single_styles.scss */
  .single .post-header .post-thumbnail {
    text-align: right;
    float: right;
    width: 40%; }
    @media (max-width: 780px) {
      /* line 34, sass/partials/_single_styles.scss */
      .single .post-header .post-thumbnail {
        width: 100%; } }
  /* line 43, sass/partials/_single_styles.scss */
  .single .post-header .post-social, .single .post-header .post-category {
    width: 60%; }
    @media (max-width: 780px) {
      /* line 43, sass/partials/_single_styles.scss */
      .single .post-header .post-social, .single .post-header .post-category {
        width: 100%;
        margin-top: 10px; } }
    /* line 50, sass/partials/_single_styles.scss */
    .single .post-header .post-social .fb-like, .single .post-header .post-category .fb-like {
      width: 100%;
      overflow: hidden; }

/* _post-entry.scss
 * ------------------------------------------------------------------------- */
/* line 4, sass/partials/_post-entry.scss */
.post-entry {
  font-size: 1em;
  font-family: "industry-light";
  font-weight: 300;
  margin-top: 20px;
  padding: 0 10px 20px; }
  /* line 8, sass/partials/_post-entry.scss */
  .post-entry p, .post-entry ul, .post-entry ol, .post-entry code {
    font-size: 1em;
    margin: 10px 0; }
  /* line 12, sass/partials/_post-entry.scss */
  .post-entry ul, .post-entry ol {
    padding: 0 1em; }
    /* line 14, sass/partials/_post-entry.scss */
    .post-entry ul li, .post-entry ol li {
      padding-bottom: 5px; }
      /* line 16, sass/partials/_post-entry.scss */
      .post-entry ul li:last-child, .post-entry ol li:last-child {
        padding-bottom: 0; }
  /* line 21, sass/partials/_post-entry.scss */
  .post-entry ul {
    list-style: none; }
    /* line 23, sass/partials/_post-entry.scss */
    .post-entry ul > li {
      position: relative; }
      /* line 25, sass/partials/_post-entry.scss */
      .post-entry ul > li:before {
        content: "";
        border-color: transparent #88681C;
        border-style: solid;
        border-width: 0.35em 0 0.35em 0.45em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 0.4em;
        position: absolute; }
  /* line 42, sass/partials/_post-entry.scss */
  .post-entry code {
    font-family: courier; }
  /* line 45, sass/partials/_post-entry.scss */
  .post-entry blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019"; }
    /* line 51, sass/partials/_post-entry.scss */
    .post-entry blockquote:before {
      color: #ccc;
      content: open-quote;
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em; }
    /* line 59, sass/partials/_post-entry.scss */
    .post-entry blockquote p {
      display: inline; }
  /* line 63, sass/partials/_post-entry.scss */
  .post-entry cite {
    border-bottom: 1px dashed #ccc; }
  /* line 66, sass/partials/_post-entry.scss */
  .post-entry table {
    border-collapse: collapse;
    width: 100%; }
    /* line 69, sass/partials/_post-entry.scss */
    .post-entry table th, .post-entry table td {
      padding: 0.25rem;
      text-align: left;
      border: 1px solid #ccc; }
    /* line 74, sass/partials/_post-entry.scss */
    .post-entry table tbody tr:nth-child(odd) {
      background: #eee; }
  /* line 78, sass/partials/_post-entry.scss */
  .post-entry dl {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #b0b4bc;
    box-shadow: 0 1px 1px 0 #ffffff, 0 1px 1px 0 #d9dbdf inset;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0px;
    border-top: 1px solid #d9dbdf; }
    /* line 88, sass/partials/_post-entry.scss */
    .post-entry dl dt, .post-entry dl dd {
      font-weight: bold;
      margin: 0; }
      /* line 91, sass/partials/_post-entry.scss */
      .post-entry dl dt:before, .post-entry dl dd:before {
        content: '';
        display: block;
        border: 1px solid #ccc;
        border-bottom: 0 none;
        position: absolute;
        margin-top: -1em;
        left: 0;
        width: 100%; }
      @media (max-width: 780px) {
        /* line 88, sass/partials/_post-entry.scss */
        .post-entry dl dt, .post-entry dl dd {
          line-height: 1em; } }
    /* line 105, sass/partials/_post-entry.scss */
    .post-entry dl dt {
      clear: left;
      color: #7CA6CF;
      padding: 1em 0 1em 1em;
      float: left;
      display: block;
      text-align: right;
      width: 160px; }
      @media (max-width: 780px) {
        /* line 105, sass/partials/_post-entry.scss */
        .post-entry dl dt {
          text-align: left;
          width: 100%;
          float: inherit;
          padding-top: 1em 0 0 1em; } }
    /* line 120, sass/partials/_post-entry.scss */
    .post-entry dl dd {
      color: #1e1e1e;
      padding: 1em 1em 1em 1em;
      display: table-cell;
      font-weight: normal;
      -webkit-margin-start: 0; }
      @media (max-width: 780px) {
        /* line 120, sass/partials/_post-entry.scss */
        .post-entry dl dd {
          padding: 0 1em 1em; } }
    @media (max-width: 780px) {
      /* line 130, sass/partials/_post-entry.scss */
      .post-entry dl dt + dd + dt:before {
        margin-top: -1em; } }
  /* line 136, sass/partials/_post-entry.scss */
  .post-entry abbr, .post-entry acronym {
    cursor: help; }
  /* line 139, sass/partials/_post-entry.scss */
  .post-entry acronym {
    padding: 0 3px;
    background: #1e1e1e;
    color: #D6D5D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  /* line 145, sass/partials/_post-entry.scss */
  .post-entry big {
    font-size: x-large; }

/* _footer.scss
 * ------------------------------------------------------------------------- */
/* line 4, sass/partials/_footer.scss */
.footer {
  background-color: #1c1c1c; }
  /* line 6, sass/partials/_footer.scss */
  .footer .aa-section, .footer .main {
    background: transparent; }
  /* line 9, sass/partials/_footer.scss */
  .footer .icons, .footer .legal {
    padding-top: 20px; }
  /* line 12, sass/partials/_footer.scss */
  .footer .icons.alignleft, .footer .icons.alignright {
    width: 25%; }
    /* line 14, sass/partials/_footer.scss */
    .footer .icons.alignleft img, .footer .icons.alignright img {
      height: 62px;
      margin: 0 10px; }
    /* line 18, sass/partials/_footer.scss */
    .footer .icons.alignleft .esrb img, .footer .icons.alignright .esrb img {
      float: right; }
  @media (max-width: 780px) {
    /* line 22, sass/partials/_footer.scss */
    .footer .icons.alignleft {
      width: 65% !important; } }
  @media (max-width: 780px) {
    /* line 27, sass/partials/_footer.scss */
    .footer .icons.alignright {
      width: 35% !important; } }
  /* line 32, sass/partials/_footer.scss */
  .footer .legal {
    width: 45%;
    color: #fff;
    font-size: 0.8em;
    line-height: 1;
    font-family: "industry-light"; }
    @media (max-width: 780px) {
      /* line 32, sass/partials/_footer.scss */
      .footer .legal {
        width: 100%; } }
    /* line 41, sass/partials/_footer.scss */
    .footer .legal p {
      margin: 0 10px 16px 10px; }
  /* line 45, sass/partials/_footer.scss */
  .footer .legal-links {
    text-align: left; }
    @media (max-width: 780px) {
      /* line 45, sass/partials/_footer.scss */
      .footer .legal-links {
        text-align: center; } }
    /* line 50, sass/partials/_footer.scss */
    .footer .legal-links a {
      color: #fff; }
      /* line 52, sass/partials/_footer.scss */
      .footer .legal-links a:hover {
        text-decoration: underline; }
        @media (max-width: 780px) {
          /* line 52, sass/partials/_footer.scss */
          .footer .legal-links a:hover {
            text-decoration: none; } }
