.zerghead {
  display: none !important;
}

@media (max-width: 750px) {
  .ad-wide {
    display: none;
  }

  .ad-narrow {
    display: normal;
  }
}

@media (min-width: 749px) {
  .ad-wide {
    display: normal;
  }

  .ad-narrow {
    display: none;
  }
}

.comment {}

.comment-meta {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #808080;
}

.comment-name {
  font-weight: bold;
  color: #404040;
}

.comment-date {
  color: #404040;
}

.comment-body {
  border-left: solid #7b1d1d 2px;
  padding-left: 10px;
}



p:empty {
  display: none;
}

@media (max-width: 750px) {
  .ft-sidebar {
    display: none;
  }

  .ft-sidebar-not {
    display: normal;
  }
}

@media (min-width: 749px) {
  .ft-sidebar {
    display: normal;
  }

  .ft-sidebar-not {
    display: none;
  }
}

aside.pullquote {
  float: right;
  text-align: right;
  max-width: 400px;
  color: #7b1d1d;
  font-size: 26px;
  line-height: 1.4;
  font-style: italic;
  font-weight: bold;
  padding: 13px;
}

aside.pullquote.left {
  float: left;
  text-align: left;
}

@media (min-width: 800px) {

  aside.pullquote,
  aside.pullquote.left {
    float: none;
    text-align: center;
    clear: both;
    max-width: 100%;
  }
}

/**
* @desc			Media breakpoints
* @author		Jason Morehead
*/
/**
* @desc			Apply a natural box layout model to all elements
* @author		Jason Morehead
*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* normalize.css v3.0.1 | MIT License | http://necolas.github.io/normalize.css/ */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/**
* @desc			Helper classes
* @author		Jason Morehead
*/
/* ============================================================================
No white-space wrap
============================================================================ */
.nowrap {
  white-space: nowrap;
}

/* ============================================================================
Image replacement
============================================================================ */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: '';
  display: block;
  width: 0;
  height: 150%;
}

/* ============================================================================
Hide from both screenreaders and browsers
============================================================================ */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* ============================================================================
Hide only visually, but have it available for screenreaders
============================================================================ */
.hidden-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hidden-visually.focusable:active,
.hidden-visually.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* ============================================================================
Hide visually and from screenreaders, but maintain layout
============================================================================ */
.invisible {
  visibility: hidden;
}

/* ============================================================================
Self-clearing floats
============================================================================ */
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

/* ============================================================================
Misc
============================================================================ */
/**
* @desc			Display classes
* @author		Jason Morehead
*/
/* ============================================================================
Display Classes
============================================================================ */
.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-none {
  display: none;
}

