/* line 1, ../../sass/postGraphicsTemplate.scss */
* {
  box-sizing: border-box;
}

/*lets make this less - big*/
/*****************
* There are two list variables at the bottom of this file. 
* If you add a color to this file add it to one or both of the list variables
****************/
/*! 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.
 */
/* line 9, ../../sass/pg-template/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 33, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 54, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 67, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 77, ../../sass/pg-template/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../../sass/pg-template/_normalize.scss */
a {
  color: #2e6d9d;
  text-decoration: none;
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 99, ../../sass/pg-template/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 111, ../../sass/pg-template/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 119, ../../sass/pg-template/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 128, ../../sass/pg-template/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 137, ../../sass/pg-template/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.35em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, ../../sass/pg-template/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, ../../sass/pg-template/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, ../../sass/pg-template/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 171, ../../sass/pg-template/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, ../../sass/pg-template/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, ../../sass/pg-template/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, ../../sass/pg-template/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, ../../sass/pg-template/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, ../../sass/pg-template/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 223, ../../sass/pg-template/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 231, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 254, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 268, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 279, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 292, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 304, ../../sass/pg-template/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 313, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 324, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 336, ../../sass/pg-template/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 348, ../../sass/pg-template/_normalize.scss */
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).
 */
/* line 359, ../../sass/pg-template/_normalize.scss */
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).
 */
/* line 372, ../../sass/pg-template/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 381, ../../sass/pg-template/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 392, ../../sass/pg-template/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 401, ../../sass/pg-template/_normalize.scss */
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.
 */
/* line 410, ../../sass/pg-template/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 421, ../../sass/pg-template/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 426, ../../sass/pg-template/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 6, ../../sass/pg-template/_utilities.scss */
.pgBorder-left {
  border-left: solid 1px #d5d5d5;
}

/* line 10, ../../sass/pg-template/_utilities.scss */
.pgBorder-right {
  border-right: solid 1px #d5d5d5;
}

/* line 14, ../../sass/pg-template/_utilities.scss */
.pgBorder-top {
  border-top: solid 1px #d5d5d5;
}

/* line 18, ../../sass/pg-template/_utilities.scss */
.pgBorder-bottom {
  border-bottom: solid 1px #d5d5d5;
}

/* line 22, ../../sass/pg-template/_utilities.scss */
.pgBorder--dashed.pgBorder-top {
  border-top-style: dashed;
}

/* line 26, ../../sass/pg-template/_utilities.scss */
.pgBorder--dashed.pgBorder-right {
  border-right-style: dashed;
}

/* line 30, ../../sass/pg-template/_utilities.scss */
.pgBorder--dashed.pgBorder-bottom {
  border-bottom-style: dashed;
}

/* line 34, ../../sass/pg-template/_utilities.scss */
.pgBorder--dashed.pgBorder-left {
  border-left-style: dashed;
}

/* line 38, ../../sass/pg-template/_utilities.scss */
.pgBorder--dotted.pgBorder-top {
  border-top-style: dotted;
}

/* line 42, ../../sass/pg-template/_utilities.scss */
.pgBorder--dotted.pgBorder--right {
  border-right-style: dotted;
}

/* line 46, ../../sass/pg-template/_utilities.scss */
.pgBorder--dotted.pgBorder-bottom {
  border-bottom-style: dotted;
}

/* line 50, ../../sass/pg-template/_utilities.scss */
.pgBorder--dotted.pgBorder-left {
  border-left-style: dotted;
}

@media (max-width: 1400px) {
  /* line 56, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-top-xxl {
    border-top: none;
  }

  /* line 57, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-right-xxl {
    border-right: none;
  }

  /* line 58, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-bottom-xxl {
    border-bottom: none;
  }

  /* line 59, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-left-xxl {
    border-left: none;
  }
}
@media (max-width: 1200px) {
  /* line 63, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-top-xl {
    border-top: none;
  }

  /* line 64, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-right-xl {
    border-right: none;
  }

  /* line 65, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-bottom-xl {
    border-bottom: none;
  }

  /* line 66, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-left-xl {
    border-left: none;
  }
}
@media (max-width: 1000px) {
  /* line 71, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-top-lg {
    border-top: none;
  }

  /* line 72, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-right-lg {
    border-right: none;
  }

  /* line 73, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-bottom-lg {
    border-bottom: none;
  }

  /* line 74, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-left-lg {
    border-left: none;
  }
}
@media (max-width: 768px) {
  /* line 80, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-top-md {
    border-top: none;
  }

  /* line 81, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-right-md {
    border-right: none;
  }

  /* line 82, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-bottom-md {
    border-bottom: none;
  }

  /* line 83, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-left-md {
    border-left: none;
  }
}
@media (max-width: 480px) {
  /* line 88, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-top-sm {
    border-top: none;
  }

  /* line 89, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-right-sm {
    border-right: none;
  }

  /* line 90, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-bottom-sm {
    border-bottom: none;
  }

  /* line 91, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-left-sm {
    border-left: none;
  }
}
@media (max-width: 300px) {
  /* line 95, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-top-xs {
    border-top: none;
  }

  /* line 96, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-right-xs {
    border-right: none;
  }

  /* line 97, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-bottom-xs {
    border-bottom: none;
  }

  /* line 98, ../../sass/pg-template/_utilities.scss */
  .pgNoBorder-left-xs {
    border-left: none;
  }
}
/* line 2, ../../sass/pg-template/_type.scss */
html {
  font-size: 14px;
}

/* FONTS */
/* line 9, ../../sass/pg-template/_type.scss */
.postoni, h1.postoni, .pgHeadline--postoni,
h1.pgHeadline--postoni {
  font-family: 'PostoniDisplay', 'Georgia', serif;
  font-weight: normal;
}

/* line 14, ../../sass/pg-template/_type.scss */
.postoni-italic {
  font-family: 'PostoniDisplay', 'Georgia', serif;
  font-style: italic;
  font-weight: normal;
}

/* line 20, ../../sass/pg-template/_type.scss */
.franklin, .pgPublishedDate, .pg2nd-lead, .pg2nd-lead--chunked {
  font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

/* line 25, ../../sass/pg-template/_type.scss */
.franklin-bold, .pgH1, .pgH2, .pgH3, .pgH4, h4.pgH4, .pgHeadline-kicker, .pgByline, .pgRelatedCoverage-header, .pgRelatedCoverage-items .headline {
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

/* line 30, ../../sass/pg-template/_type.scss */
.franklin-thin {
  font-family: "FranklinITCProThin", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

/* line 35, ../../sass/pg-template/_type.scss */
.pgH1 {
  font-size: 3.3em;
  line-height: 1.08em;
}

/* line 41, ../../sass/pg-template/_type.scss */
.pgH2 {
  font-size: 1.45em;
  margin: 0.45em 0 0.25em;
}

/* line 47, ../../sass/pg-template/_type.scss */
.pgH3 {
  margin: 0 0 0.25em;
}

/* line 61, ../../sass/pg-template/_type.scss */
h1.postoni, h1.pgHeadline--postoni,
h1.postoni-italic {
  font-size: 3.7em;
  line-height: 1.1em;
}

/* line 72, ../../sass/pg-template/_type.scss */
h1.franklin-thin {
  font-size: 3.5em;
  font-weight: normal;
}

/* line 77, ../../sass/pg-template/_type.scss */
h1.franklin.small, h1.small.pgPublishedDate, h1.small.pg2nd-lead, h1.small.pg2nd-lead--chunked {
  font-size: 3.2em;
}

/* line 81, ../../sass/pg-template/_type.scss */
h1.postoni.small, h1.small.pgHeadline--postoni,
h1.postoni-italic.small {
  font-size: 3.4em;
}

/* line 93, ../../sass/pg-template/_type.scss */
h2.franklin-light,
h3.franklin-light,
h4.franklin-light,
h5.franklin-light {
  font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
}

/* line 100, ../../sass/pg-template/_type.scss */
h2.franklin-thin,
h3.franklin-thin,
h4.franklin-thin,
h5.franklin-thin {
  font-family: "FranklinITCProThin", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

/* line 108, ../../sass/pg-template/_type.scss */
h3.franklin, h3.pgPublishedDate, h3.pg2nd-lead, h3.pg2nd-lead--chunked,
h3.franklin-light,
h3.franklin-thin {
  font-size: 2em;
  line-height: 1.2em;
}

/* line 115, ../../sass/pg-template/_type.scss */
h4.franklin, h4.pgPublishedDate, h4.pg2nd-lead, h4.pg2nd-lead--chunked,
h4.franklin-light,
h4.franklin-thin {
  font-size: 1.7em;
  line-height: 1.2em;
}

/* line 123, ../../sass/pg-template/_type.scss */
h5.franklin, h5.pgPublishedDate, h5.pg2nd-lead, h5.pg2nd-lead--chunked,
h5.franklin-light,
h5.franklin-thin {
  font-size: 1.5em;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  /* line 141, ../../sass/pg-template/_type.scss */
  .pgH1 {
    font-size: 2.857142857em;
  }
}
@media (max-width: 480px) {
  /* line 147, ../../sass/pg-template/_type.scss */
  .pgH1 {
    font-size: 2.0em;
  }
}
/*FLEXBOX is happening
looking for a good ie9/10 fallback*/
/*For the team - explicit or implicit grutters*/
/* line 8, ../../sass/pg-template/_grid.scss */
.pgGrid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -0.5em 0em 0.5em -1em;
}

/*overwriting styles makes BEM sad*/
/* line 17, ../../sass/pg-template/_grid.scss */
.pgGrid--noGutters {
  margin: auto;
}

/* line 22, ../../sass/pg-template/_grid.scss */
.pgGrid--guttersLg {
  margin: -1em 0 1.5em -1.5em;
}

/* line 26, ../../sass/pg-template/_grid.scss */
.pgGrid--guttersXl {
  margin: -1.5em 1 2em -1em;
}

/*
https://css-tricks.com/snippets/css/a-guide-to-flexbox/#flexbox-basics
This is the shorthand for flex-grow, flex-shrink and flex-basis combined. The second and third parameters (flex-shrink and flex-basis) are optional. Default is 0 1 auto.
It is recommended that you use this shorthand property rather than set the individual properties. The short hand sets the other values intelligently.
*/
/* line 35, ../../sass/pg-template/_grid.scss */
.pgGrid-cell {
  flex: 1;
  padding: 0.5em 0 0em 1em;
}

/*overwriting styles makes BEM sad*/
/* line 42, ../../sass/pg-template/_grid.scss */
.pgGrid--noGutters > .pgGrid-cell {
  padding: 0;
}

/* line 46, ../../sass/pg-template/_grid.scss */
.pgGrid--guttersLg > .pgGrid-cell {
  padding: 1em 0 0 1.5em;
}

/* line 51, ../../sass/pg-template/_grid.scss */
.pgGrid--guttersXl > .pgGrid-cell {
  padding: 1.5em 0 0 2em;
}

/* line 56, ../../sass/pg-template/_grid.scss */
.pgGrid-cell-img {
  max-width: 100%;
}

/*

	Using flex basis for explicitly building out the grid
	Flex-basis - https://css-tricks.com/snippets/css/a-guide-to-flexbox/#flexbox-basics
	This defines the default size of an element before the remaining space is distributed. The main-size value makes it match the width or height, depending on which is relevant based on the flex-direction.
*/
/* line 66, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--1 {
  /*width:8.333333333%;*/
  flex: 0 0 8.333333333%;
}

/* line 71, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--2 {
  /*width:16.666666667%;*/
  flex: 0 0 16.666666667%;
}

/* line 76, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--3 {
  /*width:25%;*/
  flex: 0 0 25%;
}

