@charset "UTF-8";
/*!

	Styles for *project name*
	By *your name here* (you@castironcoding.com)

*/
/* normalize.css v3.0.0 | 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 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.
 */
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; }

.clearfix::after {
  display: block;
  clear: both;
  content: ' '; }

.container {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto; }
  @media all and (min-width: 500px) {
    .container {
      padding: 0 4vw; } }
  @media all and (min-width: 1600px) {
    .container {
      padding: 0 50px; } }

.map-container {
  position: relative;
  width: 100%;
  height: 100%; }

.tertiary-bg {
  background-color: #f2f1f1; }

.secondary-bg {
  background-color: #aa2f7a; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

.ir {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr; }
  .ir br {
    display: none; }

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

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

html {
  font-size: 100%; }

body {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0;
  color: #000000; }
  @media all and (min-width: 500px) {
    body {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.4; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1; }

p {
  margin: 0; }
  p + p {
    margin-top: 1.4em; }

a {
  -webkit-transition: 0.2s color ease;
  -moz-transition: 0.2s color ease;
  -ms-transition: 0.2s color ease;
  -o-transition: 0.2s color ease;
  transition: 0.2s color ease;
  text-decoration: none;
  color: #ed7700; }
  a:hover {
    color: #aa2f7a; }

.image-callout {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media all and (min-width: 500px) {
    .image-callout {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .image-callout .section-title {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center; }
    @media all and (min-width: 768px) {
      .image-callout .section-title {
        font-size: 63px; } }
  .image-callout .section-description {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: -0.01em;
    max-width: 815px;
    padding-top: 18px;
    margin: 0 auto;
    text-align: center; }
    @media all and (min-width: 768px) {
      .image-callout .section-description {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.18; } }
  .image-callout .image-grid {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    justify-content: space-between;
    margin-top: 80px; }
    @media all and (min-width: 768px) {
      .image-callout .image-grid {
        display: flex; } }
    .image-callout .image-grid .image-with-caption {
      display: block;
      width: 100%;
      max-width: 500px;
      padding: 0 20px;
      margin: 0 auto;
      text-align: center; }
      .image-callout .image-grid .image-with-caption + .image-with-caption {
        padding-top: 50px; }
      @media all and (min-width: 768px) {
        .image-callout .image-grid .image-with-caption {
          width: 32%;
          max-width: none;
          margin: 0; }
          .image-callout .image-grid .image-with-caption + .image-with-caption {
            padding-top: 0; } }
      .image-callout .image-grid .image-with-caption .title {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-size: 18px;
        font-weight: 500;
        line-height: 1.33;
        letter-spacing: 0.01em;
        padding-top: 45px;
        text-transform: uppercase; }
        @media all and (min-width: 768px) {
          .image-callout .image-grid .image-with-caption .title {
            font-size: 20px;
            line-height: 1.2; } }
      .image-callout .image-grid .image-with-caption .description {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-size: 18px;
        font-weight: 300;
        line-height: 1.33;
        letter-spacing: -0.01em;
        padding-top: 3px; }
        @media all and (min-width: 768px) {
          .image-callout .image-grid .image-with-caption .description {
            font-size: 20px;
            line-height: 1.4;
            letter-spacing: 0; } }
      .image-callout .image-grid .image-with-caption img {
        -webkit-transition: 0.4s max-width ease;
        -moz-transition: 0.4s max-width ease;
        -ms-transition: 0.4s max-width ease;
        -o-transition: 0.4s max-width ease;
        transition: 0.4s max-width ease;
        display: block;
        width: 95%;
        max-width: 220px;
        height: auto;
        margin: 0 auto; }
        @media all and (min-width: 500px) {
          .image-callout .image-grid .image-with-caption img {
            max-width: 309px; } }

.text-callout {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #aa2f7a; }
  @media all and (min-width: 500px) {
    .text-callout {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media all and (min-width: 768px) {
    .text-callout {
      background-color: #f2f1f1; } }
  .text-callout.side-by-side {
    position: relative;
    display: block;
    padding: 0; }
  .text-callout .secondary-bg {
    display: none; }
    @media all and (min-width: 768px) {
      .text-callout .secondary-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 50%;
        height: 100%; } }
  @media all and (min-width: 768px) {
    .text-callout .container {
      display: flex; } }
  .text-callout .left, .text-callout .right {
    position: relative; }
  .text-callout .left {
    width: 100%;
    padding: 50px 20px 15px;
    color: #000000;
    background-color: #aa2f7a; }
    @media all and (min-width: 500px) {
      .text-callout .left {
        padding: 10.16vw 5.65vw 3.5vw 0; } }
    @media all and (min-width: 768px) {
      .text-callout .left {
        width: 378px;
        padding: 6.46vw 5.65vw 6.46vw 0;
        color: #ffffff; } }
    @media all and (min-width: 1050px) {
      .text-callout .left {
        width: 36%;
        max-width: 640px; } }
    @media all and (min-width: 1600px) {
      .text-callout .left {
        padding: 80px 70px 80px 0; } }
    .text-callout .left .section-title {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 34px;
      font-weight: 800;
      line-height: 1;
      letter-spacing: 0; }
      @media all and (min-width: 768px) {
        .text-callout .left .section-title {
          font-size: 63px; } }
      .text-callout .left .section-title br {
        display: none; }
        @media all and (min-width: 768px) {
          .text-callout .left .section-title br {
            display: initial; } }
      @media all and (min-width: 500px) {
        .text-callout .left .section-title {
          font-size: 34px; } }
      @media all and (min-width: 768px) {
        .text-callout .left .section-title {
          font-size: 63px; } }
  .text-callout .right {
    width: 100%;
    padding: 0 20px 50px;
    color: #ffffff;
    background-color: #aa2f7a; }
    @media all and (min-width: 500px) {
      .text-callout .right {
        padding: 0 0 6.46vw; } }
    @media all and (min-width: 768px) {
      .text-callout .right {
        width: 64%;
        padding: 6.46vw 5.65vw;
        color: #000000;
        background-color: #f2f1f1; } }
    @media all and (min-width: 1600px) {
      .text-callout .right {
        padding: 70px; } }
    .text-callout .right .section-description {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 18px;
      font-weight: 700;
      line-height: 1.33;
      letter-spacing: 0; }
      @media all and (min-width: 500px) {
        .text-callout .right .section-description {
          font-size: 24px;
          line-height: 1.18; } }
    .text-callout .right .title {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 18px;
      font-weight: 700;
      line-height: 1.33;
      letter-spacing: 0; }
      @media all and (min-width: 500px) {
        .text-callout .right .title {
          font-size: 24px;
          line-height: 1.18; } }
      @media all and (min-width: 500px) {
        .text-callout .right .title {
          font-size: 18px;
          line-height: 1.33; } }
      @media all and (min-width: 768px) {
        .text-callout .right .title {
          font-size: 24px;
          line-height: 1.18; } }
    .text-callout .right .description {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 18px;
      font-weight: 400;
      line-height: 1.33;
      letter-spacing: 0;
      padding-top: 26px; }
      @media all and (min-width: 500px) {
        .text-callout .right .description {
          font-size: 20px;
          font-weight: 300;
          line-height: 1.4; } }
      @media all and (min-width: 500px) {
        .text-callout .right .description {
          padding-top: 36px;
          font-size: 18px;
          font-weight: 400;
          line-height: 1.33; } }
      @media all and (min-width: 768px) {
        .text-callout .right .description {
          font-size: 20px;
          font-weight: 300;
          line-height: 1.4; } }

.homepage-chart {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media all and (min-width: 1050px) {
    .homepage-chart {
      display: flex;
      flex-direction: row;
      padding-bottom: 0; } }
  .homepage-chart .heading-primary {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 30px; }
    @media all and (min-width: 768px) {
      .homepage-chart .heading-primary {
        font-size: 63px; } }
    .homepage-chart .heading-primary br {
      display: none; }
      @media all and (min-width: 1050px) {
        .homepage-chart .heading-primary br {
          display: initial; } }
  .homepage-chart .comparison-toggle {
    speak: none;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 5px;
    margin-top: 60px;
    cursor: pointer;
    border-bottom: 2px solid #000000; }
    .homepage-chart .comparison-toggle::before {
      font-family: 'wvfm-icons';
      display: inline-block;
      vertical-align: top;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E603"; }
    @media all and (min-width: 500px) {
      .homepage-chart .comparison-toggle {
        font-size: 24px;
        line-height: 1.18; } }
    .homepage-chart .comparison-toggle::before {
      padding-right: 20px;
      padding-bottom: 5px;
      font-size: 22px;
      vertical-align: bottom; }
    .homepage-chart .comparison-toggle.active, .homepage-chart .comparison-toggle:hover {
      color: #ed7700;
      border-color: #ed7700; }
    .homepage-chart .comparison-toggle.active::before {
      content: "\E602"; }
  @media all and (min-width: 1050px) {
    .homepage-chart .left {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 458px;
      padding-right: 45px;
      padding-bottom: 150px; } }
  .homepage-chart .left.mobile-only {
    display: block; }
    @media all and (min-width: 1050px) {
      .homepage-chart .left.mobile-only {
        display: none; } }
  .homepage-chart .left.desktop-only {
    display: none; }
    @media all and (min-width: 1050px) {
      .homepage-chart .left.desktop-only {
        display: flex; } }
  .homepage-chart .left .chart-select {
    speak: none; }
    .homepage-chart .left .chart-select::after {
      font-family: 'wvfm-icons';
      display: inline-block;
      vertical-align: top;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E603"; }
    .homepage-chart .left .chart-select::after {
      top: 9px;
      right: 26px;
      border: 0; }
      @media all and (min-width: 500px) {
        .homepage-chart .left .chart-select::after {
          top: 17px;
          right: 33px; } }
    .homepage-chart .left .chart-select select {
      padding-right: 34px;
      font-weight: 400;
      border-radius: 0; }
      @media all and (min-width: 500px) {
        .homepage-chart .left .chart-select select {
          padding-right: 48px; } }
  .homepage-chart .right {
    position: relative;
    width: 100%;
    height: calc(100vh - 175px); }
    @media all and (min-width: 1050px) {
      .homepage-chart .right {
        height: auto; } }
  .homepage-chart .bar-graph {
    -webkit-transition: 0.2s visibility ease;
    -moz-transition: 0.2s visibility ease;
    -ms-transition: 0.2s visibility ease;
    -o-transition: 0.2s visibility ease;
    transition: 0.2s visibility ease;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    min-height: 450px;
    background-color: #ffffff;
    visibility: hidden; }
    .homepage-chart .bar-graph.active {
      z-index: 0;
      visibility: visible; }

@media all and (min-width: 768px) {
  .infograph.median-age .left, .infograph.voting-age .left, .infograph.voting-turnout .left, .infograph.voting-desert .left {
    float: none;
    width: 100%; } }

@media all and (min-width: 1600px) {
  .infograph.median-age .left, .infograph.voting-age .left, .infograph.voting-turnout .left, .infograph.voting-desert .left {
    float: left;
    width: 382px;
    padding-right: 20px; } }

.infograph.median-age .left br, .infograph.voting-age .left br, .infograph.voting-turnout .left br, .infograph.voting-desert .left br {
  display: none; }
  @media all and (min-width: 768px) {
    .infograph.median-age .left br, .infograph.voting-age .left br, .infograph.voting-turnout .left br, .infograph.voting-desert .left br {
      display: none; } }
  @media all and (min-width: 1600px) {
    .infograph.median-age .left br, .infograph.voting-age .left br, .infograph.voting-turnout .left br, .infograph.voting-desert .left br {
      display: initial; } }

.infograph.median-age .left .info-title, .infograph.voting-age .left .info-title, .infograph.voting-turnout .left .info-title, .infograph.voting-desert .left .info-title {
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .infograph.median-age .left .info-title, .infograph.voting-age .left .info-title, .infograph.voting-turnout .left .info-title, .infograph.voting-desert .left .info-title {
      padding-bottom: 40px;
      font-size: 34px; } }
  @media all and (min-width: 1600px) {
    .infograph.median-age .left .info-title, .infograph.voting-age .left .info-title, .infograph.voting-turnout .left .info-title, .infograph.voting-desert .left .info-title {
      padding-bottom: 0;
      font-size: 63px; } }

@media all and (min-width: 768px) {
  .infograph.median-age .right, .infograph.voting-age .right, .infograph.voting-turnout .right, .infograph.voting-desert .right {
    float: none;
    width: 100%; } }

@media all and (min-width: 1600px) {
  .infograph.median-age .right, .infograph.voting-age .right, .infograph.voting-turnout .right, .infograph.voting-desert .right {
    float: left;
    width: calc(100% - 382px); } }

@media all and (min-width: 500px) {
  .infograph.median-age .right .row, .infograph.voting-age .right .row, .infograph.voting-turnout .right .row, .infograph.voting-desert .right .row {
    display: block; } }

@media all and (min-width: 768px) {
  .infograph.median-age .right .row, .infograph.voting-age .right .row, .infograph.voting-turnout .right .row, .infograph.voting-desert .right .row {
    display: flex;
    flex-direction: row; } }

.infograph.median-age .right .row + .row, .infograph.voting-age .right .row + .row, .infograph.voting-turnout .right .row + .row, .infograph.voting-desert .right .row + .row {
  padding-top: 40px; }

.infograph.median-age .right .col-2, .infograph.voting-age .right .col-2, .infograph.voting-turnout .right .col-2, .infograph.voting-desert .right .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 60px;
  vertical-align: bottom; }
  @media all and (min-width: 500px) {
    .infograph.median-age .right .col-2, .infograph.voting-age .right .col-2, .infograph.voting-turnout .right .col-2, .infograph.voting-desert .right .col-2 {
      width: 100%; } }
  @media all and (min-width: 768px) {
    .infograph.median-age .right .col-2, .infograph.voting-age .right .col-2, .infograph.voting-turnout .right .col-2, .infograph.voting-desert .right .col-2 {
      width: 50%; } }
  .infograph.median-age .right .col-2 + .col-2, .infograph.voting-age .right .col-2 + .col-2, .infograph.voting-turnout .right .col-2 + .col-2, .infograph.voting-desert .right .col-2 + .col-2 {
    margin-top: 40px; }
    @media all and (min-width: 500px) {
      .infograph.median-age .right .col-2 + .col-2, .infograph.voting-age .right .col-2 + .col-2, .infograph.voting-turnout .right .col-2 + .col-2, .infograph.voting-desert .right .col-2 + .col-2 {
        margin-top: 40px; } }
    @media all and (min-width: 768px) {
      .infograph.median-age .right .col-2 + .col-2, .infograph.voting-age .right .col-2 + .col-2, .infograph.voting-turnout .right .col-2 + .col-2, .infograph.voting-desert .right .col-2 + .col-2 {
        margin-top: 0; } }

.bar-graph {
  width: 100% !important;
  padding-top: 17px; }

.pie {
  padding-top: 17px; }
  .pie .legend {
    display: inline-block;
    width: calc(100% - 180px);
    padding-left: 45px;
    vertical-align: top; }
    .pie .legend .pie-legend {
      padding-left: 14px;
      font-size: 14px;
      font-weight: 400; }
      .pie .legend .pie-legend li span {
        display: inline-block;
        width: 14px !important;
        height: 14px !important;
        margin: 0 5px 0 -19px !important; }
      .pie .legend .pie-legend li + li {
        margin-top: 10px; }

.explore .explore-map-select {
  position: absolute;
  top: 2vw;
  left: 2vw;
  width: calc(100% - 4vw); }
  @media all and (min-width: 500px) {
    .explore .explore-map-select {
      width: calc(100% - 4vw - 60px); } }
  @media all and (min-width: 1050px) {
    .explore .explore-map-select {
      width: 60%; } }
  .explore .explore-map-select select {
    padding-right: 34px; }
    @media all and (min-width: 500px) {
      .explore .explore-map-select select {
        padding-right: 48px; } }

.explore .map-container {
  margin: 70px 0; }

.explore .mapboxgl-map {
  width: calc(100vw - 20px - 20px);
  height: calc(100vw - 20px - 20px); }
  @media all and (min-width: 500px) {
    .explore .mapboxgl-map {
      width: 100%;
      height: 92vh; } }

.explore .row {
  justify-content: space-between; }

.explore .col-2 .mapboxgl-map {
  width: calc(50vw - 20px - 1vw);
  height: calc(50vw - 20px - 1vw); }
  @media all and (min-width: 500px) {
    .explore .col-2 .mapboxgl-map {
      width: 45vw;
      height: 45vw; } }
  @media all and (min-width: 1600px) {
    .explore .col-2 .mapboxgl-map {
      width: calc((1600px - 50px - 50px - 1vw) / 2);
      height: calc((1600px - 50px - 50px - 1vw) / 2); } }

.explore .col-2 + .col-2 {
  display: none;
  margin-left: 2vw; }
  @media all and (min-width: 768px) {
    .explore .col-2 + .col-2 {
      display: inline-block; } }

.compare-maps {
  padding-top: 70px;
  text-align: center; }
  .compare-maps button {
    appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 12.6px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.01em;
    width: 240px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #f2f1f1; }
    @media all and (min-width: 400px) {
      .compare-maps button {
        font-size: 14px; } }
    @media all and (min-width: 1050px) {
      .compare-maps button {
        font-size: 20px; } }
    .compare-maps button.active {
      color: #ffffff;
      background-color: #ed7700; }
    .compare-maps button + button {
      display: none;
      margin-left: 2px; }
      @media all and (min-width: 768px) {
        .compare-maps button + button {
          display: inline-block; } }

.city-map {
  height: 97vh;
  width: 100%; }

.city-stats {
  padding: 25px 0 45px;
  margin-left: -4.6vw;
  text-align: center; }
  @media all and (min-width: 768px) {
    .city-stats {
      display: flex;
      flex-direction: row;
      justify-content: center;
      padding: 65px 0; } }
  .city-stats .city-stat {
    display: inline-block;
    width: 45%;
    padding-top: 25px;
    margin-left: 4.6vw;
    vertical-align: top; }
    @media all and (min-width: 768px) {
      .city-stats .city-stat {
        width: 19vw;
        padding-top: 0; } }
    @media all and (min-width: 1600px) {
      .city-stats .city-stat {
        width: 222px; } }
    .city-stats .city-stat .stat {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 5vw;
      font-weight: 800;
      line-height: 0.75;
      letter-spacing: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 130px;
      height: 130px;
      max-width: 222px;
      max-height: 222px;
      min-width: 130px;
      min-height: 130px;
      margin: 0 auto;
      font-size: 33.02px;
      color: #ed7700;
      text-align: center;
      background-color: #f2f1f1;
      border-radius: 100%; }
      @media all and (min-width: 1600px) {
        .city-stats .city-stat .stat {
          font-size: 63px; } }
      @media all and (min-width: 650px) {
        .city-stats .city-stat .stat {
          font-size: 4vw; } }
      @media all and (min-width: 768px) {
        .city-stats .city-stat .stat {
          width: 19vw;
          height: 19vw; } }
      @media all and (min-width: 1600px) {
        .city-stats .city-stat .stat {
          width: 222px;
          height: 222px;
          font-size: 63px; } }
    .city-stats .city-stat .stat-description {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 18px;
      font-weight: 300;
      line-height: 1.33;
      letter-spacing: -0.01em;
      max-width: 220px;
      padding-top: 30px;
      margin: 0 auto;
      text-align: center; }
      @media all and (min-width: 768px) {
        .city-stats .city-stat .stat-description {
          font-size: 20px;
          line-height: 1.4;
          letter-spacing: 0; } }
      @media all and (min-width: 500px) {
        .city-stats .city-stat .stat-description {
          font-size: 18px; } }
      @media all and (min-width: 768px) {
        .city-stats .city-stat .stat-description {
          max-width: none;
          font-size: 20px; } }

.infograph.data-summary .mapboxgl-map {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 75vh;
  margin-top: 16px; }

.infograph.last-election .col-2 .info-stat {
  padding-top: 20px;
  font-size: 40px;
  color: #ed7700; }
  @media all and (min-width: 500px) {
    .infograph.last-election .col-2 .info-stat {
      padding-top: 37px; } }
  @media all and (min-width: 768px) {
    .infograph.last-election .col-2 .info-stat {
      font-size: 5.08vw; } }

.infograph.last-election .voters-summary {
  padding-top: 10px;
  margin-left: -9px; }
  @media all and (min-width: 500px) {
    .infograph.last-election .voters-summary {
      padding-top: 35px; } }
  .infograph.last-election .voters-summary .icon-human {
    speak: none;
    display: inline-block;
    margin-left: 9px;
    font-size: 5.64vw;
    line-height: 1.25;
    color: #ed7700; }
    .infograph.last-election .voters-summary .icon-human::before {
      font-family: 'wvfm-icons';
      display: inline-block;
      vertical-align: top;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E601"; }
    @media all and (min-width: 1600px) {
      .infograph.last-election .voters-summary .icon-human {
        font-size: 70px; } }

.infograph.demographics .left, .infograph.demographics .right {
  display: block;
  width: 100%; }
  @media all and (min-width: 768px) {
    .infograph.demographics .left, .infograph.demographics .right {
      float: none;
      width: 100%;
      margin: 0; } }
  @media all and (min-width: 1240px) {
    .infograph.demographics .left, .infograph.demographics .right {
      float: left; } }

.infograph.demographics .left {
  width: 100%; }
  @media all and (min-width: 1240px) {
    .infograph.demographics .left {
      width: 535px; } }

.infograph.demographics .right {
  width: 100%;
  margin-top: 45px; }
  @media all and (min-width: 1240px) {
    .infograph.demographics .right {
      width: calc(100% - 535px); } }

.infograph.demographics table {
  width: 100%; }
  .infograph.demographics table th {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    min-width: 95px;
    padding-bottom: 6px;
    text-align: center;
    word-break: break-word;
    border-bottom: 3px solid #000000; }
    @media all and (min-width: 768px) {
      .infograph.demographics table th {
        font-size: 22px; } }
    @media all and (min-width: 768px) {
      .infograph.demographics table th {
        min-width: 155px;
        word-break: normal; } }
  .infograph.demographics table tbody td {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: -0.02em;
    padding-top: 10px;
    word-break: break-word;
    border-bottom: 1px solid #95989a; }
    @media all and (min-width: 768px) {
      .infograph.demographics table tbody td {
        font-weight: 400;
        letter-spacing: 0; } }
    @media all and (min-width: 768px) {
      .infograph.demographics table tbody td {
        word-break: normal; } }
  .infograph.demographics table tbody .cell-value {
    text-align: center; }
    @media all and (min-width: 768px) {
      .infograph.demographics table tbody .cell-value {
        min-width: 155px; } }
  .infograph.demographics table tbody .city {
    font-weight: 800;
    color: #ed7700; }

.compare-table {
  padding-top: 85px;
  padding-bottom: 70px; }
  .compare-table table thead th {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    padding: 7px;
    color: #000000;
    text-align: center;
    word-wrap: break-word;
    vertical-align: bottom;
    border-bottom: 3px solid #000000; }
    @media all and (min-width: 768px) {
      .compare-table table thead th {
        font-size: 24px; } }
    @media all and (min-width: 400px) {
      .compare-table table thead th {
        word-break: normal; } }
    @media all and (min-width: 550px) {
      .compare-table table thead th {
        padding: 15px 15px 15px 10px;
        text-align: left;
        cursor: pointer;
        background-color: #f2f1f1;
        border-bottom: 0; }
        .compare-table table thead th.tablesorter-headerAsc, .compare-table table thead th.tablesorter-headerDesc, .compare-table table thead th.compare-head:hover {
          color: #ffffff;
          background-color: #ed7700; }
        .compare-table table thead th + th {
          border-left: 2px solid #ffffff; } }
    .compare-table table thead th.name {
      text-align: left; }
    .compare-table table thead th.download-head {
      display: none; }
      @media all and (min-width: 550px) {
        .compare-table table thead th.download-head {
          display: table-cell; } }
    .compare-table table thead th .label {
      display: inline-block; }
      @media all and (min-width: 550px) {
        .compare-table table thead th .label {
          width: calc(100% - 31px); } }
    .compare-table table thead th .sort-indicator {
      speak: none;
      display: none;
      width: 30px;
      padding-left: 4px;
      font-size: 16px; }
      .compare-table table thead th .sort-indicator::after {
        font-family: 'wvfm-icons';
        display: inline-block;
        vertical-align: top;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E603"; }
      .compare-table table thead th .sort-indicator::after {
        vertical-align: middle; }
      @media all and (min-width: 550px) {
        .compare-table table thead th .sort-indicator {
          display: inline-block; } }
      @media all and (min-width: 768px) {
        .compare-table table thead th .sort-indicator {
          font-size: 30px; } }
    .compare-table table thead th.tablesorter-headerAsc .sort-indicator::after, .compare-table table thead th.tablesorter-headerDesc .sort-indicator::after {
      content: "\E602"; }
  .compare-table table tbody td {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    padding: 10px 2px;
    text-align: center;
    border-bottom: 1px solid #95989a; }
    @media all and (min-width: 768px) {
      .compare-table table tbody td {
        font-size: 20px;
        letter-spacing: 0; } }
    @media all and (min-width: 550px) {
      .compare-table table tbody td {
        padding: 15px 2px; } }
    .compare-table table tbody td.name {
      max-width: 275px;
      text-align: left; }
    .compare-table table tbody td.turnout {
      max-width: 345px; }
      @media all and (min-width: 550px) {
        .compare-table table tbody td.turnout {
          font-weight: 700; } }
    .compare-table table tbody td.median-age {
      max-width: 185px; }
    .compare-table table tbody td.clout {
      max-width: 230px; }
    .compare-table table tbody td.download {
      display: none;
      max-width: 150px;
      font-size: 30px; }
      @media all and (min-width: 550px) {
        .compare-table table tbody td.download {
          display: table-cell; } }
      .compare-table table tbody td.download a {
        speak: none;
        display: block;
        cursor: pointer; }
        .compare-table table tbody td.download a::before {
          font-family: 'wvfm-icons';
          display: inline-block;
          vertical-align: top;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          speak: none;
          content: "\E600"; }
        .compare-table table tbody td.download a::before {
          color: #000000;
          vertical-align: middle; }
        .compare-table table tbody td.download a:hover::before {
          color: #ed7700; }

.content {
  padding: 70px 0; }
  .content::after {
    display: block;
    clear: both;
    content: ' '; }
  .content br {
    display: none; }
    @media all and (min-width: 768px) {
      .content br {
        display: initial; } }
  .content .content-subtitle {
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: uppercase; }
    @media all and (min-width: 500px) {
      .content .content-subtitle {
        font-weight: 700; } }
  @media all and (min-width: 768px) {
    .content .container {
      display: flex; } }
  .content .left, .content .right {
    display: block;
    width: 100%; }
    @media all and (min-width: 768px) {
      .content .left, .content .right {
        width: auto; } }
  .content .left .section-title {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 40px; }
    @media all and (min-width: 768px) {
      .content .left .section-title {
        font-size: 63px; } }
    @media all and (min-width: 768px) {
      .content .left .section-title {
        margin-bottom: 0; } }
  .content .right {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0; }
    @media all and (min-width: 500px) {
      .content .right {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4; } }
    @media all and (min-width: 768px) {
      .content .right {
        padding-left: 90px; } }
    .content .right p, .content .right ol, .content .right ul {
      margin-bottom: 32px; }
      .content .right p + p, .content .right ol + p, .content .right ul + p {
        margin-top: 0; }
      .content .right p.content-subtitle, .content .right ol.content-subtitle, .content .right ul.content-subtitle {
        margin-top: 60px; }
  .content a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }

footer {
  padding: 50px 0;
  color: #ffffff;
  background-color: #000000; }
  @media all and (min-width: 768px) {
    footer {
      padding: 75px 0; } }
  footer .mobile-only {
    display: block; }
    @media all and (min-width: 768px) {
      footer .mobile-only {
        display: none; } }
  footer .desktop-only {
    display: none; }
    @media all and (min-width: 768px) {
      footer .desktop-only {
        display: block; } }
  footer .container {
    position: relative; }
    footer .container::after {
      display: block;
      clear: both;
      content: ' '; }
  footer .left {
    text-align: center; }
    @media all and (min-width: 768px) {
      footer .left {
        float: left;
        text-align: left; } }
    footer .left .heading-secondary {
      padding-bottom: 12px; }
    footer .left .email {
      padding-top: 3px; }
  footer .right {
    padding-top: 40px;
    text-align: center; }
    @media all and (min-width: 768px) {
      footer .right {
        float: right;
        padding-top: 0;
        text-align: left; } }
    footer .right .logo-with-label + .logo-with-label {
      padding-top: 40px; }
    footer .right .logo-with-label img {
      width: 100%;
      height: auto;
      max-width: 300px;
      padding-top: 10px; }
      @media all and (min-width: 768px) {
        footer .right .logo-with-label img {
          width: 245px; } }
  footer .copyright {
    padding-top: 40px;
    text-align: center; }
    @media all and (min-width: 768px) {
      footer .copyright {
        position: absolute;
        bottom: 0;
        left: 4vw;
        padding-top: 0;
        text-align: left; } }
    @media all and (min-width: 1600px) {
      footer .copyright {
        left: 50px; } }

.site-header {
  max-width: 1600px;
  padding: 0;
  margin: 0 auto; }
  .site-header::after {
    display: block;
    clear: both;
    content: ' '; }
  @media all and (min-width: 1240px) {
    .site-header {
      padding: 0 0 0 4vw; } }
  @media all and (min-width: 1600px) {
    .site-header {
      padding: 0 0 0 50px; } }
  @media all and (min-width: 1240px) {
    .site-header .left {
      float: left;
      width: 50%; } }
  .site-header .left .logo {
    display: block;
    width: 300px;
    height: 150px;
    padding: 40px 0;
    margin: 0 auto;
    cursor: pointer; }
    @media all and (min-width: 1240px) {
      .site-header .left .logo {
        display: inline-block;
        margin: 0; } }
    .site-header .left .logo img {
      width: 100%;
      height: auto; }
  .site-header .right::after {
    display: block;
    clear: both;
    content: ' '; }
  @media all and (min-width: 1240px) {
    .site-header .right {
      float: right;
      width: 50%; } }
  .site-header .cities-explorer {
    position: relative;
    float: left;
    height: 56px;
    background-color: #ed7700; }
    @media all and (min-width: 1240px) {
      .site-header .cities-explorer {
        height: 150px; } }
    .site-header .cities-explorer .dropdown-toggle {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 13px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.01em;
      speak: none;
      display: block;
      height: 100%;
      padding-top: 16px;
      padding-right: 7px;
      padding-left: 7px;
      color: #000000;
      text-transform: uppercase;
      cursor: pointer; }
      @media all and (min-width: 500px) {
        .site-header .cities-explorer .dropdown-toggle {
          font-size: 17px; } }
      .site-header .cities-explorer .dropdown-toggle::after {
        font-family: 'wvfm-icons';
        display: inline-block;
        vertical-align: top;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E603"; }
      @media all and (min-width: 1240px) {
        .site-header .cities-explorer .dropdown-toggle {
          padding-top: 65px;
          padding-right: 24px;
          padding-left: 23px; } }
      .site-header .cities-explorer .dropdown-toggle::after {
        padding-left: 5px;
        margin-top: -15px;
        font-size: 24px;
        vertical-align: middle; }
        @media all and (min-width: 1240px) {
          .site-header .cities-explorer .dropdown-toggle::after {
            padding-left: 12px;
            margin-top: -6px;
            font-size: 30px; } }
      .site-header .cities-explorer .dropdown-toggle.open, .site-header .cities-explorer .dropdown-toggle:hover {
        color: #ffffff; }
      .site-header .cities-explorer .dropdown-toggle.open::after {
        color: #ffffff;
        content: "\E602"; }
      .site-header .cities-explorer .dropdown-toggle br {
        display: inline-block; }
        @media all and (min-width: 1240px) {
          .site-header .cities-explorer .dropdown-toggle br {
            display: none; } }

.page-header {
  padding: 50px 0;
  background-color: #f2f1f1; }
  @media all and (min-width: 768px) {
    .page-header {
      padding: 80px 0; } }
  .page-header .page-title {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    color: #aa2f7a; }
    @media all and (min-width: 768px) {
      .page-header .page-title {
        font-size: 63px; } }
  .page-header .page-subtitle {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: -0.01em;
    padding-top: 20px; }
    @media all and (min-width: 768px) {
      .page-header .page-subtitle {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0; } }

.hero-map {
  display: flex;
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto; }
  @media all and (min-width: 500px) {
    .hero-map {
      padding: 0 4vw; } }
  @media all and (min-width: 768px) {
    .hero-map {
      padding: 0 0 0 4vw; } }
  @media all and (min-width: 1600px) {
    .hero-map {
      padding: 0 0 0 50px; } }
  .hero-map .left {
    display: block;
    width: 100%;
    padding: 50px 0;
    text-align: center; }
    @media all and (min-width: 500px) {
      .hero-map .left {
        padding: 5.73vw 0; } }
    @media all and (min-width: 768px) {
      .hero-map .left {
        width: 50%;
        text-align: left;
        padding: 5.73vw 5.73vw 5.73vw 0; } }
    @media all and (min-width: 1600px) {
      .hero-map .left {
        padding: 70px 70px 70px 0; } }
    .hero-map .left .section-title {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 34px;
      font-weight: 800;
      line-height: 1;
      letter-spacing: 0;
      text-align: left; }
      @media all and (min-width: 500px) {
        .hero-map .left .section-title {
          font-size: 34px; } }
      @media all and (min-width: 650px) {
        .hero-map .left .section-title {
          font-size: 5.08vw; } }
      @media all and (min-width: 1600px) {
        .hero-map .left .section-title {
          font-size: 63px; } }
    .hero-map .left .section-description {
      margin-top: 10px;
      text-align: left; }
      @media all and (min-width: 500px) {
        .hero-map .left .section-description {
          margin-top: 3.6vw; } }
      @media all and (min-width: 1600px) {
        .hero-map .left .section-description {
          margin-top: 45px; } }
    .hero-map .left .button {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 18px;
      font-weight: 500;
      line-height: 1.25;
      letter-spacing: 0;
      display: inline-block;
      padding: 25px 30px;
      margin-top: 48px;
      color: #ffffff;
      text-transform: uppercase;
      background-color: #ed7700; }
      @media all and (min-width: 500px) {
        .hero-map .left .button {
          font-size: 28px;
          letter-spacing: -0.01em; } }
      @media all and (min-width: 500px) {
        .hero-map .left .button {
          font-size: 18px; } }
      @media all and (min-width: 650px) {
        .hero-map .left .button {
          font-size: 2vw; } }
      @media all and (min-width: 1600px) {
        .hero-map .left .button {
          font-size: 28px; } }
  .hero-map .right {
    display: none; }
    @media all and (min-width: 768px) {
      .hero-map .right {
        display: block;
        width: 50%; } }
  .hero-map .mapsection {
    position: relative; }
  .hero-map .map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-height: 2000px; }

.site-nav {
  display: inline-block;
  float: left; }
  .site-nav > ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px; }
    .site-nav > ul li {
      display: inline-block; }
    @media all and (min-width: 500px) {
      .site-nav > ul {
        padding-right: 11px;
        padding-left: 11px; } }
    .site-nav > ul > li {
      height: 56px;
      padding-right: 1vw;
      padding-left: 1vw;
      text-transform: uppercase;
      cursor: pointer; }
      @media all and (min-width: 500px) {
        .site-nav > ul > li {
          padding-right: 11px;
          padding-left: 11px; } }
      @media all and (min-width: 1240px) {
        .site-nav > ul > li {
          height: 150px; } }
      .site-nav > ul > li a, .site-nav > ul > li span {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.01em;
        display: block;
        height: 100%;
        padding-top: 24px;
        color: #000000; }
        @media all and (min-width: 500px) {
          .site-nav > ul > li a, .site-nav > ul > li span {
            font-size: 17px; } }
        @media all and (min-width: 1240px) {
          .site-nav > ul > li a, .site-nav > ul > li span {
            padding-top: 68px; } }
        .site-nav > ul > li a.active, .site-nav > ul > li a:hover, .site-nav > ul > li span.active, .site-nav > ul > li span:hover {
          color: #ed7700; }
  .site-nav .about-dropdown-toggle {
    -webkit-transition: 0.2s background-color ease;
    -moz-transition: 0.2s background-color ease;
    -ms-transition: 0.2s background-color ease;
    -o-transition: 0.2s background-color ease;
    transition: 0.2s background-color ease;
    display: inline-block;
    cursor: pointer; }
    @media all and (min-width: 900px) {
      .site-nav .about-dropdown-toggle {
        display: none; } }
    .site-nav .about-dropdown-toggle.open {
      background-color: #ed7700; }
      .site-nav .about-dropdown-toggle.open span {
        display: block;
        color: #ffffff; }
        .site-nav .about-dropdown-toggle.open span:hover {
          color: #000000; }
  .site-nav .about-desktop-link {
    display: none; }
    @media all and (min-width: 900px) {
      .site-nav .about-desktop-link {
        display: inline-block; } }

.city-nav {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
  border-top: 2px solid #ffffff; }
  .city-nav::after {
    display: block;
    clear: both;
    content: ' '; }
  .city-nav li {
    display: inline-block; }
  @media all and (min-width: 500px) {
    .city-nav {
      margin-right: 0;
      margin-left: 0; } }
  .city-nav li {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 12.6px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.01em;
    -webkit-transition: 0.2s background-color ease;
    -moz-transition: 0.2s background-color ease;
    -ms-transition: 0.2s background-color ease;
    -o-transition: 0.2s background-color ease;
    transition: 0.2s background-color ease;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    background-color: #f2f1f1;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff; }
    @media all and (min-width: 400px) {
      .city-nav li {
        font-size: 14px; } }
    @media all and (min-width: 1050px) {
      .city-nav li {
        font-size: 20px; } }
    @media all and (min-width: 500px) {
      .city-nav li {
        float: none; } }
    .city-nav li a {
      display: block;
      padding: 10px;
      color: #000000; }
      @media all and (min-width: 500px) {
        .city-nav li a {
          padding: 1.9vw; } }
      @media all and (min-width: 1050px) {
        .city-nav li a {
          padding: 20px; } }
    .city-nav li.active, .city-nav li:hover, .city-nav li.open {
      background-color: #ed7700; }
      .city-nav li.active a, .city-nav li:hover a, .city-nav li.open a {
        color: #ffffff; }
  .city-nav .download-toggle {
    speak: none; }
    .city-nav .download-toggle::after {
      font-family: 'wvfm-icons';
      display: inline-block;
      vertical-align: top;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E600"; }
    .city-nav .download-toggle::after {
      display: none;
      padding-left: 10px;
      margin-top: -3px;
      font-size: 26px;
      vertical-align: middle; }
      @media all and (min-width: 400px) {
        .city-nav .download-toggle::after {
          display: inline-block; } }

.about-nav {
  position: absolute;
  top: 206px;
  right: 0;
  display: none;
  max-width: 203px;
  margin: 0 auto;
  background-color: #ed7700; }
  .about-nav.desktop-only {
    display: none; }
    @media all and (min-width: 900px) {
      .about-nav.desktop-only {
        display: block; } }
  .about-nav.mobile-only {
    z-index: 1; }
    .about-nav.mobile-only.open {
      display: block; }
    @media all and (min-width: 900px) {
      .about-nav.mobile-only {
        display: none; } }
  @media all and (min-width: 400px) {
    .about-nav {
      right: auto;
      left: 208px;
      max-width: none; } }
  @media all and (min-width: 500px) {
    .about-nav {
      left: 275px; } }
  .about-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 13px; }
    .about-nav ul li + li {
      margin-top: 10px; }
    .about-nav ul li a {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 14px;
      font-weight: 300;
      line-height: 1.2;
      letter-spacing: 0;
      color: #ffffff;
      word-break: break-all; }
      @media all and (min-width: 500px) {
        .about-nav ul li a {
          font-size: 17px; } }
      @media all and (min-width: 400px) {
        .about-nav ul li a {
          word-break: normal; } }
    .about-nav ul li.active a, .about-nav ul li:hover a {
      color: #000000;
      text-decoration: underline; }
  @media all and (min-width: 900px) {
    .about-nav {
      position: static;
      display: block;
      background-color: transparent;
      border-top: 2px solid #ffffff; }
      .about-nav .container {
        padding-right: 0; }
      .about-nav ul {
        list-style-type: none;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        padding: 0; }
        .about-nav ul li {
          display: inline-block; }
        .about-nav ul li {
          display: flex;
          flex-direction: column;
          justify-content: center;
          min-width: 150px;
          text-align: center;
          text-transform: uppercase;
          background-color: #f2f1f1;
          border-right: 1px solid #ffffff;
          border-left: 1px solid #ffffff; }
          .about-nav ul li + li {
            margin-top: 0; }
          .about-nav ul li a {
            font-family: "Gotham SSm A", "Gotham SSm B";
            font-size: 13px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: -0.01em;
            display: block;
            padding: 10px;
            color: #000000; } }
        @media all and (min-width: 900px) and (min-width: 500px) {
          .about-nav ul li a {
            font-size: 17px; } }
        @media all and (min-width: 900px) and (min-width: 500px) {
          .about-nav ul li a {
            padding: 1.9vw; } }
        @media all and (min-width: 900px) and (min-width: 1050px) {
          .about-nav ul li a {
            padding: 20px; } }
  @media all and (min-width: 900px) {
          .about-nav ul li.active, .about-nav ul li:hover {
            background-color: #ed7700; }
            .about-nav ul li.active a, .about-nav ul li:hover a {
              color: #ffffff;
              text-decoration: none; } }

.cities-explorer-nav {
  position: absolute;
  top: 100%;
  z-index: 10;
  display: none;
  width: 100vw;
  max-width: 675px;
  padding: 24px;
  background-color: #ed7700; }
  @media all and (min-width: 500px) {
    .cities-explorer-nav {
      padding: 30px; } }
  @media all and (min-width: 1240px) {
    .cities-explorer-nav {
      width: 48vw; } }
  .cities-explorer-nav.open {
    display: block; }
  .cities-explorer-nav .mobile-only {
    display: table; }
    @media all and (min-width: 500px) {
      .cities-explorer-nav .mobile-only {
        display: none; } }
  .cities-explorer-nav .desktop-only {
    display: none; }
    @media all and (min-width: 500px) {
      .cities-explorer-nav .desktop-only {
        display: table; } }
  .cities-explorer-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: table; }
    .cities-explorer-nav ul li {
      display: table-cell; }
      .cities-explorer-nav ul li a {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-size: 14px;
        font-weight: 300;
        line-height: 1.2;
        letter-spacing: 0;
        display: block;
        color: #ffffff;
        text-transform: none; }
        @media all and (min-width: 500px) {
          .cities-explorer-nav ul li a {
            font-size: 17px; } }
        .cities-explorer-nav ul li a:hover {
          color: #000000;
          text-decoration: underline; }
        .cities-explorer-nav ul li a + a {
          margin-top: 17px; }
      .cities-explorer-nav ul li + li {
        padding-left: 37px; }
        @media all and (min-width: 1050px) {
          .cities-explorer-nav ul li + li {
            padding-left: 60px; } }

.mapboxgl-control-container .legend {
  background: #ffffff;
  padding: 15px;
  text-align: center;
  display: inline-block; }
  .mapboxgl-control-container .legend span {
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    bottom: -100%; }

.copy-tertiary {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: 0; }
  @media all and (min-width: 500px) {
    .copy-tertiary {
      font-size: 17px;
      line-height: 1.67; } }

.heading-secondary {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0; }
  @media all and (min-width: 500px) {
    .heading-secondary {
      font-size: 27px;
      line-height: 1.21; } }

.row {
  display: block; }
  @media all and (min-width: 500px) {
    .row {
      display: flex;
      flex-direction: row; } }
  .row .col-2 {
    width: 100%; }
    @media all and (min-width: 500px) {
      .row .col-2 {
        width: 50%; } }

.infograph {
  padding: 50px 0; }
  .infograph::after {
    display: block;
    clear: both;
    content: ' '; }
  .infograph br {
    display: none; }
    @media all and (min-width: 768px) {
      .infograph br {
        display: initial; } }
  @media all and (min-width: 768px) {
    .infograph {
      padding: 65px 0; } }
  .infograph .container::after {
    display: block;
    clear: both;
    content: ' '; }
  .infograph .left, .infograph .right {
    display: block;
    width: 100%; }
    @media all and (min-width: 768px) {
      .infograph .left, .infograph .right {
        float: left; } }
  @media all and (min-width: 768px) {
    .infograph .left {
      width: 382px; } }
  .infograph .left .info-title {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 40px; }
    @media all and (min-width: 768px) {
      .infograph .left .info-title {
        font-size: 63px; } }
    @media all and (min-width: 768px) {
      .infograph .left .info-title {
        padding-bottom: 0; } }
  @media all and (min-width: 768px) {
    .infograph .right {
      width: calc(100% - 382px); } }
  .infograph .right .info-label {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    display: block;
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 3px solid #000000; }
    @media all and (min-width: 768px) {
      .infograph .right .info-label {
        font-size: 22px; } }
  .infograph .right .info-stat {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 5vw;
    font-weight: 800;
    line-height: 0.75;
    letter-spacing: 0;
    font-size: 33.02px; }
    @media all and (min-width: 1600px) {
      .infograph .right .info-stat {
        font-size: 63px; } }
    @media all and (min-width: 650px) {
      .infograph .right .info-stat {
        font-size: 5vw; } }
    @media all and (min-width: 1600px) {
      .infograph .right .info-stat {
        font-size: 63px; } }
  .infograph .row.padded {
    justify-content: space-between;
    margin-left: -60px; }
    .infograph .row.padded + .row {
      padding-top: 45px; }
      @media all and (min-width: 768px) {
        .infograph .row.padded + .row {
          padding-top: 95px; } }
  .infograph .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 60px;
    vertical-align: bottom; }
    .infograph .col-2 .info-label {
      position: relative;
      min-height: 49px;
      margin-top: -24px; }
      .infograph .col-2 .info-label span {
        position: absolute;
        bottom: 7px; }
    .infograph .col-2 + .col-2 {
      margin-top: 40px; }
      @media all and (min-width: 500px) {
        .infograph .col-2 + .col-2 {
          margin-top: 0; } }

.info-divider {
  width: 100%;
  height: 2px;
  margin: 0;
  background-color: #c9c8c7;
  border: 0; }

.city-summary {
  padding: 50px 0;
  background-color: #f2f1f1; }
  .city-summary::after {
    display: block;
    clear: both;
    content: ' '; }
  .city-summary br {
    display: none; }
    @media all and (min-width: 768px) {
      .city-summary br {
        display: initial; } }
  @media all and (min-width: 768px) {
    .city-summary {
      padding: 65px 0; } }
  @media all and (min-width: 768px) {
    .city-summary .left {
      width: 100%;
      padding-bottom: 40px; } }
  @media all and (min-width: 1050px) {
    .city-summary .left {
      width: 500px; } }
  @media all and (min-width: 768px) {
    .city-summary .right {
      width: 100%; } }
  @media all and (min-width: 1050px) {
    .city-summary .right {
      width: calc(100% - 500px); } }
  .city-summary .col-2 {
    justify-content: flex-start; }
  .city-summary .info-packet + .info-packet {
    margin-top: 35px; }
  .city-summary .info-packet ul {
    padding-left: 20px; }

.download-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%; }
  .download-modal.open {
    display: block; }
  .download-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #95989a;
    opacity: 0.95; }
  .download-modal .inner {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: 0;
    position: absolute;
    top: 35%;
    left: calc((100% - 300px)/2);
    width: 300px;
    padding: 30px;
    text-align: center;
    text-transform: none;
    background-color: #fcede3; }
    @media all and (min-width: 500px) {
      .download-modal .inner {
        font-size: 17px;
        line-height: 1.67; } }
    @media all and (min-width: 400px) {
      .download-modal .inner {
        left: 12.5%;
        width: 75%; } }
    @media all and (min-width: 768px) {
      .download-modal .inner {
        left: calc((100% - 576.75px)/2);
        width: 576.75px; } }
  .download-modal .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2; }
  .download-modal .instructions {
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2; }
    .download-modal .instructions .instruction {
      padding-bottom: 8px; }
  .download-modal button {
    appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    background-color: #ed7700; }
    .download-modal button a {
      display: block;
      padding: 5px 10px 3px;
      font-size: 18px;
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase; }
      .download-modal button a::before {
        content: '' !important; }

.select {
  position: relative;
  width: 100%;
  background-color: #ed7700; }
  .select::after {
    position: absolute;
    top: 3.3vw;
    right: 2.4vw;
    width: 0;
    height: 0;
    color: #ffffff;
    pointer-events: none;
    border-top: 12px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: ''; }
    @media all and (min-width: 500px) {
      .select::after {
        top: 16px;
        right: 15px;
        border-top: 20px solid #ffffff;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent; } }
  .select select {
    font-family: "Gotham SSm A", "Gotham SSm B";
    width: 100%;
    padding: 2.5vw;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 15px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    @media all and (min-width: 500px) {
      .select select {
        padding: 15px;
        font-size: 20px; } }
    .select select::-ms-expand {
      display: none; }
    .select select option {
      color: #000000;
      background-color: #ffffff; }

.mapboxgl-map .mapboxgl-ctrl-top-right {
  top: auto;
  bottom: 2vw;
  margin-top: 2vw;
  margin-right: 2vw; }
  @media all and (min-width: 500px) {
    .mapboxgl-map .mapboxgl-ctrl-top-right {
      bottom: auto; } }
  .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin: 0; }
  .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-in, .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-out, .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-compass {
    width: 20px;
    height: 20px; }
    .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-in > div.arrow, .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-out > div.arrow, .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-compass > div.arrow {
      width: 18px;
      height: 18px;
      margin: 1px; }
    @media all and (min-width: 500px) {
      .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-in, .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-out, .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-compass {
        width: 30px;
        height: 30px; }
        .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-in > div.arrow, .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-out > div.arrow, .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-compass > div.arrow {
          width: 20px;
          height: 20px;
          margin: 5px; } }

.mapboxgl-map .mapboxgl-ctrl-bottom-right {
  right: auto;
  left: 2vw;
  margin-right: 2vw;
  margin-bottom: 2vw; }
  @media all and (min-width: 500px) {
    .mapboxgl-map .mapboxgl-ctrl-bottom-right {
      right: 0;
      left: auto; } }
  .mapboxgl-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
    float: left; }
    @media all and (min-width: 500px) {
      .mapboxgl-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
        float: right; } }

.mapboxgl-map .legend {
  max-width: 130px;
  padding: 7px 6px 4px 6px;
  margin-right: 0; }
  @media all and (min-width: 500px) {
    .mapboxgl-map .legend {
      max-width: 350px;
      padding: 10px 15px; } }
  .mapboxgl-map .legend strong {
    font-family: "Gotham SSm A", "Gotham SSm B";
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 2; }
    @media all and (min-width: 500px) {
      .mapboxgl-map .legend strong {
        display: inline; } }
  .mapboxgl-map .legend .range-slice {
    height: auto; }
    @media all and (min-width: 500px) {
      .mapboxgl-map .legend .range-slice {
        height: 19px; } }
  .mapboxgl-map .legend nav label {
    display: none; }
    @media all and (min-width: 500px) {
      .mapboxgl-map .legend nav label {
        display: inline-block; } }
    .mapboxgl-map .legend nav label span {
      font-family: "Gotham SSm A", "Gotham SSm B";
      padding: 0 10px;
      font-weight: 300; }

.table-caption {
  font-size: 13px;
  padding: 22px 0 0; }

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