/**
* @desc			Helpers for typography
* @author		Jason Morehead
*/
/* ============================================================================
Margins and Defaults
============================================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

@media (max-width:520px) {
  .rdfcse {
    justify-content: center;
  }

  .sub-sections__indie a:first-child {
    font-size: 16px !important;
  }

  .sub-sections__indie a {
    text-align: center;
    width: 100%;
  }
}

p,
ul,
ol,
dl,
blockquote {
  font-size: 1rem;
}

/* ============================================================================
Headings
============================================================================ */
.title-section {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .5px;
  font-family: proxima-nova, sans-serif;
  margin: 0 0 0.625rem;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

@media (max-width:799px) {
  .fdf {
    justify-content: center;
  }
}


.title-section .fa {
  margin: 0 0.25rem 0 0;
}

/* ============================================================================
Horizontal Rules
============================================================================ */
hr {
  height: 0;
  border: 0;
  border-top: 1px solid #666;
  margin: 1.5rem 0;
}

/* ============================================================================
Lists
============================================================================ */
ul,
ol,
dl {
  margin-right: 0;
  margin-left: 2.625rem;
  padding: 0;
}

@media (min-width: 800px) {

  ul,
  ol,
  dl {
    margin-right: 2.625rem;
    margin-left: 2.625rem;
  }
}

/* ============================================================================
Quotes
============================================================================ */
blockquote {
  position: relative;
  color: #666;
  font-style: italic;
  margin-right: 0;
  margin-left: 2.625rem;
}

blockquote p {
  margin: 1.5rem 0 0;
}

blockquote p:first-child {
  margin: 0;
}

@media (min-width: 800px) {
  blockquote {
    margin-right: 2.625rem;
    margin-left: 2.625rem;
  }
}

/* ============================================================================
Styles & Weights
============================================================================ */
/* ==========================================================================
Text Alignment
========================================================================== */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

/* ==========================================================================
Icons
========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.woff?co2e7t") format("woff"), url("../fonts/icomoon/icomoon.svg?co2e7t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^='fa-'],
[class*=' fa-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
}

.fa-search:before {
  content: '\f002';
}

.fa-heart:before {
  content: '\f004';
}

.fa-star:before {
  content: '\f005';
}

.fa-user:before {
  content: '\f007';
}

.fa-clock-o:before {
  content: '\f017';
}

.fa-arrow-circle-o-down:before {
  content: '\f01a';
}

.fa-arrow-circle-o-up:before {
  content: '\f01b';
}

.fa-tag:before {
  content: '\f02b';
}

.fa-check-circle:before {
  content: '\f058';
}

.fa-question-circle:before {
  content: '\f059';
}

.fa-comment:before {
  content: '\f075';
}

.fa-twitter-square:before {
  content: '\f081';
}

.fa-facebook-square:before {
  content: '\f082';
}

.fa-comments:before {
  content: '\f086';
}

.fa-twitter:before {
  content: '\f099';
}

.fa-facebook:before {
  content: '\f09a';
}

.fa-facebook-f:before {
  content: '\f09a';
}

.fa-feed:before {
  content: '\f09e';
}

.fa-rss:before {
  content: '\f09e';
}

.fa-arrow-circle-left:before {
  content: '\f0a8';
}

.fa-arrow-circle-right:before {
  content: '\f0a9';
}

.fa-arrow-circle-up:before {
  content: '\f0aa';
}

.fa-arrow-circle-down:before {
  content: '\f0ab';
}

.fa-globe:before {
  content: '\f0ac';
}

.fa-group:before {
  content: '\f0c0';
}

.fa-users:before {
  content: '\f0c0';
}

.fa-bars:before {
  content: '\f0c9';
}

.fa-navicon:before {
  content: '\f0c9';
}

.fa-reorder:before {
  content: '\f0c9';
}

.fa-pinterest-square:before {
  content: '\f0d3';
}

.fa-google-plus-square:before {
  content: '\f0d4';
}

.fa-bolt:before {
  content: '\f0e7';
}

.fa-flash:before {
  content: '\f0e7';
}

.fa-angle-double-left:before {
  content: '\f100';
}

.fa-angle-double-right:before {
  content: '\f101';
}

.fa-chevron-circle-left:before {
  content: '\f137';
}

.fa-chevron-circle-right:before {
  content: '\f138';
}

.fa-reddit-square:before {
  content: '\f1a2';
}

/**
* @desc			Helpers for floats
* @author		Jason Morehead
*/
/* ==========================================================================
General floats
========================================================================== */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

/**
* @desc			Responsive media elements
* @author		Jason Morehead
*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

img .rounded {
  border-radius: 4px;
}

img .round {
  border-radius: 50%;
}

object,
embed {
  max-width: 100%;
  height: auto;
}

/**
* @desc			General styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
html {
  font-weight: 300;
  font-style: normal;
  font-family: proxima-nova, sans-serif;
}

body {
  /*display: flex;
  min-height: 100vh;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  background-color: #f0f0f0;
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
Links
========================================================================== */
a:link,
a:visited {
  color: #9d211b;
  -webkit-transition: color .1s linear, background-color .1s linear;
  transition: color .1s linear, background-color .1s linear;
}

a:hover,
a:active {
  color: #222;
}

/* ==========================================================================
Tables
========================================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: proxima-nova, sans-serif;
}

table .expand {
  width: 99%;
}

table .nowrap {
  white-space: nowrap;
}

th,
td {
  padding: 8px 10px;
}

th {
  background: #666;
  color: #fff;
  text-align: left;
  font-size: 0.875rem;
}

th:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}

td {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

td.actions .fa {
  font-size: 1.5rem;
}

/* ==========================================================================
Forms
========================================================================== */
label {
  cursor: pointer;
}

.form-row {
  font-family: proxima-nova, sans-serif;
}

.form-row+.form-row {
  margin: 2rem 0 0;
}

.form-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-row ul [type='checkbox'],
.form-row ul [type='radio'] {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 0 0;
}

.form-row--actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-row--actions>*:not(:first-child) {
  margin: 0 0 0 0.5rem;
}

.form-row__label {
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0.5rem;
}

.form-row-control-info {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0.25rem 0 0;
}

[type='text'],
[type='url'],
[type='email'] {
  display: block;
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
}

textarea {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
}

textarea.tall {
  height: 31.25rem;
}

select {
  display: inline-block;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
}

[type='submit'] {
  display: inline-block;
  border: 0;
  border-radius: 4px;
  background-color: #791a15;
  padding: 8px 14px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

[type='submit']:hover,
[type='submit']:active {
  background-color: #222;
}

.list--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list--inline li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 15.625rem;
  -ms-flex: 1 0 15.625rem;
  flex: 1 0 15.625rem;
  max-width: 15.625rem;
  margin: 0 0 0.25rem;
}

/**
* @desc			Media Object styles
* @author		Jason Morehead
* @notes		http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
*/
/* ==========================================================================
General
========================================================================== */
.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-object__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.media-object__image img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.media-object__details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/**
* @desc			Social Links styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.social-links__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  font-size: 0.875rem;
  font-family: proxima-nova, sans-serif;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}

.social-links__nav a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
}

.social-links__nav a.twitter {
  background-color: #4099ff;
}

.social-links__nav a.facebook {
  background-color: #3b5998;
}

.social-links__nav a.rss {
  background-color: #E8672C;
}

.social-links__nav a+a {
  margin: 0 0 0 0.625rem;
}

.social-links__nav a:hover,
.social-links__nav a:active {
  color: white;
}

.social-links__nav .fa {
  vertical-align: text-bottom;
  font-size: 1.125rem;
  margin: 0 0.375rem 0 0;
}

.social-links--icons-only .fa {
  vertical-align: middle;
  font-size: 1.5rem;
  margin: 0;
}

/**
* @desc			'Subscribe to Screen Anarchy' styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.subscribe-screen-anarchy {
  font-size: 0.875rem;
  font-family: proxima-nova, sans-serif;
}

.subscribe-screen-anarchy .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-screen-anarchy input {
  height: 2.5rem;
  border: 0;
  border-radius: 4px;
  font-weight: normal;
}

.subscribe-screen-anarchy input:focus,
.subscribe-screen-anarchy input:active {
  outline: none;
}

.subscribe-screen-anarchy input[type='email'] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #9e9e9e;
  background-color: #a6a6a6;
  margin: 0 0.625rem 0 0;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.subscribe-screen-anarchy input[type='email']::-webkit-input-placeholder {
  color: #222;
}

.subscribe-screen-anarchy input[type='email']:-moz-placeholder {
  color: #222;
}

.subscribe-screen-anarchy input[type='email']::-moz-placeholder {
  color: #222;
}

.subscribe-screen-anarchy input[type='email']:-ms-input-placeholder {
  color: #222;
}

.subscribe-screen-anarchy input[type='email']::-ms-input-placeholder {
  color: #222;
}

.subscribe-screen-anarchy input[type='email']:placeholder-shown {
  color: #222;
}

.subscribe-screen-anarchy input[type='email']:focus::-webkit-input-placeholder,
.subscribe-screen-anarchy input[type='email']:active::-webkit-input-placeholder {
  color: #666;
}

.subscribe-screen-anarchy input[type='email']:focus:-moz-placeholder,
.subscribe-screen-anarchy input[type='email']:active:-moz-placeholder {
  color: #666;
}

.subscribe-screen-anarchy input[type='email']:focus::-moz-placeholder,
.subscribe-screen-anarchy input[type='email']:active::-moz-placeholder {
  color: #666;
}

.subscribe-screen-anarchy input[type='email']:focus:-ms-input-placeholder,
.subscribe-screen-anarchy input[type='email']:active:-ms-input-placeholder {
  color: #666;
}

.subscribe-screen-anarchy input[type='email']:focus::-ms-input-placeholder,
.subscribe-screen-anarchy input[type='email']:active::-ms-input-placeholder {
  color: #666;
}

.subscribe-screen-anarchy input[type='email']:focus:placeholder-shown,
.subscribe-screen-anarchy input[type='email']:active:placeholder-shown {
  color: #666;
}

.subscribe-screen-anarchy input[type='submit'] {
  background-color: #222;
  color: #fff;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.subscribe-screen-anarchy input[type='submit']:hover,
.subscribe-screen-anarchy input[type='submit']:active {
  background-color: #3c3c3c;
}

/**
* @desc			Toolbar styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.toolbar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 3.375rem;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 0.875rem;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
}

.toolbar a {
  text-decoration: none;
}

@media (max-width: 980px) {
  .toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ==========================================================================
Logo
========================================================================== */
.toolbar__logo {
  position: absolute;
  right: 0;
  top: 8px;
  padding-right: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.toolbar__logo img {
  display: block;
  max-width: none;
  height: 2.5rem;
}

@media (max-width: 980px) {
  .toolbar__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    height: 2.5rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto;
  }

  .toolbar__logo img {
    margin: 0 auto;
  }
}

/* ==========================================================================
Nav, Search
========================================================================== */
.toolbar__nav-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.toolbar__nav-search>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 980px) {
  .toolbar__nav-search {
    position: static;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 3.75rem;
    padding: 0;
  }
}