/*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
/* line 82, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--4 {
  /*width:33.333333333%*/
  flex: 0 0 33.333333333%;
}

/* line 87, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--5 {
  /*width:41.666666667%;*/
  flex: 0 0 41.666666667%;
}

/* line 92, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--6 {
  /*width:50%;*/
  flex: 0 0 50%;
}

/* line 97, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--7 {
  /*width: 58.333333333%;*/
  flex: 0 0  58.333333333%;
}

/* line 102, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--8 {
  /*width: 66.666666667%;*/
  flex: 0 0  66.666666667%;
}

/* line 107, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--9 {
  /*width: 75%;*/
  flex: 0 0  75%;
}

/* line 112, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--10 {
  /*width: 83.333333333%;*/
  flex: 0 0  83.333333333%;
}

/* line 117, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--11 {
  /*width: 91.666666667%;*/
  flex: 0 0  91.666666667%;
}

/*you wouldn't need this - flex is 100% by default*/
/* line 123, ../../sass/pg-template/_grid.scss */
.pgGrid-cell--12 {
  /*width: 100%;*/
  flex: 0 0 100%;
}

@media (min-width: 1400px) {
  /* line 130, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--1 {
    /*width:8.333333333%;*/
    flex: 0 0 8.333333333%;
  }

  /* line 135, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--2 {
    /*width:16.666666667%;*/
    flex: 0 0 16.666666667%;
  }

  /* line 140, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--3 {
    /*width:25%;*/
    flex: 0 0 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 146, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--4 {
    /*width:33.333333333%*/
    flex: 0 0 33.333333333%;
  }

  /* line 151, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--5 {
    /*width:41.666666667%;*/
    flex: 0 0 41.666666667%;
  }

  /* line 156, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--6 {
    /*width:50%;*/
    flex: 0 0 50%;
  }

  /* line 161, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--7 {
    /*width: 58.333333333%;*/
    flex: 0 0  58.333333333%;
  }

  /* line 166, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--8 {
    /*width: 66.666666667%;*/
    flex: 0 0  66.666666667%;
  }

  /* line 171, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--9 {
    /*width: 75%;*/
    flex: 0 0  75%;
  }

  /* line 176, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--10 {
    /*width: 83.333333333%;*/
    flex: 0 0  83.333333333%;
  }

  /* line 181, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--11 {
    /*width: 91.666666667%;*/
    flex: 0 0  91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 187, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--12 {
    /*width: 100%;*/
    flex: 0 0 100%;
  }

  /* line 192, ../../sass/pg-template/_grid.scss */
  .pgGrid-xxl--stack .pgGrid-cell--1,
  .pgGrid-xxl--stack .pgGrid-cell--2,
  .pgGrid-xxl--stack .pgGrid-cell--3,
  .pgGrid-xxl--stack .pgGrid-cell--4,
  .pgGrid-xxl--stack .pgGrid-cell--5,
  .pgGrid-xxl--stack .pgGrid-cell--6,
  .pgGrid-xxl--stack .pgGrid-cell--7,
  .pgGrid-xxl--stack .pgGrid-cell--8,
  .pgGrid-xxl--stack .pgGrid-cell--9,
  .pgGrid-xxl--stack .pgGrid-cell--10,
  .pgGrid-xxl--stack .pgGrid-cell--11,
  .pgGrid-xxl--stack .pgGrid-cell--12 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1200px) {
  /* line 210, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--1 {
    /*width:8.333333333%;*/
    flex: 0 0 8.333333333%;
  }

  /* line 215, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--2 {
    /*width:16.666666667%;*/
    flex: 0 0 16.666666667%;
  }

  /* line 220, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--3 {
    /*width:25%;*/
    flex: 0 0 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 226, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--4 {
    /*width:33.333333333%*/
    flex: 0 0 33.333333333%;
  }

  /* line 231, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--5 {
    /*width:41.666666667%;*/
    flex: 0 0 41.666666667%;
  }

  /* line 236, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--6 {
    /*width:50%;*/
    flex: 0 0 50%;
  }

  /* line 241, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--7 {
    /*width: 58.333333333%;*/
    flex: 0 0  58.333333333%;
  }

  /* line 246, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--8 {
    /*width: 66.666666667%;*/
    flex: 0 0  66.666666667%;
  }

  /* line 251, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--9 {
    /*width: 75%;*/
    flex: 0 0  75%;
  }

  /* line 256, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--10 {
    /*width: 83.333333333%;*/
    flex: 0 0  83.333333333%;
  }

  /* line 261, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--11 {
    /*width: 91.666666667%;*/
    flex: 0 0  91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 267, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--12 {
    /*width: 100%;*/
    flex: 0 0 100%;
  }

  /* line 272, ../../sass/pg-template/_grid.scss */
  .pgGrid-xl--stack .pgGrid-cell--1,
  .pgGrid-xl--stack .pgGrid-cell--2,
  .pgGrid-xl--stack .pgGrid-cell--3,
  .pgGrid-xl--stack .pgGrid-cell--4,
  .pgGrid-xl--stack .pgGrid-cell--5,
  .pgGrid-xl--stack .pgGrid-cell--6,
  .pgGrid-xl--stack .pgGrid-cell--7,
  .pgGrid-xl--stack .pgGrid-cell--8,
  .pgGrid-xl--stack .pgGrid-cell--9,
  .pgGrid-xl--stack .pgGrid-cell--10,
  .pgGrid-xl--stack .pgGrid-cell--11,
  .pgGrid-xl--stack .pgGrid-cell--12 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1000px) {
  /* line 289, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--1 {
    /*width:8.333333333%;*/
    flex: 0 0 8.333333333%;
  }

  /* line 294, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--2 {
    /*width:16.666666667%;*/
    flex: 0 0 16.666666667%;
  }

  /* line 299, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--3 {
    /*width:25%;*/
    flex: 0 0 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 305, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--4 {
    /*width:33.333333333%*/
    flex: 0 0 33.333333333%;
  }

  /* line 310, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--5 {
    /*width:41.666666667%;*/
    flex: 0 0 41.666666667%;
  }

  /* line 315, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--6 {
    /*width:50%;*/
    flex: 0 0 50%;
  }

  /* line 320, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--7 {
    /*width: 58.333333333%;*/
    flex: 0 0  58.333333333%;
  }

  /* line 325, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--8 {
    /*width: 66.666666667%;*/
    flex: 0 0  66.666666667%;
  }

  /* line 330, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--9 {
    /*width: 75%;*/
    flex: 0 0  75%;
  }

  /* line 335, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--10 {
    /*width: 83.333333333%;*/
    flex: 0 0  83.333333333%;
  }

  /* line 340, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--11 {
    /*width: 91.666666667%;*/
    flex: 0 0  91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 346, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--12 {
    /*width: 100%;*/
    flex: 0 0 100%;
  }

  /* line 351, ../../sass/pg-template/_grid.scss */
  .pgGrid-lg--stack .pgGrid-cell--1,
  .pgGrid-lg--stack .pgGrid-cell--2,
  .pgGrid-lg--stack .pgGrid-cell--3,
  .pgGrid-lg--stack .pgGrid-cell--4,
  .pgGrid-lg--stack .pgGrid-cell--5,
  .pgGrid-lg--stack .pgGrid-cell--6,
  .pgGrid-lg--stack .pgGrid-cell--7,
  .pgGrid-lg--stack .pgGrid-cell--8,
  .pgGrid-lg--stack .pgGrid-cell--9,
  .pgGrid-lg--stack .pgGrid-cell--10,
  .pgGrid-lg--stack .pgGrid-cell--11,
  .pgGrid-lg--stack .pgGrid-cell--12 {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 370, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--1 {
    /*width:8.333333333%;*/
    flex: 0 0 8.333333333%;
  }

  /* line 375, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--2 {
    /*width:16.666666667%;*/
    flex: 0 0 16.666666667%;
  }

  /* line 380, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--3 {
    /*width:25%;*/
    flex: 0 0 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 386, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--4 {
    /*width:33.333333333%*/
    flex: 0 0 33.333333333%;
  }

  /* line 391, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--5 {
    /*width:41.666666667%;*/
    flex: 0 0 41.666666667%;
  }

  /* line 396, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--6 {
    /*width:50%;*/
    flex: 0 0 50%;
  }

  /* line 401, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--7 {
    /*width: 58.333333333%;*/
    flex: 0 0  58.333333333%;
  }

  /* line 406, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--8 {
    /*width: 66.666666667%;*/
    flex: 0 0  66.666666667%;
  }

  /* line 411, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--9 {
    /*width: 75%;*/
    flex: 0 0  75%;
  }

  /* line 416, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--10 {
    /*width: 83.333333333%;*/
    flex: 0 0  83.333333333%;
  }

  /* line 421, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--11 {
    /*width: 91.666666667%;*/
    flex: 0 0  91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 427, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--12 {
    /*width: 100%;*/
    flex: 0 0 100%;
  }

  /* line 432, ../../sass/pg-template/_grid.scss */
  .pgGrid-md--stack .pgGrid-cell--1,
  .pgGrid-md--stack .pgGrid-cell--2,
  .pgGrid-md--stack .pgGrid-cell--3,
  .pgGrid-md--stack .pgGrid-cell--4,
  .pgGrid-md--stack .pgGrid-cell--5,
  .pgGrid-md--stack .pgGrid-cell--6,
  .pgGrid-md--stack .pgGrid-cell--7,
  .pgGrid-md--stack .pgGrid-cell--8,
  .pgGrid-md--stack .pgGrid-cell--9,
  .pgGrid-md--stack .pgGrid-cell--10,
  .pgGrid-md--stack .pgGrid-cell--11,
  .pgGrid-md--stack .pgGrid-cell--12 {
    flex: 0 0 100%;
  }
}
@media (max-width: 480px) {
  /* line 450, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--1 {
    /*width:8.333333333%;*/
    flex: 0 0 8.333333333%;
  }

  /* line 455, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--2 {
    /*width:16.666666667%;*/
    flex: 0 0 16.666666667%;
  }

  /* line 460, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--3 {
    /*width:25%;*/
    flex: 0 0 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 466, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--4 {
    /*width:33.333333333%*/
    flex: 0 0 33.333333333%;
  }

  /* line 471, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--5 {
    /*width:41.666666667%;*/
    flex: 0 0 41.666666667%;
  }

  /* line 476, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--6 {
    /*width:50%;*/
    flex: 0 0 50%;
  }

  /* line 481, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--7 {
    /*width: 58.333333333%;*/
    flex: 0 0  58.333333333%;
  }

  /* line 486, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--8 {
    /*width: 66.666666667%;*/
    flex: 0 0  66.666666667%;
  }

  /* line 491, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--9 {
    /*width: 75%;*/
    flex: 0 0  75%;
  }

  /* line 496, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--10 {
    /*width: 83.333333333%;*/
    flex: 0 0  83.333333333%;
  }

  /* line 501, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--11 {
    /*width: 91.666666667%;*/
    flex: 0 0  91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 507, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--12 {
    /*width: 100%;*/
    flex: 0 0 100%;
  }

  /* line 512, ../../sass/pg-template/_grid.scss */
  .pgGrid-sm--stack .pgGrid-cell--1,
  .pgGrid-sm--stack .pgGrid-cell--2,
  .pgGrid-sm--stack .pgGrid-cell--3,
  .pgGrid-sm--stack .pgGrid-cell--4,
  .pgGrid-sm--stack .pgGrid-cell--5,
  .pgGrid-sm--stack .pgGrid-cell--6,
  .pgGrid-sm--stack .pgGrid-cell--7,
  .pgGrid-sm--stack .pgGrid-cell--8,
  .pgGrid-sm--stack .pgGrid-cell--9,
  .pgGrid-sm--stack .pgGrid-cell--10,
  .pgGrid-sm--stack .pgGrid-cell--11,
  .pgGrid-sm--stack .pgGrid-cell--12 {
    flex: 0 0 100%;
  }
}
@media (max-width: 300px) {
  /* line 530, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--1 {
    /*width:8.333333333%;*/
    flex: 0 0 8.333333333%;
  }

  /* line 535, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--2 {
    /*width:16.666666667%;*/
    flex: 0 0 16.666666667%;
  }

  /* line 540, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--3 {
    /*width:25%;*/
    flex: 0 0 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 546, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--4 {
    /*width:33.333333333%*/
    flex: 0 0 33.333333333%;
  }

  /* line 551, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--5 {
    /*width:41.666666667%;*/
    flex: 0 0 41.666666667%;
  }

  /* line 556, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--6 {
    /*width:50%;*/
    flex: 0 0 50%;
  }

  /* line 561, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--7 {
    /*width: 58.333333333%;*/
    flex: 0 0  58.333333333%;
  }

  /* line 566, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--8 {
    /*width: 66.666666667%;*/
    flex: 0 0  66.666666667%;
  }

  /* line 571, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--9 {
    /*width: 75%;*/
    flex: 0 0  75%;
  }

  /* line 576, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--10 {
    /*width: 83.333333333%;*/
    flex: 0 0  83.333333333%;
  }

  /* line 581, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--11 {
    /*width: 91.666666667%;*/
    flex: 0 0  91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 587, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--12 {
    /*width: 100%;*/
    flex: 0 0 100%;
  }

  /* line 592, ../../sass/pg-template/_grid.scss */
  .pgGrid-xs--stack .pgGrid-cell--1,
  .pgGrid-xs--stack .pgGrid-cell--2,
  .pgGrid-xs--stack .pgGrid-cell--3,
  .pgGrid-xs--stack .pgGrid-cell--4,
  .pgGrid-xs--stack .pgGrid-cell--5,
  .pgGrid-xs--stack .pgGrid-cell--6,
  .pgGrid-xs--stack .pgGrid-cell--7,
  .pgGrid-xs--stack .pgGrid-cell--8,
  .pgGrid-xs--stack .pgGrid-cell--9,
  .pgGrid-xs--stack .pgGrid-cell--10,
  .pgGrid-xs--stack .pgGrid-cell--11,
  .pgGrid-xs--stack .pgGrid-cell--12 {
    flex: 0 0 100%;
  }
}
/*IE Gird Fix import*/
/*FLEXBOX is happening
looking for a good ie9/10 fallback*/
/*For the team - explicit or implicit grutters*/
/* line 10, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid {
  float: left;
  padding: 0;
  margin: -0.5em 0em 0.5em -1em;
  width: 100%;
  clear: both;
}

/*overwriting styles makes BEM sad*/
/* line 19, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid--noGutters {
  margin: auto;
}

/* line 24, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid--guttersLg {
  margin: -1em 0 1.5em -1.5em;
}

/* line 28, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid--guttersXl {
  margin: -1.5em 1 2em -1em;
}

/*
https://css-tricks.com/snippets/css/a-guide-to-flexbox/#flexbox-basics
This is the shorthand for flex-grow, flex-shrink and flex-basis combined. The second and third parameters (flex-shrink and flex-basis) are optional. Default is 0 1 auto.
It is recommended that you use this shorthand property rather than set the individual properties. The short hand sets the other values intelligently.
*/
/* line 37, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell {
  float: left;
  padding: 0.5em 0 0em 1em;
}

/*overwriting styles makes BEM sad*/
/* line 44, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid--noGutters > .pgGrid-cell {
  padding: 0;
}

/* line 48, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid--guttersLg > .pgGrid-cell {
  padding: 1em 0 0 1.5em;
}

/* line 53, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid--guttersXl > .pgGrid-cell {
  padding: 1.5em 0 0 2em;
}

/*

	Using flex basis for explicitly building out the grid
	Flex-basis - https://css-tricks.com/snippets/css/a-guide-to-flexbox/#flexbox-basics
	This defines the default size of an element before the remaining space is distributed. The main-size value makes it match the width or height, depending on which is relevant based on the flex-direction.
*/
/* line 64, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--1 {
  /*width:8.333333333%;*/
  width: 8.333333333%;
}

