/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 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;
}


/* 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  user-select: none; }

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

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

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

.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;
  -webkit-box-shadow: none;
  box-shadow: none; }
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;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #444444; }
  .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.rrssb-buttons.large-format li a, .rrssb-buttons.large-format li a .rrssb-text, .no-rrssb-buttons.large-format li a, .no-rrssb-buttons.large-format li a .no-rrssb-text {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.rrssb-buttons, .rrssb-buttons li, .rrssb-buttons li a, .no-rrssb-buttons, .no-rrssb-buttons li, .no-rrssb-buttons li a {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }

.rrssb-buttons {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .rrssb-buttons li {
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2.5px; }
    .rrssb-buttons li.rrssb-email a {
      background-color: #0a88ff; }
      .rrssb-buttons li.rrssb-email a:hover {
        background-color: #006ed6; }
    .rrssb-buttons li.rrssb-facebook a {
      background-color: #306199; }
      .rrssb-buttons li.rrssb-facebook a:hover {
        background-color: #244872; }
    .rrssb-buttons li.rrssb-tumblr a {
      background-color: #32506d; }
      .rrssb-buttons li.rrssb-tumblr a:hover {
        background-color: #22364a; }
    .rrssb-buttons li.rrssb-linkedin a {
      background-color: #007bb6; }
      .rrssb-buttons li.rrssb-linkedin a:hover {
        background-color: #005983; }
    .rrssb-buttons li.rrssb-twitter a {
      background-color: #26c4f1; }
      .rrssb-buttons li.rrssb-twitter a:hover {
        background-color: #0eaad6; }
    .rrssb-buttons li.rrssb-googleplus a {
      background-color: #e93f2e; }
      .rrssb-buttons li.rrssb-googleplus a:hover {
        background-color: #ce2616; }
    .rrssb-buttons li.rrssb-youtube a {
      background-color: #df1c31; }
      .rrssb-buttons li.rrssb-youtube a:hover {
        background-color: #b21627; }
    .rrssb-buttons li.rrssb-reddit a {
      background-color: #8bbbe3; }
      .rrssb-buttons li.rrssb-reddit a:hover {
        background-color: #62a3d9; }
    .rrssb-buttons li.rrssb-pinterest a {
      background-color: #b81621; }
      .rrssb-buttons li.rrssb-pinterest a:hover {
        background-color: #8a1119; }
    .rrssb-buttons li.rrssb-pocket a {
      background-color: #ED4054; }
      .rrssb-buttons li.rrssb-pocket a:hover {
        background-color: #e4162d; }
    .rrssb-buttons li.rrssb-github a {
      background-color: #444; }
      .rrssb-buttons li.rrssb-github a:hover {
        background-color: #2b2b2b; }
    .rrssb-buttons li.rrssb-instagram a {
      background-color: #517fa4; }
      .rrssb-buttons li.rrssb-instagram a:hover {
        background-color: #406582; }
    .rrssb-buttons li a {
      background-color: #ccc;
      border-radius: 2px;
      display: block;
      font-size: 11px;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .rrssb-buttons li a .rrssb-icon {
        display: block;
        height: 100%;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .rrssb-buttons li a .rrssb-icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li a .rrssb-icon svg path, .rrssb-buttons li a .rrssb-icon svg polygon {
            fill: #fff; }
      .rrssb-buttons li a .rrssb-text {
        color: #fff; }
      .rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.small a {
      padding: 0; }
      .rrssb-buttons li.small a .rrssb-icon {
        height: 100%;
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .rrssb-buttons li.small a .rrssb-text {
        visibility: hidden; }
  .rrssb-buttons.large-format {
    height: auto; }
    .rrssb-buttons.large-format li {
      height: auto; }
      .rrssb-buttons.large-format li a {
        border-radius: 0.2em;
        font-size: 15px;
        font-size: 1vw;
        line-height: 1vw;
        padding: 7% 0% 7% 12%; }
        .rrssb-buttons.large-format li a .rrssb-icon {
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .rrssb-buttons.large-format li a .rrssb-icon svg {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0; }
        .rrssb-buttons.large-format li a .rrssb-text {
          font-size: 15px;
          font-size: 1vw; }
        .rrssb-buttons.large-format li a:hover {
          font-size: 15px;
          font-size: 1vw;
          padding: 7% 0% 7% 12%;
          border-radius: 0.2em; }
  .rrssb-buttons.small-format {
    padding-top: 5px; }
    .rrssb-buttons.small-format li {
      height: 80%;
      padding: 0 1.5px; }
      .rrssb-buttons.small-format li a .rrssb-icon {
        height: 100%;
        padding-top: 0; }
        .rrssb-buttons.small-format li a .rrssb-icon svg {
          height: 48%;
          position: relative;
          top: 6px;
          width: 80%; }
  .rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .rrssb-buttons.tiny-format li a {
        background-color: transparent;
        padding: 0; }
        .rrssb-buttons.tiny-format li a .rrssb-icon svg {
          height: 70%;
          width: 100%; }
        .rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
          background-color: transparent; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon {
        fill: #306199; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #18304b; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon {
        fill: #32506d; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #121d27; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon {
        fill: #007bb6; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #003650; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon {
        fill: #26c4f1; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #0b84a6; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg polygon {
        fill: #e93f2e; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #a01e11; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon {
        fill: #df1c31; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #84111d; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon {
        fill: #8bbbe3; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #398bcf; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon {
        fill: #b81621; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #5d0b11; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon {
        fill: #ED4054; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #b61124; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon {
        fill: #444; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #111111; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon {
        fill: #517fa4; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #2f4a60; }

.rrssb-buttons.large-format li a, .rrssb-buttons.large-format li a .rrssb-text, .no-rrssb-buttons.large-format li a, .no-rrssb-buttons.large-format li a .no-rrssb-text {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.rrssb-buttons, .rrssb-buttons li, .rrssb-buttons li a, .no-rrssb-buttons, .no-rrssb-buttons li, .no-rrssb-buttons li a {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }

.no-rrssb-buttons {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .no-rrssb-buttons li {
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2.5px; }
    .no-rrssb-buttons li.no-rrssb-email a {
      background-color: #0a88ff; }
      .no-rrssb-buttons li.no-rrssb-email a:hover {
        background-color: #006ed6; }
    .no-rrssb-buttons li.no-rrssb-facebook a {
      background-color: #306199; }
      .no-rrssb-buttons li.no-rrssb-facebook a:hover {
        background-color: #244872; }
    .no-rrssb-buttons li.no-rrssb-tumblr a {
      background-color: #32506d; }
      .no-rrssb-buttons li.no-rrssb-tumblr a:hover {
        background-color: #22364a; }
    .no-rrssb-buttons li.no-rrssb-linkedin a {
      background-color: #007bb6; }
      .no-rrssb-buttons li.no-rrssb-linkedin a:hover {
        background-color: #005983; }
    .no-rrssb-buttons li.no-rrssb-twitter a {
      background-color: #26c4f1; }
      .no-rrssb-buttons li.no-rrssb-twitter a:hover {
        background-color: #0eaad6; }
    .no-rrssb-buttons li.no-rrssb-googleplus a {
      background-color: #e93f2e; }
      .no-rrssb-buttons li.no-rrssb-googleplus a:hover {
        background-color: #ce2616; }
    .no-rrssb-buttons li.no-rrssb-youtube a {
      background-color: #df1c31; }
      .no-rrssb-buttons li.no-rrssb-youtube a:hover {
        background-color: #b21627; }
    .no-rrssb-buttons li.no-rrssb-reddit a {
      background-color: #8bbbe3; }
      .no-rrssb-buttons li.no-rrssb-reddit a:hover {
        background-color: #62a3d9; }
    .no-rrssb-buttons li.no-rrssb-pinterest a {
      background-color: #b81621; }
      .no-rrssb-buttons li.no-rrssb-pinterest a:hover {
        background-color: #8a1119; }
    .no-rrssb-buttons li.no-rrssb-pocket a {
      background-color: #ED4054; }
      .no-rrssb-buttons li.no-rrssb-pocket a:hover {
        background-color: #e4162d; }
    .no-rrssb-buttons li.no-rrssb-github a {
      background-color: #444; }
      .no-rrssb-buttons li.no-rrssb-github a:hover {
        background-color: #2b2b2b; }
    .no-rrssb-buttons li.no-rrssb-instagram a {
      background-color: #517fa4; }
      .no-rrssb-buttons li.no-rrssb-instagram a:hover {
        background-color: #406582; }
    .no-rrssb-buttons li a {
      background-color: #ccc;
      border-radius: 2px;
      display: block;
      font-size: 11px;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .no-rrssb-buttons li a .no-rrssb-icon {
        display: block;
        height: 100%;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .no-rrssb-buttons li a .no-rrssb-icon svg {
          height: 17px;
          width: 17px; }
          .no-rrssb-buttons li a .no-rrssb-icon svg path, .no-rrssb-buttons li a .no-rrssb-icon svg polygon {
            fill: #fff; }
      .no-rrssb-buttons li a .no-rrssb-text {
        color: #fff; }
      .no-rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .no-rrssb-buttons li.small a {
      padding: 0; }
      .no-rrssb-buttons li.small a .no-rrssb-icon {
        height: 100%;
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .no-rrssb-buttons li.small a .no-rrssb-text {
        visibility: hidden; }
  .no-rrssb-buttons.large-format {
    height: auto; }
    .no-rrssb-buttons.large-format li {
      height: auto; }
      .no-rrssb-buttons.large-format li a {
        border-radius: 0.2em;
        font-size: 15px;
        font-size: 1vw;
        line-height: 1vw;
        padding: 7% 0% 7% 12%; }
        .no-rrssb-buttons.large-format li a .no-rrssb-icon {
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .no-rrssb-buttons.large-format li a .no-rrssb-icon svg {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0; }
        .no-rrssb-buttons.large-format li a .no-rrssb-text {
          font-size: 15px;
          font-size: 1vw; }
        .no-rrssb-buttons.large-format li a:hover {
          font-size: 15px;
          font-size: 1vw;
          padding: 7% 0% 7% 12%;
          border-radius: 0.2em; }
  .no-rrssb-buttons.small-format {
    padding-top: 5px; }
    .no-rrssb-buttons.small-format li {
      height: 80%;
      padding: 0 1.5px; }
      .no-rrssb-buttons.small-format li a .no-rrssb-icon {
        height: 100%;
        padding-top: 0; }
        .no-rrssb-buttons.small-format li a .no-rrssb-icon svg {
          height: 48%;
          position: relative;
          top: 6px;
          width: 80%; }
  .no-rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .no-rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .no-rrssb-buttons.tiny-format li a {
        background-color: transparent;
        padding: 0; }
        .no-rrssb-buttons.tiny-format li a .no-rrssb-icon svg {
          height: 70%;
          width: 100%; }
        .no-rrssb-buttons.tiny-format li a:hover, .no-rrssb-buttons.tiny-format li a:active {
          background-color: transparent; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-email a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-email a .no-rrssb-icon svg polygon {
        fill: #0a88ff; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-email a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-email a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #0054a3; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-facebook a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-facebook a .no-rrssb-icon svg polygon {
        fill: #306199; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-facebook a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-facebook a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #18304b; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-tumblr a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-tumblr a .no-rrssb-icon svg polygon {
        fill: #32506d; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-tumblr a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-tumblr a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #121d27; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-linkedin a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-linkedin a .no-rrssb-icon svg polygon {
        fill: #007bb6; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-linkedin a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-linkedin a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #003650; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-twitter a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-twitter a .no-rrssb-icon svg polygon {
        fill: #26c4f1; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-twitter a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-twitter a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #0b84a6; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-googleplus a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-googleplus a .no-rrssb-icon svg polygon {
        fill: #e93f2e; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-googleplus a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-googleplus a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #a01e11; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-youtube a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-youtube a .no-rrssb-icon svg polygon {
        fill: #df1c31; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-youtube a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-youtube a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #84111d; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-reddit a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-reddit a .no-rrssb-icon svg polygon {
        fill: #8bbbe3; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-reddit a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-reddit a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #398bcf; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-pinterest a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-pinterest a .no-rrssb-icon svg polygon {
        fill: #b81621; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-pinterest a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-pinterest a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #5d0b11; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-pocket a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-pocket a .no-rrssb-icon svg polygon {
        fill: #ED4054; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-pocket a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-pocket a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #b61124; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-github a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-github a .no-rrssb-icon svg polygon {
        fill: #444; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-github a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-github a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #111111; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-instagram a .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-instagram a .no-rrssb-icon svg polygon {
        fill: #517fa4; }
      .no-rrssb-buttons.tiny-format li.no-rrssb-instagram a .no-rrssb-icon:hover .no-rrssb-icon svg path, .no-rrssb-buttons.tiny-format li.no-rrssb-instagram a .no-rrssb-icon:hover .no-rrssb-icon svg polygon {
        fill: #2f4a60; }

h1, h2, h3, h4, h5 {
  color: #0d0d0d; }

@media (min-width: 56.3125em) {
  h1 {
    font-size: 3rem;
    line-height: 1.05; } }
@media (min-width: 30.0625em) and (max-width: 56.25em) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.125; } }
@media (min-width: 0em) {
  h1 {
    font-size: 2rem;
    line-height: 1.25; } }
h1.hero__title {
  font-size: 1.875rem;
  line-height: 1.06667; }

@media (min-width: 56.3125em) {
  h2 {
    font-size: 2.25rem;
    line-height: 1.25; } }

@media (min-width: 56.3125em) {
  h3 {
    font-size: 1.75rem;
    line-height: 1.25; } }

@media (min-width: 56.3125em) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.22222222; } }

h1, h2, h3, h4, h5, h6 {
  font-family: republic-web;
  text-rendering: optimizeLegibility;
  font-weight: 700; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #1e3757; }

blockquote {
  margin-left: 2rem;
  margin-right: 2rem;
  border-left: 1px solid rgba(80, 146, 230, 0.55);
  padding: 1rem;
  background: rgba(80, 146, 230, 0.01); }
  @media (min-width: 0em) and (max-width: 30em) {
    blockquote {
      margin-left: 1.5rem;
      margin-right: 1.5rem; } }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

html {
  font-size: 1rem; }

body {
  -webkit-font-smoothing: antialiased;
  font-family: freight-text-pro;
  line-height: 1.5;
  color: #111;
  margin: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased; }
.btf-ros-rect {
  text-align: center; }

.article-rect-ad-wrapper {
  text-align: center; }

.article-rect-ad {
  display: inline-block; }

.global__sidebar {
  display: none; }
  .global__sidebar:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 56.3125em) {
    .global__sidebar {
      width: 330px;
      padding-left: 29px;
      display: block;
      position: absolute;
      right: 0; } }
  .global__sidebar .sidebar-ad {
    margin-bottom: 900px;
    width: 300px;
    height: 250px; }
    .global__sidebar .sidebar-ad:last-of-type {
      margin-bottom: 0; }

main {
  position: relative;
  z-index: 2; }

.ad-top {
  position: relative;
  z-index: 2;
  max-width: 62.5rem;
  text-align: center; }
  @media (min-width: 0em) and (max-width: 30em) {
    .ad-top {
      margin: 0 auto; }
      .ad-top .ad__top-leaderboard {
        width: 320px;
        height: 50px;
        border-bottom: 1px solid #ccc; } }
  @media (min-width: 30.0625em) {
    .ad-top {
      margin: 1rem auto;
      display: block; } }
  .ad-top .ad-top__tag {
    text-align: left;
    display: inline-block;
    margin: 0 auto; }

.ad__sharethrough {
  margin-top: 1rem;
  border-top: 1px solid #b3b3b3;
  padding-top: 1rem;
  border-bottom: 1px solid #b3b3b3; }
  .ad__sharethrough + .reverse-chron__post {
    border-top: none !important; }

.container {
  max-width: 62.5rem;
  margin: 0 auto;
  background-color: #fff; }
  @media (min-width: 0em) and (max-width: 30em) {
    .container {
      padding: 0; } }
  @media (min-width: 56.3125em) {
    .container {
      padding: 0; } }

.global__logo {
  border-top: 5px solid #d5dce6;
  margin-bottom: 1rem;
  position: relative;
  z-index: 999; }
  @media (min-width: 0em) and (max-width: 30em) {
    .global__logo {
      margin-bottom: 2.1rem; } }
  .global__logo .logo__container {
    position: absolute;
    top: -3px;
    display: block;
    background-color: #1e3757;
    color: #fff;
    width: 110px;
    max-height: 32px;
    margin: 0;
    padding: 8px;
    line-height: 1;
    vertical-align: top; }
    body.single-post .global__logo .logo__container {
      right: 32px; }
    @media (min-width: 30.0625em) {
      body.home.front-page .global__logo .logo__container {
        left: 32px; } }
    @media (min-width: 0em) and (max-width: 30em) {
      body.home.front-page .global__logo .logo__container {
        right: 32px; } }
  .global__logo .logotype-svg {
    height: 100%;
    margin: 0.5rem 0; }
    .global__logo .logotype-svg path {
      fill: #fff; }

.post__byline {
  font-family: lato;
  font-size: 0.875rem;
  margin: 0.5rem 0 1rem 0; }
  .post__byline a {
    color: #111; }

.post__title {
  margin-top: 0.1rem;
  margin-bottom: 0.3rem; }
  .post__title a {
    color: #0d0d0d; }

.post__slug {
  line-height: 1; }
  .post__slug a {
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding: 0.25rem 0.25rem 0.1875rem;
    line-height: 1.16667;
    text-rendering: optimizeLegibility;
    font-family: "ff-tisa-sans-web-pro";
    font-size: 0.70313rem;
    font-weight: 700;
    color: #000;
    background-color: #cbff90;
    vertical-align: top;
    line-height: 1; }
    .post__slug a a, .post__slug a a:hover, .post__slug a a:active, .post__slug a a:visited {
      color: #253326; }

.post__body {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8375);
  font-size: 1.125rem; }
  .post__body:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0em) and (max-width: 30em) {
    .post__body {
      font-size: 1.2rem;
      line-height: 1.55556; } }
  @media (min-width: 30.0625em) and (max-width: 56.25em) {
    .post__body {
      font-size: 1.5rem;
      line-height: 1.55556; } }
  .interior-page .post__body {
    font-size: 1.125rem;
    line-height: 1.55556; }
    @media (min-width: 0em) and (max-width: 30em) {
      .interior-page .post__body {
        font-size: 1.2rem;
        line-height: 1.55556; } }
  @media (min-width: 30.0625em) and (max-width: 56.25em) {
    .interior-page .post__body {
      font-size: 1.5rem;
      line-height: 1.55556; } }
  .post__body.post__content a, .post__body .post__wrapper-content a {
    border-bottom: 1px solid rgba(213, 220, 230, 0.54);
    margin-bottom: -1px; }
  .post__body b, .post__body strong {
    font-weight: 700; }
  .post__body p:first-child {
    margin-top: 0;
    vertical-align: top; }
    .post__body p:first-child img.alignleft {
      padding-top: 0; }
    .post__body p:first-child img.alignnone {
      display: block; }
  .post__body img.alignleft {
    float: left;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.025rem; }
  .post__body img.alignright {
    float: right;
    padding-top: 0.5rem;
    padding-left: 0.75rem;
    padding-bottom: 0.025rem; }
  .post__body img.aligncenter {
    display: block;
    margin: 1em auto; }
  .post__body img.full-bleed {
    display: block;
    margin: 1em 0;
    width: 100%; }
  .post__body img:first-of-type.full-bleed {
    margin-top: 0; }

.front-page header {
  width: 100%; }
  .front-page header:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 56.3125em) and (max-width: 64em) {
    .front-page header {
      padding: 0 1rem 0 1rem; } }
  @media (min-width: 30.0625em) and (max-width: 56.25em) {
    .front-page header {
      padding: 0 1rem 0 1rem; } }
  .front-page header .hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media (min-width: 0em) and (max-width: 30em) {
      .front-page header .hero {
        height: 15.625rem;
        text-align: center; } }
    @media (min-width: 30.0625em) and (max-width: 56.25em) {
      .front-page header .hero {
        height: 17.1875rem;
        padding-left: 55%;
        padding-right: 5%; } }
    @media (min-width: 56.3125em) {
      .front-page header .hero {
        height: 25rem;
        padding-left: 65%;
        padding-right: 5%; } }
    .front-page header .hero .hero__clickthru {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .front-page header .hero .hero__dek {
      font-weight: 700;
      font-size: 1.125rem;
      line-height: 1.16667;
      text-shadow: 0 0 0.25rem rgba(13, 4, 31, 0.94); }
      @media (min-width: 0em) and (max-width: 30em) {
        .front-page header .hero .hero__dek {
          display: none; } }
    .front-page header .hero .hero__body {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      color: #fff; }
      @media (min-width: 56.3125em) {
        .front-page header .hero .hero__body {
          padding-top: 1.25rem;
          display: block;
          height: 25rem; } }
      @media (min-width: 30.0625em) and (max-width: 56.25em) {
        .front-page header .hero .hero__body {
          padding-top: 0.625rem;
          display: block;
          height: 17.1875rem; } }
      @media (min-width: 0em) and (max-width: 30em) {
        .front-page header .hero .hero__body {
          width: 100%;
          display: block;
          height: 100%;
          padding-left: 1rem;
          padding-top: 1.875rem; } }
      .front-page header .hero .hero__body a, .front-page header .hero .hero__body a:hover, .front-page header .hero .hero__body a:visited {
        color: #fff; }
    .front-page header .hero .hero__slug {
      text-transform: uppercase;
      margin: 0;
      display: inline-block;
      padding: 0.25rem 0.25rem 0.1875rem;
      line-height: 1;
      text-rendering: optimizeLegibility;
      font-family: "ff-tisa-sans-web-pro";
      font-size: 0.70313rem;
      font-weight: 700;
      color: #000;
      background-color: #cbff90; }
      .front-page header .hero .hero__slug a, .front-page header .hero .hero__slug a:hover, .front-page header .hero .hero__slug a:active, .front-page header .hero .hero__slug a:visited {
        color: #253326; }
@breakpoint ($small) {}
    .front-page header .hero .hero__byline {
      font-family: 'lato';
      font-size: 0.875rem;
      margin: 0.5rem 0 1rem; }
  .front-page header .sub-hero:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 56.3125em) {
    .front-page header .sub-hero {
      padding: 1rem 0;
      margin: 1rem 0;
      border-top: 1px solid rgba(213, 220, 230, 0.2);
      border-bottom: 1px solid rgba(213, 220, 230, 0.2); } }
  @media (min-width: 30.0625em) and (max-width: 56.25em) {
    .front-page header .sub-hero {
      padding: 1rem 0 0 0; } }
  @media (min-width: 0em) and (max-width: 30em) {
    .front-page header .sub-hero {
      padding: 1rem;
      margin: 0; } }
  @media (min-width: 56.3125em) {
    .front-page header .refers__row {
      width: 50%;
      float: left;
      padding-right: 1rem; } }
  @media (min-width: 30.0625em) and (max-width: 56.25em) {
    .front-page header .refers__row:after {
      content: "";
      display: table;
      clear: both; } }
  .front-page header .refers__row .refer__wrapper {
    position: relative; }
    @media (min-width: 0em) and (max-width: 30em) {
      .front-page header .refers__row .refer__wrapper {
        margin-bottom: 1rem; } }
    @media (min-width: 30.0625em) {
      .front-page header .refers__row .refer__wrapper {
        float: left;
        width: 50%; }
        .front-page header .refers__row .refer__wrapper:first-child {
          padding-right: 0.5rem; }
        .front-page header .refers__row .refer__wrapper:last-child {
          padding-left: 0.5rem; } }
    @media (min-width: 56.3125em) {
      .front-page header .refers__row .refer__wrapper {
        min-height: 10.9375rem; } }
    .front-page header .refers__row .refer__wrapper .refer__body-click {
      postion: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block; }
    .front-page header .refers__row .refer__wrapper .refer__title {
      text-align: left;
      font-size: 1.25rem;
      line-height: 1.125;
      padding: 0.25rem 0 0 0;
      margin: 0; }
      .front-page header .refers__row .refer__wrapper .refer__title a {
        color: #111; }
    .front-page header .refers__row .refer__wrapper .refer {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      @media (min-width: 0em) and (max-width: 30em) {
        .front-page header .refers__row .refer__wrapper .refer {
          height: 12.5rem; } }
      @media (min-width: 30.0625em) {
        .front-page header .refers__row .refer__wrapper .refer {
          height: 10.9375rem; } }
      .front-page header .refers__row .refer__wrapper .refer .refer__body .refer__slug {
        text-transform: uppercase;
        margin: 0;
        display: inline-block;
        padding: 0.25rem 0.25rem 0.1875rem;
        line-height: 1.16667;
        text-rendering: optimizeLegibility;
        font-family: "ff-tisa-sans-web-pro";
        font-size: 0.70313rem;
        font-weight: 700;
        border-bottom: 3px solid #cbff90;
        color: #fff;
        text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0;
        bottom: 0;
        margin-left: 0.625rem;
        padding: 0 0 0.3125rem 0; }
        .front-page header .refers__row .refer__wrapper .refer .refer__body .refer__slug a, .front-page header .refers__row .refer__wrapper .refer .refer__body .refer__slug a:hover, .front-page header .refers__row .refer__wrapper .refer .refer__body .refer__slug a:active, .front-page header .refers__row .refer__wrapper .refer .refer__body .refer__slug a:visited {
          color: #fff; }
  .front-page header .quote {
    position: relative;
    line-height: 1;
    background-color: rgba(213, 220, 230, 0.2); }
    @media (min-width: 0em) and (max-width: 30em) {
      .front-page header .quote {
        display: none; } }
    @media (min-width: 30.0625em) and (max-width: 56.25em) {
      .front-page header .quote {
        margin: 1rem 0; }
        .front-page header .quote:after {
          content: "";
          display: table;
          clear: both; } }
    @media (min-width: 56.3125em) {
      .front-page header .quote {
        width: 50%;
        float: left;
        padding-left: 0;
        height: 9.15625rem; }
        .front-page header .quote:after {
          content: "";
          display: table;
          clear: both; } }
    .front-page header .quote .quote__slug-wrapper {
      background-color: white; }
    .front-page header .quote .quote__slug {
      text-transform: uppercase;
      margin: 0;
      display: inline-block;
      padding: 0.25rem 0.25rem 0.1875rem;
      line-height: 1.16667;
      text-rendering: optimizeLegibility;
      font-family: "ff-tisa-sans-web-pro";
      font-size: 0.70313rem;
      font-weight: 700;
      border-bottom: 3px solid #cbff90;
      color: #fff;
      color: #111;
      vertical-align: top;
      line-height: 1;
      margin: 0 0 0 0.5rem;
      padding-top: 0;
      letter-spacing: 0.025rem; }
      .front-page header .quote .quote__slug a, .front-page header .quote .quote__slug a:hover, .front-page header .quote .quote__slug a:active, .front-page header .quote .quote__slug a:visited {
        color: #fff; }
    .front-page header .quote .quote__body {
      border-left: none;
      background: transparent;
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      text-align: left;
      font-size: 1.4rem;
      color: #333;
      line-height: 1.25;
      padding: 0.5rem;
      width: 100%; }
      .front-page header .quote .quote__body a {
        color: #333;
        display: inline-block; }
.front-page .main {
  z-index: 2;
  padding-top: 1rem;
  position: relative; }
  .front-page .main:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0em) and (max-width: 30em) {
    .front-page .main {
      border-top: none; } }
  @media (min-width: 30.0625em) and (max-width: 56.25em) {
    .front-page .main {
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media (min-width: 56.3125em) {
    .front-page .main {
      padding-left: 0; } }
  @media (min-width: 56.3125em) and (max-width: 64em) {
    .front-page .main {
      margin-left: 1rem;
      padding-right: 0; } }
  .front-page .main .main__reverse-chron {
    float: left;
    width: 100%; }
    @media (min-width: 0em) {
      .front-page .main .main__reverse-chron {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (min-width: 56.3125em) {
      .front-page .main .main__reverse-chron {
        padding-left: 0;
        padding-right: 360px; } }
    .front-page .main .main__reverse-chron .reverse-chron__post {
      padding-top: 1rem;
      margin-top: 1rem;
      border-top: 1px solid #f2f2f2; }
      .front-page .main .main__reverse-chron .reverse-chron__post:first-child {
        padding-top: 0;
        margin-top: 0;
        border-top: none; }
    .front-page .main .main__reverse-chron .post__slug {
      margin-bottom: 0.5rem; }
    .front-page .main .main__reverse-chron .post__byline {
      margin-top: 0; }
    .front-page .main .main__reverse-chron .post__title {
      font-size: 1.875rem;
      line-height: 1.06667;
      margin-top: 0.5rem;
      margin-bottom: 0.1rem; }
    .front-page .main .main__reverse-chron .post__body .more-link {
      margin-bottom: 1rem; }
      @media (min-width: 0em) and (max-width: 30em) {
        .front-page .main .main__reverse-chron .post__body .more-link {
          text-align: center; } }
      @media (min-width: 56.3125em) {
        .front-page .main .main__reverse-chron .post__body .more-link {
          padding: 0.2rem 0.2rem;
          font-size: 0.9rem; } }
      .front-page .main .main__reverse-chron .post__body .more-link a {
        font-weight: bold;
        padding: 0.3rem 0.6rem;
        width: auto;
        display: inline-block;
        background-color: #1e3757;
        color: white;
        border: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        font-family: "ff-tisa-sans-web-pro";
        background-color: #5092E6; }
        @media (min-width: 56.3125em) {
          .front-page .main .main__reverse-chron .post__body .more-link a {
            font-size: 0.9rem; } }

@media (min-width: 0em) and (max-width: 30em) {
  .interior-page header {
    padding: 0 1rem; } }
.interior-page .feature__slug {
  margin: 0 auto;
  text-align: center; }
  .interior-page .feature__slug .post__slug {
    display: inline-block; }
.interior-page .feature__title {
  margin: 0 auto;
  text-align: center;
  max-width: 45rem; }
  .interior-page .feature__title h1 {
    font-size: 2.5rem;
    font-weight: 400;
    display: inline-block;
    margin-top: 0.75rem;
    margin-bottom: 0; }
.interior-page .feature__byline {
  text-align: center; }
@media (min-width: 0em) {
  .interior-page article .post__wrapper-content {
    padding: 0 1rem; } }
@media (min-width: 56.3125em) {
  .interior-page article .post__wrapper-content {
    padding: 0; } }
.interior-page article.feature {
  margin-top: 65px;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 48rem;
  margin: 0 auto; }
  .interior-page article.feature .feature__footer {
    margin: 0 auto; }
  .interior-page article.feature .feature__body {
    margin: 0 auto;
    font-size: 1.2rem; }
    .interior-page article.feature .feature__body img {
      max-width: 100%; }
    @media (min-width: 0em) {
      .interior-page article.feature .feature__body img.size-full {
        display: block;
        width: 100%; } }
    @media (min-width: 56.3125em) {
      .interior-page article.feature .feature__body img.size-full {
        display: block;
        margin-left: -4rem;
        max-width: none !important;
        width: 54rem; } }
.interior-page .post__author:after {
  content: " \00b7 "; }
.interior-page .post__title {
  font-size: 2rem;
  line-height: 1.06667;
  margin: 0.5rem 0;
  max-width: 49.375rem; }
.interior-page .post__dek {
  color: rgba(0, 0, 0, 0.8);
  padding: 0.5rem 0 0.5rem 0; }
  @media (min-width: 56.3125em) {
    .interior-page .post__dek {
      margin-right: 330px; } }
  .interior-page .post__dek p {
    margin: 0; }
.interior-page .interior-page__footer {
  font-size: .95rem;
  margin-top: 1.1rem;
  padding: 0.5rem 1rem; }
  @media (min-width: 56.3125em) {
    .interior-page .interior-page__footer .footer__sharethrough {
      margin-top: 1rem;
      border-top: 1px solid #b3b3b3;
      padding: 1rem 0 0 0; } }
.interior-page .interior-page__body {
  position: relative; }
  .interior-page .interior-page__body:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 56.3125em) and (max-width: 64em) {
    .interior-page .interior-page__body {
      padding-right: 0; } }
  .interior-page .interior-page__body .post__body {
    width: 100%; }
    @media (min-width: 56.3125em) {
      .interior-page .interior-page__body .post__body {
        float: left;
        padding-right: 330px; }
        .interior-page .interior-page__body .post__body .post__wrapper {
          border-right: 1px solid rgba(213, 220, 230, 0.2);
          padding-right: 29px; } }

.global-footer {
  background-color: #000;
  min-height: 18.75rem;
  color: #fff;
  margin-top: 2rem; }
  .global-footer a {
    color: #fff; }
  .global-footer a:visited {
    color: #fff; }
  .global-footer .footer__social {
    max-width: 62.5rem; }
  .global-footer .footer-site {
    max-wdith: 62.5rem;
    margin-top: 1rem; }
  .global-footer .footer-site__components {
    padding-bottom: 1rem; }
    .global-footer .footer-site__components:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 30.0625em) {
      .global-footer .footer-site__components {
        padding-left: 0.5rem; } }
    @media (min-width: 0em) and (max-width: 30em) {
      .global-footer .footer-site__components {
        padding-left: 10%; }
        .global-footer .footer-site__components .footer-logo, .global-footer .footer-site__components .footer-menu, .global-footer .footer-site__components .site__masthead, .global-footer .footer-site__components .site__network-masthead, .global-footer .footer-site__components .footer__other, .global-footer .footer-site__components .site__network-sites {
          margin-top: 1rem; } }
    @media (min-width: 30.0625em) {
      .global-footer .footer-site__components .footer-logo {
        width: 15%;
        float: left; } }
    .global-footer .footer-site__components .footer-logo img {
      max-width: 110px; }
    @media (min-width: 30.0625em) {
      .global-footer .footer-site__components .footer-menu {
        float: left;
        width: 20%; } }
    @media (min-width: 30.0625em) {
      .global-footer .footer-site__components .footer-menu .menu__item {
        display: inline-block;
        width: 50%;
        float: left; }
        .global-footer .footer-site__components .footer-menu .menu__item:nth-child(2n+1) {
          clear: left; } }
    .global-footer .footer-site__components .footer__title {
      font-family: 'ff-tisa-sans-web-pro';
      text-transform: uppercase;
      padding: 0;
      font-size: 0.8rem;
      font-weight: bold;
      text-rendering: optimizeLegibility; }
    .global-footer .footer-site__components .footer__role {
      font-family: 'ff-tisa-sans-web-pro';
      text-transform: uppercase;
      padding: 0;
      font-size: 0.6rem;
      font-weight: bold; }
    @media (min-width: 30.0625em) {
      .global-footer .footer-site__components .site__masthead {
        float: left;
        width: 20%; } }
    @media (min-width: 30.0625em) {
      .global-footer .footer-site__components .site__network-masthead {
        float: left;
        width: 30%;
        padding-left: 1rem;
        padding-top: 1.5rem; } }
    @media (min-width: 30.0625em) {
      .global-footer .footer-site__components .site__network-masthead .footer__founders {
        float: left;
        width: 50%; } }
    @media (min-width: 0em) and (max-width: 30em) {
      .global-footer .footer-site__components .site__network-masthead .footer__other .footer__person {
        margin-bottom: 0.5rem; } }
    @media (min-width: 30.0625em) {
      .global-footer .footer-site__components .site__network-masthead .footer__other {
        float: left;
        width: 50%; } }
    @media (min-width: 30.0625em) {
      .global-footer .footer-site__components .site__network-sites {
        float: left;
        width: 15%; } }
  .global-footer .footer-follow__title, .global-footer .footer-search__title, .global-footer .footer-newsletter__title {
    font-family: 'ff-tisa-sans-web-pro';
    text-transform: uppercase;
    margin: 0 0 0.5rem 0;
    padding: 1rem 0 0 0;
    font-size: 0.86667rem;
    font-weight: bold; }
    @media (min-width: 0em) and (max-width: 30em) {
      .global-footer .footer-follow__title, .global-footer .footer-search__title, .global-footer .footer-newsletter__title {
        margin-top: 1rem;
        margin-left: 0; } }
  .global-footer .footer-top {
    min-height: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem; }
    .global-footer .footer-top:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 30.0625em) and (max-width: 56.25em) {
      .global-footer .footer-top {
        padding-left: 1rem; } }
  .global-footer .footer-other {
    width: 55%;
    float: left;
    position: relative; }
    @media (min-width: 0em) and (max-width: 30em) {
      .global-footer .footer-other {
        float: none;
        width: 100%; } }
  @media (min-width: 30.0625em) {
    .global-footer .footer-social__components {
      width: 45%;
      float: left; } }
  @media (min-width: 0em) and (max-width: 30em) {
    .global-footer .footer-social__components {
      margin-left: 1rem; } }
  @media (min-width: 56.3125em) {
    .global-footer .footer-social__components .fb-like-container {
      float: left;
      min-width: 320px; } }
  @media (min-width: 0em) {
    .global-footer .footer-social__components .twitter-container {
      margin-top: 1rem; } }
  @media (min-width: 56.3125em) {
    .global-footer .footer-social__components .twitter-container {
      float: left;
      width: 20%;
      padding-left: 1rem;
      margin-top: 0; } }
  .global-footer .footer__logotype {
    margin-top: 3.125rem; }
  .global-footer .logotype-svg {
    max-width: 62.5rem; }
    .global-footer .logotype-svg path {
      fill: #111; }
  .global-footer .footer {
    margin: 0 auto;
    max-width: 62.5rem; }

.abc-video-promo {
  margin-top: 1em;
  padding-bottom: 0.5em;
  background-color: rgba(204, 204, 204, 0.31);
  margin-right: -330px;
  border-top: 1px solid rgba(50, 55, 76, 0.11);
  border-bottom: 1px solid rgba(50, 55, 76, 0.11);
  position: relative;
  display: none; }
  @media (min-width: 56.3125em) {
    .abc-video-promo {
      display: block; } }
  .abc-video-promo .abc-video-promo__details {
    height: 60px;
    position: relative;
    padding-left: 1em;
    color: #32374C;
    font-family: Lato;
    font-weight: 900;
    line-height: 1.5; }
  .abc-video-promo .abc-video-promo__logo {
    position: absolute;
    right: 1em;
    top: 5px; }
    .abc-video-promo .abc-video-promo__logo img {
      height: 50px; }
  .abc-video-promo .abc-video-promo__video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .abc-video-promo .abc-video-promo__video iframe,
    .abc-video-promo .abc-video-promo__video object,
    .abc-video-promo .abc-video-promo__video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .abc-video-promo + div.reverse-chron__post {
    border-top: none !important; }

.article-refers {
  margin-top: 1rem;
  border-top: 6px solid #d5dce6; }

.ap-refers:after, .article-refers:after {
  content: "";
  display: table;
  clear: both; }
.ap-refers .ap-refers__row, .ap-refers .article-refers__row, .article-refers .ap-refers__row, .article-refers .article-refers__row {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block; }
  .ap-refers .ap-refers__row .refer, .ap-refers .article-refers__row .refer, .article-refers .ap-refers__row .refer, .article-refers .article-refers__row .refer {
    margin: 0;
    padding: 0.5rem; }
    @media (min-width: 30.0625em) and (max-width: 56.25em) {
      .ap-refers .ap-refers__row .refer, .ap-refers .article-refers__row .refer, .article-refers .ap-refers__row .refer, .article-refers .article-refers__row .refer {
        float: left;
        width: 50%; }
        .ap-refers .ap-refers__row .refer:nth-child(2n+1), .ap-refers .article-refers__row .refer:nth-child(2n+1), .article-refers .ap-refers__row .refer:nth-child(2n+1), .article-refers .article-refers__row .refer:nth-child(2n+1) {
          clear: left; } }
    @media (min-width: 56.3125em) {
      .ap-refers .ap-refers__row .refer, .ap-refers .article-refers__row .refer, .article-refers .ap-refers__row .refer, .article-refers .article-refers__row .refer {
        float: left;
        width: 25%; }
        .ap-refers .ap-refers__row .refer:nth-child(4n+1), .ap-refers .article-refers__row .refer:nth-child(4n+1), .article-refers .ap-refers__row .refer:nth-child(4n+1), .article-refers .article-refers__row .refer:nth-child(4n+1) {
          clear: left; } }
    .ap-refers .ap-refers__row .refer .refer__image, .ap-refers .article-refers__row .refer .refer__image, .article-refers .ap-refers__row .refer .refer__image, .article-refers .article-refers__row .refer .refer__image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      height: 9.375rem; }
      .ap-refers .ap-refers__row .refer .refer__image .refer__clickthru, .ap-refers .article-refers__row .refer .refer__image .refer__clickthru, .article-refers .ap-refers__row .refer .refer__image .refer__clickthru, .article-refers .article-refers__row .refer .refer__image .refer__clickthru {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .ap-refers .ap-refers__row .refer .refer__image .refer__slug, .ap-refers .article-refers__row .refer .refer__image .refer__slug, .article-refers .ap-refers__row .refer .refer__image .refer__slug, .article-refers .article-refers__row .refer .refer__image .refer__slug {
        text-transform: uppercase;
        margin: 0;
        display: inline-block;
        padding: 0.25rem 0.25rem 0.1875rem;
        line-height: 1.16667;
        text-rendering: optimizeLegibility;
        font-family: "ff-tisa-sans-web-pro";
        font-size: 0.70313rem;
        font-weight: 700;
        border-bottom: 3px solid #cbff90;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4); }
        .ap-refers .ap-refers__row .refer .refer__image .refer__slug a, .ap-refers .ap-refers__row .refer .refer__image .refer__slug a:hover, .ap-refers .ap-refers__row .refer .refer__image .refer__slug a:active, .ap-refers .ap-refers__row .refer .refer__image .refer__slug a:visited, .ap-refers .article-refers__row .refer .refer__image .refer__slug a, .ap-refers .article-refers__row .refer .refer__image .refer__slug a:hover, .ap-refers .article-refers__row .refer .refer__image .refer__slug a:active, .ap-refers .article-refers__row .refer .refer__image .refer__slug a:visited, .article-refers .ap-refers__row .refer .refer__image .refer__slug a, .article-refers .ap-refers__row .refer .refer__image .refer__slug a:hover, .article-refers .ap-refers__row .refer .refer__image .refer__slug a:active, .article-refers .ap-refers__row .refer .refer__image .refer__slug a:visited, .article-refers .article-refers__row .refer .refer__image .refer__slug a, .article-refers .article-refers__row .refer .refer__image .refer__slug a:hover, .article-refers .article-refers__row .refer .refer__image .refer__slug a:active, .article-refers .article-refers__row .refer .refer__image .refer__slug a:visited {
          color: #fff; }
    .ap-refers .ap-refers__row .refer .refer__title, .ap-refers .article-refers__row .refer .refer__title, .article-refers .ap-refers__row .refer .refer__title, .article-refers .article-refers__row .refer .refer__title {
      text-align: left;
      font-size: 1.25rem;
      line-height: 1.125;
      padding: 0.25rem 0 0 0;
      margin: 0; }
      .ap-refers .ap-refers__row .refer .refer__title a, .ap-refers .article-refers__row .refer .refer__title a, .article-refers .ap-refers__row .refer .refer__title a, .article-refers .article-refers__row .refer .refer__title a {
        color: #111; }

.ap-header .ap-header__title {
  margin-top: 2rem; }

.ap-nav {
  margin-top: 1rem;
  display: block;
  width: 100%; }
  .ap-nav:after {
    content: "";
    display: table;
    clear: both; }
  .ap-nav .ap-nav__prev, .ap-nav .ap-nav__next {
    margin-bottom: 1rem; }
    .ap-nav .ap-nav__prev a, .ap-nav .ap-nav__next a {
      font-weight: bold;
      padding: 0.3rem 0.6rem;
      width: auto;
      display: inline-block;
      background-color: #1e3757;
      color: white;
      border: none;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      font-family: "ff-tisa-sans-web-pro"; }
  .ap-nav .ap-nav__prev {
    display: block;
    float: right; }
  .ap-nav .ap-nav__next {
    display: block;
    float: left; }

.g-tag-box {
  border-top: 1px solid #b3b3b3;
  margin: 1rem 0 1rem 0;
  padding-top: 0.5rem;
  font-family: "ff-tisa-sans-web-pro"; }
  .g-tag-box h5 {
    margin-bottom: 0.3em; }
  .g-tag-box ul {
    margin: 0.5rem 0;
    padding: 0.5rem;
    background-color: #f9f9f9; }
  .g-tag-box ul li {
    display: inline;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
    .g-tag-box ul li:not(:last-child) a:after {
      content: " \00b7 "; }

.author-profile {
  border-top: 1px solid #b3b3b3;
  padding-top: 1rem; }
  .author-profile .author-profile__bio:after {
    content: "";
    display: table;
    clear: both; }
  .author-profile .author-profile__bio .author-profile__avatar {
    float: left;
    width: 82px;
    height: 72px;
    padding-right: 10px; }
    .author-profile .author-profile__bio .author-profile__avatar img {
      width: 72px;
      height: 72px; }
  .author-profile .author-profile__more {
    padding-top: 1rem;
    text-transform: uppercase;
    font-family: "ff-tisa-sans-web-pro";
    font-size: 0.8rem;
    font-weght: bold; }
  .author-profile .author-profile__recent h5 {
    margin: 0;
    padding: 0; }
  .author-profile .author-profile__recent ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .author-profile .author-profile__recent ul li {
      margin: 0;
      padding: 0;
      display: block; }

#comments__container {
  max-width: 100%;
  margin-top: 1rem;
  border-top: 1px solid #b3b3b3; }

.comment-logout {
  display: none; }

.comment-action .comment-logout {
  display: block; }

#comments-login-modal {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 300px;
  min-height: 200px;
  margin: 0 auto;
  font-family: "ff-tisa-sans-web-pro"; }
  #comments-login-modal .comments-login-social {
    margin-right: 1rem;
    margin-top: 1rem; }
    #comments-login-modal .comments-login-social:after {
      content: "";
      display: table;
      clear: both; }
    #comments-login-modal .comments-login-social .no-rrssb-buttons {
      width: 100%;
      height: auto;
      font-family: "ff-tisa-sans-web-pro"; }
      #comments-login-modal .comments-login-social .no-rrssb-buttons li {
        width: 100%;
        margin-bottom: 0.5rem;
        float: none;
        text-align: a;
          text-align-font-size: 1.1rem; }
  #comments-login-modal .comments-login-login {
    margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    #comments-login-modal .comments-login-login #comments-login-form input {
      display: block;
      margin: 0 auto;
      width: 100%;
      padding: 0.25rem;
      text-align: left;
      margin-bottom: 0.25rem; }
    #comments-login-modal .comments-login-login #comments-login-form .login-submit {
      text-align: left;
      width: 100%; }
      #comments-login-modal .comments-login-login #comments-login-form .login-submit:after {
        content: "";
        display: table;
        clear: both; }
      #comments-login-modal .comments-login-login #comments-login-form .login-submit button {
        padding: 0.3rem 0.6rem;
        width: auto;
        display: inline-block;
        background-color: #1e3757;
        color: white;
        border: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
      #comments-login-modal .comments-login-login #comments-login-form .login-submit .forgot-password {
        font-size: 0.9rem;
        display: inline-block;
        float: right; }
  #comments-login-modal .no-account, #comments-login-modal .comments-login__title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-family: "ff-tisa-sans-web-pro";
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 1rem; }

.comment-editor textarea {
  width: 100%;
  height: 6rem;
  border: 1px solid #ccc;
  padding: 0.5rem; }
.comment-editor button {
  padding: 0.3rem 0.6rem;
  width: auto;
  display: inline-block;
  background-color: #1e3757;
  color: white;
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: "ff-tisa-sans-web-pro"; }

.comment-wrapper {
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 1.6rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0.5rem; }
  .comment-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .comment-wrapper .comment_meta {
    font-family: "ff-tisa-sans-web-pro";
    margin-left: 65px;
    font-size: 0.8rem;
    padding-top: 0.2rem;
    color: #666; }
    .comment-wrapper .comment_meta a {
      color: #666; }
    .comment-wrapper .comment_meta span {
      display: inline-block;
      margin-right: 1.1rem; }
      .comment-wrapper .comment_meta span.strong {
        font-weight: bold; }
  .comment-wrapper .commentReply {
    margin-left: 65px; }

.comment_profile_image {
  float: left;
  margin-top: 0.5rem; }
  .comment_profile_image img {
    max-width: 50px; }

.comment-reply-editor {
  padding-left: 70px; }

.comment-replies {
  margin-left: 65px;
  margin-top: 1rem; }
  .comment-replies .comment_profile_image img {
    max-width: 40px; }
  .comment-replies .comment-replies .comment_profile_image img {
    max-width: 30px; }

.comment_body {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f9f9f9;
  margin-left: 65px; }
  .comment_body .comment_username {
    font-family: "ff-tisa-sans-web-pro";
    font-weight: bold; }
  .comment_body .comment_user_number {
    color: #999;
    font-size: 0.8rem; }

.more-posts {
  clear: both;
  position: relative;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  padding-top: 2rem;
  margin-top: 1rem;
  border-top: 1px solid #d5dce6; }
  @media (min-width: 56.3125em) and (max-width: 90em) {
    .more-posts {
      text-align: right; } }
  @media (min-width: 56.3125em) and (max-width: 90em) {
    .more-posts {
      margin-right: 330px; } }
  .more-posts a {
    font-weight: bold;
    padding: 0.3rem 0.6rem;
    width: auto;
    display: inline-block;
    background-color: #1e3757;
    color: white;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family: "ff-tisa-sans-web-pro"; }

body.paged .main {
  margin-top: 2rem; }

.mobile-ros {
  display: none; }
  @media (min-width: 0em) and (max-width: 30em) {
    .mobile-ros {
      display: block;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-top: 1px solid rgba(204, 204, 204, 0.3);
      border-bottom: 1px solid rgba(204, 204, 204, 0.3); } }
  .mobile-ros .mobile-ros__slug {
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding: 0.25rem 0.25rem 0.1875rem;
    line-height: 1.16667;
    text-rendering: optimizeLegibility;
    font-family: "ff-tisa-sans-web-pro";
    font-size: 0.70313rem;
    font-weight: 700;
    color: #000;
    background-color: #cbff90; }
    .mobile-ros .mobile-ros__slug a, .mobile-ros .mobile-ros__slug a:hover, .mobile-ros .mobile-ros__slug a:active, .mobile-ros .mobile-ros__slug a:visited {
      color: #253326; }

.ad__mobile-320 {
  display: none; }
  @media (min-width: 0em) and (max-width: 30em) {
    .ad__mobile-320 {
      display: block; } }

.chron-mobile-300 {
  padding: 1rem 0 0 0;
  margin: 0.5rem -16px;
  border-top: 1px solid #f2f2f2;
  min-height: 200px;
  overflow: visible;
  position: relative;
  text-align: center; }
  .chron-mobile-300 > iframe {
    height: 300px;
    width: 316px;
    border: none; }
  .post__wrapper .chron-mobile-300 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f2f2f2; }
  .chron-mobile-300 div:first-child {
    width: 300px;
    margin: 0 auto; }

.share-butts {
  margin-top: 2.5rem; }
  @media (min-width: 30.0625em) and (max-width: 56.25em) {
    .share-butts {
      padding-left: 1rem;
      padding-right: 1rem; } }

.rrssb-buttons {
  font-family: "ff-tisa-sans-web-pro"; }

.footer-search, .footer-newsletter {
  padding-left: 1rem; }
  @media (min-width: 56.3125em) {
    .footer-search, .footer-newsletter {
      float: left;
      width: 50%; } }
  .footer-search p.desc, .footer-newsletter p.desc {
    font-size: 0.8rem;
    margin: 0; }
  .footer-search button, .footer-search input.button, .footer-newsletter button, .footer-newsletter input.button {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.3rem 0.6rem;
    width: auto;
    display: inline-block;
    background-color: #1e3757;
    color: white;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family: "ff-tisa-sans-web-pro";
    font-weight: normal;
    vertical-align: top; }
  .footer-search .footer__search-q, .footer-search input.email, .footer-newsletter .footer__search-q, .footer-newsletter input.email {
    font-size: 0.8rem;
    color: #666;
    font-family: "ff-tisa-sans-web-pro";
    padding: 0.25rem;
    border: 1px solid #ccc; }

#comments-login {
  font-weight: bold;
  padding: 0.3rem 0.6rem;
  width: auto;
  display: inline-block;
  background-color: #1e3757;
  color: white;
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: "ff-tisa-sans-web-pro";
  margin-top: 1rem; }

.comments-logo {
  text-align: center;
  margin-right: 1rem; }
  .comments-logo img {
    height: 3rem; }
    @media (min-width: 56.3125em) {
      .comments-logo img {
        height: 5rem; } }

.sign-out {
  display: none; }

.comment-action .sign-out {
  display: block;
  float: right;
  font-family: "ff-tisa-sans-web-pro"; }

.comment-action-footer {
  include: clearfix; }

.comments-retrieve-password-wrapper {
  display: none; }
  .comments-retrieve-password-wrapper input {
    font-size: 0.8rem;
    color: #666;
    font-family: "ff-tisa-sans-web-pro";
    padding: 0.25rem;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 0.75rem; }

.retrieve-password-form button {
  font-weight: bold;
  padding: 0.3rem 0.6rem;
  width: auto;
  display: inline-block;
  background-color: #1e3757;
  color: white;
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: "ff-tisa-sans-web-pro"; }

.feature__dek {
  color: rgba(0, 0, 0, 0.8);
  padding: 0.5rem 0 0.5rem 0;
  text-align: center; }
  .feature__dek p {
    margin: 0; }

@media (min-width: 56.3125em) and (max-width: 64em) {
  .interior-page__body {
    margin-left: 1rem;
    padding-right: 0; } }

.post__body-ad-float {
  float: right;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-right: 0rem;
  border-left: 1px solid rgba(213, 220, 230, 0.2);
  padding-left: 1rem; }
  @media (min-width: 56.3125em) {
    .post__body-ad-float {
      margin-right: -84px; } }

.post__body-ad-center {
  width: 300px;
  min-height: 282px;
  margin: 2rem auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(213, 220, 230, 0.2);
  border-bottom: 1px solid rgba(213, 220, 230, 0.2); }

.text-related {
  margin-top: 5rem; }
  .text-related h3 {
    font-size: 1rem;
    margin: 0 0 0 0;
    padding: 0; }
  .text-related ul {
    margin: 0;
    padding: 0 0 0 1.2rem; }
  .text-related li {
    font-size: 1rem;
    margin: 0 0 0 0;
    padding: 0; }

/* 12/14 Giant Media */
.giant-12-14-quote {
  position: relative;
  line-height: 1; }
  @media (min-width: 0em) and (max-width: 30em) {
    .giant-12-14-quote {
      text-align: center;
      margin: 1rem 0; }
      .giant-12-14-quote:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 30.0625em) and (max-width: 56.25em) {
    .giant-12-14-quote {
      text-align: center;
      margin: 1rem 0; }
      .giant-12-14-quote:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 56.3125em) {
    .giant-12-14-quote {
      width: 50%;
      float: left;
      padding-left: 0;
      height: 9.15625rem; }
      .giant-12-14-quote:after {
        content: "";
        display: table;
        clear: both; } }

