/*****************
* 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: #2e6d9d;
  text-decoration: none;
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.pgBorder-left {
  border-left: solid 1px #d5d5d5; }

.pgBorder-right {
  border-right: solid 1px #d5d5d5; }

.pgBorder-top {
  border-top: solid 1px #d5d5d5; }

.pgBorder-bottom {
  border-bottom: solid 1px #d5d5d5; }

.pgBorder--dashed.pgBorder-top {
  border-top-style: dashed; }

.pgBorder--dashed.pgBorder-right {
  border-right-style: dashed; }

.pgBorder--dashed.pgBorder-bottom {
  border-bottom-style: dashed; }

.pgBorder--dashed.pgBorder-left {
  border-left-style: dashed; }

.pgBorder--dotted.pgBorder-top {
  border-top-style: dotted; }

.pgBorder--dotted.pgBorder--right {
  border-right-style: dotted; }

.pgBorder--dotted.pgBorder-bottom {
  border-bottom-style: dotted; }

.pgBorder--dotted.pgBorder-left {
  border-left-style: dotted; }

@media (max-width: 1400px) {
  .pgNoBorder-top-xxl {
    border-top: none; }
  .pgNoBorder-right-xxl {
    border-right: none; }
  .pgNoBorder-bottom-xxl {
    border-bottom: none; }
  .pgNoBorder-left-xxl {
    border-left: none; } }

@media (max-width: 1200px) {
  .pgNoBorder-top-xl {
    border-top: none; }
  .pgNoBorder-right-xl {
    border-right: none; }
  .pgNoBorder-bottom-xl {
    border-bottom: none; }
  .pgNoBorder-left-xl {
    border-left: none; } }

@media (max-width: 1000px) {
  .pgNoBorder-top-lg {
    border-top: none; }
  .pgNoBorder-right-lg {
    border-right: none; }
  .pgNoBorder-bottom-lg {
    border-bottom: none; }
  .pgNoBorder-left-lg {
    border-left: none; } }

@media (max-width: 768px) {
  .pgNoBorder-top-md {
    border-top: none; }
  .pgNoBorder-right-md {
    border-right: none; }
  .pgNoBorder-bottom-md {
    border-bottom: none; }
  .pgNoBorder-left-md {
    border-left: none; } }

@media (max-width: 480px) {
  .pgNoBorder-top-sm {
    border-top: none; }
  .pgNoBorder-right-sm {
    border-right: none; }
  .pgNoBorder-bottom-sm {
    border-bottom: none; }
  .pgNoBorder-left-sm {
    border-left: none; } }

@media (max-width: 300px) {
  .pgNoBorder-top-xs {
    border-top: none; }
  .pgNoBorder-right-xs {
    border-right: none; }
  .pgNoBorder-bottom-xs {
    border-bottom: none; }
  .pgNoBorder-left-xs {
    border-left: none; } }

html {
  font-size: 14px; }

body {
  color: #111;
  font-family: "FranklinITCProLight","HelveticaNeue","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; }

/* FONTS */
.postoni, h1.postoni, .pgHeadline--postoni,
h1.pgHeadline--postoni {
  font-family: 'PostoniDisplay', 'Georgia', serif;
  font-weight: normal; }

.postoni-italic {
  font-family: 'PostoniDisplay', 'Georgia', serif;
  font-style: italic;
  font-weight: normal; }

.franklin, .pgPublishedDate, .pg2nd-lead, .pg2nd-lead--chunked {
  font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
  font-weight: normal; }

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

.franklin-thin {
  font-family: "FranklinITCProThin", "Helvetica", "Arial", sans-serif;
  font-weight: normal; }

.pgH1 {
  font-size: 3.3em;
  line-height: 1.08em; }

.pgH2 {
  font-size: 1.45em;
  margin: 0.45em 0 0.25em; }

.pgH3 {
  margin: 0  0 0.25em; }

.pgH1,
.pgH2,
.pgH3,
.pgH4 {
  color: #2A2A2A; }

h1.postoni, h1.pgHeadline--postoni,
h1.postoni-italic {
  font-size: 3.7em;
  line-height: 1.1em; }

h1.franklin-thin {
  font-size: 3.5em;
  font-weight: normal; }

h1.franklin.small, h1.small.pgPublishedDate, h1.small.pg2nd-lead, h1.small.pg2nd-lead--chunked {
  font-size: 3.2em; }

h1.small.postoni, h1.small.pgHeadline--postoni,
h1.postoni-italic.small {
  font-size: 3.4em; }

h2.franklin-light,
h3.franklin-light,
h4.franklin-light,
h5.franklin-light {
  font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif; }

h2.franklin-thin,
h3.franklin-thin,
h4.franklin-thin,
h5.franklin-thin {
  font-family: "FranklinITCProThin", "Helvetica", "Arial", sans-serif;
  font-weight: normal; }

h3.franklin, h3.pgPublishedDate, h3.pg2nd-lead, h3.pg2nd-lead--chunked,
h3.franklin-light,
h3.franklin-thin {
  font-size: 2em;
  line-height: 1.2em; }

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

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) {
  .pgH1 {
    font-size: 2.857142857em; } }

@media (max-width: 480px) {
  .pgH1 {
    font-size: 2.0em; } }

/*FLEXBOX is happening
looking for a good ie9/10 fallback*/
/*For the team - explicit or implicit grutters*/
.pgGrid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -0.5em 0em 0.5em -1em; }

/*overwriting styles makes BEM sad*/
.pgGrid--noGutters {
  margin: auto; }

.pgGrid--guttersLg {
  margin: -1em 0 1.5em -1.5em; }

.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.
*/
.pgGrid-cell {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5em 0 0em 1em; }

/*overwriting styles makes BEM sad*/
.pgGrid--noGutters > .pgGrid-cell {
  padding: 0; }

.pgGrid--guttersLg > .pgGrid-cell {
  padding: 1em 0 0 1.5em; }

.pgGrid--guttersXl > .pgGrid-cell {
  padding: 1.5em 0 0 2em; }

.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.
*/
.pgGrid-cell--1 {
  /*width:8.333333333%;*/
  -webkit-flex: 0 0 8.333333333%;
      -ms-flex: 0 0 8.333333333%;
          flex: 0 0 8.333333333%; }

.pgGrid-cell--2 {
  /*width:16.666666667%;*/
  -webkit-flex: 0 0 16.666666667%;
      -ms-flex: 0 0 16.666666667%;
          flex: 0 0 16.666666667%; }

.pgGrid-cell--3 {
  /*width:25%;*/
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }

/*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
.pgGrid-cell--4 {
  /*width:33.333333333%*/
  -webkit-flex: 0 0 33.333333333%;
      -ms-flex: 0 0 33.333333333%;
          flex: 0 0 33.333333333%; }

.pgGrid-cell--5 {
  /*width:41.666666667%;*/
  -webkit-flex: 0 0 41.666666667%;
      -ms-flex: 0 0 41.666666667%;
          flex: 0 0 41.666666667%; }