/* Nav
========================================================================== */
.toolbar-nav {
  position: relative;
  padding: 0 20px 0 1.25rem;
}

.toolbar-nav .fa {
  margin: 0 0.625rem 0 0;
}

.toolbar-nav__toggle:link,
.toolbar-nav__toggle:visited {
  color: #222;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.toolbar-nav__toggle:hover,
.toolbar-nav__toggle:active {
  color: #222;
}

/* Nav Menu */
.toolbar-nav__menu {
  display: none;
  position: absolute;
  top: 4.375rem;
  left: 0;
  width: 100vw;
  background: #000;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  z-index: 101;
  padding: 0 1.5rem 0 0;
}

.toolbar-nav__menu:before {
  position: absolute;
  bottom: 100%;
  left: 26px;
  content: " ";
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 8px;
  pointer-events: none;
}

.toolbar-nav__menu>div {
  padding: 1.5rem;
}

.toolbar-nav__menu a {
  display: block;
}

.toolbar-nav__menu a:link,
.toolbar-nav__menu a:visited {
  color: #ccc;
}

.toolbar-nav__menu a:hover,
.toolbar-nav__menu a:active {
  color: #fff;
}

.toolbar-nav__menu a:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

.toolbar-nav__menu .main-sections {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 1px solid #222;
}

.toolbar-nav__menu .main-sections a+a {
  margin: 0.5rem 0 0;
}

.toolbar-nav__menu .sub-sections {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.toolbar-nav__menu [class*='sub-sections__'] {
  padding: 0 1.5rem;
}

.toolbar-nav__menu [class*='sub-sections__']:first-child {
  padding-left: 0;
}

.toolbar-nav__menu .close {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1.5rem 0 0;
}

.toolbar-nav--active .toolbar-nav__toggle:link,
.toolbar-nav--active .toolbar-nav__toggle:visited {
  color: #222;
}

.toolbar-nav--active .toolbar-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .toolbar-nav__menu .close {
    display: none;
  }
}

@media (max-width: 980px) {
  .toolbar-nav__menu {
    top: 3.75rem;
  }
}

@media (max-width: 850px) {
  .toolbar-nav--menu .toolbar-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    white-space: normal;
  }

  .toolbar-nav--menu .toolbar-nav__menu>div {
    padding: 1.25rem;
  }

  .toolbar-nav--menu .main-sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid #222;
  }

  .toolbar-nav--menu .main-sections a+a {
    margin: 0 0 0 2.25rem;
  }

  .toolbar-nav--menu .sub-sections {
    display: block;
  }

  .toolbar-nav--menu .sub-sections a:not(:first-child) {
    display: inline-block;
    margin: 0 1rem 0 0;
  }

  .toolbar-nav--menu .sub-sections a:last-child {
    margin: 0;
  }

  .toolbar-nav--menu [class*='sub-sections__'] {
    width: 100%;
    padding: 0;
  }

  .toolbar-nav--menu [class*='sub-sections__']:not(:first-child) {
    margin: 10px 0 0;
  }
}

@media (max-width: 480px) {
  .toolbar-nav span {
    display: none;
  }

  .toolbar-nav .fa {
    font-size: 1.125rem;
    margin: 0;
  }

  .toolbar-nav--menu .main-sections {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .toolbar-nav--menu .main-sections a {
    margin: 0 1rem;
  }

  .toolbar-nav--menu .main-sections a+a {
    margin: 0 1rem;
  }

  .toolbar-nav__menu:before {
    left: 28px;
  }
}

@media (max-width: 360px) {
  .toolbar-nav--menu .sub-sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .toolbar-nav--menu .sub-sections a:not(:first-child) {
    display: none;
  }

  .toolbar-nav--menu [class*='sub-sections__'] {
    width: auto;
    margin: 0 1rem;
  }

  .toolbar-nav--menu [class*='sub-sections__']:not(:first-child) {
    margin: 0 1rem;
  }
}

/* Search
========================================================================== */
.toolbar-nav--search .toolbar-nav__menu {
  max-width: 25rem;
  padding: 0 0.75rem 0 0;
}

.toolbar-nav--search .form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.toolbar-nav--search [type='search'] {
  width: 100%;
  border: 0;
  background: none;
  text-transform: uppercase;
}

.toolbar-nav--search [type='search']::-webkit-input-placeholder {
  color: #a9a9a9;
}

.toolbar-nav--search [type='search']:-moz-placeholder {
  color: #a9a9a9;
}

.toolbar-nav--search [type='search']::-moz-placeholder {
  color: #a9a9a9;
}

.toolbar-nav--search [type='search']:-ms-input-placeholder {
  color: #a9a9a9;
}

.toolbar-nav--search [type='search']::-ms-input-placeholder {
  color: #a9a9a9;
}

.toolbar-nav--search [type='search']:placeholder-shown {
  color: #a9a9a9;
}

.toolbar-nav--search [type='search']:focus,
.toolbar-nav--search [type='search']:active {
  outline: none;
}

.toolbar-nav--search [type='search']:focus::-webkit-input-placeholder,
.toolbar-nav--search [type='search']:active::-webkit-input-placeholder {
  color: #ccc;
}

.toolbar-nav--search [type='search']:focus:-moz-placeholder,
.toolbar-nav--search [type='search']:active:-moz-placeholder {
  color: #ccc;
}

.toolbar-nav--search [type='search']:focus::-moz-placeholder,
.toolbar-nav--search [type='search']:active::-moz-placeholder {
  color: #ccc;
}

.toolbar-nav--search [type='search']:focus:-ms-input-placeholder,
.toolbar-nav--search [type='search']:active:-ms-input-placeholder {
  color: #ccc;
}

.toolbar-nav--search [type='search']:focus::-ms-input-placeholder,
.toolbar-nav--search [type='search']:active::-ms-input-placeholder {
  color: #ccc;
}

.toolbar-nav--search [type='search']:focus:placeholder-shown,
.toolbar-nav--search [type='search']:active:placeholder-shown {
  color: #ccc;
}

.toolbar-nav--search .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  padding: 0 0 0 0.3125rem;
}

