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

/* line 25, ../../scss/_marsh-normalize.scss */
img {
  border: none;
}

/* line 29, ../../scss/_marsh-normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  -webkit-font-smoothing: antialiased;
}

/* line 39, ../../scss/_marsh-normalize.scss */
input, button, select {
  outline: none;
}

/* line 337, ../../scss/components/_global.scss */
meta.foundation-version {
  font-family: "/5.2.3/";
}

/* line 341, ../../scss/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 346, ../../scss/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:641px)/";
  width: 641px;
}

/* line 351, ../../scss/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px;
}

/* line 356, ../../scss/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 361, ../../scss/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 366, ../../scss/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 373, ../../scss/components/_global.scss */
html, body {
  height: 100%;
}

/* line 376, ../../scss/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 382, ../../scss/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 386, ../../scss/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 399, ../../scss/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 402, ../../scss/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 404, ../../scss/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 408, ../../scss/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 415, ../../scss/components/_global.scss */
.left {
  float: left !important;
}

/* line 416, ../../scss/components/_global.scss */
.right {
  float: right !important;
}

/* line 181, ../../scss/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 182, ../../scss/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 418, ../../scss/components/_global.scss */
.hide {
  display: none;
}

/* line 424, ../../scss/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 427, ../../scss/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 437, ../../scss/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 440, ../../scss/components/_global.scss */
select {
  width: 100%;
}

/* line 216, ../../scss/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
/* line 181, ../../scss/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 182, ../../scss/components/_global.scss */
.row:after {
  clear: both;
}
/* line 220, ../../scss/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 223, ../../scss/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 226, ../../scss/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 181, ../../scss/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 182, ../../scss/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 227, ../../scss/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 181, ../../scss/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 182, ../../scss/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 231, ../../scss/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 234, ../../scss/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 235, ../../scss/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 157, ../../scss/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../../scss/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../../scss/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../../scss/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../../scss/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../../scss/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 203, ../../scss/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 208, ../../scss/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 641px) {
  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../../scss/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../../scss/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../../scss/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../../scss/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../../scss/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 203, ../../scss/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 208, ../../scss/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 245, ../../scss/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 248, ../../scss/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 157, ../../scss/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../../scss/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../../scss/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../../scss/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 170, ../../scss/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../../scss/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../../scss/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../../scss/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../../scss/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../../scss/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 203, ../../scss/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 208, ../../scss/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 256, ../../scss/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 259, ../../scss/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* Global Styles and resets */