.pgGrid-cell--6 {
  /*width:50%;*/
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.pgGrid-cell--7 {
  /*width: 58.333333333%;*/
  -webkit-flex: 0 0  58.333333333%;
      -ms-flex: 0 0  58.333333333%;
          flex: 0 0  58.333333333%; }

.pgGrid-cell--8 {
  /*width: 66.666666667%;*/
  -webkit-flex: 0 0  66.666666667%;
      -ms-flex: 0 0  66.666666667%;
          flex: 0 0  66.666666667%; }

.pgGrid-cell--9 {
  /*width: 75%;*/
  -webkit-flex: 0 0  75%;
      -ms-flex: 0 0  75%;
          flex: 0 0  75%; }

.pgGrid-cell--10 {
  /*width: 83.333333333%;*/
  -webkit-flex: 0 0  83.333333333%;
      -ms-flex: 0 0  83.333333333%;
          flex: 0 0  83.333333333%; }

.pgGrid-cell--11 {
  /*width: 91.666666667%;*/
  -webkit-flex: 0 0  91.666666667%;
      -ms-flex: 0 0  91.666666667%;
          flex: 0 0  91.666666667%; }

/*you wouldn't need this - flex is 100% by default*/
.pgGrid-cell--12 {
  /*width: 100%;*/
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

@media (min-width: 1400px) {
  .pgGrid-xxl--1 {
    /*width:8.333333333%;*/
    -webkit-flex: 0 0 8.333333333%;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%; }
  .pgGrid-xxl--2 {
    /*width:16.666666667%;*/
    -webkit-flex: 0 0 16.666666667%;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%; }
  .pgGrid-xxl--3 {
    /*width:25%;*/
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .pgGrid-xxl--4 {
    /*width:33.333333333%*/
    -webkit-flex: 0 0 33.333333333%;
        -ms-flex: 0 0 33.333333333%;
            flex: 0 0 33.333333333%; }
  .pgGrid-xxl--5 {
    /*width:41.666666667%;*/
    -webkit-flex: 0 0 41.666666667%;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%; }
  .pgGrid-xxl--6 {
    /*width:50%;*/
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .pgGrid-xxl--7 {
    /*width: 58.333333333%;*/
    -webkit-flex: 0 0  58.333333333%;
        -ms-flex: 0 0  58.333333333%;
            flex: 0 0  58.333333333%; }
  .pgGrid-xxl--8 {
    /*width: 66.666666667%;*/
    -webkit-flex: 0 0  66.666666667%;
        -ms-flex: 0 0  66.666666667%;
            flex: 0 0  66.666666667%; }
  .pgGrid-xxl--9 {
    /*width: 75%;*/
    -webkit-flex: 0 0  75%;
        -ms-flex: 0 0  75%;
            flex: 0 0  75%; }
  .pgGrid-xxl--10 {
    /*width: 83.333333333%;*/
    -webkit-flex: 0 0  83.333333333%;
        -ms-flex: 0 0  83.333333333%;
            flex: 0 0  83.333333333%; }
  .pgGrid-xxl--11 {
    /*width: 91.666666667%;*/
    -webkit-flex: 0 0  91.666666667%;
        -ms-flex: 0 0  91.666666667%;
            flex: 0 0  91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .pgGrid-xxl--12 {
    /*width: 100%;*/
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .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 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (max-width: 1200px) {
  .pgGrid-xl--1 {
    /*width:8.333333333%;*/
    -webkit-flex: 0 0 8.333333333%;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%; }
  .pgGrid-xl--2 {
    /*width:16.666666667%;*/
    -webkit-flex: 0 0 16.666666667%;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%; }
  .pgGrid-xl--3 {
    /*width:25%;*/
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .pgGrid-xl--4 {
    /*width:33.333333333%*/
    -webkit-flex: 0 0 33.333333333%;
        -ms-flex: 0 0 33.333333333%;
            flex: 0 0 33.333333333%; }
  .pgGrid-xl--5 {
    /*width:41.666666667%;*/
    -webkit-flex: 0 0 41.666666667%;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%; }
  .pgGrid-xl--6 {
    /*width:50%;*/
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .pgGrid-xl--7 {
    /*width: 58.333333333%;*/
    -webkit-flex: 0 0  58.333333333%;
        -ms-flex: 0 0  58.333333333%;
            flex: 0 0  58.333333333%; }
  .pgGrid-xl--8 {
    /*width: 66.666666667%;*/
    -webkit-flex: 0 0  66.666666667%;
        -ms-flex: 0 0  66.666666667%;
            flex: 0 0  66.666666667%; }
  .pgGrid-xl--9 {
    /*width: 75%;*/
    -webkit-flex: 0 0  75%;
        -ms-flex: 0 0  75%;
            flex: 0 0  75%; }
  .pgGrid-xl--10 {
    /*width: 83.333333333%;*/
    -webkit-flex: 0 0  83.333333333%;
        -ms-flex: 0 0  83.333333333%;
            flex: 0 0  83.333333333%; }
  .pgGrid-xl--11 {
    /*width: 91.666666667%;*/
    -webkit-flex: 0 0  91.666666667%;
        -ms-flex: 0 0  91.666666667%;
            flex: 0 0  91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .pgGrid-xl--12 {
    /*width: 100%;*/
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .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 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (max-width: 1000px) {
  .pgGrid-lg--1 {
    /*width:8.333333333%;*/
    -webkit-flex: 0 0 8.333333333%;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%; }
  .pgGrid-lg--2 {
    /*width:16.666666667%;*/
    -webkit-flex: 0 0 16.666666667%;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%; }
  .pgGrid-lg--3 {
    /*width:25%;*/
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .pgGrid-lg--4 {
    /*width:33.333333333%*/
    -webkit-flex: 0 0 33.333333333%;
        -ms-flex: 0 0 33.333333333%;
            flex: 0 0 33.333333333%; }
  .pgGrid-lg--5 {
    /*width:41.666666667%;*/
    -webkit-flex: 0 0 41.666666667%;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%; }
  .pgGrid-lg--6 {
    /*width:50%;*/
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .pgGrid-lg--7 {
    /*width: 58.333333333%;*/
    -webkit-flex: 0 0  58.333333333%;
        -ms-flex: 0 0  58.333333333%;
            flex: 0 0  58.333333333%; }
  .pgGrid-lg--8 {
    /*width: 66.666666667%;*/
    -webkit-flex: 0 0  66.666666667%;
        -ms-flex: 0 0  66.666666667%;
            flex: 0 0  66.666666667%; }
  .pgGrid-lg--9 {
    /*width: 75%;*/
    -webkit-flex: 0 0  75%;
        -ms-flex: 0 0  75%;
            flex: 0 0  75%; }
  .pgGrid-lg--10 {
    /*width: 83.333333333%;*/
    -webkit-flex: 0 0  83.333333333%;
        -ms-flex: 0 0  83.333333333%;
            flex: 0 0  83.333333333%; }
  .pgGrid-lg--11 {
    /*width: 91.666666667%;*/
    -webkit-flex: 0 0  91.666666667%;
        -ms-flex: 0 0  91.666666667%;
            flex: 0 0  91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .pgGrid-lg--12 {
    /*width: 100%;*/
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .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 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (max-width: 768px) {
  .pgGrid-md--1 {
    /*width:8.333333333%;*/
    -webkit-flex: 0 0 8.333333333%;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%; }
  .pgGrid-md--2 {
    /*width:16.666666667%;*/
    -webkit-flex: 0 0 16.666666667%;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%; }
  .pgGrid-md--3 {
    /*width:25%;*/
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .pgGrid-md--4 {
    /*width:33.333333333%*/
    -webkit-flex: 0 0 33.333333333%;
        -ms-flex: 0 0 33.333333333%;
            flex: 0 0 33.333333333%; }
  .pgGrid-md--5 {
    /*width:41.666666667%;*/
    -webkit-flex: 0 0 41.666666667%;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%; }
  .pgGrid-md--6 {
    /*width:50%;*/
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .pgGrid-md--7 {
    /*width: 58.333333333%;*/
    -webkit-flex: 0 0  58.333333333%;
        -ms-flex: 0 0  58.333333333%;
            flex: 0 0  58.333333333%; }
  .pgGrid-md--8 {
    /*width: 66.666666667%;*/
    -webkit-flex: 0 0  66.666666667%;
        -ms-flex: 0 0  66.666666667%;
            flex: 0 0  66.666666667%; }
  .pgGrid-md--9 {
    /*width: 75%;*/
    -webkit-flex: 0 0  75%;
        -ms-flex: 0 0  75%;
            flex: 0 0  75%; }
  .pgGrid-md--10 {
    /*width: 83.333333333%;*/
    -webkit-flex: 0 0  83.333333333%;
        -ms-flex: 0 0  83.333333333%;
            flex: 0 0  83.333333333%; }
  .pgGrid-md--11 {
    /*width: 91.666666667%;*/
    -webkit-flex: 0 0  91.666666667%;
        -ms-flex: 0 0  91.666666667%;
            flex: 0 0  91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .pgGrid-md--12 {
    /*width: 100%;*/
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .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 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (max-width: 480px) {
  .pgGrid-sm--1 {
    /*width:8.333333333%;*/
    -webkit-flex: 0 0 8.333333333%;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%; }
  .pgGrid-sm--2 {
    /*width:16.666666667%;*/
    -webkit-flex: 0 0 16.666666667%;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%; }
  .pgGrid-sm--3 {
    /*width:25%;*/
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .pgGrid-sm--4 {
    /*width:33.333333333%*/
    -webkit-flex: 0 0 33.333333333%;
        -ms-flex: 0 0 33.333333333%;
            flex: 0 0 33.333333333%; }
  .pgGrid-sm--5 {
    /*width:41.666666667%;*/
    -webkit-flex: 0 0 41.666666667%;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%; }
  .pgGrid-sm--6 {
    /*width:50%;*/
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .pgGrid-sm--7 {
    /*width: 58.333333333%;*/
    -webkit-flex: 0 0  58.333333333%;
        -ms-flex: 0 0  58.333333333%;
            flex: 0 0  58.333333333%; }
  .pgGrid-sm--8 {
    /*width: 66.666666667%;*/
    -webkit-flex: 0 0  66.666666667%;
        -ms-flex: 0 0  66.666666667%;
            flex: 0 0  66.666666667%; }
  .pgGrid-sm--9 {
    /*width: 75%;*/
    -webkit-flex: 0 0  75%;
        -ms-flex: 0 0  75%;
            flex: 0 0  75%; }
  .pgGrid-sm--10 {
    /*width: 83.333333333%;*/
    -webkit-flex: 0 0  83.333333333%;
        -ms-flex: 0 0  83.333333333%;
            flex: 0 0  83.333333333%; }
  .pgGrid-sm--11 {
    /*width: 91.666666667%;*/
    -webkit-flex: 0 0  91.666666667%;
        -ms-flex: 0 0  91.666666667%;
            flex: 0 0  91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .pgGrid-sm--12 {
    /*width: 100%;*/
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .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 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (max-width: 300px) {
  .pgGrid-xs--1 {
    /*width:8.333333333%;*/
    -webkit-flex: 0 0 8.333333333%;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%; }
  .pgGrid-xs--2 {
    /*width:16.666666667%;*/
    -webkit-flex: 0 0 16.666666667%;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%; }
  .pgGrid-xs--3 {
    /*width:25%;*/
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .pgGrid-xs--4 {
    /*width:33.333333333%*/
    -webkit-flex: 0 0 33.333333333%;
        -ms-flex: 0 0 33.333333333%;
            flex: 0 0 33.333333333%; }
  .pgGrid-xs--5 {
    /*width:41.666666667%;*/
    -webkit-flex: 0 0 41.666666667%;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%; }
  .pgGrid-xs--6 {
    /*width:50%;*/
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .pgGrid-xs--7 {
    /*width: 58.333333333%;*/
    -webkit-flex: 0 0  58.333333333%;
        -ms-flex: 0 0  58.333333333%;
            flex: 0 0  58.333333333%; }
  .pgGrid-xs--8 {
    /*width: 66.666666667%;*/
    -webkit-flex: 0 0  66.666666667%;
        -ms-flex: 0 0  66.666666667%;
            flex: 0 0  66.666666667%; }
  .pgGrid-xs--9 {
    /*width: 75%;*/
    -webkit-flex: 0 0  75%;
        -ms-flex: 0 0  75%;
            flex: 0 0  75%; }
  .pgGrid-xs--10 {
    /*width: 83.333333333%;*/
    -webkit-flex: 0 0  83.333333333%;
        -ms-flex: 0 0  83.333333333%;
            flex: 0 0  83.333333333%; }
  .pgGrid-xs--11 {
    /*width: 91.666666667%;*/
    -webkit-flex: 0 0  91.666666667%;
        -ms-flex: 0 0  91.666666667%;
            flex: 0 0  91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .pgGrid-xs--12 {
    /*width: 100%;*/
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .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 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            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*/
.ie .pgGrid {
  float: left;
  padding: 0;
  margin: -0.5em 0em 0.5em -1em;
  width: 100%;
  clear: both; }

/*overwriting styles makes BEM sad*/
.ie .pgGrid--noGutters {
  margin: auto; }

.ie .pgGrid--guttersLg {
  margin: -1em 0 1.5em -1.5em; }

.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.
*/
.ie .pgGrid-cell {
  float: left;
  padding: 0.5em 0 0em 1em; }

/*overwriting styles makes BEM sad*/
.ie .pgGrid--noGutters > .pgGrid-cell {
  padding: 0; }

.ie .pgGrid--guttersLg > .pgGrid-cell {
  padding: 1em 0 0 1.5em; }

.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.
*/
.ie .pgGrid-cell--1 {
  /*width:8.333333333%;*/
  width: 8.333333333%; }

.ie .pgGrid-cell--2 {
  /*width:16.666666667%;*/
  width: 16.666666667%; }

.ie .pgGrid-cell--3 {
  /*width:25%;*/
  width: 25%; }

/*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
.ie .pgGrid-cell--4 {
  /*width:33.333333333%*/
  width: 33.333333333%; }

.ie .pgGrid-cell--5 {
  /*width:41.666666667%;*/
  width: 41.666666667%; }

.ie .pgGrid-cell--6 {
  /*width:50%;*/
  width: 50%; }

.ie .pgGrid-cell--7 {
  /*width: 58.333333333%;*/
  width: 58.333333333%; }

.ie .pgGrid-cell--8 {
  /*width: 66.666666667%;*/
  width: 66.666666667%; }

.ie .pgGrid-cell--9 {
  /*width: 75%;*/
  width: 75%; }

.ie .pgGrid-cell--10 {
  /*width: 83.333333333%;*/
  width: 83.333333333%; }

.ie .pgGrid-cell--11 {
  /*width: 91.666666667%;*/
  width: 91.666666667%; }

/*you wouldn't need this - flex is 100% by default*/
.ie .pgGrid-cell--12 {
  /*width: 100%;*/
  width: 100%; }

@media (min-width: 1400px) {
  .ie .pgGrid-xxl--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%; }
  .ie .pgGrid-xxl--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%; }
  .ie .pgGrid-xxl--3 {
    /*width:25%;*/
    width: 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .ie .pgGrid-xxl--4 {
    /*width:33.333333333%*/
    width: 33.333333333%; }
  .ie .pgGrid-xxl--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%; }
  .ie .pgGrid-xxl--6 {
    /*width:50%;*/
    width: 50%; }
  .ie .pgGrid-xxl--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%; }
  .ie .pgGrid-xxl--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%; }
  .ie .pgGrid-xxl--9 {
    /*width: 75%;*/
    width: 75%; }
  .ie .pgGrid-xxl--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%; }
  .ie .pgGrid-xxl--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .ie .pgGrid-xxl--12 {
    /*width: 100%;*/
    width: 100%; }
  .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) {
  .ie .pgGrid-xl--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%; }
  .ie .pgGrid-xl--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%; }
  .ie .pgGrid-xl--3 {
    /*width:25%;*/
    width: 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .ie .pgGrid-xl--4 {
    /*width:33.333333333%*/
    width: 33.333333333%; }
  .ie .pgGrid-xl--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%; }
  .ie .pgGrid-xl--6 {
    /*width:50%;*/
    width: 50%; }
  .ie .pgGrid-xl--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%; }
  .ie .pgGrid-xl--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%; }
  .ie .pgGrid-xl--9 {
    /*width: 75%;*/
    width: 75%; }
  .ie .pgGrid-xl--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%; }
  .ie .pgGrid-xl--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .ie .pgGrid-xl--12 {
    /*width: 100%;*/
    width: 100%; }
  .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) {
  .ie .pgGrid-lg--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%; }
  .ie .pgGrid-lg--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%; }
  .ie .pgGrid-lg--3 {
    /*width:25%;*/
    width: 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .ie .pgGrid-lg--4 {
    /*width:33.333333333%*/
    width: 33.333333333%; }
  .ie .pgGrid-lg--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%; }
  .ie .pgGrid-lg--6 {
    /*width:50%;*/
    width: 50%; }
  .ie .pgGrid-lg--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%; }
  .ie .pgGrid-lg--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%; }
  .ie .pgGrid-lg--9 {
    /*width: 75%;*/
    width: 75%; }
  .ie .pgGrid-lg--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%; }
  .ie .pgGrid-lg--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .ie .pgGrid-lg--12 {
    /*width: 100%;*/
    width: 100%; }
  .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) {
  .ie .pgGrid-md--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%; }
  .ie .pgGrid-md--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%; }
  .ie .pgGrid-md--3 {
    /*width:25%;*/
    width: 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .ie .pgGrid-md--4 {
    /*width:33.333333333%*/
    width: 33.333333333%; }
  .ie .pgGrid-md--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%; }
  .ie .pgGrid-md--6 {
    /*width:50%;*/
    width: 50%; }
  .ie .pgGrid-md--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%; }
  .ie .pgGrid-md--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%; }
  .ie .pgGrid-md--9 {
    /*width: 75%;*/
    width: 75%; }
  .ie .pgGrid-md--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%; }
  .ie .pgGrid-md--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .ie .pgGrid-md--12 {
    /*width: 100%;*/
    width: 100%; }
  .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) {
  .ie .pgGrid-sm--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%; }
  .ie .pgGrid-sm--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%; }
  .ie .pgGrid-sm--3 {
    /*width:25%;*/
    width: 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .ie .pgGrid-sm--4 {
    /*width:33.333333333%*/
    width: 33.333333333%; }
  .ie .pgGrid-sm--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%; }
  .ie .pgGrid-sm--6 {
    /*width:50%;*/
    width: 50%; }
  .ie .pgGrid-sm--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%; }
  .ie .pgGrid-sm--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%; }
  .ie .pgGrid-sm--9 {
    /*width: 75%;*/
    width: 75%; }
  .ie .pgGrid-sm--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%; }
  .ie .pgGrid-sm--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .ie .pgGrid-sm--12 {
    /*width: 100%;*/
    width: 100%; }
  .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) {
  .ie .pgGrid-xs--1 {
    /*width:8.333333333%;*/
    width: 8.333333333%; }
  .ie .pgGrid-xs--2 {
    /*width:16.666666667%;*/
    width: 16.666666667%; }
  .ie .pgGrid-xs--3 {
    /*width:25%;*/
    width: 25%; }
  /*Likely to use 4, 8, 12 lesser likely to use 2,6,10*/
  .ie .pgGrid-xs--4 {
    /*width:33.333333333%*/
    width: 33.333333333%; }
  .ie .pgGrid-xs--5 {
    /*width:41.666666667%;*/
    width: 41.666666667%; }
  .ie .pgGrid-xs--6 {
    /*width:50%;*/
    width: 50%; }
  .ie .pgGrid-xs--7 {
    /*width: 58.333333333%;*/
    width: 58.333333333%; }
  .ie .pgGrid-xs--8 {
    /*width: 66.666666667%;*/
    width: 66.666666667%; }
  .ie .pgGrid-xs--9 {
    /*width: 75%;*/
    width: 75%; }
  .ie .pgGrid-xs--10 {
    /*width: 83.333333333%;*/
    width: 83.333333333%; }
  .ie .pgGrid-xs--11 {
    /*width: 91.666666667%;*/
    width: 91.666666667%; }
  /*you wouldn't need this - flex is 100% by default*/
  .ie .pgGrid-xs--12 {
    /*width: 100%;*/
    width: 100%; }
  .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%; } }

body {
  margin-top: 50px; }

.pgContent {
  width: 100%;
  margin: auto; }

.ie .pgContent {
  overflow: auto; }

.pgContent--fluid {
  width: 85%;
  /*TODO: media queries */ }

.pgContent--narrow {
  max-width: 1000px; }

.leaderboard {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding: 20px;
  text-align: center; }

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

.leaderboard--mobile {
  display: none; }

.bottom-ad {
  margin: 30px 0;
  text-align: center; }

.pgGraphicHeader {
  overflow: auto;
  padding: 0 0 1em;
  margin: 0; }

.pgHeadline-kicker {
  margin: 10px 0 0;
  font-size: 1.2em;
  display: inline-block; }

.pgHeadline--postoni,
h1.pgHeadline--postoni {
  font-size: 4.75em; }

.pgLead {
  font-size: 1.428571429em;
  line-height: 1.25em; }

.pgByline {
  float: left; }

.pgByline-author-wrap {
  font-size: 1.142857143em;
  display: inline-block;
  float: left; }

.pgByline-author {
  color: #23517A; }

.pgByline-twitter {
  display: inline-block;
  float: left;
  margin-left: 0.75em;
  clear: right; }

.pgAdditionalInfo {
  float: right; }

.pgPublishedDate {
  color: #AAA;
  font-size: 1.142857143em;
  display: block;
  margin-right: 0.75em;
  clear: both; }

.pgPublishedDate--sm {
  display: none; }

.pgArticle {
  padding: 10px 0px; }

.pgArticle--wAD {
  padding: 10px 50px 10px 0px; }

.pgSidebar {
  padding: 50px 0 10px 20px; }

.ff .pgSidebar {
  position: absolute; }

.pgPlaceholder {
  min-height: 300px;
  background: #EEE; }

.pgChart {
  margin: 2.5em 0 0;
  overflow: auto; }

.pg2nd-Header {
  width: 100%; }

.pg2nd-lead {
  width: 100%;
  font-size: 1.285714286em;
  margin: 0.25em 0 1em; }

.pg2nd-lead--chunked {
  width: 100%;
  margin: 0 0 1em; }

.pgArticle-bottom {
  margin: 15px 0; }

.pgArticle-bottom-related {
  margin: 78px 0; }

.pgRelatedCoverage {
  margin: 50px 0; }

.pgRelatedCoverage-header {
  font-size: 1.142857143em; }

.pgRelatedCoverage-items .headline {
  color: black; }

.pgChart-footer-source {
  color: #6e6e6e;
  line-height: 20px;
  float: left;
  width: 60%;
  font-size: 0.9375em;
  margin: 0.5em 0 1em; }

.pgChart-footer--chunked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: -33px; }

.pgChart-footer--chunked .pgChart-footer-source {
  width: 100%;
  float: none;
  margin: 1em 0 0; }

.pg3rd-Header {
  margin: 0 0 0.25em;
  font-size: 1.1em; }

.pg3rd-Header--chunked {
  margin-bottom: 1em; }

@media (max-width: 1400px) {
  .pgContent--fluid {
    width: 85%;
    /*TODO: media queries */ } }

@media (max-width: 1200px) {
  .pgContent--fluid {
    width: 90%;
    /*TODO: media queries */ } }

@media (max-width: 1000px) {
  .pgContent--fluid {
    width: 95%;
    /*TODO: media queries */ } }

@media (max-width: 768px) {
  .pgArticle-bottom-related {
    margin: 20px 0; }
  .pgContent,
  .pgContent--fluid,
  .pgContent--narrow {
    width: 95%; }
  .leaderboard--desktop {
    display: none; }
  .leaderboard--mobile {
    display: inherit; }
  .pgArticle,
  .pgArticle--wAD {
    width: 100%;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border: none;
    padding: 0px; }
  .pgSidebar {
    display: none; }
  h1.pgHeadline--postoni {
    font-size: 4.3em;
    line-height: 0.95em; }
  .pgLead {
    font-size: 1.37em;
    line-height: 1.3em; }
  .pgByline {
    width: 100%;
    clear: both;
    margin-bottom: 0.5em; }
  .pgAdditionalInfo {
    float: left; } }

@media (max-width: 480px) {
  h1.pgHeadline--postoni {
    font-size: 3.8em;
    line-height: 0.95em; }
  .pgLead {
    font-size: 1.30em;
    line-height: 1.2em; }
  .pg2nd-lead {
    font-size: 1.142857143em; }
  .pgChart--chunked .pgGrid {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pgChart-footer--chunked {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0; } }

.iframe .pgContent {
  border-top: none; }

.iframe .pgArticle {
  padding: 0;
  border-right: none;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%; }

.iframe .pgChart {
  margin: 0;
  border-bottom: none; }

.iframe .pgChart-footer-share {
  display: none; }

.iframe .bottom-ad {
  display: none; }

.iframe .pgArticle-bottom {
  display: none; }

.pgShare {
  font-size: 1.285714286em; }

.pgShare a {
  padding: 5px;
  color: #23517A; }

.pgShare-header {
  display: inline-block; }

.pgChart-footer-share {
  float: right;
  width: 40%;
  text-align: right;
  margin: 0.35em 0 0.5em; }

.pgChart-footer--chunked .pgChart-footer-share {
  width: 100%;
  float: none;
  text-align: left;
  margin: 0; }

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) {
  .pgChart--chunked .pgGrid {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pgChart-footer--chunked .pgChart-footer-share {
    text-align: right; } }

.pgHighlight {
  padding: 3px;
  padding: 0.1875em; }

.pgHighlight--blueGray {
  background: #23517A;
  /* The Fallback */
  background: rgba(35, 81, 122, 0.4); }

.pgHighlight--hoverGray {
  background: #5A5A5A;
  /* The Fallback */
  background: rgba(90, 90, 90, 0.4); }

.pgHighlight--lightGray {
  background: #d5d5d5;
  /* The Fallback */
  background: rgba(213, 213, 213, 0.4); }

.pgHighlight--linkBlue {
  background: #2e6d9d;
  /* The Fallback */
  background: rgba(46, 109, 157, 0.4); }

.pgHighlight--gray-0 {
  background: #585852;
  /* The Fallback */
  background: rgba(88, 88, 82, 0.4); }

.pgHighlight--gray-1 {
  background: #80817c;
  /* The Fallback */
  background: rgba(128, 129, 124, 0.4); }

.pgHighlight--gray-2 {
  background: #a7a8a3;
  /* The Fallback */
  background: rgba(167, 168, 163, 0.4); }

.pgHighlight--gray-3 {
  background: #d1d2cd;
  /* The Fallback */
  background: rgba(209, 210, 205, 0.4); }

.pgHighlight--gray-4 {
  background: #efefea;
  /* The Fallback */
  background: rgba(239, 239, 234, 0.4); }

.pgHighlight--brown-0 {
  background: #693323;
  /* The Fallback */
  background: rgba(105, 51, 35, 0.4); }

.pgHighlight--brown-1 {
  background: #916f63;
  /* The Fallback */
  background: rgba(145, 111, 99, 0.4); }

.pgHighlight--brown-2 {
  background: #bba49a;
  /* The Fallback */
  background: rgba(187, 164, 154, 0.4); }

.pgHighlight--brown-3 {
  background: #e6dbd6;
  /* The Fallback */
  background: rgba(230, 219, 214, 0.4); }

.pgHighlight--red-0 {
  background: #ee645c;
  /* The Fallback */
  background: rgba(238, 100, 92, 0.4); }

.pgHighlight--red-1 {
  background: #f69687;
  /* The Fallback */
  background: rgba(246, 150, 135, 0.4); }

.pgHighlight--red-2 {
  background: #fabeb4;
  /* The Fallback */
  background: rgba(250, 190, 180, 0.4); }

.pgHighlight--red-3 {
  background: #fde7e1;
  /* The Fallback */
  background: rgba(253, 231, 225, 0.4); }

.pgHighlight--orange-0 {
  background: #f68b28;
  /* The Fallback */
  background: rgba(246, 139, 40, 0.4); }

.pgHighlight--orange-1 {
  background: #fcc691;
  /* The Fallback */
  background: rgba(252, 198, 145, 0.4); }

.pgHighlight--orange-2 {
  background: #fdd9ba;
  /* The Fallback */
  background: rgba(253, 217, 186, 0.4); }

.pgHighlight--orange-3 {
  background: #feeada;
  /* The Fallback */
  background: rgba(254, 234, 218, 0.4); }

.pgHighlight--yellow-0 {
  background: #d7c944;
  /* The Fallback */
  background: rgba(215, 201, 68, 0.4); }

.pgHighlight--yellow-1 {
  background: #ebe08c;
  /* The Fallback */
  background: rgba(235, 224, 140, 0.4); }

.pgHighlight--yellow-2 {
  background: #f2ebbc;
  /* The Fallback */
  background: rgba(242, 235, 188, 0.4); }

.pgHighlight--yellow-3 {
  background: #f4f2de;
  /* The Fallback */
  background: rgba(244, 242, 222, 0.4); }

.pgHighlight--green-0 {
  background: #00b6bd;
  /* The Fallback */
  background: rgba(0, 182, 189, 0.4); }

.pgHighlight--green-1 {
  background: #77cdd5;
  /* The Fallback */
  background: rgba(119, 205, 213, 0.4); }

.pgHighlight--green-2 {
  background: #b4e1e4;
  /* The Fallback */
  background: rgba(180, 225, 228, 0.4); }

.pgHighlight--green-3 {
  background: #d5edef;
  /* The Fallback */
  background: rgba(213, 237, 239, 0.4); }

.pgHighlight--blue-0 {
  background: #006f91;
  /* The Fallback */
  background: rgba(0, 111, 145, 0.4); }

.pgHighlight--blue-1 {
  background: #7caec6;
  /* The Fallback */
  background: rgba(124, 174, 198, 0.4); }

.pgHighlight--blue-2 {
  background: #b4d5e5;
  /* The Fallback */
  background: rgba(180, 213, 229, 0.4); }

.pgHighlight--blue-3 {
  background: #d5e7f0;
  /* The Fallback */
  background: rgba(213, 231, 240, 0.4); }

.pgHighlight--democrat-0 {
  background: #0081c5;
  /* The Fallback */
  background: rgba(0, 129, 197, 0.4); }

.pgHighlight--democrat-1 {
  background: #66b7e6;
  /* The Fallback */
  background: rgba(102, 183, 230, 0.4); }

.pgHighlight--democrat-2 {
  background: #b4d6f1;
  /* The Fallback */
  background: rgba(180, 214, 241, 0.4); }

.pgHighlight--democrat-3 {
  background: #e1ebf7;
  /* The Fallback */
  background: rgba(225, 235, 247, 0.4); }

.pgHighlight--republican-0 {
  background: #ed1c24;
  /* The Fallback */
  background: rgba(237, 28, 36, 0.4); }

.pgHighlight--republican-1 {
  background: #f38487;
  /* The Fallback */
  background: rgba(243, 132, 135, 0.4); }

.pgHighlight--republican-2 {
  background: #f9bfbe;
  /* The Fallback */
  background: rgba(249, 191, 190, 0.4); }

.pgHighlight--republican-3 {
  background: #fdeceb;
  /* The Fallback */
  background: rgba(253, 236, 235, 0.4); }

/*------------------------------------*    #Page Builder Header
    #pbHeader
\*------------------------------------*/
.pbHeader {
  padding: 0 !important;
  height: 50px;
  border-bottom: none; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

.pbHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }

.pbHeader.not-fixed {
  position: absolute; }

.nav-section {
  height: 50px;
  line-height: 48px; }

.nav-section > * {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  vertical-align: middle; }

.nav-left {
  float: left; }

.nav-middle {
  padding-right: 600px;
  width: 100%; }

.nav-right {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 390px;
  text-align: right;
  overflow: hidden; }

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

.nav-btn i {
  margin-left: 5px;
  color: #555; }

.nav-btn.active {
  background-color: #f1f0f0; }

.hidden {
  display: none; }

div[data-show-on-scroll="true"] {
  display: none; }

#nav-bar {
  color: #2a2a2a;
  height: 50px;
  overflow: hidden;
  position: relative;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff; }

.pbHeader.bar-hidden #nav-bar {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

.pbHeader.bar-hidden {
  height: 0; }

.screenreader-link {
  height: 0px;
  width: 0px;
  overflow: hidden; }

/* a/b test and target styles*/
@media only screen and (min-width: 1220px) {
  .pbHeader.abt-mastHead2-logoLarge-true #wp-logo,
  #wp-topper {
    display: none; }
  .pbHeader.abt-mastHead2-logoLarge-true.title-mode #wp-logo {
    display: inline-block; }
  .pb-f-page-header-v2.abt-mastHead2-logoLarge-true {
    height: inherit; }
  #wp-topper.abt-mastHead2-logoLarge-true {
    display: block;
    margin-top: 67px;
    border-bottom: 1px solid #d5d5d5;
    /* transition from  #pb-root */
    transition: -webkit-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);
    transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88); }
  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);
    transform: translate3d(300px, 0, 0); }
  #wp-topper.abt-mastHead2-logoLarge-true .top-timestamp {
    display: inline-block;
    top: -26px;
    position: relative;
    margin-left: 16px; }
  #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; } }

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

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

#wp-logo-for-print {
  display: none;
  float: left;
  padding-left: 10px; }

#site-menu-btn {
  border: 1px solid #d5d5d5;
  line-height: 30px;
  margin: 9px 20px 10px 20px;
  border-radius: 5px;
  padding: 0 10px; }

