/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-family: 'SourceSerifPro-Bold';
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* END normalize css */
/*
Template name: Zinio Default Web Template - by Zinio LLC.
Date: 05th November 2018
*/

#article-body {
    padding: 2em 1em;
    font-family: 'SourceSerifPro-Regular';
    font-weight: normal;
    font-size: 19px;
    overflow-x: hidden;
}

div, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, cite, code, em, img, strong, table, caption, tbody, figcaption, footer, header, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    word-wrap: break-word;
}

.sidebar > a {
    text-decoration: underline;
}

.stars span::before {
    padding-left: 7px;
    content: '\2605';
    display: inline-block;
    font-size: 24px;
}

.stars .star {
    color: #df0b26;
}

.stars span.half-star {
    color: #aaa;
    position: relative;
    display: inline-block;
}

.stars span.half-star::after {
    content: '\2605';
    color: #ff0000;
    font-size: 16px;
    left: 7px;
    bottom: 1px;
    width: 8px;
    display: block;
    overflow: hidden;
    position: absolute;
}

.stars span.blank-star {
    color: #aaa;
}

.bullet-points {
    text-indent: 15px;
    position: relative;
}

.bullet-points::before {
    color: #c00;
    content: '';
    border: 1px solid #c00;
    border-radius: 20px;
    width: 4px;
    height: 4px;
    left: 0px;
    top: 12px;
    position: absolute;
    background-color: #c00;
}

.title {
    font-family: 'SourceSansPro-Bold';
    text-align: left;
    font-size: 1.6em;
    line-height: 1.18;
    margin: 0.4em 0 0.15em 0;
    -webkit-hyphens: none;
    hyphens: none;
}

.intro {
    font-family: 'SourceSerifPro-Regular';
    font-size: 0.95em;
    line-height: 1.28;
    text-align: left;
    margin: 0.5em 0 0 0;
    -webkit-hyphens: none;
    hyphens: none;
}

.byline,
.alternate-byline {
    font-family: 'SourceSansPro-Regular';
    text-transform: uppercase;
    font-size: 0.76em;
    color: #757575;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 0.05em;
}

.byline {
    margin: 1em 0 -0.5em 0;
}

.alterate-byline {
    margin: 1em 0 0 0;
}

.breadcrumbs {
    font-family: 'SourceSansPro-Regular';
    margin: 0 0 0.67em 0;
    padding: 0 0 0.2em 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 0.06em solid #979797;
}

.breadcrumbs > div {
    text-align: left;
    display: inline;
    font-size: 0.78em;
    line-height: 1em;
    font-weight: normal;
    color: #757575;
    letter-spacing: 0.0416em;
}

.issue-name, .section-title,
.sub-section, .strap-line {
    text-transform: uppercase;
    -webkit-hyphens: none;
    hyphens: none;
}

.kicker {
    font-family: 'SourceSansPro-SemiBold';
    text-align: left;
    display: inline;
    font-size: 0.78em;
    line-height: 1em;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.0416em;
    margin: 0 0 0.67em 0;
    padding: 0 0 0.2em 0;
    width: 100%;
    overflow: hidden;
}

.body {
    margin-top: 0.8em;
}

.body > p,
.body .container > p {
    font-family: 'SourceSerifPro-Regular';
    font-size: 0.915em;
    line-height: 1.46;
    margin: 0 0 0.45em 0;
}

.body > p.dropcap:first-letter,
.body .container > .dropcap:first-letter  {
    font-family: 'OpenSans-Regular';
    float: left;
    line-height: 1.3;
    font-size: 4.4em;
    margin: 0.1em 0.13em 0em 0;
    -webkit-margin-before: -0.22em;
    -webkit-margin-end: 0.1em;
    -webkit-margin-after: -0.1em;
    -webkit-margin-start: 0em;
}

.body h1 {
    font-family: 'SourceSansPro-Bold';
    font-size: 1.2em;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    clear: both;
    margin: 0;
}

.body h2 {
    font-family: 'SourceSansPro-Bold';
    font-size: 1.12em;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    clear: both;
    margin: 1em 0 0.4em 0;
}

