/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* 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,
menu,
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-color: 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 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"], /* 1 */
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"] {
  box-sizing: border-box; /* 1 */
  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 */ /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 *  Remodal - v1.0.2
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.0.2
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.ad {
  display: inline-block; }

.mobile-leaderboard, .mobile-rectangle {
  display: none;
  width: 100%; }
  @media (min-width: 0px) and (max-width: 640px) {
    .mobile-leaderboard, .mobile-rectangle {
      display: block; } }

.mobile-rectangle {
  padding: 10px 0;
  margin: 10px auto;
  background-color: rgba(0, 0, 0, 0.05);
  width: 300px;
  height: 250px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  @media (max-width: 320px) {
    .mobile-rectangle {
      margin-left: -10px; } }
  @media (min-width: 768px) {
    .mobile-rectangle {
      display: none; } }

.leaderboard__wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  text-align: center; }
  .divider__wrapper .leaderboard__wrapper {
    padding-bottom: 40px;
    padding-top: 40px; }

.skin__wrapper {
  position: relative;
  overflow: hidden; }
  .skin__wrapper .skin {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 2000px;
    height: 1600px;
    display: inline-block; }

.article__footer-sponsored {
  margin: 0;
  padding: 0 0 20px 0; }
  .article__footer-sponsored .sponsored-footer__title {
    margin-bottom: 10px; }

.giant__unit {
  margin: 20px 0 20px 0;
  text-align: center;
  max-width: 600px;
  padding: 20px 0; }
  .giant__unit iframe {
    margin: 0 auto; }

.sidebar__wrapper .sidebar-ad-auto {
  margin-top: 600px; }

.ich__video_promo-divider {
  display: table;
  white-space: nowrap;
  height: auto;
  margin: '';
  overflow: hidden;
  line-height: 1;
  text-align: center;
  margin: 1rem 0;
  line-height: 1;
  height: 0;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 12px; }
  .ich__video_promo-divider:before, .ich__video_promo-divider:after {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC); }
  .ich__video_promo-divider:before {
    background-position: right 1em top 50%; }
  .ich__video_promo-divider:after {
    background-position: left 1em top 50%; }

.ich__video_promo {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Concourse T3';
  font-weight: bold;
  border-bottom: 1px solid #DDDEDE;
  padding-bottom: 10px;
  text-align: center; }
  .ich__video_promo iframe {
    margin: 0 auto;
    max-width: 600px; }
  .ich__video_promo-title {
    display: inline-block;
    text-align: center;
    width: 100%; }

.video__promo-text {
  font-family: "Source Sans Pro";
  text-transform: none;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #333;
  padding: 0;
  padding-bottom: 2px; }

.navicon {
  display: none; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .navicon {
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      font-family: "icomoon";
      font-size: 36px;
      color: rgba(30, 30, 30, 0.85); }
      .navicon:before {
        content: "\f0c9"; } }