#nav-audio {
  cursor: default; }

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

#nav-audio-slider-toggle {
  display: block;
  position: absolute;
  left: 35px;
  top: 4px;
  bottom: 4px;
  width: 34px;
  background-color: white;
  border-radius: 10px;
  transition: left 200ms ease-out; }

.audio-on #nav-audio-slider-toggle {
  left: 4px; }

.audio-off #nav-audio-slider-toggle {
  left: 37px; }

#nav-audio-slider-on, #nav-audio-slider-off {
  position: relative; }

#nav-audio-slider-off {
  float: right; }

#nav-ad {
  margin-right: 15px;
  height: 50px;
  padding-top: 10px; }

#nav-search {
  margin-right: 20px;
  margin-bottom: 0;
  position: relative; }

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

#nav-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  border: none;
  background-color: #d5d5d5;
  color: #fff;
  border-radius: 0 15px 15px 0;
  width: 35px;
  padding: 0px;
  outline: none; }

#nav-search-mobile {
  vertical-align: middle;
  height: 50px;
  border-bottom: 1px solid #454646;
  display: none;
  padding: 0 20px; }

#nav-search-mobile input {
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  width: 210px;
  padding: 18px 5px 12px 5px;
  background-color: transparent; }

#nav-search-mobile button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 24px;
  color: #fff;
  margin-right: 5px; }

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

#nav-page-title img {
  height: 30px;
  margin-bottom: -10px; }

/* nav menu styles */
.nav-menu {
  position: absolute;
  top: 50px;
  background-color: #333;
  /*width: 300px;*/
  color: #fff;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.nav-menu ul {
  margin: 0;
  padding: 0 20px;
  border-bottom: 1px solid #454646; }

.nav-menu li {
  line-height: 50px;
  list-style: none;
  border-bottom: 1px solid #454646;
  white-space: nowrap; }

.nav-menu li:last-child {
  border-bottom: none; }

.nav-menu a {
  color: #fff;
  font-size: 14px;
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif;
  cursor: pointer; }

/* site menu styles */
#site-menu {
  left: -350px;
  width: 350px;
  padding-left: 50px;
  transition: -webkit-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);
  transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88);
  overflow-x: hidden;
  z-index: 998;
  display: block; }

#site-menu li {
  padding-left: 20px; }

#site-menu li a {
  display: block;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  text-decoration: none; }

#site-menu-info {
  padding: 20px; }

#site-menu-info p {
  margin-top: 0;
  margin-bottom: 5px;
  text-shadow: none; }

#site-menu-info a {
  font-family: "FranklinITCProLight","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

#site-menu-info .site-attribution {
  margin-bottom: 20px; }

#site-menu-info .site-attribution strong {
  font-family: "FranklinITCProBold","HelveticaNeue","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-weight: normal; }

#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 */
#chapter-menu {
  right: 0;
  counter-reset: chapter; }

#chapter-menu li {
  border-bottom: 1px solid #000; }

#chapter-menu img {
  width: 300px;
  margin: 0 -20px; }

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

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

#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 */
#share-menu a {
  width: 100%;
  text-align: center;
  display: block; }

#share-menu i {
  font-size: 18px; }

/* dark theme overrides */
.pbHeader.dark #nav-bar {
  background-color: #212123;
  border-bottom-color: #414142; }