@media only screen and (min-width: 641px) {
  /* line 2, ../../scss/components/_global-marsh.scss */
  body, html {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 40em) {
  /* line 7, ../../scss/components/_global-marsh.scss */
  html {
    -webkit-text-size-adjust: 100%;
  }
}

/* line 12, ../../scss/components/_global-marsh.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Slate W02 Book", Arial, sans-serif;
  height: auto;
  display: block;
}

/* line 19, ../../scss/components/_global-marsh.scss */
header {
  position: relative;
}

/* line 22, ../../scss/components/_global-marsh.scss */
main {
  overflow: hidden;
  position: relative;
}

/* line 27, ../../scss/components/_global-marsh.scss */
.row {
  max-width: 73.125rem;
}

/* line 35, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="white"] {
  border-color: #fff !important;
}

/* line 38, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="ruby-light"] {
  border-color: #FAC6C7 !important;
}

/* line 41, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="ruby-dark"] {
  border-color: #690031 !important;
}

/* line 44, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="ruby-medium"] {
  border-color: #C60651 !important;
}

/* line 47, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="ruby-bright"] {
  border-color: #ED2C67 !important;
}

/* line 51, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="sapphire-light"] {
  border-color: #A6E2EF !important;
}

/* line 54, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="sapphire-dark"] {
  border-color: #002C77 !important;
}

/* line 57, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="sapphire-medium"] {
  border-color: #006D9E !important;
}

/* line 60, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="sapphire-bright"] {
  border-color: #00A8C8 !important;
}

/* line 64, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="citrine-light"] {
  border-color: #FFDDB3 !important;
}

/* line 67, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="citrine-dark"] {
  border-color: #8C3709 !important;
}

/* line 70, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="citrine-medium"] {
  border-color: #D06F1A !important;
}

/* line 73, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="citrine-bright"] {
  border-color: #F48132 !important;
}

/* line 77, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="onyx-light"] {
  border-color: #bfbfbf !important;
}

/* line 80, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="onyx-dark"] {
  border-color: #000000 !important;
}

/* line 83, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="onyx-medium"] {
  border-color: #404040 !important;
}

/* line 86, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="onyx-bright"] {
  border-color: #808080 !important;
}

/* line 90, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="iolite-light"] {
  border-color: #C7D6EE !important;
}

/* line 93, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="iolite-dark"] {
  border-color: #43276D !important;
}

/* line 96, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="iolite-medium"] {
  border-color: #625BC4 !important;
}

/* line 99, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="iolite-bright"] {
  border-color: #6F83C1 !important;
}

/* line 103, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="turquoise-light"] {
  border-color: #BAE0CD !important;
}

/* line 106, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="turquoise-dark"] {
  border-color: #004C4F !important;
}

/* line 109, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="turquoise-medium"] {
  border-color: #00928F !important;
}

/* line 112, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="turquoise-bright"] {
  border-color: #0FB694 !important;
}

/* line 116, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="emerald-light"] {
  border-color: #E2EDC3 !important;
}

/* line 119, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="emerald-dark"] {
  border-color: #00582D !important;
}

/* line 122, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="emerald-medium"] {
  border-color: #00A160 !important;
}

/* line 125, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="emerald-bright"] {
  border-color: #72BE44 !important;
}

/* line 129, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="garnet-light"] {
  border-color: #FEDCC2 !important;
}

/* line 132, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="garnet-dark"] {
  border-color: #810009 !important;
}

/* line 135, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="garnet-medium"] {
  border-color: #E31B23 !important;
}

/* line 138, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="garnet-bright"] {
  border-color: #EF4E45 !important;
}

/* line 142, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="amethyst-light"] {
  border-color: #F2C5DC !important;
}

/* line 145, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="amethyst-dark"] {
  border-color: #560054 !important;
}

/* line 148, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="amethyst-medium"] {
  border-color: #AD208E !important;
}

/* line 151, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="amethyst-bright"] {
  border-color: #CE3D95 !important;
}

/* line 155, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="peridot-light"] {
  border-color: #F4F3AE !important;
}

/* line 158, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="peridot-dark"] {
  border-color: #505F21 !important;
}

/* line 161, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="peridot-medium"] {
  border-color: #9FA617 !important;
}

/* line 164, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="peridot-bright"] {
  border-color: #B2B935 !important;
}

/* line 168, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="topaz-light"] {
  border-color: #FFE1BA !important;
}

/* line 171, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="topaz-dark"] {
  border-color: #8E5501 !important;
}

/* line 174, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="topaz-medium"] {
  border-color: #E8941A !important;
}

/* line 177, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="topaz-bright"] {
  border-color: #FBAE17 !important;
}

/* line 181, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="grey-light"],
[data-mx-border-color="gray-light"] {
  border-color: #f7f7f7 !important;
}

/* line 185, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="grey-bright"],
[data-mx-border-color="gray-bright"] {
  border-color: #ececec !important;
}

/* line 189, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="grey-medium"],
[data-mx-border-color="gray-medium"] {
  border-color: #d2d2d2 !important;
}

/* line 193, ../../scss/components/_global-marsh.scss */
[data-mx-border-color="grey-dark"],
[data-mx-border-color="gray-dark"] {
  border-color: #bdbdbd !important;
}

/* line 202, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="white"] {
  color: #fff !important;
}

/* line 205, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="ruby-light"] {
  color: #FAC6C7 !important;
}

/* line 208, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="ruby-dark"] {
  color: #690031 !important;
}

/* line 211, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="ruby-medium"] {
  color: #C60651 !important;
}

/* line 214, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="ruby-bright"] {
  color: #ED2C67 !important;
}

/* line 218, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="sapphire-light"] {
  color: #A6E2EF !important;
}

/* line 221, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="sapphire-dark"] {
  color: #002C77 !important;
}

/* line 224, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="sapphire-medium"] {
  color: #006D9E !important;
}

/* line 227, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="sapphire-bright"] {
  color: #00A8C8 !important;
}

/* line 231, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="citrine-light"] {
  color: #FFDDB3 !important;
}

/* line 234, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="citrine-dark"] {
  color: #8C3709 !important;
}

/* line 237, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="citrine-medium"] {
  color: #D06F1A !important;
}

/* line 240, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="citrine-bright"] {
  color: #F48132 !important;
}

/* line 244, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="onyx-light"] {
  color: #bfbfbf !important;
}

/* line 247, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="onyx-dark"] {
  color: #000000 !important;
}

/* line 250, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="onyx-medium"] {
  color: #404040 !important;
}

/* line 253, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="onyx-bright"] {
  color: #808080 !important;
}

/* line 257, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="iolite-light"] {
  color: #C7D6EE !important;
}

/* line 260, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="iolite-dark"] {
  color: #43276D !important;
}

/* line 263, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="iolite-medium"] {
  color: #625BC4 !important;
}

/* line 266, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="iolite-bright"] {
  color: #6F83C1 !important;
}

/* line 270, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="turquoise-light"] {
  color: #BAE0CD !important;
}

/* line 273, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="turquoise-dark"] {
  color: #004C4F !important;
}

/* line 276, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="turquoise-medium"] {
  color: #00928F !important;
}

/* line 279, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="turquoise-bright"] {
  color: #0FB694 !important;
}

/* line 283, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="emerald-light"] {
  color: #E2EDC3 !important;
}

/* line 286, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="emerald-dark"] {
  color: #00582D !important;
}

/* line 289, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="emerald-medium"] {
  color: #00A160 !important;
}

/* line 292, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="emerald-bright"] {
  color: #72BE44 !important;
}

/* line 296, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="garnet-light"] {
  color: #FEDCC2 !important;
}

/* line 299, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="garnet-dark"] {
  color: #810009 !important;
}

/* line 302, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="garnet-medium"] {
  color: #E31B23 !important;
}

/* line 305, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="garnet-bright"] {
  color: #EF4E45 !important;
}

/* line 309, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="amethyst-light"] {
  color: #F2C5DC !important;
}

/* line 312, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="amethyst-dark"] {
  color: #560054 !important;
}

/* line 315, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="amethyst-medium"] {
  color: #AD208E !important;
}

/* line 318, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="amethyst-bright"] {
  color: #CE3D95 !important;
}

/* line 322, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="peridot-light"] {
  color: #F4F3AE !important;
}

/* line 325, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="peridot-dark"] {
  color: #505F21 !important;
}

/* line 328, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="peridot-medium"] {
  color: #9FA617 !important;
}

/* line 331, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="peridot-bright"] {
  color: #B2B935 !important;
}

/* line 335, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="topaz-light"] {
  color: #FFE1BA !important;
}

/* line 338, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="topaz-dark"] {
  color: #8E5501 !important;
}

/* line 341, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="topaz-medium"] {
  color: #E8941A !important;
}

/* line 344, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="topaz-bright"] {
  color: #FBAE17 !important;
}

/* line 348, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="grey-light"],
[data-mx-font-color="gray-light"] {
  color: #f7f7f7 !important;
}

/* line 352, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="grey-bright"],
[data-mx-font-color="gray-bright"] {
  color: #ececec !important;
}

/* line 356, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="grey-medium"],
[data-mx-font-color="gray-medium"] {
  color: #d2d2d2 !important;
}

/* line 360, ../../scss/components/_global-marsh.scss */
[data-mx-font-color="grey-dark"],
[data-mx-font-color="gray-dark"] {
  color: #bdbdbd !important;
}

/* line 369, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="white"] {
  background-color: #fff !important;
}

/* line 372, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="ruby-light"] {
  background-color: #FAC6C7 !important;
}

/* line 375, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="ruby-dark"] {
  background-color: #690031 !important;
}

/* line 378, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="ruby-medium"] {
  background-color: #C60651 !important;
}

/* line 381, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="ruby-bright"] {
  background-color: #ED2C67 !important;
}

/* line 385, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="sapphire-light"] {
  background-color: #A6E2EF !important;
}

/* line 388, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="sapphire-dark"] {
  background-color: #002C77 !important;
}

/* line 391, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="sapphire-medium"] {
  background-color: #006D9E !important;
}

/* line 394, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="sapphire-bright"] {
  background-color: #00A8C8 !important;
}

/* line 398, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="citrine-light"] {
  background-color: #FFDDB3 !important;
}

/* line 401, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="citrine-dark"] {
  background-color: #8C3709 !important;
}

/* line 404, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="citrine-medium"] {
  background-color: #D06F1A !important;
}

/* line 407, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="citrine-bright"] {
  background-color: #F48132 !important;
}

/* line 411, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="onyx-light"] {
  background-color: #bfbfbf !important;
}

/* line 414, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="onyx-dark"] {
  background-color: #000000 !important;
}

/* line 417, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="onyx-medium"] {
  background-color: #404040 !important;
}

/* line 420, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="onyx-bright"] {
  background-color: #808080 !important;
}

/* line 424, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="iolite-light"] {
  background-color: #C7D6EE !important;
}

/* line 427, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="iolite-dark"] {
  background-color: #43276D !important;
}

/* line 430, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="iolite-medium"] {
  background-color: #625BC4 !important;
}

/* line 433, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="iolite-bright"] {
  background-color: #6F83C1 !important;
}

/* line 437, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="turquoise-light"] {
  background-color: #BAE0CD !important;
}

/* line 440, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="turquoise-dark"] {
  background-color: #004C4F !important;
}

/* line 443, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="turquoise-medium"] {
  background-color: #00928F !important;
}

/* line 446, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="turquoise-bright"] {
  background-color: #0FB694 !important;
}

/* line 450, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="emerald-light"] {
  background-color: #E2EDC3 !important;
}

/* line 453, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="emerald-dark"] {
  background-color: #00582D !important;
}

/* line 456, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="emerald-medium"] {
  background-color: #00A160 !important;
}

/* line 459, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="emerald-bright"] {
  background-color: #72BE44 !important;
}

/* line 463, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="garnet-light"] {
  background-color: #FEDCC2 !important;
}

/* line 466, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="garnet-dark"] {
  background-color: #810009 !important;
}

/* line 469, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="garnet-medium"] {
  background-color: #E31B23 !important;
}

/* line 472, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="garnet-bright"] {
  background-color: #EF4E45 !important;
}

/* line 476, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="amethyst-light"] {
  background-color: #F2C5DC !important;
}

/* line 479, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="amethyst-dark"] {
  background-color: #560054 !important;
}

/* line 482, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="amethyst-medium"] {
  background-color: #AD208E !important;
}

/* line 485, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="amethyst-bright"] {
  background-color: #CE3D95 !important;
}

/* line 489, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="peridot-light"] {
  background-color: #F4F3AE !important;
}

/* line 492, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="peridot-dark"] {
  background-color: #505F21 !important;
}

/* line 495, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="peridot-medium"] {
  background-color: #9FA617 !important;
}

/* line 498, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="peridot-bright"] {
  background-color: #B2B935 !important;
}

/* line 502, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="topaz-light"] {
  background-color: #FFE1BA !important;
}

/* line 505, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="topaz-dark"] {
  background-color: #8E5501 !important;
}

/* line 508, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="topaz-medium"] {
  background-color: #E8941A !important;
}

/* line 511, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="topaz-bright"] {
  background-color: #FBAE17 !important;
}

/* line 516, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="grey-light"],
[data-mx-background-color="gray-light"] {
  background-color: #f7f7f7 !important;
}

/* line 520, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="grey-bright"],
[data-mx-background-color="gray-bright"] {
  background-color: #ececec !important;
}

/* line 524, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="grey-medium"],
[data-mx-background-color="gray-medium"] {
  background-color: #d2d2d2 !important;
}

/* line 528, ../../scss/components/_global-marsh.scss */
[data-mx-background-color="grey-dark"],
[data-mx-background-color="gray-dark"] {
  background-color: #bdbdbd !important;
}

/* line 534, ../../scss/components/_global-marsh.scss */
.l-mx-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*.promo-slider-wrap {
	max-width: rem-calc(1170px);	
	margin-left: auto;
	margin-right: auto;	
}
.base-width {
	max-width: rem-calc(1170px);	
	width: 98%;	
}*/
/* line 549, ../../scss/components/_global-marsh.scss */
h1 {
  font-weight: normal;
  font-size: 4rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
}

/* line 552, ../../scss/components/_global-marsh.scss */
h2 {
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
}

/* line 555, ../../scss/components/_global-marsh.scss */
h3 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
}