.toolbar-nav--search .control input {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.toolbar-nav--search .control input:hover+span,
.toolbar-nav--search .control input:active+span,
.toolbar-nav--search .control input:focus+span {
  color: #222;
}

.toolbar-nav--search .control span {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #a9a9a9;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  margin: 0 0 0 0.4375rem;
}

@media (max-width: 480px) {
  .toolbar-nav--search .toolbar-nav__menu {
    left: -39px;
  }

  .toolbar-nav--search .toolbar-nav__menu:before {
    left: 62px;
  }
}

@media (max-width: 400px) {
  .toolbar-nav--search .toolbar-nav__menu {
    max-width: 21.25rem;
  }
}

/* Google overrides */
#___gcse_0 {
  width: 100%;
}

#___gcse_0 td {
  border: 0;
}

#___gcse_0 .cse form.gsc-search-box,
#___gcse_0 form.gsc-search-box,
#___gcse_0 table.gsc-search-box {
  margin: 0;
  padding: 0;
}

#___gcse_0 .cse table.gsc-search-box td.gsc-input,
#___gcse_0 table.gsc-search-box td.gsc-input {
  padding: 0;
}

#___gcse_0 table.gsc-search-box td.gsc-search-button,
#___gcse_0 table.gsc-search-box td.gsc-clear-button,
#___gcse_0 table.gsc-branding {
  display: none;
}

#___gcse_0 .cse input.gsc-input,
#___gcse_0 input.gsc-input {
  width: 100%;
  border: 0;
}

.gsc-table-result .gsc-url-bottom {
  display: none;
}

/* ==========================================================================
User
========================================================================== */
.toolbar__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 1.25rem;
}

.toolbar__user>div {
  height: 2.25rem;
}

.toolbar__user>div:not(:first-child) {
  margin: 0 0 0 0.625rem;
}

@media (max-width: 980px) {
  .toolbar__user {
    position: static;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 3.75rem;
  }
}

.user-post-sa a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.25rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #791a15;
  color: #fff;
  padding: 0.4375rem 1.125rem 0;
}

.user-post-sa a:hover,
.user-post-sa a:active {
  background-color: #222;
}

.user-post-sa span {
  display: block;
}

.user-post-sa img {
  display: block;
  margin: 0 0 0 0.5rem;
}

.user-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 2.25rem;
  border-radius: 4px;
  background-color: #ccc;
}

.user-menu__avatar img {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 4px;
}

.user-menu__toggle:link,
.user-menu__toggle:visited {
  font-size: 0.75rem;
  line-height: 2.25rem;
  color: #666;
  padding: 0 0.375rem;
}

.user-menu__toggle:hover,
.user-menu__toggle:active {
  color: #222;
}

/**
* @desc			Page Content styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.page-content {
  /*flex: 1;*/
}

@media (max-width: 750px) {
  .page-content {
    padding: 5.25rem 0 0;
  }
}

@media (min-width: 750px) and (max-width: 980px) {
  .page-content {
    padding: 5.5rem 0 0;
  }
}

@media (min-width: 980px) {
  .page-content {
    padding: 3.375rem 0 0;
  }
}

/**
* @desc			Featured Links Bar styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.featured-links-bar {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c2c2c2;
  background-color: #ccc;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: proxima-nova, sans-serif;
  margin: 0 0 1.25rem;
  padding: 0.75rem 1.25rem 0.625rem;
}

.featured-links-bar span:not(:first-child):before {
  display: inline-block;
  content: '\2022';
  margin: 0 0.6875rem;
}

.featured-links-bar a:link,
.featured-links-bar a:visited {
  text-decoration: none;
  text-transform: capitalize;
  color: #222;
}

.featured-links-bar a:hover,
.featured-links-bar a:active {
  text-decoration: none;
  color: #791a15;
}

@media (min-width: 980px) {
  .featured-links-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/**
* @desc			Page Header styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.page-columns-header {
  max-width: 77.5rem;
  font-family: proxima-nova, sans-serif;
  margin: 1.875rem auto 1.875rem auto;
  padding: 0 1.25rem;
}

.page-columns-header h1 {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media (min-width: 800px) {
  .page-columns-header h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1240px) {
  .archive .page-columns-header__content {
    max-width: 53.75rem;
  }
}

/**
* @desc			Page column styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.page-columns {
  max-width: 77.5rem;
  margin: 0 auto;
}

/* Main
========================================================================== */
.page-columns__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2.5rem 0 1.75rem;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media (min-width: 1000px) {
  .page-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .page-columns__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2.5rem 1.25rem 1.75rem 0;
  }
}

/**
* @desc			Sidebar styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.page-columns__sidebar {
  box-shadow: 0 -1px 0 0 #ccc;
  background-color: #e1e1e1;
  font-family: proxima-nova, sans-serif;
  margin: 0 -1.25rem;
  padding: 1.25rem;
}

/* Sections
========================================================================== */
.sidebar-section {
  border-top: 1px solid #ccc;
  padding: 1.875rem 0;
}

.sidebar-section:first-child {
  border: 0;
  padding-top: 0;
}

.sidebar-section:last-child {
  padding-bottom: 0;
}

.sidebar-section--social>div:not(:first-child) {
  margin: 1.875rem 0 0;
}

/* Posts list */
.sidebar-section--posts .post-list .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.sidebar-section--posts .post-list .media-object__image {
  margin-bottom: 0;
}

.sidebar-section--posts a:link,
.sidebar-section--posts a:visited {
  color: #222;
}

.sidebar-section--posts a:hover,
.sidebar-section--posts a:active {
  color: #791a15;
}

.sidebar-section--posts .media-object__image {
  -webkit-flex-basis: 5rem;
  -ms-flex-preferred-size: 5rem;
  flex-basis: 5rem;
  max-width: 5rem;
}

.page-columns__main .post-stats,
.sidebar-section--posts .post-stats {
  font-family: proxima-nova, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: white;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.3125rem;
}

.page-columns__main .post-stats .fa,
.sidebar-section--posts .post-stats .fa {
  margin: 0 0.25rem 0 0;
}

.sidebar-section--posts .post-list {
  margin: 0;
}

.yc2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-section--posts .post-list .post {
  border: 0;
  padding: 0;
}

.sidebar-section--posts .post-list .post:first-child {
  margin: 0.75rem 0 0;
}