.pbHeader.dark #wp-logo {
  background-image: url(https://img.washingtonpost.com/pb/resources/img/washingtonpost_white_72.png); }

.pbHeader.dark .nav-btn {
  border-left-color: #414142;
  color: #fff; }

.pbHeader.dark .nav-btn i {
  color: #fff; }

.pbHeader.dark .nav-btn.active {
  background-color: #2a2a2a;
  border-bottom-color: #414142; }

.pbHeader.dark #nav-page-title {
  color: #fff; }

.pbHeader.dark .nav-menu {
  background-color: #fff;
  border: 1px solid #e6e5e4;
  border-top: none; }

.pbHeader.dark .nav-menu ul,
.pbHeader.dark .nav-menu li,
.pbHeader.dark #chapter-menu li {
  border-bottom-color: #e6e5e4; }

.pbHeader.dark .nav-menu a,
.pbHeader.dark .nav-menu p,
.pbHeader.dark #chapter-menu-sections li.chapter:before {
  color: #2a2a2a; }

.pbHeader.dark #site-menu-btn {
  border-color: #414142; }

.pbHeader.dark #nav-search input {
  background-color: #5a5b5b;
  color: #fff; }

.pbHeader.dark #nav-search button {
  background-color: #212123;
  border: 1px solid #414142; }

.pbHeader.dark #nav-audio-slider {
  background-color: #5a5b5b;
  color: #fff; }

.pbHeader.dark #nav-audio-slider-toggle {
  background-color: #29292a; }

.pbHeader.dark #nav-search-mobile {
  border-bottom-color: #e6e5e4; }

.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 */
  #pb-root,
  .zone-container,
  .video-ad-box,
  .pb-header-slide {
    transition: -webkit-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);
    transition-timing-function: cubic-bezier(0.565, 1.65, 0.765, 0.88); }
  .ios body.left-menu {
    overflow: hidden; }
  /* this breaks the slide-out menu effect in ff */
  :not(.ff) body.left-menu {
    overflow-x: hidden; }
  body.left-menu #site-menu {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
  body.left-menu.left-menu-pb #pb-root,
  body.left-menu.left-menu-pb .zone-container {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  body.left-menu .video-ad-box,
  body.left-menu .pb-header-slide {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  /* browser fallbacks; ie8 fallbacks are also in feature.jsp */
  .no-csstransforms body.left-menu #site-menu,
  .no-csstransitions body.left-menu #site-menu {
    left: -50px; }
  .no-retina .pb-f-page-header-v2 #wp-logo {
    background-image: url(https://img.washingtonpost.com/pb/resources/img/washingtonpost_black_32.png); }
  .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); }
  .no-touch .pb-f-page-header-v2 #site-menu li:hover {
    background-color: #2a2a2a; }
  .no-touch .pb-f-page-header-v2 .pbHeader.dark #site-menu li:hover {
    background-color: #eee; }
  .no-touch .pb-f-page-header-v2 .nav-btn:hover {
    background-color: #f1f0f0; }
  .no-touch .pb-f-page-header-v2 .pbHeader.dark .nav-btn:hover {
    background-color: #2a2a2a;
    border-bottom-color: #414142; }
  .no-touch:not(.ie) .pb-f-page-header-v2 #site-menu li:hover a {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  .header-placeholder {
    box-sizing: border-box;
    height: 50px;
    background-color: #ddb4b4;
    text-align: center;
    padding: 10px; }
  #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) {
  .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; }
  .pbHeader .title-mode .nav-middle {
    padding-right: 325px; }
  .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); }
  .pbHeader .title-mode #nav-page-title {
    display: block; }
  .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; }
  .pbHeader .title-mode #site-menu-btn i {
    margin-left: 0;
    font-size: 18px; }
  .pbHeader .title-mode #site-menu-btn {
    margin-left: -11px;
    margin-right: 10px; }
  .pbHeader .title-mode #nav-share {
    display: inline-block; }
  .pbHeader .nav-menu .mobile-only {
    display: none; } }

/* small-screen styles */
@media only screen and (max-width: 768px) {
  .pbHeader .nav-btn {
    padding: 0 17px;
    z-index: 1; }
  .pbHeader .nav-btn i {
    margin-left: 0;
    font-size: 18px; }
  .pbHeader .nav-btn .nav-btn-label {
    display: none; }
  .pbHeader #site-menu-btn {
    margin-left: -11px;
    margin-right: 10px;
    position: absolute;
    left: 0; }
  .pbHeader #nav-chapter {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .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; }
  .pbHeader #nav-search-mobile {
    display: block; }
  .pbHeader #wp-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-position: center; }
  .pbHeader #wp-logo a {
    margin: 0 45px; }
  .pbHeader .has-chapter #wp-logo {
    margin-left: -15px; }
  .pbHeader .nav-right {
    width: 55px; } }

@media print {
  /* TODO: Figure this out */
  .pbHeader .pbHeader {
    position: static; }
  .pbHeader #wp-logo,
  .pbHeader #wp-topper,
  .pbHeader #site-menu-btn,
  .pbHeader .nav-middle,
  .pbHeader .nav-right {
    display: none; }
  .pbHeader #wp-logo-for-print,
  .pbHeader #wp-logo-for-print img {
    display: inline-block !important;
    height: 27px; } }

/*------------------------------------*    #Page Builder Share Buttons
    #pbShareMenu
\*------------------------------------*/
.padding-top {
  padding-top: 10px; }

.margin-top {
  margin-top: 10px; }

.social-tools-wrapper {
  overflow: hidden;
  display: inline;
  height: auto; }