/* line 69, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--2 {
  /*width:16.666666667%;*/
  width: 16.666666667%;
}

/* line 74, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--3 {
  /*width:25%;*/
  width: 25%;
}

/*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
/* line 80, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--4 {
  /*width:33.333333333%*/
  width: 33.333333333%;
}

/* line 85, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--5 {
  /*width:41.666666667%;*/
  width: 41.666666667%;
}

/* line 90, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--6 {
  /*width:50%;*/
  width: 50%;
}

/* line 95, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--7 {
  /*width: 58.333333333%;*/
  width: 58.333333333%;
}

/* line 100, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--8 {
  /*width: 66.666666667%;*/
  width: 66.666666667%;
}

/* line 105, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--9 {
  /*width: 75%;*/
  width: 75%;
}

/* line 110, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--10 {
  /*width: 83.333333333%;*/
  width: 83.333333333%;
}

/* line 115, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--11 {
  /*width: 91.666666667%;*/
  width: 91.666666667%;
}

/*you wouldn't need this - flex is 100% by default*/
/* line 121, ../../sass/pg-template/_ieGridFix.scss */
.ie .pgGrid-cell--12 {
  /*width: 100%;*/
  width: 100%;
}

@media (min-width: 1400px) {
  /* line 128, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%;
  }

  /* line 133, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%;
  }

  /* line 138, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--3 {
    /*width:25%;*/
    width: 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 144, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--4 {
    /*width:33.333333333%*/
    width: 33.333333333%;
  }

  /* line 149, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%;
  }

  /* line 154, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--6 {
    /*width:50%;*/
    width: 50%;
  }

  /* line 159, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%;
  }

  /* line 164, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%;
  }

  /* line 169, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--9 {
    /*width: 75%;*/
    width: 75%;
  }

  /* line 174, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%;
  }

  /* line 179, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 185, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--12 {
    /*width: 100%;*/
    width: 100%;
  }

  /* line 190, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xxl--stack .pgGrid-cell--1,
  .ie .pgGrid-xxl--stack .pgGrid-cell--2,
  .ie .pgGrid-xxl--stack .pgGrid-cell--3,
  .ie .pgGrid-xxl--stack .pgGrid-cell--4,
  .ie .pgGrid-xxl--stack .pgGrid-cell--5,
  .ie .pgGrid-xxl--stack .pgGrid-cell--6,
  .ie .pgGrid-xxl--stack .pgGrid-cell--7,
  .ie .pgGrid-xxl--stack .pgGrid-cell--8,
  .ie .pgGrid-xxl--stack .pgGrid-cell--9,
  .ie .pgGrid-xxl--stack .pgGrid-cell--10,
  .ie .pgGrid-xxl--stack .pgGrid-cell--11,
  .ie .pgGrid-xxl--stack .pgGrid-cell--12 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  /* line 208, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%;
  }

  /* line 213, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%;
  }

  /* line 218, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--3 {
    /*width:25%;*/
    width: 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 224, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--4 {
    /*width:33.333333333%*/
    width: 33.333333333%;
  }

  /* line 229, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%;
  }

  /* line 234, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--6 {
    /*width:50%;*/
    width: 50%;
  }

  /* line 239, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%;
  }

  /* line 244, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%;
  }

  /* line 249, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--9 {
    /*width: 75%;*/
    width: 75%;
  }

  /* line 254, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%;
  }

  /* line 259, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 265, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--12 {
    /*width: 100%;*/
    width: 100%;
  }

  /* line 270, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xl--stack .pgGrid-cell--1,
  .ie .pgGrid-xl--stack .pgGrid-cell--2,
  .ie .pgGrid-xl--stack .pgGrid-cell--3,
  .ie .pgGrid-xl--stack .pgGrid-cell--4,
  .ie .pgGrid-xl--stack .pgGrid-cell--5,
  .ie .pgGrid-xl--stack .pgGrid-cell--6,
  .ie .pgGrid-xl--stack .pgGrid-cell--7,
  .ie .pgGrid-xl--stack .pgGrid-cell--8,
  .ie .pgGrid-xl--stack .pgGrid-cell--9,
  .ie .pgGrid-xl--stack .pgGrid-cell--10,
  .ie .pgGrid-xl--stack .pgGrid-cell--11,
  .ie .pgGrid-xl--stack .pgGrid-cell--12 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  /* line 287, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%;
  }

  /* line 292, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%;
  }

  /* line 297, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--3 {
    /*width:25%;*/
    width: 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 303, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--4 {
    /*width:33.333333333%*/
    width: 33.333333333%;
  }

  /* line 308, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%;
  }

  /* line 313, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--6 {
    /*width:50%;*/
    width: 50%;
  }

  /* line 318, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%;
  }

  /* line 323, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%;
  }

  /* line 328, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--9 {
    /*width: 75%;*/
    width: 75%;
  }

  /* line 333, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%;
  }

  /* line 338, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 344, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--12 {
    /*width: 100%;*/
    width: 100%;
  }

  /* line 349, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-lg--stack .pgGrid-cell--1,
  .ie .pgGrid-lg--stack .pgGrid-cell--2,
  .ie .pgGrid-lg--stack .pgGrid-cell--3,
  .ie .pgGrid-lg--stack .pgGrid-cell--4,
  .ie .pgGrid-lg--stack .pgGrid-cell--5,
  .ie .pgGrid-lg--stack .pgGrid-cell--6,
  .ie .pgGrid-lg--stack .pgGrid-cell--7,
  .ie .pgGrid-lg--stack .pgGrid-cell--8,
  .ie .pgGrid-lg--stack .pgGrid-cell--9,
  .ie .pgGrid-lg--stack .pgGrid-cell--10,
  .ie .pgGrid-lg--stack .pgGrid-cell--11,
  .ie .pgGrid-lg--stack .pgGrid-cell--12 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 368, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%;
  }

  /* line 373, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%;
  }

  /* line 378, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--3 {
    /*width:25%;*/
    width: 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 384, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--4 {
    /*width:33.333333333%*/
    width: 33.333333333%;
  }

  /* line 389, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%;
  }

  /* line 394, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--6 {
    /*width:50%;*/
    width: 50%;
  }

  /* line 399, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%;
  }

  /* line 404, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%;
  }

  /* line 409, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--9 {
    /*width: 75%;*/
    width: 75%;
  }

  /* line 414, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%;
  }

  /* line 419, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 425, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--12 {
    /*width: 100%;*/
    width: 100%;
  }

  /* line 430, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-md--stack .pgGrid-cell--1,
  .ie .pgGrid-md--stack .pgGrid-cell--2,
  .ie .pgGrid-md--stack .pgGrid-cell--3,
  .ie .pgGrid-md--stack .pgGrid-cell--4,
  .ie .pgGrid-md--stack .pgGrid-cell--5,
  .ie .pgGrid-md--stack .pgGrid-cell--6,
  .ie .pgGrid-md--stack .pgGrid-cell--7,
  .ie .pgGrid-md--stack .pgGrid-cell--8,
  .ie .pgGrid-md--stack .pgGrid-cell--9,
  .ie .pgGrid-md--stack .pgGrid-cell--10,
  .ie .pgGrid-md--stack .pgGrid-cell--11,
  .ie .pgGrid-md--stack .pgGrid-cell--12 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 448, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%;
  }

  /* line 453, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%;
  }

  /* line 458, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--3 {
    /*width:25%;*/
    width: 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 464, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--4 {
    /*width:33.333333333%*/
    width: 33.333333333%;
  }

  /* line 469, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%;
  }

  /* line 474, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--6 {
    /*width:50%;*/
    width: 50%;
  }

  /* line 479, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%;
  }

  /* line 484, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%;
  }

  /* line 489, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--9 {
    /*width: 75%;*/
    width: 75%;
  }

  /* line 494, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%;
  }

  /* line 499, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 505, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--12 {
    /*width: 100%;*/
    width: 100%;
  }

  /* line 510, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-sm--stack .pgGrid-cell--1,
  .ie .pgGrid-sm--stack .pgGrid-cell--2,
  .ie .pgGrid-sm--stack .pgGrid-cell--3,
  .ie .pgGrid-sm--stack .pgGrid-cell--4,
  .ie .pgGrid-sm--stack .pgGrid-cell--5,
  .ie .pgGrid-sm--stack .pgGrid-cell--6,
  .ie .pgGrid-sm--stack .pgGrid-cell--7,
  .ie .pgGrid-sm--stack .pgGrid-cell--8,
  .ie .pgGrid-sm--stack .pgGrid-cell--9,
  .ie .pgGrid-sm--stack .pgGrid-cell--10,
  .ie .pgGrid-sm--stack .pgGrid-cell--11,
  .ie .pgGrid-sm--stack .pgGrid-cell--12 {
    width: 100%;
  }
}
@media (max-width: 300px) {
  /* line 528, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%;
  }

  /* line 533, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%;
  }

  /* line 538, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--3 {
    /*width:25%;*/
    width: 25%;
  }

  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  /* line 544, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--4 {
    /*width:33.333333333%*/
    width: 33.333333333%;
  }

  /* line 549, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%;
  }

  /* line 554, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--6 {
    /*width:50%;*/
    width: 50%;
  }

  /* line 559, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%;
  }

  /* line 564, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%;
  }

  /* line 569, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--9 {
    /*width: 75%;*/
    width: 75%;
  }

  /* line 574, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%;
  }

  /* line 579, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%;
  }

  /*you wouldn't need this - flex is 100% by default*/
  /* line 585, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--12 {
    /*width: 100%;*/
    width: 100%;
  }

  /* line 590, ../../sass/pg-template/_ieGridFix.scss */
  .ie .pgGrid-xs--stack .pgGrid-cell--1,
  .ie .pgGrid-xs--stack .pgGrid-cell--2,
  .ie .pgGrid-xs--stack .pgGrid-cell--3,
  .ie .pgGrid-xs--stack .pgGrid-cell--4,
  .ie .pgGrid-xs--stack .pgGrid-cell--5,
  .ie .pgGrid-xs--stack .pgGrid-cell--6,
  .ie .pgGrid-xs--stack .pgGrid-cell--7,
  .ie .pgGrid-xs--stack .pgGrid-cell--8,
  .ie .pgGrid-xs--stack .pgGrid-cell--9,
  .ie .pgGrid-xs--stack .pgGrid-cell--10,
  .ie .pgGrid-xs--stack .pgGrid-cell--11,
  .ie .pgGrid-xs--stack .pgGrid-cell--12 {
    width: 100%;
  }
}
/* line 2, ../../sass/pg-template/_pageLayout.scss */
body {
  margin-top: 50px;
}

