@charset "UTF-8";
/*! 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.
 */
@import url("https://use.typekit.net/ved8tew.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap");
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: 1.5em;
  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: 0; }

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

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

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

/* Headings */
/* Text */
/* Social Icons */
/* Transitions */
/* Buttons */
/* Flexbox */
@font-face {
  font-family: 'Breve';
  src: url("../../solstice-common/fonts/BreveTextBook.eot");
  src: url("../../solstice-common/fonts/BreveTextBook.eot") format("embedded-opentype"), url("../../solstice-common/fonts/BreveTextBook.woff2") format("woff2"), url("../../solstice-common/fonts/BreveTextBook.woff") format("woff"), url("../../solstice-common/fonts/BreveTextBook.ttf") format("truetype"), url("../../solstice-common/fonts/BreveTextBook.svg#BreveTextBook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Breve';
  src: url("../../solstice-common/fonts/BreveTextBookItalic.eot");
  src: url("../../solstice-common/fonts/BreveTextBookItalic.eot") format("embedded-opentype"), url("../../solstice-common/fonts/BreveTextBookItalic.woff2") format("woff2"), url("../../solstice-common/fonts/BreveTextBookItalic.woff") format("woff"), url("../../solstice-common/fonts/BreveTextBookItalic.ttf") format("truetype"), url("../../solstice-common/fonts/BreveTextBookItalic.svg#BreveTextBookItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

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

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

.icon-icon-hyperlink:before {
  content: "\e800"; }

.icon-icon-load-more:before {
  content: "\e801"; }

/* Block Colours */
/* Text Colours */
/* Social Icon Colours */
/* Category Colours */
/* Category Block Colours */
/* Widths */
/* Fonts */
html {
  overflow-x: hidden; }

body {
  background: #ffffff;
  color: #1e1e1e;
  margin: 0;
  font-family: "Breve", georgia, times, serif;
  overflow-x: hidden; }
  body > section {
    margin-top: 25px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 600px) {
      body > section {
        margin: 0; } }
    body > section:nth-of-type(1) {
      margin-top: 0; }

::-moz-selection {
  background: #5c9be0;
  color: #ffffff; }

::selection {
  background: #5c9be0;
  color: #ffffff; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

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

/* Forms */
input,
button,
select,
textarea {
  outline: none; }

/* Advertisements */
.advertisement {
  background: #f9f9f9;
  margin: 0 auto;
  padding: 19px 0 32px;
  text-align: center; }
  .advertisement.leaderboard {
    max-width: 1360px; }
  .advertisement.image_link {
    padding: 16px; }
    .advertisement.image_link a {
      background: #ccc;
      display: inline-block;
      vertical-align: middle; }
  .advertisement h1 {
    font-size: .7em;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-weight: normal;
    margin: 0 0 1em; }
  .advertisement iframe {
    background: #ccc; }

.jwtitle {
  color: #333;
  font-weight: 900;
  font-size: 18px; }

.jwcaption {
  color: #333;
  font-weight: 400;
  font-size: 14px; }

.jwsponsorline {
  color: #333;
  font-weight: 400;
  font-size: 10pt;
  margin: 1em 0 0; }

a.img-jwsponsor {
  border-bottom: none !important; }

body > header {
  padding-bottom: 201px;
  position: relative; }
  @media only screen and (max-width: 750px) {
    body > header {
      padding-bottom: 68px; } }
  body > header > div {
    background: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    *zoom: 1;
    clear: both; }
    body > header > div:before, body > header > div:after {
      content: " ";
      display: table; }
    body > header > div:after {
      clear: both; }
    @media only screen and (max-width: 750px) {
      body > header > div {
        box-shadow: 0 1px rgba(10, 10, 10, 0.1); } }
    .stick-header body > header > div {
      position: fixed; }
    body > header > div:before {
      background-color: #0d4b90;
      border-bottom: 1px solid #162738;
      content: '';
      display: block;
      height: 4px; }
    body > header > div a {
      text-decoration: none;
      color: #0d4b90; }
    body > header > div .logo-bar {
      *zoom: 1;
      clear: both;
      -webkit-box-align: center;
              align-items: center;
      color: #0d4b90;
      display: -webkit-box;
      display: flex;
      height: 128px;
      -webkit-transition: height .15s;
      transition: height .15s; }
      body > header > div .logo-bar:before, body > header > div .logo-bar:after {
        content: " ";
        display: table; }
      body > header > div .logo-bar:after {
        clear: both; }
      .stick-header body > header > div .logo-bar {
        height: 88px; }
      body > header > div .logo-bar h1 {
        margin: 20px 0 20px 40px; }
        body > header > div .logo-bar h1 img {
          display: block;
          width: 100%;
          height: auto;
          max-width: 200%;
          width: 177px; }
      body > header > div .logo-bar h2 {
        margin: 16px auto 17px 20px;
        color: #0d4b90;
        display: inline-block;
        height: 55px;
        font-size: 2.125em;
        position: relative;
        -webkit-transition: opacity .15s;
        transition: opacity .15s; }
        body > header > div .logo-bar h2:before {
          border-left: 1px solid #0d4b90;
          content: '';
          display: inline-block;
          height: 100%;
          margin-right: 20px;
          vertical-align: -14px; }
        body > header > div .logo-bar h2 > span {
          vertical-align: middle; }
          body > header > div .logo-bar h2 > span span {
            color: #5cacc3; }
      body > header > div .logo-bar .support,
      body > header > div .logo-bar .subscribe {
        line-height: 1.3;
        margin: 0 20px;
        font-size: 1.125em;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        -webkit-transition: color .15s, opacity .15s;
        transition: color .15s, opacity .15s; }
        body > header > div .logo-bar .support:before,
        body > header > div .logo-bar .subscribe:before {
          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 .4em;
          vertical-align: middle; }
        body > header > div .logo-bar .support span,
        body > header > div .logo-bar .subscribe span {
          display: inline-block;
          vertical-align: middle; }
      body > header > div .logo-bar .support:hover {
        color: #5cacc3; }
      body > header > div .logo-bar .support:before {
        color: #2eaa29;
        background: #ffffff;
        border-radius: 50%;
        display: inline-block;
        display: -webkit-inline-box;
        display: inline-flex;
        content: "";
        font-size: 1em;
        padding: 5px;
        text-align: center;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center; }
      body > header > div .logo-bar .subscribe:hover {
        color: #5cacc3; }
      body > header > div .logo-bar .subscribe:before {
        content: "";
        font-size: 1.7em; }
      body > header > div .logo-bar .search {
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-size: 1.125em;
        height: 1.3em;
        line-height: 1.3;
        margin: 0 40px 0 20px;
        padding: 0;
        position: relative;
        width: 94px; }
        body > header > div .logo-bar .search label {
          background: #ffffff;
          display: block;
          margin: -2px;
          padding: 2px 2px 2px 36px;
          position: absolute;
          right: 0;
          top: 0; }
          body > header > div .logo-bar .search label:before {
            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;
            content: "";
            font-size: 1.5em;
            left: 0;
            position: absolute;
            vertical-align: middle; }
        body > header > div .logo-bar .search span {
          display: none; }
        body > header > div .logo-bar .search input {
          background: none;
          border: 0;
          font: inherit;
          padding: 0;
          width: 56px;
          -webkit-transition: width .3s;
          transition: width .3s; }
          body > header > div .logo-bar .search input::-webkit-input-placeholder {
            color: inherit;
            opacity: 1;
            -webkit-transition: opacity .2s;
            transition: opacity .2s; }
          body > header > div .logo-bar .search input::-moz-placeholder {
            color: inherit;
            opacity: 1;
            -moz-transition: opacity .2s;
            transition: opacity .2s; }
          body > header > div .logo-bar .search input:-ms-input-placeholder {
            color: inherit;
            opacity: 1;
            -ms-transition: opacity .2s;
            transition: opacity .2s; }
          body > header > div .logo-bar .search input::-ms-input-placeholder {
            color: inherit;
            opacity: 1;
            -ms-transition: opacity .2s;
            transition: opacity .2s; }
          body > header > div .logo-bar .search input::placeholder {
            color: inherit;
            opacity: 1;
            -webkit-transition: opacity .2s;
            transition: opacity .2s; }
          body > header > div .logo-bar .search input:focus {
            width: 372px; }
            body > header > div .logo-bar .search input:focus::-webkit-input-placeholder {
              opacity: .6; }
            body > header > div .logo-bar .search input:focus::-moz-placeholder {
              opacity: .6; }
            body > header > div .logo-bar .search input:focus:-ms-input-placeholder {
              opacity: .6; }
            body > header > div .logo-bar .search input:focus::-ms-input-placeholder {
              opacity: .6; }
            body > header > div .logo-bar .search input:focus::placeholder {
              opacity: .6; }
      body > header > div .logo-bar .menu-toggle {
        display: none;
        color: #0d4b90;
        cursor: pointer;
        font-size: 1.4em;
        line-height: 0;
        padding: 21px; }
      .search--expandoed body > header > div .logo-bar .support,
      .search--expandoed body > header > div .logo-bar .subscribe {
        opacity: 0; }
      @media only screen and (max-width: 1250px) {
        body > header > div .logo-bar h1 img {
          width: 116px; }
        body > header > div .logo-bar h2 {
          font-size: 1.375em;
          height: 36px; }
          body > header > div .logo-bar h2:before {
            vertical-align: -8px; } }
      @media only screen and (max-width: 1000px) {
        body > header > div .logo-bar .support,
        body > header > div .logo-bar .subscribe {
          margin: 0; }
          body > header > div .logo-bar .support span,
          body > header > div .logo-bar .subscribe span {
            display: none; }
        body > header > div .logo-bar .search {
          margin: 0 28px 0 0;
          width: 46px; }
          body > header > div .logo-bar .search input {
            width: 0; }
            body > header > div .logo-bar .search input:focus {
              width: 240px; } }
      @media only screen and (max-width: 820px) {
        body > header > div .logo-bar .search input input:focus {
          width: 320px; }
        .search--expandoed body > header > div .logo-bar h2 {
          opacity: 0; } }
      @media only screen and (max-width: 750px) {
        body > header > div .logo-bar {
          height: 64px; }
          .stick-header body > header > div .logo-bar {
            height: 64px; }
          body > header > div .logo-bar h1 {
            margin: 1px 0 0 25px; }
            body > header > div .logo-bar h1 img {
              width: 93px; }
          body > header > div .logo-bar h2 {
            font-size: 0.9em;
            height: 26px;
            margin: 2px auto 0 15px; }
            body > header > div .logo-bar h2:before {
              margin-right: 15px; }
          body > header > div .logo-bar .subscribe:before {
            margin-right: 2px; }
          body > header > div .logo-bar .search {
            display: none; }
          body > header > div .logo-bar .menu-toggle {
            display: block; } }
      @media only screen and (max-width: 500px) {
        body > header > div .logo-bar h1 {
          margin: 1px auto 0 15px; }
        body > header > div .logo-bar h2 {
          display: none; } }
    body > header > div > nav.main {
      background-color: #0d4b90;
      box-shadow: 0 1px rgba(10, 10, 10, 0.1);
      bottom: 0;
      clear: both;
      color: #ffffff;
      height: 69px;
      padding: 0 18px;
      position: relative;
      width: 100%;
      -webkit-transition: height 0.2s;
      transition: height 0.2s;
      *zoom: 1;
      clear: both; }
      body > header > div > nav.main:before, body > header > div > nav.main:after {
        content: " ";
        display: table; }
      body > header > div > nav.main:after {
        clear: both; }
      @media only screen and (max-width: 750px) {
        body > header > div > nav.main {
          display: none; } }
      .stick-header body > header > div > nav.main {
        height: 53px; }
      .single-post body > header > div > nav.main {
        padding: 0; }
      body > header > div > nav.main a {
        color: inherit; }
      body > header > div > nav.main ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      body > header > div > nav.main > ul {
        *zoom: 1;
        clear: both;
        -webkit-box-align: center;
                align-items: center;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        display: -webkit-box;
        display: flex;
        overflow: hidden;
        white-space: nowrap;
        height: 100%; }
        body > header > div > nav.main > ul:before, body > header > div > nav.main > ul:after {
          content: " ";
          display: table; }
        body > header > div > nav.main > ul:after {
          clear: both; }
        body > header > div > nav.main > ul > li {
          -webkit-box-align: center;
                  align-items: center;
          display: -webkit-box;
          display: flex;
          float: left;
          height: 100%; }
          body > header > div > nav.main > ul > li > a {
            display: inline-block;
            font-size: .875em;
            font-weight: bold;
            letter-spacing: .125em;
            padding: 18px 17px;
            line-height: 16px;
            text-transform: uppercase;
            box-sizing: content-box; }
            body > header > div > nav.main > ul > li > a:hover {
              color: #5cacc3; }
        body > header > div > nav.main > ul .category-overlay {
          background: #123964;
          left: 0;
          opacity: 0;
          padding: 25px 64px 30px;
          position: absolute;
          right: 0;
          top: 100%;
          -webkit-transition-delay: .1s, .25s;
                  transition-delay: .1s, .25s;
          -webkit-transition-duration: .15s;
                  transition-duration: .15s;
          -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
          visibility: hidden;
          white-space: normal;
          z-index: -20; }
          @media (max-width: 1440px) {
            body > header > div > nav.main > ul .category-overlay {
              padding-left: 35px;
              padding-right: 35px; } }
          body > header > div > nav.main > ul .category-overlay h3 {
            float: left;
            font-family: "Breve", georgia, times, serif;
            font-size: 1.5em;
            line-height: 1; }
          body > header > div > nav.main > ul .category-overlay .subcategories {
            float: right;
            font-size: .8em;
            font-weight: bold;
            letter-spacing: .125em;
            margin-top: 6px;
            text-transform: uppercase; }
            body > header > div > nav.main > ul .category-overlay .subcategories li {
              display: inline-block;
              margin: 0 1em; }
              body > header > div > nav.main > ul .category-overlay .subcategories li:last-child {
                margin-right: 0; }
            body > header > div > nav.main > ul .category-overlay .subcategories a {
              -webkit-transition: color .15s;
              transition: color .15s; }
              body > header > div > nav.main > ul .category-overlay .subcategories a:hover {
                color: #5cacc3; }
          body > header > div > nav.main > ul .category-overlay .stories {
            clear: both;
            display: -webkit-box;
            display: flex;
            margin: 0 -15px; }
            body > header > div > nav.main > ul .category-overlay .stories li {
              -webkit-box-flex: 1;
                      flex: 1 1;
              max-width: 280px;
              padding: 0 15px; }
              @media (max-width: 2080px) {
                body > header > div > nav.main > ul .category-overlay .stories li:nth-child(8) {
                  display: none; } }
              @media (max-width: 1840px) {
                body > header > div > nav.main > ul .category-overlay .stories li:nth-child(7) {
                  display: none; } }
              @media (max-width: 1520px) {
                body > header > div > nav.main > ul .category-overlay .stories li:nth-child(6) {
                  display: none; } }
              @media (max-width: 1280px) {
                body > header > div > nav.main > ul .category-overlay .stories li:nth-child(5) {
                  display: none; } }
            body > header > div > nav.main > ul .category-overlay .stories a {
              display: block; }
            body > header > div > nav.main > ul .category-overlay .stories .feature-image {
              background: no-repeat center/cover #162738;
              margin: 14px 0;
              padding-top: 59.65%; }
            body > header > div > nav.main > ul .category-overlay .stories h4 {
              font-family: "Breve", georgia, times, serif;
              font-size: 1.1em;
              font-weight: normal;
              line-height: 1.4;
              max-height: 125px;
              overflow: hidden;
              padding-right: 10px; }
        @media (min-width: 1001px) {
          body > header > div > nav.main > ul > li:hover > .category-overlay {
            opacity: 1;
            -webkit-transition-delay: 0s;
                    transition-delay: 0s;
            visibility: visible;
            z-index: -10; } }
        @media (max-width: 1000px) {
          body > header > div > nav.main > ul > li {
            position: relative; } }
      body > header > div > nav.main .menu-toggle {
        background-color: #162738;
        box-shadow: -28px 0 14px -14px #0d4b90;
        cursor: pointer;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color .15s;
        transition: background-color .15s;
        width: 72px; }
        body > header > div > nav.main .menu-toggle:before {
          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;
          font-size: 28px;
          left: 22px;
          line-height: 0;
          position: absolute;
          top: 50%; }
        body > header > div > nav.main .menu-toggle:hover {
          background-color: #245a96; }
        .menu-reveal body > header > div > nav.main .menu-toggle {
          background-color: #2767ae; }
      body > header > div > nav.main .meta {
        margin: 16px 0 17px 0; }
        body > header > div > nav.main .meta > * {
          display: inline-block;
          vertical-align: middle; }
      body > header > div > nav.main .social {
        height: 36px;
        position: relative;
        padding: 2px 20px;
        margin: 0 20px; }
        body > header > div > nav.main .social a {
          display: inline-block;
          vertical-align: middle;
          width: 32px;
          height: 32px;
          margin-left: 0.4em;
          position: relative;
          border-radius: 100%;
          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; }
          body > header > div > nav.main .social a:first-of-type {
            margin-left: 0; }
          body > header > div > nav.main .social a:before {
            display: inline-block;
            position: absolute;
            line-height: 30px;
            width: 32px;
            height: 32px;
            text-align: center;
            left: 0;
            color: #ffffff;
            font-size: 0.9em; }
          body > header > div > nav.main .social a.facebook {
            background-color: #2d66a5; }
            body > header > div > nav.main .social a.facebook:before {
              content: ""; }
          body > header > div > nav.main .social a.twitter {
            background-color: #00b2f1; }
            body > header > div > nav.main .social a.twitter:before {
              content: ""; }
          body > header > div > nav.main .social a.linkedin {
            background-color: #0070a3; }
            body > header > div > nav.main .social a.linkedin:before {
              content: ""; }
          body > header > div > nav.main .social a.googleplus {
            background-color: #e3533a; }
            body > header > div > nav.main .social a.googleplus:before {
              content: ""; }
          body > header > div > nav.main .social a.email {
            background-color: #5cacc3; }
            body > header > div > nav.main .social a.email:before {
              content: ""; }
        body > header > div > nav.main .social:before, body > header > div > nav.main .social:after {
          content: '';
          background-color: #81a1c5;
          width: 1px;
          position: absolute;
          top: 0;
          bottom: 0; }
        body > header > div > nav.main .social:before {
          left: 0; }
        body > header > div > nav.main .social:after {
          right: 0; }
        body > header > div > nav.main .social a {
          background-color: transparent !important;
          border: 1px solid #ffffff;
          margin-left: 0.5em; }
      body > header > div > nav.main.comments-closed .comments {
        display: none; }
      body > header > div > nav.main .comments {
        margin: 0;
        font-size: 0.938em;
        line-height: 1.21;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-weight: bold; }
        body > header > div > nav.main .comments:before {
          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;
          content: "";
          vertical-align: middle;
          margin-right: 10px;
          font-size: 1.3em;
          top: 0.1em;
          position: relative; }
        body > header > div > nav.main .comments span {
          vertical-align: middle; }
      body > header > div > nav.main.comments-closed .social:after {
        content: none; }
      .single-post body > header > div > nav.main {
        height: 69px; }
        .single-post body > header > div > nav.main > div {
          -webkit-box-align: center;
                  align-items: center;
          display: -webkit-box;
          display: flex;
          height: 100%;
          -webkit-box-pack: center;
                  justify-content: center;
          margin: 0 286px 0 25px;
          text-align: center; }
          .single-post body > header > div > nav.main > div .title {
            max-width: 350px;
            text-align: left; }
      @media only screen and (max-width: 1250px) {
        body > header > div > nav.main .social {
          padding: 2px 0 2px 20px;
          margin: 0 0 0 20px; }
          body > header > div > nav.main .social:after {
            content: none; }
        body > header > div > nav.main .comments {
          display: none; } }
      @media only screen and (max-width: 1078px) {
        body > header > div > nav.main .title {
          display: none; }
        body > header > div > nav.main .social {
          padding: 2px 0;
          margin: 0; }
          body > header > div > nav.main .social:before {
            content: none; } }
    body > header > div .menu-toggle:before {
      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;
      content: ""; }
    body > header > div nav.menu {
      background: #162738;
      box-shadow: -1px 1px rgba(255, 255, 255, 0.04);
      color: #ffffff;
      position: absolute;
      top: 100%;
      right: 0;
      width: 100%;
      max-width: 970px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.15s;
      transition: opacity 0.15s; }
      .menu-reveal body > header > div nav.menu {
        visibility: visible;
        opacity: 1; }
      .stick-nav body > header > div nav.menu {
        position: fixed;
        top: 69px; }
      @media only screen and (max-width: 750px) {
        .stick-header body > header > div nav.menu {
          position: absolute;
          top: 100%;
          height: calc(100vh - 95px);
          overflow: auto; } }
      @media only screen and (max-width: 500px) {
        .stick-header body > header > div nav.menu {
          height: calc(100vh - 68px); } }
      body > header > div nav.menu h1 {
        font-size: 1.625em;
        margin: 0;
        padding: 24px 22px;
        background-color: #2767ae; }
        body > header > div nav.menu h1 span {
          display: none; }
      body > header > div nav.menu ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      body > header > div nav.menu a {
        color: inherit; }
      body > header > div nav.menu .search {
        padding: 24px 22px;
        color: #ffffff;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #2767ae;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.15s;
        transition: opacity 0.15s; }
        .search-reveal body > header > div nav.menu .search {
          visibility: visible;
          opacity: 1; }
        .stick-nav body > header > div nav.menu .search {
          position: fixed;
          top: 69px; }
        @media only screen and (max-width: 750px) {
          .stick-header body > header > div nav.menu .search {
            position: absolute;
            top: 100%; } }
        body > header > div nav.menu .search form {
          border-bottom: 1px solid whitesmoke;
          border-bottom: 1px solid rgba(245, 245, 245, 0.32);
          padding: 0 100px 4px 0;
          *zoom: 1;
          clear: both; }
          body > header > div nav.menu .search form:before, body > header > div nav.menu .search form:after {
            content: " ";
            display: table; }
          body > header > div nav.menu .search form:after {
            clear: both; }
          body > header > div nav.menu .search form input {
            color: #ffffff;
            background: transparent;
            border: none;
            width: 100%;
            float: left;
            height: 24px;
            line-height: 24px;
            font-family: "franklin-gothic-urw", arial, sans-serif; }
          body > header > div nav.menu .search form button {
            margin: 0;
            font-weight: bold;
            font-size: 0.75em;
            letter-spacing: 0.125em;
            text-transform: uppercase;
            font-family: "franklin-gothic-urw", arial, sans-serif;
            float: right;
            margin: 0 -100px 0 0;
            background: transparent;
            border: none;
            padding: 5px 0 5px 5px;
            color: #ffffff; }
      body > header > div nav.menu form {
        background-color: #0d4b90;
        padding: 0 55px 0 25px;
        display: none;
        *zoom: 1;
        clear: both; }
        body > header > div nav.menu form:before, body > header > div nav.menu form:after {
          content: " ";
          display: table; }
        body > header > div nav.menu form:after {
          clear: both; }
        body > header > div nav.menu form input {
          background: none;
          border: none;
          float: left;
          width: 100%;
          font-family: "franklin-gothic-urw", arial, sans-serif;
          padding: 0;
          height: 22px;
          margin: 15px 0; }
        body > header > div nav.menu form button {
          background: none;
          border: none;
          float: right;
          width: 55px;
          padding: 0;
          margin-right: -55px;
          height: 52px; }
          body > header > div nav.menu form button:before {
            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;
            content: "";
            font-size: 1.4em; }
        body > header > div nav.menu form ::-webkit-input-placeholder {
          color: #b4b4b4; }
        body > header > div nav.menu form :-moz-placeholder {
          color: #b4b4b4; }
        body > header > div nav.menu form ::-moz-placeholder {
          color: #b4b4b4; }
        body > header > div nav.menu form :-ms-input-placeholder {
          color: #b4b4b4; }
      body > header > div nav.menu > ul {
        margin: 0;
        padding: 1px 40px 1px 22px;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-size: .875em;
        width: 100%; }
        body > header > div nav.menu > ul > li {
          display: block;
          width: 100%;
          border-top: 2px solid rgba(232, 232, 232, 0.08);
          line-height: 1em;
          padding: 0 19px 0 194px;
          position: relative;
          overflow: hidden;
          *zoom: 1;
          clear: both; }
          body > header > div nav.menu > ul > li:before, body > header > div nav.menu > ul > li:after {
            content: " ";
            display: table; }
          body > header > div nav.menu > ul > li:after {
            clear: both; }
          body > header > div nav.menu > ul > li:first-child {
            border-top: none; }
          body > header > div nav.menu > ul > li.citymag, body > header > div nav.menu > ul > li.salife, body > header > div nav.menu > ul > li.premium-property, body > header > div nav.menu > ul > li.in-review {
            display: none; }
          body > header > div nav.menu > ul > li > a {
            float: left;
            padding-left: 0;
            text-transform: uppercase;
            letter-spacing: .0825em;
            width: 194px;
            font-weight: bold;
            margin-left: -194px; }
        body > header > div nav.menu > ul ul {
          float: left;
          -webkit-transition: height 0.2s;
          transition: height 0.2s; }
          body > header > div nav.menu > ul ul li {
            float: left; }
        body > header > div nav.menu > ul a {
          display: block;
          padding: 17px; }
          body > header > div nav.menu > ul a:hover {
            color: #5cacc3; }
        body > header > div nav.menu > ul.citymag, body > header > div nav.menu > ul.premium-property, body > header > div nav.menu > ul.sa-life, body > header > div nav.menu > ul.in-review {
          background: #333333; }
          body > header > div nav.menu > ul.citymag > li > a, body > header > div nav.menu > ul.premium-property > li > a, body > header > div nav.menu > ul.sa-life > li > a, body > header > div nav.menu > ul.in-review > li > a {
            padding: 12px 17px 12px 0; }
            body > header > div nav.menu > ul.citymag > li > a img, body > header > div nav.menu > ul.premium-property > li > a img, body > header > div nav.menu > ul.sa-life > li > a img, body > header > div nav.menu > ul.in-review > li > a img {
              width: 85px; }
            body > header > div nav.menu > ul.citymag > li > a:hover img, body > header > div nav.menu > ul.premium-property > li > a:hover img, body > header > div nav.menu > ul.sa-life > li > a:hover img, body > header > div nav.menu > ul.in-review > li > a:hover img {
              opacity: .7; }
        body > header > div nav.menu > ul.sa-life {
          background: #000; }
        body > header > div nav.menu > ul.premium-property {
          background: #595554; }
          body > header > div nav.menu > ul.premium-property > li > a {
            padding-top: 17px;
            padding-bottom: 14px; }
            body > header > div nav.menu > ul.premium-property > li > a img {
              width: 170px; }
        body > header > div nav.menu > ul.in-review {
          background: #FFF;
          color: #000; }
        body > header > div nav.menu > ul.citymag > li > a {
          padding: 10px 17px 10px 0; }
      @media only screen and (max-width: 1100px) {
        body > header > div nav.menu {
          left: 0;
          max-width: 100%; } }
      @media only screen and (max-width: 750px) {
        body > header > div nav.menu h1 {
          font-size: 1.225em;
          padding: 15px 25px;
          position: relative; }
          body > header > div nav.menu h1 span {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            text-align: center;
            width: 55px;
            height: 53px;
            line-height: 53px; }
            body > header > div nav.menu h1 span:before {
              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;
              content: "";
              font-size: 1.5em;
              line-height: 53px; }
        body > header > div nav.menu form {
          display: block; }
        body > header > div nav.menu > ul {
          padding: 0; }
          body > header > div nav.menu > ul > li {
            padding: 0; }
            body > header > div nav.menu > ul > li:before {
              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; }
            body > header > div nav.menu > ul > li.menu-item-has-children:before {
              color: #ffffff;
              content: "";
              display: block;
              position: absolute;
              top: 0;
              right: 0;
              text-align: center;
              width: 56px;
              height: 48px;
              line-height: 48px; }
            body > header > div nav.menu > ul > li.menu-item-has-children.expanded:before {
              content: ""; }
            body > header > div nav.menu > ul > li > a {
              float: none;
              padding-left: 25px;
              margin-left: 0;
              width: 100%; }
          body > header > div nav.menu > ul ul {
            float: none;
            height: 0; }
            body > header > div nav.menu > ul ul li {
              float: none; }
              body > header > div nav.menu > ul ul li a {
                background-color: #263d56;
                padding: 15px 50px; }
          body > header > div nav.menu > ul a {
            padding: 17px 25px; }
          body > header > div nav.menu > ul.citymag, body > header > div nav.menu > ul.in-review, body > header > div nav.menu > ul.sa-life, body > header > div nav.menu > ul.premium-property {
            padding: 6px 0 4px; }
            body > header > div nav.menu > ul.citymag > li.menu-item-has-children:before, body > header > div nav.menu > ul.in-review > li.menu-item-has-children:before, body > header > div nav.menu > ul.sa-life > li.menu-item-has-children:before, body > header > div nav.menu > ul.premium-property > li.menu-item-has-children:before {
              line-height: 38px; }
            body > header > div nav.menu > ul.citymag > li > a, body > header > div nav.menu > ul.in-review > li > a, body > header > div nav.menu > ul.sa-life > li > a, body > header > div nav.menu > ul.premium-property > li > a {
              padding-left: 25px; }
              body > header > div nav.menu > ul.citymag > li > a img, body > header > div nav.menu > ul.in-review > li > a img, body > header > div nav.menu > ul.sa-life > li > a img, body > header > div nav.menu > ul.premium-property > li > a img {
                width: 76px; }
            body > header > div nav.menu > ul.citymag ul li a, body > header > div nav.menu > ul.in-review ul li a, body > header > div nav.menu > ul.sa-life ul li a, body > header > div nav.menu > ul.premium-property ul li a {
              background-color: #474747; }
          body > header > div nav.menu > ul.in-review ul li a, body > header > div nav.menu > ul.sa-life ul li a, body > header > div nav.menu > ul.premium-property ul li a {
            background-color: inherit; }
          body > header > div nav.menu > ul.in-review > li.menu-item-has-children:before {
            color: #000; }
          body > header > div nav.menu > ul.premium-property > li > a img {
            width: 148px; }
          body > header > div nav.menu > ul.citymag > li > a img {
            width: 55px; }
          body > header > div nav.menu > ul.in-review > li > a img {
            width: 67px; }
          body > header > div nav.menu > ul.sa-life > li > a img {
            width: 57px; } }
      @media only screen and (max-width: 500px) {
        body > header > div nav.menu h1 {
          padding: 15px; }
        body > header > div nav.menu form {
          padding: 0 55px 0 15px; }
        body > header > div nav.menu > ul > li > a {
          padding-left: 15px; }
        body > header > div nav.menu > ul a {
          padding: 17px 15px; }
        body > header > div nav.menu > ul ul li a {
          padding: 15px 30px; }
        body > header > div nav.menu > ul.citymag > li > a {
          padding-left: 15px; }
        body > header > div nav.menu > ul.in-review > li > a {
          padding-left: 15px; }
        body > header > div nav.menu > ul.sa-life > li > a {
          padding-left: 15px; }
        body > header > div nav.menu > ul.premium-property > li > a {
          padding-left: 15px; } }

body > footer {
  background-color: #162738;
  color: #ffffff;
  font-family: "franklin-gothic-urw", arial, sans-serif;
  margin-top: 74px;
  position: relative; }
  body > footer a {
    color: inherit;
    text-decoration: none; }
  body > footer .top {
    display: inline-block;
    float: left;
    font-size: 1em;
    font-weight: 700;
    padding: 19px 24px 19px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1; }
    body > footer .top:before {
      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;
      content: "";
      vertical-align: middle;
      font-size: 1.8em;
      margin-right: 15px; }
    body > footer .top span {
      vertical-align: middle; }
  body > footer .nav {
    background-color: #0d4b90;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-style: normal;
    *zoom: 1;
    clear: both; }
    body > footer .nav:before, body > footer .nav:after {
      content: " ";
      display: table; }
    body > footer .nav:after {
      clear: both; }
    body > footer .nav > div {
      padding-left: 40px;
      padding-right: 40px;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto;
      *zoom: 1;
      clear: both;
      position: relative;
      padding-right: 140px; }
      @media only screen and (max-width: 750px) {
        body > footer .nav > div {
          padding-left: 25px;
          padding-right: 25px; } }
      @media only screen and (max-width: 500px) {
        body > footer .nav > div {
          padding-left: 15px;
          padding-right: 15px; } }
      body > footer .nav > div:before, body > footer .nav > div:after {
        content: " ";
        display: table; }
      body > footer .nav > div:after {
        clear: both; }
    body > footer .nav nav {
      float: right;
      height: 69px;
      position: relative; }
      body > footer .nav nav > * {
        display: inline-block;
        vertical-align: middle; }
    body > footer .nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      *zoom: 1;
      clear: both;
      font-weight: 500;
      overflow: hidden;
      white-space: nowrap; }
      body > footer .nav ul:before, body > footer .nav ul:after {
        content: " ";
        display: table; }
      body > footer .nav ul:after {
        clear: both; }
      @media only screen and (max-width: 1100px) {
        body > footer .nav ul {
          display: none; } }
    body > footer .nav li {
      float: left; }
      body > footer .nav li a {
        display: inline-block;
        font-size: .8em;
        font-weight: bold;
        line-height: 16px;
        padding: 26px 17px;
        text-transform: uppercase; }
        @media only screen and (max-width: 1400px) {
          body > footer .nav li a {
            padding: 24px 16px;
            font-size: 0.8em; } }
        body > footer .nav li a:hover {
          color: #5cacc3; }
    body > footer .nav .icons {
      box-shadow: -20px 0 10px -10px #0d4b90;
      position: absolute;
      right: 40px;
      top: 0;
      bottom: 0; }
      body > footer .nav .icons > * {
        line-height: 77px; }
    body > footer .nav .search-toggle,
    body > footer .nav .menu-toggle {
      font-size: 1.5em;
      cursor: pointer; }
      body > footer .nav .search-toggle:before,
      body > footer .nav .menu-toggle:before {
        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; }
    body > footer .nav .search-toggle {
      padding: 25px 14px 16px 14px; }
      body > footer .nav .search-toggle:before {
        content: ""; }
      .search-reveal-footer body > footer .nav .search-toggle {
        background-color: #2767ae; }
    body > footer .nav .menu-toggle {
      padding: 22px 9px 19px 9px; }
      body > footer .nav .menu-toggle:before {
        content: ""; }
  body > footer .search {
    padding: 24px 22px;
    color: #ffffff;
    position: absolute;
    bottom: 100%;
    right: 40px;
    background: #2767ae;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s; }
    @media only screen and (max-width: 1100px) {
      body > footer .search {
        right: 0; } }
    .search-reveal-footer body > footer .search {
      visibility: visible;
      opacity: 1; }
    body > footer .search form {
      border-bottom: 1px solid whitesmoke;
      border-bottom: 1px solid rgba(245, 245, 245, 0.32);
      padding: 0 100px 4px 0;
      *zoom: 1;
      clear: both; }
      body > footer .search form:before, body > footer .search form:after {
        content: " ";
        display: table; }
      body > footer .search form:after {
        clear: both; }
      body > footer .search form input {
        color: #ffffff;
        background: transparent;
        border: none;
        width: 100%;
        float: left;
        height: 24px;
        line-height: 24px;
        font-family: "franklin-gothic-urw", arial, sans-serif; }
      body > footer .search form button {
        margin: 0;
        font-weight: bold;
        font-size: 0.75em;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        float: right;
        margin: 0 -100px 0 0;
        background: transparent;
        border: none;
        padding: 5px 0 5px 5px;
        color: #ffffff; }
  body > footer .main {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    clear: both;
    padding-top: 40px;
    padding-bottom: 55px; }
    @media only screen and (max-width: 750px) {
      body > footer .main {
        padding-left: 25px;
        padding-right: 25px; } }
    @media only screen and (max-width: 500px) {
      body > footer .main {
        padding-left: 15px;
        padding-right: 15px; } }
    body > footer .main:before, body > footer .main:after {
      content: " ";
      display: table; }
    body > footer .main:after {
      clear: both; }
    body > footer .main > div {
      margin-bottom: 40px; }
      body > footer .main > div h4 {
        font-size: 0.875em;
        margin-bottom: 1.8em; }
    @media only screen and (max-width: 600px) {
      body > footer .main {
        padding-bottom: 25px; }
        body > footer .main > * {
          padding: 0 10px; } }
  body > footer .partners,
  body > footer .social {
    float: left; }
  body > footer .partners {
    padding-right: 100px;
    max-width: 850px; }
    @media only screen and (max-width: 1050px) {
      body > footer .partners {
        width: 70%;
        padding-right: 0; } }
    @media only screen and (max-width: 600px) {
      body > footer .partners {
        width: 100%; } }
    body > footer .partners ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    body > footer .partners li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 30px 15px 0; }
      @media only screen and (max-width: 600px) {
        body > footer .partners li {
          width: 50%;
          margin: 0 0 22px 0; }
          body > footer .partners li a {
            max-width: 65%; } }
      body > footer .partners li:last-of-type {
        margin-left: 0; }
    body > footer .partners a {
      display: block; }
    body > footer .partners img {
      display: inline-block;
      max-height: 38px;
      max-width: 110px; }
  @media only screen and (max-width: 1400px) {
    body > footer .social {
      float: right; } }
  @media only screen and (max-width: 700px) {
    body > footer .social {
      float: none;
      clear: both; } }
  body > footer .social a {
    display: inline-block;
    background-color: #ffffff;
    width: 2em;
    height: 2em;
    margin-left: 12px;
    border-radius: 100%;
    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;
    position: relative; }
    body > footer .social a:first-of-type {
      margin-left: 0; }
    body > footer .social a:before {
      color: #162738;
      display: inline-block;
      position: absolute;
      line-height: 2em;
      width: 2em;
      text-align: center;
      left: 0; }
    body > footer .social a.email:before {
      content: ""; }
    body > footer .social a.facebook:before {
      content: ""; }
    body > footer .social a.twitter:before {
      content: ""; }
    body > footer .social a.youtube:before {
      content: "";
      font-size: 1.35em;
      line-height: 1.42em;
      width: 1.48em; }
    body > footer .social a.googleplus:before {
      content: ""; }
    body > footer .social a.instagram:before {
      content: ""; }
    body > footer .social a.linkedin:before {
      content: ""; }
    body > footer .social a.feed:before {
      content: "";
      left: 1px;
      top: -1px; }
  body > footer .subscribe {
    float: right;
    width: 25%;
    max-width: 350px; }
    @media only screen and (max-width: 1400px) {
      body > footer .subscribe {
        display: none; } }
    body > footer .subscribe h1:before {
      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;
      content: "";
      vertical-align: middle;
      color: #5cacc3;
      font-size: 1.5em;
      margin-right: 10px; }
    body > footer .subscribe h1 span {
      vertical-align: middle; }
  body > footer form {
    border-bottom: 1px solid whitesmoke;
    border-bottom: 1px solid rgba(245, 245, 245, 0.32);
    padding: 0 100px 3px 0;
    *zoom: 1;
    clear: both; }
    body > footer form:before, body > footer form:after {
      content: " ";
      display: table; }
    body > footer form:after {
      clear: both; }
  body > footer input {
    color: #ffffff;
    background: transparent;
    border: none;
    width: 100%;
    float: left;
    height: 24px;
    line-height: 24px; }
  body > footer button {
    margin: 0;
    font-weight: bold;
    font-size: 0.75em;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    float: right;
    margin: 0 -100px 0 0;
    background: transparent;
    border: none;
    padding: 5px 0 5px 5px;
    color: #ffffff; }
  body > footer .secondary,
  body > footer .copyright {
    font-size: 0.875em;
    opacity: 0.73; }
  body > footer .secondary {
    clear: both;
    float: left; }
    body > footer .secondary ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    body > footer .secondary li {
      float: left;
      margin-left: 35px; }
      body > footer .secondary li:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 650px) {
        body > footer .secondary li {
          margin: 0 0 15px 0;
          width: 50%; } }
  body > footer .copyright {
    clear: right;
    float: right; }
    @media only screen and (max-width: 950px) {
      body > footer .copyright {
        clear: left;
        float: left;
        margin-top: 30px; } }
    @media only screen and (max-width: 600px) {
      body > footer .copyright {
        font-size: 0.7em; } }
  body > footer ::-webkit-input-placeholder {
    color: #ffffff; }
  body > footer :-moz-placeholder {
    color: #ffffff; }
  body > footer ::-moz-placeholder {
    color: #ffffff; }
  body > footer :-ms-input-placeholder {
    color: #ffffff; }

.privacy_nag {
  background: #162738;
  bottom: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  color: #ffffff;
  left: 0;
  padding: 20px;
  position: fixed;
  text-align: center;
  -webkit-transform-origin: 50% 500%;
          transform-origin: 50% 500%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  right: 0; }
  .privacy_nag span {
    display: inline-block;
    margin: 10px; }
  .privacy_nag a {
    color: inherit; }
  .privacy_nag button {
    background: rgba(13, 75, 144, 0.4);
    border: 0;
    border-radius: 20px;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .077em;
    margin: 10px;
    padding: 12px 32px;
    text-transform: uppercase;
    -webkit-transition: background .15s;
    transition: background .15s; }
    .privacy_nag button:hover {
      background: #0d4b90; }
  .privacy_nag[hidden] {
    display: block;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); }

main.single-page {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 750px) {
    main.single-page {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    main.single-page {
      padding-left: 15px;
      padding-right: 15px; } }
  main.single-page a {
    text-decoration: none;
    color: #1e1e1e; }
  main.single-page article {
    margin: 100px 0 100px 0;
    padding: 0 380px 0 240px; }
    main.single-page article h1 {
      font-size: 2.938em;
      line-height: 1.3;
      margin-bottom: 0.7em; }
    main.single-page article p {
      margin: 0;
      font-size: 1.125em;
      line-height: 1.55;
      margin: 1.5em 0; }
      main.single-page article p a {
        border-bottom: 1px solid #5cacc3; }
        main.single-page article p a:hover {
          color: #5cacc3; }
  @media only screen and (max-width: 1150px) {
    main.single-page article {
      padding: 0 0 0 240px;
      margin: 60px 0 100px 0; } }
  @media only screen and (max-width: 850px) {
    main.single-page article {
      padding: 0;
      margin: 40px 0 100px 0; }
      main.single-page article h1 {
        max-width: 550px; } }
  @media only screen and (max-width: 750px) {
    main.single-page article h1 {
      font-size: 2.5em;
      line-height: 1.15; } }
  @media only screen and (max-width: 450px) {
    main.single-page article h1 {
      font-size: 1.875em;
      line-height: 1.2; } }

.trending-bar {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: flex;
  font-family: "franklin-gothic-urw", arial, sans-serif;
  margin: 28px auto;
  max-width: 1484px;
  white-space: nowrap; }
  @media only screen and (max-width: 750px) {
    .trending-bar {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    .trending-bar {
      padding-left: 15px;
      padding-right: 15px; } }
  .trending-bar nav {
    -webkit-box-align: center;
            align-items: center;
    background: whitesmoke;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    font-size: 14px;
    letter-spacing: .06em;
    margin-right: 3px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase; }
    .trending-bar nav:after {
      bottom: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(whitesmoke));
      background: linear-gradient(to right, rgba(245, 245, 245, 0), whitesmoke);
      content: '';
      display: block;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 48px; }
  .trending-bar h3 {
    font-size: 1em;
    padding: 0 24px; }
  .trending-bar a {
    color: #0d4b90;
    font-weight: bold;
    text-decoration: none;
    padding: 0 22px;
    -webkit-transition: color .15s;
    transition: color .15s; }
    .trending-bar a:hover {
      color: #5cacc3; }
  .trending-bar time {
    background: whitesmoke;
    padding: 17px 32px; }
  @media (max-width: 1000px) {
    .trending-bar {
      margin-top: 0; }
      .trending-bar nav, .trending-bar time {
        display: none; } }

.page-title {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px; }
  @media only screen and (max-width: 750px) {
    .page-title {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    .page-title {
      padding-left: 15px;
      padding-right: 15px; } }
  .page-title > div {
    *zoom: 1;
    clear: both;
    margin-top: 22px;
    margin-bottom: 22px;
    padding-right: 175px;
    position: relative; }
    .page-title > div:before, .page-title > div:after {
      content: " ";
      display: table; }
    .page-title > div:after {
      clear: both; }
  .page-title h1 {
    float: left;
    font-size: 1.875em;
    line-height: 1.2; }
    .category-news .page-title h1,
    .category-news .page-title h1 {
      color: #0b4b92; }
    .category-lifestyle .page-title h1,
    .category-lifestyle .page-title h1 {
      color: #2a8317; }
    .category-real-estate .page-title h1,
    .parent-category-real-estate .page-title h1 {
      color: #5c9be0; }
    .category-sport .page-title h1,
    .parent-category-sport .page-title h1 {
      color: #f5a623; }
    .category-arts-and-culture .page-title h1,
    .parent-category-arts-and-culture .page-title h1 {
      color: #811698; }
  .page-title time {
    position: absolute;
    right: 0;
    bottom: 0.25em;
    font-size: 1em;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    text-align: right; }
  @media only screen and (max-width: 1000px) {
    .page-title {
      margin-top: 40px; } }
  @media only screen and (max-width: 750px) {
    .page-title h1 {
      max-width: 260px; } }
  @media only screen and (max-width: 500px) {
    .page-title > div {
      padding-right: 0; }
    .page-title h1 {
      margin-bottom: 0.5em;
      float: none; }
    .page-title time {
      position: relative;
      display: block;
      text-align: left; }
      .page-title time span {
        display: block; } }

.page-title__inreview-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  max-width: 1560px;
  margin-top: 25px; }
  @media only screen and (max-width: 1000px) {
    .page-title__inreview-wrap {
      margin-top: 10px;
      padding: 0; } }
  @media only screen and (max-width: 750px) {
    .page-title__inreview-wrap {
      margin-top: 0; } }

.page-title__inreview-inner {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media only screen and (max-width: 750px) {
    .page-title__inreview-inner {
      padding: 0 25px; } }

.page-title__inreview-logo-wrap {
  text-decoration: none; }

.page-title__inreview-logo {
  display: inline-block;
  text-align: center;
  max-width: 300px;
  height: auto;
  padding-bottom: 40px; }
  @media only screen and (max-width: 1000px) {
    .page-title__inreview-logo {
      padding-bottom: 20px; } }
  @media only screen and (max-width: 500px) {
    .page-title__inreview-logo {
      max-width: 230px;
      padding-bottom: 20px; } }

@media only screen and (max-width: 750px) {
  .inreview-cats-wrap {
    position: relative; }
    .inreview-cats-wrap:after {
      content: '';
      display: block;
      position: absolute;
      right: -5px;
      top: 0;
      width: 20px;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg class='w-6 h-6' fill='none' stroke='#6e6366' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 5l7 7m0 0l-7 7m7-7H3'%3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      color: #6e6366; }
    .inreview-cats-wrap .inreview-cats-wrap__right {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); } }

.inreview-cats {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .inreview-cats {
      padding: 0 40px 0 40px; } }
  @media only screen and (max-width: 750px) {
    .inreview-cats {
      padding: 0;
      margin-bottom: 0;
      width: 100%;
      text-align: center;
      white-space: nowrap;
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative; } }
  @media only screen and (max-width: 400px) {
    .inreview-cats {
      padding: 0; } }

.inreview-cats__single {
  display: inline; }
  .inreview-cats__single a {
    text-decoration: none;
    text-transform: uppercase;
    color: #6e6366;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    white-space: nowrap; }
    .inreview-cats__single a:hover {
      color: #000000; }
  .inreview-cats__single:after {
    content: " ";
    letter-spacing: 1em;
    padding-top: 4px;
    background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDMgNzkuMTY0NTI3LCAyMDIwLzEwLzE1LTE3OjQ4OjMyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDEtMTVUMTA6NTM6NTcrMTA6MzAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTAxLTE1VDEwOjU0OjQ1KzEwOjMwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTAxLTE1VDEwOjU0OjQ1KzEwOjMwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI3OGM0NWJjLTVlMDQtNDAyMi05ZjIxLTMwYmY4YWQzZDQxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyNzhjNDViYy01ZTA0LTQwMjItOWYyMS0zMGJmOGFkM2Q0MTYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNzhjNDViYy01ZTA0LTQwMjItOWYyMS0zMGJmOGFkM2Q0MTYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjI3OGM0NWJjLTVlMDQtNDAyMi05ZjIxLTMwYmY4YWQzZDQxNiIgc3RFdnQ6d2hlbj0iMjAyMS0wMS0xNVQxMDo1Mzo1NysxMDozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjEgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+3XIBQAAAABlJREFUCJlj8PPz6wbi9yCaAUj8h2EGZBkAIzwPQhKvK5IAAAAASUVORK5CYII=); }
  .inreview-cats__single.inreview-cats__single--active a {
    font-weight: bold; }
  @media only screen and (max-width: 750px) {
    .inreview-cats__single a {
      font-size: 14px; }
    .inreview-cats__single:last-child {
      padding-right: 20px; } }

.inreview-strapline {
  background: #000; }

.inreview-strapline__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1560px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFF;
  text-align: center; }
  @media only screen and (max-width: 750px) {
    .inreview-strapline__inner {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    .inreview-strapline__inner {
      padding-left: 15px;
      padding-right: 15px; } }
  .inreview-strapline__inner p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.3;
    font-size: 18px;
    margin: 0; }
    .inreview-strapline__inner p a {
      color: #FFF;
      font-weight: bold;
      text-decoration: none; }
      .inreview-strapline__inner p a:hover {
        text-decoration: underline; }
  @media only screen and (max-width: 1000px) {
    .inreview-strapline__inner {
      margin-bottom: 20px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .inreview-strapline__inner p {
        font-size: 14px; } }
  @media only screen and (max-width: 750px) {
    .inreview-strapline__inner p {
      font-size: 14px; } }

.next-posts-btn-wrap {
  display: -webkit-box;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-bottom: 24px;
  margin-top: 38px;
  max-width: 1484px; }

html.category .btn-next-posts {
  display: inline-block;
  margin: 0 auto;
  padding: 0.469em 2em;
  font-family: "franklin-gothic-urw", arial, sans-serif;
  background: #162738;
  color: #FFF;
  border-radius: 5px; }

html.category .loading-articles {
  color: #0d4b90;
  font-family: "franklin-gothic-urw", arial, sans-serif;
  font-size: .825em;
  font-weight: bold;
  height: 300px;
  height: 60vh;
  letter-spacing: .125em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s; }
  html.category .loading-articles:before {
    background: url(../images/loading-large.gif);
    content: "";
    display: inline-block;
    height: 60px;
    margin-right: 16px;
    vertical-align: middle;
    width: 60px; }
  html.category .loading-articles.loading, html.category .loading-articles.loaded {
    margin-bottom: -300px;
    margin-bottom: -60vh; }
  html.category .loading-articles.loaded {
    opacity: 0;
    visibility: hidden; }

.inreview-donate-block-listing {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both; }
  @media only screen and (max-width: 750px) {
    .inreview-donate-block-listing {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    .inreview-donate-block-listing {
      padding-left: 15px;
      padding-right: 15px; } }
  .inreview-donate-block-listing:before, .inreview-donate-block-listing:after {
    content: " ";
    display: table; }
  .inreview-donate-block-listing:after {
    clear: both; }
  .inreview-donate-block-listing .inreview-donate-block {
    margin-left: auto;
    max-width: 900px;
    margin-right: auto; }

.inreview-donate-block {
  background: #000000;
  clear: both;
  margin: 20px 0 20px 0;
  text-align: center;
  color: #FFF;
  padding: 30px 25px; }
  .inreview-donate-block .inreview-donate-block--heading {
    font-family: "ivypresto-display", georgia, times, serif;
    line-height: 1.1;
    font-size: 27px;
    padding-bottom: 10px;
    font-weight: normal; }
    .inreview-donate-block .inreview-donate-block--heading a {
      color: #FFF;
      text-decoration: none; }
  .inreview-donate-block .inreview-donate-block--copy {
    padding-bottom: 10px; }
  .inreview-donate-block .inreview-donate-block--donate-btn {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .inreview-donate-block .inreview-donate-block--donate-btn:hover {
      background-color: #000;
      color: #FFF;
      border: 1px solid #FFF; }
  @media only screen and (max-width: 500px) {
    .inreview-donate-block {
      padding: 20px; } }

article.story {
  /* Category colours */ }
  article.story.sponsored h1 a {
    color: #0a0a0a; }
  article.story.sponsored .category {
    color: #0a0a0a; }
  article.story .category-sponsor {
    display: inline-block;
    margin: 0.5em 0; }
    article.story .category-sponsor > * {
      display: inline-block;
      vertical-align: middle; }
    article.story .category-sponsor .category {
      margin: 0;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #0d4b90; }
      html.category-5 article.story .category-sponsor .category,
      html.parent-category-inreview article.story .category-sponsor .category {
        color: #000000; }
    article.story .category-sponsor .sponsor,
    article.story .category-sponsor .citymag, article.story .category-sponsor .salife {
      margin: 0;
      font-size: 0.813em;
      color: #5cacc3;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      padding-left: 1.2em;
      margin-left: 0.8em;
      position: relative; }
      article.story .category-sponsor .sponsor:before,
      article.story .category-sponsor .citymag:before, article.story .category-sponsor .salife:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        border-left: 1px solid #0d4b90;
        height: 100%; }
      html.category-5 article.story .category-sponsor .sponsor,
      html.parent-category-inreview article.story .category-sponsor .sponsor, html.category-5
      article.story .category-sponsor .citymag,
      html.parent-category-inreview
      article.story .category-sponsor .citymag, html.category-5 article.story .category-sponsor .salife,
      html.parent-category-inreview article.story .category-sponsor .salife {
        position: relative; }
        html.category-5 article.story .category-sponsor .sponsor:before,
        html.parent-category-inreview article.story .category-sponsor .sponsor:before, html.category-5
        article.story .category-sponsor .citymag:before,
        html.parent-category-inreview
        article.story .category-sponsor .citymag:before, html.category-5 article.story .category-sponsor .salife:before,
        html.parent-category-inreview article.story .category-sponsor .salife:before {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          border-left: 1px solid #000000;
          height: 100%; }
    article.story .category-sponsor .citymag img, article.story .category-sponsor .salife img {
      width: 79px; }
    article.story .category-sponsor .salife img.logo-white {
      display: none; }
    article.story .category-sponsor .citymag {
      padding-top: 3px; }
  article.story .thumbnail {
    display: block; }
    article.story .thumbnail img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 200%; }
  article.story h1 {
    margin-top: 0.7em;
    margin-bottom: 1em; }
  article.story p {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.55;
    margin-bottom: 1em; }
    article.story p a {
      border-bottom: 1px solid #5cacc3; }
      article.story p a:hover {
        color: #5cacc3; }
  article.story .author {
    margin: 0;
    font-weight: bold;
    font-size: 0.813em;
    color: #0d4b90;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    margin-right: 1em; }
    html.category-5 article.story .author,
    html.parent-category-inreview article.story .author {
      color: #797e71; }
  article.story time {
    margin: 0;
    font-size: 0.813em;
    color: #5cacc3;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    margin-right: 1em; }
    html.category-5 article.story time,
    html.parent-category-inreview article.story time {
      color: #000000; }
  article.story .photos,
  article.story .comments {
    margin: 0;
    font-size: 0.813em;
    color: #b4b4b4;
    font-family: "franklin-gothic-urw", arial, sans-serif; }
    article.story .photos:before,
    article.story .comments:before {
      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;
      vertical-align: middle; }
    article.story .photos span,
    article.story .comments span {
      vertical-align: middle; }
  article.story .photos {
    margin: 0;
    font-size: 0.813em;
    color: #b4b4b4;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    margin-right: 1em;
    font-size: 0.75em; }
    article.story .photos:before {
      content: "";
      margin-right: 5px; }
  article.story .video {
    color: #b4b4b4;
    font-family: icomoon;
    margin-right: 1em;
    font-size: 0.75em; }
    article.story .video:before {
      content: "";
      margin-right: 5px; }
  article.story .comments:before {
    content: "";
    margin-right: 5px; }
  article.story.primary-category-news .category, article.story.primary-category-descendant-news .category {
    color: #0b4b92; }
  article.story.primary-category-food-wine .category, article.story.primary-category-descendant-food-wine .category {
    color: #2a8317; }
  article.story.primary-category-real-estate .category, article.story.primary-category-descendant-real-estate .category {
    color: #5c9be0; }
  article.story.primary-category-sport .category, article.story.primary-category-descendant-sport .category {
    color: #f5a623; }
  article.story.primary-category-arts-and-culture .category, article.story.primary-category-descendant-arts-and-culture .category {
    color: #811698; }
  article.story.primary-category-inreview .category, article.story.primary-category-descendant-inreview .category {
    color: #000000; }
  article.story.sponsored .category {
    color: #0a0a0a; }

article.featured-story.primary-category-ispy .category-sponsor time, article.featured-story.primary-category-descendant-ispy .category-sponsor time {
  color: #ffffff; }

article.featured-story.primary-category-ispy .sponsor, article.featured-story.primary-category-descendant-ispy .sponsor {
  margin-left: 0.75em;
  padding: 0 0 0 1em; }

article.featured-story.primary-category-ispy.sponsored footer .sponsor, article.featured-story.primary-category-descendant-ispy.sponsored footer .sponsor {
  margin-left: 0.7em;
  padding-left: 1em; }

article.featured-story .category-sponsor {
  display: block; }
  article.featured-story .category-sponsor > * {
    display: inline-block;
    vertical-align: middle; }
  article.featured-story .category-sponsor .citymag img, article.featured-story .category-sponsor .salife img {
    margin-top: 2px;
    width: 99px; }
  article.featured-story .category-sponsor .sponsor {
    display: none; }
  article.featured-story .category-sponsor time {
    margin-left: 0.75em;
    padding: 2px 0 2px 1em; }
  article.featured-story .category-sponsor .citymag + time, article.featured-story .category-sponsor .salife + time {
    padding-top: 5px;
    padding-bottom: 5px; }

article.featured-story .category {
  margin: 0;
  font-weight: bold;
  font-size: 0.875em;
  letter-spacing: 0.135em;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", arial, sans-serif; }
  article.featured-story .category img {
    width: 60px; }

article.featured-story.citymag .category, article.featured-story.salife .category {
  display: none; }

article.featured-story.citymag.sponsored .category, article.featured-story.salife.sponsored .category {
  display: inline-block; }

article.featured-story h1 {
  max-width: 75%; }
  article.featured-story h1 a {
    color: #ffffff; }

article.featured-story p {
  max-width: 75%;
  color: #ffffff; }

article.featured-story time {
  margin: 0;
  font-size: 0.938em;
  line-height: 1.21;
  font-family: "franklin-gothic-urw", arial, sans-serif;
  padding-left: 1.1em;
  margin-left: 0.7em; }

article.featured-story .photos {
  margin: 0;
  font-size: 0.813em;
  color: #b4b4b4;
  font-family: "franklin-gothic-urw", arial, sans-serif;
  margin-right: 1em;
  display: inline-block; }
  article.featured-story .photos:before {
    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;
    content: "";
    vertical-align: middle;
    margin-right: 5px; }
  article.featured-story .photos span {
    vertical-align: middle; }

article.featured-story footer {
  margin-top: 4em;
  *zoom: 1;
  clear: both; }
  article.featured-story footer:before, article.featured-story footer:after {
    content: " ";
    display: table; }
  article.featured-story footer:after {
    clear: both; }
  article.featured-story footer span > * {
    display: inline-block;
    vertical-align: middle; }
  article.featured-story footer .desktop .photos {
    margin: 0;
    font-size: 0.938em;
    line-height: 1.21;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    margin-right: 0;
    color: #ffffff; }
    article.featured-story footer .desktop .photos:before {
      margin-right: 10px;
      font-size: 1.8em; }
  article.featured-story footer .desktop time:before {
    content: '|';
    vertical-align: top;
    margin: 0 0.5em 0 0.3em; }
  article.featured-story footer .mobile {
    display: none;
    line-height: 1; }
    article.featured-story footer .mobile > span {
      float: right; }
  article.featured-story footer .sponsor {
    padding: 0.5em 0; }
  article.featured-story footer time {
    margin: 0;
    font-size: 0.813em;
    color: #5cacc3;
    font-family: "franklin-gothic-urw", arial, sans-serif; }

@media only screen and (max-width: 1000px) {
  article.featured-story h1, article.featured-story p {
    max-width: 100%; }
  article.featured-story .category-sponsor {
    font-size: 0.8em; } }

main.single-article {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 750px) {
    main.single-article {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    main.single-article {
      padding-left: 15px;
      padding-right: 15px; } }
  main.single-article a {
    text-decoration: none;
    color: #1e1e1e; }
  main.single-article article {
    margin: 50px 0 58px;
    padding: 0 380px 0 240px;
    /* Content Images */
    /* In-article Advertisements */ }
    main.single-article article.primary-category-news header hgroup h2 a, main.single-article article.primary-category-descendant-news header hgroup h2 a {
      color: #0b4b92; }
    main.single-article article.primary-category-food-wine header hgroup h2 a, main.single-article article.primary-category-descendant-food-wine header hgroup h2 a {
      color: #2a8317; }
    main.single-article article.primary-category-real-estate header hgroup h2 a, main.single-article article.primary-category-descendant-real-estate header hgroup h2 a {
      color: #5c9be0; }
    main.single-article article.primary-category-sport header hgroup h2 a, main.single-article article.primary-category-descendant-sport header hgroup h2 a {
      color: #f5a623; }
    main.single-article article.primary-category-arts-and-culture header hgroup h2 a, main.single-article article.primary-category-descendant-arts-and-culture header hgroup h2 a {
      color: #811698; }
    main.single-article article > h1,
    main.single-article article > h2,
    main.single-article article > h3,
    main.single-article article > h4,
    main.single-article article > h5,
    main.single-article article > h6 {
      margin: 1em 0;
      clear: left; }
    main.single-article article > h1 {
      font-size: 2.938em;
      line-height: 1.3; }
    main.single-article article > p {
      margin: 0;
      font-size: 1.125em;
      line-height: 1.55;
      margin: 1em 0; }
      main.single-article article > p a {
        border-bottom: 1px solid #5cacc3; }
        main.single-article article > p a:hover {
          color: #5cacc3; }
      main.single-article article > p:before {
        content: "";
        display: block;
        overflow: hidden;
        width: 10em; }
      main.single-article article > p a img {
        clear: left; }
    main.single-article article > ul li,
    main.single-article article > ol li {
      margin: 0;
      font-size: 1.125em;
      line-height: 1.55; }
      main.single-article article > ul li a,
      main.single-article article > ol li a {
        border-bottom: 1px solid #5cacc3; }
        main.single-article article > ul li a:hover,
        main.single-article article > ol li a:hover {
          color: #5cacc3; }
    main.single-article article table {
      margin: 1.5em 0;
      margin: 0;
      font-size: 1.125em;
      line-height: 1.55; }
      main.single-article article table a {
        border-bottom: 1px solid #5cacc3; }
        main.single-article article table a:hover {
          color: #5cacc3; }
      main.single-article article table td {
        padding: 20px; }
    main.single-article article hr {
      display: inline-block;
      width: 23px;
      height: 2px;
      background-color: #0d4b90;
      border: none;
      margin: 0; }
    main.single-article article blockquote {
      margin: 2.5em 0 2.5em -50px;
      max-width: 80%; }
      @media only screen and (max-width: 850px) {
        main.single-article article blockquote {
          margin: 2.5em auto; } }
      main.single-article article blockquote p {
        margin: 0; }
        main.single-article article blockquote p:first-child {
          font-size: 2.5em;
          line-height: 1.15;
          font-weight: bold;
          color: #0d4b90;
          margin-bottom: 0.5em; }
          main.single-article article blockquote p:first-child:before {
            content: open-quote; }
          main.single-article article blockquote p:first-child:after {
            content: close-quote; }
    main.single-article article img {
      display: inline-block;
      max-width: 100%;
      width: auto; }
      main.single-article article img.alignleft {
        display: block;
        margin: 0 auto 1em;
        clear: left;
        float: left;
        margin: 0 40px 1em;
        margin-left: 0;
        max-width: 50%;
        clear: left;
        float: left;
        margin: 0 40px 1em;
        margin-left: -240px;
        max-width: calc( 100% + 240px);
        /* @include breakpoint( 500px ){ margin-left: -$guttersml; max-width: calc( 100% + 15px ); } */ }
        @media only screen and (max-width: 500px) {
          main.single-article article img.alignleft {
            clear: none;
            float: none;
            margin: 1em -15px;
            max-width: calc( 100% + 30px); }
            main.single-article article img.alignleft .wp-caption-text {
              padding-left: 15px;
              padding-right: 15px; } }
        @media only screen and (max-width: 500px) {
          main.single-article article img.alignleft {
            margin: 0 auto; } }
        @media only screen and (max-width: 850px) {
          main.single-article article img.alignleft {
            margin-left: -40px;
            max-width: calc( 100% + 40px); } }
        @media only screen and (max-width: 750px) {
          main.single-article article img.alignleft {
            margin-left: -25px;
            max-width: calc( 100% + 25px); } }
        @media only screen and (max-width: 500px) {
          main.single-article article img.alignleft {
            margin: 0 auto; } }
        @media only screen and (max-width: 850px) {
          main.single-article article img.alignleft .wp-caption-text {
            padding: .8em 0;
            padding-left: 40px; } }
        @media only screen and (max-width: 750px) {
          main.single-article article img.alignleft .wp-caption-text {
            padding: .8em 0;
            padding-left: 25px; } }
        @media only screen and (max-width: 500px) {
          main.single-article article img.alignleft .wp-caption-text {
            padding: .8em 0;
            padding-left: 15px; } }
      main.single-article article img.alignright {
        display: block;
        margin: 0 auto 1em;
        clear: right;
        float: right;
        margin: 0 40px 1em;
        margin-right: 0;
        max-width: 50%; }
        @media only screen and (max-width: 500px) {
          main.single-article article img.alignright {
            clear: none;
            float: none;
            margin: 1em -15px;
            max-width: calc( 100% + 30px); }
            main.single-article article img.alignright .wp-caption-text {
              padding-left: 15px;
              padding-right: 15px; } }
        @media only screen and (max-width: 500px) {
          main.single-article article img.alignright {
            margin: 0 auto; } }
      main.single-article article img.aligncenter {
        display: block;
        margin: 0 auto 1em; }
        @media only screen and (max-width: 500px) {
          main.single-article article img.aligncenter {
            clear: none;
            float: none;
            margin: 1em -15px;
            max-width: calc( 100% + 30px); }
            main.single-article article img.aligncenter .wp-caption-text {
              padding-left: 15px;
              padding-right: 15px; } }
    main.single-article article .wp-caption {
      max-width: 100%; }
      main.single-article article .wp-caption.alignleft {
        display: block;
        margin: 0 auto 1em;
        clear: left;
        float: left;
        margin: 0 40px 1em;
        margin-left: 0;
        max-width: 50%;
        clear: left;
        float: left;
        margin: 0 40px 1em;
        margin-left: -240px;
        max-width: calc( 100% + 240px);
        /* @include breakpoint( 500px ){ margin-left: -$guttersml; max-width: calc( 100% + 15px ); } */ }
        @media only screen and (max-width: 500px) {
          main.single-article article .wp-caption.alignleft {
            clear: none;
            float: none;
            margin: 1em -15px;
            max-width: calc( 100% + 30px); }
            main.single-article article .wp-caption.alignleft .wp-caption-text {
              padding-left: 15px;
              padding-right: 15px; } }
        @media only screen and (max-width: 500px) {
          main.single-article article .wp-caption.alignleft {
            margin: 0 auto; } }
        @media only screen and (max-width: 850px) {
          main.single-article article .wp-caption.alignleft {
            margin-left: -40px;
            max-width: calc( 100% + 40px); } }
        @media only screen and (max-width: 750px) {
          main.single-article article .wp-caption.alignleft {
            margin-left: -25px;
            max-width: calc( 100% + 25px); } }
        @media only screen and (max-width: 500px) {
          main.single-article article .wp-caption.alignleft {
            margin: 0 auto; } }
        @media only screen and (max-width: 850px) {
          main.single-article article .wp-caption.alignleft .wp-caption-text {
            padding: .8em 0;
            padding-left: 40px; } }
        @media only screen and (max-width: 750px) {
          main.single-article article .wp-caption.alignleft .wp-caption-text {
            padding: .8em 0;
            padding-left: 25px; } }
        @media only screen and (max-width: 500px) {
          main.single-article article .wp-caption.alignleft .wp-caption-text {
            padding: .8em 0;
            padding-left: 15px; } }
      main.single-article article .wp-caption.alignright {
        display: block;
        margin: 0 auto 1em;
        clear: right;
        float: right;
        margin: 0 40px 1em;
        margin-right: 0;
        max-width: 50%; }
        @media only screen and (max-width: 500px) {
          main.single-article article .wp-caption.alignright {
            clear: none;
            float: none;
            margin: 1em -15px;
            max-width: calc( 100% + 30px); }
            main.single-article article .wp-caption.alignright .wp-caption-text {
              padding-left: 15px;
              padding-right: 15px; } }
        @media only screen and (max-width: 500px) {
          main.single-article article .wp-caption.alignright {
            margin: 0 auto; } }
      main.single-article article .wp-caption.aligncenter {
        display: block;
        margin: 0 auto 1em; }
        @media only screen and (max-width: 500px) {
          main.single-article article .wp-caption.aligncenter {
            clear: none;
            float: none;
            margin: 1em -15px;
            max-width: calc( 100% + 30px); }
            main.single-article article .wp-caption.aligncenter .wp-caption-text {
              padding-left: 15px;
              padding-right: 15px; } }
      main.single-article article .wp-caption img {
        display: block; }
      main.single-article article .wp-caption .wp-caption-text {
        padding: .8em 0;
        margin-bottom: 1.5em; }
    main.single-article article .advertisement {
      clear: left; }
      main.single-article article .advertisement.mrec {
        float: left;
        margin: 0 70px 1em 0; }
        @media only screen and (max-width: 1300px) {
          main.single-article article .advertisement.mrec {
            float: none;
            margin: 1em 0; } }
        @media only screen and (max-width: 850px) {
          main.single-article article .advertisement.mrec {
            margin: 1em -40px; } }
        @media only screen and (max-width: 750px) {
          main.single-article article .advertisement.mrec {
            margin: 1em -25px; } }
        @media only screen and (max-width: 500px) {
          main.single-article article .advertisement.mrec {
            margin: 1em -15px; } }
      main.single-article article .advertisement.leaderboard {
        margin: 1em -420px 1em -280px; }
        @media only screen and (max-width: 1150px) {
          main.single-article article .advertisement.leaderboard {
            margin-right: -40px; } }
        @media only screen and (max-width: 850px) {
          main.single-article article .advertisement.leaderboard {
            margin-left: -40px; } }
        @media only screen and (max-width: 750px) {
          main.single-article article .advertisement.leaderboard {
            margin: 1em -25px; } }
        @media only screen and (max-width: 500px) {
          main.single-article article .advertisement.leaderboard {
            margin: 1em -15px; } }
    @media only screen and (max-width: 1150px) {
      main.single-article article {
        margin: 60px 0 100px 0;
        padding-right: 0; } }
    @media only screen and (max-width: 850px) {
      main.single-article article {
        padding-left: 0;
        margin: 40px 0 0px 0; } }
    @media only screen and (max-width: 500px) {
      main.single-article article > p {
        font-size: 1em; }
        main.single-article article > p a img.aligncenter {
          margin: 0 auto; }
      main.single-article article > ul li,
      main.single-article article > ol li {
        font-size: 1em; }
      main.single-article article table {
        font-size: 1em; } }
  @media only screen and (max-width: 850px) {
    main.single-article header {
      *zoom: 1;
      clear: both; }
      main.single-article header:before, main.single-article header:after {
        content: " ";
        display: table; }
      main.single-article header:after {
        clear: both; } }
  main.single-article header figure {
    float: right;
    width: 100%; }
    main.single-article header figure span {
      display: block;
      position: relative; }
      @media only screen and (max-width: 850px) {
        main.single-article header figure span {
          width: calc( 100% + (40px * 2) + (0px * 2));
          margin-left: calc( (40px + 0px) * -1); } }
  @media only screen and (max-width: 850px) and (max-width: 750px) {
    main.single-article header figure span {
      width: calc( 100% + (25px * 2 + (0px * 2) ));
      margin-left: calc( (25px + 0px) * -1); } }
  @media only screen and (max-width: 850px) and (max-width: 500px) {
    main.single-article header figure span {
      width: calc( 100% + (15px * 2) + (0px * 2));
      margin-left: calc( (15px + 0px) * -1); } }
      @media only screen and (max-width: 850px) {
          main.single-article header figure span img {
            max-width: 200%;
            width: 100%; } }
      main.single-article header figure span:before {
        content: '';
        border-left: 1px solid #e8e8e8;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -25px; }
        @media only screen and (max-width: 850px) {
          main.single-article header figure span:before {
            content: none; } }
      main.single-article header figure span img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200%; }
  main.single-article header figcaption {
    padding: 0.8em 0;
    clear: both; }
  main.single-article header .author-info {
    color: #0d4b90;
    float: left;
    margin-left: -240px;
    position: relative;
    text-align: right;
    width: 190px; }
    @media only screen and (max-width: 850px) {
      main.single-article header .author-info {
        width: 100%;
        left: auto;
        padding: 0;
        margin: 30px 0 35px;
        text-align: left; } }
    @media only screen and (max-width: 650px) {
      main.single-article header .author-info {
        margin-top: 0; } }
    main.single-article header .author-info .author-date-social .sponsor {
      color: inherit;
      display: block;
      margin-bottom: 4em; }
      main.single-article header .author-info .author-date-social .sponsor img {
        display: inline-block;
        margin: 1em 0 .4em; }
    main.single-article header .author-info .author-date-social .contributors {
      margin-bottom: 4em; }
      main.single-article header .author-info .author-date-social .contributors.contributors--support {
        margin-bottom: 2.5em; }
    main.single-article header .author-info .author-date-social address {
      display: block;
      font-style: normal;
      margin-bottom: 2em; }
    main.single-article header .author-info .author-date-social h4 {
      margin: 0;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      width: 100%;
      padding-bottom: .5em;
      margin-bottom: .5em; }
    main.single-article header .author-info .author-date-social p {
      margin: 0;
      font-size: 0.813em;
      color: #5cacc3;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: inherit;
      margin-top: .5em; }
      main.single-article header .author-info .author-date-social p span {
        display: inline-block;
        margin-top: 0.5em;
        font-size: 1.5em;
        font-weight: bold; }
    main.single-article header .author-info .author-date-social .social {
      padding-right: 0; }
    main.single-article header .author-info .author-date-social time {
      display: none;
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #0d4b90;
      display: none;
      padding: 20px;
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8;
      text-align: left; }
      main.single-article header .author-info .author-date-social time span {
        font-weight: bold;
        display: block;
        margin-bottom: 0.6em; }
    main.single-article header .author-info .author-date-social .article-share {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: end;
              justify-content: flex-end;
      padding-left: 20px; }
      main.single-article header .author-info .author-date-social .article-share .article-share-title span {
        margin-right: 10px;
        font-size: 11px;
        text-transform: uppercase;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-weight: bold; }
      main.single-article header .author-info .author-date-social .article-share a {
        display: -webkit-box;
        display: flex; }
        main.single-article header .author-info .author-date-social .article-share a span {
          display: none; }
      main.single-article header .author-info .author-date-social .article-share .article-share-inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        width: 100%; }
      main.single-article header .author-info .author-date-social .article-share .article-share-title {
        display: none; }
      @media only screen and (max-width: 850px) {
        main.single-article header .author-info .author-date-social .article-share {
          padding: 15px 0 15px 15px;
          border: none;
          margin: 0;
          display: table-cell;
          vertical-align: middle; }
          main.single-article header .author-info .author-date-social .article-share .article-share-inner {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: justify;
                    justify-content: space-between; }
          main.single-article header .author-info .author-date-social .article-share .article-share-title {
            display: none; } }
      @media only screen and (max-width: 650px) {
        main.single-article header .author-info .author-date-social .article-share {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 25px;
          padding-right: 25px;
          border-top: 1px solid #e8e8e8;
          border-bottom: 1px solid #e8e8e8;
          width: calc( 100% + (40px * 2) + (0px * 2));
          margin-left: calc( (40px + 0px) * -1); } }
      @media only screen and (max-width: 650px) and (max-width: 750px) {
        main.single-article header .author-info .author-date-social .article-share {
          display: -webkit-box;
          display: flex;
          width: calc( 100% + (25px * 2 + (0px * 2) ));
          margin-left: calc( (25px + 0px) * -1); }
          main.single-article header .author-info .author-date-social .article-share .article-share-inner {
            width: 100%; }
          main.single-article header .author-info .author-date-social .article-share .article-share-title {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center; } }
    @media only screen and (max-width: 850px) {
      main.single-article header .author-info .author-date-social {
        display: table;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        width: 100%;
        margin-bottom: 15px; }
        main.single-article header .author-info .author-date-social .sponsor {
          display: none; }
        main.single-article header .author-info .author-date-social .contributors,
        main.single-article header .author-info .author-date-social .social {
          display: table-cell;
          vertical-align: middle;
          padding: 15px; }
        main.single-article header .author-info .author-date-social .contributors {
          padding-bottom: 0; }
        main.single-article header .author-info .author-date-social .contributors {
          padding-left: 0; }
        main.single-article header .author-info .author-date-social address {
          display: block;
          margin: 0;
          font-size: 0.9em; }
          main.single-article header .author-info .author-date-social address + address {
            margin-top: .6em; }
          main.single-article header .author-info .author-date-social address .avatar {
            display: none; }
          main.single-article header .author-info .author-date-social address .author {
            display: block;
            margin: 0; }
          main.single-article header .author-info .author-date-social address .author-twitter {
            display: none; }
          main.single-article header .author-info .author-date-social address:only-child .author-twitter {
            display: block;
            margin-top: .6em; }
        main.single-article header .author-info .author-date-social time {
          font-size: 0.9em; }
        main.single-article header .author-info .author-date-social .social {
          padding-right: 0; }
        main.single-article header .author-info .author-date-social h4, main.single-article header .author-info .author-date-social p {
          display: none; }
        main.single-article header .author-info .author-date-social img {
          float: left; } }
    @media only screen and (max-width: 650px) {
      main.single-article header .author-info .author-date-social {
        display: block;
        border-top: none;
        border-bottom: none;
        margin-bottom: 0; }
        main.single-article header .author-info .author-date-social address:only-child .author-twitter {
          display: none; }
        main.single-article header .author-info .author-date-social time {
          display: none; }
        main.single-article header .author-info .author-date-social .social {
          display: block;
          margin-top: 15px;
          padding: 15px 0; } }
    @media only screen and (max-width: 450px) {
      main.single-article header .author-info .author-date-social time,
      main.single-article header .author-info .author-date-social .social {
        padding: 15px 0; } }
    main.single-article header .author-info:after {
      content: '';
      border-right: 1px solid #e8e8e8;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -26px; }
      @media only screen and (max-width: 850px) {
        main.single-article header .author-info:after {
          content: none; } }
    main.single-article header .author-info figure {
      display: none; }
      @media only screen and (max-width: 650px) {
        main.single-article header .author-info figure {
          display: block;
          margin-bottom: 0; } }
    main.single-article header .author-info .avatar {
      display: inline-block;
      width: 82px;
      height: 82px;
      overflow: hidden;
      margin-bottom: 0.5em;
      border-radius: 82px; }
    main.single-article header .author-info .author {
      margin: 0;
      font-weight: bold;
      font-size: 1.125em;
      line-height: 1.16;
      color: #0d4b90;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      clear: both;
      color: inherit;
      display: block;
      margin-bottom: .75em; }
    main.single-article header .author-info .author-twitter {
      margin: 0;
      font-size: 0.813em;
      color: #5cacc3;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #00b2f1;
      clear: both; }
      @media only screen and (max-width: 850px) {
        main.single-article header .author-info .author-twitter {
          float: left; } }
      @media only screen and (max-width: 650px) {
        main.single-article header .author-info .author-twitter {
          display: none; } }
      main.single-article header .author-info .author-twitter:before {
        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;
        content: "";
        vertical-align: middle;
        font-size: 1.5em;
        margin-right: 5px; }
      main.single-article header .author-info .author-twitter span {
        vertical-align: middle; }
    main.single-article header .author-info .featured-video,
    main.single-article header .author-info .featured-video-js {
      display: none;
      margin: 1.6em -25px; }
      @media only screen and (max-width: 650px) {
        main.single-article header .author-info .featured-video,
        main.single-article header .author-info .featured-video-js {
          display: block; } }
      @media only screen and (max-width: 500px) {
        main.single-article header .author-info .featured-video,
        main.single-article header .author-info .featured-video-js {
          margin: 1.6em -15px; } }
    main.single-article header .author-info .social {
      *zoom: 1;
      clear: both; }
      main.single-article header .author-info .social:before, main.single-article header .author-info .social:after {
        content: " ";
        display: table; }
      main.single-article header .author-info .social:after {
        clear: both; }
      main.single-article header .author-info .social a {
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        margin-left: 0.4em;
        position: relative;
        border-radius: 100%;
        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; }
        main.single-article header .author-info .social a:first-of-type {
          margin-left: 0; }
        main.single-article header .author-info .social a:before {
          display: inline-block;
          position: absolute;
          line-height: 30px;
          width: 32px;
          height: 32px;
          text-align: center;
          left: 0;
          color: #ffffff;
          font-size: 0.9em; }
        main.single-article header .author-info .social a.facebook {
          background-color: #2d66a5; }
          main.single-article header .author-info .social a.facebook:before {
            content: ""; }
        main.single-article header .author-info .social a.twitter {
          background-color: #00b2f1; }
          main.single-article header .author-info .social a.twitter:before {
            content: ""; }
        main.single-article header .author-info .social a.linkedin {
          background-color: #0070a3; }
          main.single-article header .author-info .social a.linkedin:before {
            content: ""; }
        main.single-article header .author-info .social a.googleplus {
          background-color: #e3533a; }
          main.single-article header .author-info .social a.googleplus:before {
            content: ""; }
        main.single-article header .author-info .social a.email {
          background-color: #5cacc3; }
          main.single-article header .author-info .social a.email:before {
            content: ""; }
      @media only screen and (max-width: 850px) {
        main.single-article header .author-info .social {
          padding-top: 15px;
          padding-left: 10px;
          text-align: right;
          width: 315px; }
          main.single-article header .author-info .social a {
            width: 43px;
            height: 43px;
            margin-left: 20px; }
            main.single-article header .author-info .social a:before {
              width: 43px;
              height: 43px;
              line-height: 43px;
              font-size: 1.2em; } }
      @media only screen and (max-width: 750px) {
        main.single-article header .author-info .social {
          width: 250px; }
          main.single-article header .author-info .social a {
            width: 35px;
            height: 35px;
            margin-left: 15px; }
            main.single-article header .author-info .social a:before {
              width: 35px;
              height: 35px;
              line-height: 35px;
              font-size: 1em; } }
      @media only screen and (max-width: 650px) {
        main.single-article header .author-info .social {
          border-top: 1px solid #e8e8e8;
          border-bottom: 1px solid #e8e8e8;
          width: 100%;
          padding-right: 10px;
          text-align: center;
          width: calc( 100% + (40px * 2) + (0px * 2));
          margin-left: calc( (40px + 0px) * -1); } }
  @media only screen and (max-width: 650px) and (max-width: 750px) {
    main.single-article header .author-info .social {
      width: calc( 100% + (25px * 2 + (0px * 2) ));
      margin-left: calc( (25px + 0px) * -1); } }
  @media only screen and (max-width: 650px) and (max-width: 500px) {
    main.single-article header .author-info .social {
      width: calc( 100% + (15px * 2) + (0px * 2));
      margin-left: calc( (15px + 0px) * -1); } }
      @media only screen and (max-width: 650px) {
          main.single-article header .author-info .social img {
            max-width: 200%;
            width: 100%; } }
    main.single-article header .author-info input {
      margin-top: 1em;
      display: inline-block;
      padding: 0.65em;
      background-color: whitesmoke;
      color: #1f1f1f;
      border: none;
      font-size: 0.813em;
      line-height: 1.23;
      width: 172px;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      text-align: center;
      float: right;
      border-radius: 5px; }
      @media only screen and (max-width: 850px) {
        main.single-article header .author-info input {
          margin-top: 0.5em; } }
      @media only screen and (max-width: 650px) {
        main.single-article header .author-info input {
          display: none; } }
    main.single-article header .author-info > .comments {
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      position: relative;
      display: inline-block;
      float: right;
      clear: right;
      margin-top: 1.5em;
      color: inherit;
      border-bottom: 1px solid #91aecd; }
      @media only screen and (max-width: 850px) {
        main.single-article header .author-info > .comments {
          float: none;
          margin-right: 20px;
          margin-top: 0;
          vertical-align: middle; } }
      @media only screen and (max-width: 650px) {
        main.single-article header .author-info > .comments {
          display: none; } }
      main.single-article header .author-info > .comments i {
        font-size: 1.6em;
        font-weight: bold;
        font-style: normal; }
      main.single-article header .author-info > .comments:before {
        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;
        content: "";
        font-size: 1.9em;
        padding-right: 0.3em;
        position: relative;
        top: 0.35em;
        z-index: 1; }
      main.single-article header .author-info > .comments:after {
        content: '';
        background-color: #ffffff;
        display: block;
        width: 1em;
        height: 0.5em;
        position: absolute;
        left: 0.775em;
        bottom: -0.3em;
        z-index: 0; }
      main.single-article header .author-info > .comments span {
        vertical-align: middle; }
    main.single-article header .author-info .print {
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: inherit;
      display: inline-block;
      float: right;
      clear: right;
      margin-top: 1.5em; }
      @media only screen and (max-width: 850px) {
        main.single-article header .author-info .print {
          float: none;
          margin-top: 0.5em;
          vertical-align: middle; } }
      @media only screen and (max-width: 650px) {
        main.single-article header .author-info .print {
          display: none; } }
      main.single-article header .author-info .print:before {
        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;
        content: "";
        vertical-align: middle;
        font-size: 1.9em;
        padding-right: 0.3em; }
      main.single-article header .author-info .print span {
        border-bottom: 1px solid #91aecd;
        vertical-align: middle;
        padding: 0.2em 0; }
  main.single-article .sponsored header .author-info {
    color: #227682; }
  main.single-article .top {
    position: relative;
    margin-bottom: 62px;
    width: 100%; }
    @media only screen and (max-width: 850px) {
      main.single-article .top {
        *zoom: 1;
        clear: both;
        margin-bottom: 0; }
        main.single-article .top:before, main.single-article .top:after {
          content: " ";
          display: table; }
        main.single-article .top:after {
          clear: both; } }
    main.single-article .top:before {
      content: '';
      border-left: 1px solid #e8e8e8;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -25px; }
      @media only screen and (max-width: 850px) {
        main.single-article .top:before {
          content: none; } }
    main.single-article .top hgroup {
      margin-bottom: 1em; }
      @media only screen and (max-width: 850px) {
        main.single-article .top hgroup {
          margin-bottom: 0; } }
    main.single-article .top h1 {
      font-size: 2.938em;
      line-height: 1.3;
      margin-top: 0;
      margin-bottom: 0.7em;
      line-height: 1.2; }
      @media only screen and (max-width: 850px) {
        main.single-article .top h1 {
          max-width: 550px;
          margin-top: 0.25em; } }
      @media only screen and (max-width: 750px) {
        main.single-article .top h1 {
          font-size: 2.5em;
          line-height: 1.15;
          line-height: 1.1; } }
      @media only screen and (max-width: 450px) {
        main.single-article .top h1 {
          font-size: 1.875em;
          line-height: 1.2; } }
    main.single-article .top h2 {
      font-size: 1em;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      letter-spacing: .125em;
      text-transform: uppercase; }
      @media only screen and (max-width: 850px) {
        main.single-article .top h2 {
          display: none; } }
    main.single-article .top p {
      margin: 0;
      font-size: 1.25em;
      line-height: 1.55;
      margin-bottom: 0; }
      main.single-article .top p a {
        border-bottom: 1px solid #5cacc3; }
        main.single-article .top p a:hover {
          color: #5cacc3; }
  main.single-article .meta {
    width: 190px;
    float: left;
    margin: 0 0 0.75em -240px;
    padding: 0;
    text-align: right;
    color: #0d4b90; }
    main.single-article .meta > * {
      display: inline-block;
      float: right;
      clear: both; }
    main.single-article .meta .sponsor {
      display: none;
      position: relative;
      padding-left: 1.1em;
      margin-left: 0.7em; }
      main.single-article .meta .sponsor:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        border-left: 1px solid #0d4b90;
        height: 100%; }
    main.single-article .meta .dateline {
      margin: 0;
      font-weight: bold;
      font-size: 0.875em;
      letter-spacing: 0.135em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin: 0.5em 0; }
    main.single-article .meta .cat {
      display: none; }
    @media only screen and (max-width: 850px) {
      main.single-article .meta {
        width: 100%;
        margin-left: 0;
        text-align: left;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between; }
        main.single-article .meta .dateline {
          display: none; }
        main.single-article .meta .cat {
          display: block;
          margin: 0;
          font-weight: bold;
          font-size: 0.75em;
          letter-spacing: 0.125em;
          text-transform: uppercase;
          font-family: "franklin-gothic-urw", arial, sans-serif;
          font-weight: bold; }
          main.single-article .meta .cat a {
            color: #0d4b90; }
        main.single-article .meta time span {
          display: inline-block;
          margin-bottom: 0; }
        main.single-article .meta .sponsor {
          display: inline-block;
          margin-left: 0;
          padding-left: 0; }
          main.single-article .meta .sponsor:before {
            content: none; }
        main.single-article .meta > * {
          display: inline-block;
          vertical-align: middle;
          float: none; } }
  main.single-article .sponsored .meta {
    color: #227682; }
  main.single-article .date-comments {
    display: none;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    width: calc( 100% + (40px * 2) + (0px * 2));
    margin-left: calc( (40px + 0px) * -1); }
    @media only screen and (max-width: 750px) {
      main.single-article .date-comments {
        width: calc( 100% + (25px * 2 + (0px * 2) ));
        margin-left: calc( (25px + 0px) * -1); } }
    @media only screen and (max-width: 500px) {
      main.single-article .date-comments {
        width: calc( 100% + (15px * 2) + (0px * 2));
        margin-left: calc( (15px + 0px) * -1); } }
    main.single-article .date-comments img {
      max-width: 200%;
      width: 100%; }
    @media only screen and (max-width: 650px) {
      main.single-article .date-comments {
        display: none; } }
    main.single-article .date-comments > * {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      padding: 15px 25px; }
      @media only screen and (max-width: 450px) {
        main.single-article .date-comments > * {
          padding: 15px 15px; } }
    main.single-article .date-comments .comments {
      margin: 0;
      font-size: 0.813em;
      color: #5cacc3;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      position: relative;
      color: #0d4b90;
      border-left: 1px solid #e8e8e8;
      text-align: center; }
      main.single-article .date-comments .comments:before {
        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;
        content: "";
        font-size: 1.6em;
        padding-right: 0.3em;
        position: relative;
        z-index: 1;
        vertical-align: middle; }
    main.single-article .date-comments time span {
      text-align: left;
      display: inline-block;
      margin: 0; }
      main.single-article .date-comments time span span {
        font-weight: normal;
        display: block;
        margin-bottom: 0.3em; }
  main.single-article time {
    margin: 0;
    font-size: 0.813em;
    color: #5cacc3;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    color: black; }
    main.single-article time span {
      font-weight: bold;
      display: block;
      margin-bottom: 0.6em; }
  main.single-article .featured-image {
    margin-bottom: 1.6em;
    position: relative; }
    main.single-article .featured-image figcaption {
      margin: .6em 0; }
      @media only screen and (max-width: 650px) {
        main.single-article .featured-image figcaption {
          width: calc( 100% + (15px * 2) + (0px * 2));
          margin-left: calc( (15px + 0px) * -1);
          padding: 5px 15px;
          margin-bottom: 0; } }
      @media only screen and (max-width: 750px) and (max-width: 850px) {
        main.single-article .featured-image figcaption {
          width: calc( 100% + (25px * 2 + (0px * 2) ));
          margin-left: calc( (25px + 0px) * -1);
          padding: 5px 25px; } }
    @media only screen and (max-width: 850px) {
      main.single-article .featured-image {
        padding-top: 15px; } }
    @media only screen and (max-width: 650px) {
      main.single-article .featured-image {
        display: none; } }
  main.single-article .featured-video,
  main.single-article .featured-video-js {
    margin: 1.6em 0; }
    @media only screen and (max-width: 650px) {
      main.single-article .featured-video,
      main.single-article .featured-video-js {
        display: none; } }
  main.single-article .article-feature__meta--grey {
    color: #000;
    background-color: #F3F4F6; }
  main.single-article .jwtitle {
    color: #333;
    font-weight: 900;
    font-size: 18px; }
  main.single-article .jwcaption {
    color: #333;
    font-weight: 400;
    font-size: 14px; }
  main.single-article .jwsponsorline {
    color: #333;
    font-weight: 400;
    font-size: 10pt;
    margin: 1em 0 0; }
  main.single-article a.img-jwsponsor {
    border-bottom: none !important; }
  main.single-article .jwsponsor-logo-cell {
    text-align: right;
    width: 150px;
    vertical-align: top; }
  main.single-article .timeline {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 1em 0 2em 0;
    padding-left: 240px; }
    @media only screen and (max-width: 650px) {
      main.single-article .timeline {
        display: none; } }
    main.single-article .timeline hgroup {
      display: inline-block;
      width: 240px;
      margin-left: -240px;
      padding: 15px 27px 15px 0;
      position: relative;
      vertical-align: top; }
      main.single-article .timeline hgroup:after {
        content: '';
        border-right: 1px solid #e8e8e8;
        position: absolute;
        height: 100%;
        top: 0;
        right: -1px; }
    main.single-article .timeline h2 {
      margin: 0;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin: 0 0 0.5em 0;
      color: #0d4b90; }
    main.single-article .timeline h1 {
      margin: 0;
      font-size: 1.5em;
      line-height: 1.3;
      color: #0d4b90; }
    main.single-article .timeline ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border-left: 1px solid #e8e8e8;
      display: inline-block;
      padding: 15px 0 15px 27px;
      width: 100%; }
    main.single-article .timeline li {
      margin-top: 22px;
      padding-left: 50px;
      font-size: 16px;
      line-height: 18px; }
      main.single-article .timeline li:first-child {
        margin-top: 0; }
    main.single-article .timeline time {
      margin: 0;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      display: block;
      width: 50px;
      margin-left: -50px;
      float: left;
      color: #0d4b90; }
    main.single-article .timeline li:nth-last-child(3) time {
      opacity: 0.75; }
    main.single-article .timeline li:nth-last-child(2) time {
      opacity: 0.60; }
    main.single-article .timeline li:nth-last-child(1) time {
      opacity: 0.45; }
    main.single-article .timeline li:first-child time {
      opacity: 1; }
  main.single-article .top-stories {
    float: right;
    margin-right: -380px;
    width: 300px; }
    @media only screen and (max-width: 1150px) {
      main.single-article .top-stories {
        display: none; } }
    main.single-article .top-stories .advertisement {
      margin-bottom: 80px; }
    main.single-article .top-stories > h1 {
      font-size: 1.875em;
      line-height: 1.2;
      margin: 0;
      padding-bottom: 14px;
      border-bottom: 1px solid #e8e8e8; }
      main.single-article .top-stories > h1 span {
        color: #0d4b90; }
    main.single-article .top-stories a {
      padding: 18px 0 18px 40%;
      display: block;
      border-bottom: 1px solid #e8e8e8;
      *zoom: 1;
      clear: both; }
      main.single-article .top-stories a:before, main.single-article .top-stories a:after {
        content: " ";
        display: table; }
      main.single-article .top-stories a:after {
        clear: both; }
    main.single-article .top-stories img {
      width: 58.34%;
      margin-left: -66%;
      float: left; }
  main.single-article .related-story {
    width: 50%;
    max-width: 320px;
    float: left;
    margin: 0 40px 1.5em -160px; }
    @media only screen and (max-width: 850px) {
      main.single-article .related-story {
        margin: 0 40px 20px 0;
        width: 45%; } }
    @media only screen and (max-width: 600px) {
      main.single-article .related-story {
        margin: 0 0 1.5em 0;
        width: 100%;
        max-width: 100%; } }
    main.single-article .related-story h2 {
      margin: 0;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      border-bottom: 1px solid #e8e8e8;
      margin: 0 0 1.5em 0;
      padding: 0 0 1em 0; }
      @media only screen and (max-width: 600px) {
        main.single-article .related-story h2 {
          margin: 0;
          border-bottom: none; } }
    main.single-article .related-story .thumbnail {
      display: block;
      margin-bottom: 1em; }
      main.single-article .related-story .thumbnail img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200%; }
    main.single-article .related-story .category {
      margin: 0;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #0d4b90;
      display: inline-block; }
      @media only screen and (max-width: 600px) {
        main.single-article .related-story .category {
          display: none; } }
    main.single-article .related-story h1 {
      font-size: 1.5em;
      line-height: 1.3;
      margin: 0.5em 0; }
    main.single-article .related-story .author {
      margin: 0;
      font-weight: bold;
      font-size: 0.813em;
      color: #0d4b90;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin-right: 1em; }
    main.single-article .related-story time {
      margin: 0;
      font-size: 0.813em;
      color: #5cacc3;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin-right: 1em; }
      @media only screen and (max-width: 600px) {
        main.single-article .related-story time {
          display: none; } }
    main.single-article .related-story .comments {
      margin: 0;
      font-size: 0.813em;
      color: #b4b4b4;
      font-family: "franklin-gothic-urw", arial, sans-serif; }
      @media only screen and (max-width: 600px) {
        main.single-article .related-story .comments {
          float: right; } }
      main.single-article .related-story .comments:before {
        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;
        content: "";
        vertical-align: middle;
        margin-right: 5px; }
      main.single-article .related-story .comments span {
        vertical-align: middle; }
    main.single-article .related-story footer {
      clear: both;
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 1.2em; }
      @media only screen and (max-width: 600px) {
        main.single-article .related-story footer {
          border-bottom: 0;
          padding-bottom: 0; } }
    @media only screen and (max-width: 600px) {
      main.single-article .related-story {
        background-color: #fbfbfb;
        padding: 15px 10px;
        margin-bottom: 13px; }
        main.single-article .related-story .thumbnail {
          width: 45%;
          float: left;
          margin-left: -35px;
          margin-bottom: 1em; }
        main.single-article .related-story h1 {
          margin-left: 36%;
          padding-left: 20px;
          font-size: 1.188em;
          margin-top: 0; }
        main.single-article .related-story p {
          clear: both; }
        main.single-article .related-story footer {
          *zoom: 1;
          clear: both; }
          main.single-article .related-story footer:before, main.single-article .related-story footer:after {
            content: " ";
            display: table; }
          main.single-article .related-story footer:after {
            clear: both; }
          main.single-article .related-story footer > span {
            float: right; } }
    @media only screen and (max-width: 450px) {
      main.single-article .related-story .thumbnail {
        margin-left: -25px; } }
  main.single-article figcaption,
  main.single-article .wp-caption-text {
    margin: 0;
    font-size: 0.938em;
    line-height: 1.21;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    color: #707070; }
    @media only screen and (max-width: 750px) {
      main.single-article figcaption,
      main.single-article .wp-caption-text {
        margin: 0;
        font-size: 0.813em;
        color: #5cacc3;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        color: #707070; } }
  main.single-article .presspatron-block {
    background: #f9f9f9;
    clear: both;
    margin: 46px -340px 52px -280px;
    padding: 46px 340px 52px 280px;
    margin-top: 10px; }
    main.single-article .presspatron-block > div {
      border: 2px solid;
      margin: auto;
      padding: 30px 35px 32px;
      position: relative; }
    main.single-article .presspatron-block .blurb {
      color: #1e1e1e;
      font-size: 1.125em;
      line-height: 1.4; }
    main.single-article .presspatron-block iframe {
      margin: 0 -12px; }
    main.single-article .presspatron-block .powered-by {
      bottom: 19px;
      color: #b4b4b4;
      font-family: Helvetica Neue, arial, sans-serif;
      font-size: 9px;
      line-height: 12px;
      position: absolute;
      right: 17px; }
      main.single-article .presspatron-block .powered-by span {
        display: block;
        font-size: 14px; }
    main.single-article .presspatron-block .presspatron-block-button {
      padding: 0.5em 1em;
      background-color: #00ac00;
      color: #fff;
      border-radius: 5px;
      display: inline-block;
      line-height: 1;
      font-size: 1.125em; }
      main.single-article .presspatron-block .presspatron-block-button iframe {
        display: none; }
    @media only screen and (max-width: 1440px) {
      main.single-article .presspatron-block {
        margin-right: -420px;
        padding-right: 420px; } }
    @media only screen and (max-width: 1150px) {
      main.single-article .presspatron-block {
        margin-right: -40px;
        padding-right: 40px; } }
    @media only screen and (max-width: 850px) {
      main.single-article .presspatron-block {
        margin-left: -40px;
        padding-left: 40px; } }
    @media only screen and (max-width: 750px) {
      main.single-article .presspatron-block {
        margin: 1em -25px;
        padding: 25px; } }
    @media only screen and (max-width: 500px) {
      main.single-article .presspatron-block {
        margin: 1em -15px;
        padding: 15px; }
        main.single-article .presspatron-block > div {
          padding-left: 16px;
          padding-right: 16px; } }
  main.single-article .article-content article.article-body .judith-neilson-block {
    display: -webkit-box;
    display: flex;
    clear: both;
    margin: 20px 0 20px 0;
    padding: 20px 10px; }
    main.single-article .article-content article.article-body .judith-neilson-block .judith-neilson-block__split {
      width: 50%; }
    main.single-article .article-content article.article-body .judith-neilson-block .judith-neilson-block__text {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
              justify-content: center; }
    main.single-article .article-content article.article-body .judith-neilson-block .judith-neilson-block__copy p {
      font-family: "Breve", georgia, times, serif;
      font-size: 18px;
      line-height: 1.2; }
      main.single-article .article-content article.article-body .judith-neilson-block .judith-neilson-block__copy p a {
        font-style: italic; }
    main.single-article .article-content article.article-body .judith-neilson-block .judith-neilson-block__copy:last-of-type p {
      margin-bottom: 0; }
    main.single-article .article-content article.article-body .judith-neilson-block .judith-neilson-block__img {
      padding: 0 50px; }
    @media only screen and (max-width: 750px) {
      main.single-article .article-content article.article-body .judith-neilson-block .judith-neilson-block__img {
        padding: 0 25px; } }
    @media only screen and (max-width: 500px) {
      main.single-article .article-content article.article-body .judith-neilson-block {
        flex-wrap: wrap; }
        main.single-article .article-content article.article-body .judith-neilson-block .judith-neilson-block__split {
          width: 100%; }
        main.single-article .article-content article.article-body .judith-neilson-block .judith-neilson-block__img {
          -webkit-box-ordinal-group: 2;
                  order: 1;
          padding: 0 50px;
          margin-bottom: 20px; }
        main.single-article .article-content article.article-body .judith-neilson-block .judith-neilson-block__text {
          -webkit-box-ordinal-group: 3;
                  order: 2; } }
  main.single-article article > footer .author-info {
    border-top: 1px solid #b6c9de;
    border-bottom: 1px solid #b6c9de;
    padding: 18px 10px;
    *zoom: 1;
    clear: both; }
    main.single-article article > footer .author-info:before, main.single-article article > footer .author-info:after {
      content: " ";
      display: table; }
    main.single-article article > footer .author-info:after {
      clear: both; }
    @media only screen and (max-width: 600px) {
      main.single-article article > footer .author-info {
        width: calc( 100% + (40px * 2) + (0px * 2));
        margin-left: calc( (40px + 0px) * -1);
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding: 0; } }
  @media only screen and (max-width: 600px) and (max-width: 750px) {
    main.single-article article > footer .author-info {
      width: calc( 100% + (25px * 2 + (0px * 2) ));
      margin-left: calc( (25px + 0px) * -1); } }
  @media only screen and (max-width: 600px) and (max-width: 500px) {
    main.single-article article > footer .author-info {
      width: calc( 100% + (15px * 2) + (0px * 2));
      margin-left: calc( (15px + 0px) * -1); } }
    @media only screen and (max-width: 600px) {
        main.single-article article > footer .author-info img {
          max-width: 200%;
          width: 100%; } }
    @media only screen and (max-width: 600px) {
      main.single-article article > footer .author-info > * {
        padding: 18px 25px; } }
    @media only screen and (max-width: 450px) {
      main.single-article article > footer .author-info > * {
        padding: 18px 15px; } }
  main.single-article article > footer .author-block {
    float: left;
    *zoom: 1;
    clear: both; }
    main.single-article article > footer .author-block:before, main.single-article article > footer .author-block:after {
      content: " ";
      display: table; }
    main.single-article article > footer .author-block:after {
      clear: both; }
    @media only screen and (max-width: 600px) {
      main.single-article article > footer .author-block {
        float: none; }
        main.single-article article > footer .author-block > * {
          display: inline-block;
          vertical-align: middle; }
        main.single-article article > footer .author-block > div > * {
          display: inline-block;
          float: left;
          clear: left; } }
  main.single-article article > footer .avatar {
    display: none;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 70px; }
    @media only screen and (max-width: 600px) {
      main.single-article article > footer .avatar {
        display: inline-block; } }
  main.single-article article > footer .author {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.16;
    color: #0d4b90;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    line-height: 32px;
    margin-right: 10px; }
  main.single-article article > footer .author-twitter {
    margin: 0;
    font-size: 0.813em;
    color: #5cacc3;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    line-height: 32px;
    color: #00b2f1; }
  main.single-article article > footer .social {
    float: right; }
    main.single-article article > footer .social a {
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      height: 32px;
      margin-left: 0.4em;
      position: relative;
      border-radius: 100%;
      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; }
      main.single-article article > footer .social a:first-of-type {
        margin-left: 0; }
      main.single-article article > footer .social a:before {
        display: inline-block;
        position: absolute;
        line-height: 30px;
        width: 32px;
        height: 32px;
        text-align: center;
        left: 0;
        color: #ffffff;
        font-size: 0.9em; }
      main.single-article article > footer .social a.facebook {
        background-color: #2d66a5; }
        main.single-article article > footer .social a.facebook:before {
          content: ""; }
      main.single-article article > footer .social a.twitter {
        background-color: #00b2f1; }
        main.single-article article > footer .social a.twitter:before {
          content: ""; }
      main.single-article article > footer .social a.linkedin {
        background-color: #0070a3; }
        main.single-article article > footer .social a.linkedin:before {
          content: ""; }
      main.single-article article > footer .social a.googleplus {
        background-color: #e3533a; }
        main.single-article article > footer .social a.googleplus:before {
          content: ""; }
      main.single-article article > footer .social a.email {
        background-color: #5cacc3; }
        main.single-article article > footer .social a.email:before {
          content: ""; }
    main.single-article article > footer .social a {
      margin-left: 0.6em; }
    @media only screen and (max-width: 600px) {
      main.single-article article > footer .social {
        border-top: 1px solid #e8e8e8;
        width: 100%;
        float: none;
        text-align: center; }
        main.single-article article > footer .social a {
          width: 35px;
          height: 35px;
          margin-left: 15px; }
          main.single-article article > footer .social a:before {
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 1em; } }
  main.single-article .topics {
    padding-left: 85px;
    margin: 21px 0 58px 0;
    *zoom: 1;
    clear: both; }
    main.single-article .topics:before, main.single-article .topics:after {
      content: " ";
      display: table; }
    main.single-article .topics:after {
      clear: both; }
    @media only screen and (max-width: 600px) {
      main.single-article .topics {
        display: none; } }
    main.single-article .topics h1 {
      float: left;
      width: 85px;
      margin: 0 0 0 -85px;
      font-weight: normal;
      font-size: 1em;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      line-height: 1.95; }
    main.single-article .topics ul {
      float: right;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
    main.single-article .topics li {
      float: left;
      margin: 0 10px 10px 0; }
    main.single-article .topics a {
      display: block;
      background-color: #edf3f8;
      color: #0d4b90;
      font-size: 0.875em;
      padding: 0.5em 0.7em;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      border-radius: 5px; }
  main.single-article a[rel=next] {
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 15px;
    background-color: #0d4b90;
    color: #ffffff;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    text-decoration: none;
    border-radius: 8px; }
    main.single-article a[rel=next]:before {
      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;
      vertical-align: middle;
      font-size: 1.8em;
      margin-right: 15px; }
    main.single-article a[rel=next] span {
      vertical-align: middle; }
    main.single-article a[rel=next]:before {
      content: "";
      vertical-align: -7px; }
  main.single-article .comments-thread {
    padding-top: 60px; }
    main.single-article .comments-thread > header {
      color: #0d4b90;
      border-bottom: thin solid #cfdbe9;
      border-bottom-color: rgba(13, 75, 144, 0.2);
      margin-bottom: 20px;
      padding-bottom: 8px; }
      main.single-article .comments-thread > header:after {
        clear: both;
        content: "";
        display: table; }
      main.single-article .comments-thread > header h1 {
        float: left;
        font-size: 1.8em;
        line-height: 1;
        vertical-align: middle; }
      main.single-article .comments-thread > header a {
        color: inherit; }
      main.single-article .comments-thread > header > a {
        float: right;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-weight: bold;
        vertical-align: middle; }
        main.single-article .comments-thread > header > a.count {
          font-size: 1.2em; }
          main.single-article .comments-thread > header > a.count:after {
            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;
            content: "";
            font-size: 1.3em;
            margin-left: .2em;
            vertical-align: middle; }
        main.single-article .comments-thread > header > a.show, main.single-article .comments-thread > header > a.hide {
          border-bottom: thin solid #86a5c8;
          border-bottom-color: rgba(13, 75, 144, 0.5);
          font-size: .9em;
          margin: 0.3em 1em; }
        main.single-article .comments-thread > header > a.hide {
          display: none; }
    main.single-article .comments-thread > small {
      display: block;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-size: .9em;
      font-style: italic;
      margin-bottom: 40px; }
      main.single-article .comments-thread > small a {
        border-bottom: thin solid #86a5c8;
        border-bottom-color: rgba(13, 75, 144, 0.5);
        color: #0d4b90; }
    main.single-article .comments-thread > #disqus_thread {
      height: 0;
      overflow: hidden; }
    main.single-article .comments-thread.active > header a.show {
      display: none; }
    main.single-article .comments-thread.active > header a.hide {
      display: block; }
    main.single-article .comments-thread.active > #disqus_thread {
      height: auto; }

.single body > section.small-row-listing {
  margin-bottom: 46px; }

.single body > footer {
  margin-top: 46px; }

body > .loading-article {
  color: #0d4b90;
  font-family: "franklin-gothic-urw", arial, sans-serif;
  font-size: .825em;
  font-weight: bold;
  height: 300px;
  height: 60vh;
  letter-spacing: .125em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s; }
  body > .loading-article:before {
    background: url(../images/loading-large.gif);
    content: "";
    display: inline-block;
    height: 60px;
    margin-right: 16px;
    vertical-align: middle;
    width: 60px; }
  body > .loading-article.loading, body > .loading-article.loaded {
    margin-bottom: -300px;
    margin-bottom: -60vh; }
  body > .loading-article.loaded {
    opacity: 0;
    visibility: hidden; }

body > .dynamic-article {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  body > .dynamic-article.loading {
    -webkit-transform: translateY(60vh);
            transform: translateY(60vh); }

main.single-ispy-article header {
  background-color: #162738;
  box-shadow: 0 -132px #162738;
  padding: 88px 0 46px 0;
  color: #ffffff; }
  main.single-ispy-article header > div {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    clear: both; }
    @media only screen and (max-width: 750px) {
      main.single-ispy-article header > div {
        padding-left: 25px;
        padding-right: 25px; } }
    @media only screen and (max-width: 500px) {
      main.single-ispy-article header > div {
        padding-left: 15px;
        padding-right: 15px; } }
    main.single-ispy-article header > div:before, main.single-ispy-article header > div:after {
      content: " ";
      display: table; }
    main.single-ispy-article header > div:after {
      clear: both; }
    main.single-ispy-article header > div > .social,
    main.single-ispy-article header > div > .article-share {
      width: 195px;
      position: absolute;
      left: 40px;
      bottom: 0;
      padding-top: 15px;
      border-top: 1px solid #445364; }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article header > div > .social,
        main.single-ispy-article header > div > .article-share {
          display: none; } }
      main.single-ispy-article header > div > .social > .article-share-inner,
      main.single-ispy-article header > div > .article-share > .article-share-inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        padding-right: 10px; }
      main.single-ispy-article header > div > .social .article-share-title,
      main.single-ispy-article header > div > .article-share .article-share-title {
        display: none; }
      main.single-ispy-article header > div > .social a,
      main.single-ispy-article header > div > .article-share a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        text-decoration: none;
        background-color: #FFF;
        color: #083468;
        font-size: 14px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 25px;
        text-align: center; }
        main.single-ispy-article header > div > .social a span,
        main.single-ispy-article header > div > .article-share a span {
          display: none; }
        main.single-ispy-article header > div > .social a.article-share-twitter:before,
        main.single-ispy-article header > div > .article-share a.article-share-twitter:before {
          content: ""; }
        main.single-ispy-article header > div > .social a.article-share-facebook:before,
        main.single-ispy-article header > div > .article-share a.article-share-facebook:before {
          content: ""; }
        main.single-ispy-article header > div > .social a.article-share-instagram:before,
        main.single-ispy-article header > div > .article-share a.article-share-instagram:before {
          content: ""; }
        main.single-ispy-article header > div > .social a.article-share-linkedin:before,
        main.single-ispy-article header > div > .article-share a.article-share-linkedin:before {
          content: ""; }
        main.single-ispy-article header > div > .social a.article-share-email:before,
        main.single-ispy-article header > div > .article-share a.article-share-email:before {
          content: ""; }
        main.single-ispy-article header > div > .social a.article-share-pinterest:before,
        main.single-ispy-article header > div > .article-share a.article-share-pinterest:before {
          content: '';
          background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23FFF' d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z' class=''%3E%3C/path%3E%3C/svg%3E");
          width: 15px;
          height: 15px;
          background-repeat: no-repeat;
          background-position: 50%; }
  main.single-ispy-article header .standfirst {
    float: left;
    width: 100%; }
    @media only screen and (max-width: 900px) {
      main.single-ispy-article header .standfirst {
        float: none; } }
    main.single-ispy-article header .standfirst > div {
      margin: 0 405px 0 195px;
      padding: 0 30px;
      border-left: 1px solid #445364; }
      @media only screen and (max-width: 1350px) {
        main.single-ispy-article header .standfirst > div {
          margin: 0 205px 0 195px; } }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article header .standfirst > div {
          margin: 0;
          padding: 0;
          border-left: none;
          float: none; } }
    main.single-ispy-article header .standfirst .category {
      display: none;
      margin: 0;
      font-weight: bold;
      font-size: 0.875em;
      letter-spacing: 0.135em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #ffffff;
      margin-bottom: 1em; }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article header .standfirst .category {
          display: inline-block; } }
    main.single-ispy-article header .standfirst h1 {
      max-width: 500px;
      font-size: 2.5em;
      line-height: 1.15;
      margin-bottom: 1em; }
      @media only screen and (max-width: 1150px) {
        main.single-ispy-article header .standfirst h1 {
          font-size: 2.5em;
          line-height: 1.15;
          margin-bottom: 1em; } }
      @media only screen and (max-width: 450px) {
        main.single-ispy-article header .standfirst h1 {
          font-size: 1.875em;
          line-height: 1.2;
          margin-bottom: 1em;
          max-width: 75%; } }
    main.single-ispy-article header .standfirst p {
      max-width: 500px;
      margin: 0;
      font-size: 1.25em;
      line-height: 1.55;
      margin-bottom: 2em; }
      main.single-ispy-article header .standfirst p a {
        border-bottom: 1px solid #5cacc3; }
        main.single-ispy-article header .standfirst p a:hover {
          color: #5cacc3; }
    @media only screen and (max-width: 900px) {
      main.single-ispy-article header .standfirst .social-date-photos {
        display: table;
        width: 100%;
        border-top: 1px solid #293c53;
        border-bottom: 1px solid #293c53; }
        main.single-ispy-article header .standfirst .social-date-photos > * {
          padding: 20px; } }
    @media only screen and (max-width: 650px) {
      main.single-ispy-article header .standfirst .social-date-photos {
        width: calc( 100% + (40px * 2) + (0px * 2));
        margin-left: calc( (40px + 0px) * -1); } }
  @media only screen and (max-width: 650px) and (max-width: 750px) {
    main.single-ispy-article header .standfirst .social-date-photos {
      width: calc( 100% + (25px * 2 + (0px * 2) ));
      margin-left: calc( (25px + 0px) * -1); } }
  @media only screen and (max-width: 650px) and (max-width: 500px) {
    main.single-ispy-article header .standfirst .social-date-photos {
      width: calc( 100% + (15px * 2) + (0px * 2));
      margin-left: calc( (15px + 0px) * -1); } }
    @media only screen and (max-width: 650px) {
        main.single-ispy-article header .standfirst .social-date-photos img {
          max-width: 200%;
          width: 100%; }
        main.single-ispy-article header .standfirst .social-date-photos > time,
        main.single-ispy-article header .standfirst .social-date-photos > .photos {
          display: none; } }
    main.single-ispy-article header .standfirst .date-photos {
      display: none;
      width: 100%;
      border-bottom: 1px solid #293c53;
      width: calc( 100% + (40px * 2) + (0px * 2));
      margin-left: calc( (40px + 0px) * -1); }
      @media only screen and (max-width: 750px) {
        main.single-ispy-article header .standfirst .date-photos {
          width: calc( 100% + (25px * 2 + (0px * 2) ));
          margin-left: calc( (25px + 0px) * -1); } }
      @media only screen and (max-width: 500px) {
        main.single-ispy-article header .standfirst .date-photos {
          width: calc( 100% + (15px * 2) + (0px * 2));
          margin-left: calc( (15px + 0px) * -1); } }
      main.single-ispy-article header .standfirst .date-photos img {
        max-width: 200%;
        width: 100%; }
      @media only screen and (max-width: 650px) {
        main.single-ispy-article header .standfirst .date-photos {
          display: table; } }
      main.single-ispy-article header .standfirst .date-photos > * {
        padding: 15px 25px;
        width: 50%;
        display: table-cell; }
        @media only screen and (max-width: 450px) {
          main.single-ispy-article header .standfirst .date-photos > * {
            padding: 15px; } }
    main.single-ispy-article header .standfirst .social,
    main.single-ispy-article header .standfirst .article-share,
    main.single-ispy-article header .standfirst time {
      display: none; }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article header .standfirst .social,
        main.single-ispy-article header .standfirst .article-share,
        main.single-ispy-article header .standfirst time {
          display: table-cell;
          vertical-align: middle;
          border-right: 1px solid #293c53; } }
    @media only screen and (max-width: 750px) {
      main.single-ispy-article header .standfirst time {
        font-size: 0.8em; } }
    main.single-ispy-article header .standfirst .social,
    main.single-ispy-article header .standfirst .article-share {
      width: 315px;
      padding: 20px 0; }
      main.single-ispy-article header .standfirst .social .article-share-inner,
      main.single-ispy-article header .standfirst .article-share .article-share-inner {
        display: -webkit-box;
        display: flex;
        width: 100%; }
        main.single-ispy-article header .standfirst .social .article-share-inner .article-share-title,
        main.single-ispy-article header .standfirst .article-share .article-share-inner .article-share-title {
          display: none; }
      main.single-ispy-article header .standfirst .social a,
      main.single-ispy-article header .standfirst .article-share a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        text-decoration: none;
        background-color: #FFF;
        color: #083468;
        font-size: 14px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 25px;
        text-align: center;
        margin-right: 10px; }
        main.single-ispy-article header .standfirst .social a span,
        main.single-ispy-article header .standfirst .article-share a span {
          display: none; }
        main.single-ispy-article header .standfirst .social a:before,
        main.single-ispy-article header .standfirst .article-share a:before {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center; }
        main.single-ispy-article header .standfirst .social a.article-share-twitter:before,
        main.single-ispy-article header .standfirst .article-share a.article-share-twitter:before {
          content: ""; }
        main.single-ispy-article header .standfirst .social a.article-share-facebook:before,
        main.single-ispy-article header .standfirst .article-share a.article-share-facebook:before {
          content: ""; }
        main.single-ispy-article header .standfirst .social a.article-share-instagram:before,
        main.single-ispy-article header .standfirst .article-share a.article-share-instagram:before {
          content: ""; }
        main.single-ispy-article header .standfirst .social a.article-share-linkedin:before,
        main.single-ispy-article header .standfirst .article-share a.article-share-linkedin:before {
          content: ""; }
        main.single-ispy-article header .standfirst .social a.article-share-email:before,
        main.single-ispy-article header .standfirst .article-share a.article-share-email:before {
          content: ""; }
        main.single-ispy-article header .standfirst .social a.article-share-pinterest:before,
        main.single-ispy-article header .standfirst .article-share a.article-share-pinterest:before {
          content: '';
          background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23FFF' d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z' class=''%3E%3C/path%3E%3C/svg%3E");
          width: 15px;
          height: 15px;
          background-repeat: no-repeat;
          background-position: 50%; }
      @media only screen and (max-width: 750px) {
        main.single-ispy-article header .standfirst .social,
        main.single-ispy-article header .standfirst .article-share {
          width: 250px; }
          main.single-ispy-article header .standfirst .social a,
          main.single-ispy-article header .standfirst .article-share a {
            width: 35px;
            height: 35px;
            margin-left: 15px; }
            main.single-ispy-article header .standfirst .social a:before,
            main.single-ispy-article header .standfirst .article-share a:before {
              width: 35px;
              height: 35px;
              line-height: 35px;
              font-size: 1em; } }
      @media only screen and (max-width: 650px) {
        main.single-ispy-article header .standfirst .social,
        main.single-ispy-article header .standfirst .article-share {
          border-right: none;
          text-align: center; }
          main.single-ispy-article header .standfirst .social .article-share-inner,
          main.single-ispy-article header .standfirst .article-share .article-share-inner {
            -webkit-box-pack: center;
                    justify-content: center; } }
    main.single-ispy-article header .standfirst .photos {
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin-right: 1em;
      display: inline-block;
      vertical-align: middle;
      color: #ffffff; }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article header .standfirst .photos {
          margin-right: 0;
          display: table-cell;
          text-align: center; } }
      main.single-ispy-article header .standfirst .photos:before {
        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;
        content: "";
        vertical-align: middle;
        font-size: 1.75em;
        margin-right: 10px; }
      main.single-ispy-article header .standfirst .photos:hover {
        color: #f5a623; }
      main.single-ispy-article header .standfirst .photos span {
        vertical-align: middle; }
    main.single-ispy-article header .standfirst .view-gallery {
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      color: #5cacc3;
      margin-left: 1em; }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article header .standfirst .view-gallery {
          display: none; } }
      main.single-ispy-article header .standfirst .view-gallery:before {
        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;
        content: "";
        font-size: 1.5em;
        vertical-align: middle;
        margin-right: 10px; }
      main.single-ispy-article header .standfirst .view-gallery:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1em;
        width: 1px;
        background-color: #b4b4b4;
        opacity: 0.3;
        pointer-events: none; }
      main.single-ispy-article header .standfirst .view-gallery:hover {
        color: #227682; }
      main.single-ispy-article header .standfirst .view-gallery span {
        vertical-align: middle; }
  main.single-ispy-article header .meta {
    width: 195px;
    float: left;
    margin-left: -100%;
    padding: 0 22px 62px 0;
    text-align: right;
    position: relative; }
    main.single-ispy-article header .meta:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -1px;
      border-right: 1px solid #445364; }
    main.single-ispy-article header .meta .category {
      margin: 0;
      font-weight: bold;
      font-size: 0.875em;
      letter-spacing: 0.135em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #ffffff;
      display: inline-block;
      margin-bottom: 1em; }
    main.single-ispy-article header .meta time {
      margin-bottom: 2.5em; }
  main.single-ispy-article header .sponsor {
    border-left: 1px solid #445364;
    display: block;
    float: left;
    margin-left: -405px;
    padding-left: 18px;
    width: 405px; }
    main.single-ispy-article header .sponsor a {
      color: inherit;
      display: block; }
    main.single-ispy-article header .sponsor img {
      display: inline-block; }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article header .sponsor img {
          float: right;
          margin-left: 25px; } }
    main.single-ispy-article header .sponsor span {
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      line-height: 1.4;
      display: block;
      margin: 1em 0 0.5em 0; }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article header .sponsor span {
          margin: 0; } }
    main.single-ispy-article header .sponsor strong {
      display: block; }
    @media only screen and (max-width: 1350px) {
      main.single-ispy-article header .sponsor {
        width: 205px;
        margin-left: -205px; } }
    @media only screen and (max-width: 900px) {
      main.single-ispy-article header .sponsor {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 20px;
        padding-left: 0;
        border-left: none; } }
    @media only screen and (max-width: 650px) {
      main.single-ispy-article header .sponsor {
        font-size: 0.8em; } }
  main.single-ispy-article header time {
    margin: 0;
    font-size: 0.938em;
    line-height: 1.21;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    display: block; }
    main.single-ispy-article header time span {
      display: block;
      font-weight: bold;
      margin-bottom: 0.6em; }
  main.single-ispy-article header .category {
    margin: 0.5em 0 1.2em 0; }
    main.single-ispy-article header .category img {
      width: 60px; }
    @media only screen and (max-width: 450px) {
      main.single-ispy-article header .category {
        margin: 0 0 0.8em 0; }
        main.single-ispy-article header .category img {
          width: 32px; } }
  @media only screen and (max-width: 1250px) {
    main.single-ispy-article header {
      padding: 58px 0 36px 0; } }
  @media only screen and (max-width: 900px) {
    main.single-ispy-article header > div > .social {
      display: none; }
    main.single-ispy-article header .meta {
      display: none; } }
  @media only screen and (max-width: 650px) {
    main.single-ispy-article header {
      padding: 28px 0 36px 0; } }

main.single-ispy-article section.content {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin: 60px auto;
  padding-right: 465px; }
  @media only screen and (max-width: 750px) {
    main.single-ispy-article section.content {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    main.single-ispy-article section.content {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 1360px) {
    main.single-ispy-article section.content {
      padding-right: 370px; } }
  @media only screen and (max-width: 900px) {
    main.single-ispy-article section.content {
      padding-right: 40px; } }
  main.single-ispy-article section.content p {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.55;
    margin: 1.5em 0; }
    main.single-ispy-article section.content p a {
      border-bottom: 1px solid #5cacc3; }
      main.single-ispy-article section.content p a:hover {
        color: #5cacc3; }

main.single-ispy-article section.images {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin: 60px auto; }
  @media only screen and (max-width: 750px) {
    main.single-ispy-article section.images {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    main.single-ispy-article section.images {
      padding-left: 15px;
      padding-right: 15px; } }
  main.single-ispy-article section.images > div {
    padding-right: 425px; }
    @media only screen and (max-width: 1360px) {
      main.single-ispy-article section.images > div {
        padding-right: 350px; } }
    @media only screen and (max-width: 900px) {
      main.single-ispy-article section.images > div {
        padding: 0; } }
  @media only screen and (max-width: 600px) {
    main.single-ispy-article section.images {
      padding: 0; } }
  main.single-ispy-article section.images figure {
    margin: 40px 0;
    position: relative;
    *zoom: 1;
    clear: both; }
    main.single-ispy-article section.images figure:before, main.single-ispy-article section.images figure:after {
      content: " ";
      display: table; }
    main.single-ispy-article section.images figure:after {
      clear: both; }
    @media only screen and (max-width: 900px) {
      main.single-ispy-article section.images figure {
        margin: 0; } }
    main.single-ispy-article section.images figure > a {
      display: block;
      float: left;
      background-color: #f0f0f0;
      position: relative;
      overflow: hidden;
      width: 100%; }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article section.images figure > a {
          float: none; } }
      main.single-ispy-article section.images figure > a:hover span {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: opacity 0.15s, visibility 0s, height 0s, width 0s, -webkit-transform 0.15s;
        transition: opacity 0.15s, visibility 0s, height 0s, width 0s, -webkit-transform 0.15s;
        transition: opacity 0.15s, transform 0.15s, visibility 0s, height 0s, width 0s;
        transition: opacity 0.15s, transform 0.15s, visibility 0s, height 0s, width 0s, -webkit-transform 0.15s; }
      main.single-ispy-article section.images figure > a span {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(22, 39, 56, 0.83);
        color: #ffffff;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: opacity 0.15s, visibility 0.15s, height 0s 0.15s, width 0s 0.15s, -webkit-transform 0.15s;
        transition: opacity 0.15s, visibility 0.15s, height 0s 0.15s, width 0s 0.15s, -webkit-transform 0.15s;
        transition: opacity 0.15s, transform 0.15s, visibility 0.15s, height 0s 0.15s, width 0s 0.15s;
        transition: opacity 0.15s, transform 0.15s, visibility 0.15s, height 0s 0.15s, width 0s 0.15s, -webkit-transform 0.15s; }
        main.single-ispy-article section.images figure > a span:before {
          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;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          font-size: 50px;
          margin-top: -25px;
          margin-left: -25px;
          display: block;
          width: 50px;
          height: 50px; }
      main.single-ispy-article section.images figure > a img {
        margin: 0 auto;
        max-height: 700px; }
    main.single-ispy-article section.images figure .count {
      float: left;
      width: 60px;
      margin-left: -60px;
      font-size: 1.063em;
      font-family: "franklin-gothic-urw", arial, sans-serif; }
    main.single-ispy-article section.images figure p {
      margin: 0 0 1em 0;
      font-size: 1.063em;
      font-family: "franklin-gothic-urw", arial, sans-serif; }
      main.single-ispy-article section.images figure p span {
        display: block;
        margin-top: 0.5em; }
    main.single-ispy-article section.images figure.has_mrec {
      padding-bottom: 324px; }
      main.single-ispy-article section.images figure.has_mrec > a {
        margin-bottom: -324px; }
      main.single-ispy-article section.images figure.has_mrec .advertisement {
        position: absolute;
        bottom: 0;
        left: 104.4%;
        left: calc(100% + 41px); }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article section.images figure.has_mrec {
          padding-bottom: 0; }
          main.single-ispy-article section.images figure.has_mrec > a {
            margin-bottom: 0; }
          main.single-ispy-article section.images figure.has_mrec .advertisement {
            position: static;
            margin: 0 -40px 36px -40px; } }
      @media only screen and (max-width: 750px) {
        main.single-ispy-article section.images figure.has_mrec .advertisement {
          margin: 0 -25px 36px -25px; } }
      @media only screen and (max-width: 600px) {
        main.single-ispy-article section.images figure.has_mrec .advertisement {
          margin: 0 -0 36px 0; } }
  main.single-ispy-article section.images figcaption {
    width: 425px;
    float: right;
    margin-right: -425px;
    padding-left: 100px; }
    @media only screen and (max-width: 1360px) {
      main.single-ispy-article section.images figcaption {
        width: 350px;
        margin-right: -350px; } }
    @media only screen and (max-width: 1100px) {
      main.single-ispy-article section.images figcaption {
        width: 310px;
        margin-right: -310px;
        font-size: 0.9em; } }
    @media only screen and (max-width: 900px) {
      main.single-ispy-article section.images figcaption {
        margin-right: 0;
        float: none;
        width: 100%;
        padding: 20px 20px 20px 80px;
        font-size: 0.9em; } }
  main.single-ispy-article section.images .article-share {
    padding: 1em 0;
    border-top: 1px solid #c8d7e7;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    @media only screen and (max-width: 900px) {
      main.single-ispy-article section.images .article-share {
        display: none; } }
    main.single-ispy-article section.images .article-share .article-share-inner {
      display: -webkit-box;
      display: flex;
      width: 100%; }
      main.single-ispy-article section.images .article-share .article-share-inner .article-share-title {
        display: none; }
    main.single-ispy-article section.images .article-share a {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      text-decoration: none;
      background-color: #083468;
      color: #FFF;
      font-size: 14px;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 25px;
      text-align: center;
      margin-right: 10px; }
      main.single-ispy-article section.images .article-share a span {
        display: none; }
      main.single-ispy-article section.images .article-share a:before {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center; }
      main.single-ispy-article section.images .article-share a.article-share-twitter:before {
        content: ""; }
      main.single-ispy-article section.images .article-share a.article-share-facebook:before {
        content: ""; }
      main.single-ispy-article section.images .article-share a.article-share-instagram:before {
        content: ""; }
      main.single-ispy-article section.images .article-share a.article-share-linkedin:before {
        content: ""; }
      main.single-ispy-article section.images .article-share a.article-share-email:before {
        content: ""; }
      main.single-ispy-article section.images .article-share a.article-share-pinterest:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23FFF' d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z' class=''%3E%3C/path%3E%3C/svg%3E");
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: 50%; }
  main.single-ispy-article section.images .divider {
    display: block;
    position: absolute;
    height: 100%;
    border-right: 1px solid #e8e8e8;
    top: 0;
    right: -21px; }
    @media only screen and (max-width: 900px) {
      main.single-ispy-article section.images .divider {
        display: none; } }
  @media only screen and (max-width: 1160px) {
    main.single-ispy-article section.images .advertisement.leaderboard {
      margin: 0 -390px 0 -40px; } }
  @media only screen and (max-width: 900px) {
    main.single-ispy-article section.images .advertisement.leaderboard {
      margin: 0 -40px 36px; } }
  @media only screen and (max-width: 750px) {
    main.single-ispy-article section.images .advertisement.leaderboard {
      margin: 0 -25px 36px -25px; } }
  @media only screen and (max-width: 600px) {
    main.single-ispy-article section.images .advertisement.leaderboard {
      margin: 0 -0 36px 0; } }

main.single-ispy-article footer {
  display: none; }
  @media only screen and (max-width: 600px) {
    main.single-ispy-article footer {
      display: block; } }
  main.single-ispy-article footer .social,
  main.single-ispy-article footer .article-share {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    float: none;
    text-align: center;
    padding: 15px 0; }
    main.single-ispy-article footer .social > .article-share-inner,
    main.single-ispy-article footer .article-share > .article-share-inner {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      padding-right: 10px; }
    main.single-ispy-article footer .social .article-share-title,
    main.single-ispy-article footer .article-share .article-share-title {
      display: none; }
    main.single-ispy-article footer .social a,
    main.single-ispy-article footer .article-share a {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      margin-right: 10px;
      text-decoration: none;
      background-color: #083468;
      color: #FFF;
      font-size: 14px;
      width: 35px;
      height: 35px;
      border-radius: 100%;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 25px;
      text-align: center; }
      main.single-ispy-article footer .social a span,
      main.single-ispy-article footer .article-share a span {
        display: none; }
      main.single-ispy-article footer .social a.article-share-twitter:before,
      main.single-ispy-article footer .article-share a.article-share-twitter:before {
        content: ""; }
      main.single-ispy-article footer .social a.article-share-facebook:before,
      main.single-ispy-article footer .article-share a.article-share-facebook:before {
        content: ""; }
      main.single-ispy-article footer .social a.article-share-instagram:before,
      main.single-ispy-article footer .article-share a.article-share-instagram:before {
        content: ""; }
      main.single-ispy-article footer .social a.article-share-linkedin:before,
      main.single-ispy-article footer .article-share a.article-share-linkedin:before {
        content: ""; }
      main.single-ispy-article footer .social a.article-share-email:before,
      main.single-ispy-article footer .article-share a.article-share-email:before {
        content: ""; }
      main.single-ispy-article footer .social a.article-share-pinterest:before,
      main.single-ispy-article footer .article-share a.article-share-pinterest:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23FFF' d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z' class=''%3E%3C/path%3E%3C/svg%3E");
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: 50%; }

main.single-ispy-article a {
  text-decoration: none;
  color: #1e1e1e; }

main.single-author {
  margin-bottom: 40px; }
  main.single-author header {
    background-color: #162738;
    padding: 60px 0 30px 0;
    color: #ffffff; }
    main.single-author header > div {
      padding-left: 40px;
      padding-right: 40px;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      @media only screen and (max-width: 750px) {
        main.single-author header > div {
          padding-left: 25px;
          padding-right: 25px; } }
      @media only screen and (max-width: 500px) {
        main.single-author header > div {
          padding-left: 15px;
          padding-right: 15px; } }
      main.single-author header > div > * {
        display: inline-block;
        vertical-align: bottom; }
    main.single-author header img {
      border-radius: 76px;
      box-shadow: 0 1px 1px #b4b4b4;
      margin: 0 30px 0 0;
      width: 152px;
      float: left; }
    main.single-author header h1 {
      font-size: 2.5em;
      line-height: 1.15;
      margin: 15px 0 0 0; }
    main.single-author header h2 {
      margin: 0;
      font-weight: bold;
      font-size: 0.875em;
      letter-spacing: 0.135em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin: 15px 0 0 0; }
    @media only screen and (max-width: 550px) {
      main.single-author header img {
        width: 92px; }
      main.single-author header h1 {
        font-size: 2em; } }
  main.single-author article > div {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    clear: both;
    padding-top: 70px; }
    @media only screen and (max-width: 750px) {
      main.single-author article > div {
        padding-left: 25px;
        padding-right: 25px; } }
    @media only screen and (max-width: 500px) {
      main.single-author article > div {
        padding-left: 15px;
        padding-right: 15px; } }
    main.single-author article > div:before, main.single-author article > div:after {
      content: " ";
      display: table; }
    main.single-author article > div:after {
      clear: both; }
    main.single-author article > div > * {
      float: left;
      padding-right: 30px;
      width: 22.5%; }
    main.single-author article > div h4 {
      margin: 0;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin-bottom: 3em;
      color: #0d4b90; }
  @media only screen and (max-width: 950px) {
    main.single-author article > div > * {
      width: 50%; }
    main.single-author article .author-bio {
      width: 100%;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 550px) {
    main.single-author article > div {
      padding-top: 45px; }
      main.single-author article > div > * {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px; }
      main.single-author article > div h4 {
        margin-bottom: 1.5em; }
    main.single-author article .author-bio {
      padding-right: 0; } }
  main.single-author .author-bio {
    width: 55%;
    padding-right: 70px; }
    main.single-author .author-bio p {
      margin: 0;
      font-size: 1.25em;
      line-height: 1.55;
      max-width: 615px; }
      main.single-author .author-bio p a {
        border-bottom: 1px solid #5cacc3; }
        main.single-author .author-bio p a:hover {
          color: #5cacc3; }
  main.single-author .author-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    line-height: 1.3; }
  main.single-author .author-categories li {
    margin-bottom: 0.4em; }
  main.single-author .author-social-media a {
    display: inline-block;
    float: left;
    clear: left;
    margin: 0;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.16;
    color: #0d4b90;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0.5em; }
    main.single-author .author-social-media a:before {
      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;
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.3em; }
    main.single-author .author-social-media a span {
      vertical-align: middle; }
    main.single-author .author-social-media a.twitter {
      color: #00b2f1; }
      main.single-author .author-social-media a.twitter:before {
        content: ""; }
    main.single-author .author-social-media a.website {
      color: #5cacc3; }
      main.single-author .author-social-media a.website:before {
        content: ""; }
  main.single-author a {
    text-decoration: none;
    color: #1e1e1e; }

.load-more {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 15px;
  background-color: #0d4b90;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  font-family: "franklin-gothic-urw", arial, sans-serif;
  text-decoration: none;
  border-radius: 8px;
  margin-bottom: 100px; }
  .load-more:before {
    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;
    vertical-align: middle;
    font-size: 1.8em;
    margin-right: 15px; }
  .load-more span {
    vertical-align: middle; }

section.subscribe,
section.category-notify {
  padding: 0 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1314px;
  width: 100%;
  color: #ffffff;
  *zoom: 1;
  clear: both; }
  section.subscribe:before, section.subscribe:after,
  section.category-notify:before,
  section.category-notify:after {
    content: " ";
    display: table; }
  section.subscribe:after,
  section.category-notify:after {
    clear: both; }
  section.subscribe.inreview,
  section.category-notify.inreview {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative; }
  section.subscribe header,
  section.category-notify header {
    background-color: #0d4b90;
    padding: 40px 0;
    *zoom: 1;
    clear: both; }
    section.subscribe header:before, section.subscribe header:after,
    section.category-notify header:before,
    section.category-notify header:after {
      content: " ";
      display: table; }
    section.subscribe header:after,
    section.category-notify header:after {
      clear: both; }
    section.subscribe header > *,
    section.category-notify header > * {
      display: inline-block;
      vertical-align: middle; }
    article.primary-category-inreview section.subscribe header,
    article.inreview-article section.subscribe header, article.primary-category-inreview
    section.category-notify header,
    article.inreview-article
    section.category-notify header {
      background-color: #1e1c1d; }
  section.subscribe.inreview header,
  section.category-notify.inreview header {
    background-color: #1e1c1d;
    padding: 20px 0; }
  section.subscribe .logo,
  section.category-notify .logo {
    width: 33%;
    padding-left: 40px; }
  section.subscribe.inreview .logo,
  section.category-notify.inreview .logo {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 5px 0;
    text-align: center; }
    section.subscribe.inreview .logo img,
    section.category-notify.inreview .logo img {
      display: inline-block;
      width: 100%;
      height: auto;
      max-width: 183px; }
  section.subscribe img,
  section.category-notify img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 200%; }
  section.subscribe p,
  section.category-notify p {
    width: 40%;
    margin: 0 5% 0 22%;
    padding-left: 17px;
    position: relative;
    font-size: 1.25em;
    line-height: 1.3; }
    section.subscribe p:before,
    section.category-notify p:before {
      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;
      content: "";
      width: 110px;
      display: inline-block;
      vertical-align: middle;
      margin-left: -110px;
      text-align: center;
      font-size: 1.8em; }
    section.subscribe p:after,
    section.category-notify p:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 1px;
      background-color: #ffffff;
      opacity: 0.5; }
    section.subscribe p span,
    section.category-notify p span {
      display: inline-block;
      vertical-align: middle; }
  section.subscribe div,
  section.category-notify div {
    float: right;
    background-color: #2767ae;
    padding: 23px;
    width: 45%; }
    article.primary-category-inreview section.subscribe div,
    article.inreview-article section.subscribe div, article.primary-category-inreview
    section.category-notify div,
    article.inreview-article
    section.category-notify div {
      background-color: #000000; }
  section.subscribe.inreview div,
  section.category-notify.inreview div {
    background-color: #000000; }
  section.subscribe.inreview p,
  section.category-notify.inreview p {
    width: 100%;
    padding-left: 0;
    margin: 0;
    padding: 0 38px; }
  section.subscribe form,
  section.category-notify form {
    padding: 0;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    *zoom: 1;
    clear: both; }
    section.subscribe form:before, section.subscribe form:after,
    section.category-notify form:before,
    section.category-notify form:after {
      content: " ";
      display: table; }
    section.subscribe form:after,
    section.category-notify form:after {
      clear: both; }
    section.subscribe form > span,
    section.category-notify form > span {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      display: inline-block;
      margin: 0 0 12px;
      padding: 0 0 3px;
      width: 100%; }
  section.subscribe input,
  section.category-notify input {
    color: #ffffff;
    background: transparent;
    border: none;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 1.2em; }
  section.subscribe .terms,
  section.category-notify .terms {
    display: inline-block;
    margin: 8px 12px 8px 0; }
    :root section.subscribe .terms input, :root
    section.category-notify .terms input {
      opacity: 0;
      pointer-events: none;
      position: absolute; }
      :root section.subscribe .terms input + span, :root
      section.category-notify .terms input + span {
        border: thin solid;
        display: inline-block;
        height: 26px;
        margin-right: 10px;
        padding: 6px 5px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        width: 26px; }
        :root section.subscribe .terms input + span:before, :root
        section.category-notify .terms input + span:before {
          border-style: none none solid solid;
          border-width: 2px;
          display: block;
          height: 8px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          width: 16px; }
      :root section.subscribe .terms input:focus + span, :root
      section.category-notify .terms input:focus + span {
        border-color: rgba(255, 255, 255, 0.7); }
      :root section.subscribe .terms input:checked + span:before, :root
      section.category-notify .terms input:checked + span:before {
        content: ''; }
    section.subscribe .terms a,
    section.category-notify .terms a {
      color: inherit; }
  section.subscribe button,
  section.category-notify button {
    margin: 0;
    font-weight: bold;
    font-size: 0.75em;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    background: #0d4b90;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    float: right;
    margin: 0;
    padding: 12px 28px;
    -webkit-transition: background .15s;
    transition: background .15s; }
    article.primary-category-inreview section.subscribe button,
    article.inreview-article section.subscribe button, article.primary-category-inreview
    section.category-notify button,
    article.inreview-article
    section.category-notify button {
      background: #FFFFFF;
      color: #000000; }
    section.subscribe button:hover,
    section.category-notify button:hover {
      background: rgba(13, 75, 144, 0.7); }
  section.subscribe.inreview button,
  section.category-notify.inreview button {
    background: #FFFFFF !important;
    color: #000000; }
  section.subscribe.inreview .blurb,
  section.category-notify.inreview .blurb {
    width: 100%;
    padding-left: 0;
    margin: 0;
    padding: 0 38px;
    text-align: center; }
    section.subscribe.inreview .blurb span,
    section.category-notify.inreview .blurb span {
      padding-top: 5px; }
    section.subscribe.inreview .blurb:before,
    section.category-notify.inreview .blurb:before {
      display: none; }
  section.subscribe.inreview .thanks,
  section.category-notify.inreview .thanks {
    text-align: center; }
  section.subscribe.food-and-wine header,
  section.category-notify.food-and-wine header {
    background-color: #52305E; }
  section.subscribe.food-and-wine div,
  section.category-notify.food-and-wine div {
    background-color: #784A86; }
  section.subscribe.food-and-wine form,
  section.category-notify.food-and-wine form {
    border-bottom-color: #81578E; }
  section.subscribe.food-and-wine button,
  section.category-notify.food-and-wine button {
    background-color: #52305E; }
    section.subscribe.food-and-wine button:hover,
    section.category-notify.food-and-wine button:hover {
      background-color: rgba(82, 48, 94, 0.7); }
  @media only screen and (max-width: 850px) {
    section.subscribe div,
    section.category-notify div {
      width: 75%; } }
  @media only screen and (max-width: 600px) {
    section.subscribe,
    section.category-notify {
      padding: 0;
      margin-bottom: 15px;
      text-align: center; }
      section.subscribe header,
      section.category-notify header {
        padding: 35px 25px; }
      section.subscribe .logo,
      section.category-notify .logo {
        width: 209px;
        padding: 0; }
      section.subscribe p,
      section.category-notify p {
        margin: 1em 0 0 0;
        padding: 0;
        width: 100%; }
        section.subscribe p:before, section.subscribe p:after,
        section.category-notify p:before,
        section.category-notify p:after {
          content: none; }
      section.subscribe form,
      section.category-notify form {
        padding: 0; }
        section.subscribe form > span,
        section.category-notify form > span {
          padding: 0;
          display: block; }
      section.subscribe div,
      section.category-notify div {
        width: 100%;
        padding: 0; }
      section.subscribe input,
      section.category-notify input {
        float: none;
        height: auto;
        padding: 20px;
        text-align: inherit;
        width: 100%; }
      section.subscribe button,
      section.category-notify button {
        margin: 0;
        font-weight: bold;
        font-size: 0.875em;
        letter-spacing: 0.135em;
        text-transform: uppercase;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        background: #162738;
        border-radius: 0;
        margin: 12px 0 0;
        padding: 24px;
        width: 100%; } }
  section.subscribe ::-webkit-input-placeholder,
  section.category-notify ::-webkit-input-placeholder {
    color: #ffffff; }
  section.subscribe :-moz-placeholder,
  section.category-notify :-moz-placeholder {
    color: #ffffff; }
  section.subscribe ::-moz-placeholder,
  section.category-notify ::-moz-placeholder {
    color: #ffffff; }
  section.subscribe :-ms-input-placeholder,
  section.category-notify :-ms-input-placeholder {
    color: #ffffff; }

.subscribe.loading button, .category-notify.loading button {
  background: url("../../solstice-common/images/loading-white.gif") no-repeat center; }
  .subscribe.loading button span, .category-notify.loading button span {
    visibility: hidden; }

.subscribe.loading.food-and-wine button, .category-notify.loading.food-and-wine button {
  background-image: url("../../solstice-common/images/loading-white-purple.gif"); }

.subscribe .thanks, .category-notify .thanks {
  display: none; }
  .subscribe .thanks:before, .category-notify .thanks:before {
    content: "";
    font-size: 1em; }

.subscribe.loaded .blurb, .category-notify.loaded .blurb {
  display: none; }

.subscribe.loaded .thanks, .category-notify.loaded .thanks {
  display: inline-block; }

footer .subscribe.loaded button, footer .category-notify.loaded button {
  position: relative; }
  footer .subscribe.loaded button:before, footer .category-notify.loaded button:before {
    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;
    content: "";
    position: absolute;
    left: 0;
    right: 0; }
  footer .subscribe.loaded button span, footer .category-notify.loaded button span {
    visibility: hidden; }

/* Subscribe form popup */
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .subscribe-reveal .popup {
    opacity: 1;
    visibility: visible; }
    .subscribe-reveal .popup .subscribe {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .popup .subscribe {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -657px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
    .popup .subscribe:before {
      content: '\2715';
      width: 50px;
      height: 50px;
      border: 1px solid #e8e8e8;
      border-radius: 50%;
      color: #e8e8e8;
      text-align: center;
      line-height: 50px;
      right: 50px;
      top: -80px;
      position: absolute;
      cursor: pointer; }
      @media only screen and (max-width: 600px) {
        .popup .subscribe:before {
          right: 20px;
          top: -65px; } }
    @media only screen and (max-width: 1300px) {
      .popup .subscribe {
        left: auto;
        margin-left: 0; } }
    @media only screen and (max-width: 1000px) {
      .popup .subscribe {
        margin-top: 0;
        -webkit-transform: translateY(-50%) !important;
                transform: translateY(-50%) !important; } }
    @media only screen and (max-width: 360px) {
      .popup .subscribe {
        -webkit-transform: none !important;
                transform: none !important;
        top: auto;
        bottom: 0; } }

section.subscribe .g-recaptcha, section.subscribe .g-recaptcha div {
  float: none;
  background-color: transparent;
  padding: 0;
  width: auto;
  position: absolute; }
  article.primary-category-inreview section.subscribe .g-recaptcha,
  article.inreview-article section.subscribe .g-recaptcha,
  .inreview section.subscribe .g-recaptcha, article.primary-category-inreview section.subscribe .g-recaptcha div,
  article.inreview-article section.subscribe .g-recaptcha div,
  .inreview section.subscribe .g-recaptcha div {
    display: none; }

section.subscribe .grecaptcha-badge {
  visibility: hidden; }

section.subscribe .recaptcha-info {
  padding: 0 22px;
  width: 33%;
  text-align: left;
  font-size: 13px; }
  section.subscribe .recaptcha-info, section.subscribe .recaptcha-info a {
    color: #e8e8e8; }

section.subscribe.inreview .g-recaptcha, section.subscribe.inreview .g-recaptcha div {
  display: none; }

main.error header {
  background-color: #162738;
  padding: 100px 0 50px 0;
  color: #ffffff; }
  main.error header > div {
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    clear: both;
    padding-left: 40px;
    padding-right: 40px; }
    main.error header > div:before, main.error header > div:after {
      content: " ";
      display: table; }
    main.error header > div:after {
      clear: both; }
    @media only screen and (max-width: 750px) {
      main.error header > div {
        padding-left: 25px;
        padding-right: 25px; } }
    @media only screen and (max-width: 500px) {
      main.error header > div {
        padding-left: 15px;
        padding-right: 15px; } }
  main.error header h1 {
    font-size: 2.5em;
    line-height: 1.15; }

main.error article > div {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px; }
  main.error article > div:before, main.error article > div:after {
    content: " ";
    display: table; }
  main.error article > div:after {
    clear: both; }
  @media only screen and (max-width: 750px) {
    main.error article > div {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    main.error article > div {
      padding-left: 15px;
      padding-right: 15px; } }

main.error article p {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.55;
  max-width: 615px; }
  main.error article p a {
    border-bottom: 1px solid #5cacc3; }
    main.error article p a:hover {
      color: #5cacc3; }

main.error a {
  text-decoration: none;
  color: #1e1e1e; }

form.search {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both;
  margin-top: 100px; }
  @media only screen and (max-width: 750px) {
    form.search {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    form.search {
      padding-left: 15px;
      padding-right: 15px; } }
  form.search:before, form.search:after {
    content: " ";
    display: table; }
  form.search:after {
    clear: both; }
  form.search a {
    text-decoration: none;
    color: #1e1e1e; }
  form.search .search-refine {
    margin-bottom: 60px;
    text-align: justify; }
    form.search .search-refine > * {
      display: inline-block;
      vertical-align: middle; }
    form.search .search-refine:before {
      content: '';
      display: block;
      width: 100%; }
    form.search .search-refine:after {
      content: '';
      display: inline-block;
      width: 100%; }
    form.search .search-refine .search-field {
      border-bottom: 1px solid #1f1f1f;
      padding: 0 140px 7px 0;
      width: 37.73%;
      *zoom: 1;
      clear: both; }
      form.search .search-refine .search-field:before, form.search .search-refine .search-field:after {
        content: " ";
        display: table; }
      form.search .search-refine .search-field:after {
        clear: both; }
      form.search .search-refine .search-field label {
        float: left;
        width: 100%;
        padding-left: 40px; }
        form.search .search-refine .search-field label:before {
          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;
          content: "";
          float: left;
          width: 40px;
          margin-left: -40px;
          line-height: 34px;
          font-size: 1.7em; }
      form.search .search-refine .search-field input {
        background: transparent;
        border: none;
        width: 100%;
        height: 34px;
        line-height: 34px;
        float: right; }
      form.search .search-refine .search-field button {
        margin: 0;
        font-weight: bold;
        font-size: 0.875em;
        letter-spacing: 0.135em;
        text-transform: uppercase;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        float: right;
        width: 140px;
        margin: 0 -140px 0 0;
        background: transparent;
        border: none;
        padding: 8px 0 8px 5px;
        text-align: right; }
      @media only screen and (max-width: 800px) {
        form.search .search-refine .search-field {
          width: 100%; } }
    form.search .search-refine .sort {
      margin: 0;
      font-size: 1em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif; }
      form.search .search-refine .sort select {
        font-weight: bold;
        border: none;
        margin-left: 15px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
    form.search .search-refine .timeline label {
      margin: 0;
      font-size: 1em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      position: relative;
      display: inline-block;
      margin-left: 35px; }
      form.search .search-refine .timeline label.selected {
        font-weight: bold; }
    form.search .search-refine .timeline span {
      display: block;
      height: 20px;
      line-height: 20px;
      padding-left: 25px;
      position: relative; }
      form.search .search-refine .timeline span:before {
        content: '';
        width: 20px;
        height: 20px;
        border: 1px solid black;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%; }
    form.search .search-refine .timeline input {
      position: absolute;
      visibility: hidden; }
      form.search .search-refine .timeline input:checked + span:after {
        /* styling for selected radio element */
        content: '';
        background: black;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 4px;
        top: 4px; }
  form.search > header {
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
    *zoom: 1;
    clear: both; }
    form.search > header:before, form.search > header:after {
      content: " ";
      display: table; }
    form.search > header:after {
      clear: both; }
    form.search > header h1 {
      font-size: 1.5em;
      line-height: 1.2;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin: 0;
      font-weight: normal;
      color: #b4b4b4; }
      form.search > header h1 span {
        color: #1e1e1e; }
  form.search > div {
    padding-right: 490px;
    *zoom: 1;
    clear: both; }
    form.search > div:before, form.search > div:after {
      content: " ";
      display: table; }
    form.search > div:after {
      clear: both; }
    @media only screen and (max-width: 1250px) {
      form.search > div {
        padding-right: 400px; } }
    @media only screen and (max-width: 750px) {
      form.search > div {
        padding-right: 0; } }
  form.search .search-results {
    float: left;
    width: 100%; }
  form.search article {
    padding: 30px 0 30px 33%;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    *zoom: 1;
    clear: both; }
    form.search article:before, form.search article:after {
      content: " ";
      display: table; }
    form.search article:after {
      clear: both; }
    form.search article .thumbnail {
      float: left;
      margin-left: -49%;
      width: 42.825%; }
    @media only screen and (max-width: 600px) {
      form.search article {
        background-color: #fbfbfb;
        padding: 15px 10px;
        margin-bottom: 13px; }
        form.search article .thumbnail {
          width: 45%;
          float: left;
          margin-left: -35px;
          margin-bottom: 1em; }
        form.search article h1 {
          margin-left: 36%;
          padding-left: 20px;
          font-size: 1.188em;
          margin-top: 0; }
        form.search article p {
          clear: both; }
        form.search article footer {
          *zoom: 1;
          clear: both; }
          form.search article footer:before, form.search article footer:after {
            content: " ";
            display: table; }
          form.search article footer:after {
            clear: both; }
          form.search article footer > span {
            float: right; } }
    @media only screen and (max-width: 450px) {
      form.search article .thumbnail {
        margin-left: -25px; } }
    @media only screen and (max-width: 600px) {
      form.search article .category-sponsor {
        display: block;
        margin-bottom: 1em; } }
  form.search .search-filter {
    float: right;
    width: 350px;
    margin-right: -490px; }
    @media only screen and (max-width: 750px) {
      form.search .search-filter {
        display: none; } }
    form.search .search-filter fieldset {
      margin-bottom: 50px; }
    form.search .search-filter legend {
      margin: 0;
      font-weight: bold;
      font-size: 1.125em;
      line-height: 1.16;
      color: #0d4b90;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      display: block;
      width: 100%;
      color: #1e1e1e;
      border-bottom: 1px solid #e8e8e8;
      padding: 0.75em 0;
      margin-bottom: 1.5em; }
    form.search .search-filter label {
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      display: block;
      margin: 0 80px 10px 80px; }
      form.search .search-filter label > * {
        display: inline-block;
        vertical-align: middle; }
      form.search .search-filter label input {
        margin-right: 10px; }
    @media only screen and (max-width: 1250px) {
      form.search .search-filter {
        margin-right: -400px; } }
  form.search .pagination {
    padding: 30px 0;
    *zoom: 1;
    clear: both; }
    form.search .pagination:before, form.search .pagination:after {
      content: " ";
      display: table; }
    form.search .pagination:after {
      clear: both; }
    form.search .pagination .pages {
      float: left;
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif; }
      form.search .pagination .pages > * {
        margin-right: 18px; }
    form.search .pagination .prev-next {
      margin: 0;
      font-weight: bold;
      font-size: 0.875em;
      letter-spacing: 0.135em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      float: right;
      color: #b4b4b4; }
      form.search .pagination .prev-next .prev {
        float: left; }
      form.search .pagination .prev-next .next {
        margin-left: 30px;
        float: right; }
    form.search .pagination .current {
      font-weight: bold; }
    @media only screen and (max-width: 600px) {
      form.search .pagination .pages {
        display: none; }
      form.search .pagination .prev-next {
        width: 100%; } }

@media only screen and (max-width: 1600px) {
  .pswp__scroll-wrap {
    right: 450px; } }

@media only screen and (max-width: 1200px) {
  .pswp__scroll-wrap {
    width: 100%;
    bottom: 250px;
    right: 0;
    height: auto; } }

@media only screen and (max-width: 750px) {
  .pswp__scroll-wrap {
    bottom: 100px; } }

.pswp__content {
  width: 777px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #333333;
  padding: 50px 50px 130px 130px;
  color: #ffffff; }
  .pswp__content a {
    text-decoration: none;
    color: #ffffff; }
  .pswp__content .close-gallery {
    margin: 0;
    font-size: 0.938em;
    line-height: 1.21;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    position: absolute;
    top: 50px;
    right: 50px;
    color: #5cacc3; }
    .pswp__content .close-gallery:before {
      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;
      content: "";
      vertical-align: middle;
      font-size: 1.4em;
      margin-right: 10px; }
    .pswp__content .close-gallery span {
      vertical-align: middle; }
  .pswp__content .category {
    float: left;
    margin-left: -90px;
    margin-top: 0.5em;
    display: inline-block; }
    .pswp__content .category img {
      width: 47px; }
  .pswp__content h1 {
    font-size: 1.875em;
    line-height: 1.2;
    max-width: 320px;
    position: relative;
    margin-bottom: 0.75em; }
    .pswp__content h1:before {
      content: '';
      position: absolute;
      height: 100%;
      border-left: 1px solid #5a5a5a;
      left: -24px;
      top: 0; }
  .pswp__content time {
    margin: 0;
    font-size: 0.938em;
    line-height: 1.21;
    font-family: "franklin-gothic-urw", arial, sans-serif; }
  .pswp__content .description {
    position: relative;
    margin-top: 14em; }
    .pswp__content .description p {
      font-size: 1.063em;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      padding-bottom: 1em;
      border-bottom: 1px solid #5a5a5a;
      display: inline-block;
      margin: 0 0 1em 0; }
      .pswp__content .description p span {
        display: block;
        margin-top: 0.5em; }
  .pswp__content .nav {
    position: absolute;
    top: -4.5em; }
    .pswp__content .nav a {
      display: inline-block;
      vertical-align: middle; }
      .pswp__content .nav a:before {
        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;
        font-size: 2.75em; }
      .pswp__content .nav a.prev:before {
        content: ""; }
      .pswp__content .nav a.next {
        margin-left: 15px; }
        .pswp__content .nav a.next:before {
          content: ""; }
  .pswp__content .count {
    font-size: 1.063em;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    float: left;
    margin-left: -55px;
    text-align: right; }
  .pswp__content .social a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-left: 0.4em;
    position: relative;
    border-radius: 100%;
    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; }
    .pswp__content .social a:first-of-type {
      margin-left: 0; }
    .pswp__content .social a:before {
      display: inline-block;
      position: absolute;
      line-height: 30px;
      width: 32px;
      height: 32px;
      text-align: center;
      left: 0;
      color: #ffffff;
      font-size: 0.9em; }
    .pswp__content .social a.facebook {
      background-color: #2d66a5; }
      .pswp__content .social a.facebook:before {
        content: ""; }
    .pswp__content .social a.twitter {
      background-color: #00b2f1; }
      .pswp__content .social a.twitter:before {
        content: ""; }
    .pswp__content .social a.linkedin {
      background-color: #0070a3; }
      .pswp__content .social a.linkedin:before {
        content: ""; }
    .pswp__content .social a.googleplus {
      background-color: #e3533a; }
      .pswp__content .social a.googleplus:before {
        content: ""; }
    .pswp__content .social a.email {
      background-color: #5cacc3; }
      .pswp__content .social a.email:before {
        content: ""; }
  .pswp__content .social a {
    margin-left: 0.6em; }
  .pswp__content .supported-by {
    position: absolute;
    bottom: 50px;
    left: 130px; }
    .pswp__content .supported-by > * {
      display: inline-block;
      vertical-align: middle; }
    .pswp__content .supported-by a {
      margin-right: 30px; }
    .pswp__content .supported-by span {
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      line-height: 1.6; }
  @media only screen and (max-width: 1600px) {
    .pswp__content {
      width: 450px; }
      .pswp__content .close-gallery {
        top: 20px;
        right: 20px; }
        .pswp__content .close-gallery:before {
          margin: 0; }
        .pswp__content .close-gallery span {
          display: none; }
      .pswp__content .supported-by > * {
        display: block; }
      .pswp__content .supported-by a {
        margin-bottom: 1em; } }
  @media only screen and (max-width: 1200px) {
    .pswp__content {
      height: 250px;
      width: 100%;
      bottom: 0;
      top: initial;
      padding: 30px 30px 130px 30px;
      font-size: 0.8em; }
      .pswp__content .description {
        margin-top: 0;
        width: 350px;
        position: absolute;
        bottom: 30px; }
      .pswp__content h1:before {
        content: none; }
      .pswp__content time,
      .pswp__content .nav {
        display: none; }
      .pswp__content .supported-by {
        bottom: 30px;
        right: 30px;
        left: initial; }
      .pswp__content .close-gallery {
        top: 30px;
        right: 30px; } }
  @media only screen and (max-width: 750px) {
    .pswp__content {
      padding: 25px;
      height: 100px; }
      .pswp__content h1,
      .pswp__content .supported-by,
      .pswp__content .social,
      .pswp__content .close-gallery {
        display: none; }
      .pswp__content .caption {
        padding-right: 45px; }
      .pswp__content .count {
        float: none;
        position: absolute;
        right: 0;
        margin-left: 0; }
      .pswp__content .description {
        width: 100%;
        position: relative;
        bottom: 0; }
        .pswp__content .description p {
          padding-bottom: 0;
          margin: 0;
          border-bottom: none; } }
  @media only screen and (max-width: 500px) {
    .pswp__content {
      padding: 15px; } }

@media print {
  .advertisement {
    display: none; }
  body > header {
    padding-bottom: 0; }
    body > header > div {
      position: static; }
      body > header > div .logo-bar .support,
      body > header > div .logo-bar .subscribe,
      body > header > div .logo-bar .search {
        display: none; }
    body > header > h1 img {
      width: 116px; }
    body > header > h2 {
      font-size: 1.375em;
      height: 36px; }
    body > header nav.main,
    body > header a.subscribe {
      display: none; }
  body > footer,
  body section.small-row-listing,
  body .comments-thread {
    display: none; }
  body .privacy_nag, body .privacy_nag[hidden] {
    display: none; }
  body main.single-article article a[rel=next], body .loading-article {
    display: none; }
  main.single-article article {
    padding: 0;
    margin-top: 40px; }
    main.single-article article blockquote {
      margin: 2.5em auto; }
    main.single-article article header .author-info {
      display: none; }
    main.single-article article header figure span:before {
      content: none; }
    main.single-article article .wp-caption {
      width: 80% !important;
      float: none;
      margin-left: auto;
      margin-right: auto; }
    main.single-article article .top:before {
      content: none; }
    main.single-article article .presspatron-block {
      display: none; }
    main.single-article article footer {
      display: none; }
  main.single-article .timeline,
  main.single-article .related-story {
    display: none; } }

/* Blocks */
section.feature-listing {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  max-width: 1560px;
  color: #ffffff; }
  html.category-5 section.feature-listing,
  html.parent-category-inreview section.feature-listing {
    margin-bottom: 30px; }
  section.feature-listing a {
    text-decoration: none;
    color: inherit; }
  section.feature-listing article {
    background-color: #162738;
    position: relative;
    min-height: 435px;
    *zoom: 1;
    clear: both; }
    section.feature-listing article:before, section.feature-listing article:after {
      content: " ";
      display: table; }
    section.feature-listing article:after {
      clear: both; }
    section.feature-listing article > div {
      float: right;
      padding: 40px;
      width: 44.92%; }
      @media only screen and (max-width: 450px) {
        section.feature-listing article > div {
          padding: 25px; } }
    section.feature-listing article.primary-category-ispy .category-sponsor time:before, section.feature-listing article.primary-category-descendant-ispy .category-sponsor time:before {
      border-color: #5cacc3; }
    section.feature-listing article.primary-category-ispy .sponsor, section.feature-listing article.primary-category-descendant-ispy .sponsor {
      position: relative; }
      section.feature-listing article.primary-category-ispy .sponsor:before, section.feature-listing article.primary-category-descendant-ispy .sponsor:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        border-left: 1px solid #5cacc3;
        height: 100%; }
    html.category-5 section.feature-listing article,
    html.parent-category-inreview section.feature-listing article {
      background-color: #000000; }
  section.feature-listing .thumbnail {
    float: left;
    display: block;
    width: 55.08%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center; }
    @media only screen and (max-width: 600px) {
      section.feature-listing .thumbnail {
        width: 100%;
        position: relative;
        float: none;
        padding-bottom: 57%; } }
  section.feature-listing .category {
    color: #5cacc3; }
    html.category-5 section.feature-listing .category,
    html.parent-category-inreview section.feature-listing .category {
      color: #FFFFFF; }
  section.feature-listing time {
    color: #5cacc3; }
    html.category-5 section.feature-listing time,
    html.parent-category-inreview section.feature-listing time {
      color: #FFFFFF; }
  section.feature-listing h1 {
    font-size: 2.5em;
    line-height: 1.15;
    margin: 1.5em 0 0.6em 0; }
    section.feature-listing h1 a {
      color: #ffffff; }
    html.category-5 section.feature-listing h1,
    html.parent-category-inreview section.feature-listing h1 {
      font-family: "ivypresto-display", georgia, times, serif;
      line-height: 1.2;
      font-weight: normal;
      letter-spacing: 1.5px; }
  section.feature-listing p {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.55; }
    section.feature-listing p a {
      border-bottom: 1px solid #5cacc3; }
      section.feature-listing p a:hover {
        color: #5cacc3; }
    section.feature-listing p a {
      border-bottom: none; }
    html.category-5 section.feature-listing p,
    html.parent-category-inreview section.feature-listing p {
      font-family: "Open Sans", sans-serif;
      line-height: 1.3;
      font-size: 16px; }
  section.feature-listing figure > * {
    display: inline-block;
    vertical-align: middle; }
  section.feature-listing figure > a {
    width: 75px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 75px; }
  section.feature-listing figure figcaption {
    margin: 0;
    font-size: 0.938em;
    line-height: 1.21;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    color: #5cacc3; }
    html.category-5 section.feature-listing figure figcaption,
    html.parent-category-inreview section.feature-listing figure figcaption {
      color: #FFFFFF; }
    section.feature-listing figure figcaption a {
      display: block;
      font-weight: bold;
      color: #5cacc3;
      margin-top: 0.3em; }
      html.category-5 section.feature-listing figure figcaption a,
      html.parent-category-inreview section.feature-listing figure figcaption a {
        color: #FFFFFF; }
  section.feature-listing .comments {
    margin: 0;
    font-size: 0.813em;
    color: #b4b4b4;
    font-family: "franklin-gothic-urw", arial, sans-serif; }
    section.feature-listing .comments:before {
      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;
      content: "";
      vertical-align: middle;
      margin-right: 5px; }
    section.feature-listing .comments span {
      vertical-align: middle; }
  section.feature-listing .author {
    margin: 0;
    font-weight: bold;
    font-size: 0.813em;
    color: #0d4b90;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    color: #5cacc3;
    margin-right: 1em;
    float: left; }
    html.category-5 section.feature-listing .author,
    html.parent-category-inreview section.feature-listing .author {
      color: #797e71; }
  section.feature-listing .category-sponsor {
    margin-bottom: 1em; }
    section.feature-listing .category-sponsor .sponsor img {
      max-width: 70%; }
    section.feature-listing .category-sponsor time {
      position: relative;
      margin-left: 0.75em;
      padding: 0 0 0 1em; }
      section.feature-listing .category-sponsor time:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        border-left: 1px solid #5cacc3;
        height: 100%; }
      html.category-5 section.feature-listing .category-sponsor time,
      html.parent-category-inreview section.feature-listing .category-sponsor time {
        position: relative; }
        html.category-5 section.feature-listing .category-sponsor time:before,
        html.parent-category-inreview section.feature-listing .category-sponsor time:before {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          border-left: 1px solid #FFFFFF;
          height: 100%; }
  section.feature-listing footer {
    margin-top: 4em;
    *zoom: 1;
    clear: both; }
    section.feature-listing footer:before, section.feature-listing footer:after {
      content: " ";
      display: table; }
    section.feature-listing footer:after {
      clear: both; }
    section.feature-listing footer span > * {
      display: inline-block;
      vertical-align: middle; }
    section.feature-listing footer .desktop .photos {
      margin: 0 25px 0 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #ffffff; }
      section.feature-listing footer .desktop .photos:before {
        margin-right: 10px;
        font-size: 1.8em; }
    section.feature-listing footer .desktop time:before {
      content: '|';
      vertical-align: top;
      margin: 0 0.5em 0 0.3em; }
    section.feature-listing footer .mobile {
      display: none;
      line-height: 1; }
      section.feature-listing footer .mobile > span {
        float: right; }
      section.feature-listing footer .mobile time {
        padding-left: 0; }
      section.feature-listing footer .mobile .sponsor {
        color: #5cacc3;
        margin-left: 0;
        font-weight: bold; }
        section.feature-listing footer .mobile .sponsor:before {
          content: none; }
    section.feature-listing footer time {
      margin: 0;
      font-size: 0.813em;
      color: #5cacc3;
      font-family: "franklin-gothic-urw", arial, sans-serif; }
  @media only screen and (max-width: 1000px) {
    section.feature-listing {
      padding: 0; } }
  @media only screen and (max-width: 600px) {
    section.feature-listing article > div,
    section.feature-listing .thumbnail {
      width: 100%; }
    section.feature-listing article > div {
      padding: 25px;
      margin-bottom: 30px; }
      section.feature-listing article > div h1 {
        font-size: 1.75em;
        margin: 0.4em 0 0.6em 0; }
      section.feature-listing article > div p {
        font-size: 1em;
        max-width: 100%; }
      section.feature-listing article > div .category {
        font-size: 0.75em; }
      section.feature-listing article > div footer {
        margin-top: 1.5em; }
        section.feature-listing article > div footer figure {
          display: none; }
    section.feature-listing .citymag .category {
      display: inline-block; }
    section.feature-listing .category img {
      width: 48px; }
    section.feature-listing .category-sponsor .sponsor {
      display: inline-block; }
    section.feature-listing .category-sponsor time {
      display: none; }
    section.feature-listing .category-sponsor .citymag {
      border-left: thin solid #5cacc3;
      margin-left: 1em;
      padding-left: 1em; }
      section.feature-listing .category-sponsor .citymag img {
        width: 78px; }
    section.feature-listing .sponsor {
      position: relative;
      margin-left: 0.75em;
      padding: 0 0 0 1em; }
      section.feature-listing .sponsor:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        border-left: 1px solid #556374;
        height: 100%; }
    section.feature-listing footer .desktop {
      display: none; }
    section.feature-listing footer .mobile {
      display: block; } }

section.feature-ad {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  margin-bottom: 38px;
  max-width: 1484px; }
  @media only screen and (max-width: 750px) {
    section.feature-ad {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    section.feature-ad {
      padding-left: 15px;
      padding-right: 15px; } }
  section.feature-ad:before, section.feature-ad:after {
    content: " ";
    display: table; }
  section.feature-ad:after {
    clear: both; }
  section.feature-ad a {
    text-decoration: none;
    color: inherit; }
  section.feature-ad article {
    padding: 0;
    color: #ffffff;
    background-color: #162738;
    margin-right: 30px;
    min-height: 350px;
    position: relative;
    width: 100%;
    *zoom: 1;
    clear: both; }
    section.feature-ad article:before, section.feature-ad article:after {
      content: " ";
      display: table; }
    section.feature-ad article:after {
      clear: both; }
    section.feature-ad article h1 {
      font-size: 1.875em;
      line-height: 1.2;
      margin: 0.75em 0; }
      section.feature-ad article h1 a {
        color: #ffffff; }
    section.feature-ad article p {
      margin-bottom: 2em; }
    section.feature-ad article .thumbnail {
      margin: 0;
      width: 50%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center;
      float: left; }
      section.feature-ad article .thumbnail > span {
        background-color: #ffffff;
        color: #1e1e1e;
        font-size: 0.813em;
        line-height: 1.3;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        position: absolute;
        bottom: 0;
        padding-left: 15px;
        display: block;
        left: 0;
        right: 0; }
        section.feature-ad article .thumbnail > span > span {
          padding: 12px 15px 17px 0;
          border-bottom: 1px solid #162738;
          display: block; }
    section.feature-ad article > div {
      float: right;
      padding: 30px;
      width: 50%; }
    section.feature-ad article .category-sponsor .category,
    section.feature-ad article .author,
    section.feature-ad article .comments {
      color: #5cacc3; }
    section.feature-ad article figure > * {
      display: inline-block;
      vertical-align: middle; }
    section.feature-ad article figure > a {
      width: 75px;
      overflow: hidden;
      margin-right: 20px;
      border-radius: 75px; }
    section.feature-ad article figure figcaption {
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #5cacc3; }
      section.feature-ad article figure figcaption a {
        display: block;
        font-weight: bold;
        color: #5cacc3;
        margin-top: 0.3em; }
    section.feature-ad article .comments {
      margin: 0;
      font-size: 0.813em;
      color: #b4b4b4;
      font-family: "franklin-gothic-urw", arial, sans-serif; }
      section.feature-ad article .comments:before {
        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;
        content: "";
        vertical-align: middle;
        margin-right: 5px; }
      section.feature-ad article .comments span {
        vertical-align: middle; }
    section.feature-ad article .author {
      margin: 0;
      font-weight: bold;
      font-size: 0.813em;
      color: #0d4b90;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #5cacc3;
      margin-right: 1em;
      float: left; }
    section.feature-ad article .category-sponsor {
      margin-bottom: 1em; }
      section.feature-ad article .category-sponsor .sponsor img {
        max-width: 70%; }
      section.feature-ad article .category-sponsor time {
        position: relative;
        margin-left: 0.75em;
        padding: 0 0 0 1em; }
        section.feature-ad article .category-sponsor time:before {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          border-left: 1px solid #5cacc3;
          height: 100%; }
    section.feature-ad article footer {
      margin-top: 4em;
      *zoom: 1;
      clear: both; }
      section.feature-ad article footer:before, section.feature-ad article footer:after {
        content: " ";
        display: table; }
      section.feature-ad article footer:after {
        clear: both; }
      section.feature-ad article footer span > * {
        display: inline-block;
        vertical-align: middle; }
      section.feature-ad article footer .desktop .photos {
        margin: 0 25px 0 0;
        font-size: 0.938em;
        line-height: 1.21;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        color: #ffffff; }
        section.feature-ad article footer .desktop .photos:before {
          margin-right: 10px;
          font-size: 1.8em; }
      section.feature-ad article footer .desktop time:before {
        content: '|';
        vertical-align: top;
        margin: 0 0.5em 0 0.3em; }
      section.feature-ad article footer .mobile {
        display: none;
        line-height: 1; }
        section.feature-ad article footer .mobile > span {
          float: right; }
        section.feature-ad article footer .mobile time {
          padding-left: 0; }
        section.feature-ad article footer .mobile .sponsor {
          color: #5cacc3;
          margin-left: 0;
          font-weight: bold; }
          section.feature-ad article footer .mobile .sponsor:before {
            content: none; }
      section.feature-ad article footer time {
        margin: 0;
        font-size: 0.813em;
        color: #5cacc3;
        font-family: "franklin-gothic-urw", arial, sans-serif; }
  section.feature-ad .advertisement {
    padding: 16px 0;
    width: 320px; }
  @media (max-width: 1100px) {
    section.feature-ad article .category-sponsor {
      margin-top: 0; }
    section.feature-ad article .thumbnail {
      position: static;
      width: 100%;
      padding-bottom: 55%; }
      section.feature-ad article .thumbnail > span {
        display: none; }
    section.feature-ad article > div {
      width: 100%; }
    section.feature-ad .article-listing {
      padding-right: 360px; } }
  @media only screen and (max-width: 750px) {
    section.feature-ad {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      section.feature-ad article {
        margin-bottom: 30px; }
      section.feature-ad .ad-column {
        width: 100%; }
      section.feature-ad .advertisement {
        margin-bottom: 30px;
        width: 100%; } }
  @media only screen and (max-width: 600px) {
    section.feature-ad article > div {
      padding: 25px; }
    section.feature-ad article h1 {
      font-size: 1.75em;
      margin: 0.4em 0 0.6em 0; }
    section.feature-ad article p {
      font-size: 1em;
      max-width: 100%; }
    section.feature-ad article .category-sponsor .sponsor {
      display: inline-block; }
    section.feature-ad article .category-sponsor time {
      display: none; }
    section.feature-ad article .category-sponsor .citymag {
      border-left: thin solid #5cacc3;
      margin-left: 1em;
      padding-left: 1em; }
      section.feature-ad article .category-sponsor .citymag img {
        width: 78px; }
    section.feature-ad article .category {
      font-size: 0.75em; }
    section.feature-ad article .category img {
      width: 48px; }
    section.feature-ad article.citymag .category {
      display: inline-block; }
    section.feature-ad article .sponsor {
      position: relative;
      margin-left: 0.75em;
      padding: 0 0 0 1em; }
      section.feature-ad article .sponsor:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        border-left: 1px solid #556374;
        height: 100%; }
    section.feature-ad article footer {
      margin-top: 1.5em; }
      section.feature-ad article footer .desktop {
        display: none; }
      section.feature-ad article footer .mobile {
        display: block; }
      section.feature-ad article footer figure {
        display: none; } }

section.wide-feature-listing {
  background-color: #162738;
  position: relative;
  min-height: 650px;
  color: #ffffff; }
  section.wide-feature-listing.primary-category-food-wine, section.wide-feature-listing.primary-category-descendant-food-wine {
    background-color: #095c30; }
  section.wide-feature-listing.primary-category-real-estate, section.wide-feature-listing.primary-category-descendant-real-estate {
    background-color: #3870b2; }
  section.wide-feature-listing.primary-category-sport, section.wide-feature-listing.primary-category-descendant-sport {
    background-color: #f5a623; }
  section.wide-feature-listing.primary-category-arts-and-culture, section.wide-feature-listing.primary-category-descendant-arts-and-culture {
    background-color: #52305e; }
  section.wide-feature-listing.sponsored {
    color: #5cacc3; }
  section.wide-feature-listing a {
    text-decoration: none;
    color: #ffffff; }
  section.wide-feature-listing article {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 750px) {
      section.wide-feature-listing article {
        padding-left: 25px;
        padding-right: 25px; } }
    @media only screen and (max-width: 500px) {
      section.wide-feature-listing article {
        padding-left: 15px;
        padding-right: 15px; } }
    section.wide-feature-listing article.primary-category-ispy .category-sponsor time:before, section.wide-feature-listing article.primary-category-descendant-ispy .category-sponsor time:before {
      border-color: #ffffff; }
    section.wide-feature-listing article.primary-category-ispy .sponsor, section.wide-feature-listing article.primary-category-descendant-ispy .sponsor {
      position: relative; }
      section.wide-feature-listing article.primary-category-ispy .sponsor:before, section.wide-feature-listing article.primary-category-descendant-ispy .sponsor:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        border-left: 1px solid #ffffff;
        height: 100%; }
  section.wide-feature-listing .thumbnail {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 57.85%;
    background-size: cover;
    background-position: center center; }
  section.wide-feature-listing div {
    padding: 80px 61% 80px 0; }
  section.wide-feature-listing time {
    color: #ffffff;
    position: relative; }
    section.wide-feature-listing time:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      border-left: 1px solid #ffffff;
      height: 100%; }
  section.wide-feature-listing h1 {
    font-size: 3.125em;
    line-height: 1.15;
    margin: 1.5em 0 0.6em 0; }
  section.wide-feature-listing p {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.55; }
    section.wide-feature-listing p a {
      border-bottom: 1px solid #5cacc3; }
      section.wide-feature-listing p a:hover {
        color: #5cacc3; }
  section.wide-feature-listing figure > * {
    display: inline-block;
    vertical-align: middle; }
  section.wide-feature-listing figure > a {
    width: 75px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 75px; }
  section.wide-feature-listing figure figcaption {
    margin: 0;
    font-size: 0.938em;
    line-height: 1.21;
    font-family: "franklin-gothic-urw", arial, sans-serif; }
    section.wide-feature-listing figure figcaption a {
      display: block;
      font-weight: bold; }
  section.wide-feature-listing .comments {
    margin: 0;
    font-size: 0.813em;
    color: #b4b4b4;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    color: #ffffff;
    float: right; }
    section.wide-feature-listing .comments:before {
      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;
      content: "";
      vertical-align: middle;
      margin-right: 5px; }
    section.wide-feature-listing .comments span {
      vertical-align: middle; }
  section.wide-feature-listing .author {
    margin: 0;
    font-weight: bold;
    font-size: 0.813em;
    color: #0d4b90;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    color: #ffffff;
    margin-right: 1em;
    float: left; }
  section.wide-feature-listing footer {
    margin-top: 4em;
    *zoom: 1;
    clear: both; }
    section.wide-feature-listing footer:before, section.wide-feature-listing footer:after {
      content: " ";
      display: table; }
    section.wide-feature-listing footer:after {
      clear: both; }
    section.wide-feature-listing footer .mobile {
      display: none; }
  @media only screen and (max-width: 1550px) {
    section.wide-feature-listing {
      min-height: 500px; }
      section.wide-feature-listing div {
        padding: 50px 61% 50px 0; }
      section.wide-feature-listing h1 {
        margin: 1em 0 0.6em 0; }
      section.wide-feature-listing footer {
        margin-top: 3em; } }
  @media only screen and (max-width: 1250px) {
    section.wide-feature-listing h1 {
      font-size: 2.5em; }
    section.wide-feature-listing p {
      font-size: 1em; } }
  @media only screen and (max-width: 1100px) {
    section.wide-feature-listing {
      min-height: 300px; }
      section.wide-feature-listing div {
        padding: 30px 63% 30px 0; }
      section.wide-feature-listing h1 {
        margin: 0.8em 0 0.3em 0; }
      section.wide-feature-listing footer {
        margin-top: 1.5em; }
      section.wide-feature-listing figure > a {
        width: 60px; } }
  @media only screen and (max-width: 900px) {
    section.wide-feature-listing h1 {
      font-size: 2em; }
    section.wide-feature-listing p {
      font-size: 0.8em; }
    section.wide-feature-listing figure {
      display: none; }
    section.wide-feature-listing footer .author,
    section.wide-feature-listing footer > span {
      display: inline-block; } }
  @media only screen and (max-width: 600px) {
    section.wide-feature-listing article {
      padding: 0; }
    section.wide-feature-listing div {
      padding: 25px 35px; }
    section.wide-feature-listing .thumbnail {
      width: 100%;
      position: static;
      padding-bottom: 60%; }
    section.wide-feature-listing p, section.wide-feature-listing h1 {
      display: block;
      max-width: 100%; }
    section.wide-feature-listing h1 {
      margin: 0.5em 0 0.6em 0; }
    section.wide-feature-listing figure,
    section.wide-feature-listing time {
      display: none; }
    section.wide-feature-listing footer {
      margin-top: 1.5em; } }
  @media only screen and (max-width: 450px) {
    section.wide-feature-listing div {
      padding: 25px; } }

section.one-column-listing {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both; }
  @media only screen and (max-width: 750px) {
    section.one-column-listing {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    section.one-column-listing {
      padding-left: 15px;
      padding-right: 15px; } }
  section.one-column-listing:before, section.one-column-listing:after {
    content: " ";
    display: table; }
  section.one-column-listing:after {
    clear: both; }
  html.category-5 section.one-column-listing,
  html.parent-category-inreview section.one-column-listing {
    margin-bottom: 30px; }
  section.one-column-listing a {
    text-decoration: none;
    color: inherit; }
  section.one-column-listing > header {
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
    *zoom: 1;
    clear: both; }
    section.one-column-listing > header:before, section.one-column-listing > header:after {
      content: " ";
      display: table; }
    section.one-column-listing > header:after {
      clear: both; }
    section.one-column-listing > header h1 {
      float: left;
      font-size: 1.875em;
      line-height: 1.2; }
  section.one-column-listing .article-listing {
    width: 100%;
    padding-right: 400px;
    margin-top: 30px;
    position: relative;
    *zoom: 1;
    clear: both; }
    section.one-column-listing .article-listing:before, section.one-column-listing .article-listing:after {
      content: " ";
      display: table; }
    section.one-column-listing .article-listing:after {
      clear: both; }
  section.one-column-listing article {
    padding: 30px 0 30px 33%;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    width: 100%;
    *zoom: 1;
    clear: both; }
    section.one-column-listing article:before, section.one-column-listing article:after {
      content: " ";
      display: table; }
    section.one-column-listing article:after {
      clear: both; }
    section.one-column-listing article h1 {
      font-size: 1.5em;
      line-height: 1.3;
      margin: 0.6em 0 0.6em 0; }
      html.category-5 section.one-column-listing article h1,
      html.parent-category-inreview section.one-column-listing article h1 {
        font-family: "ivypresto-display", georgia, times, serif;
        line-height: 1.2;
        font-size: 26px;
        font-weight: normal;
        letter-spacing: 1.5px; }
    html.category-5 section.one-column-listing article p,
    html.parent-category-inreview section.one-column-listing article p {
      font-family: "Open Sans", sans-serif;
      line-height: 1.2;
      font-size: 16px; }
    section.one-column-listing article.feature {
      padding: 0;
      border-bottom: none;
      color: #ffffff;
      background-color: #162738;
      min-height: 350px; }
      html.category-5 section.one-column-listing article.feature,
      html.parent-category-inreview section.one-column-listing article.feature {
        background-color: #000000; }
      section.one-column-listing article.feature h1 {
        font-size: 1.875em;
        line-height: 1.2;
        margin: 0.75em 0; }
        section.one-column-listing article.feature h1 a {
          color: #ffffff; }
        html.category-5 section.one-column-listing article.feature h1,
        html.parent-category-inreview section.one-column-listing article.feature h1 {
          font-family: "ivypresto-display", georgia, times, serif;
          line-height: 1.2;
          font-size: 32px;
          font-weight: normal;
          letter-spacing: 1.5px; }
      section.one-column-listing article.feature p {
        margin-bottom: 2em; }
        html.category-5 section.one-column-listing article.feature p,
        html.parent-category-inreview section.one-column-listing article.feature p {
          font-family: "Open Sans", sans-serif;
          line-height: 1.2;
          font-size: 16px; }
      section.one-column-listing article.feature .thumbnail {
        margin: 0;
        width: 55%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center;
        float: none; }
        section.one-column-listing article.feature .thumbnail > span {
          background-color: #ffffff;
          color: #1e1e1e;
          font-size: 0.813em;
          line-height: 1.3;
          font-family: "franklin-gothic-urw", arial, sans-serif;
          position: absolute;
          bottom: 0;
          padding-left: 15px;
          display: block;
          left: 0;
          right: 0; }
          section.one-column-listing article.feature .thumbnail > span > span {
            padding: 12px 15px 17px 0;
            border-bottom: 1px solid #162738;
            display: block; }
      section.one-column-listing article.feature > div {
        width: 45%;
        padding: 30px; }
      section.one-column-listing article.feature .category,
      section.one-column-listing article.feature .author,
      section.one-column-listing article.feature .comments {
        color: #5cacc3; }
        html.category-5 section.one-column-listing article.feature .category,
        html.parent-category-inreview section.one-column-listing article.feature .category, html.category-5
        section.one-column-listing article.feature .author,
        html.parent-category-inreview
        section.one-column-listing article.feature .author, html.category-5
        section.one-column-listing article.feature .comments,
        html.parent-category-inreview
        section.one-column-listing article.feature .comments {
          color: #FFFFFF; }
    @media only screen and (max-width: 600px) {
      section.one-column-listing article {
        background-color: #fbfbfb;
        padding: 15px 10px;
        margin-bottom: 13px; }
        section.one-column-listing article .thumbnail {
          width: 45%;
          float: left;
          margin-left: -35px;
          margin-bottom: 1em; }
        section.one-column-listing article h1 {
          margin-left: 36%;
          padding-left: 20px;
          font-size: 1.188em;
          margin-top: 0; }
        section.one-column-listing article p {
          clear: both; }
        section.one-column-listing article footer {
          *zoom: 1;
          clear: both; }
          section.one-column-listing article footer:before, section.one-column-listing article footer:after {
            content: " ";
            display: table; }
          section.one-column-listing article footer:after {
            clear: both; }
          section.one-column-listing article footer > span {
            float: right; } }
    @media only screen and (max-width: 450px) {
      section.one-column-listing article .thumbnail {
        margin-left: -25px; } }
  section.one-column-listing .thumbnail {
    float: left;
    margin-left: -49%;
    width: 42.825%; }
  section.one-column-listing footer {
    padding-top: 1em; }
  section.one-column-listing .advertisement {
    width: 320px;
    position: absolute;
    right: 0; }
    section.one-column-listing .advertisement.mrec {
      top: 0; }
    section.one-column-listing .advertisement.video {
      margin-top: 30px; }
    section.one-column-listing .advertisement.halfpage {
      bottom: 0; }
  @media only screen and (max-width: 1000px) {
    section.one-column-listing article.feature {
      width: 100%; }
      section.one-column-listing article.feature .category-sponsor {
        margin-top: 0; }
      section.one-column-listing article.feature .thumbnail {
        position: relative;
        width: 100%;
        padding-bottom: 55%; }
        section.one-column-listing article.feature .thumbnail > span {
          display: none; }
      section.one-column-listing article.feature > div {
        width: 100%; }
    section.one-column-listing .article-listing {
      padding-right: 360px; } }
  @media only screen and (max-width: 750px) {
    section.one-column-listing article.feature {
      margin-bottom: 30px; }
    section.one-column-listing .article-listing {
      padding-right: 0; }
    section.one-column-listing .advertisement {
      margin: 0 -25px;
      position: relative;
      width: auto; }
      section.one-column-listing .advertisement.video {
        display: none; } }
  @media only screen and (max-width: 600px) {
    section.one-column-listing article {
      margin: 0 0 13px 0;
      border-top: 1px solid #e8e8e8;
      border-bottom: none; }
      section.one-column-listing article.feature {
        color: #1e1e1e;
        display: block; }
        html.category-5 section.one-column-listing article.feature,
        html.parent-category-inreview section.one-column-listing article.feature {
          color: #FFFFFF; }
        section.one-column-listing article.feature > div {
          width: 100%;
          display: block;
          float: none; }
        section.one-column-listing article.feature > div {
          padding: 15px 10px;
          background-color: #fbfbfb; }
          html.category-5 section.one-column-listing article.feature > div,
          html.parent-category-inreview section.one-column-listing article.feature > div {
            background-color: #000000; }
        section.one-column-listing article.feature .thumbnail {
          width: calc( 100% + (40px * 2) + (0 * 2));
          margin-left: calc( (40px + 0) * -1); } }
      @media only screen and (max-width: 600px) and (max-width: 750px) {
        section.one-column-listing article.feature .thumbnail {
          width: calc( 100% + (25px * 2 + (0 * 2) ));
          margin-left: calc( (25px + 0) * -1); } }
      @media only screen and (max-width: 600px) and (max-width: 500px) {
        section.one-column-listing article.feature .thumbnail {
          width: calc( 100% + (15px * 2) + (0 * 2));
          margin-left: calc( (15px + 0) * -1); } }
  @media only screen and (max-width: 600px) {
          section.one-column-listing article.feature .thumbnail img {
            max-width: 200%;
            width: 100%; }
        section.one-column-listing article.feature h1 {
          padding: 0; }
          section.one-column-listing article.feature h1 a {
            color: #1e1e1e; }
            html.category-5 section.one-column-listing article.feature h1 a,
            html.parent-category-inreview section.one-column-listing article.feature h1 a {
              color: #FFFFFF; }
          html.category-5 section.one-column-listing article.feature h1,
          html.parent-category-inreview section.one-column-listing article.feature h1 {
            margin-left: 0; }
        section.one-column-listing article.feature p {
          display: block; }
        section.one-column-listing article.feature .category {
          color: #0d4b90; }
        section.one-column-listing article.feature .author {
          color: #0d4b90; }
        section.one-column-listing article.feature .comments {
          color: #b4b4b4; }
        html.category-5 section.one-column-listing article.feature .category-sponsor,
        html.parent-category-inreview section.one-column-listing article.feature .category-sponsor {
          padding-left: 0; }
      html.category-5 section.one-column-listing article,
      html.parent-category-inreview section.one-column-listing article {
        padding-left: 15px;
        padding-right: 15px; }
      html.category-5 section.one-column-listing article h1,
      html.parent-category-inreview section.one-column-listing article h1 {
        margin-left: 43%;
        font-size: 1.188em; }
    section.one-column-listing p {
      display: none; }
    section.one-column-listing .category-sponsor {
      display: block;
      margin: 0 0 1em; }
      html.category-5 section.one-column-listing .category-sponsor,
      html.parent-category-inreview section.one-column-listing .category-sponsor {
        display: inline-block;
        padding-left: 15px; }
    html.category-5 section.one-column-listing article.feature footer,
    html.parent-category-inreview section.one-column-listing article.feature footer {
      display: none; }
    section.one-column-listing footer {
      clear: both; }
      html.category-5 section.one-column-listing footer,
      html.parent-category-inreview section.one-column-listing footer {
        display: block;
        margin-left: 43%;
        padding-left: 20px;
        padding-top: 0; }
        html.category-5 section.one-column-listing footer .author,
        html.category-5 section.one-column-listing footer time,
        html.parent-category-inreview section.one-column-listing footer .author,
        html.parent-category-inreview section.one-column-listing footer time {
          display: block; }
    html.category-5 section.one-column-listing,
    html.parent-category-inreview section.one-column-listing {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 500px) {
    section.one-column-listing .advertisement {
      margin: 0 -15px; } }
  @media only screen and (max-width: 450px) {
    html.category-5 section.one-column-listing .thumbnail,
    html.parent-category-inreview section.one-column-listing .thumbnail {
      margin-left: 0; } }

section.two-column-listing {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both; }
  @media only screen and (max-width: 750px) {
    section.two-column-listing {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    section.two-column-listing {
      padding-left: 15px;
      padding-right: 15px; } }
  section.two-column-listing:before, section.two-column-listing:after {
    content: " ";
    display: table; }
  section.two-column-listing:after {
    clear: both; }
  html.category-5 section.two-column-listing,
  html.category-inreview section.two-column-listing {
    margin-bottom: 30px; }
  section.two-column-listing a {
    text-decoration: none;
    color: #1e1e1e; }
  section.two-column-listing > header {
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
    *zoom: 1;
    clear: both; }
    section.two-column-listing > header:before, section.two-column-listing > header:after {
      content: " ";
      display: table; }
    section.two-column-listing > header:after {
      clear: both; }
    section.two-column-listing > header h1 {
      float: left;
      font-size: 1.875em;
      line-height: 1.2; }
  section.two-column-listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -2%;
    margin-right: -2%;
    margin-left: calc(-40px);
    margin-right: calc(-40px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap; }
  section.two-column-listing li {
    width: 46%;
    width: calc( 50% - (40px * 2));
    margin: 0 2%;
    margin: 0 calc( 40px);
    display: inline-block;
    vertical-align: top;
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8; }
  section.two-column-listing article {
    padding: 0 5% 0 42%; }
    section.two-column-listing article > h1 {
      font-size: 1.5em;
      line-height: 1.3; }
      html.category-5 section.two-column-listing article > h1,
      html.parent-category-inreview section.two-column-listing article > h1 {
        font-family: "ivypresto-display", georgia, times, serif;
        font-weight: normal;
        letter-spacing: 1.5px; }
    section.two-column-listing article.i-spy .category {
      text-transform: none; }
    @media only screen and (max-width: 600px) {
      section.two-column-listing article {
        background-color: #fbfbfb;
        padding: 15px 10px;
        margin-bottom: 13px; }
        section.two-column-listing article .thumbnail {
          width: 45%;
          float: left;
          margin-left: -35px;
          margin-bottom: 1em; }
        section.two-column-listing article h1 {
          margin-left: 36%;
          padding-left: 20px;
          font-size: 1.188em;
          margin-top: 0; }
        section.two-column-listing article p {
          clear: both; }
        section.two-column-listing article footer {
          *zoom: 1;
          clear: both; }
          section.two-column-listing article footer:before, section.two-column-listing article footer:after {
            content: " ";
            display: table; }
          section.two-column-listing article footer:after {
            clear: both; }
          section.two-column-listing article footer > span {
            float: right; } }
    @media only screen and (max-width: 450px) {
      section.two-column-listing article .thumbnail {
        margin-left: -25px; } }
  section.two-column-listing .thumbnail {
    float: left;
    margin-left: -79%;
    display: block;
    width: 69.57%; }
  @media only screen and (max-width: 600px) {
    section.two-column-listing ul {
      margin: 0; }
    section.two-column-listing li {
      margin: 0 0 13px 0;
      padding: 0;
      width: 100%;
      border-top: 1px solid #e8e8e8;
      border-bottom: none; }
    section.two-column-listing .category-sponsor {
      display: block;
      margin: 0 0 1em 0; }
    section.two-column-listing > header {
      border: none; }
    section.two-column-listing footer {
      clear: both; }
      html.category-5 section.two-column-listing footer,
      html.parent-category-inreview section.two-column-listing footer {
        display: block;
        padding-top: 0; }
        html.category-5 section.two-column-listing footer .author,
        html.category-5 section.two-column-listing footer time,
        html.parent-category-inreview section.two-column-listing footer .author,
        html.parent-category-inreview section.two-column-listing footer time {
          display: block; } }

section.three-column-listing {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both; }
  @media only screen and (max-width: 750px) {
    section.three-column-listing {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    section.three-column-listing {
      padding-left: 15px;
      padding-right: 15px; } }
  section.three-column-listing:before, section.three-column-listing:after {
    content: " ";
    display: table; }
  section.three-column-listing:after {
    clear: both; }
  section.three-column-listing a {
    text-decoration: none;
    color: #1e1e1e; }
  section.three-column-listing > header {
    padding: 22px 0;
    *zoom: 1;
    clear: both; }
    section.three-column-listing > header:before, section.three-column-listing > header:after {
      content: " ";
      display: table; }
    section.three-column-listing > header:after {
      clear: both; }
    section.three-column-listing > header h1 {
      float: left;
      font-size: 1.875em;
      line-height: 1.2; }
    section.three-column-listing > header time {
      float: right;
      font-size: 1em;
      margin-top: 0.8em;
      font-family: "franklin-gothic-urw", arial, sans-serif; }
  section.three-column-listing article {
    padding: 28px 19px 28px 19px; }
    @media only screen and (max-width: 1200px) {
      section.three-column-listing article {
        padding: 19px; } }
    @media only screen and (max-width: 600px) {
      section.three-column-listing article {
        padding: 15px 10px 13px 10px;
        margin-bottom: 13px; } }
    section.three-column-listing article > h1 {
      font-size: 1.625em;
      line-height: 1.27; }
    section.three-column-listing article > p {
      margin: 0;
      font-size: 1.125em;
      line-height: 1.55;
      margin-bottom: 1em;
      clear: both; }
      section.three-column-listing article > p a {
        border-bottom: 1px solid #5cacc3; }
        section.three-column-listing article > p a:hover {
          color: #5cacc3; }
    section.three-column-listing article .thumbnail {
      margin-bottom: 1em; }
    section.three-column-listing article .category-sponsor.mobile {
      display: none;
      margin-bottom: 1em; }
      @media only screen and (max-width: 600px) {
        section.three-column-listing article .category-sponsor.mobile {
          display: block; } }
    @media only screen and (max-width: 600px) {
      section.three-column-listing article .category-sponsor.desktop {
        display: none; } }
  section.three-column-listing > div {
    float: left;
    border-top: 1px solid #e8e8e8; }
  section.three-column-listing .primary-feature {
    width: 38%; }
    @media only screen and (max-width: 1000px) {
      section.three-column-listing .primary-feature {
        width: 55%; } }
    section.three-column-listing .primary-feature article {
      padding-left: 0; }
      @media only screen and (max-width: 600px) {
        section.three-column-listing .primary-feature article {
          padding: 15px 10px;
          background-color: #fbfbfb; }
          section.three-column-listing .primary-feature article .thumbnail {
            width: calc( 100% + (40px * 2) + (10px * 2));
            margin-left: calc( (40px + 10px) * -1); } }
    @media only screen and (max-width: 600px) and (max-width: 750px) {
      section.three-column-listing .primary-feature article .thumbnail {
        width: calc( 100% + (25px * 2 + (10px * 2) ));
        margin-left: calc( (25px + 10px) * -1); } }
    @media only screen and (max-width: 600px) and (max-width: 500px) {
      section.three-column-listing .primary-feature article .thumbnail {
        width: calc( 100% + (15px * 2) + (10px * 2));
        margin-left: calc( (15px + 10px) * -1); } }
      @media only screen and (max-width: 600px) {
            section.three-column-listing .primary-feature article .thumbnail img {
              max-width: 200%;
              width: 100%; }
          section.three-column-listing .primary-feature article footer > span {
            float: right; } }
    section.three-column-listing .primary-feature .advertisement {
      margin-right: 19px; }
      @media only screen and (max-width: 670px) {
        section.three-column-listing .primary-feature .advertisement {
          margin: 10px 0 10px -25px; } }
      @media only screen and (max-width: 600px) {
        section.three-column-listing .primary-feature .advertisement {
          margin: 10px -25px; } }
      @media only screen and (max-width: 500px) {
        section.three-column-listing .primary-feature .advertisement {
          margin: 10px -15px; } }
  section.three-column-listing .secondary-feature {
    width: 32%;
    border-left: 1px solid #e8e8e8; }
    section.three-column-listing .secondary-feature article {
      border-top: 1px solid #e8e8e8; }
      section.three-column-listing .secondary-feature article:first-child {
        border-top: none; }
      @media only screen and (max-width: 600px) {
        section.three-column-listing .secondary-feature article {
          background-color: #fbfbfb;
          padding: 15px 10px;
          margin-bottom: 13px; }
          section.three-column-listing .secondary-feature article .thumbnail {
            width: 45%;
            float: left;
            margin-left: -35px;
            margin-bottom: 1em; }
          section.three-column-listing .secondary-feature article h1 {
            margin-left: 36%;
            padding-left: 20px;
            font-size: 1.188em;
            margin-top: 0; }
          section.three-column-listing .secondary-feature article p {
            clear: both; }
          section.three-column-listing .secondary-feature article footer {
            *zoom: 1;
            clear: both; }
            section.three-column-listing .secondary-feature article footer:before, section.three-column-listing .secondary-feature article footer:after {
              content: " ";
              display: table; }
            section.three-column-listing .secondary-feature article footer:after {
              clear: both; }
            section.three-column-listing .secondary-feature article footer > span {
              float: right; } }
      @media only screen and (max-width: 450px) {
        section.three-column-listing .secondary-feature article .thumbnail {
          margin-left: -25px; } }
    section.three-column-listing .secondary-feature .advertisement {
      display: none; }
    @media only screen and (max-width: 1000px) {
      section.three-column-listing .secondary-feature {
        width: 45%; }
        section.three-column-listing .secondary-feature article {
          padding-right: 0; } }
    @media only screen and (max-width: 600px) {
      section.three-column-listing .secondary-feature {
        border-left: 0; }
        section.three-column-listing .secondary-feature article {
          padding-left: 0; }
        section.three-column-listing .secondary-feature .advertisement {
          display: block;
          margin: 10px -25px; } }
    @media only screen and (max-width: 500px) {
      section.three-column-listing .secondary-feature .advertisement {
        margin: 10px -15px; } }
  @media only screen and (max-width: 600px) {
    section.three-column-listing .primary-feature,
    section.three-column-listing .secondary-feature {
      width: 100%; } }
  section.three-column-listing .article-list {
    width: 30%;
    border-left: 1px solid #e8e8e8; }
    @media only screen and (max-width: 1000px) {
      section.three-column-listing .article-list {
        width: 100%;
        border-left: none; }
        section.three-column-listing .article-list li {
          width: 50%; } }
    section.three-column-listing .article-list ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      @media only screen and (max-width: 1000px) {
        section.three-column-listing .article-list ul {
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row;
          flex-wrap: wrap; } }
    section.three-column-listing .article-list li {
      border-bottom: 1px solid #e8e8e8; }
      @media only screen and (max-width: 600px) {
        section.three-column-listing .article-list li {
          width: 100%; } }
    section.three-column-listing .article-list article > h1 {
      font-size: 1.5em;
      line-height: 1.3;
      margin-top: 0.5em;
      margin-bottom: 0.75em; }
    @media only screen and (max-width: 1200px) {
      section.three-column-listing .article-list article {
        font-size: 0.9em; } }
    @media only screen and (max-width: 1000px) {
      section.three-column-listing .article-list article p {
        display: none; } }
    @media only screen and (max-width: 600px) {
      section.three-column-listing .article-list article {
        font-size: 1em; }
        section.three-column-listing .article-list article footer > span {
          float: right; } }
    section.three-column-listing .article-list .category-sponsor {
      margin-top: 0; }
  section.three-column-listing .timeline {
    border: 1px solid #e8e8e8;
    margin-top: 20px; }
    @media only screen and (max-width: 600px) {
      section.three-column-listing .timeline {
        display: none; } }
    section.three-column-listing .timeline h1 {
      margin: 0;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      padding: 15px 22px;
      color: #0d4b90; }
    section.three-column-listing .timeline ul {
      list-style: none;
      margin: 0;
      padding: 0;
      padding: 22px;
      border-top: 1px solid #e8e8e8; }
    section.three-column-listing .timeline li {
      margin-top: 22px;
      padding-left: 50px;
      font-size: 16px;
      line-height: 18px; }
      section.three-column-listing .timeline li:first-child {
        margin-top: 0; }
    section.three-column-listing .timeline time {
      margin: 0;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      display: block;
      width: 50px;
      margin-left: -50px;
      float: left;
      color: #0d4b90; }
  @media only screen and (max-width: 1000px) {
    section.three-column-listing .article-list {
      margin-top: 40px; } }

section.four-column-listing, section.news-block {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both;
  margin-bottom: 24px;
  margin-top: 38px;
  max-width: 1484px; }
  @media only screen and (max-width: 750px) {
    section.four-column-listing, section.news-block {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    section.four-column-listing, section.news-block {
      padding-left: 15px;
      padding-right: 15px; } }
  section.four-column-listing:before, section.news-block:before, section.four-column-listing:after, section.news-block:after {
    content: " ";
    display: table; }
  section.four-column-listing:after, section.news-block:after {
    clear: both; }
  section.four-column-listing a, section.news-block a {
    text-decoration: none;
    color: #1e1e1e; }
  section.four-column-listing ul, section.news-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 -15px; }
    section.four-column-listing ul:before, section.news-block ul:before {
      border-top: 1px solid #e8e8e8;
      content: '';
      display: block;
      margin: 0 15px; }
    @media only screen and (max-width: 850px) {
      section.four-column-listing ul:before, section.news-block ul:before {
        content: none; } }
    @media only screen and (max-width: 600px) {
      section.four-column-listing ul, section.news-block ul {
        margin: 0; }
        section.four-column-listing ul:before, section.news-block ul:before {
          margin: 0; } }
  section.four-column-listing li, section.news-block li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative; }
    section.four-column-listing li:first-child, section.news-block li:first-child {
      border-left: none; }
    @media only screen and (max-width: 850px) {
      section.four-column-listing li, section.news-block li {
        width: 50%;
        margin-bottom: 40px; }
        section.four-column-listing li:nth-child(3), section.news-block li:nth-child(3) {
          border-left: none; }
        section.four-column-listing li:before, section.news-block li:before {
          content: '';
          border-top: 1px solid #e8e8e8;
          position: absolute;
          top: 0;
          width: 100%; } }
    @media only screen and (min-width: 600px) and (max-width: 850px) {
      section.four-column-listing li:nth-child(1):before, section.news-block li:nth-child(1):before, section.four-column-listing li:nth-child(3):before, section.news-block li:nth-child(3):before {
        left: 25px; }
      section.four-column-listing li:nth-child(2):before, section.news-block li:nth-child(2):before, section.four-column-listing li:nth-child(4):before, section.news-block li:nth-child(4):before {
        right: 25px; } }
    @media only screen and (max-width: 600px) {
      section.four-column-listing li, section.news-block li {
        width: 100%;
        border-left: none;
        margin-bottom: 0; } }
  section.four-column-listing article, section.news-block article {
    *zoom: 1;
    clear: both;
    padding: 38px 15px 50px 15px; }
    section.four-column-listing article:before, section.news-block article:before, section.four-column-listing article:after, section.news-block article:after {
      content: " ";
      display: table; }
    section.four-column-listing article:after, section.news-block article:after {
      clear: both; }
    @media only screen and (max-width: 600px) {
      section.four-column-listing article, section.news-block article {
        padding: 38px 0 60px 0; } }
    section.four-column-listing article h1, section.news-block article h1 {
      font-size: 1.5em;
      line-height: 1.3;
      margin: 0.6em 0 0.6em 0; }
    section.four-column-listing article footer, section.news-block article footer {
      clear: both; }
      @media only screen and (max-width: 600px) {
        html.category-5 section.four-column-listing article footer .author, html.category-5 section.news-block article footer .author,
        html.category-5 section.four-column-listing article footer time,
        html.category-5 section.news-block article footer time,
        html.parent-category-inreview section.four-column-listing article footer .author,
        html.parent-category-inreview section.news-block article footer .author,
        html.parent-category-inreview section.four-column-listing article footer time,
        html.parent-category-inreview section.news-block article footer time {
          display: block; } }
    @media only screen and (max-width: 600px) {
      section.four-column-listing article, section.news-block article {
        background-color: #fbfbfb;
        padding: 15px 10px;
        margin-bottom: 13px; }
        section.four-column-listing article .thumbnail, section.news-block article .thumbnail {
          width: 45%;
          float: left;
          margin-left: -35px;
          margin-bottom: 1em; }
        section.four-column-listing article h1, section.news-block article h1 {
          margin-left: 36%;
          padding-left: 20px;
          font-size: 1.188em;
          margin-top: 0; }
        section.four-column-listing article p, section.news-block article p {
          clear: both; }
        section.four-column-listing article footer, section.news-block article footer {
          *zoom: 1;
          clear: both; }
          section.four-column-listing article footer:before, section.news-block article footer:before, section.four-column-listing article footer:after, section.news-block article footer:after {
            content: " ";
            display: table; }
          section.four-column-listing article footer:after, section.news-block article footer:after {
            clear: both; }
          section.four-column-listing article footer > span, section.news-block article footer > span {
            float: right; } }
    @media only screen and (max-width: 450px) {
      section.four-column-listing article .thumbnail, section.news-block article .thumbnail {
        margin-left: -25px; } }
  section.four-column-listing .thumbnail, section.news-block .thumbnail {
    display: block;
    margin-bottom: 1em; }
    section.four-column-listing .thumbnail img, section.news-block .thumbnail img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 200%; }
  section.four-column-listing time, section.news-block time {
    margin: 0;
    font-size: 0.813em;
    color: #5cacc3;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    margin-right: 1em; }
  section.four-column-listing .category-sponsor.mobile, section.news-block .category-sponsor.mobile {
    display: none;
    margin-bottom: 1em; }
    @media only screen and (max-width: 600px) {
      section.four-column-listing .category-sponsor.mobile, section.news-block .category-sponsor.mobile {
        display: block; } }
  @media only screen and (max-width: 600px) {
    section.four-column-listing .category-sponsor.desktop, section.news-block .category-sponsor.desktop {
      display: none; } }

section.pull-quote-listing {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both; }
  @media only screen and (max-width: 750px) {
    section.pull-quote-listing {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    section.pull-quote-listing {
      padding-left: 15px;
      padding-right: 15px; } }
  section.pull-quote-listing:before, section.pull-quote-listing:after {
    content: " ";
    display: table; }
  section.pull-quote-listing:after {
    clear: both; }
  section.pull-quote-listing a {
    text-decoration: none;
    color: #1e1e1e; }
  section.pull-quote-listing .feature-quote,
  section.pull-quote-listing .article-listing {
    width: 50%; }
  section.pull-quote-listing .feature-quote {
    float: left;
    clear: left;
    border-top: 1px solid #e8e8e8;
    padding: 28px;
    text-align: center; }
    section.pull-quote-listing .feature-quote h1 {
      font-size: 1.875em;
      line-height: 1.2;
      margin: 0.4em 0; }
  section.pull-quote-listing blockquote {
    font-size: 2.5em;
    line-height: 1.15;
    font-weight: bold;
    display: inline-block;
    width: 71%;
    margin: 0 0 2em 0; }
    section.pull-quote-listing blockquote a {
      color: #f5a623; }
  section.pull-quote-listing figure > a {
    display: inline-block;
    overflow: hidden;
    width: 75px;
    height: 75px;
    border-radius: 75px; }
  section.pull-quote-listing figure img {
    display: inline-block; }
  section.pull-quote-listing figcaption {
    margin: 0;
    font-size: 0.938em;
    line-height: 1.21;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    margin: 0.5em 0; }
    section.pull-quote-listing figcaption a {
      font-weight: bold; }
  section.pull-quote-listing .more {
    margin: 0;
    font-weight: bold;
    font-size: 0.75em;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw", arial, sans-serif; }
  section.pull-quote-listing .article-listing {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0; }
    section.pull-quote-listing .article-listing h1 {
      font-size: 1.5em;
      line-height: 1.3; }
    section.pull-quote-listing .article-listing li {
      border-top: 1px solid #e8e8e8;
      border-left: 1px solid #e8e8e8;
      padding: 28px; }
    section.pull-quote-listing .article-listing .thumbnail {
      float: left;
      width: 69.52%;
      margin-left: -81.3%; }
    section.pull-quote-listing .article-listing article {
      *zoom: 1;
      clear: both;
      padding-left: 45%; }
      section.pull-quote-listing .article-listing article:before, section.pull-quote-listing .article-listing article:after {
        content: " ";
        display: table; }
      section.pull-quote-listing .article-listing article:after {
        clear: both; }
      @media only screen and (max-width: 600px) {
        section.pull-quote-listing .article-listing article {
          background-color: #fbfbfb;
          padding: 15px 10px;
          margin-bottom: 13px; }
          section.pull-quote-listing .article-listing article .thumbnail {
            width: 45%;
            float: left;
            margin-left: -35px;
            margin-bottom: 1em; }
          section.pull-quote-listing .article-listing article h1 {
            margin-left: 36%;
            padding-left: 20px;
            font-size: 1.188em;
            margin-top: 0; }
          section.pull-quote-listing .article-listing article p {
            clear: both; }
          section.pull-quote-listing .article-listing article footer {
            *zoom: 1;
            clear: both; }
            section.pull-quote-listing .article-listing article footer:before, section.pull-quote-listing .article-listing article footer:after {
              content: " ";
              display: table; }
            section.pull-quote-listing .article-listing article footer:after {
              clear: both; }
            section.pull-quote-listing .article-listing article footer > span {
              float: right; } }
      @media only screen and (max-width: 450px) {
        section.pull-quote-listing .article-listing article .thumbnail {
          margin-left: -25px; } }
  section.pull-quote-listing .category-sponsor.mobile {
    display: none;
    margin-bottom: 1em; }
    @media only screen and (max-width: 600px) {
      section.pull-quote-listing .category-sponsor.mobile {
        display: block; } }
  @media only screen and (max-width: 600px) {
    section.pull-quote-listing .category-sponsor.desktop {
      display: none; } }
  @media only screen and (max-width: 600px) {
    section.pull-quote-listing article {
      background-color: #fbfbfb;
      padding: 15px 10px;
      margin-bottom: 13px; }
      section.pull-quote-listing article .thumbnail {
        width: 45%;
        float: left;
        margin-left: -35px;
        margin-bottom: 1em; }
      section.pull-quote-listing article h1 {
        margin-left: 36%;
        padding-left: 20px;
        font-size: 1.188em;
        margin-top: 0; }
      section.pull-quote-listing article p {
        clear: both; }
      section.pull-quote-listing article footer {
        *zoom: 1;
        clear: both; }
        section.pull-quote-listing article footer:before, section.pull-quote-listing article footer:after {
          content: " ";
          display: table; }
        section.pull-quote-listing article footer:after {
          clear: both; }
        section.pull-quote-listing article footer > span {
          float: right; } }
  @media only screen and (max-width: 450px) {
    section.pull-quote-listing article .thumbnail {
      margin-left: -25px; } }
  @media only screen and (max-width: 600px) {
    section.pull-quote-listing:before {
      content: none; }
    section.pull-quote-listing .feature-articles {
      margin: 0 0 30px 0;
      *zoom: 1;
      clear: both; }
      section.pull-quote-listing .feature-articles:before, section.pull-quote-listing .feature-articles:after {
        content: " ";
        display: table; }
      section.pull-quote-listing .feature-articles:after {
        clear: both; }
      section.pull-quote-listing .feature-articles > * {
        float: none;
        width: 100%;
        padding: 15px 10px;
        border-right: none;
        margin-bottom: 13px;
        border-top: 1px solid #e8e8e8; }
    section.pull-quote-listing .feature-quote,
    section.pull-quote-listing .article-listing {
      width: 100%; }
    section.pull-quote-listing .feature-quote {
      background-color: transparent; }
      section.pull-quote-listing .feature-quote blockquote {
        font-size: 1.375em;
        width: 100%; }
      section.pull-quote-listing .feature-quote figure a {
        width: 50px;
        height: 50px; }
      section.pull-quote-listing .feature-quote figcaption {
        font-size: 0.875em; }
      section.pull-quote-listing .feature-quote h1 {
        padding: 0;
        font-size: 1.313em;
        max-width: 250px;
        margin: 0.4em auto; }
    section.pull-quote-listing .article-listing li {
      padding: 0;
      border-left: none; }
    section.pull-quote-listing .article-listing footer {
      padding-top: 1em; }
    section.pull-quote-listing article p {
      display: block;
      clear: both; }
    section.pull-quote-listing .category-sponsor {
      display: block; } }

section.small-row-listing {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both; }
  @media only screen and (max-width: 750px) {
    section.small-row-listing {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    section.small-row-listing {
      padding-left: 15px;
      padding-right: 15px; } }
  section.small-row-listing:before, section.small-row-listing:after {
    content: " ";
    display: table; }
  section.small-row-listing:after {
    clear: both; }
  html.category-5 section.small-row-listing,
  html.parent-category-inreview section.small-row-listing {
    margin-bottom: 30px; }
  section.small-row-listing a {
    text-decoration: none;
    color: #1e1e1e; }
  section.small-row-listing > header {
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
    *zoom: 1;
    clear: both; }
    section.small-row-listing > header:before, section.small-row-listing > header:after {
      content: " ";
      display: table; }
    section.small-row-listing > header:after {
      clear: both; }
    @media only screen and (max-width: 850px) {
      section.small-row-listing > header {
        border-bottom: none; } }
    section.small-row-listing > header h1 {
      float: left;
      font-size: 1.875em;
      line-height: 1.2; }
      section.small-row-listing > header h1 span {
        color: #0d4b90;
        text-transform: lowercase; }
      html.category-5 section.small-row-listing > header h1,
      html.parent-category-inreview section.small-row-listing > header h1 {
        font-family: "ivypresto-display", georgia, times, serif;
        line-height: 1.2;
        font-size: 26px;
        font-weight: normal;
        letter-spacing: 1.5px; }
  section.small-row-listing.primary-category-inreview > header h1 span, section.small-row-listing.inreview-article > header h1 span {
    text-transform: none; }
  section.small-row-listing > div {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    clear: both; }
  section.small-row-listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 -35px; }
    @media only screen and (max-width: 1150px) {
      section.small-row-listing ul {
        margin: 0 -25px; } }
    @media only screen and (max-width: 600px) {
      section.small-row-listing ul {
        margin: 0; } }
  section.small-row-listing li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    border-left: 1px solid #e8e8e8;
    position: relative; }
    section.small-row-listing li:first-child {
      border-left: none; }
    @media only screen and (max-width: 850px) {
      section.small-row-listing li {
        width: 50%;
        margin-bottom: 40px; }
        section.small-row-listing li:nth-child(3) {
          border-left: none; }
        section.small-row-listing li:before {
          content: '';
          border-top: 1px solid #e8e8e8;
          position: absolute;
          top: 0;
          width: 100%; } }
    @media only screen and (min-width: 600px) and (max-width: 850px) {
      section.small-row-listing li:nth-child(1):before, section.small-row-listing li:nth-child(3):before {
        left: 25px; }
      section.small-row-listing li:nth-child(2):before, section.small-row-listing li:nth-child(4):before {
        right: 25px; } }
    @media only screen and (max-width: 600px) {
      section.small-row-listing li {
        width: 100%;
        border-left: none;
        margin-bottom: 0; } }
  section.small-row-listing article {
    *zoom: 1;
    clear: both;
    padding: 30px 35px 50px 35px; }
    section.small-row-listing article:before, section.small-row-listing article:after {
      content: " ";
      display: table; }
    section.small-row-listing article:after {
      clear: both; }
    @media only screen and (max-width: 1150px) {
      section.small-row-listing article {
        padding: 25px 25px 60px 25px; } }
    @media only screen and (max-width: 600px) {
      section.small-row-listing article {
        padding: 25px 0 60px 0; } }
    section.small-row-listing article h1 {
      font-size: 1.5em;
      line-height: 1.3;
      margin: 0.6em 0 0.6em 0; }
      html.category-5 section.small-row-listing article h1,
      html.parent-category-inreview section.small-row-listing article h1 {
        font-family: "ivypresto-display", georgia, times, serif;
        line-height: 1.2;
        font-size: 26px;
        font-weight: normal;
        letter-spacing: 1.5px; }
    section.small-row-listing article footer {
      clear: both; }
    @media only screen and (max-width: 600px) {
      section.small-row-listing article {
        background-color: #fbfbfb;
        padding: 15px 10px;
        margin-bottom: 13px; }
        section.small-row-listing article .thumbnail {
          width: 45%;
          float: left;
          margin-left: -35px;
          margin-bottom: 1em; }
        section.small-row-listing article h1 {
          margin-left: 36%;
          padding-left: 20px;
          font-size: 1.188em;
          margin-top: 0; }
        section.small-row-listing article p {
          clear: both; }
        section.small-row-listing article footer {
          *zoom: 1;
          clear: both; }
          section.small-row-listing article footer:before, section.small-row-listing article footer:after {
            content: " ";
            display: table; }
          section.small-row-listing article footer:after {
            clear: both; }
          section.small-row-listing article footer > span {
            float: right; } }
    @media only screen and (max-width: 450px) {
      section.small-row-listing article .thumbnail {
        margin-left: -25px; } }
  section.small-row-listing .thumbnail {
    display: block;
    margin-bottom: 1em; }
    section.small-row-listing .thumbnail img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 200%; }
  section.small-row-listing time {
    margin: 0;
    font-size: 0.813em;
    color: #5cacc3;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    margin-right: 1em; }
  section.small-row-listing .category-sponsor.mobile {
    display: none;
    margin-bottom: 1em; }
    @media only screen and (max-width: 600px) {
      section.small-row-listing .category-sponsor.mobile {
        display: block; } }
  @media only screen and (max-width: 600px) {
    section.small-row-listing .category-sponsor.desktop {
      display: none; } }
  @media only screen and (max-width: 600px) {
    html.category-5 section.small-row-listing article h1,
    html.parent-category-inreview section.small-row-listing article h1 {
      font-size: 1.188em; }
    html.category-5 section.small-row-listing footer .author,
    html.category-5 section.small-row-listing footer time,
    html.parent-category-inreview section.small-row-listing footer .author,
    html.parent-category-inreview section.small-row-listing footer time {
      display: block; } }

section.large-row-listing {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both; }
  @media only screen and (max-width: 750px) {
    section.large-row-listing {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    section.large-row-listing {
      padding-left: 15px;
      padding-right: 15px; } }
  section.large-row-listing:before, section.large-row-listing:after {
    content: " ";
    display: table; }
  section.large-row-listing:after {
    clear: both; }
  section.large-row-listing a {
    text-decoration: none;
    color: #1e1e1e; }
  section.large-row-listing > header {
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
    *zoom: 1;
    clear: both; }
    section.large-row-listing > header:before, section.large-row-listing > header:after {
      content: " ";
      display: table; }
    section.large-row-listing > header:after {
      clear: both; }
    @media only screen and (max-width: 850px) {
      section.large-row-listing > header {
        border-bottom: none; } }
    section.large-row-listing > header h1 {
      float: left;
      font-size: 1.875em;
      line-height: 1.2; }
      section.large-row-listing > header h1 span {
        color: #0d4b90;
        text-transform: lowercase; }
  section.large-row-listing .feature-articles {
    margin: 0 -28px 30px -28px;
    *zoom: 1;
    clear: both;
    display: -webkit-box;
    display: flex; }
    section.large-row-listing .feature-articles:before, section.large-row-listing .feature-articles:after {
      content: " ";
      display: table; }
    section.large-row-listing .feature-articles:after {
      clear: both; }
    section.large-row-listing .feature-articles > * {
      float: left;
      padding: 28px;
      width: 33.33%;
      border-left: 1px solid #e8e8e8; }
      section.large-row-listing .feature-articles > *:first-child {
        border-left: none; }
    section.large-row-listing .feature-articles .thumbnail {
      display: block;
      margin-bottom: 1em; }
    @media only screen and (max-width: 600px) {
      section.large-row-listing .feature-articles article {
        background-color: #fbfbfb;
        padding: 15px 10px;
        margin-bottom: 13px; }
        section.large-row-listing .feature-articles article .thumbnail {
          width: 45%;
          float: left;
          margin-left: -35px;
          margin-bottom: 1em; }
        section.large-row-listing .feature-articles article h1 {
          margin-left: 36%;
          padding-left: 20px;
          font-size: 1.188em;
          margin-top: 0; }
        section.large-row-listing .feature-articles article p {
          clear: both; }
        section.large-row-listing .feature-articles article footer {
          *zoom: 1;
          clear: both; }
          section.large-row-listing .feature-articles article footer:before, section.large-row-listing .feature-articles article footer:after {
            content: " ";
            display: table; }
          section.large-row-listing .feature-articles article footer:after {
            clear: both; }
          section.large-row-listing .feature-articles article footer > span {
            float: right; } }
    @media only screen and (max-width: 450px) {
      section.large-row-listing .feature-articles article .thumbnail {
        margin-left: -25px; } }
    section.large-row-listing .feature-articles article h1 {
      font-size: 1.875em;
      line-height: 1.2;
      margin: 0.5em 0 1em 0; }
      html.category-5 section.large-row-listing .feature-articles article h1,
      html.parent-category-inreview section.large-row-listing .feature-articles article h1 {
        font-family: "ivypresto-display", georgia, times, serif;
        font-weight: normal;
        letter-spacing: 1.5px; }
    @media only screen and (max-width: 600px) {
      section.large-row-listing .feature-articles article {
        background-color: #fbfbfb;
        padding: 15px 10px;
        margin-bottom: 13px; }
        section.large-row-listing .feature-articles article .thumbnail {
          width: 45%;
          float: left;
          margin-left: -35px;
          margin-bottom: 1em; }
        section.large-row-listing .feature-articles article h1 {
          margin-left: 36%;
          padding-left: 20px;
          font-size: 1.188em;
          margin-top: 0; }
        section.large-row-listing .feature-articles article p {
          clear: both; }
        section.large-row-listing .feature-articles article footer {
          *zoom: 1;
          clear: both; }
          section.large-row-listing .feature-articles article footer:before, section.large-row-listing .feature-articles article footer:after {
            content: " ";
            display: table; }
          section.large-row-listing .feature-articles article footer:after {
            clear: both; }
          section.large-row-listing .feature-articles article footer > span {
            float: right; } }
    @media only screen and (max-width: 450px) {
      section.large-row-listing .feature-articles article .thumbnail {
        margin-left: -25px; } }
    @media only screen and (max-width: 600px) {
      html.category-5 section.large-row-listing .feature-articles article,
      html.parent-category-inreview section.large-row-listing .feature-articles article {
        padding-bottom: 10px; } }
  section.large-row-listing p {
    margin-bottom: 1em; }
    html.category-5 section.large-row-listing p,
    html.parent-category-inreview section.large-row-listing p {
      font-family: "Open Sans", sans-serif;
      line-height: 1.2;
      font-size: 16px; }
  section.large-row-listing .category-sponsor.mobile {
    display: none;
    margin-bottom: 1em; }
    @media only screen and (max-width: 600px) {
      section.large-row-listing .category-sponsor.mobile {
        display: block; } }
  @media only screen and (max-width: 600px) {
    section.large-row-listing .category-sponsor.desktop {
      display: none; } }
  @media only screen and (max-width: 1300px) {
    section.large-row-listing .feature-articles {
      padding-right: 360px; }
      section.large-row-listing .feature-articles > * {
        width: 50%; }
      section.large-row-listing .feature-articles aside {
        width: 376px;
        margin-right: -360px;
        float: right; } }
  @media only screen and (max-width: 1000px) {
    section.large-row-listing .feature-articles {
      display: block;
      margin: 0 0 30px;
      padding-right: 0; }
      section.large-row-listing .feature-articles > * {
        border-left: none; }
        section.large-row-listing .feature-articles > *:first-child {
          border-right: 1px solid #e8e8e8; }
      section.large-row-listing .feature-articles aside {
        width: auto;
        margin: 0;
        padding: 30px 0 0;
        float: none;
        clear: both; } }
  @media only screen and (max-width: 600px) {
    section.large-row-listing:before {
      border-top: none; }
    section.large-row-listing .feature-articles {
      margin: 0 0 30px 0; }
      section.large-row-listing .feature-articles > * {
        width: 100%;
        margin-bottom: 13px; }
        section.large-row-listing .feature-articles > *:first-child {
          border-right: none; }
    section.large-row-listing article {
      border-top: 1px solid #e8e8e8; }
    section.large-row-listing aside {
      padding: 0 10px; }
    html.category-5 section.large-row-listing .feature-articles footer,
    html.parent-category-inreview section.large-row-listing .feature-articles footer {
      display: block;
      padding-top: 0; }
      html.category-5 section.large-row-listing .feature-articles footer .author,
      html.category-5 section.large-row-listing .feature-articles footer time,
      html.parent-category-inreview section.large-row-listing .feature-articles footer .author,
      html.parent-category-inreview section.large-row-listing .feature-articles footer time {
        display: block; } }
  @media only screen and (max-width: 500px) {
    section.large-row-listing .feature-articles aside {
      margin: 0 -15px; } }

section.extra-large-row-listing {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both;
  display: -webkit-box;
  display: flex;
  margin-bottom: 38px;
  max-width: 1484px; }
  @media only screen and (max-width: 750px) {
    section.extra-large-row-listing {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    section.extra-large-row-listing {
      padding-left: 15px;
      padding-right: 15px; } }
  section.extra-large-row-listing:before, section.extra-large-row-listing:after {
    content: " ";
    display: table; }
  section.extra-large-row-listing:after {
    clear: both; }
  section.extra-large-row-listing a {
    text-decoration: none;
    color: #1e1e1e; }
  section.extra-large-row-listing .feature-articles {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin: 0 0 30px 0; }
  section.extra-large-row-listing article {
    -webkit-box-flex: 1;
            flex: 1 1 0;
    margin-right: 30px; }
    section.extra-large-row-listing article h1 {
      font-size: 1.875em;
      line-height: 1.2;
      margin: 0.5em 0 1em 0; }
    section.extra-large-row-listing article .thumbnail {
      display: block;
      margin-bottom: 1em; }
    section.extra-large-row-listing article p {
      margin-bottom: 1em; }
    section.extra-large-row-listing article .category-sponsor.mobile {
      display: none;
      margin-bottom: 1em; }
      @media only screen and (max-width: 600px) {
        section.extra-large-row-listing article .category-sponsor.mobile {
          display: block; } }
    @media only screen and (max-width: 600px) {
      section.extra-large-row-listing article .category-sponsor.desktop {
        display: none; } }
    @media only screen and (max-width: 600px) {
      section.extra-large-row-listing article {
        background-color: #fbfbfb;
        padding: 15px 10px;
        margin-bottom: 13px; }
        section.extra-large-row-listing article .thumbnail {
          width: 45%;
          float: left;
          margin-left: -35px;
          margin-bottom: 1em; }
        section.extra-large-row-listing article h1 {
          margin-left: 36%;
          padding-left: 20px;
          font-size: 1.188em;
          margin-top: 0; }
        section.extra-large-row-listing article p {
          clear: both; }
        section.extra-large-row-listing article footer {
          *zoom: 1;
          clear: both; }
          section.extra-large-row-listing article footer:before, section.extra-large-row-listing article footer:after {
            content: " ";
            display: table; }
          section.extra-large-row-listing article footer:after {
            clear: both; }
          section.extra-large-row-listing article footer > span {
            float: right; } }
    @media only screen and (max-width: 450px) {
      section.extra-large-row-listing article .thumbnail {
        margin-left: -25px; } }
  section.extra-large-row-listing aside {
    flex-shrink: 0;
    width: 320px; }
    section.extra-large-row-listing aside .advertisement {
      padding: 16px 0; }
      section.extra-large-row-listing aside .advertisement.image_link {
        margin-top: 16px; }
  @media (max-width: 1000px) {
    section.extra-large-row-listing .feature-articles {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
    section.extra-large-row-listing article {
      margin-bottom: 64px; }
    section.extra-large-row-listing aside .advertisement.image_link {
      display: none; } }
  @media (max-width: 750px) {
    section.extra-large-row-listing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      section.extra-large-row-listing article {
        margin-right: 0; }
      section.extra-large-row-listing aside {
        margin-bottom: 30px;
        width: 100%; } }
  @media (max-width: 600px) {
    section.extra-large-row-listing article p {
      display: none; } }

body > header {
  padding-bottom: 132px; }
  @media only screen and (max-width: 750px) {
    body > header {
      padding-bottom: 68px; } }
  body > header > div {
    background: #0d4b90; }
    body > header > div:before {
      display: none; }
    body > header > div .logo-bar, .stick-header body > header > div .logo-bar {
      height: 80px; }
    @media only screen and (max-width: 750px) {
      body > header > div .logo-bar {
        height: 64px; } }
    body > header > div .logo-bar h1 {
      margin: 16px 0 15px 40px; }
      @media only screen and (max-width: 750px) {
        body > header > div .logo-bar h1 {
          margin: 1px 0 0 25px; } }
      @media only screen and (max-width: 500px) {
        body > header > div .logo-bar h1 {
          margin-right: auto; } }
    body > header > div .logo-bar h2 {
      font-size: 1.25em;
      font-weight: normal;
      height: 47px;
      display: -webkit-inline-box;
      display: inline-flex;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 0;
      margin-top: 5px; }
      @media only screen and (max-width: 750px) {
        body > header > div .logo-bar h2 {
          font-size: 0.9em;
          height: 27px; } }
      @media only screen and (max-width: 500px) {
        body > header > div .logo-bar h2 {
          display: none; } }
      body > header > div .logo-bar h2 > span, body > header > div .logo-bar h2 > span span {
        color: #ffffff; }
    body > header > div .logo-bar .search label {
      background: #0d4b90;
      color: #ffffff; }
    body > header > div .logo-bar .menu-toggle {
      color: white; }
    body > header > div > nav.main {
      background: #093568;
      height: 52px; }
      body > header > div > nav.main .menu-toggle {
        box-shadow: -28px 0 14px -14px #093568;
        background-color: #093568; }
      body > header > div > nav.main > ul > li > a[href*="//citymag"],
      body > header > div > nav.main > ul > li > a[href*="//salife.com.au"],
      body > header > div > nav.main > ul > li > a[href*="//premiumproperty"],
      body > header > div > nav.main > ul > li > a[href*="//indaily.test/category/inreview/"],
      body > header > div > nav.main > ul > li > a[href*="//indaily2015.staging.wpengine.com/inreview/"],
      body > header > div > nav.main > ul > li > a[href*="//indaily.com.au/inreview/"] {
        text-indent: -5000px;
        background-size: 70%;
        background-size: calc(100% - 34px);
        background-position: center;
        background-repeat: no-repeat;
        width: 70px; }
      body > header > div > nav.main > ul > li > a[href*="//citymag"] {
        background-image: url(../images/logos/citymag-white.png);
        background-position-y: 52%; }
      body > header > div > nav.main > ul > li > a[href*="//salife"] {
        background-image: url(../images/logos/salife-white.png);
        background-position-y: 42%; }
      body > header > div > nav.main > ul > li > a[href*="//premiumproperty"] {
        background-image: url(../images/logos/pp-logo-white.png);
        background-position-y: 42%; }
      body > header > div > nav.main > ul > li > a[href*="//indaily.test/category/inreview/"],
      body > header > div > nav.main > ul > li > a[href*="//indaily2015.staging.wpengine.com/inreview/"],
      body > header > div > nav.main > ul > li > a[href*="//indaily.com.au/inreview/"] {
        background-image: url(../images/logos/inreview-logo-white.png);
        background-position-y: 42%;
        background-size: calc(100% - 25px); }
    body > header > div a {
      color: #ffffff; }

article.story .category-sponsor {
  margin: 0.2em 0; }

article.story h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

article.story.sponsored .author, article.story.sponsored time {
  color: #0a0a0a; }

article.story p {
  margin-bottom: 0.57em; }

section.three-column-listing .article-list article > h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

section.three-column-listing article > p {
  margin-bottom: 0.57em; }

section.two-column-listing > header,
section.pull-quote-listing > header,
section.small-row-listing > header,
section.large-row-listing > header,
section.four-column-listing > header,
section.news-block > header,
section.news-block > header {
  padding: 10px 0; }

section.large-row-listing article {
  padding-bottom: 10px; }

section.large-row-listing .feature-articles article h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

section.large-row-listing p {
  margin-bottom: 0.57em; }

section.small-row-listing article h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

section.one-column-listing article h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

section.subscribe div {
  width: 100%; }

section.subscribe form {
  border-bottom: 0; }
  @media only screen and (max-width: 1000px) {
    section.subscribe form {
      padding: 8px 0 0; } }
  section.subscribe form > span {
    border: none;
    float: left;
    margin-bottom: 24px;
    padding: 0 22px;
    width: 33.33%; }
    @media only screen and (max-width: 1170px) {
      section.subscribe form > span {
        width: 32%;
        padding: 0 15px; } }
    @media only screen and (max-width: 1000px) {
      section.subscribe form > span {
        width: 33.33%; } }
    @media only screen and (max-width: 600px) {
      section.subscribe form > span {
        padding: 0 24px;
        margin: 0;
        width: 100%;
        float: none;
        font-size: 1em; } }

section.subscribe input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  height: 32px;
  padding: 0;
  width: 100%; }
  article.primary-category-inreview section.subscribe input,
  article.inreview-article section.subscribe input {
    border-bottom: 1px solid #FFFFFF; }

section.subscribe .terms {
  margin-left: 22px;
  margin-right: 22px; }
  @media only screen and (max-width: 600px) {
    section.subscribe .terms {
      margin: 24px 0; } }

section.subscribe button {
  margin-left: 22px;
  margin-right: 22px; }
  @media only screen and (max-width: 600px) {
    section.subscribe button {
      margin: 0; } }

section.subscribe .lower-section {
  display: -webkit-box;
  display: flex;
  padding: 0;
  background: transparent;
  float: none;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }
  section.subscribe .lower-section .recaptcha-info {
    width: 33%; }
    section.subscribe .lower-section .recaptcha-info.mobile {
      display: none; }
  section.subscribe .lower-section .submit {
    padding: 0;
    float: none;
    width: 66%;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: end;
            justify-content: flex-end; }

@media only screen and (max-width: 900px) {
  section.subscribe .lower-section {
    flex-wrap: wrap; }
    section.subscribe .lower-section .submit, section.subscribe .lower-section .recaptcha-info {
      width: 100%; }
    section.subscribe .lower-section .submit {
      -webkit-box-ordinal-group: 2;
              order: 1;
      -webkit-box-pack: justify;
              justify-content: space-between; }
    section.subscribe .lower-section .recaptcha-info {
      -webkit-box-ordinal-group: 3;
              order: 2;
      margin: 15px 0 0; } }

@media only screen and (max-width: 600px) {
  section.subscribe .lower-section .submit {
    display: block; }
  section.subscribe .lower-section .recaptcha-info {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 11px;
    display: none; }
    section.subscribe .lower-section .recaptcha-info.mobile {
      display: block; } }

section.subscribe.story-subscribe-form {
  padding-left: 0;
  padding-right: 0; }
  section.subscribe.story-subscribe-form header {
    padding: 10px 0; }
  section.subscribe.story-subscribe-form span.logo {
    display: none; }
  section.subscribe.story-subscribe-form p.blurb {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left; }
    section.subscribe.story-subscribe-form p.blurb:before, section.subscribe.story-subscribe-form p.blurb:after {
      display: none; }
    section.subscribe.story-subscribe-form p.blurb span {
      font-size: 18px; }
    article.primary-category-inreview section.subscribe.story-subscribe-form p.blurb,
    article.inreview-article section.subscribe.story-subscribe-form p.blurb {
      font-family: "ivypresto-display", georgia, times, serif !important;
      letter-spacing: 1px !important; }
  article.primary-category-inreview section.subscribe.story-subscribe-form p.thanks,
  article.inreview-article section.subscribe.story-subscribe-form p.thanks {
    font-family: "ivypresto-display", georgia, times, serif !important;
    letter-spacing: 1px !important; }
  section.subscribe.story-subscribe-form div {
    padding: 10px 15px; }
  section.subscribe.story-subscribe-form .lower-section {
    padding: 0; }
    section.subscribe.story-subscribe-form .lower-section .recaptcha-info {
      padding-left: 0;
      padding-right: 12px;
      margin-top: 10px;
      padding-top: 0;
      vertical-align: top;
      margin-bottom: 0;
      padding-bottom: 0;
      text-align: left; }
      section.subscribe.story-subscribe-form .lower-section .recaptcha-info span {
        font-size: 10px; }
    section.subscribe.story-subscribe-form .lower-section .terms {
      font-size: 14px;
      padding-top: 0;
      margin-top: 0;
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-box;
      display: flex;
      padding-bottom: 0;
      margin-bottom: 0;
      padding-left: 4px; }
      section.subscribe.story-subscribe-form .lower-section .terms span {
        width: 20px;
        height: 20px;
        padding: 4px 2px; }
    section.subscribe.story-subscribe-form .lower-section .submit {
      width: 100%;
      padding-left: 5px;
      margin-top: 10px;
      flex-wrap: wrap; }
      section.subscribe.story-subscribe-form .lower-section .submit .terms {
        padding-left: 0;
        margin-left: 0;
        position: relative; }
      section.subscribe.story-subscribe-form .lower-section .submit button {
        margin-left: auto;
        margin-right: 0;
        margin-top: 10px;
        border-radius: 20px;
        padding: 11px 28px;
        background: #0d4b90; }
        article.primary-category-inreview section.subscribe.story-subscribe-form .lower-section .submit button,
        article.inreview-article section.subscribe.story-subscribe-form .lower-section .submit button,
        .indaily section.subscribe.story-subscribe-form .lower-section .submit button {
          background: #FFFFFF !important;
          color: #000000; }
  section.subscribe.story-subscribe-form form {
    padding-top: 0; }
    section.subscribe.story-subscribe-form form > span {
      padding-left: 0;
      margin-bottom: 0px;
      width: 100%;
      text-align: left; }
      section.subscribe.story-subscribe-form form > span input {
        font-size: 15px; }
      section.subscribe.story-subscribe-form form > span:first-child {
        padding-left: 0; }
      section.subscribe.story-subscribe-form form > span:last-of-type {
        padding-right: 0; }
  @media only screen and (min-width: 600px) {
    section.subscribe.story-subscribe-form header p.blurb {
      margin: 0; }
    section.subscribe.story-subscribe-form form {
      padding-top: 0; }
    section.subscribe.story-subscribe-form form > span {
      width: 100%;
      padding-right: 0; }
      section.subscribe.story-subscribe-form form > span input {
        text-align: left; }
    section.subscribe.story-subscribe-form .lower-section .terms {
      display: block;
      margin: 0;
      position: relative;
      text-align: left; }
      section.subscribe.story-subscribe-form .lower-section .terms input {
        left: 0; }
    section.subscribe.story-subscribe-form .lower-section .submit {
      width: 100%;
      margin-top: 10px;
      margin-left: 0;
      padding-left: 0; }
      section.subscribe.story-subscribe-form .lower-section .submit button {
        padding: 11px 28px;
        margin-top: 10px; }
    section.subscribe.story-subscribe-form .lower-section .recaptcha-info {
      margin-top: 10px;
      padding-top: 0;
      vertical-align: top;
      margin-bottom: 0;
      padding-bottom: 0;
      text-align: left; }
    section.subscribe.story-subscribe-form .lower-section button {
      width: 100%;
      border-radius: 20px;
      padding: 12px 28px; } }
  @media only screen and (min-width: 800px) {
    section.subscribe.story-subscribe-form form {
      padding-top: 0; } }
  @media only screen and (min-width: 900px) {
    section.subscribe.story-subscribe-form form span {
      width: 33.33%;
      padding: 0 15px; }
      section.subscribe.story-subscribe-form form span:first-child {
        padding-left: 0; }
      section.subscribe.story-subscribe-form form span:last-child {
        padding-right: 0; }
    section.subscribe.story-subscribe-form .lower-section .submit {
      width: 64%;
      flex-wrap: nowrap; }
      section.subscribe.story-subscribe-form .lower-section .submit .terms {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center; }
      section.subscribe.story-subscribe-form .lower-section .submit button {
        margin-top: 0;
        width: auto; } }
  @media only screen and (min-width: 1150px) {
    section.subscribe.story-subscribe-form {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      clear: none; } }

section.two-column-listing li {
  padding: 10px 0; }

section.pull-quote-listing blockquote {
  margin-bottom: 10px;
  font-size: 2.25em; }

section.pull-quote-listing .article-listing li {
  padding: 10px; }

section.small-row-listing li {
  width: 33.33%; }
  section.small-row-listing li:nth-child(4) {
    display: none; }

section.small-row-listing article {
  padding: 20px; }
  section.small-row-listing article .author, section.small-row-listing article time {
    color: #0a0a0a; }

@media only screen and (max-width: 850px) {
  section.small-row-listing li {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  section.small-row-listing li {
    width: 100%; } }

section.four-column-listing article h1, section.news-block article h1, section.extra-large-row-listing article h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

section.four-column-listing article p, section.news-block article p, section.extra-large-row-listing article p {
  margin-bottom: 0.6em; }

section.extra-large-row-listing article h1 {
  margin-top: 10px;
  margin-bottom: 10px; }

section.feature-listing .category-sponsor {
  margin-bottom: 0; }

section.feature-listing article > div h1 {
  margin: 0.5em 0; }

section.feature-listing footer {
  margin-top: 1.9em; }

section.ispy.feature-listing {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  section.ispy.feature-listing article {
    background: #BFD4D1;
    flex-shrink: 1; }
    section.ispy.feature-listing article h1, section.ispy.feature-listing article p, section.ispy.feature-listing article .category-sponsor time {
      color: #162738; }
    section.ispy.feature-listing article footer .desktop .photos {
      color: #162738; }
  section.ispy.feature-listing aside {
    flex-shrink: 0;
    flex-basis: 300px; }

section.news-block header h1 {
  font-size: 1.875em;
  line-height: 1.2; }

section.news-block article {
  padding: 20px 10px 20px 10px; }
  section.news-block article h1 {
    font-size: 1.875em;
    line-height: 1.2; }

section.news-block ul {
  width: calc(100% - 350px);
  float: left; }
  section.news-block ul li {
    width: 33.33%; }

section.four-column-listing header h1, section.news-block header h1 {
  font-size: 1.875em;
  line-height: 1.2; }

section.four-column-listing article, section.news-block article {
  padding-top: 20px;
  padding-bottom: 20px; }

@media only screen and (max-width: 1000px) {
  section.news-block ul {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 600px) {
  section.two-column-listing li,
  section.pull-quote-listing .article-listing li,
  section.small-row-listing li,
  section.large-row-listing .feature-articles li, section.four-column-listing li, section.news-block li {
    padding: 0;
    margin-bottom: 10px; }
  section.two-column-listing article,
  section.pull-quote-listing .article-listing article,
  section.small-row-listing article,
  section.large-row-listing .feature-articles article, section.four-column-listing article, section.news-block article {
    padding: 10px 10px 0;
    margin-bottom: 0; }
    section.two-column-listing article .thumbnail,
    section.pull-quote-listing .article-listing article .thumbnail,
    section.small-row-listing article .thumbnail,
    section.large-row-listing .feature-articles article .thumbnail, section.four-column-listing article .thumbnail, section.news-block article .thumbnail {
      width: 47%;
      margin-bottom: 0;
      margin-right: 10px;
      margin-left: -10px; }
    section.two-column-listing article h1,
    section.pull-quote-listing .article-listing article h1,
    section.small-row-listing article h1,
    section.large-row-listing .feature-articles article h1, section.four-column-listing article h1, section.news-block article h1 {
      margin-left: 47%;
      padding-left: 0; }
    section.two-column-listing article .category-sponsor.desktop, section.two-column-listing article .category-sponsor,
    section.pull-quote-listing .article-listing article .category-sponsor.desktop,
    section.pull-quote-listing .article-listing article .category-sponsor,
    section.small-row-listing article .category-sponsor.desktop,
    section.small-row-listing article .category-sponsor,
    section.large-row-listing .feature-articles article .category-sponsor.desktop,
    section.large-row-listing .feature-articles article .category-sponsor,
    section.four-column-listing article .category-sponsor.desktop,
    section.news-block article .category-sponsor.desktop,
    section.four-column-listing article .category-sponsor,
    section.news-block article .category-sponsor {
      display: inline-block;
      display: -webkit-inline-box;
      display: inline-flex;
      -webkit-box-align: center;
              align-items: center;
      padding-left: 0;
      margin: 0.2em 0;
      max-width: 53%; }
      section.two-column-listing article .category-sponsor.desktop > a, section.two-column-listing article .category-sponsor > a,
      section.pull-quote-listing .article-listing article .category-sponsor.desktop > a,
      section.pull-quote-listing .article-listing article .category-sponsor > a,
      section.small-row-listing article .category-sponsor.desktop > a,
      section.small-row-listing article .category-sponsor > a,
      section.large-row-listing .feature-articles article .category-sponsor.desktop > a,
      section.large-row-listing .feature-articles article .category-sponsor > a,
      section.four-column-listing article .category-sponsor.desktop > a,
      section.news-block article .category-sponsor.desktop > a,
      section.four-column-listing article .category-sponsor > a,
      section.news-block article .category-sponsor > a {
        flex-basis: 50%;
        -webkit-box-flex: 1;
                flex-grow: 1; }
        section.two-column-listing article .category-sponsor.desktop > a + a, section.two-column-listing article .category-sponsor > a + a,
        section.pull-quote-listing .article-listing article .category-sponsor.desktop > a + a,
        section.pull-quote-listing .article-listing article .category-sponsor > a + a,
        section.small-row-listing article .category-sponsor.desktop > a + a,
        section.small-row-listing article .category-sponsor > a + a,
        section.large-row-listing .feature-articles article .category-sponsor.desktop > a + a,
        section.large-row-listing .feature-articles article .category-sponsor > a + a,
        section.four-column-listing article .category-sponsor.desktop > a + a,
        section.news-block article .category-sponsor.desktop > a + a,
        section.four-column-listing article .category-sponsor > a + a,
        section.news-block article .category-sponsor > a + a {
          margin: 5px 0; }
    section.two-column-listing article .category-sponsor.mobile,
    section.pull-quote-listing .article-listing article .category-sponsor.mobile,
    section.small-row-listing article .category-sponsor.mobile,
    section.large-row-listing .feature-articles article .category-sponsor.mobile,
    section.four-column-listing article .category-sponsor.mobile,
    section.news-block article .category-sponsor.mobile {
      display: none; }
    section.two-column-listing article footer,
    section.pull-quote-listing .article-listing article footer,
    section.small-row-listing article footer,
    section.large-row-listing .feature-articles article footer, section.four-column-listing article footer, section.news-block article footer {
      display: block;
      margin-left: 41%;
      padding-left: 20px;
      clear: none; }
  section.two-column-listing article footer, section.large-row-listing .feature-articles article footer {
    display: none; }
  section.two-column-listing article p, section.large-row-listing .feature-articles article p {
    display: none; }
  section.extra-large-row-listing article {
    background: #0d4b90;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 15px;
    margin-bottom: 0; }
    section.extra-large-row-listing article .thumbnail {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      float: none; }
    section.extra-large-row-listing article .category-sponsor.mobile {
      display: none; }
    section.extra-large-row-listing article .category-sponsor.desktop {
      display: block;
      padding: 0 10px; }
      section.extra-large-row-listing article .category-sponsor.desktop .category {
        color: white; }
    section.extra-large-row-listing article.story .category-sponsor .salife:before {
      border-color: white; }
    section.extra-large-row-listing article.story .category-sponsor .salife img.logo-white {
      display: block; }
    section.extra-large-row-listing article.story .category-sponsor .salife img.logo-black {
      display: none; }
    section.extra-large-row-listing article h1 {
      margin-left: 0;
      padding: 0 10px;
      color: white; }
      section.extra-large-row-listing article h1 a {
        color: inherit; }
    section.extra-large-row-listing article footer {
      display: none; }
  section.feature-listing p {
    display: none; }
  section.feature-listing footer {
    display: none; }
  section.feature-listing article {
    min-height: 0; }
    section.feature-listing article > div {
      padding: 10px 25px;
      background: #162738; }
      html.category-5 section.feature-listing article > div,
      html.parent-category-inreview section.feature-listing article > div {
        background-color: #000000; }
    section.feature-listing article:before, section.feature-listing article:after {
      display: none; }
  section.news-block header h1 {
    font-size: 1.75em; }
  section.news-block article h1 {
    font-size: 1.118em; }
  section.news-block ul li {
    width: 100%;
    float: none; }
    section.news-block ul li:before {
      border-top: 0; }
    section.news-block ul li article {
      padding-left: 0;
      padding-right: 0; }
      section.news-block ul li article .category-sponsor.desktop {
        max-width: 100%;
        width: 100%;
        margin: 10px 0 5px; }
    section.news-block ul li .thumbnail, section.news-block ul li h1, section.news-block ul li footer {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; }
    section.news-block ul li footer {
      display: none; } }

body > footer .social {
  float: right; }
  @media (max-width: 700px) {
    body > footer .social {
      float: none; } }

body.shorthand-embed-body > header {
  z-index: 101; }

body.shorthand-embed-body .popup {
  z-index: 111; }

body.shorthand-embed-body .Theme-HeaderContainer {
  position: static !important;
  display: none !important; }

.frm_fields_container br {
  display: none; }

.single-page .id-press-patron-btn {
  font-family: "franklin-gothic-urw", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  padding: 11px 14px;
  color: #FFF;
  background-color: #2eaa29;
  border-radius: 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  border: 2px solid #2eaa29;
  width: 320px;
  margin: 0 auto;
  display: block;
  text-align: center; }
  .single-page .id-press-patron-btn:hover {
    color: #FFF; }

@media only screen and (min-width: 1300px) {
  .single-page .id-press-patron-btn {
    font-size: 13px; } }

.solstice-video-holder {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 9/16*100 */
  background: #000; }
  .solstice-video-holder .solstice-video,
  .solstice-video-holder .jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit; }
  .solstice-video-holder .solstice-videojs,
  .solstice-video-holder .solstice-video--nins,
  .solstice-video-holder .solstice-video--modal-nins {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    width: 100% !important;
    height: 100% !important; }

.solstice-video-holder .video-js .vjs-big-play-button {
  z-index: 1;
  border-radius: 50%;
  top: 50%;
  left: 0;
  height: 1.75em;
  width: 1.75em;
  margin: -0.875em auto 0;
  background-color: #000;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1; }
  .solstice-video-holder .video-js .vjs-big-play-button .vjs-icon-placeholder {
    position: absolute;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    font-size: 1.5em; }
    .solstice-video-holder .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
      position: static; }
  .solstice-video-holder .video-js .vjs-big-play-button:hover {
    opacity: 0.8; }

.solstice-video-holder .video-js .vjs-poster {
  background: #242528;
  background-repeat: no-repeat;
  background-size: cover; }

.solstice-video-holder .video-js:hover .vjs-big-play-button {
  background-color: #093568; }

.solstice-video-holder .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .solstice-video-holder .vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
  top: 2px;
  font-size: 1.3em; }

@media only screen and (min-width: 768px) {
  .solstice-video-holder .video-js .vjs-big-play-button {
    height: 3.5em;
    width: 3.5em;
    margin: -1.75em auto 0; }
    .solstice-video-holder .video-js .vjs-big-play-button .vjs-icon-placeholder {
      font-size: 3em; } }

.large-row-listing.sa-life-block, .large-row-listing.citymag-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .large-row-listing.sa-life-block:before, .large-row-listing.citymag-block:before {
    display: none; }
  @media only screen and (max-width: 1000px) {
    .large-row-listing.sa-life-block, .large-row-listing.citymag-block {
      display: block; } }
  .large-row-listing.sa-life-block .block-articles-section, .large-row-listing.citymag-block .block-articles-section {
    flex-basis: calc(100% - 340px);
    flex-shrink: 1;
    border-bottom: 5px solid #8f1e60; }
    .large-row-listing.sa-life-block .block-articles-section .feature-articles, .large-row-listing.citymag-block .block-articles-section .feature-articles {
      padding-right: 0; }
      .large-row-listing.sa-life-block .block-articles-section .feature-articles > article, .large-row-listing.citymag-block .block-articles-section .feature-articles > article {
        border-left: 0;
        border-right: 0;
        width: 33.33%; }
        @media only screen and (max-width: 1000px) {
          .large-row-listing.sa-life-block .block-articles-section .feature-articles > article, .large-row-listing.citymag-block .block-articles-section .feature-articles > article {
            width: 50%; } }
  .large-row-listing.sa-life-block aside, .large-row-listing.citymag-block aside {
    flex-basis: 300px;
    flex-shrink: 0; }
  .large-row-listing.sa-life-block header, .large-row-listing.citymag-block header {
    background-color: #8f1e60;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 22px 28px; }
    .large-row-listing.sa-life-block header:before, .large-row-listing.sa-life-block header:after, .large-row-listing.citymag-block header:before, .large-row-listing.citymag-block header:after {
      display: none; }
    .large-row-listing.sa-life-block header > img, .large-row-listing.sa-life-block header > p, .large-row-listing.sa-life-block header > div, .large-row-listing.citymag-block header > img, .large-row-listing.citymag-block header > p, .large-row-listing.citymag-block header > div {
      display: inline-block; }
    .large-row-listing.sa-life-block header > p, .large-row-listing.citymag-block header > p {
      padding: 0 40px; }
      @media only screen and (max-width: 800px) {
        .large-row-listing.sa-life-block header > p, .large-row-listing.citymag-block header > p {
          display: none; } }
    .large-row-listing.sa-life-block header .social, .large-row-listing.citymag-block header .social {
      display: -webkit-box;
      display: flex; }
      .large-row-listing.sa-life-block header .social a, .large-row-listing.citymag-block header .social a {
        display: inline-block;
        background-color: #ffffff;
        width: 2em;
        height: 2em;
        margin-left: 12px;
        border-radius: 100%;
        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;
        position: relative; }
        .large-row-listing.sa-life-block header .social a:first-of-type, .large-row-listing.citymag-block header .social a:first-of-type {
          margin-left: 0; }
        .large-row-listing.sa-life-block header .social a:before, .large-row-listing.citymag-block header .social a:before {
          color: #162738;
          display: inline-block;
          position: absolute;
          line-height: 2em;
          width: 2em;
          text-align: center;
          left: 0;
          color: #8f1e60; }
        .large-row-listing.sa-life-block header .social a.instagram:before, .large-row-listing.citymag-block header .social a.instagram:before {
          content: ""; }
        .large-row-listing.sa-life-block header .social a.facebook:before, .large-row-listing.citymag-block header .social a.facebook:before {
          content: ""; }
        .large-row-listing.sa-life-block header .social a.twitter:before, .large-row-listing.citymag-block header .social a.twitter:before {
          content: ""; }
        .large-row-listing.sa-life-block header .social a.youtube:before, .large-row-listing.citymag-block header .social a.youtube:before {
          content: "";
          font-size: 1.35em;
          line-height: 1.42em;
          width: 1.48em; }
  .large-row-listing.sa-life-block > article, .large-row-listing.citymag-block > article {
    border-left: 0;
    border-right: 0; }
  .large-row-listing.sa-life-block article.story .category-sponsor .citymag, .large-row-listing.sa-life-block article.story .category-sponsor .salife, .large-row-listing.citymag-block article.story .category-sponsor .citymag, .large-row-listing.citymag-block article.story .category-sponsor .salife {
    display: none; }
  @media only screen and (max-width: 600px) {
    .large-row-listing.sa-life-block header, .large-row-listing.citymag-block header {
      margin-bottom: 5px; }
      .large-row-listing.sa-life-block header p, .large-row-listing.citymag-block header p {
        display: none; }
      .large-row-listing.sa-life-block header .sa-life-logo, .large-row-listing.citymag-block header .sa-life-logo {
        max-width: 140px; }
    .large-row-listing.sa-life-block .block-articles-section, .large-row-listing.citymag-block .block-articles-section {
      border-bottom: 0; }
      .large-row-listing.sa-life-block .block-articles-section .feature-articles > article, .large-row-listing.citymag-block .block-articles-section .feature-articles > article {
        width: 100%; }
      .large-row-listing.sa-life-block .block-articles-section .feature-articles article, .large-row-listing.citymag-block .block-articles-section .feature-articles article {
        padding: 0;
        background: #8f1e60;
        margin-bottom: 5px; }
        .large-row-listing.sa-life-block .block-articles-section .feature-articles article .thumbnail, .large-row-listing.citymag-block .block-articles-section .feature-articles article .thumbnail {
          width: 100%;
          margin-left: auto;
          float: none;
          margin-bottom: 0; }
        .large-row-listing.sa-life-block .block-articles-section .feature-articles article h1, .large-row-listing.citymag-block .block-articles-section .feature-articles article h1 {
          margin-left: auto;
          color: white;
          margin-top: 0;
          padding: 10px; }
          .large-row-listing.sa-life-block .block-articles-section .feature-articles article h1 a, .large-row-listing.citymag-block .block-articles-section .feature-articles article h1 a {
            color: inherit; }
        .large-row-listing.sa-life-block .block-articles-section .feature-articles article p, .large-row-listing.citymag-block .block-articles-section .feature-articles article p {
          display: none; }
        .large-row-listing.sa-life-block .block-articles-section .feature-articles article footer, .large-row-listing.citymag-block .block-articles-section .feature-articles article footer {
          display: none; }
        .large-row-listing.sa-life-block .block-articles-section .feature-articles article .category-sponsor.mobile, .large-row-listing.citymag-block .block-articles-section .feature-articles article .category-sponsor.mobile {
          display: none; }
        .large-row-listing.sa-life-block .block-articles-section .feature-articles article .category-sponsor.desktop, .large-row-listing.citymag-block .block-articles-section .feature-articles article .category-sponsor.desktop {
          display: block;
          margin: 0;
          color: white;
          padding: 10px 10px 0; }
          .large-row-listing.sa-life-block .block-articles-section .feature-articles article .category-sponsor.desktop a, .large-row-listing.citymag-block .block-articles-section .feature-articles article .category-sponsor.desktop a {
            color: inherit; } }
  @media only screen and (max-width: 450px) {
    .large-row-listing.sa-life-block header, .large-row-listing.citymag-block header {
      padding: 18px 20px; }
      .large-row-listing.sa-life-block header .sa-life-logo, .large-row-listing.citymag-block header .sa-life-logo {
        max-width: 90px; }
      .large-row-listing.sa-life-block header .social, .large-row-listing.citymag-block header .social {
        font-size: 14px; }
        .large-row-listing.sa-life-block header .social a, .large-row-listing.citymag-block header .social a {
          margin-left: 7px; } }

.large-row-listing.citymag-block header {
  background-color: #797e71; }
  .large-row-listing.citymag-block header img {
    max-width: 200px; }
    @media only screen and (max-width: 600px) {
      .large-row-listing.citymag-block header img {
        max-width: 120px; } }
  .large-row-listing.citymag-block header .social a:before {
    color: #797e71; }

.large-row-listing.citymag-block .block-articles-section {
  border-bottom-color: #797e71; }
  @media only screen and (max-width: 600px) {
    .large-row-listing.citymag-block .block-articles-section .feature-articles article {
      background: #797e71; } }

.large-row-listing.sa-life-block img {
  max-width: 221px; }
  @media only screen and (max-width: 600px) {
    .large-row-listing.sa-life-block img {
      max-width: 141px; } }

html.single-post body {
  overflow-x: visible; }

main.single-article .top {
  margin-bottom: 20px; }
  main.single-article .top h1 {
    margin-bottom: 10px; }

main.single-article .aligncenter {
  clear: none; }

main.single-article .comments-thread {
  padding-top: 30px; }

main.single-article .topics {
  margin-bottom: 20px; }

main.single-article .top-stories > h1 {
  font-size: 1.625em;
  line-height: 1.27; }

main.single-article .top-stories .advertisement {
  margin-bottom: 30px; }

main.single-article .top-stories .sticky-container {
  height: 1000px;
  position: relative; }
  main.single-article .top-stories .sticky-container.sticky-container--slim {
    height: 320px; }

main.single-article .top-stories .advertisement-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 157px; }

main.single-article .top-stories a {
  padding-top: 10px;
  padding-bottom: 10px; }

main.single-article article .advertisement.leaderboard {
  margin: 1em -30px;
  max-width: 800px; }

main.single-article article .wp-video {
  display: -webkit-box;
  display: flex; }

main.single-article article header .article-support {
  margin-bottom: 2.5em; }
  main.single-article article header .article-support .article-support__title {
    margin: 0;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.16;
    color: #0d4b90;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    display: block;
    margin-bottom: 5px;
    line-height: 1.1; }
  main.single-article article header .article-support .article-support__link,
  main.single-article article header .article-support a {
    margin: 0;
    font-size: 0.938em;
    line-height: 1.21;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-size: 1em !important;
    border-bottom: 1px solid #0d4b90;
    color: #0d4b90; }
    main.single-article article header .article-support .article-support__link:hover,
    main.single-article article header .article-support a:hover {
      color: black; }

@media only screen and (max-width: 850px) {
  main.single-article .top {
    margin-bottom: 0; }
    main.single-article .top h2 {
      font-size: 0.8em; }
    main.single-article .top p {
      font-size: 1.125em; }
  main.single-article article {
    margin-top: 10px; }
  main.single-article header .author-info {
    margin-bottom: 10px; }
    main.single-article header .author-info .author-date-social address .author {
      font-size: 1em; }
  main.single-article header .article-support {
    display: none; } }

@media only screen and (max-width: 650px) {
  main.single-article {
    overflow-x: hidden; }
    main.single-article header .author-info {
      margin-bottom: 00px; } }

.aal_svg {
  display: none !important; }

h1:hover .aal_svg,
h2:hover .aal_svg,
h3:hover .aal_svg,
h4:hover .aal_svg,
h5:hover .aal_svg,
h6:hover .aal_svg {
  visibility: hidden;
  display: none; }

.id-article-image-block {
  display: -webkit-box;
  display: flex;
  padding: 1.5em 1em;
  margin-bottom: 1.5em; }
  .id-article-image-block.l_align-left {
    max-width: calc( 100% + 240px); }

.id-article-image-block-inner {
  display: block; }
  .id-article-image-block-inner a {
    border-bottom: 1px solid #5cacc3; }
    .id-article-image-block-inner a:hover {
      color: #5cacc3; }
  .id-article-image-block-inner p {
    font-size: 1.125em;
    line-height: 1.55; }
  @media only screen and (max-width: 500px) {
    .id-article-image-block-inner {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .id-article-image-block-inner p {
        font-size: 1em; } }

.id-article-image-block-image-wrapper {
  float: right;
  width: 310px; }
  .l_position-top .id-article-image-block-image-wrapper {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  @media only screen and (max-width: 500px) {
    .id-article-image-block-image-wrapper {
      float: none;
      width: 100%; } }

.id-article-image-block-text {
  font-size: 1.125em;
  line-height: 1.55; }
  @media only screen and (max-width: 500px) {
    .id-article-image-block-text {
      font-size: 1em; }
      .l_position-bottom .id-article-image-block-text p:last-child {
        margin-bottom: 1em; } }
  .l_align-left .id-article-image-block-text {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: calc(100% + 240px);
    margin-left: 40px; }
    @media only screen and (max-width: 850px) {
      .l_align-left .id-article-image-block-text {
        margin-left: 0px; } }
  .l_align-right .id-article-image-block-text {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: 100%; }
    @media only screen and (max-width: 500px) {
      .l_align-right .id-article-image-block-text {
        -webkit-box-ordinal-group: 3;
                order: 2; } }
  .id-article-image-block-text p:first-child {
    margin-top: 0; }
  .id-article-image-block-text p:last-child {
    margin-bottom: 0; }

.id-article-image-block-image p {
  margin: 0; }

.id-article-image-block-image.id-article-image-block-image_thumbnail {
  -webkit-box-flex: 0;
          flex: 0 0 160px;
  max-width: 150px; }
  @media only screen and (max-width: 500px) {
    .id-article-image-block-image.id-article-image-block-image_thumbnail {
      -webkit-box-flex: 0;
              flex: 0 0 310px;
      max-width: 300px; } }

.id-article-image-block-image.id-article-image-block-image_medium {
  -webkit-box-flex: 0;
          flex: 0 0 310px; }
  .id-article-image-block-image.id-article-image-block-image_medium img {
    margin-left: auto; }
  @media only screen and (max-width: 500px) {
    .id-article-image-block-image.id-article-image-block-image_medium img {
      margin: 0 auto; } }

.id-article-image-block-image .wp-caption-text {
  padding-left: 0 !important;
  margin-bottom: 0 !important; }
  .id-article-image-block-image .wp-caption-text p {
    margin: inherit; }
  @media only screen and (max-width: 500px) {
    .id-article-image-block-image .wp-caption-text {
      padding-left: 0 !important; } }

.l_align-left .id-article-image-block-image {
  -webkit-box-ordinal-group: 2;
          order: 1;
  margin-right: 40px;
  margin-left: -240px; }
  @media only screen and (max-width: 850px) {
    .l_align-left .id-article-image-block-image {
      margin-left: -40px; } }
  @media only screen and (max-width: 750px) {
    .l_align-left .id-article-image-block-image {
      margin-left: -25px; } }
  @media only screen and (max-width: 500px) {
    .l_align-left .id-article-image-block-image {
      margin: 0 auto; }
      .l_position-bottom .l_align-left .id-article-image-block-image {
        -webkit-box-ordinal-group: 3;
                order: 2; } }

.l_align-right .id-article-image-block-image {
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin-left: auto;
  padding-left: 40px; }
  @media only screen and (max-width: 500px) {
    .l_align-right .id-article-image-block-image {
      -webkit-box-ordinal-group: 2;
              order: 1;
      padding-left: 0px;
      margin: 0 auto; }
      .l_position-bottom .l_align-right .id-article-image-block-image {
        -webkit-box-ordinal-group: 3;
                order: 2; } }

.article-btn-wrap {
  margin-top: 30px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: flex;
  flex-flow: wrap;
  -webkit-box-align: start;
          align-items: flex-start; }
  .article-btn-wrap .article-btn-comment-wrap {
    text-align: center;
    margin: 0 auto; }
  .article-btn-wrap .article-btn-comment {
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 15px;
    background-color: #0d4b90;
    color: #ffffff;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    text-decoration: none;
    border-radius: 8px;
    background-color: #0e6cc9;
    color: #FFF;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
    .article-btn-wrap .article-btn-comment:before {
      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;
      vertical-align: middle;
      font-size: 1.8em;
      margin-right: 15px; }
    .article-btn-wrap .article-btn-comment span {
      vertical-align: middle; }
    .article-btn-wrap .article-btn-comment:before {
      content: "";
      display: block;
      margin-right: 15px;
      width: 28px;
      height: 28px;
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z' class=''%3E%3C/path%3E%3C/svg%3E"); }
  .article-btn-wrap .article-btn-comment-tc {
    font-size: 11px; }
  .article-btn-wrap a[rel=next] {
    background-color: #0a3568; }
  .article-btn-wrap a[rel=next],
  .article-btn-wrap .article-btn-comment {
    opacity: 1;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s; }
    .article-btn-wrap a[rel=next]:hover,
    .article-btn-wrap .article-btn-comment:hover {
      opacity: 0.8; }
  .article-btn-wrap a[rel=next],
  .article-btn-wrap .article-btn-comment-wrap {
    margin-bottom: 15px !important; }

.author-info .article-share {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end; }
  .author-info .article-share .article-share-inner {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .author-info .article-share .article-share-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .author-info .article-share .article-share-title span {
    margin-right: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-weight: bold; }
  .author-info .article-share a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-decoration: none;
    background-color: #083468;
    color: #FFF;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
    text-align: center; }
    .author-info .article-share a span {
      display: none; }
    .author-info .article-share a:before {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
    .author-info .article-share a.article-share-twitter:before {
      content: ""; }
    .author-info .article-share a.article-share-facebook:before {
      content: ""; }
    .author-info .article-share a.article-share-instagram:before {
      content: ""; }
    .author-info .article-share a.article-share-linkedin:before {
      content: ""; }
    .author-info .article-share a.article-share-email:before {
      content: ""; }
    .author-info .article-share a.article-share-pinterest:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23FFF' d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z' class=''%3E%3C/path%3E%3C/svg%3E");
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      background-position: 50%; }

.subscribe-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: auto;
  width: 100%;
  max-width: 100%;
  background: rgba(24, 53, 104, 0.9);
  color: white;
  margin-bottom: 0;
  text-align: center;
  padding: 28px 90px 10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  font-size: 13px; }
  @media (max-height: 800px) {
    .subscribe-popup {
      font-size: 11px; } }
  @media only screen and (max-width: 1024px) {
    .subscribe-popup {
      font-size: 11px;
      padding-left: 65px;
      padding-right: 65px; } }
  @media only screen and (max-width: 900px) {
    .subscribe-popup {
      font-size: 10px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 780px) {
    .subscribe-popup {
      font-size: 8px;
      padding-top: 20px; } }
  .subscribe-popup.show {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .subscribe-popup h1 {
    font-size: 3em; }
    @media only screen and (max-width: 480px) {
      .subscribe-popup h1 {
        font-size: 3em; } }
  .subscribe-popup h2 {
    font-size: 1.7em;
    font-weight: normal; }
  .subscribe-popup p {
    font-size: 1.7em; }
    @media only screen and (max-width: 480px) {
      .subscribe-popup p {
        font-size: 2em; } }
    .subscribe-popup p.fine-print {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
      margin-bottom: 0; }
      @media only screen and (max-width: 780px) {
        .subscribe-popup p.fine-print {
          font-size: 13px; } }
      .subscribe-popup p.fine-print small {
        font-size: 70%; }
  .subscribe-popup .button {
    display: inline-block;
    background: white;
    color: #093568;
    border-radius: 5px;
    padding: 0.469em 2em;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8em;
    font-size: 23px; }
    @media only screen and (max-width: 480px) {
      .subscribe-popup .button {
        font-size: 2em; } }
  .subscribe-popup .popup-close {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50px;
    right: 35px;
    cursor: pointer; }
    .subscribe-popup .popup-close:before, .subscribe-popup .popup-close:after {
      content: '';
      height: 4px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: white;
      display: block; }
    .subscribe-popup .popup-close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .subscribe-popup .popup-close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    @media only screen and (max-width: 1280px) {
      .subscribe-popup .popup-close {
        width: 28px;
        height: 28px;
        right: 20px; } }
    @media only screen and (max-width: 1024px) {
      .subscribe-popup .popup-close:before, .subscribe-popup .popup-close:after {
        height: 3px; } }
    @media only screen and (max-width: 900px) {
      .subscribe-popup .popup-close {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        display: inline-block; } }
    @media only screen and (max-width: 780px) {
      .subscribe-popup .popup-close {
        width: 20px;
        height: 20px; }
        .subscribe-popup .popup-close:before, .subscribe-popup .popup-close:after {
          height: 2px; } }
  .subscribe-popup .follow-up-content {
    display: none; }
  .subscribe-popup.follow-up .initial-content {
    display: none; }
  .subscribe-popup.follow-up .follow-up-content {
    display: block; }

.row {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.row-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  align-content: flex-start;
  margin: 0 -12px;
  margin: 0 auto;
  position: relative;
  margin-left: -12px;
  margin-right: -12px; }

.indaily-2019-container {
  margin: 0 auto;
  max-width: 340px; }
  .indaily-2019-container > .row {
    padding: 0 15px; }
  @media only screen and (min-width: 380px) {
    .indaily-2019-container {
      max-width: 100%; }
      .indaily-2019-container > .row {
        padding: 0 10px; } }
  @media only screen and (min-width: 768px) {
    .indaily-2019-container {
      width: 740px; } }
  @media only screen and (min-width: 940px) {
    .indaily-2019-container {
      width: 940px; } }
  @media only screen and (min-width: 1280px) {
    .indaily-2019-container {
      width: 1040px; } }

.id_mobile-only {
  display: block; }
  @media only screen and (min-width: 960px) {
    .id_mobile-only {
      display: none; } }

.id_desktop-only {
  display: none; }
  @media only screen and (min-width: 960px) {
    .id_desktop-only {
      display: block; } }

.id_mobile-only .advertisement-wrapper {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto; }

.id-live-edit {
  position: relative; }
  .id-live-edit .live-edit-button {
    display: none;
    width: auto;
    top: 10px;
    right: 10px;
    background-color: #083468;
    outline: 0;
    color: #fff;
    border: 3px solid #000 !important;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-radius: 0;
    box-shadow: none; }
  .id-live-edit:hover .live-edit-button {
    display: inline-block; }

.id-live-edit-image {
  position: relative; }
  .id-live-edit-image .id-live-edit-image-button {
    position: absolute;
    display: none;
    width: auto;
    bottom: 0;
    left: 0;
    background-color: #083468;
    outline: 0;
    color: #fff;
    border: 3px solid #000 !important;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-radius: 0;
    padding: 9px 14px;
    box-shadow: none; }
  .id-live-edit-image:hover .id-live-edit-image-button {
    display: inline-block;
    cursor: pointer; }

body > header {
  padding-bottom: 144px; }
  @media only screen and (min-width: 600px) {
    body > header {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 750px) {
    body > header {
      padding-bottom: 144px; } }
  body > header > div {
    z-index: 200;
    background: #0d4b90; }
    body > header > div:before {
      display: none; }
    body > header > div .logo-bar.logo-bar-2020 {
      display: -webkit-box;
      display: flex;
      height: 80px;
      background-color: #000; }
      @media only screen and (min-width: 750px) {
        body > header > div .logo-bar.logo-bar-2020 {
          height: 64px; } }
      @media only screen and (min-width: 1000px) {
        body > header > div .logo-bar.logo-bar-2020 {
          height: 87px;
          border-bottom: 3px solid #0F6CC9; } }
      body > header > div .logo-bar.logo-bar-2020 h1 {
        display: -webkit-box;
        display: flex;
        margin: 16px 0 15px 40px; }
        body > header > div .logo-bar.logo-bar-2020 h1 a {
          display: inline-block; }
        body > header > div .logo-bar.logo-bar-2020 h1 .logo-bar--desktop {
          display: none;
          padding-top: 10px; }
        body > header > div .logo-bar.logo-bar-2020 h1 .logo-bar--mobile {
          width: 157px; }
        @media only screen and (max-width: 750px) {
          body > header > div .logo-bar.logo-bar-2020 h1 {
            margin: 1px 0 0 12px; } }
        @media only screen and (max-width: 500px) {
          body > header > div .logo-bar.logo-bar-2020 h1 {
            margin-right: auto; } }
        @media only screen and (min-width: 1000px) {
          body > header > div .logo-bar.logo-bar-2020 h1 .logo-bar--mobile {
            display: none; }
          body > header > div .logo-bar.logo-bar-2020 h1 .logo-bar--desktop {
            display: block;
            width: 150px;
            padding-top: 0; } }
      body > header > div .logo-bar.logo-bar-2020 .logo-holder {
        display: none;
        height: 55px;
        padding: 0 22px;
        border-left: 0.5px solid rgba(255, 255, 255, 0.5); }
        body > header > div .logo-bar.logo-bar-2020 .logo-holder.citymag-logo img {
          max-width: 90px; }
        body > header > div .logo-bar.logo-bar-2020 .logo-holder.salife-logo {
          margin-left: 18px; }
          body > header > div .logo-bar.logo-bar-2020 .logo-holder.salife-logo img {
            max-width: 86px; }
        @media only screen and (min-width: 1000px) {
          body > header > div .logo-bar.logo-bar-2020 .logo-holder {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center; } }
      body > header > div .logo-bar.logo-bar-2020 h2 {
        font-size: 1.25em;
        font-weight: normal;
        height: 47px;
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-align: center;
                align-items: center;
        margin-bottom: 0;
        margin-top: 5px; }
        @media only screen and (max-width: 750px) {
          body > header > div .logo-bar.logo-bar-2020 h2 {
            font-size: 0.9em;
            height: 27px; } }
        @media only screen and (max-width: 500px) {
          body > header > div .logo-bar.logo-bar-2020 h2 {
            display: none; } }
        body > header > div .logo-bar.logo-bar-2020 h2 > span,
        body > header > div .logo-bar.logo-bar-2020 h2 > span span {
          color: #ffffff; }
      body > header > div .logo-bar.logo-bar-2020 .search label {
        background: #0d4b90;
        color: #ffffff; }
      body > header > div .logo-bar.logo-bar-2020 .menu-toggle {
        color: white;
        padding: 21px 15px 21px 21px; }
        @media only screen and (min-width: 750px) {
          body > header > div .logo-bar.logo-bar-2020 .menu-toggle {
            padding: 21px; } }
      body > header > div .logo-bar.logo-bar-2020 .support-holder {
        display: none;
        margin-left: auto;
        margin-right: 23px; }
        body > header > div .logo-bar.logo-bar-2020 .support-holder .support-title {
          display: block;
          width: 100%;
          margin-bottom: 5px;
          font-family: "Breve", georgia, times, serif;
          font-size: 18px;
          line-height: 1.2;
          font-weight: bold;
          color: #FFF;
          text-align: right; }
        body > header > div .logo-bar.logo-bar-2020 .support-holder .support-btn {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          padding: 11px;
          font-family: "franklin-gothic-urw", arial, sans-serif;
          font-size: 12px;
          font-weight: bold;
          text-align: center;
          text-transform: uppercase;
          line-height: 1.1;
          background-color: #FFF;
          color: #083468;
          border-radius: 20px;
          min-width: 115px;
          max-height: 32px;
          -webkit-transition: color .15s;
          transition: color .15s; }
          body > header > div .logo-bar.logo-bar-2020 .support-holder .support-btn:hover {
            color: #5cacc3; }
          body > header > div .logo-bar.logo-bar-2020 .support-holder .support-btn:before {
            content: '';
            font-family: icomoon;
            content: "";
            font-size: 12px;
            vertical-align: middle;
            margin-right: 5px; }
          body > header > div .logo-bar.logo-bar-2020 .support-holder .support-btn.support-btn-contribute {
            background-color: #63AFC5;
            color: #FFFFFF;
            margin-right: 10px;
            -webkit-transition: all .15s;
            transition: all .15s; }
            body > header > div .logo-bar.logo-bar-2020 .support-holder .support-btn.support-btn-contribute:before {
              content: '';
              font-family: icomoon;
              content: "";
              color: #31BC80;
              background-color: white;
              padding: 3px;
              border-radius: 100%; }
            body > header > div .logo-bar.logo-bar-2020 .support-holder .support-btn.support-btn-contribute:hover {
              color: #63AFC5;
              background-color: #FFFFFF; }
              body > header > div .logo-bar.logo-bar-2020 .support-holder .support-btn.support-btn-contribute:hover:before {
                background-color: #63AFC5;
                color: #FFF; }
        body > header > div .logo-bar.logo-bar-2020 .support-holder.support-holder--inreview .support-btn.support-btn-contribute {
          background-color: #FFF;
          color: #000;
          border: 1px solid transparent; }
          body > header > div .logo-bar.logo-bar-2020 .support-holder.support-holder--inreview .support-btn.support-btn-contribute:before {
            color: #FFF;
            background-color: #000; }
          body > header > div .logo-bar.logo-bar-2020 .support-holder.support-holder--inreview .support-btn.support-btn-contribute:hover {
            color: #FFF;
            background-color: #000;
            border: 1px solid #FFF; }
            body > header > div .logo-bar.logo-bar-2020 .support-holder.support-holder--inreview .support-btn.support-btn-contribute:hover:before {
              background-color: #FFF;
              color: #000; }
        @media only screen and (min-width: 1000px) {
          body > header > div .logo-bar.logo-bar-2020 .support-holder {
            display: -webkit-box;
            display: flex;
            flex-flow: wrap;
            -webkit-box-pack: end;
                    justify-content: flex-end; } }
    body > header > div > nav.main form.nav-search {
      position: absolute;
      right: 70px;
      padding: 0;
      margin: 0;
      top: 0;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-size: 14px;
      height: 52px;
      line-height: 1.3;
      padding: 0;
      width: 94px; }
      body > header > div > nav.main form.nav-search label {
        height: 52px;
        background: #093568;
        display: block;
        margin: 0;
        padding: 0px 0px 0px 30px;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 52px;
        box-shadow: -28px 0 14px -14px #093568; }
        body > header > div > nav.main form.nav-search label:before {
          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;
          content: "";
          font-size: 1.5em;
          line-height: 52px;
          left: 0;
          position: absolute;
          vertical-align: middle; }
      body > header > div > nav.main form.nav-search span {
        display: none; }
      body > header > div > nav.main form.nav-search input {
        background: none;
        border: 0;
        font: inherit;
        padding: 0;
        width: 56px;
        -webkit-transition: width .3s;
        transition: width .3s; }
        body > header > div > nav.main form.nav-search input::-webkit-input-placeholder {
          color: inherit;
          opacity: 1;
          -webkit-transition: opacity .2s;
          transition: opacity .2s;
          font-weight: bold;
          text-transform: uppercase; }
        body > header > div > nav.main form.nav-search input::-moz-placeholder {
          color: inherit;
          opacity: 1;
          -moz-transition: opacity .2s;
          transition: opacity .2s;
          font-weight: bold;
          text-transform: uppercase; }
        body > header > div > nav.main form.nav-search input:-ms-input-placeholder {
          color: inherit;
          opacity: 1;
          -ms-transition: opacity .2s;
          transition: opacity .2s;
          font-weight: bold;
          text-transform: uppercase; }
        body > header > div > nav.main form.nav-search input::-ms-input-placeholder {
          color: inherit;
          opacity: 1;
          -ms-transition: opacity .2s;
          transition: opacity .2s;
          font-weight: bold;
          text-transform: uppercase; }
        body > header > div > nav.main form.nav-search input::placeholder {
          color: inherit;
          opacity: 1;
          -webkit-transition: opacity .2s;
          transition: opacity .2s;
          font-weight: bold;
          text-transform: uppercase; }
        body > header > div > nav.main form.nav-search input:focus {
          width: 372px; }
          body > header > div > nav.main form.nav-search input:focus::-webkit-input-placeholder {
            opacity: .6; }
          body > header > div > nav.main form.nav-search input:focus::-moz-placeholder {
            opacity: .6; }
          body > header > div > nav.main form.nav-search input:focus:-ms-input-placeholder {
            opacity: .6; }
          body > header > div > nav.main form.nav-search input:focus::-ms-input-placeholder {
            opacity: .6; }
          body > header > div > nav.main form.nav-search input:focus::placeholder {
            opacity: .6; }
    body > header > div > nav.main .menu-toggle {
      box-shadow: none; }
    body > header > div > nav.main a {
      color: #ffffff; }
  body > header .header-support.header-support-mobile {
    display: -webkit-box;
    display: flex;
    z-index: 1;
    position: absolute;
    top: 80px;
    border-top: 2px solid #0F6CC9;
    background-color: #083468;
    color: #FFF;
    font-family: "Breve", georgia, times, serif;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 12px; }
    body > header .header-support.header-support-mobile .header-support-split {
      width: 50%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
      body > header .header-support.header-support-mobile .header-support-split .header-support-text {
        display: inline-block; }
        body > header .header-support.header-support-mobile .header-support-split .header-support-text:after {
          content: '';
          width: 30px;
          height: 16px;
          background-image: url(../images/arrow-right.svg);
          display: inline-block;
          background-repeat: no-repeat;
          margin-left: 10px;
          position: absolute; }
      body > header .header-support.header-support-mobile .header-support-split .support-btn {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        padding: 11px;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.1;
        background-color: #FFF;
        color: #083468;
        border-radius: 20px;
        max-width: 115px;
        margin-left: auto; }
        body > header .header-support.header-support-mobile .header-support-split .support-btn.support-btn-contribute {
          background-color: #63AFC5;
          color: #FFFFFF; }
          body > header .header-support.header-support-mobile .header-support-split .support-btn.support-btn-contribute:before {
            content: '';
            font-family: icomoon;
            content: "";
            color: #31BC80;
            background-color: white;
            padding: 3px;
            border-radius: 100%;
            margin-right: 4px; }
        body > header .header-support.header-support-mobile .header-support-split .support-btn.support-btn--donate {
          background-color: #63AFC5;
          color: #FFF; }
        body > header .header-support.header-support-mobile .header-support-split .support-btn.support-btn--subscribe {
          margin-left: 10px; }
    @media only screen and (min-width: 600px) {
      body > header .header-support.header-support-mobile {
        display: none; } }

html.home body > header > div > nav.main form.nav-search,
html body > header > div > nav.main form.nav-search {
  height: 52px; }
  html.home body > header > div > nav.main form.nav-search label,
  html body > header > div > nav.main form.nav-search label {
    height: 52px;
    line-height: 52px; }
    html.home body > header > div > nav.main form.nav-search label:before,
    html body > header > div > nav.main form.nav-search label:before {
      line-height: 52px; }

html.single-post body > header > div > nav.main form.nav-search {
  height: 69px; }
  html.single-post body > header > div > nav.main form.nav-search label {
    height: 69px;
    line-height: 69px; }
    html.single-post body > header > div > nav.main form.nav-search label:before {
      line-height: 69px; }

.footspace-small {
  margin-bottom: 10px; }

html.home body {
  overflow-x: visible; }

.indaily-home-trending-bar {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto;
  display: none; }
  .indaily-home-trending-bar .trending-bar-inner {
    border-bottom: 3px solid #083468;
    padding: 15px 0;
    margin-bottom: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    white-space: nowrap; }
    .indaily-home-trending-bar .trending-bar-inner .trending-bar-inner-list {
      position: relative;
      overflow: hidden;
      -webkit-box-flex: 1;
              flex: 1;
      flex-grow: 1;
      list-style: none;
      margin: 0;
      padding: 0; }
      .indaily-home-trending-bar .trending-bar-inner .trending-bar-inner-list:after {
        bottom: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(white));
        background: linear-gradient(to right, rgba(245, 245, 245, 0), white);
        content: '';
        display: block;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 48px; }
      .indaily-home-trending-bar .trending-bar-inner .trending-bar-inner-list li {
        display: inline-block;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: #63AFC5;
        font-size: 14px;
        line-height: 1.2;
        padding: 7px; }
        .indaily-home-trending-bar .trending-bar-inner .trending-bar-inner-list li a {
          text-decoration: none;
          color: inherit; }
        .indaily-home-trending-bar .trending-bar-inner .trending-bar-inner-list li:first-child {
          background-color: #63AFC5;
          color: #083468;
          border-radius: 5px; }
        .indaily-home-trending-bar .trending-bar-inner .trending-bar-inner-list li:last-child {
          margin-right: 0; }
        .indaily-home-trending-bar .trending-bar-inner .trending-bar-inner-list li:hover {
          background-color: #63AFC5;
          color: #083468;
          border-radius: 5px; }
    .indaily-home-trending-bar .trending-bar-inner .trending-bar-social {
      text-align: right;
      padding-right: 5px; }
      .indaily-home-trending-bar .trending-bar-inner .trending-bar-social a {
        display: inline-block;
        text-decoration: none;
        background-color: #083468;
        color: #FFF;
        font-size: 14px;
        width: 25px;
        height: 25px;
        margin-right: 8px;
        border-radius: 100%;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 25px;
        text-align: center; }
        .indaily-home-trending-bar .trending-bar-inner .trending-bar-social a.instagram:before {
          content: ""; }
        .indaily-home-trending-bar .trending-bar-inner .trending-bar-social a.facebook:before {
          content: ""; }
        .indaily-home-trending-bar .trending-bar-inner .trending-bar-social a.twitter:before {
          content: ""; }
        .indaily-home-trending-bar .trending-bar-inner .trending-bar-social a.linkedin:before {
          content: ""; }
    .indaily-home-trending-bar .trending-bar-inner .trending-bar-date {
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #0D4B90;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .indaily-home-trending-bar {
      display: block; }
      .indaily-home-trending-bar .trending-bar-inner .trending-bar-inner-list li {
        margin-right: 5px;
        padding: 5px; } }
  @media only screen and (max-width: 1000px) {
    .indaily-home-trending-bar .trending-bar-inner .trending-bar-inner-list li {
      margin-right: 5px;
      padding: 5px; }
    .indaily-home-trending-bar .trending-bar-inner .trending-bar-social {
      padding-right: 10px; } }

.lead-articles-title {
  width: 100%;
  display: none; }
  .lead-articles-title h2 {
    font-family: "Breve", georgia, times, serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    color: #083468; }
  @media only screen and (min-width: 768px) {
    .lead-articles-title {
      display: block; } }
  @media only screen and (min-width: 960px) {
    .lead-articles-title {
      margin-bottom: 10px; } }

.lead-articles-wrap {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto;
  padding-top: 25px; }
  @media only screen and (min-width: 768px) {
    .lead-articles-wrap {
      padding-top: 15px; } }
  @media only screen and (min-width: 960px) {
    .lead-articles-wrap {
      position: relative;
      padding: 0 12px;
      width: 58.3333333333%;
      height: auto;
      align-self: auto; } }
  @media only screen and (min-width: 1280px) {
    .lead-articles-wrap {
      position: relative;
      padding: 0 12px;
      width: 66.6666666667%;
      height: auto;
      align-self: auto; } }

.lead-articles-aside-wrap {
  display: none; }
  @media only screen and (min-width: 960px) {
    .lead-articles-aside-wrap {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      position: relative;
      padding: 0 12px;
      width: 41.6666666667%;
      height: auto;
      align-self: auto; }
      .lead-articles-aside-wrap .lead-articles-aside-wrap-sticky-wrap {
        -webkit-box-flex: 2;
                flex: 2; }
      .lead-articles-aside-wrap .advertisement-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 157px; } }
  @media only screen and (min-width: 1280px) {
    .lead-articles-aside-wrap {
      position: relative;
      padding: 0 12px;
      width: 33.3333333333%;
      height: auto;
      align-self: auto; } }

.id-home-lead_articles {
  margin-bottom: 24px; }
  .id-home-lead_articles a {
    color: inherit;
    text-decoration: none; }
  .id-home-lead_articles .lead-article-lrg {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto; }
    .id-home-lead_articles .lead-article-lrg article {
      border-bottom: 3px solid rgba(99, 175, 197, 0.5);
      margin-bottom: 20px; }
      .id-home-lead_articles .lead-article-lrg article h1 {
        font-family: "Breve", georgia, times, serif;
        font-size: 30px;
        line-height: 1.1;
        padding-bottom: 15px; }
  .id-home-lead_articles .lead-article-sml {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto; }
    .id-home-lead_articles .lead-article-sml article {
      padding-bottom: 15px;
      border-bottom: 1px solid #000; }
  .id-home-lead_articles article .thumbnail {
    position: relative;
    margin-bottom: 15px; }
    .id-home-lead_articles article .thumbnail:before {
      content: '';
      position: absolute;
      bottom: 0;
      height: 50%;
      width: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#2D2D2D), to(transparent));
      background: linear-gradient(to top, #2D2D2D 0%, transparent 100%);
      pointer-events: none; }
    .id-home-lead_articles article .thumbnail > a {
      display: block; }
    .id-home-lead_articles article .thumbnail .category-overlay {
      display: inline-block;
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: #FFF;
      text-decoration: none;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 2; }
  .id-home-lead_articles article h1 {
    margin-top: 0; }
    .id-home-lead_articles article h1 a {
      text-decoration: none;
      color: #083468; }
  .id-home-lead_articles article p {
    display: none;
    font-family: "Breve", georgia, times, serif;
    font-size: 16px;
    line-height: 1.3; }
  .id-home-lead_articles article .article-author {
    display: none;
    color: #083468;
    font-size: 14px;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-weight: bold; }
  .id-home-lead_articles article .article-cat {
    margin: 5px 0 10px 0;
    display: none; }
    .id-home-lead_articles article .article-cat a {
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #0F6CC9;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-size: 0.75em; }
  .id-home-lead_articles article .article-date {
    display: none;
    margin: 0;
    font-size: 14px;
    color: #5cacc3;
    font-family: "franklin-gothic-urw", arial, sans-serif; }
  @media only screen and (min-width: 440px) {
    .id-home-lead_articles .lead-article-lrg {
      position: relative;
      padding: 0 12px;
      width: 58.3333333333%;
      height: auto;
      align-self: auto; }
      .id-home-lead_articles .lead-article-lrg article {
        border-bottom: none;
        margin-bottom: 0; }
        .id-home-lead_articles .lead-article-lrg article h1 {
          padding-bottom: 0; }
    .id-home-lead_articles .lead-article-sml {
      position: relative;
      padding: 0 12px;
      width: 41.6666666667%;
      height: auto;
      align-self: auto; }
      .id-home-lead_articles .lead-article-sml article {
        padding-bottom: 0;
        border-bottom: none; } }
  @media only screen and (min-width: 600px) {
    .id-home-lead_articles article .thumbnail:before {
      display: none; }
    .id-home-lead_articles article .thumbnail .category-overlay {
      display: none; }
    .id-home-lead_articles article .article-cat,
    .id-home-lead_articles article .article-author,
    .id-home-lead_articles article .article-date,
    .id-home-lead_articles article p {
      display: block; } }

.id-home-lead_breaking {
  margin-bottom: 15px; }
  .id-home-lead_breaking a {
    color: inherit;
    text-decoration: none; }
  .id-home-lead_breaking .home-lead-breaking-bar {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto; }
    .id-home-lead_breaking .home-lead-breaking-bar .home-lead-breaking-bar-inner {
      background: #C50813;
      color: #FFF;
      padding: 15px 20px 10px 20px; }
  .id-home-lead_breaking .home-lead-breaking-image {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto;
    margin-bottom: 10px; }
    .id-home-lead_breaking .home-lead-breaking-image .home-lead-breaking-image-inner {
      border-bottom: 6px solid #C50813;
      position: relative;
      padding-bottom: 42.41%;
      height: 0; }
      .id-home-lead_breaking .home-lead-breaking-image .home-lead-breaking-image-inner img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
  .id-home-lead_breaking .home-lead-breaking-title {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto;
    color: #C50813;
    margin-bottom: 5px; }
    .id-home-lead_breaking .home-lead-breaking-title h1 {
      line-height: 1;
      font-size: 30px; }
  .id-home-lead_breaking .article-author {
    display: block;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-size: 14px;
    color: #083468;
    line-height: 1.2;
    font-weight: bold; }
    .id-home-lead_breaking .article-author a {
      display: inline-block; }
  .id-home-lead_breaking .article-date {
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    color: #63AFC5; }
  .id-home-lead_breaking .home-lead-breaking-excerpt {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto; }
    .id-home-lead_breaking .home-lead-breaking-excerpt .article-cat {
      display: block;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-size: 14px;
      color: #0F6CC9;
      font-weight: bold;
      margin-bottom: 10px;
      font-weight: bold;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-size: 0.75em; }
    .id-home-lead_breaking .home-lead-breaking-excerpt p {
      margin: 0 0 10px 0; }
  @media only screen and (min-width: 600px) {
    .id-home-lead_breaking .home-lead-breaking-title {
      margin-bottom: 0; }
      .id-home-lead_breaking .home-lead-breaking-title h1 {
        font-size: 35px;
        margin-bottom: 20px; }
    .id-home-lead_breaking .home-lead-breaking-title,
    .id-home-lead_breaking .home-lead-breaking-excerpt {
      position: relative;
      padding: 0 12px;
      width: 50%;
      height: auto;
      align-self: auto; }
    .id-home-lead_breaking .home-lead-breaking-bar-inner {
      padding: 15px 20px 10px 20px; }
      .id-home-lead_breaking .home-lead-breaking-bar-inner h2 {
        font-family: "Breve", georgia, times, serif;
        font-size: 30px;
        line-height: 1.2; } }

.id-lead_slider-row {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto; }

.id-lead_slider-wrapper {
  width: 100%;
  margin-bottom: 17px; }
  .id-lead_slider-wrapper .tns-inner {
    position: relative; }
    .id-lead_slider-wrapper .tns-inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #63AFC5;
      z-index: 2;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      height: 4px; }
    .id-lead_slider-wrapper .tns-inner.id-slider--loading:before {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: -webkit-transform 3.8s ease-in-out;
      transition: -webkit-transform 3.8s ease-in-out;
      transition: transform 3.8s ease-in-out;
      transition: transform 3.8s ease-in-out, -webkit-transform 3.8s ease-in-out; }
  .id-lead_slider-wrapper .tns-nav {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 1; }
    .id-lead_slider-wrapper .tns-nav button {
      width: 10px;
      height: 10px;
      padding: 0;
      display: inline-block;
      border-radius: 100%;
      opacity: .2;
      margin: 0 5px;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid #fff; }
      .id-lead_slider-wrapper .tns-nav button.tns-nav-active {
        opacity: 1;
        background: #FFF; }
  .id-lead_slider-wrapper .id-lead_slider-slide-inner {
    position: relative;
    height: 0;
    padding-bottom: 55%;
    z-index: 1; }
    .id-lead_slider-wrapper .id-lead_slider-slide-inner a {
      text-decoration: none;
      color: inherit; }
    .id-lead_slider-wrapper .id-lead_slider-slide-inner a {
      display: inline-block; }
      .id-lead_slider-wrapper .id-lead_slider-slide-inner a.id-lead_slider-slide-cat {
        position: absolute;
        top: 15px;
        left: 15px;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-size: 12px;
        color: #FFF;
        text-transform: uppercase;
        z-index: 2; }
      .id-lead_slider-wrapper .id-lead_slider-slide-inner a.id-lead_slider-slide-title {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-family: "Breve", georgia, times, serif;
        color: #FFF;
        line-height: 1;
        z-index: 2;
        font-size: 13px;
        max-width: 90%; }
      .id-lead_slider-wrapper .id-lead_slider-slide-inner a img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    .id-lead_slider-wrapper .id-lead_slider-slide-inner:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.38); }
  .id-lead_slider-wrapper .tns-outer button[data-action="stop"],
  .id-lead_slider-wrapper .tns-outer button[data-action="start"] {
    display: none; }
  @media only screen and (min-width: 480px) {
    .id-lead_slider-wrapper .id-lead_slider-slide-inner {
      padding-bottom: 44.19%; }
      .id-lead_slider-wrapper .id-lead_slider-slide-inner a.id-lead_slider-slide-title {
        font-size: 16px;
        max-width: 70%; } }
  @media only screen and (min-width: 768px) {
    .id-lead_slider-wrapper .id-lead_slider-slide-inner a.id-lead_slider-slide-title {
      font-size: 20px; } }
  @media only screen and (min-width: 1280px) {
    .id-lead_slider-wrapper .id-lead_slider-slide-inner a.id-lead_slider-slide-title {
      font-size: 24px;
      max-width: 60%; } }

.id-lead_slider-article {
  margin-bottom: 23px; }
  .id-lead_slider-article:after {
    padding-top: 20px;
    content: '';
    display: block;
    width: 100%;
    margin: 0 12px;
    border-bottom: 3px solid rgba(99, 175, 197, 0.5); }

.id-lead_slider-article-image {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto;
  margin-bottom: 20px; }
  .id-lead_slider-article-image .id-lead_slider-article-image-inner {
    position: relative;
    height: 0;
    padding-bottom: 52%; }
    .id-lead_slider-article-image .id-lead_slider-article-image-inner:before {
      content: '';
      position: absolute;
      bottom: 0;
      height: 50%;
      width: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#2D2D2D), to(transparent));
      background: linear-gradient(to top, #2D2D2D 0%, transparent 100%);
      pointer-events: none; }
    .id-lead_slider-article-image .id-lead_slider-article-image-inner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
    .id-lead_slider-article-image .id-lead_slider-article-image-inner > a {
      display: block; }
    .id-lead_slider-article-image .id-lead_slider-article-image-inner .category-overlay {
      display: inline-block;
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: #FFF;
      text-decoration: none;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 2; }
  @media only screen and (min-width: 420px) {
    .id-lead_slider-article-image {
      position: relative;
      padding: 0 12px;
      width: 33.3333333333%;
      height: auto;
      align-self: auto;
      margin-bottom: 0; }
      .id-lead_slider-article-image .id-lead_slider-article-image-inner {
        padding-bottom: 76.37%; } }
  @media only screen and (min-width: 475px) {
    .id-lead_slider-article-image {
      position: relative;
      padding: 0 12px;
      width: 41.6666666667%;
      height: auto;
      align-self: auto; } }
  @media only screen and (min-width: 600px) {
    .id-lead_slider-article-image .id-lead_slider-article-image-inner:before {
      display: none; }
    .id-lead_slider-article-image .id-lead_slider-article-image-inner .category-overlay {
      display: none; } }

.id-lead_slider-article-inner {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto; }
  .id-lead_slider-article-inner a {
    text-decoration: none;
    color: inherit; }
  .id-lead_slider-article-inner .article-cat {
    display: none;
    color: #0F6CC9;
    font-size: 14px;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-weight: bold;
    margin-bottom: 7px;
    font-weight: bold;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-size: 0.75em; }
  .id-lead_slider-article-inner .article-title {
    display: block;
    font-size: 20px;
    color: #083468;
    line-height: 1.2;
    margin-bottom: 10px; }
  .id-lead_slider-article-inner .article-excerpt {
    display: none;
    font-family: "Breve", georgia, times, serif;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px; }
  .id-lead_slider-article-inner .article-meta {
    display: none;
    font-size: 14px; }
    .id-lead_slider-article-inner .article-meta .article-author {
      font-weight: bold;
      display: inline-block;
      color: #083468; }
    .id-lead_slider-article-inner .article-meta .article-date {
      display: inline-block;
      color: #63AFC5; }
  @media only screen and (min-width: 420px) {
    .id-lead_slider-article-inner {
      position: relative;
      padding: 0 12px;
      width: 66.6666666667%;
      height: auto;
      align-self: auto; } }
  @media only screen and (min-width: 475px) {
    .id-lead_slider-article-inner {
      position: relative;
      padding: 0 12px;
      width: 58.3333333333%;
      height: auto;
      align-self: auto; }
      .id-lead_slider-article-inner .article-cat,
      .id-lead_slider-article-inner .article-excerpt,
      .id-lead_slider-article-inner .article-meta {
        display: block; } }

.id_lead_features-mobile .advertisement-wrapper,
.id_lead_features-mobile .features-aside {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto; }

.id_lead_features-mobile .features-aside.features-aside--also_today {
  padding: 0; }

.lead-articles-feature-article {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto; }
  .lead-articles-feature-article .lead-articles-feature-article-inner {
    padding-bottom: 20px;
    margin-bottom: 23px;
    border-bottom: 3px solid rgba(99, 175, 197, 0.5); }
    .lead-articles-feature-article .lead-articles-feature-article-inner a {
      text-decoration: none;
      color: inherit; }
    .lead-articles-feature-article .lead-articles-feature-article-inner article {
      position: relative;
      background-color: #162738;
      color: #FFFFFF; }
      .lead-articles-feature-article .lead-articles-feature-article-inner article > div {
        width: 100%;
        padding: 25px; }
      .lead-articles-feature-article .lead-articles-feature-article-inner article .thumbnail {
        display: block;
        position: relative;
        width: 100%;
        padding-bottom: 55%;
        background-size: cover;
        background-position: center center;
        float: none; }
    .lead-articles-feature-article .lead-articles-feature-article-inner .category {
      margin: 0;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #5cacc3; }
    .lead-articles-feature-article .lead-articles-feature-article-inner h1 {
      font-size: 25px;
      line-height: 1.2;
      margin: 0.75em 0; }
    .lead-articles-feature-article .lead-articles-feature-article-inner p {
      margin: 0;
      font-size: 1.125em;
      line-height: 1.55; }
    .lead-articles-feature-article .lead-articles-feature-article-inner footer {
      padding-top: 1em; }
      .lead-articles-feature-article .lead-articles-feature-article-inner footer .author {
        margin: 0;
        font-weight: bold;
        font-size: 14px;
        color: #63AFC5;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        margin-right: 12px; }
      .lead-articles-feature-article .lead-articles-feature-article-inner footer time {
        margin: 0;
        font-size: 14px;
        color: #5cacc3;
        font-family: "franklin-gothic-urw", arial, sans-serif; }
  @media only screen and (min-width: 600px) {
    .lead-articles-feature-article .lead-articles-feature-article-inner article > div {
      width: 45%;
      padding: 25px; }
    .lead-articles-feature-article .lead-articles-feature-article-inner article .thumbnail {
      margin: 0;
      width: 55%;
      position: absolute;
      padding-bottom: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .lead-articles-feature-article .lead-articles-feature-article-inner article .thumbnail > span {
        padding-left: 15px; }
        .lead-articles-feature-article .lead-articles-feature-article-inner article .thumbnail > span > span {
          padding: 12px 15px 17px 0; } }

.id-home-lead-more-articles_row .lead-articles-more_article {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto;
  padding-bottom: 20px; }
  .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner {
    display: -webkit-box;
    display: flex; }
    .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner a {
      text-decoration: none;
      color: inherit; }
    .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_image {
      width: 50%;
      position: relative;
      margin-bottom: 9px; }
      .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_image a {
        display: block; }
      .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_image img {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_imagelink {
      position: relative;
      overflow: hidden; }
      .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_imagelink:before {
        content: '';
        display: block;
        padding-top: 60%; }
      .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_imagelink img {
        position: absolute;
        top: 20px;
        z-index: -1; }
    .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_content {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      width: 50%;
      padding-left: 15px; }
    .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .article-cat {
      display: inline-block;
      color: #0F6CC9;
      font-size: 14px;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-weight: bold;
      margin-bottom: 7px;
      font-weight: bold;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      font-size: 0.75em; }
    .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .article-title {
      display: block;
      font-size: 20px;
      color: #083468;
      line-height: 1.2;
      margin-bottom: 10px; }
    .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .article-meta {
      display: none;
      font-size: 14px; }
      .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .article-meta .article-author {
        display: block;
        color: #083468; }
      .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .article-meta .article-date {
        display: block;
        color: #63AFC5; }
  @media only screen and (min-width: 600px) {
    .id-home-lead-more-articles_row .lead-articles-more_article {
      position: relative;
      padding: 0 12px;
      width: 33.3333333333%;
      height: auto;
      align-self: auto;
      padding-bottom: 25px; }
      .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner {
        display: block; }
        .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_image,
        .id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_content {
          width: 100%;
          padding-left: 0; }
      .id-home-lead-more-articles_row .lead-articles-more_article .article-meta {
        display: block; } }

.features-aside {
  *zoom: 1;
  clear: both;
  margin-top: 15px;
  margin-bottom: 20px; }
  .features-aside:before, .features-aside:after {
    content: " ";
    display: table; }
  .features-aside:after {
    clear: both; }
  .features-aside.features-aside--also_today {
    border: 3px solid #63AFC5; }
    .features-aside.features-aside--also_today .features-aside-title {
      background-color: #63AFC5;
      padding: 15px;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-weight: bold;
      color: #083468;
      text-transform: uppercase;
      font-size: 20px;
      text-align: center; }
    .features-aside.features-aside--also_today article {
      padding: 0 15px 13px 15px; }
      .features-aside.features-aside--also_today article:nth-of-type(1) {
        flex-flow: wrap; }
        .features-aside.features-aside--also_today article:nth-of-type(1) .thumbnail {
          width: 100%;
          display: block;
          -webkit-box-flex: 100%;
                  flex: 100%;
          padding-bottom: 20px; }
        .features-aside.features-aside--also_today article:nth-of-type(1) h2 {
          padding-bottom: 15px; }
        .features-aside.features-aside--also_today article:nth-of-type(1) .story-meta {
          padding-left: 0; }
      .features-aside.features-aside--also_today article:last-of-type {
        border-bottom: none; }
  .features-aside.features-aside--business-insight .features-aside-image-wrap img {
    max-width: 250px; }
  .features-aside .features-aside-title {
    font-family: "Breve", georgia, times, serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
    color: #083468;
    margin-bottom: 15px; }
  .features-aside article {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #707070;
    padding-bottom: 13px;
    margin-bottom: 13px; }
    .features-aside article a {
      color: inherit;
      text-decoration: none; }
    .features-aside article .thumbnail {
      -webkit-box-flex: 0;
              flex: 0 0 103px; }
    .features-aside article .story-meta {
      -webkit-box-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding-left: 9px; }
      .features-aside article .story-meta h2 {
        font-family: "Breve", georgia, times, serif;
        font-size: 16px;
        line-height: 1.2; }
        .features-aside article .story-meta h2 a {
          color: #083468;
          text-decoration: none; }
      .features-aside article .story-meta .article-cat {
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-size: 14px;
        color: #0F6CC9;
        font-weight: bold;
        font-weight: bold;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        font-size: 0.75em; }
  @media only screen and (min-width: 960px) {
    .features-aside {
      margin-bottom: 0; } }

.features-aside-image-wrap {
  margin-bottom: 15px; }

.id-home-subscribe-bar.lead-articles-subscribe {
  padding: 25px 10px 25px 10px; }
  .id-home-subscribe-bar.lead-articles-subscribe .home-subscribe-bar-left {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto;
    padding-bottom: 15px; }
    .id-home-subscribe-bar.lead-articles-subscribe .home-subscribe-bar-left .subscribe-bar-header-holder {
      padding-bottom: 15px; }
      .id-home-subscribe-bar.lead-articles-subscribe .home-subscribe-bar-left .subscribe-bar-header-holder img {
        display: block; }
  .id-home-subscribe-bar.lead-articles-subscribe .home-subscribe-bar-right {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .id-home-subscribe-bar.lead-articles-subscribe .home-subscribe-bar-right .subscribe-btn {
      width: 320px;
      font-weight: bold;
      margin: 0 auto; }
  @media only screen and (min-width: 1300px) {
    .id-home-subscribe-bar.lead-articles-subscribe .home-subscribe-bar-right .subscribe-btn {
      font-size: 13px; } }

.id-press-patron-module {
  border: 2px solid #2eaa29;
  margin-bottom: 25px; }
  .id-press-patron-module .id-press-patron-module-inner {
    padding: 25px 17px 25px 17px; }
  .id-press-patron-module .id-press-patron-heading {
    font-family: "Breve", georgia, times, serif;
    color: #2eaa29; }
  .id-press-patron-module .id-press-patron-btn {
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    padding: 11px 14px;
    color: #FFF;
    background-color: #2eaa29;
    border-radius: 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    border: 2px solid #2eaa29;
    width: 320px;
    margin: 0 auto;
    display: block;
    text-align: center; }
  @media only screen and (min-width: 1300px) {
    .id-press-patron-module .id-press-patron-btn {
      font-size: 13px; } }

.id-home-lead_breaking.id-home-lead_alt_featured .home-lead-breaking-bar-inner {
  background-color: #162738; }
  .id-home-lead_breaking.id-home-lead_alt_featured .home-lead-breaking-bar-inner h2 {
    color: #FFFFFF; }

.id-home-lead_breaking.id-home-lead_alt_featured .home-lead-breaking-image-inner {
  border-bottom-color: #162738; }

.id-home-lead_breaking.id-home-lead_alt_featured .home-lead-breaking-title {
  color: #5cacc3; }

.thumbnail-breaking-bar {
  font-size: 14px;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #000000;
  padding: 4px 8px 1px;
  pointer-events: none; }
  @media only screen and (min-width: 760px) {
    .thumbnail-breaking-bar {
      padding: 5px 8px 2px; }
      .lead-article-lrg .thumbnail-breaking-bar {
        font-size: 16px;
        padding: 7px 10px 4px; } }

.thumbnail-breaking-bar-text {
  font-family: "Breve", georgia, times, serif;
  font-weight: bold;
  color: #FFF; }

.id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_imagelink {
  position: relative;
  overflow: hidden; }

.id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_imagelink:before {
  content: '';
  display: block;
  padding-top: 60%; }

.id-home-lead-more-articles_row .lead-articles-more_article .lead-articles-more_article-inner .lead-articles-more-article_imagelink img {
  position: absolute;
  top: 20px;
  z-index: -1; }

.modules-articles-wrap {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto; }
  @media only screen and (min-width: 960px) {
    .modules-articles-wrap {
      position: relative;
      padding: 0 12px;
      width: 58.3333333333%;
      height: auto;
      align-self: auto; } }
  @media only screen and (min-width: 1280px) {
    .modules-articles-wrap {
      position: relative;
      padding: 0 12px;
      width: 66.6666666667%;
      height: auto;
      align-self: auto; } }

.modules-articles-aside-wrap {
  display: none; }
  @media only screen and (min-width: 960px) {
    .modules-articles-aside-wrap {
      display: block;
      position: relative;
      padding: 0 12px;
      width: 41.6666666667%;
      height: auto;
      align-self: auto; }
      .modules-articles-aside-wrap .modules-sticky-wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 157px; } }
  @media only screen and (min-width: 1280px) {
    .modules-articles-aside-wrap {
      position: relative;
      padding: 0 12px;
      width: 33.3333333333%;
      height: auto;
      align-self: auto; } }

.id-home-module_block {
  overflow: hidden; }
  .id-home-module_block header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 30px 0px 20px 0px;
    background-color: #000;
    margin-bottom: 24px; }
  .id-home-module_block.citymag-block header {
    margin: 0 -7px;
    padding: 12px 0px 12px 12px; }
    .id-home-module_block.citymag-block header .citymag-logo.--desktop {
      display: none; }
  .id-home-module_block.citymag-block header img {
    max-width: 100px; }
  .id-home-module_block.citymag-block .articles-wrap {
    padding-top: 24px;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 24px;
    border-left: 5px solid black;
    border-right: 5px solid black;
    border-bottom: 5px solid black; }
    .id-home-module_block.citymag-block .articles-wrap .row-inner {
      padding: 0 9px; }
    .id-home-module_block.citymag-block .articles-wrap article {
      position: relative;
      padding: 0 12px;
      width: 100%;
      height: auto;
      align-self: auto;
      padding-bottom: 15px; }
      .id-home-module_block.citymag-block .articles-wrap article .article-cat,
      .id-home-module_block.citymag-block .articles-wrap article footer {
        display: none; }
  .id-home-module_block.citymag-block .id-home-module_block_articles {
    margin-bottom: 0; }
    .id-home-module_block.citymag-block .id-home-module_block_articles .thumbnail {
      position: relative; }
      .id-home-module_block.citymag-block .id-home-module_block_articles .thumbnail:before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 50%;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#2D2D2D), to(transparent));
        background: linear-gradient(to top, #2D2D2D 0%, transparent 100%);
        pointer-events: none;
        z-index: 1; }
      .id-home-module_block.citymag-block .id-home-module_block_articles .thumbnail .category-overlay {
        display: inline-block;
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #FFF;
        text-decoration: none;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 2;
        z-index: 2; }
  .id-home-module_block.salife-block header {
    margin: 0 -7px;
    padding: 12px 0px 12px 12px; }
    .id-home-module_block.salife-block header .salife-logo.--desktop {
      display: none; }
  .id-home-module_block.salife-block header img {
    max-width: 109px; }
  .id-home-module_block.salife-block .articles-wrap {
    padding-top: 24px;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 24px;
    border-left: 5px solid black;
    border-right: 5px solid black;
    border-bottom: 5px solid black; }
    .id-home-module_block.salife-block .articles-wrap .row-inner {
      padding: 0 9px; }
    .id-home-module_block.salife-block .articles-wrap article {
      position: relative;
      padding: 0 12px;
      width: 100%;
      height: auto;
      align-self: auto;
      padding-bottom: 15px; }
      .id-home-module_block.salife-block .articles-wrap article .article-cat,
      .id-home-module_block.salife-block .articles-wrap article footer,
      .id-home-module_block.salife-block .articles-wrap article p {
        display: none; }
  .id-home-module_block.salife-block .id-home-module_block_articles {
    margin-bottom: 0; }
    .id-home-module_block.salife-block .id-home-module_block_articles .thumbnail {
      position: relative; }
      .id-home-module_block.salife-block .id-home-module_block_articles .thumbnail:before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 50%;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#2D2D2D), to(transparent));
        background: linear-gradient(to top, #2D2D2D 0%, transparent 100%);
        pointer-events: none;
        z-index: 1; }
      .id-home-module_block.salife-block .id-home-module_block_articles .thumbnail .category-overlay {
        display: inline-block;
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #FFF;
        text-decoration: none;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 2;
        z-index: 2; }
  .id-home-module_block.must-reads-block header {
    padding: 12px 0px 14px 0px;
    margin: 0;
    border-top: 3px solid rgba(99, 175, 197, 0.5);
    border-bottom: none;
    background-color: #FFF; }
    .id-home-module_block.must-reads-block header h2 {
      font-family: "Breve", georgia, times, serif;
      font-size: 30px;
      line-height: 1.2;
      font-weight: normal;
      color: #083468;
      margin: 0; }
  .id-home-module_block.must-reads-block .id-home-module_block_articles article {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto; }
    .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner {
      display: -webkit-box;
      display: flex;
      padding-bottom: 12px;
      border-bottom: 1px solid #707070;
      margin-bottom: 13px; }
      .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner .thumbnail {
        width: 50%;
        margin-bottom: 0; }
      .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner .article-content {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        width: 50%;
        padding-left: 15px; }
        .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner .article-content p {
          display: none; }
        .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner .article-content .article-cat {
          margin-bottom: 13px; }
    .id-home-module_block.must-reads-block .id-home-module_block_articles article footer {
      display: none; }
  .id-home-module_block .social {
    display: -webkit-box;
    display: flex; }
    .id-home-module_block .social a {
      display: inline-block;
      background-color: #FFF;
      text-decoration: none;
      color: inherit;
      width: 40px;
      height: 40px;
      margin-left: 12px;
      border-radius: 100%;
      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;
      position: relative;
      font-size: 22px; }
      .id-home-module_block .social a:first-of-type {
        margin-left: 0; }
      .id-home-module_block .social a:last-of-type {
        margin-right: 12px; }
      .id-home-module_block .social a:before {
        color: #000;
        display: inline-block;
        position: absolute;
        line-height: 40px;
        width: 40px;
        text-align: center;
        left: 0; }
      .id-home-module_block .social a.instagram:before {
        content: ""; }
      .id-home-module_block .social a.facebook:before {
        content: ""; }
      .id-home-module_block .social a.twitter:before {
        content: ""; }
      .id-home-module_block .social a.youtube:before {
        content: "";
        font-size: 1.35em;
        line-height: 1.42em;
        width: 1.48em; }
  .id-home-module_block .id-home-module_block_articles {
    margin-bottom: 30px; }
    .id-home-module_block .id-home-module_block_articles article {
      position: relative;
      padding: 0 12px;
      width: 33.3333333333%;
      height: auto;
      align-self: auto; }
      .id-home-module_block .id-home-module_block_articles article a {
        text-decoration: none;
        color: inherit; }
      .id-home-module_block .id-home-module_block_articles article .thumbnail {
        display: block;
        margin-bottom: 9px; }
      .id-home-module_block .id-home-module_block_articles article .article-cat {
        display: inline-block;
        color: #0F6CC9;
        font-size: 14px;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-weight: bold;
        margin-bottom: 7px;
        font-weight: bold;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        font-size: 0.75em; }
      .id-home-module_block .id-home-module_block_articles article .article-title {
        display: block;
        font-size: 20px;
        color: #083468;
        line-height: 1.2;
        margin-bottom: 10px; }
      .id-home-module_block .id-home-module_block_articles article .article-excerpt {
        margin: 0;
        font-family: "Breve", georgia, times, serif;
        font-size: 16px;
        line-height: 1.375;
        margin-bottom: 12px; }
      .id-home-module_block .id-home-module_block_articles article footer {
        font-size: 14px; }
        .id-home-module_block .id-home-module_block_articles article footer .article-author {
          display: block;
          font-weight: bold;
          color: #083468; }
        .id-home-module_block .id-home-module_block_articles article footer .article-date {
          display: block;
          color: #63AFC5; }
  .id-home-module_block .id-home-module_citymag-feature {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto;
    position: relative;
    margin-bottom: 24px;
    display: none; }
    .id-home-module_block .id-home-module_citymag-feature article {
      position: relative;
      height: 0;
      padding-bottom: 30.35%;
      width: 100%; }
    .id-home-module_block .id-home-module_citymag-feature .logo {
      position: absolute;
      top: -5px;
      right: 0;
      left: 0;
      margin: auto;
      z-index: 2;
      pointer-events: none; }
      .id-home-module_block .id-home-module_citymag-feature .logo .logo-inner {
        overflow: hidden;
        background-image: url(../images/logos/citymag-white.png);
        background-size: 100% 100%;
        text-indent: -999px;
        line-height: 0;
        background-repeat: no-repeat;
        width: 250px;
        height: 63px;
        margin: 0 auto; }
    .id-home-module_block .id-home-module_citymag-feature a {
      display: block; }
      .id-home-module_block .id-home-module_citymag-feature a .headline {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        margin: auto;
        top: 60%;
        -webkit-transform: translateY(-60%);
                transform: translateY(-60%);
        z-index: 2; }
        .id-home-module_block .id-home-module_citymag-feature a .headline p {
          background: #fff;
          display: inline;
          font-family: "franklin-gothic-urw", arial, sans-serif;
          font-size: 12px;
          font-weight: bold;
          color: #000;
          text-transform: uppercase;
          line-height: 24px;
          padding: 4px 6px;
          letter-spacing: 3px;
          position: relative;
          -webkit-box-decoration-break: clone; }
      .id-home-module_block .id-home-module_citymag-feature a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    @media only screen and (min-width: 600px) {
      .id-home-module_block .id-home-module_citymag-feature {
        display: block; } }
  @media only screen and (min-width: 480px) {
    .id-home-module_block.citymag-block .articles-wrap {
      padding-bottom: 24px; }
      .id-home-module_block.citymag-block .articles-wrap article {
        position: relative;
        padding: 0 12px;
        width: 33.3333333333%;
        height: auto;
        align-self: auto; }
        .id-home-module_block.citymag-block .articles-wrap article .article-cat,
        .id-home-module_block.citymag-block .articles-wrap article footer {
          display: block; }
    .id-home-module_block.salife-block .articles-wrap {
      padding-bottom: 24px; }
      .id-home-module_block.salife-block .articles-wrap article {
        position: relative;
        padding: 0 12px;
        width: 33.3333333333%;
        height: auto;
        align-self: auto; }
        .id-home-module_block.salife-block .articles-wrap article p {
          display: block; }
        .id-home-module_block.salife-block .articles-wrap article .article-cat,
        .id-home-module_block.salife-block .articles-wrap article footer {
          display: block; } }
  @media only screen and (min-width: 600px) {
    .id-home-module_block.must-reads-block .id-home-module_block_articles article {
      position: relative;
      padding: 0 12px;
      width: 33.3333333333%;
      height: auto;
      align-self: auto; }
      .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner {
        display: block;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0; }
        .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner .thumbnail {
          width: 100%;
          display: block;
          margin-bottom: 9px; }
        .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner .article-content {
          display: block;
          width: 100%;
          padding-left: 0; }
          .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner .article-content .article-cat {
            margin-bottom: 7px; }
          .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner .article-content p {
            display: block; }
        .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner .article-cat,
        .id-home-module_block.must-reads-block .id-home-module_block_articles article .article-inner footer {
          display: block; }
    .id-home-module_block.citymag-block .id-home-module_block_articles .thumbnail .category-overlay, .id-home-module_block.salife-block .id-home-module_block_articles .thumbnail .category-overlay {
      display: none; }
    .id-home-module_block.citymag-block .id-home-module_block_articles .thumbnail:before, .id-home-module_block.salife-block .id-home-module_block_articles .thumbnail:before {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .id-home-module_block.citymag-block header {
      padding: 30px 0px 20px 12px;
      margin: 0; }
    .id-home-module_block.citymag-block .articles-wrap {
      margin-left: 0;
      margin-right: 0; }
    .id-home-module_block.salife-block header {
      padding: 30px 0 30px 12px;
      margin: 0; }
    .id-home-module_block.salife-block .articles-wrap {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 1000px) {
    .id-home-module_block header {
      background: #FFF;
      color: #000;
      padding: 30px 0px 20px 0px;
      border-top: 3px solid #000;
      border-bottom: 3px solid #000;
      margin-bottom: 24px; }
    .id-home-module_block.citymag-block header {
      padding: 30px 0px 20px 0px; }
      .id-home-module_block.citymag-block header .citymag-logo.--mobile {
        display: none; }
      .id-home-module_block.citymag-block header .citymag-logo.--desktop {
        display: inline-block; }
    .id-home-module_block.citymag-block .articles-wrap {
      border-left: none;
      border-right: none;
      border-bottom: none; }
      .id-home-module_block.citymag-block .articles-wrap .row-inner {
        padding: inherit; }
    .id-home-module_block.citymag-block header img {
      max-width: 230px; }
    .id-home-module_block.salife-block header {
      padding: 38px 0 36px 0px; }
      .id-home-module_block.salife-block header .salife-logo.--mobile {
        display: none; }
      .id-home-module_block.salife-block header .salife-logo.--desktop {
        display: inline-block; }
    .id-home-module_block.salife-block .articles-wrap {
      border-left: none;
      border-right: none;
      border-bottom: none; }
      .id-home-module_block.salife-block .articles-wrap .row-inner {
        padding: inherit; }
    .id-home-module_block.salife-block header img {
      max-width: 233px; }
    .id-home-module_block.salife-block.premium-property-block header img {
      max-width: 190px; }
    .id-home-module_block .social a {
      display: inline-block;
      background-color: #000; }
      .id-home-module_block .social a:before {
        color: #FFF; } }

.modules-columnists-aside {
  *zoom: 1;
  clear: both;
  margin-top: 15px; }
  .modules-columnists-aside:before, .modules-columnists-aside:after {
    content: " ";
    display: table; }
  .modules-columnists-aside:after {
    clear: both; }
  .modules-columnists-aside .modules-columnists-title {
    font-family: "Breve", georgia, times, serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
    color: #083468;
    margin-bottom: 15px; }
  .modules-columnists-aside .modules-columnists-1 .modules-columnists-single:last-child {
    border-bottom: none; }
  .modules-columnists-aside .modules-columnists-2 .modules-columnists-single:first-child {
    padding-top: 13px;
    border-top: 1px solid #707070; }
  .modules-columnists-aside .modules-columnists-single {
    border-bottom: 1px solid #707070;
    padding-bottom: 13px;
    margin-bottom: 13px; }
    .modules-columnists-aside .modules-columnists-single a {
      display: -webkit-box;
      display: flex;
      text-decoration: none;
      color: inherit; }
      .modules-columnists-aside .modules-columnists-single a .thumbnail {
        position: relative;
        -webkit-box-flex: 0;
                flex: 0 0 103px;
        border-radius: 100%;
        border: 5px solid #63AFC5;
        min-height: 102px;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1; }
        .modules-columnists-aside .modules-columnists-single a .thumbnail img {
          border-radius: 100%; }
      .modules-columnists-aside .modules-columnists-single a .columnist-meta {
        -webkit-box-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: center;
                justify-content: center;
        padding-left: 25px; }
        .modules-columnists-aside .modules-columnists-single a .columnist-meta h2 {
          font-family: "Breve", georgia, times, serif;
          font-size: 18px;
          font-weight: bold;
          line-height: 1;
          padding-bottom: 5px; }
          .modules-columnists-aside .modules-columnists-single a .columnist-meta h2 a {
            color: #083468;
            text-decoration: none; }
        .modules-columnists-aside .modules-columnists-single a .columnist-meta .columnist-position {
          font-family: "franklin-gothic-urw", arial, sans-serif;
          font-size: 14px;
          line-height: 1.2;
          color: #0F6CC9; }
      .modules-columnists-aside .modules-columnists-single a:hover .thumbnail {
        opacity: 0.95; }

.id_mobile-only .modules-columnists-aside .modules-columnists-single:last-child {
  border-bottom: none; }

.advertisement-wrapper-wide {
  width: 100%; }

.js-sticky-parent .row-inner,
.js-modules-sticky-parent .row-inner,
.js-lead-sticky-parent .row-inner {
  -webkit-box-align: normal;
          align-items: normal; }

.advertisement-row {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto; }

.id-home-subscribe-bar {
  background-color: #083468;
  color: #FFF;
  padding: 25px 0 25px 0;
  margin-bottom: 25px; }
  .id-home-subscribe-bar .home-subscribe-bar-left {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto;
    font-family: "Breve", georgia, times, serif;
    font-weight: bold;
    padding-bottom: 20px; }
    .id-home-subscribe-bar .home-subscribe-bar-left .subscribe-bar-header-holder {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      padding-bottom: 30px; }
      .id-home-subscribe-bar .home-subscribe-bar-left .subscribe-bar-header-holder img {
        padding-right: 10px; }
    .id-home-subscribe-bar .home-subscribe-bar-left h2 {
      font-size: 26px;
      line-height: 1.2; }
    .id-home-subscribe-bar .home-subscribe-bar-left span {
      display: block;
      font-size: 16px;
      line-height: 1.25; }
  .id-home-subscribe-bar .home-subscribe-bar-right {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: auto;
    align-self: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .id-home-subscribe-bar .home-subscribe-bar-right img {
      display: none;
      padding-right: 10px; }
    .id-home-subscribe-bar .home-subscribe-bar-right .subscribe-title {
      display: none;
      font-family: "Breve", georgia, times, serif;
      font-size: 34px;
      font-weight: bold;
      text-decoration: underline;
      padding-right: 10px; }
    .id-home-subscribe-bar .home-subscribe-bar-right .subscribe-btn {
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.1;
      padding: 11px 14px;
      color: #083468;
      background-color: #FFF;
      border-radius: 20px;
      text-transform: uppercase;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      text-decoration: none;
      display: inline-block;
      border: 2px solid transparent;
      width: 100%;
      text-align: center; }
      .id-home-subscribe-bar .home-subscribe-bar-right .subscribe-btn:hover {
        background-color: #083468;
        color: #FFF;
        border: 2px solid #FFF; }
  @media only screen and (min-width: 1300px) {
    .id-home-subscribe-bar {
      margin-bottom: 40px; }
      .id-home-subscribe-bar .home-subscribe-bar-left {
        position: relative;
        padding: 0 12px;
        width: 58.3333333333%;
        height: auto;
        align-self: auto;
        padding-bottom: 0; }
        .id-home-subscribe-bar .home-subscribe-bar-left .subscribe-bar-header-holder {
          padding-bottom: 0; }
          .id-home-subscribe-bar .home-subscribe-bar-left .subscribe-bar-header-holder img {
            display: none; }
      .id-home-subscribe-bar .home-subscribe-bar-right {
        position: relative;
        padding: 0 12px;
        width: 41.6666666667%;
        height: auto;
        align-self: auto; }
        .id-home-subscribe-bar .home-subscribe-bar-right img {
          display: inline-block; }
        .id-home-subscribe-bar .home-subscribe-bar-right .subscribe-title {
          display: inline-block; }
        .id-home-subscribe-bar .home-subscribe-bar-right .subscribe-btn {
          width: auto;
          font-size: 12px; } }

.id-home-module_block_articles.ispy-feature header {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 12px; }
  .id-home-module_block_articles.ispy-feature header .header-inner {
    width: 100%;
    padding-top: 12px;
    border-top: 3px solid rgba(99, 175, 197, 0.5); }
  .id-home-module_block_articles.ispy-feature header h2 {
    font-family: "Breve", georgia, times, serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
    color: #083468;
    margin: 0; }

@media only screen and (min-width: 600px) {
  .id-home-module_block_articles.ispy-feature header {
    display: none; } }

.id-home-feature-ispy {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto;
  display: -webkit-box;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 25px; }
  .id-home-feature-ispy .id-home-feature-ispy-inner {
    background-color: #162738;
    position: relative;
    padding: 35px 30px 45px 25px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .id-home-feature-ispy .id-home-feature-ispy-inner a {
      text-decoration: none;
      color: inherit; }
    .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      padding-bottom: 20px; }
      .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .category,
      .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .citymag,
      .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .salife {
        display: none; }
        .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .category img,
        .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .citymag img,
        .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .salife img {
          width: 77px; }
      .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category time {
        font-family: "franklin-gothic-urw", arial, sans-serif;
        font-size: 14px;
        line-height: 2;
        color: #63AFC5; }
    .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-title {
      display: block;
      font-family: "Breve", georgia, times, serif;
      color: #FFF; }
      .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-title h1 {
        font-weight: bold;
        font-size: 30px;
        line-height: 1.2; }
      .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-title p {
        font-size: 16px;
        line-height: 1.37;
        padding: 0; }
    .id-home-feature-ispy .id-home-feature-ispy-inner footer {
      margin-top: auto; }
      .id-home-feature-ispy .id-home-feature-ispy-inner footer a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center; }
      .id-home-feature-ispy .id-home-feature-ispy-inner footer .photos {
        margin: 0;
        font-size: 0.813em;
        color: #b4b4b4;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        margin-right: 1em;
        font-size: 14px;
        color: #63AFC5; }
        .id-home-feature-ispy .id-home-feature-ispy-inner footer .photos:before {
          font-family: icomoon;
          color: #FFF;
          content: "";
          font-size: 30px;
          margin-right: 8px; }
  .id-home-feature-ispy .thumbnail {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 45%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  @media only screen and (min-width: 600px) {
    .id-home-feature-ispy {
      flex-flow: nowrap; }
      .id-home-feature-ispy .id-home-feature-ispy-inner {
        width: 41%;
        min-height: 435px;
        padding: 25px 25px 35px 25px; }
        .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-title {
          padding-bottom: 20px; }
        .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .category,
        .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .citymag,
        .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .salife {
          display: inline-block;
          font-family: "franklin-gothic-urw", arial, sans-serif;
          font-size: 14px;
          font-weight: bold;
          line-height: 2;
          color: #63AFC5; }
          .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .category img,
          .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .citymag img,
          .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category .salife img {
            width: 77px; }
        .id-home-feature-ispy .id-home-feature-ispy-inner .ispy-inner-category time {
          margin-left: 30px; }
      .id-home-feature-ispy .thumbnail {
        width: 59%;
        min-height: auto; } }

.id-home-module_block_articles.--last-block {
  margin-bottom: 30px; }

.id-home-module_block_articles.three-col header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 12px; }
  .id-home-module_block_articles.three-col header .header-inner {
    width: 100%;
    padding-top: 12px; }
  .id-home-module_block_articles.three-col header h2 {
    font-family: "Breve", georgia, times, serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
    color: #083468;
    margin: 0; }

.id-home-module_block_articles.three-col article {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto; }
  .id-home-module_block_articles.three-col article .article-inner {
    display: -webkit-box;
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #707070;
    margin-bottom: 13px; }
  .id-home-module_block_articles.three-col article a {
    text-decoration: none;
    color: inherit; }
  .id-home-module_block_articles.three-col article .thumbnail {
    width: 50%;
    margin-bottom: 0; }
  .id-home-module_block_articles.three-col article .article-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 50%;
    padding-left: 15px; }
  .id-home-module_block_articles.three-col article .article-cat {
    display: none;
    color: #0F6CC9;
    font-size: 14px;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-weight: bold;
    margin-bottom: 7px;
    font-weight: bold;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-size: 0.75em; }
    .id-home-module_block_articles.three-col article .article-cat.article-cat--desktop {
      display: none; }
  .id-home-module_block_articles.three-col article .article-title-wrapper {
    display: -webkit-box;
    display: flex; }
  .id-home-module_block_articles.three-col article .article-title {
    display: block;
    font-size: 20px;
    color: #083468;
    line-height: 1.2; }
  .id-home-module_block_articles.three-col article .article-excerpt {
    margin: 0;
    font-family: "Breve", georgia, times, serif;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 12px; }
  .id-home-module_block_articles.three-col article footer {
    font-size: 14px;
    -webkit-box-align: center;
            align-items: center;
    margin-top: auto;
    margin-left: auto; }
    .id-home-module_block_articles.three-col article footer .article-date {
      display: none;
      color: #63AFC5; }
    .id-home-module_block_articles.three-col article footer .article-photos {
      margin: 0;
      font-size: 0.813em;
      color: #b4b4b4;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin-left: auto;
      font-size: 14px;
      color: #b4b4b4;
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-box;
      display: flex; }
      .id-home-module_block_articles.three-col article footer .article-photos:before {
        font-family: icomoon;
        color: #b4b4b4;
        content: "";
        font-size: 13px;
        margin-right: 6px; }
    .id-home-module_block_articles.three-col article footer .article-author {
      display: block;
      font-weight: bold;
      color: #083468;
      width: 100%; }
  .id-home-module_block_articles.three-col article:last-child .article-inner {
    border-bottom: none; }
  @media only screen and (min-width: 600px) {
    .id-home-module_block_articles.three-col article {
      position: relative;
      padding: 0 12px;
      width: 33.3333333333%;
      height: auto;
      align-self: auto; }
      .id-home-module_block_articles.three-col article .article-inner {
        display: block;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0; }
      .id-home-module_block_articles.three-col article .thumbnail {
        width: 100%;
        display: block;
        margin-bottom: 9px; }
      .id-home-module_block_articles.three-col article .article-content {
        display: block;
        width: 100%;
        padding-left: 0; }
      .id-home-module_block_articles.three-col article .article-cat {
        display: inline-block; }
      .id-home-module_block_articles.three-col article .article-title-wrapper {
        display: block; }
        .id-home-module_block_articles.three-col article .article-title-wrapper .article-title {
          margin-bottom: 10px; }
        .id-home-module_block_articles.three-col article .article-title-wrapper .article-photos {
          display: none; }
      .id-home-module_block_articles.three-col article footer {
        margin-top: 0;
        margin-left: 0; }
        .id-home-module_block_articles.three-col article footer .article-date {
          display: block; } }
  @media only screen and (min-width: 768px) {
    .id-home-module_block_articles.three-col article .article-cat.article-cat--desktop {
      display: inline-block; }
    .id-home-module_block_articles.three-col article footer {
      display: -webkit-box;
      display: flex;
      flex-flow: wrap; } }

@media only screen and (min-width: 600px) {
  .id-home-module_block_articles.three-col {
    margin-bottom: 30px; } }

.id-home-module_block_articles.real-estate header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 12px; }
  .id-home-module_block_articles.real-estate header .header-inner {
    width: 100%; }
  .id-home-module_block_articles.real-estate header h2 {
    font-family: "Breve", georgia, times, serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
    color: #083468;
    margin: 0; }

.id-home-module_block_articles.real-estate article {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto; }
  .id-home-module_block_articles.real-estate article .article-inner {
    padding-bottom: 17px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px; }
  .id-home-module_block_articles.real-estate article a {
    text-decoration: none;
    color: inherit; }
  .id-home-module_block_articles.real-estate article .thumbnail {
    display: block;
    margin-bottom: 17px;
    position: relative;
    padding-bottom: 60%;
    height: 0; }
    .id-home-module_block_articles.real-estate article .thumbnail.--overlay:before {
      content: '';
      position: absolute;
      bottom: 0;
      height: 50%;
      width: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#2D2D2D), to(transparent));
      background: linear-gradient(to top, #2D2D2D 0%, transparent 100%);
      pointer-events: none;
      z-index: 1; }
    .id-home-module_block_articles.real-estate article .thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
    .id-home-module_block_articles.real-estate article .thumbnail .category-overlay {
      display: inline-block;
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: #FFF;
      text-decoration: none;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 2;
      z-index: 2; }
  .id-home-module_block_articles.real-estate article .article-cat {
    display: none;
    color: #0F6CC9;
    font-size: 14px;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    font-weight: bold;
    margin-bottom: 7px;
    font-weight: bold;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-size: 0.75em; }
    .id-home-module_block_articles.real-estate article .article-cat a {
      display: -webkit-box;
      display: flex;
      flex-flow: wrap; }
      .id-home-module_block_articles.real-estate article .article-cat a span {
        padding-right: 10px; }
    .id-home-module_block_articles.real-estate article .article-cat.article-cat--desktop {
      display: none; }
  .id-home-module_block_articles.real-estate article .article-title-wrapper {
    display: -webkit-box;
    display: flex; }
    .id-home-module_block_articles.real-estate article .article-title-wrapper .article-photos {
      margin: 0;
      font-size: 0.813em;
      color: #b4b4b4;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin-left: auto;
      font-size: 14px;
      color: #b4b4b4;
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-box;
      display: flex; }
      .id-home-module_block_articles.real-estate article .article-title-wrapper .article-photos:before {
        font-family: icomoon;
        color: #b4b4b4;
        content: "";
        font-size: 13px;
        margin-right: 6px; }
  .id-home-module_block_articles.real-estate article .article-title {
    display: block;
    font-size: 20px;
    color: #083468;
    line-height: 1.2; }
  .id-home-module_block_articles.real-estate article .article-excerpt {
    margin: 0;
    font-family: "Breve", georgia, times, serif;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 12px; }
  .id-home-module_block_articles.real-estate article .article-content {
    display: -webkit-box;
    display: flex; }
    .id-home-module_block_articles.real-estate article .article-content .article-title-wrapper {
      -webkit-box-flex: 1;
              flex: 1; }
  .id-home-module_block_articles.real-estate article footer {
    font-size: 14px;
    -webkit-box-align: center;
            align-items: center; }
    .id-home-module_block_articles.real-estate article footer .article-date {
      display: none;
      color: #63AFC5; }
    .id-home-module_block_articles.real-estate article footer .article-photos {
      margin: 0;
      font-size: 0.813em;
      color: #b4b4b4;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      margin-left: auto;
      font-size: 14px;
      color: #b4b4b4;
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-box;
      display: flex; }
      .id-home-module_block_articles.real-estate article footer .article-photos:before {
        font-family: icomoon;
        color: #b4b4b4;
        content: "";
        font-size: 13px;
        margin-right: 6px; }
    .id-home-module_block_articles.real-estate article footer .article-author {
      display: none;
      font-weight: bold;
      color: #083468;
      width: 100%; }
  @media only screen and (min-width: 600px) {
    .id-home-module_block_articles.real-estate article {
      position: relative;
      padding: 0 12px;
      width: 33.3333333333%;
      height: auto;
      align-self: auto; }
      .id-home-module_block_articles.real-estate article .article-inner {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0; }
      .id-home-module_block_articles.real-estate article .thumbnail {
        margin-bottom: 9px; }
        .id-home-module_block_articles.real-estate article .thumbnail:before {
          display: none; }
        .id-home-module_block_articles.real-estate article .thumbnail .category-overlay {
          display: none; }
      .id-home-module_block_articles.real-estate article .article-cat {
        display: inline-block; }
      .id-home-module_block_articles.real-estate article .article-title-wrapper {
        display: block; }
        .id-home-module_block_articles.real-estate article .article-title-wrapper .article-title {
          margin-bottom: 10px; }
        .id-home-module_block_articles.real-estate article .article-title-wrapper .article-photos {
          display: none; }
      .id-home-module_block_articles.real-estate article .article-content {
        display: block; }
        .id-home-module_block_articles.real-estate article .article-content .article-title-wrapper {
          display: block; }
      .id-home-module_block_articles.real-estate article footer .article-author {
        display: block; }
      .id-home-module_block_articles.real-estate article footer .article-date {
        display: block; } }
  @media only screen and (min-width: 768px) {
    .id-home-module_block_articles.real-estate article .article-cat.article-cat--desktop {
      display: inline-block; }
    .id-home-module_block_articles.real-estate article footer {
      display: -webkit-box;
      display: flex;
      flex-flow: wrap; } }

@media only screen and (min-width: 600px) {
  .id-home-module_block_articles.real-estate {
    margin-bottom: 30px; } }

.id-home-module_block_articles.l_mrec .row-inner {
  -webkit-box-align: normal;
          align-items: normal; }

.id-home-module_block_articles.l_mrec .advertisement {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: auto;
  align-self: auto;
  padding: 19px 0 19px 0;
  margin-top: 20px; }
  @media only screen and (min-width: 960px) {
    .id-home-module_block_articles.l_mrec .advertisement {
      position: relative;
      padding: 0 12px;
      width: 33.3333333333%;
      height: auto;
      align-self: auto;
      padding: 0;
      position: relative;
      margin-top: 0; }
      .id-home-module_block_articles.l_mrec .advertisement h1 {
        position: absolute;
        top: -48px;
        width: 100%;
        background: #f9f9f9;
        height: 48px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center; } }

main.single-article__inreview {
  max-width: 100%;
  padding: 0; }

main.single-article .inreview-article {
  margin: 0;
  padding: 0; }
  main.single-article .inreview-article .top {
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 30px; }
    main.single-article .inreview-article .top:before {
      display: none; }
    @media only screen and (max-width: 850px) {
      main.single-article .inreview-article .top {
        padding: 0 25px; } }
    @media only screen and (max-width: 500px) {
      main.single-article .inreview-article .top {
        margin-bottom: 20px; } }
  main.single-article .inreview-article .top__meta {
    max-width: 890px;
    margin: 0 auto;
    text-align: center; }
  main.single-article .inreview-article .top__meta--standfirst {
    margin-bottom: 20px; }
    main.single-article .inreview-article .top__meta--standfirst p {
      font-size: 23px;
      font-family: "Open Sans", sans-serif;
      line-height: 1.2; }
    @media only screen and (max-width: 850px) {
      main.single-article .inreview-article .top__meta--standfirst p {
        font-size: 18px; } }
    @media only screen and (max-width: 500px) {
      main.single-article .inreview-article .top__meta--standfirst p {
        font-size: 16px; } }
  main.single-article .inreview-article .top__meta--author {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 1.2; }
    @media only screen and (max-width: 500px) {
      main.single-article .inreview-article .top__meta--author {
        font-size: 14px; } }
  main.single-article .inreview-article .title {
    font-size: 80px;
    font-family: "ivypresto-display", georgia, times, serif;
    line-height: 1.1;
    text-align: center;
    font-weight: normal; }
    @media only screen and (max-width: 850px) {
      main.single-article .inreview-article .title {
        font-size: 52px;
        max-width: 100%; } }
    @media only screen and (max-width: 500px) {
      main.single-article .inreview-article .title {
        font-size: 38px; } }
  main.single-article .inreview-article .article-feature-image {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
    margin-bottom: 40px; }
    main.single-article .inreview-article .article-feature-image.article-feature-image--full {
      max-width: 2000px;
      padding: 0; }
      main.single-article .inreview-article .article-feature-image.article-feature-image--full .article-feature-image__caption {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 24px; }
    main.single-article .inreview-article .article-feature-image img {
      display: block;
      width: 100%; }
    main.single-article .inreview-article .article-feature-image .article-feature-image__caption {
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      line-height: 1.2;
      color: #797e71;
      margin: 5px 0; }
    @media only screen and (max-width: 850px) {
      main.single-article .inreview-article .article-feature-image {
        margin-bottom: 20px; } }
  main.single-article .inreview-article section.article-content {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
    display: -webkit-box;
    display: flex; }
    main.single-article .inreview-article section.article-content article.article-body {
      margin: 0;
      padding: 0;
      -webkit-box-flex: 1;
              flex: 1;
      padding: 0 25px;
      width: 100%;
      min-width: 0; }
      main.single-article .inreview-article section.article-content article.article-body p {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0.25px; }
        main.single-article .inreview-article section.article-content article.article-body p:first-child {
          margin-top: 0; }
      main.single-article .inreview-article section.article-content article.article-body blockquote {
        display: block;
        margin: 50px auto 50px auto;
        font-family: "ivypresto-display", georgia, times, serif;
        font-size: 44px;
        line-height: 1.1;
        letter-spacing: 1px;
        color: #000; }
        main.single-article .inreview-article section.article-content article.article-body blockquote p {
          font-family: inherit;
          font-size: inherit;
          color: inherit;
          line-height: inherit; }
      main.single-article .inreview-article section.article-content article.article-body .related-story {
        color: #000; }
        main.single-article .inreview-article section.article-content article.article-body .related-story .author {
          color: #797e71; }
        main.single-article .inreview-article section.article-content article.article-body .related-story .category,
        main.single-article .inreview-article section.article-content article.article-body .related-story time {
          color: #000; }
    main.single-article .inreview-article section.article-content aside.advertisement.leaderboard {
      margin: 1em auto; }
      @media only screen and (max-width: 1400px) {
        main.single-article .inreview-article section.article-content aside.advertisement.leaderboard {
          margin: 1em -50px 1em -50px; } }
      @media only screen and (max-width: 1300px) {
        main.single-article .inreview-article section.article-content aside.advertisement.leaderboard {
          margin: 1em -100px 1em -100px; } }
      @media only screen and (max-width: 1200px) {
        main.single-article .inreview-article section.article-content aside.advertisement.leaderboard {
          margin: 1em -150px 1em -150px; } }
      @media only screen and (max-width: 1150px) {
        main.single-article .inreview-article section.article-content aside.advertisement.leaderboard {
          margin: 1em auto; } }
      @media only screen and (max-width: 1000px) {
        main.single-article .inreview-article section.article-content aside.advertisement.leaderboard {
          margin: 1em 0 0 -170px; } }
      @media only screen and (max-width: 850px) {
        main.single-article .inreview-article section.article-content aside.advertisement.leaderboard {
          margin: 1em auto; } }
    @media only screen and (max-width: 850px) {
      main.single-article .inreview-article section.article-content article.article-body {
        padding: 0; } }
  main.single-article .inreview-article aside.article-aside-share {
    -webkit-box-flex: 0;
            flex: 0 0 215px;
    color: #0d4b90; }
    main.single-article .inreview-article aside.article-aside-share .contributors {
      text-align: right;
      margin-bottom: 4em; }
    main.single-article .inreview-article aside.article-aside-share .avatar {
      display: inline-block;
      width: 82px;
      height: 82px;
      overflow: hidden;
      margin-bottom: 0.5em;
      border-radius: 82px; }
    main.single-article .inreview-article aside.article-aside-share .author {
      margin: 0;
      font-weight: bold;
      line-height: 1.16;
      display: block;
      margin-bottom: .75em;
      font-size: 19px;
      font-style: normal;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      color: #000; }
    main.single-article .inreview-article aside.article-aside-share .author-twitter {
      margin: 0;
      font-size: 13px; }
    main.single-article .inreview-article aside.article-aside-share .article-share-inner {
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding-left: 20px; }
      main.single-article .inreview-article aside.article-aside-share .article-share-inner .article-share-title {
        display: none; }
      main.single-article .inreview-article aside.article-aside-share .article-share-inner a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        text-decoration: none;
        background-color: #000;
        color: #FFF;
        font-size: 14px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 25px;
        text-align: center; }
        main.single-article .inreview-article aside.article-aside-share .article-share-inner a span {
          display: none; }
        main.single-article .inreview-article aside.article-aside-share .article-share-inner a:before {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center; }
        main.single-article .inreview-article aside.article-aside-share .article-share-inner a.article-share-twitter:before {
          content: ""; }
        main.single-article .inreview-article aside.article-aside-share .article-share-inner a.article-share-facebook:before {
          content: ""; }
        main.single-article .inreview-article aside.article-aside-share .article-share-inner a.article-share-instagram:before {
          content: ""; }
        main.single-article .inreview-article aside.article-aside-share .article-share-inner a.article-share-linkedin:before {
          content: ""; }
        main.single-article .inreview-article aside.article-aside-share .article-share-inner a.article-share-email:before {
          content: ""; }
    main.single-article .inreview-article aside.article-aside-share input {
      margin-top: 1em;
      display: inline-block;
      padding: 0.65em;
      background-color: whitesmoke;
      color: #1f1f1f;
      border: none;
      font-size: 0.813em;
      line-height: 1.23;
      width: 172px;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      text-align: center;
      margin-left: auto;
      border-radius: 5px; }
      @media only screen and (max-width: 850px) {
        main.single-article .inreview-article aside.article-aside-share input {
          margin-top: 0.5em; } }
      @media only screen and (max-width: 650px) {
        main.single-article .inreview-article aside.article-aside-share input {
          display: none; } }
    main.single-article .inreview-article aside.article-aside-share .print {
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      color: #000;
      display: inline-block;
      margin-top: 1.5em;
      margin-left: auto; }
      main.single-article .inreview-article aside.article-aside-share .print span {
        display: inline-block; }
      @media only screen and (max-width: 850px) {
        main.single-article .inreview-article aside.article-aside-share .print {
          float: none;
          margin-top: 0.5em;
          vertical-align: middle; } }
      @media only screen and (max-width: 650px) {
        main.single-article .inreview-article aside.article-aside-share .print {
          display: none; } }
      main.single-article .inreview-article aside.article-aside-share .print:before {
        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;
        content: "";
        vertical-align: middle;
        font-size: 1.9em;
        padding-right: 0.3em; }
      main.single-article .inreview-article aside.article-aside-share .print span {
        border-bottom: 1px solid #91aecd;
        vertical-align: middle;
        padding: 0.2em 0; }
    main.single-article .inreview-article aside.article-aside-share .article-aside-support {
      margin: 0;
      font-size: 0.938em;
      line-height: 1.21;
      font-family: "franklin-gothic-urw", arial, sans-serif;
      font-size: 0.931em;
      color: #000;
      margin-top: 1.5em;
      text-align: right;
      font-family: "Open Sans", sans-serif;
      line-height: 1.35; }
      main.single-article .inreview-article aside.article-aside-share .article-aside-support p {
        display: block;
        margin: 0 0 4px 0; }
        main.single-article .inreview-article aside.article-aside-share .article-aside-support p:last-child {
          margin: 0 0 0 0; }
      main.single-article .inreview-article aside.article-aside-share .article-aside-support a {
        font-weight: bold; }
        main.single-article .inreview-article aside.article-aside-share .article-aside-support a:hover {
          text-decoration: underline; }
    @media only screen and (max-width: 850px) {
      main.single-article .inreview-article aside.article-aside-share {
        display: none; } }
  main.single-article .inreview-article .article-aside-share__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border-right: 1px solid #e8e8e8;
    padding-right: 25px; }
  main.single-article .inreview-article aside.article-aside-ads {
    -webkit-box-flex: 0;
            flex: 0 0 330px;
    padding-left: 30px; }
    main.single-article .inreview-article aside.article-aside-ads .advertisement {
      margin-bottom: 30px; }
    main.single-article .inreview-article aside.article-aside-ads .inreview-top-stories > h1 {
      font-size: 1.875em;
      line-height: 1.2;
      margin: 0;
      padding-bottom: 14px;
      border-bottom: 1px solid #e8e8e8;
      font-family: "ivypresto-display", georgia, times, serif;
      color: #000; }
    main.single-article .inreview-article aside.article-aside-ads .inreview-top-stories a {
      padding: 18px 0 18px 40%;
      display: block;
      border-bottom: 1px solid #e8e8e8;
      font-family: "Open Sans", sans-serif;
      *zoom: 1;
      clear: both; }
      main.single-article .inreview-article aside.article-aside-ads .inreview-top-stories a:before, main.single-article .inreview-article aside.article-aside-ads .inreview-top-stories a:after {
        content: " ";
        display: table; }
      main.single-article .inreview-article aside.article-aside-ads .inreview-top-stories a:after {
        clear: both; }
    main.single-article .inreview-article aside.article-aside-ads .inreview-top-stories img {
      width: 58.34%;
      margin-left: -66%;
      float: left; }
    @media only screen and (max-width: 1150px) {
      main.single-article .inreview-article aside.article-aside-ads {
        display: none; } }
/*# sourceMappingURL=compiled.css.map */