.social-tools-primary {
  float: left;
  border: 1px solid #dedede; }

.social-tools-additional {
  float: left;
  display: none;
  overflow: hidden;
  border: 1px solid #dedede;
  border-left: none; }

.pb-f-theme-dark .social-tools-primary,
.pb-f-theme-dark .social-tools-additional {
  border-color: #777777; }

.social-tools-additional .social-tools {
  margin-left: -200px;
  /*hide these on initial load*/ }

.social-tools .tool,
.utility-tools .tool {
  font-size: 1.4em;
  line-height: 1em;
  border-left: 1px solid #D5D5D5; }

.pb-f-theme-dark .social-tools .tool,
.pb-f-theme-dark .utility-tools .tool {
  border-color: #777777; }

.social-tools .tool.first,
.utility-tools .tool.first {
  border-left: none; }

.tool {
  cursor: pointer; }

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

.top-sharebar-wrapper.expanded .tool {
  width: 40px; }

.social-tools-wrapper .social-tools span {
  color: #5a5a5a; }

.pb-f-theme-dark .social-tools-wrapper .social-tools span {
  color: #f0f0f0; }

.social-tools-wrapper .social-tools .tool:hover span {
  color: #5a5a5a !important; }

.pb-f-theme-dark .social-tools-wrapper .social-tools .tool:hover span {
  color: #f0f0f0 !important; }

.utility-tools-wrapper .tool.comments {
  padding-right: 8px;
  padding-left: 8px; }

.top-sharebar-wrapper.expanded .utility-tools-wrapper .tool.comments {
  min-width: 40px;
  width: auto; }

.social-tools .more span.text,
.social-tools span.text {
  font-family: "FranklinITCProLight",sans-serif;
  font-size: 0.785em;
  line-height: 1em !important; }

.social-tools .hideText {
  position: absolute;
  left: -10000px; }

/* END DEFAULT SHARE-BAR DISPLAY */
/* START DEFAULT UTILITY-BAR DISPLAY */
.utility-tools-wrapper {
  float: right; }

.utility-tools-wrapper .utility-tools-primary .social-tools {
  border: 1px solid #dedede; }

.pb-f-theme-dark .utility-tools-wrapper .utility-tools-primary .social-tools {
  border-color: #777777; }

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

.utility-tools-wrapper .social-tools span {
  color: #5a5a5a; }

.pb-f-theme-dark .utility-tools-wrapper .social-tools span {
  color: #f0f0f0; }

.utility-tools-wrapper .social-tools .tool:hover span {
  color: #5a5a5a !important; }

.pb-f-theme-dark .utility-tools-wrapper .social-tools .tool:hover span {
  color: #f0f0f0 !important; }

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

.byline-wrapper .email a:hover {
  color: #5A5A5A; }

.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*/
.top-sharebar-wrapper {
  float: right;
  margin-top: -11px; }

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

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool {
  border-radius: 3px;
  border: none;
  margin-right: 3px; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools span {
  color: #fff; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools .tool:hover span {
  color: #fff !important; }

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

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.email {
  background-color: #bd2a32; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.facebook {
  background-color: #3b5998; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.google-plus {
  background-color: #dd4b39; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.linkedin {
  background-color: #007bb6; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.more {
  background-color: #b3b3b3; }

.pb-f-theme-dark .top-sharebar-wrapper.color-top .social-tools-wrapper .tool.more {
  background-color: #777777; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.pinterest {
  background-color: #cb2027; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.reddit {
  background-color: #ff5700; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.stumbleupon {
  background-color: #EB4823; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.tumblr {
  background-color: #32506d; }

.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.twitter {
  background-color: #00aced; }

.top-sharebar-wrapper.color-top .utility-tools-wrapper .social-tools {
  border-radius: 4px; }

.top-sharebar-wrapper {
  margin: 0px auto 30px; }

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

.echo-counter .mobile-count {
  disp: none; }

@media only screen and (min-width: 0px) {
  .pb-feature {
    margin-top: -20px !important;
    padding-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .top-sharebar-wrapper {
    float: none; }
  .social-tools-wrapper .tool,
  .utility-tools-wrapper .tool {
    min-width: 40px;
    width: auto; }
  .reverse.social-tools-wrapper .tool,
  .reverse.utility-tools-wrapper .tool {
    min-width: none; } }

@media only screen and (max-width: 480px) {
  .social-tools-wrapper .tool,
  .utility-tools-wrapper .tool {
    display: none; }
  .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; }
  .top-sharebar-wrapper.expanded .social-tools-wrapper {
    display: block; }
  .top-sharebar-wrapper.expanded .utility-tools-wrapper {
    float: left; }
  .echo-counter .mobile-count {
    display: inline; } }

@media print {
  /* TODO: Figure this out */
  .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
\*------------------------------------*/
.plain {
  list-style: none;
  padding-left: 0; }

.plain li {
  margin-bottom: 5px; }

.footer-v2 {
  margin-top: 4em;
  line-height: 1.25em; }

.footer-v2 b {
  font-weight: normal;
  font-family: "FranklinITCProBold",sans-serif; }

.footer-v2 a {
  color: #333333; }

.pb-f-theme-dark .footer-v2 a {
  color: #f0f0f0; }

.footer-v2 a:hover {
  color: #2E6D9D; }

.pb-f-theme-dark .footer-v2 a:hover {
  color: #1d87d8; }

@media only screen and (max-width: 768px) {
  .pb-f-page-footer-v2 {
    padding-left: 15px !important; } }

@media print {
  .pb-f-page-footer-v2 {
    display: none; } }

.pgNotVisible {
  padding: 2px;
  width: 1px;
  height: 1px;
  background: transparent;
  border: 0;
  position: absolute;
  top: auto;
  left: auto;
  overflow: hidden; }

.pgHide {
  display: none; }

.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) {
  .pgHidden-for-xxl {
    display: none; }
  .pgShow-for-xxl {
    display: inherit; } }

@media (max-width: 1200px) {
  .pgHidden-for-xl {
    display: none; }
  .pgShow-for-xl {
    display: inherit; } }

@media (max-width: 1000px) {
  .pgHidden-for-l {
    display: none; }
  .show-for-l {
    display: inherit; } }

@media (max-width: 764px) {
  .pgHidden-for-m {
    display: none; }
  .pgShow-for-m {
    display: inherit; } }

@media (max-width: 480px) {
  .pgHidden-for-s {
    display: none; }
  .pgShow-for-s {
    display: inherit; } }

@media (max-width: 300px) {
  .pgHidden-for-xs {
    display: none; }
  .pgShow-for-xs {
    display: inherit; } }

/*------------------------------------*    #Project Specific CSS here!
\*------------------------------------*/
/* https://medium.com/@timknight/creating-a-dead-simple-sass-mixin-to-handle-responsive-breakpoints-889927b37740 */
.leaflet-container {
  background: #fff;
  font: 12px/20px 'Helvetica Neue',Arial,Helvetica,sans-serif;
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
  outline: 0;
  overflow: hidden;
  -ms-touch-action: none; }

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

.leaflet-container h1, .leaflet-container h2, .leaflet-container h3, .leaflet-container h4, .leaflet-container h5, .leaflet-container h6, .leaflet-container p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px; }

.leaflet-container .marker-description img {
  margin-bottom: 10px; }

.leaflet-container a {
  color: #3887BE;
  font-weight: 400;
  text-decoration: none; }

.leaflet-container a:hover, .leaflet-container.dark a {
  color: #63b6e5; }

.leaflet-container.dark a:hover {
  color: #8fcaec; }

.leaflet-container .mapbox-button, .leaflet-container.dark .mapbox-button {
  background-color: #3887be;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.leaflet-container .mapbox-button:hover, .leaflet-container.dark .mapbox-button:hover {
  color: #fff;
  background-color: #3bb2d0; }

.leaflet-image-layer, .leaflet-layer, .leaflet-map-pane, .leaflet-marker-icon, .leaflet-marker-pane, .leaflet-marker-shadow, .leaflet-overlay-pane, .leaflet-overlay-pane svg, .leaflet-popup-pane, .leaflet-shadow-pane, .leaflet-tile, .leaflet-tile-container, .leaflet-tile-pane, .leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block; }

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0; }

.leaflet-tile-pane {
  z-index: 2; }

.leaflet-objects-pane {
  z-index: 3; }

.leaflet-overlay-pane {
  z-index: 4; }

.leaflet-shadow-pane {
  z-index: 5; }

.leaflet-marker-pane {
  z-index: 6; }

.leaflet-popup-pane {
  z-index: 7; }

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

.leaflet-bottom, .leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-fade-anim .leaflet-popup, .leaflet-fade-anim .leaflet-tile {
  opacity: 0;
  transition: opacity .2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup, .leaflet-fade-anim .leaflet-tile-loaded {
  opacity: 1; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-pan-anim .leaflet-tile, .leaflet-touching .leaflet-zoom-animated, .leaflet-zoom-anim .leaflet-tile {
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-container.leaflet-clickable, .leaflet-container.map-clickable, .leaflet-marker-icon, .leaflet-overlay-pane path {
  cursor: pointer; }

.leaflet-control, .leaflet-popup-pane {
  cursor: auto; }

.leaflet-dragging, .leaflet-dragging .leaflet-clickable, .leaflet-dragging .leaflet-container, .leaflet-dragging .map-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

.leaflet-zoom-box {
  background: #fff;
  border: 2px dotted #202020;
  opacity: .5; }

.leaflet-bar, .leaflet-control-layers {
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  box-shadow: none; }

.leaflet-bar a, .leaflet-bar a:hover {
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0.1); }

.leaflet-bar a:active, .leaflet-bar a:hover {
  background-color: #f8f8f8;
  cursor: pointer; }

.leaflet-bar a:hover:first-child {
  border-radius: 3px 3px 0 0; }

.leaflet-bar a:hover:last-child {
  border-bottom: 0;
  border-radius: 0 0 3px 3px; }

.leaflet-bar a:hover:only-of-type {
  border-radius: 3px; }

.leaflet-bar .leaflet-disabled {
  cursor: default;
  opacity: .75; }

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  display: block;
  content: '';
  text-indent: -999em; }

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  background: #fff;
  padding: 6px 10px 6px 6px;
  color: #404040;
  color: rgba(0, 0, 0, 0.75); }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  margin: 5px -10px 5px -6px; }

.leaflet-container .leaflet-control-attribution {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  box-shadow: none; }

.leaflet-container .leaflet-control-attribution a, .leaflet-container .map-info-container a {
  color: #404040; }

.leaflet-control-attribution a:hover, .map-info-container a:hover {
  color: inherit;
  text-decoration: underline; }

.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-top: 0;
  padding: 2px 5px 1px;
  white-space: nowrap;
  overflow: hidden; }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-popup {
  position: absolute;
  text-align: center;
  pointer-events: none; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  pointer-events: all; }

.leaflet-popup-content {
  padding: 10px 10px 15px;
  margin: 0;
  line-height: inherit; }

.leaflet-popup-close-button + .leaflet-popup-content-wrapper .leaflet-popup-content {
  padding-top: 15px; }

.leaflet-popup-tip-container {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative; }

.leaflet-popup-tip {
  width: 0;
  height: 0;
  margin: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  box-shadow: none; }

.leaflet-popup-close-button {
  text-indent: -999em;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all; }

.leaflet-popup-close-button:hover {
  background-color: #f8f8f8; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4); }

.leaflet-editing-icon {
  border-radius: 3px; }

.leaflet-bar a, .leaflet-control-layers-toggle, .leaflet-popup-close-button, .map-tooltip.closable .close, .mapbox-button-icon:before, .mapbox-icon {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background-repeat: no-repeat; }

.leaflet-bar a {
  display: block; }

.leaflet-container.dark .map-tooltip .close, .leaflet-control-layers-toggle, .leaflet-control-zoom-in, .leaflet-control-zoom-out, .leaflet-popup-close-button, .map-tooltip .close, .mapbox-icon {
  opacity: .75;
  background-image: url(images/icons-000000@2x.png);
  background-repeat: no-repeat;
  background-size: 26px 260px; }

.leaflet-container.dark .leaflet-control-layers-toggle, .leaflet-container.dark .leaflet-control-zoom-in, .leaflet-container.dark .leaflet-control-zoom-out, .leaflet-container.dark .mapbox-icon, .mapbox-button-icon:before {
  opacity: 1;
  background-image: url(images/icons-ffffff@2x.png);
  background-size: 26px 260px; }

.leaflet-bar .leaflet-control-zoom-in {
  background-position: 0 0; }

.leaflet-bar .leaflet-control-zoom-out {
  background-position: 0 -26px; }

.leaflet-popup-close-button, .map-tooltip.closable .close {
  background-position: -3px -55px;
  width: 20px;
  height: 20px;
  border-radius: 0 3px 0 0; }

.mapbox-icon-info {
  background-position: 0 -78px; }

.leaflet-control-layers-toggle {
  background-position: 0 -104px; }

.mapbox-icon.mapbox-icon-share, .mapbox-icon.mapbox-icon-share:before {
  background-position: 0 -130px; }

.mapbox-icon.mapbox-icon-geocoder, .mapbox-icon.mapbox-icon-geocoder:before {
  background-position: 0 -156px; }

.mapbox-icon-facebook, .mapbox-icon-facebook:before {
  background-position: 0 -182px; }

.mapbox-icon-twitter, .mapbox-icon-twitter:before {
  background-position: 0 -208px; }

.mapbox-icon-pinterest, .mapbox-icon-pinterest:before {
  background-position: 0 -234px; }

.leaflet-popup-content-wrapper, .map-legends, .map-tooltip {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.map-legends, .map-tooltip {
  max-width: 300px; }

.map-legends .map-legend {
  padding: 10px; }

.map-tooltip {
  z-index: 999999;
  padding: 10px;
  min-width: 180px;
  max-height: 400px;
  overflow: auto;
  opacity: 1;
  transition: opacity 150ms; }

.map-tooltip .close {
  text-indent: -999em;
  overflow: hidden;
  display: none; }

.map-tooltip.closable .close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px; }

.map-tooltip.closable .close:active {
  background-color: #f8f8f8; }

.leaflet-control-interaction {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 300px; }

.leaflet-popup-content .marker-title {
  font-weight: 700; }

.leaflet-control .mapbox-button {
  background-color: #fff;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 3px; }

.mapbox-modal > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-y: auto; }

.mapbox-modal.active > div {
  z-index: 99999;
  transition: all .2s,z-index 0 0; }

.mapbox-modal .mapbox-modal-mask {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; }

.mapbox-modal.active .mapbox-modal-mask {
  opacity: 1; }

.mapbox-modal .mapbox-modal-content {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.mapbox-modal.active .mapbox-modal-content {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.mapbox-modal-body {
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 1000;
  width: 50%;
  margin: 20px 0 20px 25%; }

.mapbox-share-buttons {
  margin: 0 0 20px; }

.mapbox-share-buttons a {
  width: 33.3333%;
  border-left: 1px solid #fff;
  text-align: center;
  border-radius: 0; }

.mapbox-share-buttons a:last-child {
  border-radius: 0 3px 3px 0; }

.mapbox-share-buttons a:first-child {
  border: 0;
  border-radius: 3px 0 0 3px; }

.mapbox-modal input {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5); }

.leaflet-control.mapbox-control-info {
  margin: 5px 30px 10px 10px;
  min-height: 26px; }

.leaflet-right .leaflet-control.mapbox-control-info {
  margin: 5px 10px 10px 30px; }

.mapbox-info-toggle {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.leaflet-right .mapbox-control-info .mapbox-info-toggle {
  left: auto;
  right: 0; }

.mapbox-info-toggle:hover {
  background-color: #fff; }

.map-info-container {
  background: #fff;
  padding: 3px 5px 3px 27px;
  display: none;
  position: relative;
  bottom: 0;
  left: 0;
  border-radius: 13px 3px 3px 13px; }

.leaflet-right .map-info-container {
  left: auto;
  right: 0;
  padding: 3px 27px 3px 5px;
  border-radius: 3px 13px 13px 3px; }

.mapbox-control-info.active .map-info-container {
  display: inline-block; }

.leaflet-container .mapbox-improve-map {
  font-weight: 700; }

.leaflet-control-mapbox-geocoder {
  position: relative; }

.leaflet-control-mapbox-geocoder.searching {
  opacity: .75; }

.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-wrap {
  background: #fff;
  position: absolute;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  left: 26px;
  height: 28px;
  width: 0;
  top: -1px;
  border-radius: 0 3px 3px 0;
  opacity: 0;
  transition: opacity 100ms; }

.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-wrap {
  width: 180px;
  opacity: 1; }

.leaflet-bar .leaflet-control-mapbox-geocoder-toggle, .leaflet-bar .leaflet-control-mapbox-geocoder-toggle:hover {
  border-bottom: 0; }

.leaflet-control-mapbox-geocoder-toggle {
  border-radius: 3px; }

.leaflet-control-mapbox-geocoder.active, .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-form input {
  background: 0 0;
  border: 0;
  width: 180px;
  padding: 0 0 0 10px;
  height: 26px;
  outline: 0; }

.leaflet-control-mapbox-geocoder-results {
  width: 180px;
  position: absolute;
  left: 26px;
  top: 25px;
  border-radius: 0 0 3px 3px; }

.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-results {
  background: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4); }

.leaflet-control-mapbox-geocoder-results a, .leaflet-control-mapbox-geocoder-results span {
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 26px;
  text-align: left;
  overflow: hidden; }

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a:hover, .leaflet-control-mapbox-geocoder-results a:hover {
  background: #f8f8f8;
  opacity: 1; }

.leaflet-right .leaflet-control-mapbox-geocoder-results, .leaflet-right .leaflet-control-mapbox-geocoder-wrap {
  left: auto;
  right: 26px; }

.leaflet-right .leaflet-control-mapbox-geocoder-wrap {
  border-radius: 3px 0 0 3px; }

.leaflet-right .leaflet-control-mapbox-geocoder.active, .leaflet-right .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-radius: 0 3px 3px 0; }

.leaflet-bottom .leaflet-control-mapbox-geocoder-results {
  top: auto;
  bottom: 25px;
  border-radius: 3px 3px 0 0; }

.mapbox-logo-true:before {
  content: '';
  display: inline-block;
  width: 61px;
  height: 19px;
  vertical-align: middle; }

.mapbox-logo-true {
  background-repeat: no-repeat;
  background-size: 61px 19px;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI2NSIgaGVpZ2h0PSIyMCI+PGRlZnMvPjxtZXRhZGF0YT48cmRmOlJERj48Y2M6V29yayByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIvPjxkYzp0aXRsZS8+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNjEuODQ4MywtOTguNTAzOTUpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0ib3BhY2l0eTowLjI1O2ZpbGw6I2ZmZmZmZjtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLW9wYWNpdHk6MTtzdHJva2UtZGFzaGFycmF5Om5vbmUiPjxwYXRoIGQ9Ik0gNS4yOCAxLjUgQyA0LjU0IDEuNTYgMy45IDIuMjUgMy45MSAzIGwgMCAxMS44OCBjIDAuMDIgMC43NyAwLjcyIDEuNDcgMS41IDEuNDcgbCAxLjc1IDAgYyAwLjc4IDAgMS40OCAtMC42OSAxLjUgLTEuNDcgbCAwIC00LjI4IDAuNzIgMS4xOSBjIDAuNTMgMC44NyAyLjAzIDAuODcgMi41NiAwIGwgMC43MiAtMS4xOSAwIDQuMjggYyAwLjAyIDAuNzYgMC43IDEuNDUgMS40NyAxLjQ3IGwgMS43NSAwIGMgMC43OCAwIDEuNDggLTAuNjkgMS41IC0xLjQ3IGwgMCAtMC4xNiBjIDEuMDIgMS4xMiAyLjQ2IDEuODEgNC4wOSAxLjgxIGwgNC4wOSAwIDAgMS40NyBjIC0wIDAuNzggMC42OSAxLjQ4IDEuNDcgMS41IGwgMS43NSAwIGMgMC43OSAtMCAxLjUgLTAuNzEgMS41IC0xLjUgbCAwLjAyIC0xLjQ3IGMgMS43MiAwIDMuMDggLTAuNjQgNC4xNCAtMS42OSBsIDAgMC4xOSBjIDAgMC4zOSAwLjE2IDAuNzkgMC40NCAxLjA2IDAuMjggMC4yOCAwLjY3IDAuNDQgMS4wNiAwLjQ0IGwgMy4zMSAwIGMgMi4wMyAwIDMuODUgLTEuMDYgNC45MSAtMi42OSAxLjA1IDEuNjEgMi44NCAyLjY5IDQuODggMi42OSAxLjAzIDAgMS45OCAtMC4yNyAyLjgxIC0wLjc1IDAuMjggMC4zNSAwLjczIDAuNTcgMS4xOSAwLjU2IGwgMi4xMiAwIGMgMC40OCAwLjAxIDAuOTcgLTAuMjMgMS4yNSAtMC42MiBsIDAuOTEgLTEuMjggMC45MSAxLjI4IGMgMC4yOCAwLjM5IDAuNzQgMC42MyAxLjIyIDAuNjIgbCAyLjE2IDAgQyA2Mi42NyAxNi4zMyA2My40MiAxNC44OSA2Mi44MSAxNCBMIDYwLjIyIDEwLjM4IDYyLjYyIDcgQyA2My4yNiA2LjExIDYyLjUgNC42MiA2MS40MSA0LjYyIGwgLTIuMTYgMCBDIDU4Ljc4IDQuNjIgNTguMzEgNC44NiA1OC4wMyA1LjI1IEwgNTcuMzEgNi4yOCA1Ni41NiA1LjI1IEMgNTYuMjkgNC44NiA1NS44MiA0LjYyIDU1LjM0IDQuNjIgbCAtMi4xNiAwIGMgLTAuNDkgLTAgLTAuOTcgMC4yNSAtMS4yNSAwLjY2IC0wLjg2IC0wLjUxIC0xLjg0IC0wLjgxIC0yLjkxIC0wLjgxIC0yLjAzIDAgLTMuODMgMS4wOCAtNC44OCAyLjY5IEMgNDMuMSA1LjUzIDQxLjI3IDQuNDcgMzkuMTkgNC40NyBMIDM5LjE5IDMgQyAzOS4xOSAyLjYxIDM5LjAzIDIuMjEgMzguNzUgMS45NCAzOC40NyAxLjY2IDM4LjA4IDEuNSAzNy42OSAxLjUgbCAtMS43NSAwIGMgLTAuNzEgMCAtMS41IDAuODMgLTEuNSAxLjUgbCAwIDMuMTYgQyAzMy4zOCA1LjEgMzEuOTYgNC40NyAzMC4zOCA0LjQ3IGwgLTMuMzQgMCBjIC0wLjc3IDAuMDIgLTEuNDcgMC43MiAtMS40NyAxLjUgbCAwIDAuMzEgYyAtMS4wMiAtMS4xMiAtMi40NiAtMS44MSAtNC4wOSAtMS44MSAtMS42MyAwIC0zLjA3IDAuNyAtNC4wOSAxLjgxIEwgMTcuMzggMyBjIC0wIC0wLjc5IC0wLjcxIC0xLjUgLTEuNSAtMS41IEwgMTQuNSAxLjUgQyAxMy41NSAxLjUgMTIuMjggMS44NyAxMS42NiAyLjk0IGwgLTEgMS42OSAtMSAtMS42OSBDIDkuMDMgMS44NyA3Ljc3IDEuNSA2LjgxIDEuNSBsIC0xLjQxIDAgQyA1LjM2IDEuNSA1LjMyIDEuNSA1LjI4IDEuNSB6IG0gMTYuMTkgNy43MiBjIDAuNTMgMCAwLjk0IDAuMzUgMC45NCAxLjI4IGwgMCAxLjI4IC0wLjk0IDAgYyAtMC41MiAwIC0wLjk0IC0wLjM4IC0wLjk0IC0xLjI4IC0wIC0wLjkgMC40MiAtMS4yOCAwLjk0IC0xLjI4IHogbSA4LjgxIDAgYyAwLjgzIDAgMS4xOCAwLjY4IDEuMTkgMS4yOCAwLjAxIDAuOTQgLTAuNjIgMS4yOCAtMS4xOSAxLjI4IHogbSA4LjcyIDAgYyAwLjcyIDAgMS4zNyAwLjYgMS4zNyAxLjI4IDAgMC43NyAtMC41MSAxLjI4IC0xLjM3IDEuMjggeiBtIDEwLjAzIDAgYyAwLjU4IDAgMS4wOSAwLjUgMS4wOSAxLjI4IDAgMC43OCAtMC41MSAxLjI4IC0xLjA5IDEuMjggLTAuNTggMCAtMS4xMiAtMC41IC0xLjEyIC0xLjI4IDAgLTAuNzggMC41NCAtMS4yOCAxLjEyIC0xLjI4IHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZm9udC1zaXplOm1lZGl1bTtmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO3RleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDt0ZXh0LWRlY29yYXRpb246bm9uZTtsaW5lLWhlaWdodDpub3JtYWw7bGV0dGVyLXNwYWNpbmc6bm9ybWFsO3dvcmQtc3BhY2luZzpub3JtYWw7dGV4dC10cmFuc2Zvcm06bm9uZTtkaXJlY3Rpb246bHRyO2Jsb2NrLXByb2dyZXNzaW9uOnRiO3dyaXRpbmctbW9kZTpsci10Yjt0ZXh0LWFuY2hvcjpzdGFydDtiYXNlbGluZS1zaGlmdDpiYXNlbGluZTtjb2xvcjojMDAwMDAwO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7bWFya2VyOm5vbmU7dmlzaWJpbGl0eTp2aXNpYmxlO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZTtmb250LWZhbWlseTpTYW5zOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246U2FucyIvPjwvZz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0iZmlsbDojZmZmZmZmIj48cGF0aCBkPSJtIDUuNDEgMyAwIDEyIDEuNzUgMCAwIC05LjkxIDMuNSA1Ljk0IDMuNDcgLTUuOTQgMCA5LjkxIDEuNzUgMCAwIC0xMiBMIDE0LjUgMyBDIDEzLjggMyAxMy4yNSAzLjE2IDEyLjk0IDMuNjkgTCAxMC42NiA3LjU5IDguMzggMy42OSBDIDguMDcgMy4xNiA3LjUxIDMgNi44MSAzIHogTSAzNiAzIGwgMCAxMi4wMyAzLjI1IDAgYyAyLjQ0IDAgNC4zOCAtMS45MSA0LjM4IC00LjUzIDAgLTIuNjIgLTEuOTMgLTQuNDcgLTQuMzggLTQuNDcgQyAzOC43IDYuMDMgMzguMzIgNiAzNy43NSA2IGwgMCAtMyB6IE0gMjEuNDcgNS45NyBjIC0yLjQ0IDAgLTQuMTkgMS45MSAtNC4xOSA0LjUzIDAgMi42MiAxLjc1IDQuNTMgNC4xOSA0LjUzIGwgNC4xOSAwIDAgLTQuNTMgYyAwIC0yLjYyIC0xLjc1IC00LjUzIC00LjE5IC00LjUzIHogbSAyNy41NiAwIGMgLTIuNDEgMCAtNC4zOCAyLjAzIC00LjM4IDQuNTMgMCAyLjUgMS45NyA0LjUzIDQuMzggNC41MyAyLjQxIDAgNC4zNCAtMi4wMyA0LjM0IC00LjUzIDAgLTIuNSAtMS45NCAtNC41MyAtNC4zNCAtNC41MyB6IG0gLTIyIDAuMDMgMCAxMiAxLjc1IDAgMCAtMi45NyBjIDAuNTcgMCAxLjA0IC0wIDEuNTkgMCAyLjQ0IDAgNC4zNCAtMS45MSA0LjM0IC00LjUzIDAgLTIuNjIgLTEuOSAtNC41IC00LjM0IC00LjUgeiBtIDI2LjE2IDAgMy4wMyA0LjM4IC0zLjE5IDQuNjIgMi4xMiAwIEwgNTcuMzEgMTEuOTEgNTkuNDQgMTUgNjEuNTkgMTUgNTguMzggMTAuMzggNjEuNDEgNiA1OS4yNSA2IDU3LjMxIDguODEgNTUuMzQgNiB6IE0gMjEuNDcgNy43MiBjIDEuNCAwIDIuNDQgMS4xOSAyLjQ0IDIuNzggbCAwIDIuNzggLTIuNDQgMCBjIC0xLjQgMCAtMi40NCAtMS4yMSAtMi40NCAtMi43OCAtMCAtMS41NyAxLjA0IC0yLjc4IDIuNDQgLTIuNzggeiBtIDI3LjU2IDAgYyAxLjQ0IDAgMi41OSAxLjI0IDIuNTkgMi43OCAwIDEuNTQgLTEuMTUgMi43OCAtMi41OSAyLjc4IC0xLjQ0IDAgLTIuNjIgLTEuMjQgLTIuNjIgLTIuNzggMCAtMS41NCAxLjE4IC0yLjc4IDIuNjIgLTIuNzggeiBtIC0yMC4yNSAwLjAzIDEuNTkgMCBjIDEuNTkgMCAyLjU5IDEuMjggMi41OSAyLjc1IDAgMS40NyAtMS4xMyAyLjc4IC0yLjU5IDIuNzggbCAtMS41OSAwIHogbSA4Ljk3IDAgMS41IDAgYyAxLjQ3IDAgMi42MiAxLjI4IDIuNjIgMi43NSAwIDEuNDcgLTEuMDQgMi43OCAtMi42MiAyLjc4IGwgLTEuNSAwIHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIi8+PC9nPjwvZz48L3N2Zz4="); }

.leaflet-container.dark .leaflet-bar {
  background-color: #404040;
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75); }

.leaflet-container.dark .leaflet-bar a {
  color: #404040;
  border-color: rgba(0, 0, 0, 0.5); }

.leaflet-container.dark .leaflet-bar a:active, .leaflet-container.dark .leaflet-bar a:hover {
  background-color: #505050; }

.leaflet-container.dark .leaflet-control-attribution, .leaflet-container.dark .map-info-container, .leaflet-container.dark .mapbox-info-toggle {
  background-color: rgba(0, 0, 0, 0.5);
  color: #f8f8f8; }

.leaflet-container.dark .leaflet-control-attribution a, .leaflet-container.dark .leaflet-control-attribution a:hover, .leaflet-container.dark .map-info-container a, .leaflet-container.dark .map-info-container a:hover {
  color: #fff; }

.leaflet-container.dark .leaflet-control-layers-list span {
  color: #f8f8f8; }

.leaflet-container.dark .leaflet-control-layers-separator {
  border-top-color: rgba(255, 255, 255, 0.1); }

.leaflet-container.dark .leaflet-bar a.leaflet-disabled, .leaflet-container.dark .leaflet-control .mapbox-button.disabled {
  background-color: #252525;
  color: #404040; }

.leaflet-container.dark .leaflet-control-mapbox-geocoder > div {
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75); }

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a {
  border-color: #ddd #202020;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.75); }

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results span {
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75); }

@media only screen and (max-width: 800px) {
  .mapbox-modal-body {
    width: 83.3333%;
    margin-left: 8.3333%; } }

@media only screen and (max-width: 640px) {
  .mapbox-modal-body {
    width: 100%;
    height: 100%;
    margin: 0; } }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

.leaflet-container img.leaflet-tile {
  max-width: none !important; }

.leaflet-container img.leaflet-marker-icon {
  max-width: none; }

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important; }

.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-oldie .mapbox-modal .mapbox-modal-content {
  display: none; }

.leaflet-oldie .mapbox-modal.active .mapbox-modal-content {
  display: block; }

.map-tooltip {
  width: 280px\8; }

.leaflet-oldie .leaflet-container.dark .map-tooltip .close, .leaflet-oldie .leaflet-control-layers-toggle, .leaflet-oldie .leaflet-control-zoom-in, .leaflet-oldie .leaflet-control-zoom-out, .leaflet-oldie .leaflet-popup-close-button, .leaflet-oldie .map-tooltip .close, .leaflet-oldie .mapbox-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXnSURBVHic7ZxfiFVFGMB/33pRUQsKto002DY3McJ6yBYkESQxpYTypaB66KEXYRWLYOlhr9RTRGWRUkk9RyEU+Y9ClECJVTKlPybWBilqkYuWrqBOD/NdPV7PmTPn3NPtat/AcO6ZP9/vfN/Mmfl2Zs6Kc452hK62UAxkIANdEURkVERGC9crOjKIiANwzkmRep1lOjWXa2ijaU7jaGWgKsL110a1EnV+LQMqbLqyobO6t4EMZCADGchABrqmQUlPNSWOVgaqIpi7ZSADGchABjKQga49kIjURaQem14apGE4KVR/D0fXds5FRaAOOL1e+h1dP7ZgE6wQxDnXvs7QWaZLE1wUVmRNdY1zrp6wRF0kfqHYnHwDGchABjJQIETNRyIyFVgBzAPmavIIsAt4xzn3d66QiNl1PnCYy05JczwMzG9pKlfIhQCkES/kwUKQqRma9GpM02xqGXdrBdCXZm2NzaFP66SGUGeYl5E+WqJO0HRHSG+PXtJN54AjVbhbjQcbBSjiakH4hR0p+hChOiHQrhKg7Drt6t7//Qtb9RAU5XtXMaiak28gAxnIQO0Gicg0EXlMRDaIyFGNGzRtWhQpMA/1A6uAL4BzZM9H57TMKqC/8HyUPFhZJLiMI4sh0/UDK4FtwHig3LiWWal1UkPsDDsFWAgsBZZo8hZgM7DdOXcmV0igjQ4Ba4HFwORAuclaZi1wqNU2OgNsVw22aNoS1XAhMCXx4OkubOBJZwKDwFbgLNm97qyWGQRmtuoFWRsV0ujabCPzVA1kIAMZqBNAIjIgImPNRxUzK+SsmtRJn4Pqmj8AjCXzsmTlaTSck/8zcDRX/QiNMp8S6Ab2a5nvG5plyioDaoLs1/sBYKwyUBokkTdQJeiVZgi6UR+UVQI0QWHdoXKFvKDYz7RiynXctk7LPlmeRmsKyAqWNQfSQAYykIGuS5CI1ERkSET2ishpvQ6JSLE93ByfoQbsRHeNgfe4vOO8E6iF6hdxToZU6OqGUIWv1vShqkB7VYNaU3pN0/fGgvLa6C5gk3PufJO5zwObgDuraqM8jbZWpdEnwG3AYKOX6XVQ07+sSqNQr3P4QxS9LXeGBGxIzTiGXwR8QSHRsCj7ZjxAbxFYaVAKbMe/BkrAduRpZJ6qgQxkoP8DKDRY1sk/s5W6YFhoUG3nFnZeOIJfxLgXWB7zBFmmyzPT44my9zXSC098OZCTwCQttzOZVzVoX1a5LHmdtYyWDM29yjknItKF3xSelFWvKo1mhCClQLo1sC95T8T/ebr+xrqOABVZT82tY56qgQxkIAN1CkhEulsGiUi3iCzKyJsjIpuBYyLyo4isFpHXReTuTFLAr1sOnAeeT8nbzNW+3rfAM2UcyAcSQj4FngR68Ot0F1NA24CuMqBu4PMUgYdS0hzwYqlFJ+AeNV3s30aLSoEUtjEScoHE3nkZ0Ay1fR7o3ZCcGNAEYHcO5A/g5pZACpsMPEf6UexTwCN5MvI6w2zgaeBt4HQK5BsC57ubY+jPll/wHzn1Ayc07QD+u6MR4GPn3LlA/SuCOZAGMpCBDFRhiF50EpFl+PP49wOzgIPAHmCLc+6zXAERE18P+b7DRqAnJCfvfF0P/mTgLZr0l97vB27CL3HO0rwTwBzn3PHCGiU0uQisA6bhzT0T/T4ZeAr4s6FZmal8WcI0LwETgdfwHzY1XKz3teyjibLLioLWa8UDeG/oZbxD+QHwdULwg1r+K71fXxQ0ohXfAgS/Mvyh5i1MgNZp2qt6P5ImL/QezdbrSeAG4EbVJJkH8LteJ+p1FikhBPpNr3Odc6fUNHdo2oJEucbX8Y2zDQeLgr7T62IReRb4AX9mGGC6Xo8Bu0VkOvCQpu1JlRZoo6Vc/WL2ad4C4A28CWvAR5TtdU0dwqH/ewHvHi8HbgUexh+euDRCFH6PVOh0/FKzw3um4M8zpA1DxwkMQzFjXR9+d/9N1WI8BZI71kU56Aq8HXgC+Ak/5o3gX+rUNmmO5nsbqP2gfwCyvJzPNoKXiAAAAABJRU5ErkJggg==); }

.leaflet-oldie .leaflet-container.dark .leaflet-control-layers-toggle, .leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-in, .leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-out, .leaflet-oldie .leaflet-container.dark .mapbox-icon, .leaflet-oldie .mapbox-button-icon:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXYSURBVHic7ZxfiFVFHMc/a4uKWtDDtqJGZprYgwX5ByTdkkLbSgghCiKih14EBYtg6aEr9RRREKRUUs9hGEVtChKaYMkq2VqWmnUX2tKiNDNZY/Xbw/wue7x7zsw559626zY/GM6df7/P+c3MPfO7M3NumyTGQiaMCSWCIiiC6qVqoZC0lXgy1Cq0FanUck1XxVmSNL8WrzYT1LCMvz5qL1FnoAyoTNOVkpYb3hEUQREUQREUQRF0RYOqjHim9aHaTFDDEt2tCIqgCIqgCIqgCLoiQRULedNLgwCeq1NasbR8IilvqMhJpe5zrvpFQElYIYiksRsMLdd0aYoLwYqsqW5i9KjLLdHJj6AIiqAIiiCP5J2PpgLrgGXAYkvrA/YBrwF/BTXkmB2XSzqhbDlhZRqaypdLuuiB1ORiCOaDTM2wZLaFNMumZunzDYZ1wJy01ubyPfOazLE6qeIbDMsy0qsl6ngtWpyRfqOFInVKbWFXS9TxWtRXQl9mHR9oXwlQdp2xGt4t8YVt6iMor+/d8EM1OvkRFEERFEH/AWga8CCwFfjJwlZLm5ZHge/pPQ+4z8IKYGJGub+BT4GPLBwvCio7f6QeWfQ13TxgA7ATGPKUG7IyG6xOOj3nxDcFWAl0A/da2sdAL/AJcD6kwAc6bop6gT1kWzUZ6LKb6CbDqrx9dB535704S8BZ1o2zdEpSZ1HQ3MRddtmdp8kQzuKa9d8VBSUl9lEh0Pjro6ZKy00TERRBERRBLQZaCpxh9FHFUqBKiiJZ+n5gFfBHnrsKgUKb7t/j/PCwBNZwapKW1yGp3/KPSDrjKVsalIT0W3ypwZoGSoPU8pY2E/RCCqSiwJ55GdBVBusIlCu0Xpf3Na1guZbb1mnYJwtZtKmALm/Z6EBGUARFUASNV1A70AMcBP60aw9F93ADPkO7pD3mDwxKesOusvT2QP3czkmPKd2YUNpucVl+LlBo4jsITAduAIbrmnMAOAncnqflQn10M26JebgufdjSb8oDyQM6hlv3ru/4dkv/vFmgd4EZwPoErN3iM4BdeUGNjDpJqsrtmzc86mqwHkkH5X4t7JD0tEFyw3INzYwwuwisEVA9bPe/CarBdocsip5qBEVQBP3fQRWyX4jOCpUsZS2xhR2SQdwixq3A2lDhMkcTa7Ie2G6fwzfsmax8clrSJCu3py4vVV/ZphsALtjnFXkqtNwyWlLqR1Ub7obPA5OyKjXLolk+SFmQgEN18eD/PLXEI2j8gYqspwbrRE81giIogiKohUAdzQB1APdk5C3Ends6CXwLbAReBm7J1OZxINdKGpb0VEpeb4pT+aWkx8os0SxJKHlf0iOSOiXNkHQpBbRT0oQyoA5JH6YoPJ6SJknPeHR5+6gTWJ2SPjej/BceXV7QV8AHvsoJucTlvt5o8ZkraZa1fUheD+gJfo9+Bq4JlPkNt4Xgl9CdSJos6UlJF1IsOSvp/hw6vL8mFgCLgCXA44w+730IeIiM89314gP9ACzHHXD9xdIO49476gO2MfJjLCjRgYygCIqgCGqiFFl0WoM7j78ImA8cBQ7gzuaHp/wck1anpO2BqXy7lSu9I9YJ9APXWfycxfuBa4HbzDpwc9ZC4FQZi2qWXJK0WdI0ue3SuRp5P/lRSb8nLCvsQK5JNM2zkiZKeknSkKVdlPSmlX0gUXZNUdAWq3hY7tzj83K++FuS9icU32Hl91p8S1FQn1V8VVKb3Mrw25a3MgHabGkvWrwvTZ/ve7TArqeBq3H+3f66PIBf7VrzkuaTIj7Qj3ZdDJwF9jLy5wJdiXK1t+NrZxuOFgV9bddVwBPAN8ARS5tp15PAZxa/29IOpGrz9FG3Rsscy+uS9IqkBXLD/Z1GRl1yQEjuHANy7vFaSdMlrZa0K1Gm1PcISTMlDZiSbZa2I8VSSTolz2Mo9PQeBO7CvTE1iDtRc2dKuffwPX4CfVQfrpf0sKRjks5Zs27J6pP6EH3vCBp70D8db2VXFPfIagAAAABJRU5ErkJggg==); }

.leaflet-oldie .mapbox-logo-true {
  background-image: none; }

path.map-paths {
  stroke: #eee;
  cursor: pointer; }
  path.map-paths.hovered {
    stroke: #bbb;
    stroke-width: 2px; }

path.voronoi {
  fill: none;
  stroke: #ccc; }

text.state-labels {
  font-size: 15px;
  font-family: FranklinITCProBold;
  pointer-events: none;
  opacity: 0; }
  @media (min-width: 675px) {
    text.state-labels {
      opacity: 0.3; } }

circle.shooting {
  fill: #f26414;
  opacity: 0.4;
  stroke: white;
  pointer-events: none; }
  circle.shooting.filtered {
    fill: #bbb; }

/*.ie.lt-ie10 .leaflet-control-backbutton.leaflet-control {
	display: none;
}*/
.leaflet-control-backbutton.leaflet-control {
  width: 55px;
  height: 55px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer; }
  .leaflet-control-backbutton.leaflet-control a {
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: black;
    text-transform: uppercase;
    font-family: FranklinITCProBold;
    padding: 0.2rem;
    margin: 0; }
  .leaflet-control-backbutton.leaflet-control img {
    width: 100%;
    top: 9px;
    position: relative; }

#map-mapbox .leaflet-popup-close-button {
  margin-top: 70px; }
  @media (min-width: 675px) {
    #map-mapbox .leaflet-popup-close-button {
      margin-top: 0; } }

#map-mapbox .leaflet-popup-content-wrapper {
  margin-top: 70px;
  font-size: 16px;
  line-height: 24px;
  color: #4c4c4c;
  font-size: 1em;
  line-height: 1.4em;
  border-radius: 0px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5); }
  @media (min-width: 675px) {
    #map-mapbox .leaflet-popup-content-wrapper {
      margin-top: 0; } }

#map-wrap {
  clear: both;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

#map-svg {
  transition: opacity 1s;
  background: white;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  height: 350px;
  /*@include breakpoint(xs) {
		height: 450px;
	}

	@include breakpoint(sm) {
		height: 350px;
	}

	@include breakpoint(md) {
		height: 400px;
	}

	@include breakpoint(lg) {
		height: 500px;
	}*/
  /*@include breakpoint(lg) {
		height: 630px;
	}*/ }
  #map-svg.hide {
    display: none; }
  #map-svg svg {
    display: block;
    /*position: relative;*/ }
    @media (min-width: 675px) {
      #map-svg svg {
        /*right: -75px;*/
        /*margin-left: 75px;*/ } }

#map-mapbox {
  width: 100%;
  height: 400px; }
  @media (min-width: 675px) {
    #map-mapbox {
      height: 550px; } }
  @media (min-width: 1275px) {
    #map-mapbox {
      height: 750px; } }

#locator {
  width: 100%;
  background-color: #333;
  border: none;
  color: white;
  border-radius: 3px;
  padding: 1rem;
  font-size: 18px;
  margin: 0 auto; }
  @media (min-width: 480px) {
    #locator {
      width: 200px; } }

#home {
  width: 100%;
  background-color: #333;
  border: none;
  color: white;
  border-radius: 3px;
  padding: 1rem;
  font-size: 18px;
  margin: 0 auto; }
  @media (min-width: 480px) {
    #home {
      width: 200px; } }

.css-icon-tiny {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(242, 100, 20, 0.3);
  border: 1px solid white; }

.css-icon-small {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(242, 100, 20, 0.5);
  border: 1px solid white; }

.css-icon-large {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(242, 100, 20, 0.5);
  border: 1px solid white; }

#js-visual-2 #wp-graphics-tooltips {
  display: none; }
  @media (min-width: 675px) {
    #js-visual-2 #wp-graphics-tooltips {
      display: block; } }

.tooltipWrapper p {
  font-family: FranklinITCProLight; }

.hide {
  /*top: 0;
	position: absolute;
	z-index: -1;*/
  display: none; }
  .hide .ie.lt-ie10 {
    display: block; }

@media (min-width: 675px) {
  #stateForm {
    display: none; } }

#map-svg-wp-graphics-tooltip h3 {
  margin: 0;
  padding: 0; }

#map-svg-wp-graphics-tooltip p {
  margin: 0;
  padding: 0; }

#map-svg-wp-graphics-tooltip p.not-mapped {
  font-size: 0.9rem;
  color: #555;
  font-style: italic; }

.tooltipWrapper p {
  padding: 0;
  margin: 0;
  color: #4c4c4c;
  font-size: 1em;
  line-height: 1.4em; }

.tooltipWrapper.tooltipWrapperPeople p {
  display: inline;
  font-size: 14px; }

p.tooltipHeader {
  font-family: FranklinITCProBold, Helvetica, Arial, sans-serif; }

.tooltipWrapper img {
  float: left;
  width: auto;
  max-height: 100px;
  padding: 0 1em 0 0; }

/*#map-ie {
	display: none;
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;

	.ie.lt-ie11 & {
		display: block;
	}
}*/
#map-mapbox .leaflet-div-icon {
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(153, 153, 153, 0);
  border-color: transparent; }

.marker {
  border-radius: 50%;
  text-align: center;
  background: rgba(242, 100, 20, 0.5);
  color: white;
  border: 1px solid white; }
  .marker.large {
    line-height: 50px;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-16px, -16px);
            transform: translate(-16px, -16px); }
  .marker.medium {
    line-height: 35px;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-9px, -9px);
            transform: translate(-9px, -9px); }
  .marker.small {
    line-height: 20px;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }

.scale-wrapper {
  /*h4 {
		margin-bottom: 0.4rem;
		font-size: 1.1rem;
	}*/
  /*.note { 
		margin-top:10px;
	}*/ }
  @media (min-width: 675px) {
    .scale-wrapper {
      /*position: absolute;*/
      /*width: 145px;*/ } }
  .scale-wrapper #scale {
    width: 120px; }
    .scale-wrapper #scale .bar {
      widbth: 100%;
      height: 12px;
      background: #eeeeee;
      /* Old browsers */
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to right, #eeeeee 0%, #bbbbbb 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=1 );
      /* IE6-9 */ }
    .scale-wrapper #scale .min {
      float: left; }
    .scale-wrapper #scale .max {
      float: right; }