.giant-12-14-wide ._creative {
  width: 100%;
  height: auto; }

.wallpaper-placeholder {
  display: none; }

.hm-3-15-quote {
  position: relative;
  line-height: 1;
  background-color: #fff !important; }
  @media (min-width: 0em) and (max-width: 30em) {
    .hm-3-15-quote {
      text-align: center;
      margin: 1rem 0;
      background-color: #fff;
      display: block !important; }
      .hm-3-15-quote:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 30.0625em) and (max-width: 56.25em) {
    .hm-3-15-quote {
      text-align: center;
      margin: 1rem 0;
      background-color: #fff;
      display: none; }
      .hm-3-15-quote:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 56.3125em) {
    .hm-3-15-quote {
      text-align: right;
      width: 50%;
      float: left;
      padding-left: 0;
      height: 9.15625rem;
      background-color: #fff; }
      .hm-3-15-quote:after {
        content: "";
        display: table;
        clear: both; } }

.hm-3-15-quote .quote__slug-wrapper {
  display: none; }
.hm-3-15-quote ._creative {
  width: 100%;
  height: auto; }

@media (min-width: 56.3125em) {
  body.vw-04-15-takeover {
    background: #000 url(https://web-archive.nli.org.il/National_Library/20160521004321oe_/http://www.theawl.com/wp-content/uploads/2015/04/vw.jpg) top center no-repeat; }
    body.vw-04-15-takeover .reskin__wrapper {
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      width: 100%;
      height: 2000px;
      top: 0;
      cursor: pointer;
      z-index: 1;
      background-color: transparent; }
    body.vw-04-15-takeover main {
      max-width: 62.5rem;
      margin: 0 auto; }
    body.vw-04-15-takeover main .container {
      padding-left: 20px;
      padding-right: 20px; } }
.giant__quote {
  text-align: right;
  background-color: white !important; }

.giant__wrapper {
  display: inline-block; }

#divAdkVideoInFeedImageOverlayPresentedBy, #divAdkVideoInFeedImageOverlayDisplayUrl {
  font-family: "ff-tisa-sans-web-pro";
  font-weight: 700; }

#divAdkVideoInFeedImageOverlayPresentedBy {
  text-transform: uppercase; }

.adkengage_infeed_title {
  font-family: republic-web; }

.ich__video_promo-divider {
  display: table;
  font-family: "ff-tisa-sans-web-pro";
  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;
  margin-top: 20px; }
  .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-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; }

.awl-re-shadow-box-right {
  float: right;
  margin-left: 1rem;
  margin-top: 0rem;
  box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  padding: 0.5rem;
  border: 1px solid #aaa;
  margin-bottom: 0.5rem; }