/* line 558, ../../scss/components/_global-marsh.scss */
h5 {
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
}

/* line 561, ../../scss/components/_global-marsh.scss */
.title h1, .title h2 {
  margin-bottom: 2.5rem;
  color: #004281;
  width: 100%;
  line-height: 2.5rem;
  font-weight: normal;
  font-size: 2.25rem;
  font-family: "Slate W01 Bk", Arial, sans-serif;
  margin-top: 0;
}

/* line 572, ../../scss/components/_global-marsh.scss */
.box {
  background-color: #fff;
  margin: 0;
  border: 1px solid #ccc;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 40em) {
  /* line 572, ../../scss/components/_global-marsh.scss */
  .box {
    max-width: 360px;
  }
}

/* line 582, ../../scss/components/_global-marsh.scss */
.no-anchor {
  cursor: default !important;
}

/* line 584, ../../scss/components/_global-marsh.scss */
.clear-parsys {
  clear: both;
}

/* line 586, ../../scss/components/_global-marsh.scss */
.locale-height {
  margin-top: 45%;
}

/* line 588, ../../scss/components/_global-marsh.scss */
.rtrail-contact {
  margin-bottom: 0.625rem;
}

/* line 590, ../../scss/components/_global-marsh.scss */
.rtrail-contact a {
  color: #00b0d3;
  font-size: inherit;
  padding: 0.4375rem 1rem;
  margin-bottom: 2.5rem;
}