#map-info {
  position: static;
  width: 100%;
  /*z-index: 10;*/ }
  @media (min-width: 675px) {
    #map-info {
      /*width: 145px;
		margin: 0 auto;
		overflow: auto;
		position: absolute;
		top: 0;
		left: 0;*/ } }
  @media (min-width: 992px) {
    #map-info {
      /*position: static;*/ } }
  #map-info h4 {
    margin: 0.8em 0 0.2em 0;
    color: #4c4c4c;
    font-size: 1em;
    font-family: FranklinITCProLight, Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  #map-info p {
    margin: 0 0 0.4em 0; }

.map-key i {
  color: #f26414; }

.map-key i.fa-circle {
  font-size: 13px; }

/* http://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v0.4.0/MarkerCluster.css */
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in; }

.ie.lt-ie11 .can-click {
  display: none; }

/* font face stuff */
@font-face {
  font-family: 'figures';
  src: url("../fonts/figures.eot");
  src: url("../fonts/figures.eot") format("embedded-opentype"), url("../fonts/figures.ttf") format("truetype"), url("../fonts/figures.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.icon-figure {
  font-family: 'figures';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-figure21:before {
  content: "\e607"; }

.icon-figure20:before {
  content: "\e608"; }

.icon-figure19:before {
  content: "\e609"; }

.icon-figure18:before {
  content: "\e60a"; }

.icon-figure17:before {
  content: "\e60b"; }

.icon-figure16:before {
  content: "\e60c"; }

.icon-figure15:before {
  content: "\e60d"; }

.icon-figure14:before {
  content: "\e60e"; }

.icon-figure13:before {
  content: "\e60f"; }

.icon-figure12:before {
  content: "\e610"; }

.icon-figure11:before {
  content: "\e611"; }

.icon-figure10:before {
  content: "\e612"; }

.icon-figure9:before {
  content: "\e613"; }

.icon-figure8:before {
  content: "\e614"; }

.icon-figure7:before {
  content: "\e600"; }

.icon-figure6:before {
  content: "\e601"; }

.icon-figure5:before {
  content: "\e602"; }

.icon-figure4:before {
  content: "\e603"; }

.icon-figure3:before {
  content: "\e604"; }

.icon-figure2:before {
  content: "\e605"; }

.icon-figure1:before {
  content: "\e606"; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  25% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  75% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  25% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  75% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes rotateUp {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

@keyframes rotateUp {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

@-webkit-keyframes rotateDown {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes rotateDown {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes moveOffScreenLeft {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%); }
  100% {
    -webkit-transform: translate(-200%);
            transform: translate(-200%); } }

@keyframes moveOffScreenLeft {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%); }
  100% {
    -webkit-transform: translate(-200%);
            transform: translate(-200%); } }

@-webkit-keyframes moveOnScreenLeft {
  0% {
    -webkit-transform: translate(200%);
            transform: translate(200%); }
  100% {
    -webkit-transform: translate(0%);
            transform: translate(0%); } }

@keyframes moveOnScreenLeft {
  0% {
    -webkit-transform: translate(200%);
            transform: translate(200%); }
  100% {
    -webkit-transform: translate(0%);
            transform: translate(0%); } }

@-webkit-keyframes moveOffScreenRight {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%); }
  100% {
    -webkit-transform: translate(200%);
            transform: translate(200%); } }

@keyframes moveOffScreenRight {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%); }
  100% {
    -webkit-transform: translate(200%);
            transform: translate(200%); } }