.body h3 {
    font-family: 'SourceSansPro-Bold';
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    clear: both;
    margin: 1em 0 0.7em 0;
}

.body h4 {
    font-family: 'SourceSansPro-Bold';
    font-size: 0.9em;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    clear: both;
    margin: 0;
}

.pullQuote,
.callOut {
    font-family: 'SourceSerifPro-Semibold';
    text-align: center;
    font-size: 1.15em;
    line-height: 1.4;
    padding: 0.5em 0.1em 0.8em 0.1em;
}

.figure-block {
    margin: 1em auto;
}

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

.image-hero {
    text-align: center;
    clear: both;
    border-top: 0;
}

.image-bleed {
    clear: both;
    text-align: center;
}

.image-block {
    padding: 0.13em 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.image-block .caption-body {
    margin: 0;
}

.image-bleed img,
.image-block img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.image-bleed > img:not(:nth-of-type(1)),
.image-block > img:not(:nth-of-type(1)) {
    margin-top: 0.63em;
}

.image-float {
    margin: 0 1.06em 0.1em 0;
    float: left;
    height: auto;
}

.image-float .caption-body {
    margin: 0;
    padding: 0.1em 0;
    font-size: 0.5em;
    border-bottom: 0;
}

.image-float + p + .image-float,
.image-float + p + h1,
.image-float + p + h2,
.image-float + p + h3,
.image-float + p + h4,
.image-float + h1,
.image-float + h2,
.image-float + h3,
.image-float + h4 {
    float: none;
    clear: both;
    text-align: left;
}

.image-inline {
    vertical-align: baseline;
    margin: 0 0.2em;
}

.image-inline img {
    width: 1em;
    height: auto;
    max-height: 1em;
    overflow: hidden;
}

.image-inline + p {
    display: inline;
    margin-right: 0.2em;
}

.caption-body {
    font-family: 'SourceSansPro-Light';
    font-size: 0.85em;
    line-height: 1.28em;
    color: #757575;
    text-align: center;
    padding: 0.85em 3.04em;
    border-bottom: 0.07em solid #eee;
}

.caption-body .photo-credit {
    color: #1e1e1e;
}

.sidebar {
    background: #ececec;
    font-weight: normal;
    font-size: 0.95em;
    width: calc(100% + 2*2em);
    padding: 0.5em 2em;
    margin: 1em 0 1em -2em;
    clear: both;
    overflow: auto;
}

.sidebar > p {
    line-height: normal;
    margin: 0 0 0.45em 0;
}

.sidebar .image-block,
.sidebar .image-bleed {
    margin: 0;
}

.sidebar h1 + .image-block,
.sidebar h2 + .image-block,
.sidebar h3 + .image-block,
.sidebar h4 + .image-block,
.sidebar h1 + .image-bleed,
.sidebar h2 + .image-bleed,
.sidebar h3 + .image-bleed,
.sidebar h4 + .image-bleed {
    margin: 0.63em auto 0.2em auto;
    padding: 0;
}

.sidebar .caption-body {
    padding-bottom: 0;
    border: 0;
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4 {
    text-align: left;
}

.container {
    clear: both;
    width: 100%;
    margin: 0 0 0.45em 0;
}

p.attribute {
    font-family: 'SourceSansPro-Light';
    font-size: 0.75em;
    color: #757575;
    line-height: normal;
    font-weight: normal;
    font-style: italic;
    margin: 0.8em 0 0.2em;
}

.end-marker {
    color: #000;
    vertical-align: baseline;
}

.image-hero {
    width: calc(100% + 2*1em);
    margin-left: -1em;
}

.image-bleed {
    width: calc(100% + 2*1em);
    margin-left: -1em;
}

.image-block {
    width: calc(100% + 2*1em);
    margin-left: -1em;
    margin-right: -1em;
}

.image-block img {
    padding-left: 1em;
    padding-right: 1em;
}

.sidebar .image-block,
.sidebar .image-bleed {
    width: 100%;
}