.nav__wrapper {
  width: 100%;
  position: relative;
  font-family: "Concourse T6";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1025px) {
    .nav__wrapper {
      padding: 10px;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    .nav__wrapper {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 1025px) {
    .nav__wrapper .nav__logo {
      -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    .nav__wrapper .nav__logo {
      padding: 10px; } }
  .nav__wrapper .nav__logo a {
    height: 40px;
    width: 200px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat; }
  .nav__wrapper .nav__item, .nav__wrapper .menu-item {
    text-transform: uppercase; }
    .nav__wrapper .nav__item a, .nav__wrapper .menu-item a {
      color: #26282e; }
  @media (min-width: 1025px) {
    .nav__wrapper .nav__links {
      font-size: 15px;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    .nav__wrapper .nav__links {
      display: none; } }
  .nav__wrapper .nav__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .nav__wrapper .nav__links ul {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .nav__wrapper .nav__links ul li {
          font-size: 20px;
          padding: 10px 0 10px 10px;
          border-top: 1px solid rgba(0, 0, 0, 0.05); } }
    @media (min-width: 1025px) {
      .nav__wrapper .nav__links ul {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .nav__wrapper .nav__links ul li {
          display: inline-block; }
          .nav__wrapper .nav__links ul li.divider:after {
            content: '';
            display: inline-block;
            height: 0.5em;
            margin-bottom: 2px;
            width: 1px;
            background-color: rgba(0, 0, 0, 0.13);
            margin-left: 10px;
            margin-right: 10px; }
          .nav__wrapper .nav__links ul li:last-child:after {
            display: none; } }

@media (min-width: 1025px) {
  .nav__items .menu-item.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;
    margin: 0 3px; }
    .nav__items .menu-item.icon a {
      font-size: 0; }
      .nav__items .menu-item.icon a:before {
        font-size: 20px;
        line-height: 15px;
        vertical-align: bottom; }
  .nav__items .menu-item.icon-search a:before {
    content: "\f002"; }
  .nav__items .menu-item.icon-twitter a:before {
    content: "\f099"; }
  .nav__items .menu-item.icon-bars a:before {
    content: "\f0c9"; }
  .nav__items .menu-item.icon-navicon a:before {
    content: "\f0c9"; }
  .nav__items .menu-item.icon-reorder a:before {
    content: "\f0c9"; }
  .nav__items .menu-item.icon-pinterest a:before {
    content: "\f0d2"; }
  .nav__items .menu-item.icon-envelope a:before {
    content: "\f0e0"; }
  .nav__items .menu-item.icon-facebook-official a:before {
    content: "\f230"; }
  .nav__items .menu-item.icon-facebook-f a:before {
    content: "\f09a"; } }

@media (min-width: 1025px) {
  .post__body.hp_archive_shares {
    max-width: 90%; } }

.sharebutt__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "icomoon"; }
  .sharebutt__wrapper.uptop {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px; }
  .sharebutt__wrapper [class^="icon-"], .sharebutt__wrapper [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; }
  .sharebutt__wrapper .icon-search:before {
    content: "\f002"; }
  .sharebutt__wrapper .icon-twitter:before {
    content: "\f099"; }
  .sharebutt__wrapper .icon-facebook:before {
    content: "\f09a"; }
  .sharebutt__wrapper .icon-facebook-f:before {
    content: "\f09a"; }
  .sharebutt__wrapper .icon-bars:before {
    content: "\f0c9"; }
  .sharebutt__wrapper .icon-navicon:before {
    content: "\f0c9"; }
  .sharebutt__wrapper .icon-reorder:before {
    content: "\f0c9"; }
  .sharebutt__wrapper .icon-pinterest:before {
    content: "\f0d2"; }
  .sharebutt__wrapper .icon-pinterest-square:before {
    content: "\f0d3"; }
  .sharebutt__wrapper .icon-envelope:before {
    content: "\f0e0"; }
  .sharebutt__wrapper .icon-tumblr:before {
    content: "\f173"; }
  .sharebutt__wrapper .icon-facebook-official:before {
    content: "\f230"; }
  .sharebutt__wrapper .icon-pinterest-p:before {
    content: "\f231"; }
  .sharebutt__wrapper a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff; }
  @media (min-width: 1025px) {
    .sharebutt__wrapper {
      position: -webkit-sticky;
      position: sticky;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      top: 10px; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    .sharebutt__wrapper {
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  .sharebutt__wrapper .facebook {
    background-color: #3b5998; }
  .sharebutt__wrapper .twitter {
    background-color: #55acee; }
  .sharebutt__wrapper .tumblr {
    background-color: #2c4762; }
  .sharebutt__wrapper .pinterest {
    background-color: #cb2027; }
  .sharebutt__wrapper .mail-share {
    background-color: #dd4b39; }

.sharebutt {
  position: relative;
  display: table;
  opacity: 0.8; }
  .sharebutt:hover {
    opacity: 1; }
  @media (min-width: 1025px) {
    .sharebutt {
      height: 45px;
      width: 45px; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    .sharebutt {
      min-width: 33.33333333333%;
      min-height: 30px;
      display: none; }
      .sharebutt.facebook, .sharebutt.twitter, .sharebutt.mail-share {
        display: table; } }
  .uptop .sharebutt {
    height: auto;
    width: auto;
    min-width: 50%;
    min-height: 30px;
    display: none;
    padding: 5px; }
    @media (min-width: 1025px) {
      .uptop .sharebutt {
        min-width: 25%; } }
    .uptop .sharebutt.facebook, .uptop .sharebutt.twitter, .uptop .sharebutt.mail-share {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .uptop .sharebutt a {
      font-size: 12px; }
    .uptop .sharebutt .share__text {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "Concourse T3"; }

.sharebutts__primary {
  position: relative; }
  @media (min-width: 1025px) {
    .sharebutts__primary {
      min-width: 75px;
      max-width: 75px; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    .sharebutts__primary {
      margin-bottom: 10px; } }

.sharebutts__bottom {
  display: none; }
  .sharebutts__bottom.show {
    display: block; }
  @media (min-width: 0px) and (max-width: 640px) {
    .sharebutts__bottom {
      display: block;
      margin: 10px 0; } }

.chum__wrapper {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1; }
  @media (min-width: 1025px) {
    .chum__wrapper {
      margin-right: 40px; } }

.chum__title, .chum-item__title {
  word-break: break-word;
  margin: 0; }

.chum-item__title {
  font-size: 18px; }

.chum__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.chum-item {
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 1025px) {
    .chum-item {
      -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
      flex: 0 0 24%; } }
  @media (min-width: 641px) and (max-width: 1024px) {
    .chum-item {
      -webkit-flex: 1 1 24%;
      -ms-flex: 1 1 24%;
      flex: 1 1 24%;
      display: none;
      max-width: 24%; }
      .chum-item:nth-of-type(1), .chum-item:nth-of-type(2), .chum-item:nth-of-type(3), .chum-item:nth-of-type(4) {
        display: block; } }
  @media (min-width: 0px) and (max-width: 640px) {
    .chum-item {
      -webkit-flex: 1 1 45%;
      -ms-flex: 1 1 45%;
      flex: 1 1 45%;
      display: none;
      max-width: 45%; }
      .chum-item:nth-of-type(1), .chum-item:nth-of-type(2), .chum-item:nth-of-type(3), .chum-item:nth-of-type(4) {
        display: block; } }

.chum-item__image {
  width: 100%;
  height: 100px;
  background: center/cover rgba(0, 0, 0, 0.5); }

.popular__wrapper {
  margin-top: 20px; }
  @media (min-width: 0px) and (max-width: 640px) {
    .popular__wrapper {
      margin-bottom: 20px; } }
  .popular__wrapper .popular-item {
    margin: 10px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .popular__wrapper .popular-item:first-of-type {
      margin-top: 0; }
  .popular__wrapper .popular-item__number {
    margin-right: 10px; }

.tags__wrapper {
  margin-top: 40px;
  max-width: 32em;
  margin-left: 75px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .tags__wrapper {
      display: none; } }
  .tags__wrapper a {
    font-size: 12px;
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-radius: 0 .2857rem .2857rem 0;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    background-image: none;
    padding: 7px 14px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    border-radius: .2857rem;
    box-sizing: border-box;
    transition: background .2s ease;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-family: "Concourse T6"; }
  .tags__wrapper a:before {
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
    top: 50%;
    right: 100%;
    content: '';
    background-color: #e8e8e8;
    background-image: none;
    width: 18px;
    height: 18px;
    transition: background .2s ease; }
  .tags__wrapper a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: -1px;
    margin-top: -3px;
    background-color: #fff !important;
    width: 6px;
    height: 6px;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 500rem; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

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

body {
  color: #26282e;
  font-family: "Source Sans Pro";
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.05); }

h1, h2, h3, h4, h5, h6 {
  font-family: "Concourse T3"; }

a {
  text-decoration: none; }

.hitbox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.post__header a, .post__title a, .byline a, .slug a, .chum__wrapper a, .popular-item__title a {
  color: inherit; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px; }
  @media (min-width: 0px) and (max-width: 640px) {
    .sticky {
      position: relative;
      top: auto; } }

img {
  max-width: 100%;
  height: auto;
  transition: opacity .25s ease-in-out; }
  img.dl__placeholder {
    opacity: 0;
    transition: opacity .25s ease-in-out; }

.post__body {
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  max-width: 34em;
  font-size: 18px;
  line-height: 1.4; }
  @media (min-width: 0px) and (max-width: 640px) {
    .post__body {
      font-size: 16px; } }
  .post__body p {
    margin: 25px 0; }
  .post__body p:first-of-type {
    margin-top: 0; }
  .post__body img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  .post__body img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }
  .post__body img.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto; }
  .post__body blockquote {
    margin: 0 5px;
    padding: 15px;
    background-color: rgba(200, 200, 200, 0.05);
    border-left: 5px solid rgba(75, 75, 75, 0.1); }
    @media (min-width: 0px) and (max-width: 640px) {
      .post__body blockquote {
        margin: 0;
        padding: 10px;
        border-left: 2px solid rgba(75, 75, 75, 0.1); } }
    .post__body blockquote p:last-of-type {
      margin-bottom: 0; }

.main__wrapper {
  margin: 0 auto;
  max-width: 1100px;
  position: relative; }

.logical__wrapper {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.19), 0 2px 1px rgba(0, 0, 0, 0.19); }

.index__wrapper {
  padding: 0 20px 20px 20px; }

.column__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px; }
  @media (min-width: 641px) and (max-width: 1024px) {
    .column__container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 0px) and (max-width: 640px) {
    .column__container {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 34em;
      padding-top: 10px; } }

.post__dateline {
  position: relative;
  display: inline-block;
  margin-left: 15px; }
  .post__dateline:before {
    content: '\b7\a0';
    font-size: 24px;
    line-height: 0px;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    left: -11px; }

.sidebar__wrapper {
  display: none; }
  @media (min-width: 768px) {
    .sidebar__wrapper {
      display: block;
      width: 320px;
      -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
      flex: 0 0 320px;
      padding: 0 0 0 20px; } }

.slug {
  font-size: 12px;
  line-height: 1.2;
  font-family: "Concourse T6";
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 5px;
  color: #000;
  background-color: #fff; }
  @media (min-width: 0px) and (max-width: 640px) {
    .slug {
      font-size: 11px; } }
  .single__wrapper .slug {
    margin-bottom: 10px; }

.post__header {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.post__title {
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #26282e;
  font-size: 24px;
  line-height: 1.2; }
  .single__wrapper .post__title {
    font-size: 48px; }
    @media (min-width: 0px) and (max-width: 640px) {
      .single__wrapper .post__title {
        font-size: 28px;
        line-height: 1.1; } }

.byline {
  font-family: "Concourse T3";
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 5px;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 1px; }

.single__wrapper .post__wrapper, .single__wrapper .page__wrapper {
  padding: 0 20px 20px 20px; }

.post__content {
  word-wrap: break-word; }
  .single__wrapper .post__content {
    min-height: 600px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .single__wrapper .post__content {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between; } }

.post__comments {
  margin: 40px 0; }
  @media (min-width: 1025px) {
    .post__comments {
      margin: 40px 350px 40px 0; } }
  .post__comments .show__comments {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
    font-size: 18px;
    color: #26282e;
    border-radius: 5px;
    font-family: "Concourse T3";
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-weight: bold; }
  .post__comments.open .show__comments {
    display: none; }

.post__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .post__list {
      max-width: 34em; } }
  .post__list .slug {
    margin-bottom: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .post__list .post__body {
    padding-top: 10px;
    font-size: 16px; }
    .post__list .post__body iframe {
      max-width: 100%; }
  .post__list .post {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 1025px) {
      .post__list .post {
        margin-right: 20px; } }
    .post__list .post:first-of-type {
      padding-top: 0; }
  .post__list .post__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .post__list .post__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; } }
  @media (min-width: 1025px) {
    .post__list .post__content {
      margin-left: 20px; } }
  @media (min-width: 0px) and (max-width: 640px) {
    .post__list .post__content {
      margin-top: 10px; } }
  .post__list .no-image .post__content {
    margin-left: 0; }
  .post__list .post__image {
    width: 100%;
    height: 160px;
    background: none center/cover no-repeat #26282e; }
    @media (min-width: 1025px) {
      .post__list .post__image {
        width: 200px;
        height: 120px;
        -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; } }
  @media (min-width: 1025px) {
    .post__list .post__title {
      font-size: 32px;
      line-height: 33px; } }
  @media (min-width: 0px) and (max-width: 640px) {
    .post__list .post__title {
      font-size: 24px;
      line-height: 28px; } }
  .post__list .no-image .post__image {
    display: none; }

.footer__wrapper {
  width: 100%;
  background-color: #222;
  margin-top: 100px;
  min-height: 50px; }

.mod__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 2px;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

.divider__wrapper {
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.search__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px; }
  .search__header h1 {
    text-transform: uppercase;
    margin: 0; }
  .search__header .search__form {
    margin-top: 10px; }
  .search__header input {
    width: 100%;
    padding: 5px;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .search__header .search__meta {
    margin-top: 10px;
    text-align: right; }
  .search__header .search__submit {
    font-family: "Concourse T3";
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.05); }

.single__wrapper .post__wrapper.feature-layout__wrapper {
  padding: 0 0 20px 0; }
  .single__wrapper .post__wrapper.feature-layout__wrapper .sharebutts__bottom {
    display: block !important; }
  .single__wrapper .post__wrapper.feature-layout__wrapper .uptop .sharebutt {
    min-width: 50%; }
  .single__wrapper .post__wrapper.feature-layout__wrapper .giant__unit {
    margin: 0 auto; }
  .single__wrapper .post__wrapper.feature-layout__wrapper .sharebutt__wrapper {
    margin: 10px auto;
    max-width: 42rem; }
  .single__wrapper .post__wrapper.feature-layout__wrapper .mobile-rectangle {
    margin-bottom: 20px; }
  .single__wrapper .post__wrapper.feature-layout__wrapper .post__header {
    color: white;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (min-width: 1025px) {
      .single__wrapper .post__wrapper.feature-layout__wrapper .post__header {
        min-height: 600px; } }
    @media (min-width: 641px) and (max-width: 1024px) {
      .single__wrapper .post__wrapper.feature-layout__wrapper .post__header {
        min-height: 300px; } }
    @media (min-width: 0px) and (max-width: 640px) {
      .single__wrapper .post__wrapper.feature-layout__wrapper .post__header {
        padding: 30px 5px 5px 5px;
        min-height: 200px; } }
    @media (min-width: 0px) and (max-width: 1280px) {
      .single__wrapper .post__wrapper.feature-layout__wrapper .post__header .slug {
        position: absolute;
        top: 10px;
        left: 10px; } }
    @media (min-width: 641px) and (max-width: 1024px) {
      .single__wrapper .post__wrapper.feature-layout__wrapper .post__header {
        padding-top: 30px; } }
  .single__wrapper .post__wrapper.feature-layout__wrapper .tags__wrapper {
    max-width: 42rem;
    margin: 40px auto; }
  .single__wrapper .post__wrapper.feature-layout__wrapper .post__byline.byline {
    font-size: 14px; }
  .single__wrapper .post__wrapper.feature-layout__wrapper .post__title, .single__wrapper .post__wrapper.feature-layout__wrapper .post__byline {
    color: white;
    text-shadow: 0 0 0.25rem rgba(13, 4, 31, 0.94);
    text-align: center;
    max-width: 80%;
    margin: 0 auto; }
    @media (min-width: 0px) and (max-width: 640px) {
      .single__wrapper .post__wrapper.feature-layout__wrapper .post__title, .single__wrapper .post__wrapper.feature-layout__wrapper .post__byline {
        max-width: 100%; } }
  .single__wrapper .post__wrapper.feature-layout__wrapper .post__title {
    font-size: 60px; }
    @media (min-width: 0px) and (max-width: 640px) {
      .single__wrapper .post__wrapper.feature-layout__wrapper .post__title {
        font-size: 30px; } }
  .single__wrapper .post__wrapper.feature-layout__wrapper .caption {
    display: block;
    padding-right: 20px;
    text-align: right; }
  .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .sharebutts__primary {
    display: none; }
  .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body {
    max-width: 100%; }
    .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body .subhed {
      max-width: 48rem;
      font-family: "Concourse T4";
      font-weight: normal;
      font-style: normal;
      margin-top: 10px; }
      @media (min-width: 0px) and (max-width: 640px) {
        .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body .subhed {
          font-size: 18px; } }
      @media (min-width: 1025px) {
        .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body .subhed {
          font-size: 28px; } }
      .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body .subhed em {
        font-style: normal; }
    .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body .ad-feature {
      float: right;
      margin: 20px; }
    .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body .ich__video_promo, .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body .ich__video_promo-divider {
      max-width: 42rem;
      margin: 0 auto; }
    .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body p, .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body blockquote {
      font-size: 20px;
      line-height: 1.5;
      max-width: 42rem;
      margin: 30px auto; }
      @media (min-width: 0px) and (max-width: 640px) {
        .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body p, .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body blockquote {
          font-size: 16px;
          padding-left: 15px;
          padding-right: 15px; } }
    .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body h1, .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body h2, .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body h3, .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body h4, .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body h5 {
      max-width: 42rem;
      margin-left: auto;
      margin-right: auto; }
    .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body blockquote {
      padding-top: 1px;
      padding-bottom: 1px; }
    .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body blockquote p:first-of-type {
      margin-top: 0; }
    .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body blockquote p:last-of-type {
      margin-bottom: 0; }
    .single__wrapper .post__wrapper.feature-layout__wrapper .post__content .post__body .fullbleed img {
      width: 100%; }

.more__wrapper {
  margin-top: 20px;
  text-align: center; }

.more__button a {
  font-family: "Concourse T3";
  text-transform: uppercase;
  display: inline-block;
  border-radius: 6px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #26282e; }
  .more__button a a {
    color: #26282e; }

.sidebar__wrapper.btf {
  padding-top: 28px; }

.video-promo__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-promo__wrapper .video-promo__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fullbleed__wrapper .ad {
  display: block; }

.fullbleed__wrapper .mod__title {
  font-size: 14px;
  border-bottom: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 20px; }

.video-unit__title {
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 5px;
  font-family: "Concourse T6";
  font-size: 28px;
  font-style: normal;
  font-weight: normal; }

.dropcap {
  float: left;
  color: #dc460a;
  font-size: 72px;
  line-height: 56px;
  padding-top: 2px;
  padding-right: 8px;
  padding-left: 0px; }

.front-page__wrapper {
  background-color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px; }
  @media (min-width: 0px) and (max-width: 640px) {
    .front-page__wrapper {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 0px) and (max-width: 640px) {
    .front-page__wrapper .news__wrapper {
      min-width: 100%;
      max-width: 100%; } }
  @media (min-width: 641px) and (max-width: 1024px) {
    .front-page__wrapper .news__wrapper {
      min-width: 50%;
      max-width: 50%; } }
  @media (min-width: 1025px) {
    .front-page__wrapper .news__wrapper {
      -webkit-flex: 0 0 340px;
      -ms-flex: 0 0 340px;
      flex: 0 0 340px; } }
  .front-page__wrapper .news__wrapper .news-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: background-color .25s ease-in-out;
    transition: border-color .25s ease-in-out; }
    .front-page__wrapper .news__wrapper .news-item:hover {
      background-color: rgba(69, 69, 69, 0.01);
      box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
      border-bottom-color: rgba(0, 0, 0, 0.2); }
    .front-page__wrapper .news__wrapper .news-item:first-of-type {
      margin-top: -15px; }
    .front-page__wrapper .news__wrapper .news-item .news-item__callout {
      position: absolute;
      top: 22px;
      right: 5px;
      font-family: "Concourse T3";
      font-weight: bold;
      text-transform: uppercase;
      font-size: 11px;
      color: #f15c22;
      text-shadow: rgba(71, 71, 71, 0.1) 1px 1px 0px; }
    .front-page__wrapper .news__wrapper .news-item .news-item__details {
      padding-left: 15px; }
      .front-page__wrapper .news__wrapper .news-item .news-item__details .news-item__title {
        margin: 5px 0 0 0;
        padding: 0;
        font-size: 16px;
        font-family: "Concourse T3"; }
        .front-page__wrapper .news__wrapper .news-item .news-item__details .news-item__title a {
          color: #404040;
          color: rgba(47, 50, 53, 0.95); }
    .front-page__wrapper .news__wrapper .news-item .news-item__image {
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 75px;
      height: 75px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .front-page__wrapper .feature__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 0px) and (max-width: 640px) {
      .front-page__wrapper .feature__wrapper {
        min-width: 100%;
        max-width: 100%; } }
    @media (min-width: 641px) and (max-width: 1024px) {
      .front-page__wrapper .feature__wrapper {
        padding-left: 20px;
        min-width: 50%;
        max-width: 50%; } }
    @media (min-width: 1025px) {
      .front-page__wrapper .feature__wrapper {
        padding-left: 20px;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
    .front-page__wrapper .feature__wrapper .feature-item {
      position: relative;
      width: 100%;
      min-height: 250px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin-bottom: 16px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .front-page__wrapper .feature__wrapper .feature-item .feature-item__details {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0 8px 8px 8px; }
        .front-page__wrapper .feature__wrapper .feature-item .feature-item__details .feature-item__title {
          color: #fff;
          margin: 5px 0 0 0;
          padding: 0;
          font-size: 22px;
          line-height: 1.2;
          font-family: "Concourse T6";
          font-weight: normal; }
          .front-page__wrapper .feature__wrapper .feature-item .feature-item__details .feature-item__title a {
            color: #fff; }
  .front-page__wrapper .sidebar__wrapper {
    display: none; }
    @media (min-width: 1025px) {
      .front-page__wrapper .sidebar__wrapper {
        display: block;
        min-width: 320px;
        padding-left: 20px; } }

.nav__logo a {
  background-image: url(/wp-content/assets/images/splitsider-logo.png); }

a {
  color: #f15c22; }

.post {
  transition: opacity 0.5s ease-in-out; }
  .post.infinite__scroll-initial {
    opacity: 0; }

.nav__wrapper {
  transition: margin-top 0.05s ease-in-out; }

.dfp-creative-68730495374 .nav__wrapper a, .dfp-creative-75274959134 .nav__wrapper a, .dfp-creative-78566778014 .nav__wrapper a {
  color: #fff; }

.dfp-creative-68730495374 .nav__wrapper .nav__logo a, .dfp-creative-75274959134 .nav__wrapper .nav__logo a, .dfp-creative-78566778014 .nav__wrapper .nav__logo a {
  background-image: url(/wp-content/assets/images/splitsider-logo-white.png); }

.single__wrapper .post__wrapper {
  position: relative; }
  @media (min-width: 1280px) {
    .single__wrapper .post__wrapper .post__title {
      margin-top: 23px; }
    .single__wrapper .post__wrapper .slug {
      position: absolute;
      top: 10px;
      left: -18px;
      margin: 0;
      border-color: rgba(0, 0, 0, 0.15);
      font-size: 15px; }
      .single__wrapper .post__wrapper .slug a {
        font-size: 15px; }
      .single__wrapper .post__wrapper .slug.partner-slug {
        background-color: #f15c22; }
        .single__wrapper .post__wrapper .slug.partner-slug a {
          color: #fff; }
    .single__wrapper .post__wrapper .slug:after {
      position: absolute;
      content: '';
      top: 100%;
      left: 0;
      background-color: transparent !important;
      border-style: solid;
      border-width: 0 18px 18px 0;
      border-color: transparent;
      border-right-color: inherit;
      width: 0;
      height: 0; } }

.slug {
  color: #000;
  background-color: rgba(255, 234, 0, 0.99); }
  .slug a {
    color: #000; }
  .slug.partner-slug {
    background-color: #f15c22; }
    .slug.partner-slug a {
      color: #fff; }

.more__button a {
  background-color: #f15c22;
  color: #fff; }
  .more__button a a {
    color: #fff; }

.ucb_related__container {
  max-width: 42rem;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  padding-top: 10px; }
  .ucb_related__container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 640px) {
    .ucb_related__container {
      padding: 10px; } }
  .ucb_related__container h3 {
    margin-bottom: 10px;
    margin-top: 5px; }
  .ucb_related__container .ucb_related {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    cursor: pointer; }
    @media (min-width: 0px) and (max-width: 640px) {
      .ucb_related__container .ucb_related {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px; } }
    .ucb_related__container .ucb_related:last-of-type {
      margin-bottom: 0; }
  .ucb_related__container .ucb_related_thumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    height: 100px;
    background-size: cover; }
    .ucb_related__container .ucb_related_thumb a {
      width: 100%;
      height: 100%;
      cursor: pointer; }
  .ucb_related__container .ucb_related_title {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 40px; }
    @media (min-width: 0px) and (max-width: 640px) {
      .ucb_related__container .ucb_related_title {
        padding: 0; } }
    .ucb_related__container .ucb_related_title a {
      color: #000000; }