.sidebar-section--posts .post-list .post:not(:first-child) {
  margin: 2rem 0 0;
}

.sidebar-section--posts .post-list .post-meta {
  font-size: 0.75rem;
}

.sidebar-section--posts .post-list .post-title {
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

/* Comments list */
.sidebar-section--recent-comments .comment {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.sidebar-section--recent-comments .comment:first-child {
  margin: 0.75rem 0 0;
}

.sidebar-section--recent-comments .comment:not(:first-child) {
  margin: 2rem 0 0;
}

.sidebar-section--recent-comments .media-object__image {
  -webkit-flex-basis: 2.5rem;
  -ms-flex-preferred-size: 2.5rem;
  flex-basis: 2.5rem;
  max-width: 2.5rem;
}

.sidebar-section--recent-comments .media-object__image img {
  border-radius: 4px;
}

.sidebar-section--recent-comments a:link,
.sidebar-section--recent-comments a:visited {
  color: #666;
  text-decoration: none;
}

.sidebar-section--recent-comments a:hover,
.sidebar-section--recent-comments a:active {
  color: #791a15;
}

/* Masthead */
.sidebar-section--masthead {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.sidebar-section--masthead dl {
  font-weight: 600;
  margin: 0.6875rem 0 0.8125rem;
}

.sidebar-section--masthead dt {
  font-weight: bold;
  font-size: 0.875rem;
}

.sidebar-section--masthead dt:not(:first-child) {
  margin: 0.8125rem 0 0;
}

.sidebar-section--masthead dd {
  font-size: 0.8125rem;
  margin: 0;
  padding-top: 5px;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media (min-width: 750px) and (max-width: 1000px) {
  .page-columns__sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .sidebar-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    border: 0;
    padding: 1.875rem 1.25rem;
  }

  .sidebar-section:first-child {
    padding: 1.875rem 1.25rem;
  }

  .sidebar-section:last-child {
    padding: 1.875rem 1.25rem;
  }

  .sidebar-section--social {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1000px) {
  .page-columns__sidebar {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 20rem;
    -ms-flex: 1 0 20rem;
    flex: 1 0 20rem;
    max-width: 20rem;
    box-shadow: -1px 0 0 0 #ccc;
    background-color: transparent;
    margin: 0;
    padding: 1.875rem 0 3.75rem 1.25rem;
  }

  .sidebar-section {
    border-top: 1px solid #ccc;
    padding: 1.875rem 0;
  }

  .sidebar-section:first-child {
    padding-top: 0;
  }

  .sidebar-section:last-child {
    padding-bottom: 0;
  }
}

/**
* @desc			Page Footer styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.page-footer {
  background-color: #ccc;
  border-top: 1px solid #bfbfbf;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-family: proxima-nova, sans-serif;
  text-align: center;
}

.page-footer__content {
  display: block;
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 1.25rem;
}

@media (max-width:768px) {
  .gesdgxcf {
    justify-content: center !important;
  }

  .gxf {
    margin-top: 0px !important
  }

  .page-footer-details__actions {
    margin-bottom: 10px !important;
  }
}

.page-footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 6rem;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.page-footer-logo:hover {
  opacity: 1;
}

.page-footer-details__actions {
  margin: 0 0 0.25rem;
}

.page-footer-details__actions>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 26.875rem;
  -ms-flex: 1 0 26.875rem;
  flex: 1 0 26.875rem;
  max-width: 26.875rem;
  margin: 0 auto;
}

.page-footer-details__actions>div+div {
  margin-top: 1.5rem;
}

.page-footer-details__actions .social-links__nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-footer-details__actions .social-links__nav a.twitter {
  background-color: #508ed4;
}

.page-footer-details__actions .social-links__nav a.twitter:hover {
  background-color: #4099ff;
}

.social-links__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-footer-details__actions .social-links__nav a.facebook {
  background-color: #4d5a76;
}

.page-footer-details__actions .social-links__nav a.facebook:hover {
  background-color: #3b5998;
}

.page-footer-details__actions .social-links__nav a.rss {
  background-color: #c66437;
}

.page-footer-details__actions .social-links__nav a.rss:hover {
  background-color: #E8672C;
}

.page-footer-details__nav {
  margin: 0 0 0.34375rem;
}

.page-footer-details__nav span:not(:first-child):before {
  display: inline-block;
  content: '\2022';
  margin: 0 0.6875rem;
}

.page-footer-details__nav a:link,
.page-footer-details__nav a:visited {
  text-decoration: none;
  color: #222;
}

.page-footer-details__nav a:hover,
.page-footer-details__nav a:active {
  text-decoration: none;
  color: #791a15;
}

.page-footer-details__legal {
  color: #666;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media (min-width: 800px) {
  .page-footer {
    text-align: left;
  }

  .page-footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.875rem 1.25rem;
  }

  .page-footer-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 6rem;
    -ms-flex: 1 0 6rem;
    flex: 1 0 6rem;
    max-width: 6rem;
    margin: 0 2.5rem 0 0;
  }

  .page-footer-details__actions>div {
    margin: 0;
  }

  .page-footer-details__actions .social-links__nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page-footer-details__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1090px) {
  .page-footer-details__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .page-footer-details__actions>div+div {
    margin: 0 0 0 3.75rem;
  }
}

/**
* @desc			Homepage styles
* @author		Jason Morehead
*/
/**
* @desc			Featured post styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.featured-posts {
  max-width: 77.5rem;
  font-family: proxima-nova, sans-serif;
  margin: 0 auto 1.25rem;
}

@media (max-width:768px) {
  .featured-posts, .page-columns {
    padding: 0 1.25rem;
  }
}


.featured-post {
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 18.75rem;
}

.featured-post a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 25%, transparent 67%, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 25%, transparent 67%, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%);
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.featured-post a:hover,
.featured-post a:active {
  opacity: 1;
}

.featured-post .post-meta {
  font-size: 0.8125rem;
  line-height: 1;
  margin: 0 0 0.375rem;
}

.featured-post h1 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0;
}

body {
  word-break: break-all;
}

.featured-post__text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media (min-width: 640px) {
  .featured-post h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 900px) {
  .featured-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25rem;
  }

  .featured-post {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
    height: 100%;
  }
}

/**
* @desc			Home tab styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.home-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 77.5rem;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.home-tabs a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-decoration: none;
  padding: 1.25rem;
}

.home-tabs a:link,
.home-tabs a:visited {
  color: #999;
}

.home-tabs a:hover,
.home-tabs a:active {
  color: #222;
  box-shadow: 0 1px 0 0 #999;
}

.home-tabs .fa {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0.25rem 0 0;
}

.home-tab--selected a:link,
.home-tab--selected a:visited {
  color: #791a15;
  box-shadow: 0 1px 0 0 #222;
}

.home-tabs__sort {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #666;
  padding: 1.25rem 1.25rem 1.25rem 0;
}

.current-home-tab-label h1 {
  margin-bottom: 0px;
}

.current-home-tab-label {
  display: none;
  background: #ccc;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: proxima-nova, sans-serif;
  letter-spacing: .5px;
  text-align: center;
  padding: 10px 1.25rem 10px;
  margin: -40px 0px 20px;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media (max-width: 1000px) {
  .home-tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 800px) {
  .home-tabs .fa {
    font-size: 2.25rem;
    margin: 0;
  }

  .home-tabs__sort,
  .home-tab-label {
    display: none;
  }

  .current-home-tab-label {
    display: block;
  }
}

@media (max-width: 500px) {
  .home-tabs a {
    padding: 1.25rem 0.625rem;
  }
}


.post-list a {
  text-decoration: none;
}

.post-list .post {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 0;
}

.post-list .post:first-child {
  padding-top: 0;
}

.post-list .post:last-child {
  border: 0;
  padding-bottom: 0;
}

.post-list .media-object__image {
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.post-list .post-thumb {
  max-width: 12.5rem;
  overflow: hidden;
  border-radius: 4px;
}

.post-list .post-stats {
  max-width: 12.5rem;
  border-radius: 0 0 4px 4px;
  background-color: #000;
  position: relative;
  top: -4px;
}

.sxcfye {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}


.sxcfye h2 img {
  padding-bottom: 10px;
}

.sxcfye h3 img {
  padding-bottom: 10px;
}

.sxcfye h4 img {
  padding-bottom: 10px;
}

.sxcfye h2 {
  text-align: center;
  line-height: 1.1;
  margin: 0px !important;
}

.sxcfye h3 {
  text-align: center;
  line-height: 1.1;
  margin: 0px !important;
}

.sxcfye h4 {
  text-align: center;
  line-height: 1.1;
  margin: 0px !important;
}

.sxcfye p {
  margin: 0px !important;
}

.yc1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-list .post-meta,
.post-list .post-title {
  font-family: proxima-nova, sans-serif;
}

.post-list .post-meta {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #666;
  padding-top: 10px;
  margin: 0 0 0.375rem;
}

.post-list .post-title {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0;
}

@media (max-width:768px) {
  .gdsg {
    padding-bottom: 10px;
  }
}


.post-excerpt p {
  margin-bottom: 0px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-list .post-excerpt {
  font-size: 0.875rem;
  margin: 0.5rem 0 0;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media (min-width: 640px) {
  .post-list .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    column-gap: 20px;
  }

  .post-list .media-object__image {
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .post-list .post {
    padding: 1rem 0;
  }

  .post-list .post-thumb,
  .post-list .post-stats {
    max-width: 100%;
  }

  .post-list .post-title {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }

  .post-list .post-excerpt {
    font-size: 1rem;
  }
}

/**
* @desc			Pagination styles
* @author		Jason Morehead
*/
/* ==========================================================================
Defaults
========================================================================== */
.pagination {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 1.25rem;
}

.pagination a {
  text-decoration: none;
  text-transform: uppercase;
}

/* ==========================================================================
Next/Prev links
========================================================================== */
.pagination--next-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #ccc;
  padding: 2.5rem 0 0;
}

.pagination--next-prev a:before,
.pagination--next-prev a:after {
  display: inline-block;
  font-family: 'icomoon';
}

.pagination__prev a:before {
  content: '\f100';
  margin: 0 0.375rem 0 0;
}

.pagination__next a:after {
  content: '\f101';
  margin: 0 0 0 0.375rem;
}

/* ==========================================================================
'Load more' link
========================================================================== */
.pagination--load-more a {
  display: block;
  max-width: 28.75rem;
  border-radius: 4px;
  background-color: #791a15;
  color: #fff;
  margin: 0 auto;
  padding: 1.25rem;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

.pagination--load-more a:hover,
.pagination--load-more a:active {
  background-color: #222;
}

/**
* @desc			Ad styles
* @author		Jason Morehead
*/
/* ==========================================================================
Post list ads
========================================================================== */
.post-list .ad {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 1.25rem 0;
}

@media (max-width: 360px) {
  .post-list .ad__content {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

/* ==========================================================================
320x50
========================================================================== */
.ad--320x50 {
  width: 320px;
  min-height: 50px;
  margin: 2.5rem auto;
}

/* ==========================================================================
300x250
========================================================================== */
.ad--300x250 {
  width: 100%;
  text-align: center;
  min-height: 250px;
}

/* ==========================================================================
728x90
========================================================================== */
.ad--728x90 {
  min-width: 728px;
  min-height: 90px;
  margin: 2.5rem auto;
}

.ad__content {
  /*background-color: #ccc;*/
}

.ad--320x50 .ad__content {
  min-height: 50px;
  text-align: center;
}

.ad--300x250 .ad__content {
  min-height: 250px;
}

.ad--728x90 .ad__content {
  min-height: 90px;
  text-align: center;
}

/*
@media (max-width: 750px) {
  .ad--728x90 {
    display: none; } }
*/
/* ==========================================================================
Mobile-only
========================================================================== */
/*
.ad--mobile {
  display: none;
  margin: 1.25rem auto; }

@media (max-width: 750px) {
  .ad--mobile {
    display: block; } }
*/
/**
* @desc			Author Info styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.author-photo {
  max-width: 3.75rem;
}

.author-photo img {
  border-radius: 4px;
}

.author-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-name__social {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 0 1.125rem;
}

.author-name__social .twitter:link,
.author-name__social .twitter:visited {
  color: #4099ff;
}

.author-name__social .facebook:link,
.author-name__social .facebook:visited {
  color: #3b5998;
}

.author-name__social .rss:link,
.author-name__social .rss:visited {
  color: #E8672C;
}

.author-title {
  font-weight: bold;
  color: #999;
  margin: 0 0 1rem;
}

.author-bio {
  font-family: "pt-serif", serif;
}

.author-bio p {
  margin: 0;
}

.author-bio p+p {
  margin: 1.5rem 0 0;
}

/* ==========================================================================
Media Queries
========================================================================== */
/**
* @desc			Post styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.post .page-columns__main {
  padding-top: 1.25rem;
}

/* ==========================================================================
Post Header
========================================================================== */
.post-header__preview {
  border-radius: 4px;
  background-color: #ccc;
  font-weight: 600;
  text-align: center;
  margin: 0 0 2.5rem;
  padding: 0.625rem;
}

.post-header__preview .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.625rem 0 0;
}

.post-header__preview .actions a {
  display: block;
  border-radius: 4px;
  background-color: #791a15;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 0.6875rem;
  padding: 8px 12px;
}

.post-header__preview .actions a:hover,
.post-header__preview .actions a:active {
  background-color: #222;
}

.post-header__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 0.3125rem;
}

.post-badge {
  display: inline-block;
  border-radius: 4px;
  background-color: #666;
  color: #fff;
  font-weight: 600;
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .75px;
  padding: 0.25rem 0.375rem 0.1875rem;
  margin: 0 0 0 0.25rem;
}

.post-header__title {
  margin: 0 0 1rem;
}

.post-header__title h1 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.post-header__lede {
  font: italic bold 1rem "pt-serif", serif;
  color: #666;
}

.post-header__author {
  color: #666;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.post-header__author .media-object__image {
  margin: 0 0.75rem 0 0;
}

.post-header__author .author-photo {
  max-width: 2.25rem;
}

.post-header__author .media-object__details {
  line-height: 1.1;
}

.post-header__author .author-info__name {
  font-weight: 600;
  margin: 0 0 0.1875rem;
}

.post-header__author .author-info__title {
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* Media Queries
========================================================================== */
@media (min-width: 800px) {
  .post-header__title h1 {
    font-size: 2.625rem;
    line-height: 1.05;
  }

  .post-header__lede {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

/* ==========================================================================
Post Actions
========================================================================== */
.post-actions {
  font-weight: bold;
  font-family: proxima-nova, sans-serif;
}

.post-actions span {
  display: none;
}

.post-actions+.post-content {
  margin: 1.25rem 0 0;
}

.post-content+.post-actions {
  margin: 3.75rem 0 0;
  clear: both;
}

[class*='post-actions__'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-actions__social {
  margin: 1rem 0 0;
}

.post-flag,
.post-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.post-flag:not(:first-child) {
  margin: 0 0 0 1.25rem;
}

.post-flag .fa {
  font-size: 2rem;
  margin: 0 0.3125rem 0 0;
}

.post-flag:link,
.post-flag:visited {
  color: #999;
}

.post-flag:hover,
.post-flag:active {
  color: #000;
}

.post-action:not(:first-child) {
  margin: 0 0 0 1.25rem;
}

.post-action .fa {
  font-size: 1.5rem;
  margin: 0 0.3125rem 0 0;
}

.post-action .fa,
.post-action span {
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

.post-action:link,
.post-action:visited {
  color: #666;
}

.post-action:link span,
.post-action:visited span {
  color: #222;
}

.post-action:hover .fa,
.post-action:hover span,
.post-action:active .fa,
.post-action:active span {
  color: #000;
}

.post-action--twitter .fa {
  color: #4099ff;
}

.post-action--facebook .fa {
  color: #3b5998;
}

.post-action--google-plus .fa {
  color: #db4437;
}

.post-action--pinterest .fa {
  color: #bd081c;
}

.post-action--reddit .fa {
  color: #ff5700;
}

.post-action-flag-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  font-family: proxima-nova, sans-serif;
  margin: 1.875rem 0 0;
}

.post-action-flag-content img {
  width: 3.125rem;
  height: 2.875rem;
}

.post-action-flag-content div {
  max-width: 25rem;
  margin: 0 0 0 1rem;
}

/* Media Queries
========================================================================== */
@media (min-width: 480px) {
  .post-actions span {
    display: inline-block;
  }
}

@media (min-width: 800px) {
  [class*='post-flag-'] {
    text-transform: uppercase;
  }
}

@media (min-width: 900px) and (max-width: 1000px) {
  .post-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .post-actions__social {
    margin: 0;
  }
}

@media (min-width: 1240px) {
  .post-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .post-actions__social {
    margin: 0;
  }
}

/* ==========================================================================
Post Content
========================================================================== */
/* Images
========================================================================== */
.post-content__featured-image,
.post-image {
  margin: 0 0 1.875rem;
}

.post-content__featured-image.left,
.post-content__featured-image.right,
.post-image.left,
.post-image.right {
  max-width: 26.25rem;
}

.post-content__featured-image.center,
.post-image.center {
  max-width: 48.75rem;
}

.post-video {
  clear: both;
  text-align: center;
  margin: 0 0 1.875rem;
}

/* Media Queries */
@media (min-width: 800px) {
  .post-content {
    font-size: 1.125rem;
    line-height: 1.75;
  }

  .post-content p,
  .post-content ul,
  .post-content ol,
  .post-content dl,
  .post-content blockquote {
    font-size: 1.125rem;
    line-height: 1.75;
  }

  .post-content__featured-image.left,
  .post-image.left {
    float: left;
    margin: 0.625rem 1.875rem 1.875rem 0;
  }

  .post-content__featured-image.right,
  .post-image.right {
    float: right;
    margin: 0.625rem 0 1.875rem 1.875rem;
  }
}

@media (min-width: 1240px) {
  .post-content {
    padding: 0 2.5rem;
  }

  .post-content__featured-image.left {
    margin: 0.625rem 1.875rem 1.875rem -2.5rem;
  }

  .post-content__featured-image.right {
    margin: 0.625rem -2.5rem 1.875rem 1.875rem;
  }

  .post-content__featured-image.center {
    max-width: 53.75rem;
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
}

/* Galleries
========================================================================== */
.post-gallery {
  border-radius: 4px;
  background: #e3e3e3;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.15);
  padding: 1.25rem;
}

.post-gallery__pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 0 0 1rem;
}

.post-gallery__pager img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 4px;
  margin: 0.3125rem;
}

.post-gallery__pager img.cycle-pager-active {
  box-shadow: 0 0 0 3px #000;
}

.post-gallery__slides {
  position: relative;
}

.cycle-prev,
.cycle-next {
  position: absolute;
  top: 0.625rem;
  z-index: 200;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  color: #fff;
  padding: 0.375rem;
}

.cycle-prev:before,
.cycle-next:before {
  font-family: 'icomoon';
  font-size: 2.625rem;
  line-height: 1;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.cycle-prev:hover,
.cycle-next:hover {
  opacity: 1;
}

.cycle-prev {
  left: 0.625rem;
}

.cycle-prev:before {
  content: '\f0a8';
}

.cycle-next {
  right: 0.625rem;
}

.cycle-next:before {
  content: '\f0a9';
}

.post-gallery-slide {
  width: 100%;
}

.post-gallery-slide--visible {
  display: block;
}

.post-gallery-slide__image {
  max-height: 25rem;
  background: #000;
}

.post-gallery-slide__image img {
  display: block;
  margin: 0 auto;
  max-height: 25rem;
}

.post-gallery-slide__description {
  padding: 1rem 0 0;
}

.post-gallery-slide__description p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.post-gallery-slide__description p+p {
  margin: 1rem 0 0;
}

@media (min-width: 1240px) {

  .cycle-prev,
  .cycle-next {
    top: 12.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* ==========================================================================
Movie Info
========================================================================== */
.post-movie-info {
  border-radius: 4px;
  background: #e3e3e3;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.15);
  padding: 1.25rem;
  margin: 1.5rem 0 0;
}

.post-movie-info h3 {
  margin: 0;
  line-height: 1;
}

.post-movie-info h5 {
  font-family: proxima-nova, sans-serif;
  color: #666;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: .5px;
  margin: 0;
}

.post-movie-info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.post-movie-info ul li:not(:last-child):after {
  display: inline-block;
  content: ',';
  margin: 0 0.25rem 0 0;
}

[class*='post-movie-info__'] {
  margin: 1.5rem 0 0;
}

/* ==========================================================================
Post Related
========================================================================== */
.post-related {
  border-top: 1px solid #ccc;
  margin: 2.5rem 0 0;
  padding: 2.5rem 0 0;
}

.post-related>div+div {
  margin: 1.875rem 0 0;
}

/* ==========================================================================
Post Tags
========================================================================== */
.post-related__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  font-family: proxima-nova, sans-serif;
}

.post-related__tags a:not(:last-child) {
  margin: 0 0.75rem 0 0;
}

.post-related__tags a:before {
  display: inline-block;
  font-family: 'icomoon';
  content: '\f02b';
  color: #999;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  margin: 0 0.25rem 0 0;
}

.post-related__tags a:link,
.post-related__tags a:visited {
  color: #666;
  text-decoration: none;
}

.post-related__tags a:hover,
.post-related__tags a:active {
  color: #000;
}

.post-related__tags a:hover:before,
.post-related__tags a:active:before {
  color: #000;
}

/* ==========================================================================
Related Posts
========================================================================== */
.related-post-links:not(:last-child) {
  margin: 0 0 1.5rem;
}

.related-post-links h4 {
  font-size: 1.125rem;
  font-family: proxima-nova, sans-serif;
  color: #666;
  margin: 0;
}

.related-post-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-post-links ul li {
  position: relative;
  padding: 0 0 0 0.875rem;
}

.related-post-links ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
}

@media (min-width: 1240px) {
  .post-related__posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .related-post-links {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 48%;
    -ms-flex: 1 0 48%;
    flex: 1 0 48%;
    max-width: 48%;
  }
}

/* ==========================================================================
Around the Internet
========================================================================== */
.post-around-internet {
  border-top: 1px solid #ccc;
  margin: 2.5rem 0;
  padding: 2.5rem 0;
}

.post-around-internet h4 {
  font-size: 1.125rem;
  font-family: proxima-nova, sans-serif;
  color: #666;
  margin: 0;
}

/* ==========================================================================
Comments
========================================================================== */
.post-comments {
  border-top: 1px solid #ccc;
  padding: 2.5rem 0 0;
}

/**
* @desc			'Users' section styles
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.users .page-content {
  max-width: 65rem;
  margin: 0 auto;
  padding: 7.5rem 1.25rem 2.5rem;
}

.users h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: proxima-nova, sans-serif;
}

@media (min-width: 980px) {
  .users .page-content {
    padding-top: 6.25rem;
  }

  .users h1 {
    font-size: 2.25rem;
  }
}

/**
* @desc			Google Search Results Overrides
* @author		Jason Morehead
*/
/* ==========================================================================
General
========================================================================== */
.search-results {
  padding: 0;
}

.search-results td {
  border: 0;
  padding: 0;
}

.search-results table.gsc-search-box,
.search-results form.gsc-search-box {
  margin: 0;
}

.search-results form.gsc-search-box {
  padding: 0;
}

.search-results .gsc-result-info {
  font-weight: bold;
  font-size: 0.875rem;
  color: #222;
  margin: 0 0 1rem;
  padding: 0;
}

.search-results .gsc-above-wrapper-area {
  border: 0;
  padding: 0;
}

.search-results input.gsc-input {
  border: 1px solid #ccc;
}

.search-results input.gsc-search-button {
  height: auto;
  line-height: 1;
  border-radius: 4px;
  border-color: #791a15;
  background-color: #791a15;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem 0.6875rem;
}

.search-results td.gsc-clear-button {
  display: none;
}

.search-results .gsc-resultsHeader {
  display: none;
}

.search-results .gsc-webResult.gsc-result {
  border: 0;
  border-top: 1px solid #ccc;
  background: none;
  margin: 0;
  padding: 1.5rem 0;
}

.search-results .gsc-webResult.gsc-result:hover {
  border: 0;
  border-top: 1px solid #ccc;
  background: none;
}

.search-results .gsc-control-cse .gs-result .gs-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

.search-results .gsc-control-cse .gs-result .gs-title+div {
  display: none;
}

.search-results .gsc-control-cse .gsc-table-result {
  font-size: 1rem;
  color: #222;
}

.search-results .gsc-table-cell-thumbnail {
  padding: 0 1rem 0 0;
}

.search-results .gs-web-image-box {
  float: none;
  padding: 0;
  width: 80px;
}

.search-results .gs-web-image-box img.gs-image {
  max-width: 80px;
}

.search-results .gsc-result .gs-title {
  height: auto;
}

.search-results .gs-webResult .gs-snippet {
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
}

.search-results .gs-webResult div.gs-visibleUrl {
  color: #666;
  font-size: 0.8125rem;
}

.search-results .gsc-results .gsc-cursor-box {
  border: 0;
  border-top: 1px solid #ccc;
  padding: 1.5rem 0 0;
}

.search-results .gsc-results .gsc-cursor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
  background: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0.375rem;
}

.search-results .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  border-radius: 4px;
  text-shadow: none;
  background: #666;
  color: #ccc;
  padding: 0 0.75rem;
}

.search-results #___gcse_1 {
  margin: 0 0 1.5rem;
}

.search-results #___gcse_2 .gsc-control-cse {
  border: 0;
  background: none;
  font-family: proxima-nova, sans-serif;
  padding: 0;
}

.search-results #___gcse_2 .gsc-control-cse .gsc-table-result {
  font-family: proxima-nova, sans-serif;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}