/* line 11, ../../sass/pg-template/_pageLayout.scss */
.pgContent {
  width: 100%;
  margin: auto;
}

/* line 18, ../../sass/pg-template/_pageLayout.scss */
.ie .pgContent {
  overflow: auto;
}

/* line 22, ../../sass/pg-template/_pageLayout.scss */
.pgContent--fluid {
  width: 85%;
  /*TODO: media queries */
}

/* line 26, ../../sass/pg-template/_pageLayout.scss */
.pgContent--narrow {
  max-width: 1000px;
}

/* line 31, ../../sass/pg-template/_pageLayout.scss */
.leaderboard {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding: 20px;
  text-align: center;
}

/* line 39, ../../sass/pg-template/_pageLayout.scss */
.leaderboard:before {
  content: "Ad";
  position: absolute;
  bottom: 16px;
  left: 0px;
  font: 10pt normal "FranklinITCProLight","HelveticaNeue","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

/* line 48, ../../sass/pg-template/_pageLayout.scss */
.leaderboard--mobile {
  display: none;
}

/* line 52, ../../sass/pg-template/_pageLayout.scss */
.bottom-ad {
  margin: 30px 0;
  text-align: center;
}

/* line 58, ../../sass/pg-template/_pageLayout.scss */
.pgGraphicHeader {
  overflow: auto;
  padding: 0 0 1em;
  margin: 0;
}

/* line 64, ../../sass/pg-template/_pageLayout.scss */
.pgHeadline-kicker {
  margin: 10px 0 0;
  font-size: 1.2em;
  display: inline-block;
}

/* line 76, ../../sass/pg-template/_pageLayout.scss */
.pgHeadline--postoni,
h1.pgHeadline--postoni {
  font-size: 4.75em;
}

/* line 87, ../../sass/pg-template/_pageLayout.scss */
.pgLead {
  font-size: 1.428571429em;
  line-height: 1.25em;
}

/* line 92, ../../sass/pg-template/_pageLayout.scss */
.pgByline {
  float: left;
}

/* line 98, ../../sass/pg-template/_pageLayout.scss */
.pgByline-author-wrap {
  font-size: 1.142857143em;
  display: inline-block;
  float: left;
}

/* line 104, ../../sass/pg-template/_pageLayout.scss */
.pgByline-author {
  color: #23517A;
}

/* line 109, ../../sass/pg-template/_pageLayout.scss */
.pgByline-twitter {
  display: inline-block;
  float: left;
  margin-left: 0.75em;
  clear: right;
}

/* line 116, ../../sass/pg-template/_pageLayout.scss */
.pgAdditionalInfo {
  float: right;
}

/* line 125, ../../sass/pg-template/_pageLayout.scss */
.pgPublishedDate {
  color: #AAA;
  font-size: 1.142857143em;
  display: block;
  margin-right: 0.75em;
  clear: both;
}

/* line 141, ../../sass/pg-template/_pageLayout.scss */
.pgPublishedDate--sm {
  display: none;
}

/* line 149, ../../sass/pg-template/_pageLayout.scss */
.pgArticle {
  padding: 10px 0px;
}

/* line 153, ../../sass/pg-template/_pageLayout.scss */
.pgArticle--wAD {
  padding: 10px 50px 10px 0px;
}

/* line 157, ../../sass/pg-template/_pageLayout.scss */
.pgSidebar {
  padding: 50px 0 10px 20px;
}

/* line 162, ../../sass/pg-template/_pageLayout.scss */
.ff .pgSidebar {
  position: absolute;
}

/* line 166, ../../sass/pg-template/_pageLayout.scss */
.pgPlaceholder {
  min-height: 300px;
  background: #EEE;
}

/* line 171, ../../sass/pg-template/_pageLayout.scss */
.pgChart {
  margin: 2.5em 0 0;
  overflow: auto;
}

/* line 179, ../../sass/pg-template/_pageLayout.scss */
.pg2nd-Header {
  width: 100%;
}

/* line 183, ../../sass/pg-template/_pageLayout.scss */
.pg2nd-lead {
  width: 100%;
  font-size: 1.285714286em;
  margin: 0.25em 0 1em;
}

/* line 190, ../../sass/pg-template/_pageLayout.scss */
.pg2nd-lead--chunked {
  width: 100%;
  margin: 0 0 1em;
}

/* line 196, ../../sass/pg-template/_pageLayout.scss */
.pgArticle-bottom {
  margin: 15px 0;
}

/* line 201, ../../sass/pg-template/_pageLayout.scss */
.pgArticle-bottom-related {
  margin: 78px 0;
}

/* line 209, ../../sass/pg-template/_pageLayout.scss */
.pgRelatedCoverage {
  margin: 50px 0;
}

/* line 213, ../../sass/pg-template/_pageLayout.scss */
.pgRelatedCoverage-header {
  font-size: 1.142857143em;
}

/* line 218, ../../sass/pg-template/_pageLayout.scss */
.pgRelatedCoverage-items .headline {
  color: black;
}

/* line 225, ../../sass/pg-template/_pageLayout.scss */
.pgChart-footer-source {
  color: #6e6e6e;
  line-height: 20px;
  float: left;
  width: 60%;
  font-size: 0.9375em;
  margin: 0.5em 0 1em;
}

/* line 234, ../../sass/pg-template/_pageLayout.scss */
.pgChart-footer--chunked {
  display: flex;
  flex-direction: column-reverse;
  margin-top: -33px;
}

/* line 240, ../../sass/pg-template/_pageLayout.scss */
.pgChart-footer--chunked .pgChart-footer-source {
  width: 100%;
  float: none;
  margin: 1em 0 0;
}

/* line 246, ../../sass/pg-template/_pageLayout.scss */
.pg3rd-Header {
  margin: 0 0 0.25em;
  font-size: 1.1em;
}

/* line 251, ../../sass/pg-template/_pageLayout.scss */
.pg3rd-Header--chunked {
  margin-bottom: 1em;
}

@media (max-width: 1400px) {
  /* line 266, ../../sass/pg-template/_pageLayout.scss */
  .pgContent--fluid {
    width: 85%;
    /*TODO: media queries */
  }
}
@media (max-width: 1200px) {
  /* line 272, ../../sass/pg-template/_pageLayout.scss */
  .pgContent--fluid {
    width: 90%;
    /*TODO: media queries */
  }
}
@media (max-width: 1000px) {
  /* line 278, ../../sass/pg-template/_pageLayout.scss */
  .pgContent--fluid {
    width: 95%;
    /*TODO: media queries */
  }
}
@media (max-width: 768px) {
  /* line 287, ../../sass/pg-template/_pageLayout.scss */
  .pgArticle-bottom-related {
    margin: 20px 0;
  }

  /* line 291, ../../sass/pg-template/_pageLayout.scss */
  .pgContent,
  .pgContent--fluid,
  .pgContent--narrow {
    width: 95%;
  }

  /* line 297, ../../sass/pg-template/_pageLayout.scss */
  .leaderboard--desktop {
    display: none;
  }

  /* line 301, ../../sass/pg-template/_pageLayout.scss */
  .leaderboard--mobile {
    display: inherit;
  }

  /* line 306, ../../sass/pg-template/_pageLayout.scss */
  .pgArticle,
  .pgArticle--wAD {
    width: 100%;
    flex: 0 0 100%;
    border: none;
    padding: 0px;
  }

  /* line 313, ../../sass/pg-template/_pageLayout.scss */
  .pgSidebar {
    display: none;
  }

  /* line 317, ../../sass/pg-template/_pageLayout.scss */
  h1.pgHeadline--postoni {
    font-size: 4.3em;
    line-height: 0.95em;
  }

  /* line 322, ../../sass/pg-template/_pageLayout.scss */
  .pgLead {
    font-size: 1.37em;
    line-height: 1.3em;
  }

  /* line 327, ../../sass/pg-template/_pageLayout.scss */
  .pgByline {
    width: 100%;
    clear: both;
    margin-bottom: 0.5em;
  }

  /* line 333, ../../sass/pg-template/_pageLayout.scss */
  .pgAdditionalInfo {
    float: left;
  }
}
@media (max-width: 480px) {
  /* line 350, ../../sass/pg-template/_pageLayout.scss */
  h1.pgHeadline--postoni {
    font-size: 3.8em;
    line-height: 0.95em;
  }

  /* line 355, ../../sass/pg-template/_pageLayout.scss */
  .pgLead {
    font-size: 1.30em;
    line-height: 1.2em;
  }

  /* line 360, ../../sass/pg-template/_pageLayout.scss */
  .pg2nd-lead {
    font-size: 1.142857143em;
  }

  /* line 365, ../../sass/pg-template/_pageLayout.scss */
  .pgChart--chunked .pgGrid {
    flex-direction: column;
  }

  /* line 369, ../../sass/pg-template/_pageLayout.scss */
  .pgChart-footer--chunked {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
  }
}
/* line 2, ../../sass/pg-template/_socialShare.scss */
.pgShare {
  font-size: 1.285714286em;
}

/* line 6, ../../sass/pg-template/_socialShare.scss */
.pgShare a {
  padding: 5px;
  color: #23517A;
}

/* line 11, ../../sass/pg-template/_socialShare.scss */
.pgShare-header {
  display: inline-block;
}

/* line 32, ../../sass/pg-template/_socialShare.scss */
.pgChart-footer-share {
  float: right;
  width: 40%;
  text-align: right;
  margin: 0.35em 0 0.5em;
}

/* line 39, ../../sass/pg-template/_socialShare.scss */
.pgChart-footer--chunked .pgChart-footer-share {
  width: 100%;
  float: none;
  text-align: left;
  margin: 0;
}

/* line 46, ../../sass/pg-template/_socialShare.scss */
a.pgChart-footer-share-buton {
  color: white;
  background: #d5d5d5;
  padding: 5px 2px 2px;
  border-radius: 2px;
  width: 30px;
  height: 26px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 480px) {
  /* line 73, ../../sass/pg-template/_socialShare.scss */
  .pgChart--chunked .pgGrid {
    flex-direction: column;
  }

  /* line 77, ../../sass/pg-template/_socialShare.scss */
  .pgChart-footer--chunked .pgChart-footer-share {
    text-align: right;
  }
}
/* line 4, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight {
  padding: 3px;
  padding: 0.1875em;
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--blueGray {
  background: #23517A;
  /* The Fallback */
  background: rgba(35, 81, 122, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--hoverGray {
  background: #5A5A5A;
  /* The Fallback */
  background: rgba(90, 90, 90, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--lightGray {
  background: #d5d5d5;
  /* The Fallback */
  background: rgba(213, 213, 213, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--linkBlue {
  background: #2e6d9d;
  /* The Fallback */
  background: rgba(46, 109, 157, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--gray-0 {
  background: #585852;
  /* The Fallback */
  background: rgba(88, 88, 82, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--gray-1 {
  background: #80817c;
  /* The Fallback */
  background: rgba(128, 129, 124, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--gray-2 {
  background: #a7a8a3;
  /* The Fallback */
  background: rgba(167, 168, 163, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--gray-3 {
  background: #d1d2cd;
  /* The Fallback */
  background: rgba(209, 210, 205, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--gray-4 {
  background: #efefea;
  /* The Fallback */
  background: rgba(239, 239, 234, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--brown-0 {
  background: #693323;
  /* The Fallback */
  background: rgba(105, 51, 35, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--brown-1 {
  background: #916f63;
  /* The Fallback */
  background: rgba(145, 111, 99, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--brown-2 {
  background: #bba49a;
  /* The Fallback */
  background: rgba(187, 164, 154, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--brown-3 {
  background: #e6dbd6;
  /* The Fallback */
  background: rgba(230, 219, 214, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--red-0 {
  background: #ee645c;
  /* The Fallback */
  background: rgba(238, 100, 92, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--red-1 {
  background: #f69687;
  /* The Fallback */
  background: rgba(246, 150, 135, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--red-2 {
  background: #fabeb4;
  /* The Fallback */
  background: rgba(250, 190, 180, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--red-3 {
  background: #fde7e1;
  /* The Fallback */
  background: rgba(253, 231, 225, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--orange-0 {
  background: #f68b28;
  /* The Fallback */
  background: rgba(246, 139, 40, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--orange-1 {
  background: #fcc691;
  /* The Fallback */
  background: rgba(252, 198, 145, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--orange-2 {
  background: #fdd9ba;
  /* The Fallback */
  background: rgba(253, 217, 186, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--orange-3 {
  background: #feeada;
  /* The Fallback */
  background: rgba(254, 234, 218, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--yellow-0 {
  background: #d7c944;
  /* The Fallback */
  background: rgba(215, 201, 68, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--yellow-1 {
  background: #ebe08c;
  /* The Fallback */
  background: rgba(235, 224, 140, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--yellow-2 {
  background: #f2ebbc;
  /* The Fallback */
  background: rgba(242, 235, 188, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--yellow-3 {
  background: #f4f2de;
  /* The Fallback */
  background: rgba(244, 242, 222, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--green-0 {
  background: #00b6bd;
  /* The Fallback */
  background: rgba(0, 182, 189, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--green-1 {
  background: #77cdd5;
  /* The Fallback */
  background: rgba(119, 205, 213, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--green-2 {
  background: #b4e1e4;
  /* The Fallback */
  background: rgba(180, 225, 228, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--green-3 {
  background: #d5edef;
  /* The Fallback */
  background: rgba(213, 237, 239, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--blue-0 {
  background: #006f91;
  /* The Fallback */
  background: rgba(0, 111, 145, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--blue-1 {
  background: #7caec6;
  /* The Fallback */
  background: rgba(124, 174, 198, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--blue-2 {
  background: #b4d5e5;
  /* The Fallback */
  background: rgba(180, 213, 229, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--blue-3 {
  background: #d5e7f0;
  /* The Fallback */
  background: rgba(213, 231, 240, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--democrat-0 {
  background: #0081c5;
  /* The Fallback */
  background: rgba(0, 129, 197, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--democrat-1 {
  background: #66b7e6;
  /* The Fallback */
  background: rgba(102, 183, 230, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--democrat-2 {
  background: #b4d6f1;
  /* The Fallback */
  background: rgba(180, 214, 241, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--democrat-3 {
  background: #e1ebf7;
  /* The Fallback */
  background: rgba(225, 235, 247, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--republican-0 {
  background: #ed1c24;
  /* The Fallback */
  background: rgba(237, 28, 36, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--republican-1 {
  background: #f38487;
  /* The Fallback */
  background: rgba(243, 132, 135, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--republican-2 {
  background: #f9bfbe;
  /* The Fallback */
  background: rgba(249, 191, 190, 0.4);
}

/* line 19, ../../sass/pg-template/_graphicElements.scss */
.pgHighlight--republican-3 {
  background: #fdeceb;
  /* The Fallback */
  background: rgba(253, 236, 235, 0.4);
}

/*------------------------------------*\
    #Page Builder Header
    #pbHeader
\*------------------------------------*/
/* line 7, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader {
  padding: 0 !important;
  height: 50px;
  border-bottom: none;
}

/* line 13, ../../sass/pg-template/_pageBuilderComponents.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* line 20, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

/* line 28, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.not-fixed {
  position: absolute;
}

/* line 32, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-section {
  height: 50px;
  line-height: 48px;
}

/* line 37, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-section > * {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}

/* line 44, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-left {
  float: left;
}

/* line 48, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-middle {
  padding-right: 600px;
  width: 100%;
}

/* line 53, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-right {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 390px;
  text-align: right;
  overflow: hidden;
}

/* line 62, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-btn {
  border-left: 1px solid #d5d5d5;
  color: #2a2a2a;
  padding: 0 20px;
  cursor: pointer;
  font-size: 16px;
  font-family: "FranklinITCProBold","HelveticaNeue","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  margin-right: -3px;
}

/* line 72, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-btn i {
  margin-left: 5px;
  color: #555;
}

/* line 77, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-btn.active {
  background-color: #f1f0f0;
}

/* line 81, ../../sass/pg-template/_pageBuilderComponents.scss */
.hidden {
  display: none;
}

/* line 85, ../../sass/pg-template/_pageBuilderComponents.scss */
div[data-show-on-scroll="true"] {
  display: none;
}

/* line 89, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-bar {
  color: #2a2a2a;
  height: 50px;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 250ms ease-out;
  -moz-transition: -moz-transform 250ms ease-out;
  -o-transition: -o-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
}

/* line 102, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.bar-hidden #nav-bar {
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  -o-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

/* line 109, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.bar-hidden {
  height: 0;
}

/* line 112, ../../sass/pg-template/_pageBuilderComponents.scss */
.screenreader-link {
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* a/b test and target styles*/
@media only screen and (min-width: 1220px) {
  /* line 120, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader.abt-mastHead2-logoLarge-true #wp-logo,
  #wp-topper {
    display: none;
  }

  /* line 125, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader.abt-mastHead2-logoLarge-true.title-mode #wp-logo {
    display: inline-block;
  }

  /* line 129, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pb-f-page-header-v2.abt-mastHead2-logoLarge-true {
    height: inherit;
  }

  /* line 133, ../../sass/pg-template/_pageBuilderComponents.scss */
  #wp-topper.abt-mastHead2-logoLarge-true {
    display: block;
    margin-top: 67px;
    border-bottom: 1px solid #d5d5d5;
    /* transition from  #pb-root */
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.565, 1, 0.765, 0.88);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    -moz-transition: -moz-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    -o-transition: -o-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    -webkit-transition-timing-function: cubic-bezier(0.565, 1, 0.765, 0.88);
    -webkit-transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
    -moz-transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
    -o-transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
    transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
  }

  /* line 150, ../../sass/pg-template/_pageBuilderComponents.scss */
  body.left-menu.left-menu-pb #wp-topper.abt-mastHead2-logoLarge-true {
    /* transition from  body.left-menu.left-menu-pb #pb-root */
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }

  /* line 157, ../../sass/pg-template/_pageBuilderComponents.scss */
  #wp-topper.abt-mastHead2-logoLarge-true .top-timestamp {
    display: inline-block;
    top: -26px;
    position: relative;
    margin-left: 16px;
  }

  /* line 164, ../../sass/pg-template/_pageBuilderComponents.scss */
  #wp-topper.abt-mastHead2-logoLarge-true #wp-logo-large {
    display: inline-block;
    height: 64px;
    width: 333px;
    background: transparent url(https://img.washingtonpost.com/pb/resources/img/washingtonpost_black_64.png) no-repeat 0 0;
    background-size: auto 49px;
  }
}
/* line 173, ../../sass/pg-template/_pageBuilderComponents.scss */
#wp-logo {
  width: 220px;
  background: transparent url(https://img.washingtonpost.com/pb/resources/img/washingtonpost_black_64.png) no-repeat 0 8px;
  background-size: auto 32px;
}

/* line 180, ../../sass/pg-template/_pageBuilderComponents.scss */
#wp-logo a {
  display: block;
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 191, ../../sass/pg-template/_pageBuilderComponents.scss */
#wp-logo-for-print {
  display: none;
  float: left;
  padding-left: 10px;
}

/* line 197, ../../sass/pg-template/_pageBuilderComponents.scss */
#site-menu-btn {
  border: 1px solid #d5d5d5;
  line-height: 30px;
  margin: 9px 20px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
}

/* line 207, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-audio {
  cursor: default;
}

/* line 211, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-audio-slider {
  background-color: #f1f0f0;
  border-radius: 15px;
  height: 30px;
  color: #555;
  padding: 0 10px;
  font-size: 13px;
  display: inline-block;
  width: 75px;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

/* line 229, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-audio-slider-toggle {
  display: block;
  position: absolute;
  left: 35px;
  top: 4px;
  bottom: 4px;
  width: 34px;
  background-color: white;
  border-radius: 10px;
  -webkit-transition: left 200ms ease-out;
  -moz-transition: left 200ms ease-out;
  -o-transition: left 200ms ease-out;
  transition: left 200ms ease-out;
}

/* line 244, ../../sass/pg-template/_pageBuilderComponents.scss */
.audio-on #nav-audio-slider-toggle {
  left: 4px;
}

/* line 248, ../../sass/pg-template/_pageBuilderComponents.scss */
.audio-off #nav-audio-slider-toggle {
  left: 37px;
}

/* line 252, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-audio-slider-on, #nav-audio-slider-off {
  position: relative;
}

/* line 256, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-audio-slider-off {
  float: right;
}

/* line 259, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-ad {
  margin-right: 15px;
  height: 50px;
  padding-top: 10px;
}

/* line 264, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-search {
  margin-right: 20px;
  margin-bottom: 0;
  position: relative;
}

/* line 269, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-search input {
  background-color: #f1f0f0;
  border: none;
  border-radius: 15px;
  height: 30px;
  color: #7f7f7f;
  padding: 0 45px 0 15px;
  font-size: 13px;
  display: block;
  width: 200px;
  outline: none;
}

/* line 281, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  border: none;
  background-color: #d5d5d5;
  color: #fff;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  width: 35px;
  padding: 0px;
  outline: none;
}

/* line 297, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-search-mobile {
  vertical-align: middle;
  height: 50px;
  border-bottom: 1px solid #454646;
  display: none;
  padding: 0 20px;
}

/* line 305, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-search-mobile input {
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  width: 210px;
  padding: 18px 5px 12px 5px;
  background-color: transparent;
}

/* line 315, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-search-mobile button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 24px;
  color: #fff;
  margin-right: 5px;
}

/* line 325, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-page-title {
  padding: 0 20px;
  font-size: 16px;
  font-family: "FranklinITCProBold","HelveticaNeue","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  	/*left: -100%;
  	-moz-transition: left 300ms linear;
      -webkit-transition: left 300ms linear;
      -o-transition: left 300ms linear;
      transition: left 300ms linear;*/
}

/* line 340, ../../sass/pg-template/_pageBuilderComponents.scss */
#nav-page-title img {
  height: 30px;
  margin-bottom: -10px;
}

/* nav menu styles */
/* line 347, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-menu {
  position: absolute;
  top: 50px;
  background-color: #333;
  /*width: 300px;*/
  color: #fff;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 357, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-menu ul {
  margin: 0;
  padding: 0 20px;
  border-bottom: 1px solid #454646;
}

/* line 362, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-menu li {
  line-height: 50px;
  list-style: none;
  border-bottom: 1px solid #454646;
  white-space: nowrap;
}

/* line 368, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-menu li:last-child {
  border-bottom: none;
}

/* line 371, ../../sass/pg-template/_pageBuilderComponents.scss */
.nav-menu a {
  color: #fff;
  font-size: 14px;
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif;
  cursor: pointer;
}

/* site menu styles */
/* line 380, ../../sass/pg-template/_pageBuilderComponents.scss */
#site-menu {
  left: -350px;
  width: 350px;
  padding-left: 50px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.565, 1, 0.765, 0.88);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
  -moz-transition: -moz-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
  -o-transition: -o-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
  transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
  -webkit-transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
  -moz-transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
  -o-transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
  transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
  overflow-x: hidden;
  z-index: 998;
  display: block;
}

/* line 398, ../../sass/pg-template/_pageBuilderComponents.scss */
#site-menu li {
  padding-left: 20px;
}

/* line 402, ../../sass/pg-template/_pageBuilderComponents.scss */
#site-menu li a {
  display: block;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  -moz-transition: -moz-transform 200ms ease-in-out;
  -o-transition: -o-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  text-decoration: none;
}

/* line 410, ../../sass/pg-template/_pageBuilderComponents.scss */
#site-menu-info {
  padding: 20px;
}

/* line 413, ../../sass/pg-template/_pageBuilderComponents.scss */
#site-menu-info p {
  margin-top: 0;
  margin-bottom: 5px;
  text-shadow: none;
}

/* line 418, ../../sass/pg-template/_pageBuilderComponents.scss */
#site-menu-info a {
  font-family: "FranklinITCProLight","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* line 422, ../../sass/pg-template/_pageBuilderComponents.scss */
#site-menu-info .site-attribution {
  margin-bottom: 20px;
}

/* line 425, ../../sass/pg-template/_pageBuilderComponents.scss */
#site-menu-info .site-attribution strong {
  font-family: "FranklinITCProBold","HelveticaNeue","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-weight: normal;
}

/* line 429, ../../sass/pg-template/_pageBuilderComponents.scss */
#site-menu-info .copyright {
  font-family: "FranklinITCProLight","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  font-size: 12px;
}

/* chapter menu styles */
/* line 437, ../../sass/pg-template/_pageBuilderComponents.scss */
#chapter-menu {
  right: 0;
  counter-reset: chapter;
}

/* line 442, ../../sass/pg-template/_pageBuilderComponents.scss */
#chapter-menu li {
  border-bottom: 1px solid #000;
}

/* line 446, ../../sass/pg-template/_pageBuilderComponents.scss */
#chapter-menu img {
  width: 300px;
  margin: 0 -20px;
}

/* line 451, ../../sass/pg-template/_pageBuilderComponents.scss */
#chapter-menu p {
  font-family: "FranklinITCProLight","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

/* line 458, ../../sass/pg-template/_pageBuilderComponents.scss */
#chapter-menu-sections li.chapter:before {
  content: "Part " counter(chapter);
  counter-increment: chapter;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 14px;
  font-family: "FranklinITCProThin","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* line 467, ../../sass/pg-template/_pageBuilderComponents.scss */
#chapter-menu .chapter-menu-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "FranklinITCProBold","HelveticaNeue","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

/* share menu styles */
/* line 475, ../../sass/pg-template/_pageBuilderComponents.scss */
#share-menu a {
  width: 100%;
  text-align: center;
  display: block;
}

/* line 481, ../../sass/pg-template/_pageBuilderComponents.scss */
#share-menu i {
  font-size: 18px;
}

/* dark theme overrides */
/* line 487, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark #nav-bar {
  background-color: black;
  border-bottom-color: #414142;
}

/* line 491, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark #wp-logo {
  background-image: url(https://img.washingtonpost.com/pb/resources/img/washingtonpost_white_72.png);
}

/* line 495, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark .nav-btn {
  border-left-color: #414142;
  color: #fff;
}

/* line 500, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark .nav-btn i {
  color: #fff;
}

/* line 504, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark .nav-btn.active {
  background-color: #2a2a2a;
  border-bottom-color: #414142;
}

/* line 509, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark #nav-page-title {
  color: #fff;
}

/* line 513, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark .nav-menu {
  background-color: #fff;
  border: 1px solid #e6e5e4;
  border-top: none;
}

/* line 519, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark .nav-menu ul,
.pbHeader.dark .nav-menu li,
.pbHeader.dark #chapter-menu li {
  border-bottom-color: #e6e5e4;
}

/* line 525, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark .nav-menu a,
.pbHeader.dark .nav-menu p,
.pbHeader.dark #chapter-menu-sections li.chapter:before {
  color: #2a2a2a;
}

/* line 531, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark #site-menu-btn {
  border-color: #414142;
}

/* line 535, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark #nav-search input {
  background-color: #5a5b5b;
  color: #fff;
}

/* line 540, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark #nav-search button {
  background-color: black;
  border: 1px solid #414142;
}

/* line 545, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark #nav-audio-slider {
  background-color: #5a5b5b;
  color: #fff;
}

/* line 550, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark #nav-audio-slider-toggle {
  background-color: #29292a;
}

/* line 554, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark #nav-search-mobile {
  border-bottom-color: #e6e5e4;
}

/* line 558, ../../sass/pg-template/_pageBuilderComponents.scss */
.pbHeader.dark #nav-search-mobile input,
.pbHeader.dark #nav-search-mobile button {
  color: #2a2a2a;
}

/* global styles defined in this media query because they are external to this feature (sad face (hack)) */
@media only screen {
  /* menu transition */
  /* line 569, ../../sass/pg-template/_pageBuilderComponents.scss */
  #pb-root,
  .zone-container,
  .video-ad-box,
  .pb-header-slide {
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.565, 1, 0.765, 0.88);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    -moz-transition: -moz-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    -o-transition: -o-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    -webkit-transition-timing-function: cubic-bezier(0.565, 1, 0.765, 0.88);
    -webkit-transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
    -moz-transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
    -o-transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
    transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
  }

  /* line 585, ../../sass/pg-template/_pageBuilderComponents.scss */
  .ios body.left-menu {
    overflow: hidden;
  }

  /* this breaks the slide-out menu effect in ff */
  /* line 590, ../../sass/pg-template/_pageBuilderComponents.scss */
  :not(.ff) body.left-menu {
    overflow-x: hidden;
  }

  /* line 594, ../../sass/pg-template/_pageBuilderComponents.scss */
  body.left-menu #site-menu {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }

  /* line 602, ../../sass/pg-template/_pageBuilderComponents.scss */
  body.left-menu.left-menu-pb #pb-root,
  body.left-menu.left-menu-pb .zone-container {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }

  /* line 609, ../../sass/pg-template/_pageBuilderComponents.scss */
  body.left-menu .video-ad-box,
  body.left-menu .pb-header-slide {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }

  /* browser fallbacks; ie8 fallbacks are also in feature.jsp */
  /* line 618, ../../sass/pg-template/_pageBuilderComponents.scss */
  .no-csstransforms body.left-menu #site-menu,
  .no-csstransitions body.left-menu #site-menu {
    left: -50px;
  }

  /* line 623, ../../sass/pg-template/_pageBuilderComponents.scss */
  .no-retina .pb-f-page-header-v2 #wp-logo {
    background-image: url(https://img.washingtonpost.com/pb/resources/img/washingtonpost_black_32.png);
  }

  /* line 627, ../../sass/pg-template/_pageBuilderComponents.scss */
  .no-retina .pb-f-page-header-v2 .pbHeader.dark #wp-logo {
    background-image: url(https://img.washingtonpost.com/pb/resources/img/washingtonpost_white_32.png);
  }

  /* line 631, ../../sass/pg-template/_pageBuilderComponents.scss */
  .no-touch .pb-f-page-header-v2 #site-menu li:hover {
    background-color: #2a2a2a;
  }

  /* line 634, ../../sass/pg-template/_pageBuilderComponents.scss */
  .no-touch .pb-f-page-header-v2 .pbHeader.dark #site-menu li:hover {
    background-color: #eee;
  }

  /* line 637, ../../sass/pg-template/_pageBuilderComponents.scss */
  .no-touch .pb-f-page-header-v2 .nav-btn:hover {
    background-color: #f1f0f0;
  }

  /* line 640, ../../sass/pg-template/_pageBuilderComponents.scss */
  .no-touch .pb-f-page-header-v2 .pbHeader.dark .nav-btn:hover {
    background-color: #2a2a2a;
    border-bottom-color: #414142;
  }

  /* line 644, ../../sass/pg-template/_pageBuilderComponents.scss */
  .no-touch:not(.ie) .pb-f-page-header-v2 #site-menu li:hover a {
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }

  /* line 651, ../../sass/pg-template/_pageBuilderComponents.scss */
  .header-placeholder {
    box-sizing: border-box;
    height: 50px;
    background-color: #ddb4b4;
    text-align: center;
    padding: 10px;
  }

  /* line 659, ../../sass/pg-template/_pageBuilderComponents.scss */
  #pb-root > .pb-f-page-header-v2:first-child {
    position: absolute;
    width: 100%;
    top: 0;
    margin: 0 auto;
    max-width: none;
    height: 50px;
  }
}
/* styles for title mode on large screens */
@media only screen and (min-width: 769px) {
  /* line 672, ../../sass/pg-template/_pageBuilderComponents.scss */
  .no-retina .pbHeader .title-mode #wp-logo,
  .pbHeader .title-mode #wp-logo {
    width: 40px;
    background-image: url(https://img.washingtonpost.com/pb/resources/img/wp_black_60.png);
    background-size: auto 32px;
    height: 50px;
  }

  /* line 679, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .title-mode .nav-middle {
    padding-right: 325px;
  }

  /* line 682, ../../sass/pg-template/_pageBuilderComponents.scss */
  .no-retina .pbHeader .title-mode.dark #wp-logo,
  .pbHeader .title-mode.dark #wp-logo {
    background-image: url(https://img.washingtonpost.com/pb/resources/img/wp_white_60.png);
  }

  /* line 687, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .title-mode #nav-page-title {
    display: block;
  }

  /* line 691, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .title-mode #nav-user,
  .pbHeader .title-mode #nav-search,
  .pbHeader .title-mode #nav-sign-in,
  .pbHeader .title-mode #site-menu-btn .nav-btn-label {
    display: none;
  }

  /* line 697, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .title-mode #site-menu-btn i {
    margin-left: 0;
    font-size: 18px;
  }

  /* line 701, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .title-mode #site-menu-btn {
    margin-left: -11px;
    margin-right: 10px;
  }

  /* line 705, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .title-mode #nav-share {
    display: inline-block;
  }

  /* line 708, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .nav-menu .mobile-only {
    display: none;
  }
}
/* small-screen styles */
@media only screen and (max-width: 768px) {
  /* line 716, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .nav-btn {
    padding: 0 17px;
    z-index: 1;
  }

  /* line 721, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .nav-btn i {
    margin-left: 0;
    font-size: 18px;
  }

  /* line 726, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .nav-btn .nav-btn-label {
    display: none;
  }

  /* line 730, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader #site-menu-btn {
    margin-left: -11px;
    margin-right: 10px;
    position: absolute;
    left: 0;
  }

  /* line 737, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader #nav-chapter {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }

  /* line 744, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .nav-middle,
  .pbHeader #nav-search,
  .pbHeader #nav-audio,
  .pbHeader #nav-share,
  .pbHeader #nav-user,
  .pbHeader #nav-subscribe,
  .pbHeader #nav-ad,
  .pbHeader #nav-sign-in {
    display: none;
  }

  /* line 755, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader #nav-search-mobile {
    display: block;
  }

  /* line 759, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader #wp-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-position: center;
  }

  /* line 768, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader #wp-logo a {
    margin: 0 45px;
  }

  /* line 772, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .has-chapter #wp-logo {
    margin-left: -15px;
  }

  /* line 776, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .nav-right {
    width: 55px;
  }
}
@media print {
  /* TODO: Figure this out */
  /* line 784, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader .pbHeader {
    position: static;
  }

  /* line 787, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader #wp-logo,
  .pbHeader #wp-topper,
  .pbHeader #site-menu-btn,
  .pbHeader .nav-middle,
  .pbHeader .nav-right {
    display: none;
  }

  /* line 794, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pbHeader #wp-logo-for-print,
  .pbHeader #wp-logo-for-print img {
    display: inline-block !important;
    height: 27px;
  }
}
/*------------------------------------*\
    #Page Builder Share Buttons
    #pbShareMenu
\*------------------------------------*/
/* line 808, ../../sass/pg-template/_pageBuilderComponents.scss */
.padding-top {
  padding-top: 10px;
}

/* line 811, ../../sass/pg-template/_pageBuilderComponents.scss */
.margin-top {
  margin-top: 10px;
}

/* line 814, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools-wrapper {
  overflow: hidden;
  display: inline;
  height: auto;
}

/* line 820, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools-primary {
  float: left;
  border: 1px solid #dedede;
}

/* line 824, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools-additional {
  float: left;
  display: none;
  overflow: hidden;
  border: 1px solid #dedede;
  border-left: none;
}

/* line 831, ../../sass/pg-template/_pageBuilderComponents.scss */
.pb-f-theme-dark .social-tools-primary,
.pb-f-theme-dark .social-tools-additional {
  border-color: #777777;
}

/* line 836, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools-additional .social-tools {
  margin-left: -200px;
  /*hide these on initial load*/
}

/* line 840, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools .tool,
.utility-tools .tool {
  font-size: 1.4em;
  line-height: 1em;
  border-left: 1px solid #D5D5D5;
}

/* line 846, ../../sass/pg-template/_pageBuilderComponents.scss */
.pb-f-theme-dark .social-tools .tool,
.pb-f-theme-dark .utility-tools .tool {
  border-color: #777777;
}

/* line 851, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools .tool.first,
.utility-tools .tool.first {
  border-left: none;
}

/* line 856, ../../sass/pg-template/_pageBuilderComponents.scss */
.tool {
  cursor: pointer;
}

/* line 860, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools-wrapper .tool {
  width: 55px;
  max-height: 40px;
  display: inline;
  float: left;
  text-align: center;
  vertical-align: middle;
  padding: 9px 0 8px 0;
  font-size: 1.4em;
  line-height: 1em;
}

/* line 872, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.expanded .tool {
  width: 40px;
}

/* line 876, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools-wrapper .social-tools span {
  color: #5a5a5a;
}

/* line 879, ../../sass/pg-template/_pageBuilderComponents.scss */
.pb-f-theme-dark .social-tools-wrapper .social-tools span {
  color: #f0f0f0;
}

/* line 883, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools-wrapper .social-tools .tool:hover span {
  color: #5a5a5a !important;
}

/* line 886, ../../sass/pg-template/_pageBuilderComponents.scss */
.pb-f-theme-dark .social-tools-wrapper .social-tools .tool:hover span {
  color: #f0f0f0 !important;
}

/* line 890, ../../sass/pg-template/_pageBuilderComponents.scss */
.utility-tools-wrapper .tool.comments {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 895, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.expanded .utility-tools-wrapper .tool.comments {
  min-width: 40px;
  width: auto;
}

/* line 899, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools .more span.text,
.social-tools span.text {
  font-family: "FranklinITCProLight",sans-serif;
  font-size: 0.785em;
  line-height: 1em !important;
}

/* line 906, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools .hideText {
  position: absolute;
  left: -10000px;
}

/* END DEFAULT SHARE-BAR DISPLAY */
/* START DEFAULT UTILITY-BAR DISPLAY */
/* line 913, ../../sass/pg-template/_pageBuilderComponents.scss */
.utility-tools-wrapper {
  float: right;
}

/* line 917, ../../sass/pg-template/_pageBuilderComponents.scss */
.utility-tools-wrapper .utility-tools-primary .social-tools {
  border: 1px solid #dedede;
}

/* line 920, ../../sass/pg-template/_pageBuilderComponents.scss */
.pb-f-theme-dark .utility-tools-wrapper .utility-tools-primary .social-tools {
  border-color: #777777;
}

/* line 924, ../../sass/pg-template/_pageBuilderComponents.scss */
.utility-tools-wrapper .tool {
  min-width: 60px;
  width: auto;
  max-height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 9px 0 8px 0;
}

/* line 935, ../../sass/pg-template/_pageBuilderComponents.scss */
.utility-tools-wrapper .social-tools span {
  color: #5a5a5a;
}

/* line 938, ../../sass/pg-template/_pageBuilderComponents.scss */
.pb-f-theme-dark .utility-tools-wrapper .social-tools span {
  color: #f0f0f0;
}

/* line 941, ../../sass/pg-template/_pageBuilderComponents.scss */
.utility-tools-wrapper .social-tools .tool:hover span {
  color: #5a5a5a !important;
}

/* line 944, ../../sass/pg-template/_pageBuilderComponents.scss */
.pb-f-theme-dark .utility-tools-wrapper .social-tools .tool:hover span {
  color: #f0f0f0 !important;
}

/* END DEFAULT UTILITY-BAR DISPLAY */
/*Start Author Stuff
===========*/
/* line 955, ../../sass/pg-template/_pageBuilderComponents.scss */
.byline-wrapper .pb-twitter-follow {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

/* line 962, ../../sass/pg-template/_pageBuilderComponents.scss */
.byline-wrapper .email a:hover {
  color: #5A5A5A;
}

/* line 966, ../../sass/pg-template/_pageBuilderComponents.scss */
.byline {
  margin-bottom: 0px;
}

/*END Author Stuff
==========*/
/* START COLOR-TOP DISPLAY STYLE */
/*Available icons 
comments,email,facebook,google-plus,linkedin,more, pinterest,print,textresizer,tumblr,twitter
*/
/*SHARE BAR*/
/* line 978, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper {
  float: right;
  margin-top: -11px;
}

/* line 982, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper,
.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools-primary,
.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools-additional {
  border: none;
}

/* line 988, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  margin-right: 3px;
}

/* line 998, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools span {
  color: #fff;
}

/* line 1002, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools .tool:hover span {
  color: #fff !important;
}

/* line 1006, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools .tool:hover {
  opacity: 0.90;
  -moz-opacity: 0.90;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

/* line 1009, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.email {
  background-color: #bd2a32;
}

/* line 1012, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.facebook {
  background-color: #3b5998;
}

/* line 1015, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.google-plus {
  background-color: #dd4b39;
}

/* line 1018, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.linkedin {
  background-color: #007bb6;
}

/* line 1021, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.more {
  background-color: #b3b3b3;
}

/* line 1024, ../../sass/pg-template/_pageBuilderComponents.scss */
.pb-f-theme-dark .top-sharebar-wrapper.color-top .social-tools-wrapper .tool.more {
  background-color: #777777;
}

/* line 1027, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.pinterest {
  background-color: #cb2027;
}

/* line 1030, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.reddit {
  background-color: #ff5700;
}

/* line 1033, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.stumbleupon {
  background-color: #EB4823;
}

/* line 1036, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.tumblr {
  background-color: #32506d;
}

/* line 1039, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.twitter {
  background-color: #00aced;
}

/* line 1044, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper.color-top .utility-tools-wrapper .social-tools {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1050, ../../sass/pg-template/_pageBuilderComponents.scss */
.top-sharebar-wrapper {
  margin: 0px auto 30px;
}

/* END COLOR-TOP DISPLAY STYLE */
/* line 1063, ../../sass/pg-template/_pageBuilderComponents.scss */
.social-tools .more span.text,
.social-tools span.text {
  font-family: "FranklinITCProLight",sans-serif;
  font-size: 0.785em;
  line-height: 1em !important;
}

/* line 1070, ../../sass/pg-template/_pageBuilderComponents.scss */
.echo-counter .mobile-count {
  disp: none;
}

@media only screen and (min-width: 0px) {
  /* line 1075, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pb-feature {
    margin-top: -20px !important;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1082, ../../sass/pg-template/_pageBuilderComponents.scss */
  .top-sharebar-wrapper {
    float: none;
  }

  /* line 1086, ../../sass/pg-template/_pageBuilderComponents.scss */
  .social-tools-wrapper .tool,
  .utility-tools-wrapper .tool {
    min-width: 40px;
    width: auto;
  }

  /* line 1092, ../../sass/pg-template/_pageBuilderComponents.scss */
  .reverse.social-tools-wrapper .tool, .reverse.utility-tools-wrapper .tool {
    min-width: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1102, ../../sass/pg-template/_pageBuilderComponents.scss */
  .social-tools-wrapper .tool,
  .utility-tools-wrapper .tool {
    display: none;
  }

  /* line 1107, ../../sass/pg-template/_pageBuilderComponents.scss */
  .top-sharebar-wrapper.expanded .tool.mobile,
  .top-sharebar-wrapper .utility-tools-wrapper .tool.mobile,
  .social-tools-wrapper .tool.mobile {
    min-width: 40px;
    width: auto;
    display: inline-block;
  }

  /* line 1115, ../../sass/pg-template/_pageBuilderComponents.scss */
  .top-sharebar-wrapper.expanded .social-tools-wrapper {
    display: block;
  }

  /* line 1118, ../../sass/pg-template/_pageBuilderComponents.scss */
  .top-sharebar-wrapper.expanded .utility-tools-wrapper {
    float: left;
  }

  /* line 1121, ../../sass/pg-template/_pageBuilderComponents.scss */
  .echo-counter .mobile-count {
    display: inline;
  }
}
@media print {
  /* TODO: Figure this out */
  /* line 1128, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pb-f-article-article-topper .social-tools-wrapper,
  .pb-f-article-article-topper #slug_tiffany_tile {
    display: none;
  }
}
/*END SHARE MENU
================*/
/*------------------------------------*\
    #Page Builder Footer (in sidebar)
    #pbFooter
\*------------------------------------*/
/* line 1146, ../../sass/pg-template/_pageBuilderComponents.scss */
.plain {
  list-style: none;
  padding-left: 0;
}

/* line 1151, ../../sass/pg-template/_pageBuilderComponents.scss */
.plain li {
  margin-bottom: 5px;
}

/* line 1155, ../../sass/pg-template/_pageBuilderComponents.scss */
.footer-v2 {
  margin-top: 4em;
  line-height: 1.25em;
}

/* line 1161, ../../sass/pg-template/_pageBuilderComponents.scss */
.footer-v2 b {
  font-weight: normal;
  font-family: "FranklinITCProBold",sans-serif;
}

/* line 1165, ../../sass/pg-template/_pageBuilderComponents.scss */
.footer-v2 a {
  color: #333333;
}

/* line 1168, ../../sass/pg-template/_pageBuilderComponents.scss */
.pb-f-theme-dark .footer-v2 a {
  color: #f0f0f0;
}

/* line 1171, ../../sass/pg-template/_pageBuilderComponents.scss */
.footer-v2 a:hover {
  color: #2E6D9D;
}

/* line 1174, ../../sass/pg-template/_pageBuilderComponents.scss */
.pb-f-theme-dark .footer-v2 a:hover {
  color: #1d87d8;
}

@media only screen and (max-width: 768px) {
  /* line 1180, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pb-f-page-footer-v2 {
    padding-left: 15px !important;
  }
}
@media print {
  /* line 1186, ../../sass/pg-template/_pageBuilderComponents.scss */
  .pb-f-page-footer-v2 {
    display: none;
  }
}
/* line 8, ../../sass/pg-template/_visibility.scss */
.pgNotVisible {
  padding: 2px;
  width: 1px;
  height: 1px;
  background: transparent;
  border: 0;
  position: absolute;
  top: auto;
  left: auto;
  overflow: hidden;
}

/* line 20, ../../sass/pg-template/_visibility.scss */
.pgHide {
  display: none;
}

/* line 25, ../../sass/pg-template/_visibility.scss */
.pgShow-focus:focus,
.pgShow-focus:active {
  padding: inherit;
  width: auto;
  height: auto;
  background: inherit;
  border: inherit;
  position: inherit;
  top: inherit;
  left: inherit;
  overflow: inherit;
  border: dotted 1px blue;
}

@media (max-width: 1400px) {
  /* line 43, ../../sass/pg-template/_visibility.scss */
  .pgHidden-for-xxl {
    display: none;
  }

  /* line 47, ../../sass/pg-template/_visibility.scss */
  .pgShow-for-xxl {
    display: inherit;
  }
}
@media (max-width: 1200px) {
  /* line 53, ../../sass/pg-template/_visibility.scss */
  .pgHidden-for-xl {
    display: none;
  }

  /* line 57, ../../sass/pg-template/_visibility.scss */
  .pgShow-for-xl {
    display: inherit;
  }
}
@media (max-width: 1000px) {
  /* line 64, ../../sass/pg-template/_visibility.scss */
  .pgHidden-for-l {
    display: none;
  }

  /* line 68, ../../sass/pg-template/_visibility.scss */
  .show-for-l {
    display: inherit;
  }
}
@media (max-width: 764px) {
  /* line 76, ../../sass/pg-template/_visibility.scss */
  .pgHidden-for-m {
    display: none;
  }

  /* line 80, ../../sass/pg-template/_visibility.scss */
  .pgShow-for-m {
    display: inherit;
  }
}
@media (max-width: 480px) {
  /* line 87, ../../sass/pg-template/_visibility.scss */
  .pgHidden-for-s {
    display: none;
  }

  /* line 91, ../../sass/pg-template/_visibility.scss */
  .pgShow-for-s {
    display: inherit;
  }
}
@media (max-width: 300px) {
  /* line 98, ../../sass/pg-template/_visibility.scss */
  .pgHidden-for-xs {
    display: none;
  }

  /* line 103, ../../sass/pg-template/_visibility.scss */
  .pgShow-for-xs {
    display: inherit;
  }
}
/*------------------------------------*\
    #Project Specific CSS here!
\*------------------------------------*/
/* line 5, ../../sass/_base.scss */
figure {
  margin: 0;
  padding: 0;
}

/* line 10, ../../sass/_base.scss */
.text-center {
  text-align: center;
}

/* line 14, ../../sass/_base.scss */
.pgChart-footer-share {
  display: none !important;
}

/* line 18, ../../sass/_base.scss */
#graphic {
  /*margin: 0 auto;*/
}

/* line 22, ../../sass/_base.scss */
.map figcaption {
  color: #666;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}

/* line 29, ../../sass/_base.scss */
.map figcaption.active--figcaption {
  color: #000;
}

/* line 33, ../../sass/_base.scss */
.annotation {
  text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff, 1px -1px 10px #fff, -1px 1px 10px #fff;
  line-height: 13px;
}

/* line 41, ../../sass/_base.scss */
.annotation strong {
  display: block;
}

/* line 45, ../../sass/_base.scss */
.in--dataset {
  stroke: #666;
  stroke-opacity: 0.6;
}

/* line 50, ../../sass/_base.scss */
.notin--dataset {
  stroke: #666;
  stroke-opacity: 0.6;
}

/* line 55, ../../sass/_base.scss */
.country--hover {
  stroke: #000;
  stroke-width: 2;
}

/* line 60, ../../sass/_base.scss */
.is--noted {
  stroke: #000;
  stroke-width: 2;
}

/* line 65, ../../sass/_base.scss */
.temp-line {
  stroke: #000;
  stroke-width: 2;
  fill: none;
}

/* line 71, ../../sass/_base.scss */
#antarctica-shape {
  display: none;
}

/* line 75, ../../sass/_base.scss */
.temp-text {
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

/* line 80, ../../sass/_base.scss */
.voronoi__cell {
  fill-opacity: 0;
  /*stroke: red;*/
}