/* line 592, ../../scss/components/_global-marsh.scss */
iframe {
  border: none;
}

/* line 596, ../../scss/components/_global-marsh.scss */
form#mar-af {
  margin-bottom: 40px;
}

/* Text Styles */
/* line 3, ../../scss/components/_typography.scss */
.rf-content-typo {
  color: #45555f;
  font-family: "Slate W02 Light", Arial, sans-serif;
  /* Headings */
  /* Tables */
}
/* line 8, ../../scss/components/_typography.scss */
.rf-content-typo ul,
.rf-content-typo ol,
.rf-content-typo ul li,
.rf-content-typo ol li,
.rf-content-typo ul ul,
.rf-content-typo ul ol,
.rf-content-typo ol ol,
.rf-content-typo ol ul,
.rf-content-typo ol ol li,
.rf-content-typo ol ul li,
.rf-content-typo ul ul li,
.rf-content-typo ul ol li,
.rf-content-typo ul li,
.rf-content-typo ol li,
.rf-content-typo dt,
.rf-content-typo dd,
.rf-content-typo p,
.rf-content-typo a {
  font-size: 1.3rem;
  line-height: 1.55;
  padding: 0;
  margin: 0;
}
/* line 31, ../../scss/components/_typography.scss */
.rf-content-typo p {
  font-size: 1.3rem;
  line-height: 1.55;
  margin-top: 2rem;
}
/* line 36, ../../scss/components/_typography.scss */
.rf-content-typo dl {
  margin-top: 2rem;
}
/* line 39, ../../scss/components/_typography.scss */
.rf-content-typo ul,
.rf-content-typo ol,
.rf-content-typo ul ul,
.rf-content-typo ol ul,
.rf-content-typo ul ol,
.rf-content-typo ol ol {
  padding: 0 0 0 1rem;
}
/* line 53, ../../scss/components/_typography.scss */
.rf-content-typo h2,
.rf-content-typo h3,
.rf-content-typo h4,
.rf-content-typo h5,
.rf-content-typo h6 {
  /* Change heading typefaces here */
  padding: 0;
  margin: 3rem 0;
}
/* line 75, ../../scss/components/_typography.scss */
.rf-content-typo table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
/* line 80, ../../scss/components/_typography.scss */
.rf-content-typo table td,
.rf-content-typo table th {
  padding: 0;
  line-height: 33px;
}
/* line 89, ../../scss/components/_typography.scss */
.rf-content-typo .rf-article__header__title {
  font-size: 3rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin: 0;
}
/* line 95, ../../scss/components/_typography.scss */
.rf-content-typo .rf-quote {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin: 3rem 0;
  padding: 3rem .5rem 3rem 0;
  font-size: 2.5rem;
  font-family: "Slate W02 Medium";
  color: #a9a9a9;
}
/* line 103, ../../scss/components/_typography.scss */
.rf-content-typo .rf-quote:before {
  content: open-quote;
}
/* line 106, ../../scss/components/_typography.scss */
.rf-content-typo .rf-quote:after {
  content: close-quote;
}