@-webkit-keyframes moveOnScreenRight {
  0% {
    -webkit-transform: translate(-200%);
            transform: translate(-200%); }
  100% {
    -webkit-transform: translate(0%);
            transform: translate(0%); } }

@keyframes moveOnScreenRight {
  0% {
    -webkit-transform: translate(-200%);
            transform: translate(-200%); }
  100% {
    -webkit-transform: translate(0%);
            transform: translate(0%); } }

section.pgBorder-top {
  border-top: solid 1px #3A3A3A; }

article.pgArticle {
  padding: 0 1rem; }

/* template correx */
.pgGraphicHeader {
  width: 100%; }

.pgArticle {
  padding: 0; }

.pgChart {
  margin: 0; }

.leaderboard {
  background-color: #4c4c4c; }

.social-tools .tool {
  display: inline-block;
  margin: 0 0.5em;
  border-left: none; }

.social-tools a {
  border-bottom: none; }

.social-tools a:hover {
  opacity: 1; }

section.pgContent,
header.pgGraphicHeader,
div.intHeader,
div.pgContent {
  overflow: visible; }

/* general styles */
.noWrap {
  display: inline;
  white-space: nowrap; }

.restrictedWidth {
  width: 80%;
  margin: 0 auto; }

.is-hiddenOnLoad {
  visibility: hidden; }

/* header */
.intHeader {
  padding: 1em 0 2.5em 0;
  background-color: #4c4c4c;
  text-align: center; }

.intHeader p {
  margin: 0;
  color: #ffffff;
  font-size: 1.2em; }

.intHeader .social-tools {
  margin: 2em 0 0 0;
  text-align: center; }

.intHeader .social-tools a {
  padding: 0 0.4em;
  color: #f08821;
  font-size: 1.2em; }

.headerTitle {
  padding: 0; }

.headerTitle p {
  display: inline-block; }

p.headerNumber {
  padding: 0.1em 0.2em 0 0;
  color: #f08821;
  font-size: 13em;
  text-align: right;
  line-height: 1em;
  vertical-align: middle; }

p.headerNumber2015 {
  margin: 0.5em 0;
  padding: 1em 0 0 0;
  border-top: 1px solid #ffffff;
  font-size: 2em; }

p.headerNumber2015 span {
  color: #f08821;
  font-family: FranklinITCProBold, Helvetica, Arial, sans-serif; }

p.headerDescrip {
  font-size: 4.3em;
  font-family: FranklinITCProThin, Helvetica, Arial, sans-serif;
  text-align: left;
  vertical-align: middle; }

p.headerDescrip span {
  display: block; }

.headerIntro {
  margin: 2em auto 0 auto; }

.headerIntro p {
  font-size: 1.3em;
  text-align: left; }

.headerFilter {
  margin: 0 0 1em 0; }

.headerFilter p {
  margin: 0 0.2em 0 0; }

.headerFilter a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff; }

.headerFilter span.headerHighlight {
  display: inline-block;
  margin: 0 0 0.5em 0.5em;
  color: #f08821;
  font-family: FranklinITCProBold, Helvetica, Arial, sans-serif;
  border-bottom: 2px solid #f08821;
  cursor: pointer; }

.headerIntro p span i {
  padding: 0 1em 0 0; }

p.headerSourceLine {
  color: #ffffff;
  line-height: 1.4em;
  text-align: center; }

p.headerSourceLine:first-child {
  margin: 0 0 0.8em 0; }

p.headerSourceLine a {
  border-bottom: 1px solid #949494;
  color: #ffffff; }

/* grey header */
.intHeader.is-grey p,
.intHeader.is-grey a,
.intHeader.is-grey span,
.intHeader.is-grey span.headerHighlight {
  color: #4c4c4c; }

.intHeader.is-grey p {
  border-top: none; }

.intHeader.is-grey a {
  border-bottom: 1px solid #4c4c4c; }

.intHeader.is-grey span.headerHighlight {
  background-color: #4c4c4c;
  border: #4c4c4c; }

.intHeader.is-grey .headerBorderTop {
  border-top: 1px solid #4c4c4c; }

.navSystem p,
.intWrapper p {
  color: #4c4c4c; }

/* nav system */
.navSystem.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #DADADA;
  z-index: 5; }

.navSystem p {
  margin: 0; }

p.navCloseButton {
  padding: 0.7em 0;
  background-color: #EDEDED;
  color: #f26414;
  font-size: 1em;
  font-family: FranklinITCProBold, Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }

p.navCloseButton.is-wobbly {
  -webkit-animation: wobble 400ms 4;
  animation: wobble 400ms 4;
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

p.navCloseButton i {
  padding: 0 0.4em;
  -webkit-animation: rotateDown 200ms 1;
  animation: rotateDown 200ms 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.navSystem.is-open p.navCloseButton i {
  -webkit-animation: rotateUp 200ms 1;
  animation: rotateUp 200ms 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.navTags {
  padding: 0.4em 18px 0 18px;
  background-color: #EDEDED; }

.navTags > div.is-hidden {
  display: none; }

.navTagList {
  display: inline-block; }

p.navFilterText {
  display: inline-block;
  margin: 2px 0;
  padding: 0.5em 2.2em 0.5em 0.8em;
  text-transform: uppercase; }

p.navTag {
  position: relative;
  display: inline-block;
  margin: 2px;
  padding: 0.5em 2.5em 0.5em 0.8em;
  background-color: #f26414;
  color: #ffffff;
  font-family: FranklinITCProBold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer; }

p.navTag i.fa-times {
  position: absolute;
  right: 0.8em;
  margin: 1px 0 0 0; }

/* filters */
.navFilters {
  padding: 1em 0 0 0;
  background-color: #EDEDED; }

.navFilters > div {
  display: none;
  padding: 0.4em 0 0 0; }

.navTwoCol {
  display: inline; }

.navFourCol {
  float: left;
  width: 25%;
  padding: 0 8px; }

.navFilter {
  margin: 0; }

.navFilter-gender,
.navFilter-race,
.navFilter-age {
  margin: 0 0 1.4em 0; }

.navFourCol p {
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.8em; }

.navHeader {
  margin: 0 0 4px 0; }

.navHeader > p {
  display: inline-block;
  font-family: FranklinITCProBold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em; }

.navHeader i.fa-plus {
  display: none; }

.navSelect {
  display: none; }

.navItems,
.navFilter.is-open .navItems {
  display: block; }

p.navItem {
  position: relative;
  border-top: 1px solid #dcdcdc;
  cursor: pointer; }

span.navCount {
  position: absolute;
  right: 10px;
  color: #b4b4b4;
  text-align: right; }

p.navItem:hover {
  background-color: #f26414;
  color: #ffffff;
  opacity: 0.6; }

p.navItem:hover span.navCount {
  color: #ffffff; }

p.navItem.is-active {
  background-color: #f26414;
  color: #ffffff; }

p.navItem.is-active:hover {
  opacity: 1; }

p.navItem.is-active span.navCount {
  color: #ffffff; }

p.navNumber {
  display: inline-block;
  padding: 0 0.8em 0 0;
  margin: 0 0.5em 0 0;
  border-right: 2px solid #4c4c4c;
  font-family: FranklinITCProBold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 100%; }

.navItems .navSelect {
  margin: 1em auto; }

.navState {
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 2px solid #EDEDED;
  background-color: #D2D2D2;
  text-align: center;
  line-height: 2em;
  cursor: pointer; }

.navState:hover {
  background-color: #f39e6e; }

.navState.is-active {
  background-color: #f26414;
  color: #ffffff; }

.navState-color0 {
  background-color: #EDEDED;
  color: #b4b4b4;
  cursor: default; }

.navState-color0:hover {
  border: 2px solid #EDEDED;
  background-color: #EDEDED; }

/* visual system */
.visualSystem {
  position: relative;
  padding: 0 0 2em 0;
  margin: 0 auto 4em auto; }

.visLeftButton,
.visRightButton {
  position: absolute;
  top: 0%;
  width: 10%;
  height: 100%;
  background-color: #ffffff;
  color: #4c4c4c;
  text-align: center;
  cursor: pointer;
  z-index: 2; }

.visLeftButton {
  left: 0; }

.visRightButton {
  right: 0; }

.visLeftButton div,
.visRightButton div {
  position: absolute;
  top: 10%;
  width: 100%;
  color: #f26414; }

.visLeftButton > div > i.fa,
.visRightButton > div > i.fa {
  display: block;
  font-size: 3em;
  opacity: 0.6; }

.visLeftButton p,
.visRightButton p {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 0.87em;
  line-height: 1.2em;
  text-transform: uppercase;
  opacity: 0.6; }

.visLeftButton p span,
.visRightButton p span {
  display: block; }

.visLeftButton i.icon-figure,
.visRightButton i.icon-figure {
  color: #f26414;
  font-size: 2em; }

p.visArrowLeftMobile,
p.visArrowRightMobile {
  display: none; }

.visLeftButton img,
.visRightButton img {
  display: block;
  width: 80%;
  max-width: 36px;
  margin: 0 auto; }

.visLeftButton:hover > div > i.fa,
.visRightButton:hover > div > i.fa,
.visLeftButton:hover p,
.visRightButton:hover p {
  opacity: 1; }

.visItem {
  display: none; }

.visItem.is-old-left {
  -webkit-animation: moveOffScreenLeft 200ms 1;
  animation: moveOffScreenLeft 200ms 1;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%); }

.visItem.is-current-left {
  display: block;
  -webkit-animation: moveOnScreenLeft 200ms 1;
  animation: moveOnScreenLeft 200ms 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.visItem.is-old-right {
  -webkit-animation: moveOffScreenRight 200ms 1;
  animation: moveOffScreenRight 200ms 1;
  -webkit-transform: translateX(200%);
          transform: translateX(200%); }

.visItem.is-current-right {
  display: block;
  -webkit-animation: moveOnScreenRight 200ms 1;
  animation: moveOnScreenRight 200ms 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.ie .visItem.is-old-left {
  margin-left: -200%;
  visibility: hidden; }

.ie .visItem.is-current-left {
  margin-left: 0;
  visibility: visible; }

.ie .visItem.is-old-right {
  margin-left: 200%;
  visibility: hidden; }

.ie .visItem.is-current-right {
  margin-left: 0;
  visibility: visible; }

p.visHeader {
  margin: 2em 0 1em 0;
  font-size: 1.2em;
  font-family: FranklinITCProBold, Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

p.visHeader.map {
  margin-bottom: 0px; }

p.visSourceLink {
  float: none;
  clear: both;
  padding: 1em 0 2em 0;
  margin: 0; }

p.visSourceLink a {
  color: #4c4c4c;
  border-bottom: 1px solid #4c4c4c; }

/* people */
.visMonthWrapper {
  color: #4c4c4c;
  font-size: 0.9em; }

.visMonthWrapper p {
  display: inline;
  margin: 0;
  padding: 0 0.3em 0 0.8em;
  text-transform: uppercase; }

.visMonthWrapper span.monthWrapperCount {
  padding: 0 0.3em 0 0; }

.icon-figure {
  display: inline-block;
  padding: 6px 2px;
  color: #4c4c4c;
  font-size: 1.8em;
  vertical-align: middle;
  cursor: pointer; }

.icon-figure.is-transparent {
  opacity: 0.3;
  cursor: default; }

.icon-figure.is-active {
  color: #f26414; }

/* tooltip */
div.wp-graphics-tooltip {
  width: 250px;
  max-width: 250px; }

.tooltipWrapper p {
  display: block;
  padding: 0;
  margin: 0;
  color: #4c4c4c;
  font-size: 1em;
  line-height: 1.4em; }

.tooltipWrapperPeople p {
  display: inline; }

p.tooltipHeader {
  font-family: FranklinITCProBold, Helvetica, Arial, sans-serif; }

.tooltipWrapper img {
  float: left;
  width: auto;
  max-height: 100px;
  padding: 0 1em 0 0; }

/* cartogram */
.visCartogram {
  width: 100%;
  padding: 0 0 1em 0; }

.visCarto {
  max-width: 500px;
  margin: 0 auto; }

p.visBlock {
  float: left;
  display: inline-block;
  padding: 0;
  margin: 1px 1px 0 0;
  text-align: center;
  cursor: default; }

p.visState-color0,
p.visState-color0highlight {
  color: #b4b4b4; }

p.visState-color1 {
  background-color: #f5f5f5; }

p.visState-color2 {
  background-color: #DADADA; }

p.visState-color3 {
  background-color: #b4b4b4;
  color: #ffffff; }

p.visState-color4 {
  background-color: #4c4c4c;
  color: #ffffff; }

p.visState-color1highlight {
  background-color: #f5f5f5; }

p.visState-color2highlight {
  background-color: #f5d8c8; }

p.visState-color3highlight {
  background-color: #f39e6e;
  color: #ffffff; }

p.visState-color4highlight {
  background-color: #f26414;
  color: #ffffff; }

.descripWrapper p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.6em; }

.visCartoLegend {
  width: 22em;
  margin: 0 auto; }

.visCartoLegend > div {
  width: 100%; }

.visCartoLegendCopy {
  margin: 0 0 0 -10%; }

.visCartoLegend p {
  width: 20%;
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0;
  font-size: 0.9em;
  text-align: center; }

.visCartoLegend span {
  display: inline-block;
  width: 20%;
  height: 14px;
  margin: 0 0 0 -4px; }

span.visCartoLegendColor-0 {
  background-color: #f5f5f5; }

span.visCartoLegendColor-1 {
  background-color: #DADADA; }

span.visCartoLegendColor-2 {
  background-color: #b4b4b4; }

span.visCartoLegendColor-3 {
  background-color: #4c4c4c; }

.visCartoLegend.is-filtered span.visCartoLegendColor-1 {
  background-color: #f5f5f5; }

.visCartoLegend.is-filtered span.visCartoLegendColor-1 {
  background-color: #f5d8c8; }

.visCartoLegend.is-filtered span.visCartoLegendColor-2 {
  background-color: #f39e6e; }

.visCartoLegend.is-filtered span.visCartoLegendColor-3 {
  background-color: #f26414; }

/* geo map */
.visGeoMap,
#map-wrap,
#map-svg,
#map-mapbox {
  width: 100%; }

/* list */
.visList {
  width: 80%;
  margin: 0 auto; }

.visList p {
  margin: 0; }

.visList p.visHeader {
  margin: 0.5em 0; }

.listMonthWrapper {
  position: relative; }

.listMonthWrapper.is-hidden {
  display: none; }

p.listMonthHeader {
  display: inline-block;
  float: left;
  color: #949494;
  text-transform: uppercase; }

a.listMonthEmail {
  float: right;
  padding: 0;
  display: inline-block;
  color: #949494; }

a.listMonthEmail i {
  padding: 0 0 0 0.4em; }

.listWrapper {
  padding: 2em 0;
  border-top: 1px solid #dcdcdc; }

.listWrapper.is-hidden {
  display: none; }

.listPhotoWrapper {
  float: right;
  padding: 0 0 0 2em; }

.listWrapper img {
  max-width: auto;
  max-height: 150px; }

.copyWrapper {
  margin: 0 0 0.4em 0; }

.copyWrapper > p {
  display: inline; }

p.listName {
  font-size: 1.4em;
  font-family: FranklinITCProBold, Helvetica, Arial, sans-serif; }

p.listBlurb {
  font-size: 1.2em;
  line-height: 1.5em; }

.listEditorsNote {
  margin: 1.2em 0 2em 0; }

.listEditorsNote p {
  line-height: 1.5em; }

.listMetaWrapper {
  margin: 0 0 0.8em 0; }

.listMetaWrapper > p {
  display: inline-block;
  font-size: 0.9em;
  text-transform: uppercase; }

.listMetaWrapper > span {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.6em 0.2em 0.6em;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  background-color: #4c4c4c; }

.resourcesWrapper a {
  display: inline-block;
  margin: 0 1.4em 0 0;
  vertical-align: middle; }

.resourcesWrapper i {
  margin: 0 0.4em 0 0;
  color: #f26414;
  font-size: 1em; }

.resourcesWrapper p {
  display: inline-block;
  color: #949494; }

.listVideoWrapper,
.listSourcesWrapper {
  display: inline-block; }

.resourcesWrapper,
.listSocialWrapper {
  display: inline-block; }

.listSocialWrapper.social-tools a {
  padding: 0 0.3em;
  margin: 0 0.6em 0 0;
  color: #949494;
  font-size: 0.7em; }

.pgChart {
  overflow: hidden; }

/* iframe */
.iframe .is-hiddenOnLoad {
  visibility: visible; }

.iframe .visualSystem {
  width: 100%; }

.iframe .visCartogram,
.iframe .visLeftButton,
.iframe .visRightButton,
.iframe .visList {
  display: none; }

.iframe .visGeoMap.is-current-left {
  height: 400px; }

/* media queries */
@media (max-width: 950px) {
  p.headerNumber {
    font-size: 9em; }
  p.headerDescrip {
    padding: 0.3em 0 0 0;
    font-size: 3.1em; } }

@media (max-width: 850px) {
  .restrictedWidth {
    width: 100%; }
  .navTwoCol {
    float: left;
    width: 50%; }
  .navFourCol {
    float: none;
    width: 100%; }
  .navFilter {
    margin: 0;
    border-bottom: 1px solid #ffffff; }
  .navItems {
    display: none; }
  .navFilter.is-open .navItems {
    display: block; }
  .navHeader {
    margin: 0;
    background-color: #E0E0E0;
    line-height: 2.5em;
    cursor: pointer; }
  .navHeader i.fa-plus {
    display: inline-block;
    float: right;
    margin: 0 10px 0 0;
    color: #4c4c4c;
    line-height: inherit; }
  .navFilter.is-open i.fa-plus {
    visibility: hidden; }
  .navItem:last-child {
    border-bottom: none; }
  .visualSystem {
    padding: 0;
    margin: 0 0 5em 0; }
  .visLeftButton,
  .visRightButton {
    top: auto;
    bottom: -3em;
    width: 50%;
    height: auto;
    background-color: #f26414;
    cursor: pointer; }
  .visLeftButton {
    left: 0%;
    border-right: 2px solid #ffffff;
    text-align: left; }
  .visRightButton {
    right: 0%;
    border-left: 2px solid #ffffff;
    text-align: right; }
  .visLeftButton div,
  .visRightButton div {
    position: static; }
  .visLeftButton > div > i.fa,
  .visRightButton > div > i.fa {
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-size: 1.2em; }
  .visLeftButton i.fa {
    padding: 0 0.3em 0 1em; }
  .visRightButton i.fa {
    padding: 0 1em 0 0.3em; }
  p.visArrowLeftMobile,
  p.visArrowRightMobile {
    display: inline-block;
    width: auto;
    margin: 0.4em 0;
    color: #ffffff;
    font-size: 1.1em; }
  p.visArrowLeft,
  p.visArrowRight {
    display: none; }
  .icon-figure {
    padding: 4px 2px;
    font-size: 1.5em; }
  .visList {
    width: 100%; }
  .listWrapper {
    padding: 1.5em 0; }
  p.listName {
    font-size: 1.2em; }
  p.listBlurb {
    font-size: 1.2em; } }

@media (max-width: 750px) {
  p.headerNumber2015 {
    font-size: 1.6em; }
  p.headerDescrip {
    padding: 0.5em 0 0 0;
    font-size: 2.7em; } }

@media (max-width: 610px) {
  p.headerNumber {
    font-size: 7em; }
  p.headerDescrip {
    padding: 0.2em 0 0 0;
    font-size: 2.6em; }
  div.wp-graphics-tooltip {
    width: auto;
    max-width: none; } }

@media (max-width: 575px) {
  .intHeader {
    padding: 1em 0; }
  p.headerNumber {
    width: 100%;
    text-align: center; }
  p.headerDescrip {
    width: 100%;
    padding: 0;
    font-size: 2.2em;
    text-align: center; }
  p.headerDescrip span {
    display: inline; }
  .headerIntro p {
    font-size: 1.2em; }
  p.navNumber {
    width: 100%;
    margin: 0;
    padding: 0;
    border-right: none;
    text-align: center; }
  .navTwoCol {
    float: none;
    width: 100%; }
  .navSelect {
    display: block; }
  .navState {
    display: none; }
  .icon-figure {
    padding: 3px 2px;
    font-size: 1.3em; }
  .listWrapper {
    padding: 1em 0; }
  p.listMonthHeader {
    display: block;
    font-size: 1.4em; }
  a.listMonthEmail {
    display: block;
    float: none;
    clear: both;
    padding: 0 0 0.5em 0; }
  p.listName {
    font-size: 1em; }
  p.listBlurb {
    font-size: 1em; } }
