@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");
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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 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 {
  -webkit-box-sizing: border-box;
  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; }

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 {
        -webkit-box-shadow: 0 1px rgba(10, 10, 10, 0.1);
        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;
      -ms-flex-align: center;
      align-items: center;
      color: #0d4b90;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 128px;
      -webkit-transition: height .15s;
      -o-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;
        -o-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;
        -o-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;
        content: "";
        font-size: 1.5em; }
      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;
          -o-transition: width .3s;
          transition: width .3s; }
          body > header > div .logo-bar .search input::-webkit-input-placeholder {
            color: inherit;
            opacity: 1;
            -webkit-transition: opacity .2s;
            -o-transition: opacity .2s;
            transition: opacity .2s; }
          body > header > div .logo-bar .search input:-ms-input-placeholder {
            color: inherit;
            opacity: 1;
            -webkit-transition: opacity .2s;
            -o-transition: opacity .2s;
            transition: opacity .2s; }
          body > header > div .logo-bar .search input::-ms-input-placeholder {
            color: inherit;
            opacity: 1;
            -webkit-transition: opacity .2s;
            -o-transition: opacity .2s;
            transition: opacity .2s; }
          body > header > div .logo-bar .search input::placeholder {
            color: inherit;
            opacity: 1;
            -webkit-transition: opacity .2s;
            -o-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:-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;
      -webkit-box-shadow: 0 1px rgba(10, 10, 10, 0.1);
      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;
      -o-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;
        -ms-flex-align: center;
        align-items: center;
        font-family: "franklin-gothic-urw", arial, sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        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;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          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;
            -webkit-box-sizing: content-box;
            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;
          -o-transition-delay: .1s, .25s;
          transition-delay: .1s, .25s;
          -webkit-transition-duration: .15s;
          -o-transition-duration: .15s;
          transition-duration: .15s;
          -webkit-transition-property: opacity, visibility;
          -o-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;
              -o-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: -ms-flexbox;
            display: flex;
            margin: 0 -15px; }
            body > header > div > nav.main > ul .category-overlay .stories li {
              -webkit-box-flex: 1;
              -ms-flex: 1 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.hover--intended :hover > .category-overlay {
            opacity: 1;
            -webkit-transition-delay: 0s;
            -o-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;
        -webkit-box-shadow: -28px 0 14px -14px #0d4b90;
        box-shadow: -28px 0 14px -14px #0d4b90;
        cursor: pointer;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color .15s;
        -o-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;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-pack: center;
          -ms-flex-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;
      -webkit-box-shadow: -1px 1px rgba(255, 255, 255, 0.04);
      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;
      -o-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;
        -o-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: 4px 40px 0 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 {
            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;
          -o-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 {
          background: #333333;
          padding-top: 12px;
          padding-bottom: 10px; }
          body > header > div nav.menu > ul.citymag > li > a {
            padding: 12px 17px 12px 0; }
            body > header > div nav.menu > ul.citymag > li > a img {
              width: 85px; }
            body > header > div nav.menu > ul.citymag > li > a:hover img {
              opacity: .7; }
      @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 {
            padding: 6px 0 4px; }
            body > header > div nav.menu > ul.citymag > li.menu-item-has-children:before {
              line-height: 38px; }
            body > header > div nav.menu > ul.citymag > li > a {
              padding-left: 25px; }
              body > header > div nav.menu > ul.citymag > li > a img {
                width: 76px; }
            body > header > div nav.menu > ul.citymag ul li a {
              background-color: #474747; }
        body > header > div nav.menu > ul:last-child {
          padding-bottom: 38px; } }
      @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 > 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 {
      -webkit-box-shadow: -20px 0 10px -10px #0d4b90;
      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;
    -o-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;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  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%;
  -ms-transform-origin: 50% 500%;
  transform-origin: 50% 500%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: 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;
    -o-transition: background .15s;
    transition: background .15s; }
    .privacy_nag button:hover {
      background: #0d4b90; }
  .privacy_nag[hidden] {
    display: block;
    -webkit-transform: scaleY(0.8);
    -ms-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: -ms-flexbox;
  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;
    -ms-flex-align: center;
    align-items: center;
    background: whitesmoke;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 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: -webkit-linear-gradient(left, rgba(245, 245, 245, 0), whitesmoke);
      background: -o-linear-gradient(left, rgba(245, 245, 245, 0), 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;
    -o-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; } }

article.story {
  /* Category colours */ }
  article.story.sponsored h1 a {
    color: #227682; }
  article.story.sponsored .category {
    color: #5cacc3; }
  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; }
    article.story .category-sponsor .sponsor,
    article.story .category-sponsor .citymag {
      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 {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        border-left: 1px solid #0d4b90;
        height: 100%; }
    article.story .category-sponsor .citymag {
      padding-top: 3px; }
      article.story .category-sponsor .citymag img {
        width: 79px; }
  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; }
  article.story time {
    margin: 0;
    font-size: 0.813em;
    color: #5cacc3;
    font-family: "franklin-gothic-urw", arial, sans-serif;
    margin-right: 1em; }
  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.sponsored .category {
    color: #5cacc3; }

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 {
    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 {
    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 {
  display: none; }

article.featured-story.citymag.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: 1.5em 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: 1.5em 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); }
        @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: 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-left: -15px;
            max-width: calc( 100% + 15px); } }
        @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; } }
      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); }
        @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: 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-left: -15px;
            max-width: calc( 100% + 15px); } }
        @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; } }
      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 100px 0; } }
    @media only screen and (max-width: 500px) {
      main.single-article article > p {
        font-size: 1em; }
      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 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 {
      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; }
    @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 time,
        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-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: 15px 0 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 {
      display: none;
      margin: 1.6em -25px; }
      @media only screen and (max-width: 650px) {
        main.single-article header .author-info .featured-video {
          display: block; } }
      @media only screen and (max-width: 500px) {
        main.single-article header .author-info .featured-video {
          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; }
    main.single-article .top h1 {
      font-size: 2.938em;
      line-height: 1.3;
      margin-top: 0;
      margin-bottom: 0.7em; }
      @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; } }
      @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; }
    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; }
    @media only screen and (max-width: 850px) {
      main.single-article .meta {
        width: 100%;
        margin-left: 0;
        text-align: left; }
        main.single-article .meta .dateline, main.single-article .meta time {
          display: none; }
        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: table; } }
    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: inherit; }
    main.single-article time span {
      font-weight: bold;
      display: block;
      margin-bottom: 0.6em; }
  main.single-article .featured-image {
    margin-bottom: 1.6em; }
    main.single-article .featured-image figcaption {
      margin: .6em 0; }
    @media only screen and (max-width: 650px) {
      main.single-article .featured-image {
        display: none; } }
  main.single-article .featured-video {
    margin: 1.6em 0; }
    @media only screen and (max-width: 650px) {
      main.single-article .featured-video {
        display: none; } }
  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; }
    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; }
    @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 > 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;
    margin-top: 58px; }
    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;
  -o-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;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  body > .dynamic-article.loading {
    -webkit-transform: translateY(60vh);
    -ms-transform: translateY(60vh);
    transform: translateY(60vh); }