/* line 115, ../../scss/components/_typography.scss */
.rf-related-typo {
  color: #45555f;
  font-family: "Slate W02 Light", Arial, sans-serif;
  /* Headings */
  /* Tables */
}
/* line 120, ../../scss/components/_typography.scss */
.rf-related-typo ul,
.rf-related-typo ol,
.rf-related-typo ul li,
.rf-related-typo ol li,
.rf-related-typo ul ul,
.rf-related-typo ul ol,
.rf-related-typo ol ol,
.rf-related-typo ol ul,
.rf-related-typo ol ol li,
.rf-related-typo ol ul li,
.rf-related-typo ul ul li,
.rf-related-typo ul ol li,
.rf-related-typo ul li,
.rf-related-typo ol li,
.rf-related-typo dt,
.rf-related-typo dd,
.rf-related-typo p,
.rf-related-typo a {
  font-size: 1.04rem;
  line-height: 1.55;
  padding: 0;
  margin: 0;
}
/* line 147, ../../scss/components/_typography.scss */
.rf-related-typo ul,
.rf-related-typo ol,
.rf-related-typo ul ul,
.rf-related-typo ol ul,
.rf-related-typo ul ol,
.rf-related-typo ol ol {
  padding: 0 0 0 1rem;
}
/* line 157, ../../scss/components/_typography.scss */
.rf-related-typo h1,
.rf-related-typo h2,
.rf-related-typo h3,
.rf-related-typo h4,
.rf-related-typo h5,
.rf-related-typo h6 {
  /* Change heading typefaces here */
  padding: 0;
  margin: 3rem 0;
}
/* line 180, ../../scss/components/_typography.scss */
.rf-related-typo table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
/* line 185, ../../scss/components/_typography.scss */
.rf-related-typo table td,
.rf-related-typo table th {
  padding: 0;
  line-height: 33px;
}

/* line 1, ../../scss/components/d3/_world-map.scss */
body,
main,
.dv-wmap-container,
.dv-wmap-inner,
.dv-wmap-svg-container {
  height: 100%;
}

/* World Map | Gen */
/* line 13, ../../scss/components/d3/_world-map.scss */
[data-prm-background-color="prm-green"] {
  background-color: #82CAB0 !important;
}

/* line 16, ../../scss/components/d3/_world-map.scss */
[data-prm-background-color="prm-light-green"] {
  background-color: #BBE0D2 !important;
}

/* line 19, ../../scss/components/d3/_world-map.scss */
[data-prm-background-color="prm-light-orange"] {
  background-color: #FECD6F !important;
}

/* line 22, ../../scss/components/d3/_world-map.scss */
[data-prm-background-color="prm-orange"] {
  background-color: #FBB100 !important;
}

/* line 25, ../../scss/components/d3/_world-map.scss */
[data-prm-background-color="prm-red"] {
  background-color: #EC5441 !important;
}

/* line 28, ../../scss/components/d3/_world-map.scss */
[data-prm-background-color="prm-light-grey"] {
  background-color: #d8d8d8 !important;
}

/* line 31, ../../scss/components/d3/_world-map.scss */
.prm-box, .dv-wmap-container .dv-wmap-key, .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo-link:hover, .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-select:hover, .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-select.is-active, .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-item a, .tooltip {
  box-shadow: 0 2px 6px -4px #000000;
  border-radius: 2px;
  background-color: #fff;
}

/* line 37, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container {
  padding: 0 0 0 0;
  cursor: all-scroll;
  background: url("https://www.toptal.com/designers/subtlepatterns/patterns/white_wall_hash.png");
}
/* line 42, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .content-info {
  z-index: 101;
  font-weight: normal;
  font-size: 0.75rem;
  font-family: "Slate W02 Regular Italic";
  background-color: #fff;
  color: #808080;
  text-shadow: none;
  cursor: pointer;
  position: fixed;
  left: 115px;
  background-color: transparent;
  bottom: 23px;
  width: 200px;
  text-align: left;
}
/* line 55, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .content-info:after {
  display: inline-block;
  content: '';
  width: 130px;
  height: 30px;
  background-image: url("../images/bmi-icon-dark-grey.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 2px;
}
/* line 67, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .content-info span {
  text-decoration: underline;
}
/* line 71, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 100;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  cursor: default;
}
/* line 83, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 88, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="cri"] .k-one {
  background-color: #82CAB0;
}
/* line 89, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="cri"] .k-two {
  background-color: #BBE0D2;
}
/* line 90, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="cri"] .k-three {
  background-color: #FECD6F;
}
/* line 91, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="cri"] .k-four {
  background-color: #FBB100;
}
/* line 92, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="cri"] .k-five {
  background-color: #EC5441;
}
/* line 96, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="steri"] .k-five {
  background-color: #00582d;
}
/* line 97, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="steri"] .k-four {
  background-color: #128c3f;
}
/* line 98, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="steri"] .k-three {
  background-color: #72bf44;
}
/* line 99, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="steri"] .k-two {
  background-color: #aad98f;
}
/* line 100, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="steri"] .k-one {
  background-color: #cbe4b7;
}
/* line 104, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="stpri"] .k-five {
  background-color: #8d380a;
}
/* line 105, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="stpri"] .k-four {
  background-color: #c55f24;
}
/* line 106, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="stpri"] .k-three {
  background-color: #f58233;
}
/* line 107, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="stpri"] .k-two {
  background-color: #f9b484;
}
/* line 108, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="stpri"] .k-one {
  background-color: #fdd9bc;
}
/* line 112, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="opri"] .k-five {
  background-color: #004280;
}
/* line 113, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="opri"] .k-four {
  background-color: #0080b2;
}
/* line 114, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="opri"] .k-three {
  background-color: #00b0d3;
}
/* line 115, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="opri"] .k-two {
  background-color: #66d0e5;
}
/* line 116, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list[data-color="opri"] .k-one {
  background-color: #9edcea;
}
/* line 119, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list-item {
  width: 80px;
  padding: 6px 4px;
  text-align: center;
  float: left;
  clear: both;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  -webkit-transition: background-color 650ms;
  -moz-transition: background-color 650ms;
  -o-transition: background-color 650ms;
  -ms-transition: background-color 650ms;
  transition: background-color 650ms;
}
/* line 130, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-key-list-item.label {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Regular";
  color: #404040;
  background-color: #fff;
  text-shadow: none;
}
/* line 138, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-svg-container {
  width: 100%;
  overflow: hidden;
}
/* line 143, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .geo-chart-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 105%;
  padding-top: 0;
  position: relative;
}
/* line 149, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .geo-chart-map svg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
/* line 159, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-controls {
  position: fixed;
  z-index: 100;
  bottom: 1.25rem;
  right: 1rem;
  display: block;
  text-align: center;
}
/* line 166, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-controls .controls-buttons {
  display: inline-block;
  margin: .25rem;
  border: none;
  -webkit-appearance: none;
  text-indent: -99999px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 0 0;
  cursor: pointer;
  box-shadow: 0 2px 6px -4px #000000;
  border-radius: 20px;
  background-color: #fff;
}
/* line 186, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-controls [data-ui="zoom-in"] {
  background-image: url(../images/plus.svg);
}
/* line 189, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-controls [data-ui="zoom-reset"] {
  background-image: url(../images/zoomout.svg);
}
/* line 192, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-controls [data-ui="zoom-out"] {
  background-image: url(../images/minus.svg);
}
/* line 195, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .dv-wmap-controls .prm-info {
  background-image: url(../images/exclam.svg);
}
/* line 199, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container .country-path {
  stroke-width: .25;
  stroke: #f6f6f6;
}

/* line 217, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .country-group.is-hover path.country-path {
  cursor: pointer;
  fill: #45555F !important;
}
/* line 223, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .country-path {
  -webkit-transition: fill 300ms;
  -moz-transition: fill 300ms;
  -o-transition: fill 300ms;
  -ms-transition: fill 300ms;
  transition: fill 300ms;
}
/* line 226, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .geo-chart-map {
  opacity: 1;
  -webkit-transition: filter 250ms, opacity 250ms;
  -moz-transition: filter 250ms, opacity 250ms;
  -o-transition: filter 250ms, opacity 250ms;
  -ms-transition: filter 250ms, opacity 250ms;
  transition: filter 250ms, opacity 250ms;
}
/* line 229, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .geo-chart-map.is-blur {
  overflow: hidden;
  position: relative;
  opacity: .5;
}
/* line 236, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-header {
  padding: 1rem;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
/* line 245, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-page-title {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 1.125rem;
  font-family: "Slate W02 Medium";
  text-transform: uppercase;
  color: #45555F;
  margin: .45rem 0 .5rem 0;
  padding: 0 0 0 .65rem;
}
/* line 253, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-page-title:before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  padding-right: 1rem;
}
/* line 259, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-page-title span {
  font-weight: normal;
  font-size: 1.125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
}
/* line 263, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo {
  float: left;
}
/* line 268, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo-link {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: .4rem .5rem .5rem .5rem;
  -webkit-transition: background-color 150ms;
  -moz-transition: background-color 150ms;
  -o-transition: background-color 150ms;
  -ms-transition: background-color 150ms;
  transition: background-color 150ms;
}
/* line 274, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo-link:hover {
  background-color: #fff;
}
/* line 279, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo-img {
  width: 115px;
}
/* line 282, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-container {
  float: right;
}
/* line 285, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-header {
  text-align: right;
}
/* line 288, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-title-container {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  width: 400px;
}
/* line 294, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-title {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Medium";
  padding-right: .5rem;
  color: #45555F;
}
/* line 300, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-select {
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/menu.svg);
  background-size: 25px 15px;
  width: 39px;
  height: 30px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2rem;
  background-position: 7px 8px;
  text-align: left;
  -webkit-transition: background-color 150ms;
  -moz-transition: background-color 150ms;
  -o-transition: background-color 150ms;
  -ms-transition: background-color 150ms;
  transition: background-color 150ms;
}
/* line 318, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-list {
  height: 0;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
  width: 300px;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -o-transition: height 300ms;
  -ms-transition: height 300ms;
  transition: height 300ms;
}
/* line 327, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-list.is-drop {
  height: 260px;
}
/* line 332, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-item {
  margin: 0;
  padding: .25rem 0;
  display: block;
}
/* line 336, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-item:first-of-type {
  margin-top: .25rem;
}
/* line 339, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-item a {
  display: block;
  padding: .75rem 1.25rem .5rem 1.25rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Medium";
  color: #45555F;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 300ms, color 300ms;
  -moz-transition: background-color 300ms, color 300ms;
  -o-transition: background-color 300ms, color 300ms;
  -ms-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}
/* line 348, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-item a:hover {
  background-color: #45555F;
  color: #fff;
}
/* line 352, ../../scss/components/d3/_world-map.scss */
.dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-item a.is-inactive {
  background-color: #45555F;
  color: #fff;
  cursor: default;
}