main.single-ispy-article header {
  background-color: #162738;
  -webkit-box-shadow: 0 -200px #162738;
  box-shadow: 0 -200px #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 {
      width: 195px;
      position: absolute;
      left: 40px;
      bottom: 0;
      padding-top: 15px;
      border-top: 1px solid #445364; }
      main.single-ispy-article header > div > .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-ispy-article header > div > .social a:first-of-type {
          margin-left: 0; }
        main.single-ispy-article header > div > .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-ispy-article header > div > .social a.facebook {
          background-color: #2d66a5; }
          main.single-ispy-article header > div > .social a.facebook:before {
            content: ""; }
        main.single-ispy-article header > div > .social a.twitter {
          background-color: #00b2f1; }
          main.single-ispy-article header > div > .social a.twitter:before {
            content: ""; }
        main.single-ispy-article header > div > .social a.linkedin {
          background-color: #0070a3; }
          main.single-ispy-article header > div > .social a.linkedin:before {
            content: ""; }
        main.single-ispy-article header > div > .social a.googleplus {
          background-color: #e3533a; }
          main.single-ispy-article header > div > .social a.googleplus:before {
            content: ""; }
        main.single-ispy-article header > div > .social a.email {
          background-color: #5cacc3; }
          main.single-ispy-article header > div > .social a.email:before {
            content: ""; }
      main.single-ispy-article header > div > .social a {
        width: 26px;
        height: 26px;
        margin-left: 11px; }
        main.single-ispy-article header > div > .social a:before {
          line-height: 26px;
          width: 26px;
          height: 26px;
          font-size: 0.75em; }
  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 time {
      display: none; }
      @media only screen and (max-width: 900px) {
        main.single-ispy-article header .standfirst .social,
        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 {
      width: 315px;
      padding: 20px 0; }
      main.single-ispy-article header .standfirst .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-ispy-article header .standfirst .social a:first-of-type {
          margin-left: 0; }
        main.single-ispy-article header .standfirst .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-ispy-article header .standfirst .social a.facebook {
          background-color: #2d66a5; }
          main.single-ispy-article header .standfirst .social a.facebook:before {
            content: ""; }
        main.single-ispy-article header .standfirst .social a.twitter {
          background-color: #00b2f1; }
          main.single-ispy-article header .standfirst .social a.twitter:before {
            content: ""; }
        main.single-ispy-article header .standfirst .social a.linkedin {
          background-color: #0070a3; }
          main.single-ispy-article header .standfirst .social a.linkedin:before {
            content: ""; }
        main.single-ispy-article header .standfirst .social a.googleplus {
          background-color: #e3533a; }
          main.single-ispy-article header .standfirst .social a.googleplus:before {
            content: ""; }
        main.single-ispy-article header .standfirst .social a.email {
          background-color: #5cacc3; }
          main.single-ispy-article header .standfirst .social a.email:before {
            content: ""; }
      main.single-ispy-article header .standfirst .social a {
        width: 43px;
        height: 43px;
        margin-left: 20px; }
        main.single-ispy-article header .standfirst .social a:before {
          width: 43px;
          height: 43px;
          line-height: 43px;
          font-size: 1.2em; }
      @media only screen and (max-width: 750px) {
        main.single-ispy-article header .standfirst .social {
          width: 250px; }
          main.single-ispy-article header .standfirst .social a {
            width: 35px;
            height: 35px;
            margin-left: 15px; }
            main.single-ispy-article header .standfirst .social 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 {
          border-right: none;
          text-align: 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);
        -ms-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;
        -o-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;
        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);
        -ms-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;
        -o-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;
        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 .social {
    display: inline-block;
    padding: 1em 0;
    border-top: 1px solid #c8d7e7; }
    main.single-ispy-article section.images .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-ispy-article section.images .social a:first-of-type {
        margin-left: 0; }
      main.single-ispy-article section.images .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-ispy-article section.images .social a.facebook {
        background-color: #2d66a5; }
        main.single-ispy-article section.images .social a.facebook:before {
          content: ""; }
      main.single-ispy-article section.images .social a.twitter {
        background-color: #00b2f1; }
        main.single-ispy-article section.images .social a.twitter:before {
          content: ""; }
      main.single-ispy-article section.images .social a.linkedin {
        background-color: #0070a3; }
        main.single-ispy-article section.images .social a.linkedin:before {
          content: ""; }
      main.single-ispy-article section.images .social a.googleplus {
        background-color: #e3533a; }
        main.single-ispy-article section.images .social a.googleplus:before {
          content: ""; }
      main.single-ispy-article section.images .social a.email {
        background-color: #5cacc3; }
        main.single-ispy-article section.images .social a.email:before {
          content: ""; }
    @media only screen and (max-width: 900px) {
      main.single-ispy-article section.images .social {
        display: none; } }
    main.single-ispy-article section.images .social a {
      margin-left: 0.7em; }
  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 {
    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 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-ispy-article footer .social a:first-of-type {
        margin-left: 0; }
      main.single-ispy-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-ispy-article footer .social a.facebook {
        background-color: #2d66a5; }
        main.single-ispy-article footer .social a.facebook:before {
          content: ""; }
      main.single-ispy-article footer .social a.twitter {
        background-color: #00b2f1; }
        main.single-ispy-article footer .social a.twitter:before {
          content: ""; }
      main.single-ispy-article footer .social a.linkedin {
        background-color: #0070a3; }
        main.single-ispy-article footer .social a.linkedin:before {
          content: ""; }
      main.single-ispy-article footer .social a.googleplus {
        background-color: #e3533a; }
        main.single-ispy-article footer .social a.googleplus:before {
          content: ""; }
      main.single-ispy-article footer .social a.email {
        background-color: #5cacc3; }
        main.single-ispy-article footer .social a.email:before {
          content: ""; }
    main.single-ispy-article footer .social a {
      width: 35px;
      height: 35px;
      margin-left: 15px; }
      main.single-ispy-article footer .social a:before {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 1em; }

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;
      -webkit-box-shadow: 0 1px 1px #b4b4b4;
      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 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; }
  section.subscribe .logo,
  section.category-notify .logo {
    width: 33%;
    padding-left: 40px; }
  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%; }
  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);
          -ms-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;
    -o-transition: background .15s;
    transition: background .15s; }
    section.subscribe button:hover,
    section.category-notify button:hover {
      background: rgba(13, 75, 144, 0.7); }
  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;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .subscribe-reveal .popup {
    opacity: 1;
    visibility: visible; }
    .subscribe-reveal .popup .subscribe {
      -webkit-transform: scale(1);
      -ms-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;
    -moz-transition: -moz-transform .2s;
    -ms-transition: -ms-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(0.8);
    -ms-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;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important; } }
    @media only screen and (max-width: 360px) {
      .popup .subscribe {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        top: auto;
        bottom: 0; } }

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; }
  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%; }
  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; }
  section.feature-listing time {
    color: #5cacc3; }
  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; }
  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; }
  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; }
    section.feature-listing figure figcaption a {
      display: block;
      font-weight: bold;
      color: #5cacc3;
      margin-top: 0.3em; }
  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; }
  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%; }
  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; }
      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;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
      -ms-flex-direction: column;
      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; }
  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; }
    section.one-column-listing article.feature {
      padding: 0;
      border-bottom: none;
      color: #ffffff;
      background-color: #162738;
      min-height: 350px; }
      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; }
      section.one-column-listing article.feature p {
        margin-bottom: 2em; }
      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; }
    @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; }
        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; }
        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; }
        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; }
    section.one-column-listing p {
      display: none; }
    section.one-column-listing .category-sponsor {
      display: block;
      margin: 0 0 1em; }
    section.one-column-listing footer {
      clear: both; } }
  @media only screen and (max-width: 500px) {
    section.one-column-listing .advertisement {
      margin: 0 -15px; } }

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; }
  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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    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; }
    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; } }

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: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          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 {
  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 {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 500px) {
    section.four-column-listing {
      padding-left: 15px;
      padding-right: 15px; } }
  section.four-column-listing:before, section.four-column-listing:after {
    content: " ";
    display: table; }
  section.four-column-listing:after {
    clear: both; }
  section.four-column-listing a {
    text-decoration: none;
    color: #1e1e1e; }
  section.four-column-listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 -15px; }
    section.four-column-listing 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 {
        content: none; } }
    @media only screen and (max-width: 600px) {
      section.four-column-listing ul {
        margin: 0; }
        section.four-column-listing ul:before {
          margin: 0; } }
  section.four-column-listing li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative; }
    section.four-column-listing li:first-child {
      border-left: none; }
    @media only screen and (max-width: 850px) {
      section.four-column-listing li {
        width: 50%;
        margin-bottom: 40px; }
        section.four-column-listing li:nth-child(3) {
          border-left: none; }
        section.four-column-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.four-column-listing li:nth-child(1):before, section.four-column-listing li:nth-child(3):before {
        left: 25px; }
      section.four-column-listing li:nth-child(2):before, section.four-column-listing li:nth-child(4):before {
        right: 25px; } }
    @media only screen and (max-width: 600px) {
      section.four-column-listing li {
        width: 100%;
        border-left: none;
        margin-bottom: 0; } }
  section.four-column-listing article {
    *zoom: 1;
    clear: both;
    padding: 38px 15px 50px 15px; }
    section.four-column-listing article:before, section.four-column-listing article:after {
      content: " ";
      display: table; }
    section.four-column-listing article:after {
      clear: both; }
    @media only screen and (max-width: 600px) {
      section.four-column-listing article {
        padding: 38px 0 60px 0; } }
    section.four-column-listing article h1 {
      font-size: 1.5em;
      line-height: 1.3;
      margin: 0.6em 0 0.6em 0; }
    section.four-column-listing article footer {
      clear: both; }
    @media only screen and (max-width: 600px) {
      section.four-column-listing article {
        background-color: #fbfbfb;
        padding: 15px 10px;
        margin-bottom: 13px; }
        section.four-column-listing article .thumbnail {
          width: 45%;
          float: left;
          margin-left: -35px;
          margin-bottom: 1em; }
        section.four-column-listing article h1 {
          margin-left: 36%;
          padding-left: 20px;
          font-size: 1.188em;
          margin-top: 0; }
        section.four-column-listing article p {
          clear: both; }
        section.four-column-listing article footer {
          *zoom: 1;
          clear: both; }
          section.four-column-listing article footer:before, section.four-column-listing article footer:after {
            content: " ";
            display: table; }
          section.four-column-listing article footer:after {
            clear: both; }
          section.four-column-listing article footer > span {
            float: right; } }
    @media only screen and (max-width: 450px) {
      section.four-column-listing article .thumbnail {
        margin-left: -25px; } }
  section.four-column-listing .thumbnail {
    display: block;
    margin-bottom: 1em; }
    section.four-column-listing .thumbnail img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 200%; }
  section.four-column-listing 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 {
    display: none;
    margin-bottom: 1em; }
    @media only screen and (max-width: 600px) {
      section.four-column-listing .category-sponsor.mobile {
        display: block; } }
  @media only screen and (max-width: 600px) {
    section.four-column-listing .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; }
  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; }
  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; }
    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; } }

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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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; }
    @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 p {
    margin-bottom: 1em; }
  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; } }
  @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: -ms-flexbox;
  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: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 0 30px 0; }
  section.extra-large-row-listing article {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    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 {
    -ms-flex-negative: 0;
    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;
      -ms-flex-direction: column;
      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;
      -ms-flex-direction: column;
      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; } }

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);
  padding: 16px 0;
  width: 100%; }

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

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

/*# sourceMappingURL=compiled.css.map */