/* line 366, ../../scss/components/d3/_world-map.scss */
.tooltip {
  top: -1000px;
  position: fixed;
  padding: .75rem 1rem;
  pointer-events: none;
  max-width: 45%;
}

/* line 374, ../../scss/components/d3/_world-map.scss */
.tooltip-title {
  color: #45555f;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Medium";
  padding: 0 0 .15rem 0;
  margin: 0;
}

/* line 380, ../../scss/components/d3/_world-map.scss */
.tooltip-value {
  color: #45555f;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  padding: .25rem 0 0 0;
  margin: 0 0 .25rem 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ececec;
}
/* line 388, ../../scss/components/d3/_world-map.scss */
.tooltip-value span {
  border-radius: 2px;
  display: block;
  float: right;
  padding-left: 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Black";
}

/* line 396, ../../scss/components/d3/_world-map.scss */
.tooltip-hidden {
  opacity: 0;
  transition: all .3s;
  transition-delay: .1s;
}

/* line 406, ../../scss/components/d3/_world-map.scss */
.overlay {
  position: fixed;
  right: -110%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0 11px -5px #000000;
  margin-top: 0;
  margin-right: 0;
  z-index: 105;
  -webkit-transition: right 500ms;
  -moz-transition: right 500ms;
  -o-transition: right 500ms;
  -ms-transition: right 500ms;
  transition: right 500ms;
  overflow-y: scroll;
}
/* line 420, ../../scss/components/d3/_world-map.scss */
.overlay.is-show {
  right: 0%;
}
/* line 423, ../../scss/components/d3/_world-map.scss */
.overlay .bg-bar {
  fill: #f9f9f9;
}
/* line 426, ../../scss/components/d3/_world-map.scss */
.overlay .label-value {
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Slate W02 Regular";
}
/* line 430, ../../scss/components/d3/_world-map.scss */
.overlay .x-axis .domain {
  display: none;
}
/* line 433, ../../scss/components/d3/_world-map.scss */
.overlay .x-axis line {
  display: none;
}
/* line 437, ../../scss/components/d3/_world-map.scss */
.overlay .x-axis .tick .x-label {
  font-weight: normal;
  font-size: 0.875rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  fill: #404040;
}
/* line 443, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-detail {
  padding: 6rem 10rem;
  color: #45555F;
}
/* line 447, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-detail-title {
  font-weight: normal;
  font-size: 1.8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  margin: 1rem 0;
}
/* line 450, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-detail-title span {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Medium";
  display: inline-block;
  padding: 8px 7px 1px 7px;
  border-radius: 2px;
  margin-left: 12px;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
/* line 460, ../../scss/components/d3/_world-map.scss */
.overlay .sub-title {
  font-weight: normal;
  font-size: 1.375rem;
  font-family: "Slate W02 Regular";
  margin: .15rem 0 0 0;
  color: #bfbfbf;
  text-transform: none;
}
/* line 467, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-detail-blurb {
  border-top: 4px solid #f7f7f7;
  padding: 1rem 0;
}
/* line 470, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-detail-blurb .overlay-value {
  color: #45555f;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  padding: .25rem 0 0 0;
  margin: 0 0 .25rem 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ececec;
}
/* line 478, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-detail-blurb .overlay-value span {
  border-radius: 2px;
  display: block;
  float: right;
  padding-left: 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Black";
}
/* line 486, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-detail-blurb p {
  font-weight: normal;
  font-size: 1.0625rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
}
/* line 492, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-blurb {
  padding-left: 45%;
}
/* line 495, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-value-wrap {
  width: 45%;
  float: left;
  padding: 0 3rem 2rem 0;
}
/* line 500, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-detail-disclaimer {
  font-weight: normal;
  font-size: 0.8125rem;
  font-family: "Slate W02 Light Italic", Arial, sans-serif;
  line-height: 1.5;
  padding: 1rem 0 2rem 0;
}
/* line 505, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 106;
}
/* line 513, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-close:after {
  opacity: 1;
  -webkit-transition: color 450ms;
  -moz-transition: color 450ms;
  -o-transition: color 450ms;
  -ms-transition: color 450ms;
  transition: color 450ms;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "\d7";
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  margin-top: -12px;
  color: #bfbfbf;
}
/* line 527, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-close:hover:after {
  color: #000000;
}
/* line 532, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-info-wrap {
  padding: 2rem 0;
  font-weight: normal;
  font-size: 1.375rem;
  font-family: "Slate W02 Medium";
}
/* line 536, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-info-item {
  display: block;
  line-height: 2;
  width: 75%;
  padding: 0;
  margin: 0;
  float: left;
}
/* line 543, ../../scss/components/d3/_world-map.scss */
.overlay .overlay-info-item span {
  display: block;
  float: right;
  padding-left: 1rem;
  font-weight: normal;
  font-size: 1.375rem;
  font-family: "Slate W02 Black";
}
/* line 550, ../../scss/components/d3/_world-map.scss */
.overlay .dv-modal-key {
  width: 100%;
  border: 1px solid #efefef;
  display: none;
}
/* line 556, ../../scss/components/d3/_world-map.scss */
.overlay .dv-modal-key.show-key {
  display: inline-block;
}
/* line 561, ../../scss/components/d3/_world-map.scss */
.overlay .dv-modal-key-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}
/* line 567, ../../scss/components/d3/_world-map.scss */
.overlay .dv-modal-key-list.cri .k-one {
  background-color: #82CAB0;
}
/* line 568, ../../scss/components/d3/_world-map.scss */
.overlay .dv-modal-key-list.cri .k-two {
  background-color: #BBE0D2;
}
/* line 569, ../../scss/components/d3/_world-map.scss */
.overlay .dv-modal-key-list.cri .k-three {
  background-color: #FECD6F;
}
/* line 570, ../../scss/components/d3/_world-map.scss */
.overlay .dv-modal-key-list.cri .k-four {
  background-color: #FBB100;
}
/* line 571, ../../scss/components/d3/_world-map.scss */
.overlay .dv-modal-key-list.cri .k-five {
  background-color: #EC5441;
}
/* line 574, ../../scss/components/d3/_world-map.scss */
.overlay .dv-modal-key-list-item {
  width: 14.25%;
  padding: 2px 4px;
  text-align: center;
  float: left;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  -webkit-transition: background-color 650ms;
  -moz-transition: background-color 650ms;
  -o-transition: background-color 650ms;
  -ms-transition: background-color 650ms;
  transition: background-color 650ms;
}
/* line 584, ../../scss/components/d3/_world-map.scss */
.overlay .dv-modal-key-list-item.label {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Regular";
  color: #404040;
  background-color: #fff;
  text-shadow: none;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 613, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-page-title {
    clear: both;
    float: left;
    padding: 0 0 0 1.35rem;
    margin-top: 0;
  }
  /* line 618, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-page-title:before {
    display: none;
  }
  /* line 624, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo-link {
    clear: both;
    float: left;
  }
  /* line 627, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo-link:hover {
    box-shadow: none;
    background-color: transparent;
  }
  /* line 635, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-title-container {
    width: auto;
  }

  /* line 666, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-detail {
    padding: 2rem 4rem;
  }
  /* line 672, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-detail-blurb {
    margin-top: 0;
  }
  /* line 685, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-value-wrap {
    width: 100%;
    float: left;
    padding: 0 0 2rem 0;
  }
  /* line 690, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-blurb {
    padding-left: 0;
  }
  /* line 693, ../../scss/components/d3/_world-map.scss */
  .overlay .dv-modal-key-list-item {
    width: 20%;
    font-size: .75rem;
  }
  /* line 696, ../../scss/components/d3/_world-map.scss */
  .overlay .dv-modal-key-list-item.label {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  /* line 713, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .geo-chart-map {
    padding-bottom: 185%;
  }
  /* line 717, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-header {
    padding: 0;
  }
  /* line 720, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-page-title {
    float: right;
    font-size: .75rem;
    margin: .35rem 0;
  }
  /* line 724, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-page-title:before {
    display: none;
  }
  /* line 727, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-page-title span {
    font-size: .75rem;
  }
  /* line 731, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo {
    display: block;
    padding: .25rem .5rem;
    background-color: #fff;
    width: 100%;
  }
  /* line 737, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo-link {
    padding: .25rem .5rem;
  }
  /* line 739, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo-link:hover {
    box-shadow: none;
    background-color: transparent;
  }
  /* line 744, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-logo-img {
    width: 92px;
  }
  /* line 747, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-container {
    float: left;
    width: 100%;
  }
  /* line 751, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-header {
    text-align: left;
    float: left;
    width: 100%;
    padding: .25rem .25rem 0 .25rem;
  }
  /* line 757, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-title-container {
    width: auto;
  }
  /* line 760, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-title {
    font-size: 1.15rem;
    padding: .35rem;
    float: left;
  }
  /* line 765, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-select {
    float: right;
  }
  /* line 769, ../../scss/components/d3/_world-map.scss */
  .dv-wmap-container[data-mx-theme=prm2018] .dv-wmap-mtoggle-list {
    width: 100%;
    padding: 0 .25rem;
    margin: 0;
  }

  /* line 787, ../../scss/components/d3/_world-map.scss */
  .overlay .label-value {
    font-weight: normal;
    font-size: 1.0625rem;
    font-family: "Slate W02 Regular";
  }
  /* line 794, ../../scss/components/d3/_world-map.scss */
  .overlay .x-axis .tick .x-label {
    font-weight: normal;
    font-size: 0.6875rem;
    font-family: "Slate W02 Bold", Arial, sans-serif;
  }
  /* line 800, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-detail {
    padding: 1rem;
  }
  /* line 804, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-detail-title span {
    margin-left: 0;
    margin-top: 10px;
  }
  /* line 810, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-chart-container {
    margin-top: .5rem;
  }
  /* line 813, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-detail-blurb {
    margin-top: 0;
  }
  /* line 816, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-close {
    top: 0;
    right: 0;
  }
  /* line 828, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-value-wrap {
    width: 100%;
    float: left;
    padding: 0 0 1.5rem 0;
  }
  /* line 833, ../../scss/components/d3/_world-map.scss */
  .overlay .overlay-blurb {
    padding-left: 0;
  }
  /* line 836, ../../scss/components/d3/_world-map.scss */
  .overlay .dv-modal-key-list-item {
    width: 20%;
    font-size: .75rem;
  }
  /* line 839, ../../scss/components/d3/_world-map.scss */
  .overlay .dv-modal-key-list-item.label {
    display: none;
  }

  /* line 844, ../../scss/components/d3/_world-map.scss */
  .tooltip {
    display: none;
  }
}
