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

.leaflet-container {
  overflow: hidden;
}

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

.leaflet-tile::selection {
  background: none;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  -webkit-transform-origin: 0 0;
  width: 1600px;
  height: 1600px;
}

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

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  width: auto;
  padding: 0;
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: #33b5e566;
}

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

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

.leaflet-zoom-box {
  box-sizing: border-box;
  z-index: 800;
  width: 0;
  height: 0;
}

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

.leaflet-pane {
  z-index: 400;
}

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

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

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

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

.leaflet-tooltip-pane {
  z-index: 650;
}

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

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

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

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

.leaflet-control {
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  position: relative;
}

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

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

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

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

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

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

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

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

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

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

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

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

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

.leaflet-interactive {
  cursor: pointer;
}

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

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

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

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  outline-offset: 1px;
  background: #ddd;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-zoom-box {
  background: #ffffff80;
  border: 2px dotted #38f;
}

.leaflet-container {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .75rem;
  line-height: 1.5;
}

.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px #000000a6;
}

.leaflet-bar a {
  text-align: center;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  color: #bbb;
  background-color: #f4f4f4;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  text-indent: 1px;
  font: bold 18px Lucida Console, Monaco, monospace;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-control-layers {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px #0006;
}

.leaflet-control-layers-toggle {
  background-image: url("layers.19804faf.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("layers-2x.0d380d65.png");
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

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

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

.leaflet-control-layers-expanded {
  color: #333;
  background: #fff;
  padding: 6px 10px 6px 6px;
}

.leaflet-control-layers-scrollbar {
  padding-right: 5px;
  overflow: hidden scroll;
}

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

.leaflet-control-layers label {
  font-size: 1.08333em;
  display: block;
}

.leaflet-control-layers-separator {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url("marker-icon.61a78335.png");
}

.leaflet-container .leaflet-control-attribution {
  background: #fffc;
  margin: 0;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
  color: #333;
  padding: 0 5px;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  width: 1em;
  height: .6669em;
  vertical-align: baseline !important;
  display: inline !important;
}

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

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

.leaflet-control-scale-line {
  white-space: nowrap;
  box-sizing: border-box;
  text-shadow: 1px 1px #fff;
  background: #fffc;
  border: 2px solid #777;
  border-top: none;
  padding: 2px 5px 1px;
  line-height: 1.1;
}

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

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

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  background-clip: padding-box;
  border: 2px solid #0003;
}

.leaflet-popup {
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
}

.leaflet-popup-content-wrapper {
  text-align: left;
  border-radius: 12px;
  padding: 1px;
}

.leaflet-popup-content {
  min-height: 1px;
  margin: 13px 24px 13px 20px;
  font-size: 1.08333em;
  line-height: 1.3;
}

.leaflet-popup-content p {
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  pointer-events: none;
  width: 40px;
  height: 20px;
  margin-top: -1px;
  margin-left: -20px;
  position: absolute;
  left: 50%;
  overflow: hidden;
}

.leaflet-popup-tip {
  pointer-events: auto;
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  padding: 1px;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  color: #333;
  background: #fff;
  box-shadow: 0 3px 14px #0006;
}

.leaflet-container a.leaflet-popup-close-button {
  text-align: center;
  color: #757575;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  font: 16px / 24px Tahoma, Verdana, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}

.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  width: 24px;
  filter: progid:DXImageTransform. Microsoft. Matrix(M11= .707107, M12= .707107, M21= -.707107, M22= .707107);
  margin: 0 auto;
}

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-tooltip {
  color: #222;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px;
  position: absolute;
  box-shadow: 0 1px 3px #0006;
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  pointer-events: none;
  content: "";
  background: none;
  border: 6px solid #0000;
  position: absolute;
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  margin-left: -6px;
  left: 50%;
}

.leaflet-tooltip-top:before {
  border-top-color: #fff;
  margin-bottom: -12px;
  bottom: 0;
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: #fff;
  margin-top: -12px;
  margin-left: -6px;
  top: 0;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  margin-top: -6px;
  top: 50%;
}

.leaflet-tooltip-left:before {
  border-left-color: #fff;
  margin-right: -12px;
  right: 0;
}

.leaflet-tooltip-right:before {
  border-right-color: #fff;
  margin-left: -12px;
  left: 0;
}

@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.everystat-content .es-font-color-white {
  color: #fff !important;
}

.everystat-content .es-bg-color-white {
  background-color: #fff;
}

.everystat-content .es-font-color-red-dark {
  color: #b33027 !important;
}

.everystat-content .es-bg-color-red-dark {
  background-color: #b33027;
}

.everystat-content .es-font-color-red {
  color: #e03c31 !important;
}

.everystat-content .es-bg-color-red {
  background-color: #e03c31;
}

.everystat-content .es-font-color-cinnabar {
  color: #e03c31 !important;
}

.everystat-content .es-bg-color-cinnabar {
  background-color: #e03c31;
}

.everystat-content .es-font-color-blue-dark {
  color: #004073 !important;
}

.everystat-content .es-bg-color-blue-dark {
  background-color: #004073;
}

.everystat-content .es-font-color-blue {
  color: #004b87 !important;
}

.everystat-content .es-bg-color-blue {
  background-color: #004b87;
}

.everystat-content .es-font-color-s400 {
  color: #48525c !important;
}

.everystat-content .es-bg-color-s400 {
  background-color: #48525c;
}

.everystat-content .es-font-color-s200 {
  color: #5a6673 !important;
}

.everystat-content .es-bg-color-s200 {
  background-color: #5a6673;
}

.everystat-content .es-font-color-s100 {
  color: #708090 !important;
}

.everystat-content .es-bg-color-s100 {
  background-color: #708090;
}

.everystat-content .es-font-color-s80 {
  color: #8d99a6 !important;
}

.everystat-content .es-bg-color-s80 {
  background-color: #8d99a6;
}

.everystat-content .es-font-color-s60 {
  color: #a9b3bc !important;
}

.everystat-content .es-bg-color-s60 {
  background-color: #a9b3bc;
}

.everystat-content .es-font-color-s40 {
  color: #c6ccd3 !important;
}

.everystat-content .es-bg-color-s40 {
  background-color: #c6ccd3;
}

.everystat-content .es-font-color-s20 {
  color: #e2e6e9 !important;
}

.everystat-content .es-bg-color-s20 {
  background-color: #e2e6e9;
}

.everystat-content .es-font-color-s10 {
  color: #f1f2f4 !important;
}

.everystat-content .es-bg-color-s10 {
  background-color: #f1f2f4;
}

.everystat-content .es-font-color-m400 {
  color: #88847f !important;
}

.everystat-content .es-bg-color-m400 {
  background-color: #88847f;
}

.everystat-content .es-font-color-m200 {
  color: #aaa59f !important;
}

.everystat-content .es-bg-color-m200 {
  background-color: #aaa59f;
}

.everystat-content .es-font-color-m100 {
  color: #d5cec7 !important;
}

.everystat-content .es-bg-color-m100 {
  background-color: #d5cec7;
}

.everystat-content .es-font-color-m80 {
  color: #ddd8d2 !important;
}

.everystat-content .es-bg-color-m80 {
  background-color: #ddd8d2;
}

.everystat-content .es-font-color-m60 {
  color: #e6e2dd !important;
}

.everystat-content .es-bg-color-m60 {
  background-color: #e6e2dd;
}

.everystat-content .es-font-color-m40 {
  color: #eee6de !important;
}

.everystat-content .es-bg-color-m40 {
  background-color: #eee6de;
}

.everystat-content .es-font-color-m20 {
  color: #fcf5ef !important;
}

.everystat-content .es-bg-color-m20 {
  background-color: #fcf5ef;
}

.everystat-content .es-font-color-m10 {
  color: #fdf8f5 !important;
}

.everystat-content .es-bg-color-m10 {
  background-color: #fdf8f5;
}

.everystat-content .es-font-color-o400 {
  color: #1e252d !important;
}

.everystat-content .es-bg-color-o400 {
  background-color: #1e252d;
}

.everystat-content .es-font-color-o200 {
  color: #5a6673 !important;
}

.everystat-content .es-bg-color-o200 {
  background-color: #5a6673;
}

.everystat-content .es-font-color-o100 {
  color: #8e9296 !important;
}

.everystat-content .es-bg-color-o100 {
  background-color: #8e9296;
}

.everystat-content .es-font-color-o80 {
  color: #a5a8ab !important;
}

.everystat-content .es-bg-color-o80 {
  background-color: #a5a8ab;
}

.everystat-content .es-font-color-o60 {
  color: #bbbec0 !important;
}

.everystat-content .es-bg-color-o60 {
  background-color: #bbbec0;
}

.everystat-content .es-font-color-o40 {
  color: #d2d3d5 !important;
}

.everystat-content .es-bg-color-o40 {
  background-color: #d2d3d5;
}

.everystat-content .es-font-color-o20 {
  color: #e8e9ea !important;
}

.everystat-content .es-bg-color-o20 {
  background-color: #e8e9ea;
}

.everystat-content .es-font-color-o10 {
  color: #f4f4f5 !important;
}

.everystat-content .es-bg-color-o10 {
  background-color: #f4f4f5;
}

:root {
  --general-spacing: 55px;
  --header-top-padding: var(--general-spacing);
  --header-burger-height: 28.5px;
  --heading-text-padding: 22px;
  --selector-height: 30px;
  --selector-sticky-height: 51px;
}

body {
  --header-height: 100px;
}

@media screen and (width <= 768px) {
  body {
    --header-top-padding: 20px;
    --header-height: calc(var(--header-top-padding) * 2 + var(--header-burger-height));
  }
}

.es-typo-header1 {
  --font-size: 48px;
  font-weight: 500;
  font-size: var(--font-size);
  color: #48525c;
  font-family: GT Super Text;
  line-height: 60px;
}

@media screen and (width <= 768px) {
  .es-typo-header1 {
    --font-size: 24px;
    line-height: 1.3;
  }
}

.es-typo-header2 {
  --font-size: 38px;
  font-weight: 700;
  font-size: var(--font-size);
  color: #5a6673;
  font-family: GT America Extended;
  line-height: 1.2;
}

@media screen and (width <= 768px) {
  .es-typo-header2 {
    --font-size: 28px;
    line-height: 1.2;
  }
}

.es-typo-header3 {
  --font-size: 40px;
  font-weight: 500;
  font-size: var(--font-size);
  color: #48525c;
  font-family: GT Super Text;
  line-height: 58px;
}

@media screen and (width <= 768px) {
  .es-typo-header3 {
    --font-size: 24px;
  }
}

.es-typo-subheader1 {
  --font-size: 28px;
  font-weight: 700;
  font-size: var(--font-size);
  font-family: GT America Extended;
  color: #5a6673 !important;
}

@media screen and (width <= 768px) {
  .es-typo-subheader1 {
    --font-size: 24px;
  }
}

.es-typo-subheader1-serif {
  --font-size: 28px;
  font-weight: 700;
  font-size: var(--font-size);
  color: #5a6673;
  font-family: GT Super Text;
}

@media screen and (width <= 768px) {
  .es-typo-subheader1-serif {
    --font-size: 14px;
  }
}

.es-typo-subheader1-important {
  --font-size: 28px;
  font-weight: 700 !important;
  font-size: var(--font-size) !important;
  color: #5a6673 !important;
  font-family: GT America Extended !important;
}

@media screen and (width <= 768px) {
  .es-typo-subheader1-important {
    --font-size: 24px !important;
  }
}

.es-typo-subheader2 {
  --font-size: 40px;
  font-weight: 500;
  font-size: var(--font-size);
  color: #48525c;
  margin-top: 10.5px;
  font-family: GT Super Text;
  line-height: 1.1;
}

@media screen and (width <= 768px) {
  .es-typo-subheader2 {
    --font-size: 32px;
  }
}

.es-typo-body {
  --font-size: 20px;
  font-weight: normal;
  font-size: var(--font-size);
  color: #5a6673;
  font-family: GT America;
  line-height: 28px;
}

@media screen and (width <= 768px) {
  .es-typo-body {
    --font-size: 12px;
    line-height: 1.2;
  }
}

.es-typo-body-serif {
  --font-size: 20px;
  font-weight: normal;
  font-size: var(--font-size);
  color: #5a6673;
  line-height: 28px;
  font-family: GT Super Text !important;
}

@media screen and (width <= 768px) {
  .es-typo-body-serif {
    --font-size: 14px;
    line-height: 1.5;
  }
}

.es-typo-bodyhighlight {
  --font-size: 24px;
  font-weight: 700;
  font-size: var(--font-size);
  color: #5a6673;
  font-family: GT America Extended;
}

@media screen and (width <= 768px) {
  .es-typo-bodyhighlight {
    --font-size: 22px;
  }
}

.es-typo-eyebrow {
  --font-size: 14px;
  font-weight: 500;
  font-size: var(--font-size);
  color: #48525c;
  font-family: GT America;
}

.es-typo-chart-label {
  --font-size: 14px;
  font-weight: 500;
  font-size: var(--font-size);
  font-family: GT America;
  color: #5a6673 !important;
}

@media screen and (width <= 569px) {
  .es-typo-chart-label {
    --font-size: 12px;
  }
}

.es-typo-navigation {
  font-weight: 500;
  font-size: var(--font-size);
  color: #5a6673;
  --font-size: 16px;
  text-transform: uppercase;
  font-family: GT America;
  line-height: 18px;
}

@media screen and (width >= 769px) and (width <= 820px) {
  .es-typo-navigation {
    --font-size: 11px;
  }
}

@media screen and (width >= 821px) and (width <= 1000px) {
  .es-typo-navigation {
    --font-size: 13px;
  }
}

@media screen and (width >= 1001px) and (width <= 1280px) {
  .es-typo-navigation {
    --font-size: 15px;
  }
}

.es-typo-table-bold {
  font-weight: 700;
  font-size: var(--font-size);
  color: #1e252d;
  --font-size: 16px;
  text-transform: uppercase;
  font-family: GT America Extended;
  line-height: 18px;
}

@media screen and (width <= 768px) {
  .es-typo-table-bold {
    --font-size: 12px;
    line-height: 1.2;
  }
}

.es-typo-table-bold-histogram {
  text-transform: none !important;
  justify-content: left !important;
}

.es-typo-table-reg {
  font-weight: 500;
  font-size: var(--font-size);
  color: #1e252d;
  --font-size: 16px;
  text-transform: uppercase;
  font-family: GT America;
  line-height: 18px;
}

@media screen and (width <= 768px) {
  .es-typo-table-reg {
    --font-size: 12px;
    line-height: 1.2;
  }
}

.es-typo-italic {
  font-style: italic;
}

.es-grid {
  grid-area: content;
  grid-template-columns: repeat(24, 1fr);
  display: grid;
}

@media screen and (width <= 768px) {
  .es-grid {
    grid-template-columns: repeat(18, 1fr);
  }
}

.es-container {
  grid-template: ". content ." min-content
  / 1fr 1440px 1fr;
  display: grid;
}

@media (width <= 1440px) {
  .es-container {
    grid-template-columns: 0 1fr 0;
  }
}

@media screen and (width <= 768px) {
  .es-container {
    grid-template-columns: 1fr;
    grid-template-areas: "content";
  }
}

.es-container-intro-illustration {
  grid-template: ". content ." min-content
  / 1fr 100% 1fr;
  display: grid;
}

@media (width <= 1440px) {
  .es-container-intro-illustration {
    grid-template-columns: 0 1fr 0;
  }
}

@media screen and (width <= 768px) {
  .es-container-intro-illustration {
    grid-template-columns: 1fr;
    grid-template-areas: "content";
  }
}

.img-desktop-landing {
  width: 100%;
}

.es-full {
  grid-column: 1 / -1;
}

body {
  font-family: GT America;
}

#everystat-content {
  margin-top: var(--header-height);
  overflow: hidden;
}

.everystat-content-pdf-export {
  margin-top: 0 !important;
}

@media screen and (width >= 769px) {
  body.-es-header-small {
    --header-top-padding: 34px;
  }

  body.-es-header-small #everystat-content {
    margin-top: calc(var(--general-spacing) * 2 + var(--header-content-height));
  }
}

.-es-largespacing p {
  margin: 3em 0;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

@media screen and (width >= 769px) {
  .-es-mobileonly {
    display: none !important;
  }
}

@media screen and (width <= 768px) {
  .-es-desktoponly {
    display: none !important;
  }
}

.-es-number {
  color: #e03c31;
  font-size: 1em;
  font-weight: 700;
}

.-es-number-color {
  color: #e03c31;
  font-weight: 700;
}

html.es-lockedScroll {
  height: 100%;
}

html.es-lockedScroll body {
  height: 100%;
  top: calc(var(--scroll-position) * -1px);
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.es-loader {
  z-index: 1000;
  background: #fff;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: fixed;
  inset: 0;
}

.-es-loaded .es-loader {
  opacity: 0;
  pointer-events: none;
}

.es-loading-indicator {
  width: 64px;
  height: 64px;
  display: inline-block;
  position: relative;
}

.es-loading-indicator div {
  background: #004b87;
  width: 13px;
  animation: 1.2s cubic-bezier(0, .5, .5, 1) infinite es-loading-indicator;
  display: inline-block;
  position: absolute;
  left: 6px;
}

.es-loading-indicator div:first-child {
  animation-delay: -.24s;
  left: 6px;
}

.es-loading-indicator div:nth-child(2) {
  animation-delay: -.12s;
  left: 26px;
}

.es-loading-indicator div:nth-child(3) {
  animation-delay: 0;
  left: 45px;
}

@keyframes es-loading-indicator {
  0% {
    height: 51px;
    top: 6px;
  }

  50%, 100% {
    height: 26px;
    top: 19px;
  }
}

#everystat-styleguide-page {
  height: 350vh;
}

.es-styleguide-colorsgrid {
  grid-column: 3 / -3;
  grid-template-rows: repeat(41, 5vmin);
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "c2023 c2023 c2023 c2023 c2023 c2023"
                       "regalBlue2023 red2023 blue2023 m2002023 o2002023 o602023"
                       "regalBlue2023 red2023 blue2023 m2002023 o2002023 o602023"
                       "tc tc tc tc tc tc"
                       "_white _white _white offWhite offWhite offWhite"
                       "_white _white _white offWhite offWhite offWhite"
                       "cinnabar cinnabar cinnabar regalBlue regalBlue regalBlue"
                       "cinnabar cinnabar cinnabar regalBlue regalBlue regalBlue"
                       "greyBeige greyBeige greyBeige shuttleGrey shuttleGrey shuttleGrey"
                       "greyBeige greyBeige greyBeige shuttleGrey shuttleGrey shuttleGrey"
                       "porcelain porcelain porcelain riverBed riverBed riverBed"
                       "porcelain porcelain porcelain riverBed riverBed riverBed"
                       "red-dark red-dark red-dark blue-dark blue-dark blue-dark"
                       "red-dark red-dark red-dark blue-dark blue-dark blue-dark"
                       "red red red blue blue blue"
                       "red red red blue blue blue"
                       "gr gr gr gr gr gr"
                       "s400 s400 m400 m400 o400 o400"
                       "s200 s200 m200 m200 o200 o200"
                       "s100 s100 m100 m100 o100 o100"
                       "s80 s80 m80 m80 o80 o80"
                       "s60 s60 m60 m60 o60 o60"
                       "s40 s40 m40 m40 o40 o40"
                       "s20 s20 m20 m20 o20 o20"
                       "s10 s10 m10 m10 o10 o10"
                       "cm cm cm cm cm cm"
                       "h01 h01 h01 h01 h01 h01"
                       "h12 h12 h12 h12 h12 h12"
                       "h23 h23 h23 h23 h23 h23"
                       "h34 h34 h34 h34 h34 h34"
                       "h45 h45 h45 h45 h45 h45"
                       "h56 h56 h56 h56 h56 h56"
                       "h67 h67 h67 h67 h67 h67"
                       "h78 h78 h78 h78 h78 h78"
                       "h89 h89 h89 h89 h89 h89"
                       "h910 h910 h910 h910 h910 h910"
                       "hm hm hm hm hm hm"
                       "c1 c1 c1 c1 c1 c1"
                       "c2 c2 c2 c2 c2 c2"
                       "c3 c3 c3 c3 c3 c3"
                       "c4 c4 c4 c4 c4 c4"
                       "c5 c5 c5 c5 c5 c5";
  display: grid;
}

.es-styleguide-colorsgrid .es-color {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  display: flex;
}

.es-styleguide-colorsgrid .es-color span {
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
}

.es-styleguide-colorsgrid .es-color-c2023 {
  background-color: "#ffffff";
  grid-area: c2023;
}

.es-styleguide-colorsgrid .es-color-gr {
  background-color: "#ffffff";
  grid-area: gr;
}

.es-styleguide-colorsgrid .es-color-cm {
  background-color: "#ffffff";
  grid-area: cm;
}

.es-styleguide-colorsgrid .es-color-hm {
  background-color: "#ffffff";
  grid-area: hm;
}

.es-styleguide-colorsgrid .es-color-tc {
  background-color: "#ffffff";
  grid-area: tc;
}

.es-styleguide-colorsgrid .es-color-grey-beige {
  background-color: #aaa59f;
  grid-area: greyBeige;
}

.es-styleguide-colorsgrid .es-color-red2023 {
  background-color: #ff352e;
  grid-area: red2023;
}

.es-styleguide-colorsgrid .es-color-blue2023 {
  background-color: #0d3dd9;
  grid-area: blue2023;
}

.es-styleguide-colorsgrid .es-color-m2002023 {
  background-color: #1ec3f0;
  grid-area: m2002023;
}

.es-styleguide-colorsgrid .es-color-o2002023 {
  background-color: #fff;
  grid-area: o2002023;
}

.es-styleguide-colorsgrid .es-color-o602023 {
  background-color: #bccbef;
  grid-area: o602023;
}

.es-styleguide-colorsgrid .es-color-white {
  background-color: #fff;
  grid-area: _white;
}

.es-styleguide-colorsgrid .es-color-offWhite {
  background-color: #f4f4f5;
  grid-area: offWhite;
}

.es-styleguide-colorsgrid .es-color-cinnabar {
  background-color: #e03c31;
  grid-area: cinnabar;
}

.es-styleguide-colorsgrid .es-color-regalBlue {
  background-color: #004073;
  grid-area: regalBlue;
}

.es-styleguide-colorsgrid .es-color-regalBlue2023 {
  background-color: #1d426b;
  grid-area: regalBlue2023;
}

.es-styleguide-colorsgrid .es-color-shuttleGrey {
  background-color: #5a6673;
  grid-area: shuttleGrey;
}

.es-styleguide-colorsgrid .es-color-porcelain {
  background-color: #e8e9ea;
  grid-area: porcelain;
}

.es-styleguide-colorsgrid .es-color-riverBed {
  background-color: #48525c;
  grid-area: riverBed;
}

.es-styleguide-colorsgrid .es-color-red-dark {
  background-color: #b33027;
  grid-area: red-dark;
}

.es-styleguide-colorsgrid .es-color-red {
  background-color: #e03c31;
  grid-area: red;
}

.es-styleguide-colorsgrid .es-color-blue-dark {
  background-color: #004073;
  grid-area: blue-dark;
}

.es-styleguide-colorsgrid .es-color-blue {
  background-color: #004b87;
  grid-area: blue;
}

.es-styleguide-colorsgrid .es-color-s400 {
  background-color: #48525c;
  grid-area: s400;
}

.es-styleguide-colorsgrid .es-color-s200 {
  background-color: #5a6673;
  grid-area: s200;
}

.es-styleguide-colorsgrid .es-color-s100 {
  background-color: #708090;
  grid-area: s100;
}

.es-styleguide-colorsgrid .es-color-s80 {
  background-color: #8d99a6;
  grid-area: s80;
}

.es-styleguide-colorsgrid .es-color-s60 {
  background-color: #a9b3bc;
  grid-area: s60;
}

.es-styleguide-colorsgrid .es-color-s40 {
  background-color: #c6ccd3;
  grid-area: s40;
}

.es-styleguide-colorsgrid .es-color-s20 {
  background-color: #e2e6e9;
  grid-area: s20;
}

.es-styleguide-colorsgrid .es-color-s10 {
  background-color: #f1f2f4;
  grid-area: s10;
}

.es-styleguide-colorsgrid .es-color-m400 {
  background-color: #88847f;
  grid-area: m400;
}

.es-styleguide-colorsgrid .es-color-m200 {
  background-color: #aaa59f;
  grid-area: m200;
}

.es-styleguide-colorsgrid .es-color-m100 {
  background-color: #d5cec7;
  grid-area: m100;
}

.es-styleguide-colorsgrid .es-color-m80 {
  background-color: #ddd8d2;
  grid-area: m80;
}

.es-styleguide-colorsgrid .es-color-m60 {
  background-color: #e6e2dd;
  grid-area: m60;
}

.es-styleguide-colorsgrid .es-color-m40 {
  background-color: #eee6de;
  grid-area: m40;
}

.es-styleguide-colorsgrid .es-color-m20 {
  background-color: #fcf5ef;
  grid-area: m20;
}

.es-styleguide-colorsgrid .es-color-m10 {
  background-color: #fdf8f5;
  grid-area: m10;
}

.es-styleguide-colorsgrid .es-color-o400 {
  background-color: #1e252d;
  grid-area: o400;
}

.es-styleguide-colorsgrid .es-color-o200 {
  background-color: #5a6673;
  grid-area: o200;
}

.es-styleguide-colorsgrid .es-color-o100 {
  background-color: #8e9296;
  grid-area: o100;
}

.es-styleguide-colorsgrid .es-color-o80 {
  background-color: #a5a8ab;
  grid-area: o80;
}

.es-styleguide-colorsgrid .es-color-o60 {
  background-color: #bbbec0;
  grid-area: o60;
}

.es-styleguide-colorsgrid .es-color-o40 {
  background-color: #d2d3d5;
  grid-area: o40;
}

.es-styleguide-colorsgrid .es-color-o20 {
  background-color: #e8e9ea;
  grid-area: o20;
}

.es-styleguide-colorsgrid .es-color-o10 {
  background-color: #f4f4f5;
  grid-area: o10;
}

.es-styleguide-colorsgrid .es-color-heatmap_0-1 {
  background-color: #f6c4c1;
  grid-area: h01;
}

.es-styleguide-colorsgrid .es-color-heatmap_1-2 {
  background-color: #f1a39e;
  grid-area: h12;
}

.es-styleguide-colorsgrid .es-color-heatmap_2-3 {
  background-color: #ed8e88;
  grid-area: h23;
}

.es-styleguide-colorsgrid .es-color-heatmap_3-4 {
  background-color: #ea7971;
  grid-area: h34;
}

.es-styleguide-colorsgrid .es-color-heatmap_4-5 {
  background-color: #e76860;
  grid-area: h45;
}

.es-styleguide-colorsgrid .es-color-heatmap_5-6 {
  background-color: #e4564d;
  grid-area: h56;
}

.es-styleguide-colorsgrid .es-color-heatmap_6-7 {
  background-color: #e14338;
  grid-area: h67;
}

.es-styleguide-colorsgrid .es-color-heatmap_7-8 {
  background-color: #d2382e;
  grid-area: h78;
}

.es-styleguide-colorsgrid .es-color-heatmap_8-9 {
  background-color: #ba3128;
  grid-area: h89;
}

.es-styleguide-colorsgrid .es-color-heatmap_9-10 {
  background-color: #94271f;
  grid-area: h910;
}

.es-styleguide-colorsgrid .es-color-map-class-1 {
  background-color: #fff;
  grid-area: c1;
}

.es-styleguide-colorsgrid .es-color-map-class-2 {
  background-color: #ffcccb;
  grid-area: c2;
}

.es-styleguide-colorsgrid .es-color-map-class-3 {
  background-color: #ff9a97;
  grid-area: c3;
}

.es-styleguide-colorsgrid .es-color-map-class-4 {
  background-color: #ff6862;
  grid-area: c4;
}

.es-styleguide-colorsgrid .es-color-map-class-5 {
  background-color: #ff352e;
  grid-area: c5;
}

.es-styleguide-typographylist .es-typo {
  margin: 1rem 0;
}

.es-styleguide-colors h2, .es-styleguide-typography h2 {
  margin: 5rem 0;
}

.es-styleguide-colors, .es-styleguide-typography {
  grid-column: 3 / -3;
}

.es-methodology-illustration {
  height: 80vh;
  position: relative;
}

.es-methodology-illustration:before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: calc(-1 * var(--header-height));
  background-color: #708090;
  position: absolute;
}

.es-methods-page-title {
  margin: 0;
}

.es-methodology-section {
  padding: var(--general-spacing) 0;
  background-color: #fff;
}

.es-methodology-section:nth-child(2n) {
  background-color: #f1f2f4;
}

@media screen and (width >= 1280px) {
  .es-margin-adjust {
    margin-left: 138px;
  }
}

.es-methodology-section-content {
  grid-area: 1 / 2 / 1 / -4;
}

@media screen and (width <= 768px) {
  .es-methodology-section-content {
    grid-area: 1 / 2 / 1 / -2;
  }
}

.es-methodology-section-content p {
  margin-bottom: 32px;
}

.es-methodology-section-title {
  margin: 40px 0;
}

.es-methodology-footer-grid {
  grid-area: content;
}

.es-methodology-section-footnotes {
  font-size: 16px;
}

.es-methodology-footer-wrapper {
  margin: var(--general-spacing) 0 0;
  padding: var(--general-spacing) 0;
  grid-area: 1 / 4 / 1 / -4;
  position: relative;
}

.es-methodology-footer-wrapper:before {
  content: "";
  background-color: #8e9296;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media screen and (width <= 768px) {
  .es-methodology-footer-wrapper {
    grid-area: 1 / 2 / 1 / -2;
  }
}

.es-methodology-lastupdate span {
  margin-left: 32px;
}

.es-methodology-links {
  justify-content: space-around;
  width: 100%;
  padding: 10px 0 30px;
  display: block;
}

@media screen and (width <= 768px) {
  .es-methodology-links {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }
}

.es-methodology-link {
  width: 100%;
  display: inline-flex;
}

@media screen and (width <= 768px) {
  .es-methodology-link {
    margin: 5px 0 0;
  }
}

.es-methodology-link-title, .es-methodology-link-description {
  display: block;
}

.es-methodology-link-title {
  padding-bottom: var(--font-size);
  font: 20px GT America;
  text-decoration: underline;
}

.es-methodology-links-title {
  padding-bottom: 20px;
  font: 500 22px GT America;
}

.es-methodology-link-description {
  text-transform: uppercase;
  margin-top: 10px;
}

.es-methodology-link-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  position: relative;
  top: 2.25px;
}

.es-methodology-section-h2-special {
  padding-bottom: 20px;
}

.es-faqs .es-faqs-drawer {
  --accordion-tab-selected: 0;
  padding: var(--general-spacing) 0;
  background-color: #fff;
}

.es-faqs .es-faqs-drawer:nth-child(odd) {
  background-color: #f1f2f4;
}

.es-faqs .es-faqs-drawer.-selected {
  --accordion-tab-selected: 1;
}

.es-faqs .es-faqs-drawer.-selected .es-faqs-drawer-button {
  transform: rotate(-90deg);
}

.es-faqs .es-faqs-drawer.-selected .es-faqs-drawer-button:before {
  transform: translate(-50%, -50%)scale(0);
}

.es-faqs .es-faqs-maintitle {
  margin: var(--general-spacing) 0;
  grid-area: 1 / 2 / 1 / -4;
  margin-left: 138px;
}

@media screen and (width <= 768px) {
  .es-faqs .es-faqs-maintitle {
    text-align: center;
    grid-area: 1 / 2 / 1 / -2;
  }
}

.es-faqs .es-faqs-drawer-toggle {
  background: none;
  border: none;
  grid-area: 1 / 2 / 1 / -4;
  padding: 0;
}

@media screen and (width >= 1280px) {
  .es-faqs .es-faqs-drawer-toggle {
    margin-left: 138px;
  }
}

@media screen and (width <= 768px) {
  .es-faqs .es-faqs-drawer-toggle {
    grid-area: 1 / 2 / 1 / -2;
  }
}

.es-faqs .es-faqs-drawer-toggle .es-faqs-drawer-buttonwrapper {
  grid-area: 1 / -2 / 2 / -1;
}

@media screen and (width <= 768px) {
  .es-faqs .es-faqs-drawer-toggle .es-faqs-drawer-buttonwrapper {
    display: none;
  }
}

.es-faqs .es-faqs-drawer-togglegrid {
  grid-template-rows: auto;
  grid-template-columns: repeat(20, 1fr);
  display: grid;
}

@media screen and (width <= 768px) {
  .es-faqs .es-faqs-drawer-togglegrid {
    grid-area: 4 / 1 / 4 / -1;
    grid-template-columns: repeat(10, 1fr);
    justify-content: flex-start;
  }
}

.es-faqs .es-faqs-drawer-number {
  text-align: left;
  grid-area: 1 / 1 / 1 / 1;
}

@media screen and (width <= 768px) {
  .es-faqs .es-faqs-drawer-number {
    text-align-last: left;
    grid-area: 1 / 1 / 1 / -1;
  }
}

.es-faqs .es-faqs-drawer-title {
  text-align: left;
  grid-area: 2 / 1 / 2 / -4;
  margin: 0 0 22px;
}

@media screen and (width <= 768px) {
  .es-faqs .es-faqs-drawer-title {
    grid-area: 2 / 1 / 2 / -1;
  }
}

.es-faqs .es-faqs-drawer-textwrapper {
  height: calc(var(--tab-height) * var(--accordion-tab-selected) * 1px);
  grid-area: 3 / 4 / 3 / -7;
  transition: height .2s;
  animation: .2s height;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .es-faqs .es-faqs-drawer-textwrapper {
    grid-area: 2 / 2 / 2 / -2;
    margin-bottom: 22px;
  }
}

.es-faqs .es-faqs-drawer-buttonwrapper.-es-mobileonly {
  grid-area: 3 / 2 / 3 / -2;
}

@media screen and (width >= 769px) {
  .es-faqs .es-faqs-drawer-buttonwrapper.-es-mobileonly {
    display: none;
  }
}

.es-faqs .es-faqs-drawer-button {
  width: 45px;
  height: 45px;
  transition: transform .2s;
  display: block;
  position: relative;
}

.es-faqs .es-faqs-drawer-button:after, .es-faqs .es-faqs-drawer-button:before {
  content: "";
  background-color: #48525c;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.es-faqs .es-faqs-drawer-button:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

.es-faqs .es-faqs-drawer-button:before {
  transition: transform .2s;
}

.ct-label {
  fill: #0006;
  color: #0006;
  font-size: .75rem;
  line-height: 1;
}

.ct-chart-line .ct-label, .ct-chart-bar .ct-label {
  display: flex;
}

.ct-chart-pie .ct-label, .ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: start;
  justify-content: flex-start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: start;
  justify-content: flex-start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  text-align: right;
  text-anchor: end;
  justify-content: flex-end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: start;
  justify-content: flex-start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  text-align: center;
  text-anchor: start;
  justify-content: center;
  align-items: flex-end;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  text-align: center;
  text-anchor: start;
  justify-content: center;
  align-items: flex-start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: start;
  justify-content: flex-start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: start;
  justify-content: flex-start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  text-align: right;
  text-anchor: end;
  justify-content: flex-end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: end;
  justify-content: flex-start;
}

.ct-grid {
  stroke: #0003;
  stroke-width: 1px;
  stroke-dasharray: 2;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: .1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  width: 100%;
  display: block;
  position: relative;
}

.ct-square:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
  display: block;
}

.ct-square:after {
  content: "";
  clear: both;
  display: table;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  width: 100%;
  display: block;
  position: relative;
}

.ct-minor-second:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
  display: block;
}

.ct-minor-second:after {
  content: "";
  clear: both;
  display: table;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-second:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8889%;
  display: block;
}

.ct-major-second:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  width: 100%;
  display: block;
  position: relative;
}

.ct-minor-third:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333%;
  display: block;
}

.ct-minor-third:after {
  content: "";
  clear: both;
  display: table;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-third:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
  display: block;
}

.ct-major-third:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-perfect-fourth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
  display: block;
}

.ct-perfect-fourth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-perfect-fifth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6667%;
  display: block;
}

.ct-perfect-fifth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-minor-sixth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
  display: block;
}

.ct-minor-sixth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  width: 100%;
  display: block;
  position: relative;
}

.ct-golden-section:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.8047%;
  display: block;
}

.ct-golden-section:after {
  content: "";
  clear: both;
  display: table;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-sixth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
  display: block;
}

.ct-major-sixth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  width: 100%;
  display: block;
  position: relative;
}

.ct-minor-seventh:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}

.ct-minor-seventh:after {
  content: "";
  clear: both;
  display: table;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-seventh:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333%;
  display: block;
}

.ct-major-seventh:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  width: 100%;
  display: block;
  position: relative;
}

.ct-octave:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
  display: block;
}

.ct-octave:after {
  content: "";
  clear: both;
  display: table;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-tenth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
  display: block;
}

.ct-major-tenth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-eleventh:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
  display: block;
}

.ct-major-eleventh:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-twelfth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333%;
  display: block;
}

.ct-major-twelfth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  width: 100%;
  display: block;
  position: relative;
}

.ct-double-octave:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
  display: block;
}

.ct-double-octave:after {
  content: "";
  clear: both;
  display: table;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.es-landing-page .es-landing-heatmap-captionwrapper {
  padding-top: 30px;
}

.es-landing-page .ap-footer {
  display: none;
}

.es-landing-page #searchTextField {
  width: 100%;
}

.es-landing-page #mapStateContainer {
  height: 100%;
}

@media screen and (width <= 768px) {
  .es-landing-page #mapStateContainer {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: row;
    height: calc(100vh - 200px);
    display: inline-block;
  }

  .es-landing-page #mapStateContainer .es-landing-heatmap-legend {
    height: calc(50vh - 100px);
  }

  .es-landing-page #mapStateContainer .es-landing-heatmap-chartwrapper {
    height: calc(100vh - 400px);
  }

  .es-landing-page #mapStateContainer .es-landing-heatmap-chartwrapper-national {
    height: calc(50vh - 100px);
  }
}

.es-landing-page #mapNationalContainer {
  height: 100%;
}

@media screen and (width <= 768px) {
  .es-landing-page #mapNationalContainer {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: row;
    width: 100%;
    height: 100%;
    max-height: 100vh;
  }
}

@media screen and (width >= 768px) {
  .es-landing-page #mapNationalContainer {
    height: calc(100vh - 310px);
  }
}

@media screen and (width <= 768px) {
  .es-landing-page #mapNationalContainer .es-landing-heatmap-legend, .es-landing-page #mapNationalContainer .es-landing-heatmap-chartwrapper {
    height: calc(50vh - 100px);
  }
}

.es-landing-page .tab-gun-injuries, .es-landing-page .tab-economic-cost {
  margin-left: 10px;
}

.es-landing-page .es-map-tab-wrapper {
  grid-area: 2 / 2 / 2 / -2;
  width: 100%;
  height: 55px;
  display: flex;
  position: relative;
  top: 2px;
}

.es-landing-page .es-state-img {
  position: relative;
  bottom: 0%;
  left: 0%;
}

@media (width <= 768px) {
  .es-landing-page .es-state-img {
    top: 100%;
  }
}

.es-landing-page .es-landscape-map-tab-wrapper {
  border-bottom: 2px solid #6d7986;
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

@media (width <= 768px) {
  .es-landing-page .es-landscape-map-tab-wrapper {
    border-bottom: 0 solid #6d7986;
    margin-bottom: 0;
  }
}

.es-landing-page .es-congress-dist-map-legend-callout {
  text-align: center;
  width: 100%;
}

.es-landing-page .es-congress-dist-map-legend {
  width: 100%;
  padding-top: 30px;
  display: inline-flex;
}

.es-landing-page .es-congress-dist-map-legend-box {
  width: 5%;
  height: 0;
  padding-bottom: 4%;
  position: relative;
}

.es-landing-page .map-class-legend-label {
  text-align: left;
  width: 15%;
  height: 100%;
  margin-top: 1%;
  padding-left: 2px;
  font-size: 10pt !important;
}

.es-landing-page .map-class-1 {
  background-color: #fff;
  border: 2px solid #47555e;
}

.es-landing-page .map-class-2 {
  background-color: #ffcccb;
  border: 2px solid #47555e;
}

.es-landing-page .map-class-3 {
  background-color: #ff9a97;
  border: 2px solid #47555e;
}

.es-landing-page .map-class-4 {
  background-color: #ff6862;
  border: 2px solid #47555e;
}

.es-landing-page .map-class-5 {
  background-color: #ff352e;
  border: 2px solid #47555e;
}

.es-landing-page .es-congress-dist-map-legend-container {
  grid-column: 5 / -5;
  width: 100%;
  height: 150px;
  margin-top: 50px;
  display: flex;
  position: relative;
  top: 2px;
  grid-row: 4 / 4 !important;
}

.es-landing-page .es-congress-dist-map-legend-container-mobile {
  grid-column: 1 / -1;
  grid-template-columns: repeat(10, 1fr);
  width: 100%;
  height: 150px;
  margin-top: 50px;
  display: flex;
  position: relative;
  top: 2px;
}

@media screen and (width <= 569px) {
  .es-landing-page .es-congress-dist-map-legend-container-mobile {
    margin-top: 0;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-page .es-congress-dist-map-legend-container-mobile {
    margin-top: 0 !important;
  }
}

.es-landing-page .es-map-tab-state-off {
  display: none;
}

.es-landing-page .es-map-tab-state, .es-landing-page .es-map-tab-nation {
  cursor: pointer;
  border: 0 solid #48525c;
  width: 30%;
  max-width: 175px;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-map-tab-state, .es-landing-page .es-map-tab-nation {
    vertical-align: middle;
    text-align: center;
    min-width: 130px;
    font-size: 15px;
  }
}

.es-landing-page .es-landscape-map-tab {
  cursor: pointer;
  background-color: #e2e6e9;
  border: 0 solid #48525c;
  width: 30%;
  max-width: 175px;
  height: calc(100% - 2px);
  padding: 7.5px;
  position: relative;
  top: -7px;
  left: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-landscape-map-tab {
    width: 33.333%;
    position: unset;
    border: 2px solid #e2e6e9;
    height: 100%;
    font-size: 2.2vw;
  }
}

.es-landing-page .es-landscape-map-tab:hover {
  background-color: #c0c6cc;
}

.es-landing-page .nation-tab {
  border-top: 2px solid #fdf8f5;
  position: relative;
  left: 0;
}

.es-landing-page .map-tab-selected {
  border: 2px solid #6d7986;
  border-bottom-color: #fdf8f5;
}

.es-landing-page .landscape-map-tab-selected {
  border: 2px solid #6d7986;
  border-bottom-color: #fff;
  height: calc(100% + 9px);
  background-color: #fff !important;
}

@media (width <= 768px) {
  .es-landing-page .landscape-map-tab-selected {
    border-bottom: 2px solid #6d7986;
    height: 100%;
  }
}

.es-landing-page .map-tab-selected-child {
  background-color: #fdf8f5 !important;
}

.es-landing-page .es-map-off {
  display: none !important;
}

.es-landing-page .et-source-off, .es-landing-page .landing-map-filters-off {
  display: none;
}

.es-landing-page .es-landscape-map-tab-name {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-family: GT America;
  line-height: 1;
}

@media (width <= 569px) {
  .es-landing-page .es-landscape-map-tab-name {
    font-size: 2.2vw;
  }
}

.es-landing-page .es-map-tab-name {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #eee6de;
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 46px;
}

@media (width <= 569px) and (orientation: portrait) {
  .es-landing-page .es-national-name {
    line-height: 1.5;
  }
}

.es-landing-page .places-autocomplete {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}

.es-landing-page .sourcing-left {
  text-align: left !important;
}

.es-landing-page .es-congress-table-callout {
  text-align: center;
  grid-column: 4 / -4;
  height: 100%;
  margin-bottom: 30px;
  margin-top: 30px !important;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-congress-table-callout, .es-landing-page .es-landing-congress-sidebar {
    grid-row: 17 / 17;
  }
}

.es-landing-page .es-map-wrapper {
  grid-area: 3 / 2 / 3 / -2;
  width: 100%;
  height: 100%;
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-page .es-map-wrapper {
    height: 100vh;
  }
}

.es-landing-page .es-map-wrapper {
  border-top: 2px solid #6d7986;
  padding-top: 20px;
}

.es-landing-page .es-map-wrapper .leaflet-container {
  z-index: 0;
  background-color: #f000;
  width: 100%;
  height: 100%;
}

.es-landing-page .es-map-wrapper .es-map {
  font: 8px / 1 Arial;
}

.es-landing-page .es-map-wrapper .es-map .leaflet-tooltip-center {
  top: -.5px;
  left: -.5px;
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-page .es-map-wrapper .es-map {
    font-size: 0;
  }
}

.es-landing-page .es-map-wrapper .es-map-state {
  font-family: Arial;
  font-size: 200%;
}

.es-landing-page .es-map-wrapper .f-california {
  font-size: 60% !important;
}

.es-landing-page .es-map-wrapper .leaflet-tooltip {
  color: #222;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  box-shadow: none;
  background-color: #fff0;
  border: 0 solid #fff;
  border-radius: 0;
  padding: 0;
  position: absolute;
}

.es-landing-page .es-map-wrapper .leaflet-tooltip-top:before, .es-landing-page .es-map-wrapper .leaflet-tooltip-bottom:before, .es-landing-page .es-map-wrapper .leaflet-tooltip-left:before, .es-landing-page .es-map-wrapper .leaflet-tooltip-right:before {
  pointer-events: none;
  content: "";
  background: none;
  border: none;
  position: absolute;
}

.es-landing-page .es-landing-centered-deeper-dive {
  text-align: center;
  grid-area: 20 / 2 / 20 / -2;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-landing-centered-deeper-dive {
    grid-area: 20 / 3 / 20 / -3;
    padding-top: 10vh;
    padding-bottom: 6vh;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-page .es-landing-centered-deeper-dive {
    padding-top: 20vh;
  }
}

.es-landing-page .es-landing-centered-deeper-dive-v-svg {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3c!-- Created with Inkscape (http://www.inkscape.org/) --%3e%3csvg version='1.1' id='svg824' width='53.69804' height='31.115465' viewBox='0 0 53.69804 31.115465' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs828' /%3e%3cg id='layer1' transform='translate(-10.610438,-16.655304)'%3e%3cpath style='fill:%23004B87;fill-opacity:1;stroke:%233737a9;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 37.381655,37.785914 59.206774,16.800222 c 0,0 6.195547,-1.514184 4.931638,5.246423 L 39.585153,46.91469 c 0,0 -2.15477,1.854196 -3.882353,0.104928 L 10.624899,21.626931 c 0,0 -0.56392,-6.374272 5.351351,-4.511923 z' id='path966' /%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: contain;
  width: 34.9037px;
  height: 20.2251px;
  margin-left: calc(50% - 17.225px);
}

.es-landing-page .es-landing-centered-deeper-dive-v {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-landing-centered-deeper-dive-v {
    margin-top: 10px;
  }

  .es-landing-page .es-landing-margin-top {
    margin-top: 20px;
  }
}

.es-landing-page .es-landing-margin-top {
  margin-top: var(--general-spacing);
}

.es-landing-page .es-landing-centered-title {
  text-align: center;
  padding: var(--general-spacing) 0;
  grid-area: 1 / 4 / 1 / -4;
  line-height: 1.2;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-landing-centered-title {
    grid-area: 1 / 3 / 1 / -3;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .es-landing-page .et-br-desktop {
    display: none;
  }
}

.es-landing-page .es-landing-intro-content-title {
  margin-top: calc(var(--general-spacing)  + 5px);
  text-align: center;
  grid-area: 1 / 2 / 1 / -2;
}

@media screen and (width >= 1280px) {
  .es-landing-page .es-landing-intro-content-title {
    margin-left: 0;
  }
}

@media screen and (width <= 768px) {
  .es-landing-page .es-landing-intro-content-title {
    grid-area: 1 / 2 / 1 / -2;
    margin-top: 0;
  }
}

.es-landing-page .es-landing-intro-content-title strong {
  font-weight: inherit;
  color: #e03c31;
}

.es-landing-page .es-landing-intro-content-title .es-typo-header1 {
  font-size: 52px;
  line-height: 54px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-landing-intro-content-title .es-typo-header1 {
    font-size: 24px;
    line-height: 26px;
  }
}

.es-landing-page .es-landing-intro-content-copy {
  text-align: center;
  grid-area: 2 / 2 / 2 / -2;
  width: 100%;
  font-size: 36px;
  line-height: 48px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-landing-intro-content-copy {
    grid-area: 2 / 2 / 2 / -2;
  }
}

.es-landing-page .es-landing-intro-illustration.-es-mobileonly {
  grid-area: 2 / 1 / 2 / -1;
  width: 100%;
}

.es-landing-page .es-landing-intro-illustration.-es-desktoponly {
  grid-area: 2 / 2 / 2 / -1;
  width: 100%;
  height: auto;
  max-height: 45vh;
}

.es-landing-page .img-desktop-landing {
  width: 100%;
  height: auto;
  max-height: 45vh;
}

.es-landing-page .es-overview-dl-container {
  background-color: #f4f4f5;
  display: block;
}

.es-landing-page .es-overview-dl-container.es-overview-dl-hide {
  display: none;
}

.es-landing-page .es-further-research-special {
  text-align: center;
}

@media screen and (width >= 1280px) {
  .es-landing-page .es-further-research-special {
    margin-top: 0 !important;
  }
}

.es-landing-page .es-further-research-landing {
  background-color: #fff !important;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-pdf-intro-title {
    font-size: 16px;
  }
}

.es-landing-page .es-pdf-intro-title-special {
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-pdf-intro-title-special {
    margin-bottom: 20px;
  }
}

.es-landing-page .es-pdf-intro-title-special {
  text-align: center;
}

.es-landing-page .es-intro-pdf-wrapper {
  text-align: center;
  grid-area: 1 / 2 / 1 / -2;
  padding-top: 40px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-intro-pdf-wrapper {
    grid-column: 2 / -2;
    margin-top: 40px;
  }
}

.es-landing-page .es-intro-pdf-wrapper .es-pdf-intro-title {
  text-align: center;
  margin-bottom: 30px;
}

.es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module {
  text-transform: uppercase;
  opacity: 1;
  border-top: 2px solid #88847f;
  border-bottom: 2px solid #88847f;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  padding: 25px 0 20px;
  font-weight: bold;
  transition: all .3s ease-in-out;
  display: flex;
}

.es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module:hover {
  opacity: .8;
}

.es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module .es-overview-file-dl-logo-top {
  display: none;
}

.es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module .es-overview-pdf-stats-wrapper {
  display: flex;
}

.es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module .es-overview-pdf-stats-wrapper .es-download-link-icon {
  margin-bottom: 0;
}

.es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module .es-overview-file-size, .es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module .es-overview-file-type {
  margin-right: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module {
    flex-direction: column;
    align-items: center;
  }

  .es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module .es-overview-file-dl-logo {
    display: none;
  }

  .es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module .es-overview-file-dl-logo-top {
    margin-bottom: 0;
    display: block;
  }

  .es-landing-page .es-intro-pdf-wrapper .es-pdf-download-module .es-overview-file-dl-logo-top .es-download-link-icon {
    margin-bottom: 0;
  }
}

.es-landing-page .es-donut-legend-explain {
  font-size: 20px;
  line-height: 25px;
  font-family: GT Super Text !important;
}

.es-landing-page .es-landing-donut-container .es-landing-donut {
  text-align: center;
  height: calc(100vh - var(--header-height)  - 300px);
  grid-area: 2 / 2 / 2 / -2;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-landing-donut-container .es-landing-donut {
    height: 100%;
    max-height: calc(100vh - 200px);
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-page .es-landing-donut-container .es-landing-donut {
    grid-auto-rows: auto;
    max-height: 100%;
  }
}

.es-landing-page .ct-series, .es-landing-page .LineChart-dot, .es-landing-page .LineChart-square, .es-landing-page .es-source-description {
  cursor: pointer;
}

.es-landing-page .es-landing-bucket-container {
  --accordion-tab-selected: 0;
  --tab-height: 0;
}

.es-landing-page .es-landing-bucket-container.-selected {
  --accordion-tab-selected: 1;
}

.es-landing-page .es-landing-bucket-container.-selected .es-bucket-title-button-wrap button {
  transform: rotate(-45deg);
}

.es-landing-page .es-bucket-category-wrapper {
  text-align: center;
}

.es-landing-page .es-bucket-category-wrapper .es-category-grid {
  border-bottom: 0 solid #0006;
  padding: 20px 0;
}

.es-landing-page .es-bucket-category-wrapper h3 {
  color: #fff;
  grid-area: 1 / 4 / 1 / -4;
}

.es-landing-page .es-bucket-title {
  color: #fff;
  text-align: left;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-title {
    text-align: left;
    max-width: calc(100% - 50px);
  }
}

.es-landing-page .es-bucket-title-histogram {
  color: #fff;
  text-align: left;
}

.es-landing-page .es-bucket-demo .es-bucket-label {
  background: #5a6673;
}

.es-landing-page .es-bucket-intent .es-bucket-label {
  background: #004073;
}

.es-landing-page .es-bucket-geo-congress {
  height: 0 !important;
}

.es-landing-page .es-bucket-geo-congress div > div.es-bucket-label.-accordion-toggle > div > div > div.es-bucket-title-button-wrap > button {
  display: none;
}

.es-landing-page .es-bucket-geo-congress .es-bucket-label {
  background: #88847f;
}

.es-landing-page .es-bucket-geo-congress .es-wrapper-for-accordion, .es-landing-page .es-bucket-geo-congress .es-wrapper-for-accordion-child {
  background: #fdf8f5;
}

.es-landing-page .es-bucket-geo-congress .es-custom-intent-dd .es-available-items {
  min-width: 200px !important;
  top: 85px !important;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .margin-top-selector {
    margin-top: 80px !important;
  }
}

.es-landing-page .es-bucket-geo-congress .es-congress-callout {
  grid-row: 1 / 1;
}

.es-landing-page .es-bucket-geo-congress .es-congress-intent-selector {
  text-align: left;
  grid-area: 5 / 6 / 5 / -6;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector {
    text-align: left;
    grid-column: 3 / -3;
    margin-right: 0;
  }
}

@media screen and (width >= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector {
    width: 380px;
  }
}

.es-landing-page .es-bucket-geo-congress .es-congress-intent-selector .es-selected-item, .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector select:focus {
  color: #004073;
  -o-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3c!-- Created with Inkscape (http://www.inkscape.org/) --%3e%3csvg version='1.1' id='svg824' width='53.69804' height='31.115465' viewBox='0 0 53.69804 31.115465' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs828' /%3e%3cg id='layer1' transform='translate(-10.610438,-16.655304)'%3e%3cpath style='fill:%23004B87;fill-opacity:1;stroke:%233737a9;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 37.381655,37.785914 59.206774,16.800222 c 0,0 6.195547,-1.514184 4.931638,5.246423 L 39.585153,46.91469 c 0,0 -2.15477,1.854196 -3.882353,0.104928 L 10.624899,21.626931 c 0,0 -0.56392,-6.374272 5.351351,-4.511923 z' id='path966' /%3e%3c/g%3e%3c/svg%3e ") no-repeat;
  border: none;
  border-bottom: 2px solid #004073;
  border-radius: 0;
  width: 100%;
  padding-left: 0;
  font-size: 64px;
  line-height: 64px;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector .es-selected-item, .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector select:focus {
    background-position: 100%;
    background-position-y: 23px !important;
  }
}

@media screen and (width >= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector .es-selected-item, .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector select:focus {
    background-position: 385px;
  }
}

.es-landing-page .es-bucket-geo-congress .es-congress-intent-selector .es-selected-item, .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector select:focus {
  background-size: 35px 20px;
  margin-right: 20px;
  background-position: 337px 25px !important;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector .es-selected-item, .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector .es-selected-item:focus, .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector select:focus, .es-landing-page .es-bucket-geo-congress .es-congress-intent-selector select:focus:focus {
    padding-left: 0;
    font-size: 5.6vw;
  }
}

.es-landing-page .es-bucket-geo-congress .es-off-now {
  display: none;
}

.es-landing-page .es-bucket-geo-congress .es-congresss-intent-selector {
  width: 100%;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-congresss-intent-selector {
    width: 100%;
  }
}

@media screen and (width >= 769px) and (width <= 900px) {
  .es-landing-page .es-bucket-geo-congress .es-congresss-intent-selector {
    font-size: 40px;
  }
}

@media screen and (width >= 901px) and (width <= 1050px) {
  .es-landing-page .es-bucket-geo-congress .es-congresss-intent-selector {
    font-size: 50px;
  }
}

.es-landing-page .es-bucket-geo-congress .es-topline-table-wrapper {
  grid-column: 2 / -2;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table, .es-landing-page .es-bucket-geo-congress .es-congress-table {
  border: none;
  margin-bottom: 70px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-topline-table, .es-landing-page .es-bucket-geo-congress .es-congress-table {
    grid-column: 3 / -3;
  }
}

.es-landing-page .es-bucket-geo-congress .es-topline-table tbody, .es-landing-page .es-bucket-geo-congress .es-topline-table thead, .es-landing-page .es-bucket-geo-congress .es-congress-table tbody, .es-landing-page .es-bucket-geo-congress .es-congress-table thead {
  background: none;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table tbody.highlightColumn-0, .es-landing-page .es-bucket-geo-congress .es-congress-table tbody.highlightColumn-0 {
  display: none;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table .es-table-header, .es-landing-page .es-bucket-geo-congress .es-congress-table .es-table-header {
  text-align: center;
  text-transform: uppercase;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table tr, .es-landing-page .es-bucket-geo-congress .es-congress-table tr {
  background: none;
  grid-template-columns: repeat(18, 1fr);
  display: grid;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table th, .es-landing-page .es-bucket-geo-congress .es-topline-table td, .es-landing-page .es-bucket-geo-congress .es-congress-table th, .es-landing-page .es-bucket-geo-congress .es-congress-table td {
  white-space: normal;
  background: #fdf8f5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table th.es-table-col-1, .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-1, .es-landing-page .es-bucket-geo-congress .es-congress-table th.es-table-col-1, .es-landing-page .es-bucket-geo-congress .es-congress-table td.es-table-col-1 {
  grid-column: 1 / 7;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table th.es-table-col-2, .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-2, .es-landing-page .es-bucket-geo-congress .es-congress-table th.es-table-col-2, .es-landing-page .es-bucket-geo-congress .es-congress-table td.es-table-col-2 {
  grid-column: 7 / 11;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table th.es-table-col-3, .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-3, .es-landing-page .es-bucket-geo-congress .es-congress-table th.es-table-col-3, .es-landing-page .es-bucket-geo-congress .es-congress-table td.es-table-col-3 {
  grid-column: 11 / 15;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table th.es-table-col-4, .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-4, .es-landing-page .es-bucket-geo-congress .es-congress-table th.es-table-col-4, .es-landing-page .es-bucket-geo-congress .es-congress-table td.es-table-col-4 {
  grid-column: 15 / 19;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table th, .es-landing-page .es-bucket-geo-congress .es-congress-table th {
  padding: 15px 0;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table td, .es-landing-page .es-bucket-geo-congress .es-congress-table td {
  padding: 20px 0;
}

.es-landing-page .es-bucket-geo-congress .es-topline-table.col-highlight-0 tr td:first-child, .es-landing-page .es-bucket-geo-congress .es-topline-table.col-highlight-0 tr th:first-child, .es-landing-page .es-bucket-geo-congress .es-congress-table.col-highlight-0 tr td:first-child, .es-landing-page .es-bucket-geo-congress .es-congress-table.col-highlight-0 tr th:first-child, .es-landing-page .es-bucket-geo-congress .es-topline-table.col-highlight-1 tr td:nth-child(2), .es-landing-page .es-bucket-geo-congress .es-topline-table.col-highlight-1 tr th:nth-child(2), .es-landing-page .es-bucket-geo-congress .es-congress-table.col-highlight-1 tr td:nth-child(2), .es-landing-page .es-bucket-geo-congress .es-congress-table.col-highlight-1 tr th:nth-child(2), .es-landing-page .es-bucket-geo-congress .es-topline-table.col-highlight-2 tr td:nth-child(3), .es-landing-page .es-bucket-geo-congress .es-topline-table.col-highlight-2 tr th:nth-child(3), .es-landing-page .es-bucket-geo-congress .es-congress-table.col-highlight-2 tr td:nth-child(3), .es-landing-page .es-bucket-geo-congress .es-congress-table.col-highlight-2 tr th:nth-child(3), .es-landing-page .es-bucket-geo-congress .es-topline-table.col-highlight-3 tr td:nth-child(4), .es-landing-page .es-bucket-geo-congress .es-topline-table.col-highlight-3 tr th:nth-child(4), .es-landing-page .es-bucket-geo-congress .es-congress-table.col-highlight-3 tr td:nth-child(4), .es-landing-page .es-bucket-geo-congress .es-congress-table.col-highlight-3 tr th:nth-child(4) {
  background: #eee6de;
}

.es-landing-page .es-bucket-geo-congress .es-congress-table {
  width: 100%;
  margin-bottom: 40px;
}

.es-landing-page .es-bucket-geo-congress .es-congress-table .es-congress-sourcing {
  text-align: right;
  margin-bottom: 40px;
}

.es-landing-page .es-bucket-geo-congress .es-congress-sourcing {
  text-align: center;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-topline-table {
    width: 100%;
  }

  .es-landing-page .es-bucket-geo-congress .es-topline-table tr {
    width: 100%;
    display: table-row;
  }

  .es-landing-page .es-bucket-geo-congress .es-topline-table tr td:first-child, .es-landing-page .es-bucket-geo-congress .es-topline-table tr th:first-child {
    width: 25vw;
  }
}

.es-landing-page .es-bucket-geo-congress .es-topline-table td {
  border: 2px solid #1e252d;
}

@media screen and (width >= 769px) {
  .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-1, .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-2, .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-3 {
    border-left: none;
  }

  .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-4 {
    border-left: none;
    border-right: none;
  }
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-topline-table td {
    background: none;
    display: table-cell;
  }

  .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-1, .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-2, .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-3, .es-landing-page .es-bucket-geo-congress .es-topline-table td.es-table-col-4 {
    border-left: none;
    border-right: none;
  }
}

.es-landing-page .es-bucket-geo-congress .es-topline-table th {
  border: none;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-topline-table th {
    background: none;
    height: 40vw;
    display: table-cell;
    position: relative;
  }

  .es-landing-page .es-bucket-geo-congress .es-topline-table th span {
    text-align: left;
    transform-origin: 0 0;
    width: 40vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-90deg)translate(-35%, -50%);
  }
}

.es-landing-page .es-bucket-geo-congress .es-congress-table th, .es-landing-page .es-bucket-geo-congress .es-congress-table td {
  border: none;
}

.es-landing-page .es-bucket-geo-congress .es-congress-table th {
  cursor: pointer;
  border-bottom: 2px solid #aaa59f;
}

.es-landing-page .es-bucket-geo-congress .es-congress-table th p {
  margin: 0;
}

.es-landing-page .es-bucket-geo-congress .es-congress-table th.asc svg {
  transform: rotate(180deg);
}

.es-landing-page .es-bucket-geo-congress .es-congress-table th svg {
  margin-left: 5px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-congress-table th {
    background: none;
    display: table-cell;
    position: relative;
  }

  .es-landing-page .es-bucket-geo-congress .es-congress-table th.es-table-counties-header {
    align-items: flex-end;
    height: 40vw;
    display: flex;
  }

  .es-landing-page .es-bucket-geo-congress .es-congress-table th.es-table-counties-header p {
    word-break: break-word;
    text-align: left;
    transform-origin: 0 0;
    width: 121px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-90deg)translate(-35%, -50%);
  }
}

.es-landing-page .es-bucket-geo-congress .es-congress-table td {
  border-bottom: 2px solid #fcf5ef;
  transition: all .3s ease-in-out;
}

.es-landing-page .es-bucket-geo-congress .es-congress-table td.es-table-col-2, .es-landing-page .es-bucket-geo-congress .es-congress-table td.es-table-col-3, .es-landing-page .es-bucket-geo-congress .es-congress-table td.es-table-col-4 {
  border-left: 2px solid #d5cec7;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo-congress .es-congress-table td.es-table-col-1 {
    padding-right: 5px;
  }
}

.es-landing-page .es-bucket-geo-congress .es-congress-table tr:hover td:first-child, .es-landing-page .es-bucket-geo-congress .es-congress-table tr:hover td:nth-child(2), .es-landing-page .es-bucket-geo-congress .es-congress-table tr:hover td:nth-child(3), .es-landing-page .es-bucket-geo-congress .es-congress-table tr:hover td:nth-child(4) {
  cursor: pointer;
  color: #fff;
  background: #004073;
  border-left: none;
  border-right: none;
}

.es-landing-page .es-bucket-geo-congress .es-county-counties-and-disclaimer {
  text-align: center;
  grid-column: 4 / -4;
  margin-top: 20px;
  margin-bottom: 0;
}

.es-landing-page .es-bucket-geo-congress .es-county-counties-and-disclaimer .es-counties-callout {
  margin-bottom: 20px;
}

.es-landing-page .es-bucket-geo-congress .es-county-counties-and-disclaimer .es-counties-disclaimer {
  text-transform: uppercase;
  margin-bottom: 80px;
}

.es-landing-page .es-bucket-geo-congress .intent-off {
  display: none;
}

.es-landing-page .es-bucket-geo-congress .es-dlw-counties {
  margin-top: 80px;
}

.es-landing-page .es-bucket-geo .es-bucket-label {
  background: #88847f;
}

.es-landing-page .es-bucket-geo .es-wrapper-for-accordion, .es-landing-page .es-bucket-geo .es-wrapper-for-accordion-child {
  background: #fdf8f5;
}

.es-landing-page .es-bucket-geo .es-custom-intent-dd .es-available-items {
  min-width: 200px !important;
  top: 85px !important;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-custom-intent-dd .es-available-items {
    top: 67px !important;
  }
}

.es-landing-page .es-bucket-geo .es-county-intent-selector {
  grid-area: 1 / 4 / 1 / -11;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: 20px;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-county-intent-selector {
    grid-column: 3 / -3;
    margin-right: 0;
  }
}

@media screen and (width >= 768px) {
  .es-landing-page .es-bucket-geo .es-county-intent-selector {
    width: 380px;
  }
}

.es-landing-page .es-bucket-geo .es-county-intent-selector .es-selected-item, .es-landing-page .es-bucket-geo .es-county-intent-selector select:focus {
  color: #004073;
  -o-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3c!-- Created with Inkscape (http://www.inkscape.org/) --%3e%3csvg version='1.1' id='svg824' width='53.69804' height='31.115465' viewBox='0 0 53.69804 31.115465' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs828' /%3e%3cg id='layer1' transform='translate(-10.610438,-16.655304)'%3e%3cpath style='fill:%23004B87;fill-opacity:1;stroke:%233737a9;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 37.381655,37.785914 59.206774,16.800222 c 0,0 6.195547,-1.514184 4.931638,5.246423 L 39.585153,46.91469 c 0,0 -2.15477,1.854196 -3.882353,0.104928 L 10.624899,21.626931 c 0,0 -0.56392,-6.374272 5.351351,-4.511923 z' id='path966' /%3e%3c/g%3e%3c/svg%3e ") no-repeat;
  border: none;
  border-bottom: 2px solid #004073;
  border-radius: 0;
  width: 100%;
  padding-left: 0;
  font-size: 64px;
  line-height: 64px;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-county-intent-selector .es-selected-item, .es-landing-page .es-bucket-geo .es-county-intent-selector select:focus {
    background-position: 100%;
    line-height: 50px;
    background-position-y: 18px !important;
  }
}

@media screen and (width >= 768px) {
  .es-landing-page .es-bucket-geo .es-county-intent-selector .es-selected-item, .es-landing-page .es-bucket-geo .es-county-intent-selector select:focus {
    background-position: 345px;
  }
}

.es-landing-page .es-bucket-geo .es-county-intent-selector .es-selected-item, .es-landing-page .es-bucket-geo .es-county-intent-selector select:focus {
  background-size: 35px 20px;
  margin-right: 20px;
  background-position: 337px 25px !important;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-county-intent-selector .es-selected-item, .es-landing-page .es-bucket-geo .es-county-intent-selector .es-selected-item:focus, .es-landing-page .es-bucket-geo .es-county-intent-selector select:focus, .es-landing-page .es-bucket-geo .es-county-intent-selector select:focus:focus {
    padding-left: 0;
    font-size: 5.6vw;
  }
}

.es-landing-page .es-bucket-geo .es-counties-intent-selector {
  width: 100%;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-counties-intent-selector {
    width: 100%;
  }
}

@media screen and (width >= 769px) and (width <= 900px) {
  .es-landing-page .es-bucket-geo .es-counties-intent-selector {
    width: 100%;
    font-size: 40px;
  }
}

@media screen and (width >= 901px) and (width <= 1050px) {
  .es-landing-page .es-bucket-geo .es-counties-intent-selector {
    width: 100%;
    font-size: 50px;
  }
}

.es-landing-page .es-bucket-geo .es-topline-table-wrapper {
  grid-column: 4 / -4;
}

.es-landing-page .es-bucket-geo .es-data-table-nodata {
  text-align: center;
  width: 100%;
  margin: 30px;
  font-size: 2vh;
  font-style: italic;
  line-height: 2vh;
}

.es-landing-page .es-bucket-geo .es-topline-table, .es-landing-page .es-bucket-geo .es-counties-table {
  border: none;
  margin-bottom: 70px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-topline-table, .es-landing-page .es-bucket-geo .es-counties-table {
    grid-column: 3 / -3;
  }
}

.es-landing-page .es-bucket-geo .es-topline-table tbody, .es-landing-page .es-bucket-geo .es-topline-table thead, .es-landing-page .es-bucket-geo .es-counties-table tbody, .es-landing-page .es-bucket-geo .es-counties-table thead {
  background: none;
}

.es-landing-page .es-bucket-geo .es-topline-table tbody.highlightColumn-0, .es-landing-page .es-bucket-geo .es-counties-table tbody.highlightColumn-0 {
  display: none;
}

.es-landing-page .es-bucket-geo .es-topline-table .es-table-header, .es-landing-page .es-bucket-geo .es-counties-table .es-table-header {
  text-align: center;
  text-transform: uppercase;
}

.es-landing-page .es-bucket-geo .es-topline-table tr, .es-landing-page .es-bucket-geo .es-counties-table tr {
  background: none;
  grid-template-columns: repeat(18, 1fr);
  display: grid;
}

.es-landing-page .es-bucket-geo .es-topline-table th, .es-landing-page .es-bucket-geo .es-topline-table td, .es-landing-page .es-bucket-geo .es-counties-table th, .es-landing-page .es-bucket-geo .es-counties-table td {
  white-space: normal;
  background: #fdf8f5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.es-landing-page .es-bucket-geo .es-topline-table th.es-table-col-1, .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-1, .es-landing-page .es-bucket-geo .es-counties-table th.es-table-col-1, .es-landing-page .es-bucket-geo .es-counties-table td.es-table-col-1 {
  grid-column: 1 / 7;
}

.es-landing-page .es-bucket-geo .es-topline-table th.es-table-col-2, .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-2, .es-landing-page .es-bucket-geo .es-counties-table th.es-table-col-2, .es-landing-page .es-bucket-geo .es-counties-table td.es-table-col-2 {
  grid-column: 7 / 11;
}

.es-landing-page .es-bucket-geo .es-topline-table th.es-table-col-3, .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-3, .es-landing-page .es-bucket-geo .es-counties-table th.es-table-col-3, .es-landing-page .es-bucket-geo .es-counties-table td.es-table-col-3 {
  grid-column: 11 / 15;
}

.es-landing-page .es-bucket-geo .es-topline-table th.es-table-col-4, .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-4, .es-landing-page .es-bucket-geo .es-counties-table th.es-table-col-4, .es-landing-page .es-bucket-geo .es-counties-table td.es-table-col-4 {
  grid-column: 15 / 19;
}

.es-landing-page .es-bucket-geo .es-topline-table th, .es-landing-page .es-bucket-geo .es-counties-table th {
  padding: 15px 0;
}

.es-landing-page .es-bucket-geo .es-topline-table td, .es-landing-page .es-bucket-geo .es-counties-table td {
  padding: 20px 0;
}

.es-landing-page .es-bucket-geo .es-topline-table.col-highlight-0 tr td:first-child, .es-landing-page .es-bucket-geo .es-topline-table.col-highlight-0 tr th:first-child, .es-landing-page .es-bucket-geo .es-counties-table.col-highlight-0 tr td:first-child, .es-landing-page .es-bucket-geo .es-counties-table.col-highlight-0 tr th:first-child, .es-landing-page .es-bucket-geo .es-topline-table.col-highlight-1 tr td:nth-child(2), .es-landing-page .es-bucket-geo .es-topline-table.col-highlight-1 tr th:nth-child(2), .es-landing-page .es-bucket-geo .es-counties-table.col-highlight-1 tr td:nth-child(2), .es-landing-page .es-bucket-geo .es-counties-table.col-highlight-1 tr th:nth-child(2), .es-landing-page .es-bucket-geo .es-topline-table.col-highlight-2 tr td:nth-child(3), .es-landing-page .es-bucket-geo .es-topline-table.col-highlight-2 tr th:nth-child(3), .es-landing-page .es-bucket-geo .es-counties-table.col-highlight-2 tr td:nth-child(3), .es-landing-page .es-bucket-geo .es-counties-table.col-highlight-2 tr th:nth-child(3), .es-landing-page .es-bucket-geo .es-topline-table.col-highlight-3 tr td:nth-child(4), .es-landing-page .es-bucket-geo .es-topline-table.col-highlight-3 tr th:nth-child(4), .es-landing-page .es-bucket-geo .es-counties-table.col-highlight-3 tr td:nth-child(4), .es-landing-page .es-bucket-geo .es-counties-table.col-highlight-3 tr th:nth-child(4) {
  background: #eee6de;
}

.es-landing-page .es-bucket-geo .es-counties-table {
  width: 100%;
  margin-bottom: 40px;
}

.es-landing-page .es-bucket-geo .es-counties-table .es-county-sourcing {
  text-align: right;
  margin-bottom: 40px;
}

.es-landing-page .es-bucket-geo .es-county-sourcing {
  text-align: center;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-topline-table {
    width: 100%;
  }

  .es-landing-page .es-bucket-geo .es-topline-table tr {
    width: 100%;
    display: table-row;
  }

  .es-landing-page .es-bucket-geo .es-topline-table tr td:first-child, .es-landing-page .es-bucket-geo .es-topline-table tr th:first-child {
    width: 25vw;
  }
}

.es-landing-page .es-bucket-geo .es-topline-table td {
  border: 2px solid #1e252d;
}

@media screen and (width >= 769px) {
  .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-1, .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-2, .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-3 {
    border-left: none;
  }

  .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-4 {
    border-left: none;
    border-right: none;
  }
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-topline-table td {
    background: none;
    display: table-cell;
  }

  .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-1, .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-2, .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-3, .es-landing-page .es-bucket-geo .es-topline-table td.es-table-col-4 {
    border-left: none;
    border-right: none;
  }
}

.es-landing-page .es-bucket-geo .es-topline-table th {
  border: none;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-topline-table th {
    background: none;
    height: 50vw;
    display: table-cell;
    position: relative;
  }

  .es-landing-page .es-bucket-geo .es-topline-table th span {
    text-align: left;
    transform-origin: 0 0;
    width: 60vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-90deg)translate(-35%, -50%);
  }
}

.es-landing-page .es-bucket-geo .es-counties-table th, .es-landing-page .es-bucket-geo .es-counties-table td {
  border: none;
}

.es-landing-page .es-bucket-geo .es-counties-table th {
  cursor: pointer;
  border-bottom: 2px solid #aaa59f;
}

.es-landing-page .es-bucket-geo .es-counties-table th p {
  margin: 0;
}

.es-landing-page .es-bucket-geo .es-counties-table th.asc svg {
  transform: rotate(180deg);
}

.es-landing-page .es-bucket-geo .es-counties-table th svg {
  margin-left: 5px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-counties-table th {
    background: none;
    display: table-cell;
    position: relative;
  }

  .es-landing-page .es-bucket-geo .es-counties-table th.es-table-counties-header {
    align-items: flex-end;
    height: 40vw;
    display: flex;
  }

  .es-landing-page .es-bucket-geo .es-counties-table th.es-table-counties-header p {
    text-align: left;
    transform-origin: 0 0;
    width: 40vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-90deg)translate(-25%, -50%);
  }
}

.es-landing-page .es-bucket-geo .es-counties-table td {
  border-bottom: 2px solid #fcf5ef;
  transition: all .3s ease-in-out;
}

.es-landing-page .es-bucket-geo .es-counties-table td.es-table-col-2, .es-landing-page .es-bucket-geo .es-counties-table td.es-table-col-3, .es-landing-page .es-bucket-geo .es-counties-table td.es-table-col-4 {
  border-left: 2px solid #d5cec7;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-geo .es-counties-table td.es-table-col-1 {
    padding-right: 5px;
  }
}

.es-landing-page .es-bucket-geo .es-counties-table tr:hover td:first-child, .es-landing-page .es-bucket-geo .es-counties-table tr:hover td:nth-child(2), .es-landing-page .es-bucket-geo .es-counties-table tr:hover td:nth-child(3), .es-landing-page .es-bucket-geo .es-counties-table tr:hover td:nth-child(4) {
  cursor: pointer;
  color: #fff;
  background: #004073;
  border-left: none;
  border-right: none;
}

.es-landing-page .es-bucket-geo .es-county-counties-and-disclaimer {
  text-align: center;
  grid-column: 4 / -4;
}

.es-landing-page .es-bucket-geo .es-county-counties-and-disclaimer .es-counties-callout {
  margin-bottom: 20px;
}

.es-landing-page .es-bucket-geo .es-county-counties-and-disclaimer .es-counties-disclaimer {
  text-transform: uppercase;
  margin-bottom: 80px;
}

.es-landing-page .es-bucket-geo .es-dlw-counties {
  margin-top: 80px;
}

.es-landing-page .es-bucket-histogram .es-bucket-label {
  background: #88847f;
}

.es-landing-page .es-bucket-histogram .es-wrapper-for-accordion, .es-landing-page .es-bucket-histogram .es-wrapper-for-accordion-child {
  background: #fdf8f500;
}

.es-landing-page .es-bucket-histogram {
  background: #fdf8f500 !important;
}

.es-landing-page .es-bucket-histogram .es-county-intent-selector {
  grid-area: 1 / 5 / 1 / -11;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: 20px;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-county-intent-selector {
    grid-column: 3 / -3;
    margin-right: 0;
  }
}

@media screen and (width >= 768px) {
  .es-landing-page .es-bucket-histogram .es-county-intent-selector {
    width: 420px;
  }
}

.es-landing-page .es-bucket-histogram .es-county-intent-selector:before {
  content: "";
  background: #004073;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, calc(-50% - 9px));
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-county-intent-selector:before {
    width: 7px;
    height: 7px;
  }
}

.es-landing-page .es-bucket-histogram .es-county-intent-selector .es-selected-item, .es-landing-page .es-bucket-histogram .es-county-intent-selector select:focus {
  color: #004073;
  -o-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3c!-- Created with Inkscape (http://www.inkscape.org/) --%3e%3csvg version='1.1' id='svg824' width='53.69804' height='31.115465' viewBox='0 0 53.69804 31.115465' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs828' /%3e%3cg id='layer1' transform='translate(-10.610438,-16.655304)'%3e%3cpath style='fill:%23004B87;fill-opacity:1;stroke:%233737a9;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 37.381655,37.785914 59.206774,16.800222 c 0,0 6.195547,-1.514184 4.931638,5.246423 L 39.585153,46.91469 c 0,0 -2.15477,1.854196 -3.882353,0.104928 L 10.624899,21.626931 c 0,0 -0.56392,-6.374272 5.351351,-4.511923 z' id='path966' /%3e%3c/g%3e%3c/svg%3e ") no-repeat;
  border: none;
  border-bottom: 2px solid #004073;
  border-radius: 0;
  width: 100%;
  padding-left: 21px;
  font-size: 64px;
  line-height: 64px;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-county-intent-selector .es-selected-item, .es-landing-page .es-bucket-histogram .es-county-intent-selector select:focus {
    background-position: 100%;
  }
}

@media screen and (width >= 768px) {
  .es-landing-page .es-bucket-histogram .es-county-intent-selector .es-selected-item, .es-landing-page .es-bucket-histogram .es-county-intent-selector select:focus {
    background-position: 385px;
  }
}

.es-landing-page .es-bucket-histogram .es-county-intent-selector .es-selected-item, .es-landing-page .es-bucket-histogram .es-county-intent-selector select:focus {
  background-size: 25px 12px;
  margin-right: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-county-intent-selector .es-selected-item, .es-landing-page .es-bucket-histogram .es-county-intent-selector .es-selected-item:focus, .es-landing-page .es-bucket-histogram .es-county-intent-selector select:focus, .es-landing-page .es-bucket-histogram .es-county-intent-selector select:focus:focus {
    background-size: 25px 12px;
    padding-left: 20px;
    font-size: 5.6vw;
  }
}

.es-landing-page .es-bucket-histogram .es-counties-intent-selector {
  width: 100%;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-counties-intent-selector {
    width: 100%;
  }
}

@media screen and (width >= 769px) and (width <= 900px) {
  .es-landing-page .es-bucket-histogram .es-counties-intent-selector {
    width: 100%;
    font-size: 40px;
  }
}

@media screen and (width >= 901px) and (width <= 1050px) {
  .es-landing-page .es-bucket-histogram .es-counties-intent-selector {
    width: 100%;
    font-size: 50px;
  }
}

.es-landing-page .es-bucket-histogram .es-topline-table-wrapper-hist {
  grid-column: 2 / -2;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-typo-table-mobileonly {
    visibility: visible;
  }

  .es-landing-page .es-bucket-histogram .es-typo-table-desktoponly {
    display: none !important;
  }
}

@media screen and (width >= 769px) {
  .es-landing-page .es-bucket-histogram .es-typo-table-desktopeonly {
    visibility: visible;
  }

  .es-landing-page .es-bucket-histogram .es-typo-table-mobileonly {
    display: none !important;
  }
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide td {
  padding: 2.5vh 0 !important;
}

.es-landing-page .es-bucket-histogram .es-topline-table, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide {
  border: none;
  margin-bottom: 70px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-topline-table, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide {
    grid-column: 3 / -3;
  }
}

.es-landing-page .es-bucket-histogram .es-topline-table tbody, .es-landing-page .es-bucket-histogram .es-topline-table thead, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide tbody, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide thead, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide tbody, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide thead {
  background: none;
  grid-column: 1 / 19;
}

.es-landing-page .es-bucket-histogram .es-topline-table tbody.highlightColumn-0, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide tbody.highlightColumn-0, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide tbody.highlightColumn-0 {
  display: none;
}

.es-landing-page .es-bucket-histogram .es-topline-table .es-table-header, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide .es-table-header, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide .es-table-header {
  text-align: center;
  text-transform: uppercase;
}

.es-landing-page .es-bucket-histogram .es-topline-table tr, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide tr, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide tr {
  grid-template-columns: repeat(18, 1fr);
  display: grid;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-topline-table tr, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide tr, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide tr {
    grid-template-columns: repeat(12, 1fr);
  }
}

.es-landing-page .es-bucket-histogram .es-topline-table tr, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide tr, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide tr {
  background: none;
}

.es-landing-page .es-bucket-histogram .es-topline-table th, .es-landing-page .es-bucket-histogram .es-topline-table td, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide td, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td {
  white-space: normal;
  justify-content: left;
  align-items: left;
  background: #fff;
  display: flex;
}

.es-landing-page .es-bucket-histogram .es-topline-table th.es-table-col-1, .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-1, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th.es-table-col-1, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide td.es-table-col-1, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th.es-table-col-1, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td.es-table-col-1 {
  grid-column: 1 / 2;
}

.es-landing-page .es-bucket-histogram .es-topline-table th.es-table-col-2, .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-2, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th.es-table-col-2, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide td.es-table-col-2, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th.es-table-col-2, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td.es-table-col-2 {
  grid-column: 2 / 5;
  padding-left: 8px;
}

.es-landing-page .es-bucket-histogram .es-topline-table th.es-table-col-3, .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-3, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th.es-table-col-3, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide td.es-table-col-3, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th.es-table-col-3, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td.es-table-col-3 {
  grid-column: 5 / 7;
}

.es-landing-page .es-bucket-histogram .es-topline-table th.es-table-col-4, .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-4, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th.es-table-col-4, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide td.es-table-col-4, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th.es-table-col-4, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td.es-table-col-4 {
  z-index: 0;
  grid-column: 7 / 19;
}

.es-landing-page .es-bucket-histogram .es-topline-table th, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th {
  padding: 15px 0;
}

.es-landing-page .es-bucket-histogram .es-topline-table th.es-table-col-3-histogram, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th.es-table-col-3-histogram, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th.es-table-col-3-histogram {
  grid-column: 5 / 19 !important;
}

.es-landing-page .es-bucket-histogram .es-topline-table th.es-table-col-4-histogram, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th.es-table-col-4-histogram, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th.es-table-col-4-histogram {
  grid-column: 19 / 19 !important;
}

.es-landing-page .es-bucket-histogram .es-topline-table td, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide td, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td {
  padding: 3vh 0;
}

.es-landing-page .es-bucket-histogram .es-topline-table.col-highlight-0 tr td:first-child, .es-landing-page .es-bucket-histogram .es-topline-table.col-highlight-0 tr th:first-child, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide.col-highlight-0 tr td:first-child, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide.col-highlight-0 tr th:first-child, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide.col-highlight-0 tr td:first-child, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide.col-highlight-0 tr th:first-child, .es-landing-page .es-bucket-histogram .es-topline-table.col-highlight-1 tr td:nth-child(2), .es-landing-page .es-bucket-histogram .es-topline-table.col-highlight-1 tr th:nth-child(2), .es-landing-page .es-bucket-histogram .es-histogram-table-homicide.col-highlight-1 tr td:nth-child(2), .es-landing-page .es-bucket-histogram .es-histogram-table-homicide.col-highlight-1 tr th:nth-child(2), .es-landing-page .es-bucket-histogram .es-histogram-table-suicide.col-highlight-1 tr td:nth-child(2), .es-landing-page .es-bucket-histogram .es-histogram-table-suicide.col-highlight-1 tr th:nth-child(2), .es-landing-page .es-bucket-histogram .es-topline-table.col-highlight-2 tr td:nth-child(3), .es-landing-page .es-bucket-histogram .es-topline-table.col-highlight-2 tr th:nth-child(3), .es-landing-page .es-bucket-histogram .es-histogram-table-homicide.col-highlight-2 tr td:nth-child(3), .es-landing-page .es-bucket-histogram .es-histogram-table-homicide.col-highlight-2 tr th:nth-child(3), .es-landing-page .es-bucket-histogram .es-histogram-table-suicide.col-highlight-2 tr td:nth-child(3), .es-landing-page .es-bucket-histogram .es-histogram-table-suicide.col-highlight-2 tr th:nth-child(3) {
  background: #eee6de;
}

.es-landing-page .es-bucket-histogram .es-topline-table.col-highlight-3 tr td:nth-child(4), .es-landing-page .es-bucket-histogram .es-topline-table.col-highlight-3 tr th:nth-child(4), .es-landing-page .es-bucket-histogram .es-histogram-table-homicide.col-highlight-3 tr td:nth-child(4), .es-landing-page .es-bucket-histogram .es-histogram-table-homicide.col-highlight-3 tr th:nth-child(4), .es-landing-page .es-bucket-histogram .es-histogram-table-suicide.col-highlight-3 tr td:nth-child(4), .es-landing-page .es-bucket-histogram .es-histogram-table-suicide.col-highlight-3 tr th:nth-child(4) {
  background: #fdf8f500;
}

.es-landing-page .es-bucket-histogram .es-scroll-to-div {
  width: 100%;
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide {
  grid-template-columns: repeat(18, 1fr);
  margin-bottom: 40px;
  display: grid;
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide .es-county-sourcing, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide .es-county-sourcing {
  text-align: right;
  margin-bottom: 40px;
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide .es-typo-table-reg, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide .es-typo-table-reg {
  color: #48525c;
  text-transform: none;
  text-align: left !important;
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide .es-typo-table-center, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide .es-typo-table-center {
  color: #48525c;
  text-transform: none;
  justify-content: center;
  text-align: center !important;
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide .es-typo-table-bold, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide .es-typo-table-bold {
  text-transform: none;
  width: 100%;
  color: #48525c !important;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-topline-table {
    width: 100%;
  }

  .es-landing-page .es-bucket-histogram .es-topline-table tr {
    width: 100%;
    display: table-row;
  }

  .es-landing-page .es-bucket-histogram .es-topline-table tr td:first-child, .es-landing-page .es-bucket-histogram .es-topline-table tr th:first-child {
    width: 25vw;
  }
}

.es-landing-page .es-bucket-histogram .es-topline-table td {
  border: 2px solid #1e252d;
}

@media screen and (width >= 769px) {
  .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-1, .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-2, .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-3 {
    border-left: none;
  }

  .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-4 {
    border-left: none;
    border-right: none;
  }
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-topline-table td {
    background: none;
    display: table-cell;
  }

  .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-1, .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-2, .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-3, .es-landing-page .es-bucket-histogram .es-topline-table td.es-table-col-4 {
    border-left: none;
    border-right: none;
  }
}

.es-landing-page .es-bucket-histogram .es-topline-table th {
  border: none;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-topline-table th {
    background: none;
    height: 50vw;
    display: table-cell;
    position: relative;
  }

  .es-landing-page .es-bucket-histogram .es-topline-table th span {
    text-align: left;
    transform-origin: 0 0;
    width: 60vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-90deg)translate(-35%, -50%);
  }
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide th, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide td, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td {
  border: none;
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide th, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th {
  cursor: pointer;
  border-top: 8px solid #aaa59f;
  border-bottom: 2px solid #aaa59f;
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide th p, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th p {
  margin: 0;
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide th.asc svg, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th.asc svg {
  transform: rotate(180deg);
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide th svg, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th svg {
  margin-left: 5px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th {
    background: none;
    display: table-cell;
    position: relative;
  }

  .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th.es-table-counties-header, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th.es-table-counties-header {
    height: 0;
  }

  .es-landing-page .es-bucket-histogram .es-histogram-table-homicide th.es-table-counties-header p, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide th.es-table-counties-header p {
    text-align: center;
    top: 50%;
    left: 5px;
  }
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide td, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td {
  border-bottom: 2px solid #a9b3bc;
  transition: all .3s ease-in-out;
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide td.es-table-col-2, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide td.es-table-col-3, .es-landing-page .es-bucket-histogram .es-histogram-table-homicide td.es-table-col-4, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td.es-table-col-2, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td.es-table-col-3, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td.es-table-col-4 {
  border-left: 0 solid #a9b3bc;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-histogram-table-homicide td.es-table-col-1, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td.es-table-col-1 {
    padding-right: 5px;
  }
}

.es-landing-page .es-bucket-histogram .es-histogram-table-homicide td.es-table-col-1, .es-landing-page .es-bucket-histogram .es-histogram-table-suicide td.es-table-col-1 {
  padding-left: 5px;
}

.es-landing-page .es-bucket-histogram .es-typo-table-bold-special {
  margin-bottom: 25px;
  color: #48525c !important;
  text-transform: none !important;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-typo-table-bold-special {
    margin-bottom: 15px;
  }
}

.es-landing-page .es-bucket-histogram .es-hist-scroll-to-state-homicide, .es-landing-page .es-bucket-histogram .es-hist-scroll-to-state-suicide {
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-histogram .es-hist-scroll-to-state-suicide {
    font-size: 10px;
  }
}

.es-landing-page .es-bucket-histogram .st_USA .selected_td_text {
  font-weight: bold;
}

.es-landing-page .es-bucket-histogram .selected_td_text {
  color: #e03c31 !important;
}

.es-landing-page .es-bucket-histogram .selected_bar_color {
  background-color: #e03c31 !important;
}

.es-landing-page .es-bucket-histogram .es-county-counties-and-disclaimer {
  text-align: center;
  grid-column: 4 / -4;
}

.es-landing-page .es-bucket-histogram .es-county-counties-and-disclaimer .es-counties-callout {
  margin-bottom: 20px;
}

.es-landing-page .es-bucket-histogram .es-county-counties-and-disclaimer .es-counties-disclaimer {
  text-transform: uppercase;
  margin-bottom: 80px;
}

.es-landing-page .es-bucket-histogram .es-dlw-counties {
  margin-top: 80px;
}

.es-landing-page .es-bucket-histogram .costing-histogram-bar {
  background-color: #5a6673;
}

.es-landing-page .es-bucket-histogram .costing-histogram-bar-background {
  background-color: #e2e6e9;
  height: 100%;
  position: relative;
  left: 0;
}

.es-landing-page .es-bucket-histogram .es-bucket-child-grid, .es-landing-page .es-bucket-histogram .es-bucket-label-copy {
  grid-area: 1 / 2 / 1 / -2;
}

.es-landing-page .es-bucket-histogram .es-grid-costing-histogram {
  grid-template-columns: repeat(18, 1fr);
}

.es-landing-page .es-bucket-label {
  border-top: 2px solid #fff;
  grid-area: 1 / 1 / 1 / -1;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-label-copy {
    grid-area: 1 / 2 / 1 / -2;
  }
}

.es-landing-page .es-bucket-label-copy {
  color: #fff;
  cursor: pointer;
  grid-area: 1 / 3 / 1 / -3;
  padding: 15px 0;
}

.es-landing-page .es-bucket-eyebrow {
  text-align: left;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-eyebrow {
    text-align: left;
  }
}

.es-landing-page .es-bucket-title-button-wrap {
  justify-content: space-between;
  display: flex;
}

.es-landing-page .es-bucket-title-button-wrap button {
  background: none;
  border: none;
  width: 45px;
  height: 45px;
  transition: transform .2s;
  display: block;
  position: relative;
}

.es-landing-page .es-bucket-title-button-wrap button:after, .es-landing-page .es-bucket-title-button-wrap button:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.es-landing-page .es-bucket-title-button-wrap button:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

.es-landing-page .es-bucket-title-button-wrap button:before {
  transition: transform .2s;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-title-button-wrap {
    display: flex;
  }

  .es-landing-page .es-bucket-title-button-wrap button {
    margin-top: -10px;
  }
}

.es-landing-page .es-wrapper-for-accordion {
  height: calc(var(--tab-height) * var(--accordion-tab-selected) * 1px);
  grid-area: 2 / -1 / 2 / 1;
  grid-template-columns: repeat(24, 1fr);
  transition: height .6s;
  overflow: hidden;
}

.es-landing-page .es-wrapper-for-accordion-child {
  height: calc(var(--tab-height) * var(--accordion-tab-selected) * 1px + var(--histogram-unselected) * 1px);
  grid-area: 2 / -1 / 2 / 1;
  grid-template-columns: repeat(24, 1fr);
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-wrapper-for-accordion-child {
    height: calc(var(--tab-height) * var(--accordion-tab-selected) * 1px + var(--histogram-unselected-mobile) * 1px);
  }
}

.es-landing-page .es-wrapper-for-accordion-child {
  transition: height .6s;
}

.es-landing-page .congress-special {
  grid-column: 3 / -3;
}

@media screen and (width <= 768px) {
  .es-landing-page .congress-special {
    grid-row: 18 / 18;
    margin-top: 45px;
  }

  .es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp-STACK {
    display: block !important;
  }

  .es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp-STACK .es-bucket-state-data {
    height: 30vh;
    padding: 5%;
  }
}

.es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp {
  grid-column: 1 / -1;
  grid-template-columns: repeat(18, 1fr);
  width: 100%;
  padding-bottom: 5vh;
  display: grid;
}

.es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp .es-data-topline-item {
  border-top: 2px solid #a9b3bc;
  padding: 1vh 0 2vh;
}

.es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp .es-typo-header1 {
  font-size: 4vh;
  line-height: 4vh;
}

.es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp .es-topline-stats-section-title {
  margin-bottom: 1.5vh;
  font-weight: bold;
}

.es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp .es-topline-stats-copy {
  margin-top: 5vh;
}

.es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp .es-typo-body {
  font-size: 2vh;
  line-height: 2vh;
}

.es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp .es-landing-page .es-topline-stats-copy h2 {
  margin-bottom: 1vh;
}

.es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp .es-bucket-state-data, .es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp .es-bucket-national-data {
  margin-bottom: 0;
  padding-bottom: 5vh;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp .es-bucket-state-data, .es-landing-page .es-bucket-drawer-wrapper-fit-vertical-vp .es-bucket-national-data {
    margin-bottom: 0;
  }
}

.es-landing-page .es-bucket-drawer-wrapper {
  grid-template-rows: auto;
  grid-template-columns: repeat(18, 1fr);
  width: 100%;
  display: grid;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-suicide-graph-title {
  grid-row: 6 / 6;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-suicide-graph {
  grid-row: 7 / 7;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-suicide-billboard {
  grid-row: 5 / 5;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-economic-suicide-bar-graph-title {
  grid-row: 10 / 10;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-economic-suicide-bar-graph-title {
    padding-top: 60px;
  }
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide {
  grid-template-rows: auto;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-cost-homicide-bar-graph-title {
  grid-row: 11 / 11;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-homicide-bar-graph {
  grid-row: 6 / 6;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-trans-billboard {
  grid-row: 8 / 8;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-trans-billboard {
    margin-top: 0;
  }
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-trans-area-chartwrapper {
  grid-area: 9 / 2 / 9 / -2;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-children-graph-title {
  grid-row: 4 / 4;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-children-graph-title.es-no-data {
  display: none;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-children-graph {
  grid-row: 5 / 5;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-ct-billboard {
  grid-row: 6 / 6;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-iph-billboard {
  grid-row: 8 / 8;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-iph-graph-title {
  grid-row: 6 / 6;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-iph-area-chartwrapper {
  grid-row: 7 / 7;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-race .es-race-donut-chartwrapper {
  grid-row: 5 / 5;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-race .es-race-bar-graph {
  grid-row: 6 / 6;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-iph-bar-graph, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-iph-bar-graph, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-county .es-iph-bar-graph, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-iph-bar-graph, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-iph-bar-graph, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-race .es-iph-bar-graph {
  grid-row: 11 / 11;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-iph-bar-selector-off, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-iph-bar-selector-off, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-county .es-iph-bar-selector-off, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-iph-bar-selector-off, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-iph-bar-selector-off, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-race .es-iph-bar-selector-off {
  display: none;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-iph-bar-selector, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-iph-bar-selector, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-county .es-iph-bar-selector, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-iph-bar-selector, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-iph-bar-selector, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-race .es-iph-bar-selector {
  text-align: center;
  width: 50%;
  font-style: italic;
  position: absolute;
  top: calc(50% - 50px);
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-bucket-state-data, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-bucket-state-data, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-county .es-bucket-state-data, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-bucket-state-data, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-bucket-state-data, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-race .es-bucket-state-data {
  grid-column: 1 / 10;
  grid-template-columns: repeat(15, 1fr);
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-bucket-national-data, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-bucket-national-data, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-county .es-bucket-national-data, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-bucket-national-data, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-bucket-national-data, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-race .es-bucket-national-data {
  grid-column: 10 / -1;
  grid-template-columns: repeat(15, 1fr);
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-cost-iph-bar-graph-title, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-cost-iph-bar-graph-title, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-county .es-cost-iph-bar-graph-title, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-cost-iph-bar-graph-title, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-cost-iph-bar-graph-title, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-race .es-cost-iph-bar-graph-title {
  grid-row: 10 / 10;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-bucket-table-citation, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-bucket-table-citation, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-county .es-bucket-table-citation, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-bucket-table-citation, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-bucket-table-citation, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-race .es-bucket-table-citation {
  background-color: #f4f4f5;
  grid-column: 1 / -1;
  width: 100%;
  min-height: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: grid;
}

.es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-suicide .es-bucket-table-citation .es-source-wrapper, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-homicide .es-bucket-table-citation .es-source-wrapper, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-county .es-bucket-table-citation .es-source-wrapper, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-children .es-bucket-table-citation .es-source-wrapper, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-iph .es-bucket-table-citation .es-source-wrapper, .es-landing-page .es-bucket-drawer-wrapper.es-bucket-drawer-wrapper-race .es-bucket-table-citation .es-source-wrapper {
  padding-left: 5vw;
  padding-right: 5vw;
}

.es-landing-page .es-bucket-national-data, .es-landing-page .es-bucket-state-data {
  margin-bottom: 100px;
  padding-bottom: 90px;
  display: grid;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-national-data, .es-landing-page .es-bucket-state-data {
    margin-bottom: 0;
  }
}

.es-landing-page .es-bucket-state-data {
  position: relative;
}

.es-landing-page .es-bucket-state-data .es-bucket-state-data-bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 5%;
}

@media screen and (width >= 768px) {
  .es-landing-page .es-bucket-state-data .es-bucket-state-data-bg-img-us {
    inset: 0% 5% 0% 0% !important;
  }
}

.es-landing-page .es-no-data-important, .es-landing-page .es-topline-stats-copy-off {
  display: none !important;
}

.es-landing-page .es-topline-stats-copy {
  z-index: 1;
  grid-area: 1 / 3 / 1 / -3;
  margin-top: 90px;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-topline-stats-copy {
    margin-top: 60px;
  }
}

.es-landing-page .es-topline-stats-copy.es-no-data .es-data-topline-item {
  display: none;
}

.es-landing-page .es-topline-stats-copy.es-no-data .es-data-topline-nodata, .es-landing-page .es-topline-stats-copy.es-no-data .es-data-topline-nodata-second-two-stats {
  display: block;
}

.es-landing-page .es-topline-stats-copy .es-data-topline-nodata, .es-landing-page .es-topline-stats-copy .es-data-topline-nodata-second-two-stats {
  font-style: italic;
  display: none;
}

.es-landing-page .es-topline-stats-copy .es-force-display {
  display: block !important;
}

.es-landing-page .es-topline-stats-copy .special-no-data {
  display: none;
}

.es-landing-page .es-data-topline-item {
  border-top: 2px solid #a9b3bc;
  padding: 16px 0 24px;
}

.es-landing-page .es-topline-stats-section-title {
  margin-bottom: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-topline-stats-section-title {
    margin-bottom: 20px;
  }
}

.es-landing-page .es-topline-stats-copy h2 {
  margin-top: 0;
}

.es-landing-page .es-bucket-state-data .es-topline-stat-label {
  width: 50%;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-state-data .es-topline-stat-label {
    width: 100%;
  }
}

.es-landing-page .es-trans-homicide-bar-graph-title {
  grid-row: 7 / 7;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-trans-homicide-bar-graph-title {
    margin-top: 80px !important;
    margin-bottom: 0 !important;
  }
}

.es-landing-page .es-bucket-chart-title {
  text-align: center;
  grid-column: 5 / -5;
  margin-bottom: 80px;
}

@media screen and (orientation: landscape) and (height <= 800px) {
  .es-landing-page .es-bucket-chart-title {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.es-landing-page .es-bucket-chart-title {
  margin-top: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-chart-title {
    grid-column: 2 / -2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-page .es-bucket-chart-title {
    grid-column: 3 / -3;
  }
}

.es-landing-page .es-bucket-chart-title-histogram-homicide {
  text-align: center;
  grid-column: 5 / -5;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-chart-title-histogram-homicide {
    grid-column: 2 / -2;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.es-landing-page .es-bucket-chart-title-histogram-suicide {
  text-align: center;
  grid-column: 5 / -5;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bucket-chart-title-histogram-suicide {
    grid-column: 2 / -2;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.es-landing-page .es-bar-graph-inner {
  position: relative;
}

.es-landing-page .es-bar-graph {
  grid-column: 2 / -2;
  margin-bottom: 120px;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bar-graph {
    grid-column: 3 / -3;
    margin-bottom: 0;
  }
}

.es-landing-page .es-bar-graph .es-bar-graph-inner-wrapper {
  border-bottom: 3px solid #e8e9ea;
  border-left: 3px solid #e8e9ea;
  justify-content: space-around;
  align-items: flex-end;
  height: calc(100vh - 360px);
  max-height: 350px;
  margin-bottom: 60px;
  display: flex;
}

@media screen and (width <= 1024px) {
  .es-landing-page .es-bar-graph .es-bar-graph-inner-wrapper {
    margin-bottom: 48px;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-page .es-bar-graph .es-bar-graph-inner-wrapper {
    height: calc(100vh - 275px);
  }
}

.es-landing-page .es-bar-graph .es-v-bar-y-label {
  position: absolute;
  bottom: 80px;
  left: -15px;
  transform: rotate(-90deg);
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-page .es-bar-graph .es-v-bar-y-label {
    bottom: -65px;
  }
}

.es-landing-page .es-bar-graph .es-v-bar-y-label {
  transform-origin: 0;
}

.es-landing-page .es-bar-graph .es-bar-graph-inner-iph .es-v-bar-y-label {
  bottom: 30px !important;
}

.es-landing-page .es-bar-graph .es-bar {
  width: 80px;
  height: 0%;
  transition: all .3s ease-in-out;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bar-graph .es-bar {
    width: 20%;
  }
}

.es-landing-page .es-bar-graph .es-bar.es-white-bar {
  background: #001c60 !important;
}

.es-landing-page .es-bar-graph .es-bar.es-black-bar {
  background: #596ea1 !important;
}

.es-landing-page .es-bar-graph .es-bar.es-hispanic-bar {
  background: #ff352e !important;
}

.es-landing-page .es-bar-graph .es-bar.es-asian-bar {
  background: #0d3dd9 !important;
}

.es-landing-page .es-bar-graph .es-bar.es-morethanone-bar {
  background: #bccbef !important;
}

.es-landing-page .es-bar-graph .es-bar.es-na-bar {
  border: 1px solid #808285;
  border-bottom-width: 0;
  background: #fff !important;
}

.es-landing-page .es-bar-graph .es-bar .es-bar-label {
  text-align: center;
  width: calc(100% + 30px);
  position: absolute;
  top: calc(100% + 15px);
  left: -15px;
}

.es-landing-page .es-bar-graph .es-bar .es-bar-stat {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -25px;
}

.es-landing-page .es-bar-graph .es-select-text-wrapper {
  text-align: center;
  margin-bottom: 40px;
  padding: 10px;
  line-height: 60px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bar-graph .es-select-text-wrapper {
    text-align: left;
    margin-bottom: 35px;
    padding: 30px 0 0;
    font-size: 28px;
    line-height: 1;
  }
}

@media screen and (width <= 1024px) {
  .es-landing-page .es-bar-graph .es-select-text-wrapper {
    margin-bottom: 35px;
    line-height: 1.25;
  }
}

@media screen and (width <= 1024px) and (orientation: landscape) {
  .es-landing-page .es-bar-graph .es-select-text-wrapper {
    font-size: 28px;
  }
}

.es-landing-page .es-bar-graph .es-bar-graph-chart-selector-special {
  margin-left: 0 !important;
  margin-right: 5px !important;
  padding-left: 40px !important;
}

.es-landing-page .es-bar-graph .es-race-bar-graph-selector, .es-landing-page .es-bar-graph .es-race-donut-chartwrapper-selector {
  color: #004073;
  text-align: left;
  -o-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3c!-- Created with Inkscape (http://www.inkscape.org/) --%3e%3csvg version='1.1' id='svg824' width='53.69804' height='31.115465' viewBox='0 0 53.69804 31.115465' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs828' /%3e%3cg id='layer1' transform='translate(-10.610438,-16.655304)'%3e%3cpath style='fill:%23004B87;fill-opacity:1;stroke:%233737a9;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 37.381655,37.785914 59.206774,16.800222 c 0,0 6.195547,-1.514184 4.931638,5.246423 L 39.585153,46.91469 c 0,0 -2.15477,1.854196 -3.882353,0.104928 L 10.624899,21.626931 c 0,0 -0.56392,-6.374272 5.351351,-4.511923 z' id='path966' /%3e%3c/g%3e%3c/svg%3e ") no-repeat;
  border: none;
  border-bottom: 2px solid #004073;
  border-radius: 0;
  width: 301px;
  padding-left: 21px;
  font-size: 36px;
  line-height: 40px;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bar-graph .es-race-bar-graph-selector, .es-landing-page .es-bar-graph .es-race-donut-chartwrapper-selector {
    background-position: 100%;
    width: 100%;
    background-position: 243px 19px !important;
    background-size: 40px 20px !important;
  }
}

@media screen and (width >= 768px) {
  .es-landing-page .es-bar-graph .es-race-bar-graph-selector, .es-landing-page .es-bar-graph .es-race-donut-chartwrapper-selector {
    background-position: 345px;
  }
}

.es-landing-page .es-bar-graph .es-race-bar-graph-selector, .es-landing-page .es-bar-graph .es-race-donut-chartwrapper-selector {
  background-size: 35px 20px;
  margin-right: 20px;
  background-position: 266px 22px !important;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bar-graph .es-race-bar-graph-selector, .es-landing-page .es-bar-graph .es-race-bar-graph-selector:focus, .es-landing-page .es-bar-graph .es-race-donut-chartwrapper-selector, .es-landing-page .es-bar-graph .es-race-donut-chartwrapper-selector:focus {
    background-size: 25px 12px;
    padding-left: 20px;
    font-size: 32px;
  }
}

.es-landing-page .es-bar-graph .es-race-donut-chartwrapper-selector {
  margin-left: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-bar-graph .es-race-donut-chartwrapper-selector {
    width: 100%;
    margin: 0;
  }
}

.es-landing-page .es-overview-dl-container-children, .es-landing-page .es-overview-dl-container-suicide, .es-landing-page .es-overview-dl-container-race, .es-landing-page .es-overview-dl-container-iph, .es-landing-page .es-overview-dl-container-homicide, .es-landing-page .es-overview-dl-container-intro {
  grid-template-columns: 1fr 1440px 1fr;
}

.es-landing-page .es-single-download-link-wrapper {
  grid-area: 19 / 1 / 19 / -1;
  padding-bottom: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-single-download-link-wrapper {
    padding-top: 20px;
  }
}

.es-landing-page .es-single-download-link-wrapper {
  background-color: inherit;
}

.es-landing-page .es-ext {
  text-transform: uppercase;
}

.es-landing-page .es-download-link-wrapper {
  background-color: #f4f4f4;
  grid-area: 20 / 1 / 20 / -1;
  padding-top: 40px;
}

.es-landing-page .es-suicide-costing-blurb-wrapper {
  text-align: center;
  grid-area: 11 / 2 / 11 / -2;
  margin-top: 30px;
  margin-bottom: 30px;
}

.es-landing-page .es-homicide-table {
  grid-row: 13 / 13;
}

.es-landing-page .es-homicide-costing-blurb-wrapper {
  text-align: center;
  grid-area: 12 / 2 / 12 / -2;
  margin-top: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-homicide-costing-blurb-wrapper {
    margin-top: 30px;
  }
}

.es-landing-page .es-homicide-costing-blurb-wrapper {
  margin-bottom: 60px;
}

.es-landing-page .es-homicide-costing-histogram-wrapper {
  text-align: center;
  grid-area: 14 / 2 / 14 / -2;
  margin-top: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-homicide-costing-histogram-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.es-landing-page .es-homicide-costing-histogram-wrapper {
  height: 100%;
  margin-bottom: 40px;
}

.es-landing-page .es-suicide-costing-histogram-wrapper {
  text-align: center;
  grid-area: 12 / 2 / 12 / -2;
  margin-top: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-suicide-costing-histogram-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.es-landing-page .es-suicide-costing-histogram-wrapper {
  height: 100%;
  margin-bottom: 40px;
}

.es-landing-page .es-downloads-and-links {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-downloads-and-links {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}

.es-landing-page .es-download-link-single {
  text-align: center;
  width: 80%;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-download-link-single {
    margin: var(--general-spacing) 0 0;
  }
}

.es-landing-page .es-download-link {
  text-align: center;
  width: 33%;
  margin-bottom: 40px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-download-link {
    margin: var(--general-spacing) 0 0;
    width: 43%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.es-landing-page .es-download-link-title, .es-landing-page .es-download-link-description {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

.es-landing-page .es-download-link-title-single, .es-landing-page .es-download-link-description-single {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.es-landing-page .es-download-link-title {
  font: 500 22px GT America;
}

.es-landing-page .es-download-link-description {
  text-transform: uppercase;
  margin-top: 10px;
}

.es-landing-page .es-download-link-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
}

@media screen and (width >= 768px) {
  .es-landing-page .es-available-items-special {
    left: -10px;
  }
}

@media screen and (width <= 768px) {
  .es-landing-page .es-available-items-special {
    left: 0;
  }
}

.es-landing-page .es-download-link-icon-v2 {
  color: #ec7065;
  width: 20px;
  height: 20px;
  position: relative;
  top: 7px;
}

.es-landing-page .es-download-link-description-v2 {
  margin-top: 0;
  color: #ec7065 !important;
}

.es-landing-page .es-download-link-description-v2-parent {
  margin-top: 2px;
  padding-bottom: 0;
  color: #ec7065 !important;
  border-bottom: 2px solid #ec7065 !important;
}

.es-landing-page .es-custom-intent-dd {
  width: auto;
  display: inline-block;
  position: relative;
}

.es-landing-page .es-custom-intent-dd .es-available-items > div:hover {
  background-color: #f4f4f4;
}

.es-landing-page .es-custom-intent-dd .es-available-items {
  z-index: 4;
  white-space: nowrap;
  background: #fff;
  border: 2px solid #e8e9ea;
  flex-direction: column;
  width: 100%;
  min-width: 380px;
  padding: 20px;
  display: none;
  position: absolute;
  top: 55px;
  box-shadow: 1px 2px 4px #70707040, -1px 2px 4px #70707040;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-custom-intent-dd .es-available-items {
    min-width: 200px;
  }

  .es-landing-page .es-custom-intent-dd .es-available-items div {
    white-space: pre-wrap;
  }
}

.es-landing-page .es-custom-intent-dd .es-available-items div {
  width: calc(100% - 30px);
  line-height: 45px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-custom-intent-dd .es-available-items div {
    width: 100%;
  }
}

.es-landing-page .es-custom-intent-dd .es-available-items label {
  color: #5a6673;
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: GT America;
  font-size: 24px;
  font-weight: normal;
  display: -webkit-inline-box;
}

.es-landing-page .es-custom-intent-dd .es-available-items label div {
  margin-left: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-custom-intent-dd .es-available-items label div {
    font-size: 20px;
  }
}

.es-landing-page .es-custom-intent-dd .es-available-items label input {
  appearance: none;
  cursor: pointer;
  outline-offset: -1px;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 100%;
  outline: 1px solid #707070;
  width: 20px;
  height: 20px;
  margin: 0;
  display: inline-block;
  position: relative;
}

.es-landing-page .es-custom-intent-dd .es-available-items label input:checked {
  background-color: #5a6673 !important;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-custom-intent-dd .es-available-items label input {
    width: 20px;
    height: 20px;
  }
}

.es-landing-page .es-custom-intent-dd .es-available-items label input[type="radio"]:focus, .es-landing-page .es-custom-intent-dd .es-available-items label input[type="checkbox"]:focus {
  outline-offset: -1px;
}

.es-landing-page .es-custom-intent-dd .es-available-items.es-show {
  display: flex;
}

.es-landing-page .es-custom-intent-dd .es-available-items .es-close-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #0000 !important;
}

.es-landing-page .es-custom-intent-dd .es-available-items .es-close-button div {
  transform-origin: center;
  background: #707070;
  width: 2px;
  height: 25px;
  position: absolute;
  right: calc(50% - 2px);
}

.es-landing-page .es-custom-intent-dd .es-available-items .es-close-button div:first-child {
  display: inline-block;
  transform: rotate(45deg);
}

.es-landing-page .es-custom-intent-dd .es-available-items .es-close-button div:last-child {
  display: inline-block;
  transform: rotate(-45deg);
}

.es-landing-page .es-custom-intent-dd .es-available-items :nth-child(3), .es-landing-page .es-custom-intent-dd .es-available-items :nth-child(4) {
  padding-left: 50px;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-custom-intent-dd .es-available-items :nth-child(3), .es-landing-page .es-custom-intent-dd .es-available-items :nth-child(4) {
    padding-left: 40px;
  }
}

.es-landing-page .es-custom-intent-dd .es-selected-item-special {
  position: relative;
  top: 9px;
  left: -35px;
}

@media (orientation: portrait) {
  .es-landing-page .es-custom-intent-dd .es-selected-item-special {
    top: 7px;
  }
}

.es-landing-page .es-custom-intent-dd .es-selected-item {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-family: GT America Extended;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
}

.es-landing-page .es-custom-intent-dd .es-selected-item.es-cb {
  max-width: none;
}

@media screen and (width <= 768px) {
  .es-landing-page .es-custom-intent-dd .es-selected-item.es-cb {
    background-position-y: 18px;
    background-position-x: calc(100% - 7px) !important;
    font-size: 28px !important;
  }
}

@media screen and (width >= 768px) {
  .es-landing-page .es-custom-intent-dd .es-selected-item.es-cb {
    text-align: left;
    font-size: 32px !important;
  }
}

.es-landing-page .es-custom-intent-dd .es-menu-closer {
  z-index: 3;
  background: none;
  display: none;
  position: fixed;
  inset: 0;
}

.es-landing-page .es-custom-intent-dd .es-menu-closer.es-show {
  display: block;
}

.es-selected-item-chevron {
  z-index: 3;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 0;
}

.es-source-wrapper {
  text-align: center;
  line-height: 1 !important;
}

@media screen and (width <= 768px) {
  .es-source-wrapper {
    --font-size: 10px;
    line-height: 1 !important;
  }
}

.es-landscape-cost-source {
  line-height: 1 !important;
}

@media screen and (width <= 768px) {
  .es-landscape-cost-source {
    --font-size: 10px;
    font-size: 10px;
    line-height: 1 !important;
  }
}

.es-bucket-child {
  background-color: #e2e6e9 !important;
  justify-content: center !important;
}

.es-typo-subheader3 {
  text-transform: uppercase;
  font: 500 16px GT America;
  color: #48525c !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.es-grid-costing-histogram {
  color: #48525c;
  background-color: #fff;
}

.es-grid-congress-show-more {
  color: #48525c;
  background-color: #fdf8f5;
}

.es-histogram-expand-selector {
  z-index: 100;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMaxYMid meet' viewBox='0 0 54 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3L28 20L52 3' stroke='%2348525C' stroke-width='6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: none;
  border-radius: 0;
  width: 30px;
  margin-left: 10px;
}

.es-histogram-expand-selector:focus {
  font-size: 36px;
}

.es-histogram-expand-selector option {
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .es-histogram-expand-selector, .es-histogram-expand-selector:focus {
    font-size: 6vw;
  }
}

.es-histogram-expand-selector {
  transition: transform 1s;
}

.es-histogram-expand-selector-open {
  transform: rotate(180deg);
}

.es-bucket-label-histogram {
  z-index: 1;
  width: 100%;
  position: relative;
  top: calc(100% - 65px);
}

@media screen and (width <= 768px) {
  .es-bucket-label-histogram {
    height: 0;
  }
}

.es-race-ethnicity-state-total-comparison, .es-race-ethnicity-state-suicide-comparison, .es-race-ethnicity-state-homicide-comparison, .es-race-ethnicity-national-total-comparison, .es-race-ethnicity-national-suicide-comparison, .es-race-ethnicity-national-homicide-comparison, .es-iph-state-total, .es-iph-state-rate, .es-iph-state-perc, .es-iph-state-rank, .es-iph-national-total, .es-iph-national-rate, .es-iph-national-perc, .es-iph-national-rank, .es-children-teen-state-total, .es-children-teen-state-rate, .es-children-teen-state-perc-suicide, .es-children-teen-state-perc-homicide, .es-children-teen-state-rank, .es-children-teen-national-total, .es-children-teen-national-rate, .es-children-teen-national-perc-homicide, .es-children-teen-national-perc-suicide, .es-children-teen-national-rank, .es-homicide-black-women-perc, .es-homicide-state-total, .es-homicide-state-rate, .es-homicide-state-perc, .es-homicide-state-rank, .es-homicide-national-total, .es-homicide-national-rate, .es-homicide-national-perc, .es-homicide-national-rank, .es-suicide-state-total, .es-suicide-state-rate, .es-suicide-state-perc, .es-suicide-state-rank, .es-suicide-national-total, .es-suicide-national-rate, .es-suicide-national-perc, .es-suicide-national-rank {
  font-weight: bold;
}

.es-dyk-billboard {
  font-family: GT Super Text !important;
}

.es-landing-dyk {
  display: none;
}

@media screen and (width >= 768px) {
  #everystat-database-page {
    padding-top: 50px;
  }
}

.es-database-intro-grid {
  color: #fff;
  background: #004073;
  padding-bottom: 30px;
}

.es-database-intro-grid .es-typo-header1 {
  line-height: 68px;
}

.es-database-intro-grid .es-db-intro-multi-select {
  vertical-align: top;
  display: inline-block;
  position: relative;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox-states {
  overflow-y: scroll;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox {
  cursor: default;
  z-index: 4;
  background: #fff;
  border: 1px solid #d5cec7;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-height: calc(100vh - 250px);
  padding: 20px;
  display: none;
  position: absolute;
  top: 60px;
}

@media screen and (width <= 768px) {
  .es-database-intro-grid .es-db-intro-multi-select .es-selectbox {
    max-height: 40vh;
    top: 100%;
  }
}

@media (height <= 675px) {
  .es-database-intro-grid .es-db-intro-multi-select .es-selectbox {
    overflow-y: scroll;
  }
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox.es-show {
  display: flex;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-eyebrow {
  text-transform: uppercase;
  margin-top: 5px;
  padding-left: 5px;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-label-special {
  padding-left: 50px !important;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-options {
  flex-direction: column;
  display: flex;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-options label {
  color: #5a6673;
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: GT America;
  font-size: 16px;
  font-weight: normal;
  display: flex;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-options label div {
  margin-left: 20px;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-options label input {
  appearance: none;
  cursor: pointer;
  outline-offset: -1px;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 100%;
  outline: 1px solid #707070;
  width: 16px;
  height: 16px;
  margin: 0;
  display: inline-block;
  position: relative;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-options label input:checked {
  background-color: #5a6673 !important;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-options input[type="radio"]:focus, .es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-options input[type="checkbox"]:focus {
  outline-offset: -1px;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-options.es-db-gender-options {
  flex: none;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-close-button {
  cursor: pointer;
  transform-origin: center;
  width: 20px;
  height: 20px;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 20px;
  right: 20px;
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-close-button div {
  transform-origin: center;
  background: #707070;
  width: 2px;
  height: 25px;
  position: absolute;
  top: 0;
  right: calc(50% - 1px);
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-close-button div:first-child {
  transform: rotate(45deg);
}

.es-database-intro-grid .es-db-intro-multi-select .es-selectbox .es-selectbox-close-button div:last-child {
  transform: rotate(-45deg);
}

.es-database-intro-grid .es-db-intro-multi-select .es-db-states-selected div {
  color: #a5a8ab;
  cursor: pointer;
  margin-left: 15px;
  line-height: 16px;
  display: inline-block;
  position: relative;
}

.es-database-intro-grid .es-db-intro-multi-select .es-db-states-selected div.es-hide {
  width: 0;
  overflow: hidden;
}

.es-database-intro-grid .es-db-intro-multi-select .es-db-states-selected div.es-hide:before, .es-database-intro-grid .es-db-intro-multi-select .es-db-states-selected div.es-hide:after {
  display: none;
}

.es-database-intro-grid .es-db-intro-multi-select .es-db-states-selected div:before, .es-database-intro-grid .es-db-intro-multi-select .es-db-states-selected div:after {
  content: "";
  width: 10px;
  height: 10px;
  transform-box: center;
  border-right: 1px solid #a5a8ab;
  position: absolute;
}

.es-database-intro-grid .es-db-intro-multi-select .es-db-states-selected div:before {
  top: -1px;
  left: -13px;
  transform: rotate(45deg);
}

.es-database-intro-grid .es-db-intro-multi-select .es-db-states-selected div:after {
  top: 5px;
  left: -13px;
  transform: rotate(-45deg);
}

.es-database-intro-grid .es-selectbox-close {
  z-index: 4;
  background: none;
  display: none;
  position: fixed;
  inset: 0;
}

.es-database-intro-grid .es-selectbox-close.es-show {
  display: block;
}

.es-database-intro-content-title {
  grid-column: 3 / -3;
  padding-top: 30px;
}

@media screen and (width <= 768px) {
  .es-database-intro-content-title {
    grid-column: 2 / -2;
  }
}

.es-database-blurb-wrapper {
  grid-column: 1 / -1;
  grid-template-columns: repeat(24, 1fr);
  margin: 32px 0 40px;
  padding: 20px 0;
  display: grid;
}

@media screen and (width <= 768px) {
  .es-database-blurb-wrapper {
    grid-column: 2 / -2;
  }
}

.es-database-blurb-wrapper .es-database-blurb {
  opacity: 0;
  grid-area: 1 / 4 / 1 / -4;
  font-size: 30px;
  transition: all .3s ease-out;
}

.es-database-blurb-wrapper .es-database-blurb.es-show {
  opacity: 1;
}

@media screen and (width <= 768px) {
  .es-database-blurb-wrapper .es-database-blurb {
    grid-column: 1 / -1;
  }

  .es-database-blurb-wrapper .es-database-blurb.es-typo-header3 {
    line-height: 40px;
  }
}

.es-database-legend-wrapper {
  grid-column: 4 / -4;
  margin-bottom: 20px;
  display: flex;
}

.es-database-legend-wrapper .es-database-legend {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.es-database-legend-wrapper .es-db-bubbles {
  display: flex;
}

.es-database-legend-wrapper .es-db-bubbles .es-db-bubble {
  margin-left: 20px;
  padding-left: 30px;
  position: relative;
}

.es-database-legend-wrapper .es-db-bubbles .es-db-bubble:before {
  content: "";
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}

.es-database-legend-wrapper .es-db-bubbles .es-db-bubble:first-child {
  margin-left: 0;
}

.es-database-legend-wrapper .es-db-bubbles .es-db-bubble:first-child:before {
  background: #001c60;
}

.es-database-legend-wrapper .es-db-bubbles .es-db-bubble:nth-child(2):before {
  background: #ff352e;
}

.es-database-legend-wrapper .es-db-bubbles .es-db-bubble:last-child:before {
  background: #fff;
  border: 1px solid #808285;
}

.es-database-legend-wrapper .es-db-instructions {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.es-database-legend-wrapper .es-db-instructions div .es-source-caption {
  color: #1e252d;
  align-items: center;
  display: flex;
}

.es-database-legend-wrapper .es-db-instructions div .es-source-caption svg {
  margin-top: -2px;
  margin-right: 10px;
}

@media screen and (width <= 768px) {
  .es-database-legend-wrapper {
    grid-column: 2 / -2;
    display: block;
  }

  .es-database-legend-wrapper .es-database-legend {
    display: block;
  }

  .es-database-legend-wrapper .es-database-legend .es-db-bubbles {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .es-database-legend-wrapper .es-database-legend .es-db-bubbles .es-db-bubble {
    display: inline-block;
  }

  .es-database-legend-wrapper .es-database-legend .es-db-instructions {
    width: 100%;
    display: block;
  }
}

.es-db-intro-selector-wrapper {
  display: inline-block;
  position: relative;
}

.es-db-intro-selector-wrapper:after {
  content: "";
  transform-origin: center;
  pointer-events: none;
  border: 4px solid #fff;
  border-top: none;
  border-left: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 10px;
  transform: rotate(45deg);
}

@media screen and (width <= 768px) {
  .es-db-intro-selector-wrapper {
    border-bottom: 2px solid #fff;
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}

.es-db-intro-selector, .es-db-intro-selector:focus {
  background: none;
  border: none;
  border-radius: 0;
}

@media screen and (width >= 768px) {
  .es-db-intro-selector, .es-db-intro-selector:focus {
    text-underline-offset: 14px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
}

.es-db-intro-selector, .es-db-intro-selector:focus {
  -o-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  font-size: 40px;
  line-height: 58px;
  position: relative;
}

.es-db-intro-selector:hover, .es-db-intro-selector:focus:hover {
  cursor: pointer;
}

.es-db-intro-selector option, .es-db-intro-selector:focus option {
  color: #000;
}

.es-db-intro-selector .es-db-rag-selected-options, .es-db-intro-selector .es-db-state-selected-options, .es-db-intro-selector .es-db-intent-selected-options, .es-db-intro-selector:focus .es-db-rag-selected-options, .es-db-intro-selector:focus .es-db-state-selected-options, .es-db-intro-selector:focus .es-db-intent-selected-options {
  text-overflow: ellipsis;
  white-space: normal;
  padding-right: 45px;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .es-db-intro-selector, .es-db-intro-selector:focus {
    border-bottom: none;
    width: 100%;
    font-size: 32px;
  }
}

select.es-db-intro-selector {
  padding-right: 45px;
}

.es-database-bars-holder {
  grid-area: 1 / 6 / 1 / -4;
  min-height: 80vh;
  margin-bottom: 80px;
}

.es-database-bars-holder .es-db-bar-wrapper {
  width: 100%;
  height: 45px;
  max-height: 45px;
  padding: 5px 0;
  transition: all .3s ease-in-out;
  position: relative;
}

.es-database-bars-holder .es-db-bar-wrapper.es-bar-hide {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}

.es-database-bars-holder .es-db-bar-wrapper .es-db-bar {
  white-space: nowrap;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
}

.es-database-bars-holder .es-db-bar-wrapper .es-db-bar .es-db-bar-hom, .es-database-bars-holder .es-db-bar-wrapper .es-db-bar .es-db-bar-sui, .es-database-bars-holder .es-db-bar-wrapper .es-db-bar .es-db-bar-other {
  cursor: pointer;
  height: 100%;
  margin: 0;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.es-database-bars-holder .es-db-bar-wrapper .es-db-bar .es-db-bar-hom {
  background: #001c60;
}

.es-database-bars-holder .es-db-bar-wrapper .es-db-bar .es-db-bar-sui {
  background: #ff352e;
}

.es-database-bars-holder .es-db-bar-wrapper .es-db-bar .es-db-bar-other {
  background: #fff;
  border: 1px solid #808285;
  border-left: 0 solid;
}

.es-database-bars-holder .es-db-bar-wrapper .es-state-label {
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
}

.es-database-bars-holder .es-db-bar-wrapper .es-stat-label {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translate(100%, -50%);
}

.es-database-bars-holder .es-db-bar-wrapper .es-stat-label .es-database-rate-deaths-word, .es-database-bars-holder .es-db-bar-wrapper .es-stat-label .es-database-rate-context {
  font-size: 10px;
}

@media screen and (width <= 768px) {
  .es-database-bars-holder .es-db-bar-wrapper .es-stat-label .es-database-rate-context {
    display: inline-block;
  }

  .es-database-bars-holder .es-db-bar-wrapper {
    border-left: none;
    height: 70px;
    max-height: 70px;
  }

  .es-database-bars-holder .es-db-bar-wrapper .es-labels-wrapper {
    width: 100%;
    min-width: 200px;
    position: absolute;
  }

  .es-database-bars-holder .es-db-bar-wrapper .es-db-bar {
    top: 20px;
    bottom: 15px;
  }

  .es-database-bars-holder .es-db-bar-wrapper .es-state-label {
    top: -25px;
    left: 0;
    transform: translate(0);
  }

  .es-database-bars-holder .es-db-bar-wrapper .es-stat-label {
    top: -25px;
    transform: translate(0);
  }

  .es-database-bars-holder .es-db-bar-wrapper .es-stat-label.es-na-data-db {
    top: -8px;
    left: 0;
  }
}

.es-database-bars-holder .es-db-hover-drawer {
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  max-height: 0;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.es-database-bars-holder .es-db-hover-drawer .es-db-hover-text {
  border: 2px solid #e8e9ea;
  border-radius: 1px;
  margin-left: 10px;
  padding: 10px;
}

@media screen and (width <= 768px) {
  .es-database-bars-holder .es-db-hover-drawer {
    margin-bottom: 20px;
  }
}

@media screen and (width <= 1024px) {
  .es-database-bars-holder {
    grid-column: 6 / -4;
  }
}

@media screen and (width <= 768px) {
  .es-database-bars-holder {
    grid-column: 2 / -2;
  }
}

.es-bar-tooltip {
  pointer-events: none;
  opacity: 0;
  background: #fff;
  border-radius: 2px;
  padding: 10px 5px;
  transition: opacity .3s ease-in-out;
  position: fixed;
  transform: translate(-50%, -50%);
}

.es-bar-tooltip.es-show {
  opacity: 1;
}

#everystat-pdfs-page {
  padding-top: 50px;
}

#everystat-pdfs-page .es-state-pdf-container, #everystat-pdfs-page .es-pdf-page-title, #everystat-pdfs-page .es-pdfs-page-intro {
  grid-area: 1 / 2 / 1 / -4;
}

@media screen and (width >= 1280px) {
  #everystat-pdfs-page .es-state-pdf-container, #everystat-pdfs-page .es-pdf-page-title, #everystat-pdfs-page .es-pdfs-page-intro {
    margin-left: 138px;
  }
}

@media screen and (width <= 768px) {
  #everystat-pdfs-page .es-state-pdf-container, #everystat-pdfs-page .es-pdf-page-title, #everystat-pdfs-page .es-pdfs-page-intro {
    grid-column: 2 / -2;
  }
}

#everystat-pdfs-page .es-pdfs-page-intro {
  margin-bottom: 40px;
}

#everystat-pdfs-page .es-state-pdf-container {
  flex-wrap: wrap;
  display: flex;
}

#everystat-pdfs-page .es-state-pdf-container-block {
  border-top: 2px solid #88847f;
  flex: 0 0 100%;
  padding: 10px 0;
  display: flex;
}

#everystat-pdfs-page .es-state-pdf-container-block .es-pdf-link {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

#everystat-pdfs-page .es-state-img {
  width: 50px;
  margin-right: 10px;
}

@media screen and (width <= 768px) {
  #everystat-pdfs-page .es-state-img {
    width: 70%;
    margin-top: 10px;
    margin-right: 0;
    display: none;
  }
}

#everystat-pdfs-page .es-overview-dl-link {
  width: 100%;
  margin: 5px;
}

#everystat-pdfs-page .es-pdf-download-module {
  text-transform: uppercase;
  opacity: 1;
  border-top: 2px solid #88847f;
  border-bottom: 2px solid #88847f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 0 20px;
  font-weight: bold;
  transition: all .3s ease-in-out;
  display: flex;
}

#everystat-pdfs-page .es-pdf-download-module:hover {
  opacity: .8;
}

#everystat-pdfs-page .es-pdf-download-module .es-overview-file-dl-logo-top {
  display: none;
}

#everystat-pdfs-page .es-pdf-download-module .es-overview-pdf-stats-wrapper {
  align-items: center;
  display: flex;
}

#everystat-pdfs-page .es-pdf-download-module .es-overview-pdf-stats-wrapper .es-download-link-icon {
  margin-bottom: 0;
}

@media screen and (width <= 768px) {
  #everystat-pdfs-page .es-pdf-download-module .es-overview-pdf-stats-wrapper {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}

#everystat-pdfs-page .es-pdf-download-module .es-pdf-img-title {
  justify-content: left;
  align-items: center;
  display: flex;
}

@media screen and (width <= 768px) {
  #everystat-pdfs-page .es-pdf-download-module .es-pdf-img-title {
    flex-wrap: wrap;
    justify-content: center;
  }

  #everystat-pdfs-page .es-pdf-download-module .es-pdf-img-title .es-overview-pdf-title {
    display: none;
  }
}

#everystat-pdfs-page .es-pdf-download-module .es-overview-pdf-title.-es-pdf-mobile {
  display: none;
}

@media screen and (width <= 768px) {
  #everystat-pdfs-page .es-pdf-download-module .es-overview-pdf-title.-es-pdf-mobile {
    display: block;
  }
}

#everystat-pdfs-page .es-pdf-download-module .es-overview-file-size, #everystat-pdfs-page .es-pdf-download-module .es-overview-file-type {
  margin-right: 20px;
}

@media screen and (width <= 768px) {
  #everystat-pdfs-page .es-pdf-download-module {
    flex-direction: column;
    align-items: center;
  }

  #everystat-pdfs-page .es-pdf-download-module .es-overview-file-dl-logo {
    display: none;
  }

  #everystat-pdfs-page .es-pdf-download-module .es-overview-file-dl-logo-top {
    margin-bottom: 0;
    display: block;
  }

  #everystat-pdfs-page .es-pdf-download-module .es-overview-file-dl-logo-top .es-download-link-icon {
    margin-top: 10px;
    margin-bottom: 0;
  }

  #everystat-pdfs-page .es-pdf-download-module .es-overview-file-size {
    margin-left: 0;
    margin-right: 5px;
  }

  #everystat-pdfs-page .es-pdf-download-module .es-overview-file-type {
    margin-left: 5px;
  }
}

.es-header {
  z-index: 5;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.es-header .es-headerwrapper {
  --es-menu-open-animation: 0;
}

.es-header .es-headerwrapper:before {
  content: "";
  opacity: var(--es-menu-open-animation);
  pointer-events: none;
  background: #f4f4f5;
  display: block;
  position: fixed;
  inset: 0;
}

@media screen and (width >= 769px) {
  .es-header .es-headerwrapper:before {
    display: none !important;
  }
}

.es-header .es-headerwrapper.database-header {
  background: #004073;
}

.es-header .es-headerwrapper.database-header .es-header-title, .es-header .es-headerwrapper.database-header .es-header-title span, .es-header .es-headerwrapper.database-header a {
  color: #fff;
}

.es-header .es-headerwrapper.database-header .es-header-logo svg g path, .es-header .es-headerwrapper.database-header .es-header-logo svg g polygon {
  fill: #fff !important;
}

.es-header .es-headerwrapper.database-header .es-header-navlistlink:hover {
  opacity: 1;
}

.es-header .es-headerwrapper.database-header .es-header-navlistlink:after {
  background-color: #fff;
}

.es-header .es-headerwrapper.database-header .es-header-burgermenu .es-header-burgermenubar {
  background: #fff;
}

.es-header .es-headerwrapper.database-header.es-mobilemenu-open .es-header-title, .es-header .es-headerwrapper.database-header.es-mobilemenu-open .es-header-title span, .es-header .es-headerwrapper.database-header.es-mobilemenu-open a {
  color: #004073;
}

.es-header .es-header-content {
  padding: var(--header-top-padding) 0;
  grid-column: 2 / -2;
  justify-content: space-between;
  transition: padding .2s;
  display: flex;
  position: relative;
}

.es-header .es-header-left {
  justify-content: center;
  align-items: center;
  width: auto;
  display: inline-flex;
}

.es-header .es-header-logo {
  width: 110px;
  display: block;
}

.es-header .es-header-logo svg {
  width: 100%;
}

@media screen and (width <= 768px) {
  .es-header .es-header-logo {
    margin-bottom: -5px;
  }

  .es-header .es-header-logo:first-child {
    display: none;
  }
}

.es-header .es-header-title {
  color: #48525c;
  letter-spacing: -1px;
  overflow-wrap: normal;
  margin: 0 0 0 28px;
  font-family: GT America;
  font-size: 30px;
  line-height: 30px;
}

.es-header .es-header-title span {
  color: #8e9296;
}

@media screen and (width <= 1000px) {
  .es-header .es-header-title {
    margin-left: 14px;
    font-size: 24px;
  }
}

@media screen and (width <= 768px) {
  .es-header .es-header-title {
    margin-left: 0;
  }
}

.es-header .es-header-nav {
  display: inline-block;
}

.es-header .es-header-navlist {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

@media screen and (width <= 768px) {
  .es-header .es-header-navlist {
    top: var(--header-height);
    height: calc(100vh - var(--header-height));
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.es-header .es-header-navlistitem {
  margin-left: 24px;
  display: inline-block;
}

.es-header .es-header-navlistitem:last-child {
  margin-right: -11px;
}

@media screen and (width <= 768px) {
  .es-header .es-header-navlistitem {
    opacity: 0;
    margin: 32.5px 0;
    transform: scale(.92);
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-header .es-header-navlistitem {
    margin: 17.5px 0;
  }
}

@media screen and (width <= 768px) {
  .es-mobilemenu-open .es-header .es-header-navlistitem {
    display: block;
  }
}

.es-header .es-header-navlistitem .es-header-navlistlink {
  text-align: center;
  width: 100%;
  padding: 0 11px;
  display: inline-block;
  position: relative;
}

.es-header .es-header-navlistitem .es-header-navlistlink:after {
  content: "";
  opacity: 0;
  background-color: #48525c;
  height: 3px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  right: 0;
}

.es-header .es-header-navlistitem .es-header-navlistlink:hover:after, .es-header .es-header-navlistitem .es-header-navlistlink:focus:after, .es-header .es-header-navlistitem .es-header-navlistlink:active:after, .es-header .es-header-navlistitem .es-header-navlistlink.es-current-page:after {
  opacity: 1;
}

.es-header .es-header-burgermenu {
  width: 45px;
  height: var(--header-burger-height);
  color: inherit;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: none;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-header .es-header-burgermenu {
    display: flex;
  }
}

.es-header .es-header-burgermenu:before, .es-header .es-header-burgermenu:after {
  content: "";
  height: 7px;
  width: calc(var(--es-menu-open-animation) * 100%);
  background-color: #004b87;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.es-header .es-header-burgermenu:before {
  transform-origin: center;
  transform: translate(-50%, -50%)rotate(45deg);
}

.es-header .es-header-burgermenu:after {
  transform-origin: center;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.es-header .es-header-burgermenubar {
  transform-origin: 0;
  width: 100%;
  height: 7px;
  transform: scaleX(calc(1 - var(--es-menu-open-animation)));
  background-color: #004b87;
}

.es-header .es-header-burgermenubar:nth-child(2n) {
  transform-origin: 100%;
}

footer {
  z-index: 1;
  background: #414f58;
  padding: 60px 0 43px;
  font-size: 11px;
  position: relative;
}

footer h3 {
  color: #acb5bb;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 30px;
  font-size: 11px;
  font-weight: 700;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li {
  margin: 0 0 15px;
  line-height: 15px;
}

footer ul li a {
  color: #fff;
  padding: 0;
  font-size: 13px;
}

footer .nav {
  margin-bottom: 40px;
}

footer .nav a {
  padding: 0;
  line-height: 1.4em;
}

footer .nav a:hover {
  color: #fff;
  background: none;
}

footer .logo {
  float: left;
  width: 110px;
  margin-right: 20px;
}

footer .website-copyright {
  float: left;
  width: 300px;
}

footer .website-copyright small {
  color: #eee;
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
  display: block;
}

footer .website-copyright small a {
  color: #eee;
}

footer .footer-search {
  margin-bottom: 175px;
}

footer .footer-search label {
  display: none;
}

footer .footer-search #s {
  color: #fff;
  width: 53%;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
  margin-top: 20px;
  margin-right: 13px;
  padding: 6px 6px 4px 30px;
  font-size: 15px;
}

footer .footer-search #s::-webkit-input-placeholder {
  color: #fff;
}

footer .footer-search #s:-moz-placeholder-shown {
  color: #fff;
}

footer .footer-search #s::-moz-placeholder {
  color: #fff;
}

footer .footer-search #s:-ms-placeholder-shown {
  color: #fff;
}

footer .footer-search .btn-submit {
  float: left;
  width: 40%;
}

footer .form-group:before, footer .form-group:after {
  content: " ";
  display: table;
}

footer .form-group:after {
  clear: both;
}

footer .form-group {
  position: relative;
}

footer .form-group .glyphicon-search {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 25px;
  left: 0;
}

@media (width <= 992px) {
  footer .footer-search {
    margin-bottom: 160px;
  }
}

@media (width <= 767px) {
  footer {
    padding: 40px 0;
  }

  footer .footer-extras h3 {
    display: none;
  }

  footer .footer-extras .nav {
    float: right;
    margin-bottom: 20px;
  }

  footer .footer-extras li {
    float: left;
    margin-left: 20px;
  }

  footer .footer-extras li:first-child {
    margin-left: 0;
  }

  footer .logo {
    position: absolute;
    top: -65px;
    left: 20px;
  }

  footer .website-copyright {
    width: 100%;
  }

  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .container-fluid .row {
    margin-left: -40px;
    margin-right: -40px;
  }

  .no_nav .logo {
    float: left;
    margin: 0 0 1em;
    position: relative;
    top: 0;
    left: 0;
  }
}

.es-landing-heatmap {
  --es-heatmap-charttabs-linescale: 0;
  --es-heatmap-charttabs-linetranslate: 0;
  margin-bottom: var(--general-spacing);
  padding: var(--general-spacing) 0 calc(var(--general-spacing) * 2) 0;
}

.es-landing-heatmap .-es-number {
  font-family: GT Super Text;
}

@media screen and (width <= 768px) {
  .es-landing-heatmap {
    padding-top: 10px;
  }
}

.es-landing-heatmap {
  margin-bottom: 0;
  padding-bottom: 0;
}

.es-landing-heatmap-title {
  text-align: center;
  margin: var(--general-spacing) 0;
  grid-area: 1 / 2 / 1 / -2;
}

.es-landing-heatmap-content {
  text-align: center;
  grid-area: 2 / 2 / 2 / -2;
  grid-template-rows: auto;
  grid-template-columns: repeat(22, 1fr);
  grid-auto-rows: 1fr;
  display: grid;
}

@media screen and (width <= 768px) {
  .es-landing-heatmap-content {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: row;
    display: inline-grid;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-heatmap-content {
    grid-auto-rows: auto;
  }
}

.es-landing-heatmap-chart {
  height: 100%;
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-heatmap-chart {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}

.es-landing-heatmap-chartwrapper {
  grid-area: auto / 1 / auto / -7;
}

@media screen and (width <= 768px) {
  .es-landing-heatmap-chartwrapper {
    grid-column: 1 / -1;
    grid-template-columns: repeat(10, 1fr);
    position: relative;
    top: 20px;
  }
}

.es-landing-heatmap-chartwrapper-national {
  grid-area: auto / 1 / auto / -1;
}

@media screen and (width <= 768px) {
  .es-landing-heatmap-chartwrapper-national {
    grid-column: 1 / -1;
    grid-template-columns: repeat(10, 1fr);
    height: calc(50vh - 100px) !important;
  }
}

@media screen and (width <= 768px) and (width <= 768px) and (orientation: landscape) {
  .es-landing-heatmap-chartwrapper-national {
    height: calc(100vh - 200px) !important;
  }
}

.es-landing-heatmap-legend {
  text-align: left;
  grid-area: auto / 18 / auto / -1;
}

@media screen and (width <= 768px) {
  .es-landing-heatmap-legend {
    grid-column: 1 / -1;
    grid-template-columns: repeat(10, 1fr);
    position: relative;
    top: 45px;
  }
}

@media screen and (width <= 768px) and (width <= 768px) and (orientation: landscape) {
  .es-landing-heatmap-legend {
    grid-row: 3 / 3;
    top: 0;
  }
}

.es-landing-heatmap-legend-heading {
  min-height: var(--heading-text-padding);
  padding-bottom: calc(var(--heading-text-padding) / 2.5);
  margin-top: var(--heading-text-padding);
  box-sizing: border-box;
  position: relative;
  text-transform: uppercase !important;
}

.es-landing-heatmap-legend-heading:before {
  content: "";
  background-color: #88847f;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.es-landing-heatmap-legend-national {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.es-landing-heatmap-legend-state {
  opacity: 0;
  margin-top: 20px;
}

.es-source-wrapper-national-state {
  text-align: left;
  margin-top: 0;
  line-height: 1 !important;
}

.es-chart-us-label {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 37%;
}

@media screen and (width <= 569px) {
  .es-chart-us-label {
    top: 15%;
  }
}

.es-chart-close-mobile {
  cursor: pointer;
  pointer-events: all;
  float: right;
  width: 17%;
  height: auto;
  position: relative;
  top: 0%;
}

@media screen and (width <= 569px) {
  .es-chart-close-mobile {
    top: -10%;
  }
}

.es-landing-heatmap-charttabs-div, .es-landing-heatmap-charttabs-div-alt {
  margin: 0 1% 0 auto;
  display: inline-block;
}

.es-landing-heatmap-charttabs-div-OFF {
  display: none;
}

.es-landing-heatmap-charttabs-OFF:after, .es-landing-heatmap-charttabs-PRIMARY-OFF:after {
  height: 0 !important;
}

.es-landing-heatmap-charttabs, .es-landing-heatmap-charttabs-2, .es-landing-heatmap-charttabs-3, .es-landing-heatmap-charttabs-4, .es-landing-heatmap-charttabs-alt, .es-landing-heatmap-charttabs-alt-2, .es-landing-heatmap-charttabs-alt-3, .es-landing-heatmap-charttabs-alt-4 {
  align-items: flex-end;
  width: 100%;
  height: 28px;
  margin: 5px 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.es-landing-heatmap-charttabs:before, .es-landing-heatmap-charttabs-2:before, .es-landing-heatmap-charttabs-3:before, .es-landing-heatmap-charttabs-4:before, .es-landing-heatmap-charttabs-alt:before, .es-landing-heatmap-charttabs-alt-2:before, .es-landing-heatmap-charttabs-alt-3:before, .es-landing-heatmap-charttabs-alt-4:before {
  content: "";
  background-color: #88847f;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.es-landing-heatmap-charttabs:after, .es-landing-heatmap-charttabs-2:after, .es-landing-heatmap-charttabs-3:after, .es-landing-heatmap-charttabs-4:after, .es-landing-heatmap-charttabs-alt:after, .es-landing-heatmap-charttabs-alt-2:after, .es-landing-heatmap-charttabs-alt-3:after, .es-landing-heatmap-charttabs-alt-4:after {
  content: "";
  height: 28px;
  transform: translateX(calc(var(--es-heatmap-charttabs-linetranslate) * 1px)) scaleX(var(--es-heatmap-charttabs-linescale));
  transform-origin: center;
  background-color: #48525c;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.es-landing-heatmap-charttabs .es-chart-close, .es-landing-heatmap-charttabs-2 .es-chart-close, .es-landing-heatmap-charttabs-3 .es-chart-close, .es-landing-heatmap-charttabs-4 .es-chart-close, .es-landing-heatmap-charttabs-alt .es-chart-close, .es-landing-heatmap-charttabs-alt-2 .es-chart-close, .es-landing-heatmap-charttabs-alt-3 .es-chart-close, .es-landing-heatmap-charttabs-alt-4 .es-chart-close {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  transition: opacity .3s ease-in-out;
  position: absolute;
  top: 75px;
  right: 12px;
}

.es-landing-heatmap-charttabs .es-chart-close.es-active-hm-close, .es-landing-heatmap-charttabs-2 .es-chart-close.es-active-hm-close, .es-landing-heatmap-charttabs-3 .es-chart-close.es-active-hm-close, .es-landing-heatmap-charttabs-4 .es-chart-close.es-active-hm-close, .es-landing-heatmap-charttabs-alt .es-chart-close.es-active-hm-close, .es-landing-heatmap-charttabs-alt-2 .es-chart-close.es-active-hm-close, .es-landing-heatmap-charttabs-alt-3 .es-chart-close.es-active-hm-close, .es-landing-heatmap-charttabs-alt-4 .es-chart-close.es-active-hm-close {
  opacity: 1;
  pointer-events: all;
}

.es-landing-heatmap-charttabs .es-chart-close div, .es-landing-heatmap-charttabs-2 .es-chart-close div, .es-landing-heatmap-charttabs-3 .es-chart-close div, .es-landing-heatmap-charttabs-4 .es-chart-close div, .es-landing-heatmap-charttabs-alt .es-chart-close div, .es-landing-heatmap-charttabs-alt-2 .es-chart-close div, .es-landing-heatmap-charttabs-alt-3 .es-chart-close div, .es-landing-heatmap-charttabs-alt-4 .es-chart-close div {
  transform-origin: center;
  background: #5a6673;
  width: 4px;
  height: 100%;
  position: absolute;
  right: 13px;
}

.es-landing-heatmap-charttabs .es-chart-close div:first-child, .es-landing-heatmap-charttabs-2 .es-chart-close div:first-child, .es-landing-heatmap-charttabs-3 .es-chart-close div:first-child, .es-landing-heatmap-charttabs-4 .es-chart-close div:first-child, .es-landing-heatmap-charttabs-alt .es-chart-close div:first-child, .es-landing-heatmap-charttabs-alt-2 .es-chart-close div:first-child, .es-landing-heatmap-charttabs-alt-3 .es-chart-close div:first-child, .es-landing-heatmap-charttabs-alt-4 .es-chart-close div:first-child {
  transform: rotate(45deg);
}

.es-landing-heatmap-charttabs .es-chart-close div:last-child, .es-landing-heatmap-charttabs-2 .es-chart-close div:last-child, .es-landing-heatmap-charttabs-3 .es-chart-close div:last-child, .es-landing-heatmap-charttabs-4 .es-chart-close div:last-child, .es-landing-heatmap-charttabs-alt .es-chart-close div:last-child, .es-landing-heatmap-charttabs-alt-2 .es-chart-close div:last-child, .es-landing-heatmap-charttabs-alt-3 .es-chart-close div:last-child, .es-landing-heatmap-charttabs-alt-4 .es-chart-close div:last-child {
  transform: rotate(-45deg);
}

.es-landing-heatmap-selectwrapper {
  margin-bottom: var(--general-spacing);
}

@media (width <= 768px) {
  .es-landing-heatmap-selectwrapper {
    float: right;
    width: calc(100% - 180px);
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-flex;
  }
}

.es-landing-heatmap-selectwrapper {
  text-align: center;
}

.es-landing-heatmap-chart-text {
  text-align: right;
  width: 180px;
  padding-right: 15px;
  font-size: 10px;
}

.es-landing-heatmap-chart-div {
  display: flex;
}

.es-landing-heatmap-selectinner {
  align-items: center;
  padding-bottom: 3px;
  display: inline-flex;
  position: relative;
}

.es-landing-heatmap-selectinner:after, .es-landing-heatmap-selectinner:before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  right: 0;
}

.es-landing-heatmap-selectinner:before {
  background-color: #5a6673;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.es-landing-heatmap-selectinner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L10.36 8L19 2' stroke='%23004B87' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
  margin-left: 11px;
  display: inline-block;
}

@media screen {
  .es-landing-heatmap-selectinner {
    width: 100%;
  }
}

@media (width <= 768px) {
  .es-landing-heatmap-selectinner {
    width: 100%;
  }
}

.es-landing-heatmap-select {
  appearance: none;
  color: #004b87;
  font-family: GT America Extended;
  background: none !important;
  border: none !important;
  font-size: 10px !important;
  line-height: 14px !important;
}

@media screen and (width <= 768px) {
  .es-landing-heatmap-select {
    width: 100%;
  }
}

.-es-heatmap-stateselector, .-es-heatmap-stateselector:focus {
  appearance: none;
  font-size: var(--font-size) !important;
  background: none !important;
  border: none !important;
}

@media screen and (width <= 768px) {
  .-es-heatmap-stateselector, .-es-heatmap-stateselector:focus {
    width: 100%;
  }
}

.es-heatmap-stateselectorwrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.es-heatmap-stateselectorwrapper:after {
  content: "";
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L10.36 8L19 2' stroke='%23565B61' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 13px;
  margin-left: 11px;
  display: inline-block;
  position: absolute;
  right: 0;
}

.es-landing-heatmap-charttabs-buttonwrapper {
  margin-left: 0;
  margin-right: 5px;
}

.es-intent-color-selected {
  color: #fff;
  background-color: #1274bf00 !important;
}

.es-landing-heatmap-charttabs-button {
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
  background: #e2e6e9;
  border: none;
  padding: 6px;
  font-family: GT America;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  position: relative;
}

@media screen and (width >= 769px) and (width <= 950px) {
  .es-landing-heatmap-charttabs-button {
    font-size: 11px;
  }
}

.es-landing-heatmap-charttabs-button:hover {
  background-color: #c0c6cc;
}

.es-landing-heatmap-caption-filter {
  display: flex;
}

@media (width <= 768px) {
  .es-landing-heatmap-caption-filter {
    margin-top: 0;
  }
}

.es-landing-heatmap-caption-filter {
  text-transform: uppercase;
  align-items: flex-start;
}

.es-landing-heatmap-caption {
  justify-content: center;
  font-weight: bold;
  display: flex;
}

@media (width <= 768px) {
  .es-landing-heatmap-caption {
    --font-size: 9px;
    width: 100%;
    margin-top: 0;
  }
}

.es-landing-heatmap-caption {
  text-transform: uppercase;
  align-items: flex-start;
}

.es-landing-heatmap-caption-barwrapper {
  margin: 0 10px;
  line-height: 1;
}

.es-landing-heatmap-caption-barwrapper span {
  text-transform: uppercase;
  font-family: GT America;
  font-size: 10px;
  line-height: 1;
}

@media (width <= 768px) {
  .es-landing-heatmap-caption-barwrapper span {
    --font-size: 9px;
    font-size: 9px;
    line-height: 2;
  }
}

.et-more-right, .et-fewer-left {
  line-height: 1;
}

@media (width <= 768px) {
  .et-more-right, .et-fewer-left {
    line-height: 2;
  }
}

.es-custom-hide {
  display: none !important;
}

.es-landing-heatmap-caption-bar {
  background: linear-gradient(90deg, #f6c4c1, #e03c31 66%, #94271f);
  width: 100%;
  height: 12px;
  margin-top: 3px;
  position: relative;
}

.es-landing-heatmap-caption-bar:before, .es-landing-heatmap-caption-bar:after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.es-landing-heatmap-caption-bar:before {
  left: 8px;
}

.es-landing-heatmap-caption-bar:after {
  right: 8px;
}

#es-us-svg-text {
  pointer-events: none;
}

.es-charts-heatmap .es-charts-heatmap__svg {
  width: 100%;
}

.es-charts-heatmap .es-charts-heatmap__state {
  cursor: pointer;
}

.es-charts-heatmap .es-charts-heatmap__state:not(.-selected):not(.-notSelected) .es-charts-heatmap__state__dot.-bg {
  fill: #fff;
}

.es-charts-heatmap .es-charts-heatmap__state__dot {
  opacity: 0;
  fill: #c6ccd3;
}

.es-charts-heatmap .es-charts-heatmap__state__dot.-color {
  opacity: 0;
  fill: #e03c31;
}

.es-charts-heatmap .es-charts-heatmap__state__dot.-bg {
  transition: fill .2s;
}

.es-charts-heatmap .es-charts-heatmap__state__text {
  opacity: 0;
  fill: #1e252d;
  font-family: GT America;
  font-size: 18px;
}

.dropbtn {
  text-align: center;
  background-color: #0000;
  padding: 0 55px 0 0;
  font-size: 16px;
}

@media (width <= 768px) {
  .dropbtn {
    padding-right: 24px;
  }
}

.dropbtn {
  cursor: pointer;
  border: none;
  width: 100%;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: none;
}

.a-option:hover {
  color: #48525c !important;
  opacity: 1 !important;
}

.a-option {
  text-align: left;
  color: #48525c;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 16px;
  font-size: 20px;
}

#myInput::placeholder {
  color: #a5a8ab;
  opacity: 1;
}

#myInput:-ms-placeholder-shown {
  color: #a5a8ab;
}

#myInput::-moz-placeholder {
  color: #a5a8ab;
}

#myInput {
  box-sizing: border-box;
  color: #a5a8ab;
  background-image: url("searchicon.bb064ac6.png");
  background-position: 14px 16px;
  background-repeat: no-repeat;
  border: none;
  border-top: 0 solid #a5a8ab;
  border-bottom: 2px solid #a5a8ab;
  outline: none;
  width: 100%;
  padding: 14px 20px 12px 45px;
  font-size: 20px;
  font-weight: normal;
}

#myInput:focus {
  color: #48525c;
  background-color: #fff;
  border-bottom: 2px solid #48525c;
}

.dropdown {
  width: 100%;
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.dropdown-content {
  z-index: 2;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  width: 100%;
  min-width: 230px;
  min-height: 240px;
  max-height: calc(100vh - 300px);
  display: none;
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  overflow-y: scroll;
}

.dropdown-content a {
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.es-landing-selector-div {
  text-align: center;
  font-family: GT America;
  font-size: 35px;
}

@media (width <= 768px) {
  .es-landing-selector-div {
    font-size: 20px;
  }
}

.es-landing-selector-div {
  color: #48525c;
  padding-left: 10%;
  padding-right: 10%;
  font-weight: bold;
  line-height: 1.1;
}

.es-landing-selector-grid {
  grid-area: content;
}

@media (width <= 768px) {
  .es-landing-selector-grid {
    font-size: 16px;
  }
}

.dropdown-list {
  position: relative;
  display: inline-block !important;
}

.es-selector-overlaywrapper {
  --scale: .95;
  pointer-events: none;
  padding-top: calc(var(--general-spacing) / 2);
  z-index: 3;
  opacity: 0;
  background-color: #fffffff2;
  position: fixed;
  inset: 0;
}

.es-selector-overlaywrapper .es-landing-selector-select {
  grid-area: 1 / 4 / 1 / -4;
  margin-top: 2em;
}

@media screen and (height <= 1100px) {
  .es-selector-overlaywrapper .es-landing-selector-select {
    padding-bottom: 0;
  }

  .es-selector-overlaywrapper .es-landing-selector-select:after {
    width: 35px;
    height: 14px;
  }

  .es-selector-overlaywrapper .es-landing-selector-select .es-landing-selector-selected {
    --font-size: 44px;
  }

  .es-selector-overlaywrapper .es-landing-selector-select .es-landing-selector-selected:before {
    width: 15px;
    height: 15px;
  }
}

.es-selector-overlaycentered {
  transform: scale(var(--scale));
  padding: var(--general-spacing);
  grid-column: 3 / -3;
}

.es-selector-overlay {
  height: calc(100vh - var(--selector-height) * 1px - 3 * var(--general-spacing));
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: auto;
  display: inline-flex;
}

.es-selector-overlay button {
  text-align: left;
  background: none;
  border: none;
  width: 25%;
  padding: 15px 0;
}

@media screen and (aspect-ratio >= 3 / 2) {
  .es-selector-overlay button {
    width: 20%;
  }
}

@media screen and (aspect-ratio >= 5 / 3) {
  .es-selector-overlay button {
    width: 16.6667%;
  }
}

@media screen and (height <= 1100px) {
  .es-selector-overlay button {
    padding: 0;
  }
}

.es-selector-overlay span {
  color: #004073;
  font-size: 16px;
}

.-es-stateselector, .-es-stateselector:focus {
  appearance: none;
  background: none;
  border: none;
  width: 100%;
  font-size: 35px;
  color: #004b87 !important;
}

.-es-stateselector option, .-es-stateselector:focus option {
  color: #48525c !important;
}

@media screen and (width <= 768px) {
  .-es-stateselector, .-es-stateselector:focus {
    padding-left: 0;
    font-size: 20px;
  }
}

@media screen and (width >= 569px) and (width <= 768px) {
  .-es-stateselector, .-es-stateselector:focus {
    padding-left: 0;
    font-size: var(--font-size) !important;
  }
}

@media screen and (width >= 768px) {
  .-es-stateselector option, .-es-stateselector:focus option {
    font-size: 20px;
  }
}

.es-landing-selector-select {
  cursor: pointer;
  grid-area: 2 / 4 / 2 / -4;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-width: 360px;
  max-width: 800px;
  display: flex;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-selector-select {
    width: 50%;
    min-width: 246px;
  }
}

.es-landing-selector-select:before {
  content: "";
  background-color: #48525c;
  height: 4px;
  position: absolute;
  inset: 100% 0 0;
}

@media screen and (width <= 768px) {
  .es-landing-selector-select:before {
    height: 2px;
  }
}

.es-landing-selector-select:after {
  content: "";
  width: 34.9037px;
  height: 20.2251px;
  margin-right: var(--general-spacing);
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3c!-- Created with Inkscape (http://www.inkscape.org/) --%3e%3csvg version='1.1' id='svg824' width='53.69804' height='31.115465' viewBox='0 0 53.69804 31.115465' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs828' /%3e%3cg id='layer1' transform='translate(-10.610438,-16.655304)'%3e%3cpath style='fill:%23004B87;fill-opacity:1;stroke:%233737a9;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 37.381655,37.785914 59.206774,16.800222 c 0,0 6.195547,-1.514184 4.931638,5.246423 L 39.585153,46.91469 c 0,0 -2.15477,1.854196 -3.882353,0.104928 L 10.624899,21.626931 c 0,0 -0.56392,-6.374272 5.351351,-4.511923 z' id='path966' /%3e%3c/g%3e%3c/svg%3e ");
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-right: 0 !important;
}

@media screen and (width <= 768px) {
  .es-landing-selector-select:after {
    width: 26.849px;
    height: 15.5577px;
    right: 0;
    top: 5px !important;
  }
}

@media screen and (width >= 768px) {
  .es-landing-selector-select:after {
    top: 10px !important;
  }
}

.es-landing-selector-select:after {
  top: 5px;
}

@media screen and (width <= 768px) {
  .es-landing-selector-select {
    grid-area: 2 / 2 / 2 / -2;
    padding-bottom: 0 !important;
  }
}

.es-landing-selector-select .es-landing-mobileselector {
  width: 100%;
}

.es-landing-selector-sticky {
  position: fixed;
}

@media screen and (width <= 768px) {
  .es-landing-selector-sticky {
    height: calc(var(--selector-sticky-height)  - 9px);
    top: 69px;
  }
}

.es-landing-selector-sticky {
  height: var(--selector-sticky-height);
  top: 117px;
  left: 0;
  right: 0;
}

@media screen and (width >= 769px) {
  .es-landing-selector-sticky {
    height: calc(var(--selector-sticky-height)  + 0px);
  }
}

.es-landing-selector-sticky {
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  background-color: #fff;
  transition: opacity .2s;
}

@media screen and (width >= 769px) {
  .es-landing-selector-sticky .es-landing-selector-stickygrid {
    align-items: center;
  }
}

.es-landing-selector-sticky .es-landing-centered-title {
  --font-size: 20px;
  text-align: left;
  grid-column: 2 / 5;
  margin-bottom: 0;
  transform: translateY(-2px);
}

@media screen and (width <= 1440px) {
  .es-landing-selector-sticky .es-landing-centered-title {
    --font-size: 17px;
  }
}

@media screen and (width <= 1280px) {
  .es-landing-selector-sticky .es-landing-centered-title {
    display: none;
  }
}

.es-landing-selector-sticky .es-landing-selector-select {
  z-index: 2;
  grid-row-start: 1;
  grid-column-start: 5;
  width: 420px;
  padding-bottom: 9px;
  transition: opacity .2s;
}

.es-landing-selector-sticky .es-landing-selector-select:before {
  height: 2px;
}

.es-landing-selector-sticky .es-landing-selector-select:after {
  width: 24px;
  height: 10px;
  margin-right: 10px;
}

@media screen and (width <= 768px) {
  .es-landing-selector-sticky .es-landing-selector-select {
    grid-area: 2 / 2 / 2 / -2;
    width: auto;
  }
}

.es-landing-selector-sticky .es-landing-selector-select .es-landing-selector-selected {
  --font-size: 32px;
}

.es-landing-selector-sticky .es-landing-selector-select .es-landing-selector-selected span {
  line-height: 18px;
}

@media screen and (width >= 769px) {
  .es-landing-selector-sticky .es-landing-selector-select .es-landing-selector-selected span {
    line-height: 1.3;
  }
}

.es-landing-selector-sticky .es-landing-selector-select .es-landing-selector-selected:before {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.es-landing-selector-selected {
  align-items: center;
  display: flex;
}

@media screen and (width <= 768px) {
  .es-landing-selector-selected {
    grid-area: 1 / 1 / 1 / -2;
  }

  .es-landing-selector-selected span {
    grid-area: 1 / 2 / 1 / -1;
  }
}

.es-landing-selector-placemark {
  width: 100%;
  height: 1px;
}

.es-landing-selector-margin {
  width: 100%;
  height: 49px;
}

.-es-sticky-select-state {
  top: calc(var(--general-spacing)  + 62px);
  position: fixed;
}

@media screen and (width <= 768px) {
  .-es-sticky-select-state {
    top: calc(var(--general-spacing)  + 13px);
  }
}

.-es-sticky-select-state {
  z-index: 100;
  background-color: #f4f4f5;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.es-landing-selector-parent {
  width: 100%;
  height: 128px;
}

@media screen and (width <= 768px) {
  .es-landing-selector-parent {
    height: 64px;
  }
}

.es-landing-selector {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (width <= 768px) {
  .es-landing-selector {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.es-landing-selector.-es-header-sticky .es-landing-selector-sticky {
  opacity: 1;
  pointer-events: all;
}

.es-landing-selector.es-selector-open .es-landing-selector-select {
  border-bottom: 4px solid #004073;
}

.es-landing-selector.es-selector-open .es-landing-selector-select:before, .es-landing-selector.es-selector-open .es-landing-selector-select:after {
  content: "";
  transform-origin: center;
  background: #004073;
  width: 4px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 30px;
  transform: rotate(45deg);
}

.es-landing-selector.es-selector-open .es-landing-selector-select:before {
  background-image: none;
  transform: rotate(-45deg);
}

.es-landing-selector.es-selector-open .es-landing-selector-select:after {
  background-image: none;
}

.es-donut {
  --es-desktop: 14%;
  --es-small: 8%;
  --es-smaller: 10%;
  --es-tablet: 18%;
  --es-mobile: 15%;
  --es-desktop-sel: 16%;
  --es-small-sel: 10%;
  --es-smaller-sel: 12%;
  --es-tablet-sel: 20%;
  --es-mobile-sel: 17%;
  --es-donut-width: 100%;
  margin-bottom: var(--general-spacing);
  position: relative;
}

@media screen and (width <= 768px) {
  .es-donut {
    --es-donut-width: calc(100vw * 10 / 12);
  }
}

@media screen and (height >= 1049px) {
  .es-donut {
    --es-donut-width: 627px;
  }
}

.es-donut .es-donut-slice-firearm-suicide path {
  stroke: #001c60;
}

.es-donut .ct-firearm-suicide {
  --ct-color: #001c60;
}

.es-donut .es-donut-slice-firearm-homicide path {
  stroke: #ff352e;
}

.es-donut .es-donut-slice-other-firearm-deaths path {
  stroke: #708090;
}

.es-donut .ct-firearm-homicide {
  --ct-color: #ff352e;
}

.es-donut .es-donut-slice-unintentional-firearm-deaths path, .es-donut .es-donut-slice-unintentional-firearm-death path {
  stroke: #fff;
  filter: drop-shadow(0 -1px #808285) drop-shadow(-1px 0 #808285) drop-shadow(1px 0 #808285) drop-shadow(0 1px #808285);
}

.es-donut .ct-unintentional-firearm-deaths {
  --ct-color: #fff;
}

.es-donut .es-donut-slice-undetermined-firearm-deaths path, .es-donut .es-donut-slice-undetermined-firearm-death path {
  stroke: #bccbef;
}

.es-donut .ct-undetermined-firearm-deaths {
  --ct-color: #bccbef;
}

.es-donut .es-donut-slice-shootings-by-law-enforcement path {
  stroke: #0d3dd9;
}

.es-donut .ct-shootings-by-law-enforcement {
  --ct-color: #0d3dd9;
}

.es-donut .es-donut-slice-police-shootings path {
  stroke: #0d3dd9;
}

.es-donut .ct-police-shootings {
  --ct-color: #0d3dd9;
}

.es-donut .es-donut-slice-shootings-by-police path {
  stroke: #0d3dd9;
}

.es-donut .ct-shootings-by-police {
  --ct-color: #0d3dd9;
}

.es-donut .es-donut-chart {
  width: 50%;
  max-width: var(--es-donut-width);
  position: relative;
  left: 0%;
}

@media screen and (width <= 768px) {
  .es-donut .es-donut-chart {
    width: 70%;
    height: 100%;
    max-height: 35vh;
    margin: auto;
    left: 0%;
  }
}

@media screen and (width >= 768px) {
  .es-donut .es-donut-chart {
    height: calc(100vh - var(--header-height)  - 300px);
    max-height: 350px;
  }
}

.es-donut .es-donut-chart:after {
  content: "";
  padding-top: 100%;
  display: block;
}

.es-donut .es-donut-chart .ct-chart-donut {
  position: absolute;
  right: -20%;
  top: 0 !important;
}

@media screen and (width <= 768px) {
  .es-donut .es-donut-chart .ct-chart-donut {
    top: 5%;
    left: -2%;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-donut .es-donut-chart .ct-chart-donut {
    top: 10%;
    left: 0%;
  }
}

.es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path {
  transition: stroke-width .2s;
  stroke-width: 10% !important;
}

@media screen and (height <= 379px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path {
    stroke-width: 6vh !important;
  }
}

@media screen and (height >= 380px) and (width <= 374px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path {
    stroke-width: calc(var(--es-mobile)  - 2px) !important;
  }
}

@media screen and (height >= 380px) and (width >= 375px) and (width <= 769px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path {
    stroke-width: calc(var(--es-tablet)  - 2px) !important;
  }
}

@media screen and (height >= 380px) and (width >= 770px) and (width <= 1070px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path {
    stroke-width: calc(var(--es-smaller)  - 2px) !important;
  }
}

@media screen and (height >= 380px) and (width >= 1071px) and (width <= 1279px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path {
    stroke-width: calc(var(--es-small)  - 2px) !important;
  }
}

@media screen and (height >= 380px) and (width >= 1280px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path {
    stroke-width: calc(var(--es-desktop)  - 2px) !important;
  }
}

.es-donut .es-donut-chart .ct-series path:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
  transition: stroke-width .2s;
  stroke-width: 10% !important;
}

@media screen and (height <= 379px) {
  .es-donut .es-donut-chart .ct-series path:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: 6vh !important;
  }
}

@media screen and (height >= 380px) and (width <= 374px) {
  .es-donut .es-donut-chart .ct-series path:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: var(--es-mobile) !important;
  }
}

@media screen and (height >= 380px) and (width >= 375px) and (width <= 769px) {
  .es-donut .es-donut-chart .ct-series path:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: var(--es-tablet) !important;
  }
}

@media screen and (height >= 380px) and (width >= 770px) and (width <= 1070px) {
  .es-donut .es-donut-chart .ct-series path:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: var(--es-smaller) !important;
  }
}

@media screen and (height >= 380px) and (width >= 1071px) and (width <= 1279px) {
  .es-donut .es-donut-chart .ct-series path:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: var(--es-small) !important;
  }
}

@media screen and (height >= 380px) and (width >= 1280px) {
  .es-donut .es-donut-chart .ct-series path:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: var(--es-desktop) !important;
  }
}

.es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path.es-path-selected, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path.es-path-selected {
  stroke-width: calc(12% - 2px) !important;
}

@media screen and (width <= 374px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path.es-path-selected, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path.es-path-selected {
    stroke-width: calc(var(--es-mobile-sel)  - 2px) !important;
  }
}

@media screen and (width >= 375px) and (width <= 769px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path.es-path-selected, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path.es-path-selected {
    stroke-width: calc(var(--es-tablet-sel)  - 2px) !important;
  }
}

@media screen and (width >= 770px) and (width <= 1070px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path.es-path-selected, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path.es-path-selected {
    stroke-width: calc(var(--es-smaller-sel)  - 2px) !important;
  }
}

@media screen and (width >= 1071px) and (width <= 1279px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path.es-path-selected, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path.es-path-selected {
    stroke-width: calc(var(--es-small-sel)  - 2px) !important;
  }
}

@media screen and (width >= 1280px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path.es-path-selected, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path.es-path-selected {
    stroke-width: calc(var(--es-desktop-sel)  - 2px) !important;
  }
}

@media screen and (width >= 1280px) and (height <= 650px) {
  .es-donut .es-donut-chart .es-donut-slice-unintentional-firearm-death path.es-path-selected, .es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path.es-path-selected {
    stroke-width: calc(10% - 2px) !important;
  }
}

.es-donut .es-donut-chart .ct-series path.es-path-selected:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
  stroke-width: 12% !important;
}

@media screen and (width <= 374px) {
  .es-donut .es-donut-chart .ct-series path.es-path-selected:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: var(--es-mobile-sel) !important;
  }
}

@media screen and (width >= 375px) and (width <= 769px) {
  .es-donut .es-donut-chart .ct-series path.es-path-selected:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: var(--es-tablet-sel) !important;
  }
}

@media screen and (width >= 770px) and (width <= 1070px) {
  .es-donut .es-donut-chart .ct-series path.es-path-selected:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: var(--es-smaller-sel) !important;
  }
}

@media screen and (width >= 1071px) and (width <= 1279px) {
  .es-donut .es-donut-chart .ct-series path.es-path-selected:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: var(--es-small-sel) !important;
  }
}

@media screen and (width >= 1280px) {
  .es-donut .es-donut-chart .ct-series path.es-path-selected:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: var(--es-desktop-sel) !important;
  }
}

@media screen and (width >= 1280px) and (height <= 650px) {
  .es-donut .es-donut-chart .ct-series path.es-path-selected:not(.es-donut-slice-unintentional-firearm-death path, .es-donut-slice-american-indian-alaska-native path) {
    stroke-width: 10% !important;
  }
}

.es-donut .es-donut-chart .es-donut-slice-asian-native-hawaiian-pacific-islander path {
  stroke: #0d3dd9;
}

.es-donut .es-donut-chart .es-donut-slice-hispanic path, .es-donut .es-donut-chart .es-donut-slice-latinx path {
  stroke: #ff352e;
}

.es-donut .es-donut-chart .es-donut-slice-black path {
  stroke: #596ea1;
}

.es-donut .es-donut-chart .es-donut-slice-white path {
  stroke: #001c60;
}

.es-donut .es-donut-chart .es-donut-slice-american-indian-alaska-native path {
  stroke: #fff;
  filter: drop-shadow(0 -1px #808285) drop-shadow(-1px 0 #808285) drop-shadow(1px 0 #808285) drop-shadow(0 1px #808285);
}

.es-donut .es-donut-chart .es-donut-slice-unknown-race path {
  stroke: #708090;
}

.es-donut .es-donut-chart .es-donut-slice-more-than-one-race path {
  stroke: #bccbef;
}

.es-donut .es-donut-chartlegend {
  width: 40%;
  max-width: 285px;
  height: 100%;
  margin-left: 70px;
  position: relative;
  bottom: 100%;
  left: 50%;
}

@media screen and (width <= 768px) {
  .es-donut .es-donut-chartlegend {
    position: unset;
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    transform: translate(0%);
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-donut .es-donut-chartlegend {
    position: relative;
    bottom: 0%;
    left: 0%;
  }
}

.es-donut .es-donut-chartlegend .ct-legend {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.es-donut .es-donut-chartlegend .ct-legend li {
  color: #1e252d;
  text-align: left;
  pointer-events: all;
  font-family: GT America;
  font-size: 16px;
  line-height: 19px;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}

@media screen and (width <= 768px) {
  .es-donut .es-donut-chartlegend .ct-legend li {
    position: unset;
    position: unset;
    text-align: center;
    width: 100%;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 11px;
    transform: translate(0%);
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-donut .es-donut-chartlegend .ct-legend li {
    padding-top: 0%;
    position: relative;
  }
}

@media screen and (width <= 320px) {
  .es-donut .es-donut-chartlegend .ct-legend li {
    font-size: 10px;
    line-height: 1.2;
  }
}

.es-donut .es-donut-chartlegend .ct-legend li:not(.es-legend-selected) {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.es-donut .es-donut-chartlegend .ct-legend li .es-donut-legend-number {
  color: #e03c31;
  font-family: GT Super Text;
  font-size: 64px;
  line-height: 64px;
  display: block;
}

@media screen and (width <= 768px) {
  .es-donut .es-donut-chartlegend .ct-legend li .es-donut-legend-number {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (width <= 320px) {
  .es-donut .es-donut-chartlegend .ct-legend li .es-donut-legend-number {
    font-size: 30px;
    line-height: 30px;
  }
}

.es-donut .es-donut-chartlegend .ct-legend li .es-donut-legend-additional {
  display: block;
}

@media screen and (width <= 768px) {
  .es-donut .es-donut-chartlegend .ct-legend li .es-cdc-message-is-too-big {
    width: 200px;
    position: relative;
    right: 25%;
  }
}

@media screen and (width >= 768px) {
  .es-donut .es-donut-chartlegend .ct-legend li .es-cdc-message-is-too-big {
    width: 100%;
    margin-top: 3px;
    font-size: 6pt;
    line-height: 1.2;
    position: relative;
  }
}

.es-donut .es-donut-chartlegend .ct-legend li .es-donut-legend-tooltip {
  z-index: 1;
  padding: var(--general-spacing);
  opacity: 0;
  pointer-events: none;
  text-transform: none;
  background: #fff;
  width: 100%;
  padding: 42px;
  font-size: 16px;
  line-height: 22px;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px #000000b3;
}

.es-donut .es-donut-chartlegend .ct-legend li .es-donut-legend-additional:hover ~ .es-donut-legend-tooltip, .es-donut .es-donut-chartlegend .ct-legend li .es-donut-legend-tooltip:hover {
  opacity: 1;
  pointer-events: all;
}

.es-donut .es-donut-chartlegend .ct-legend li.es-donut-additional-tooltip .es-donut-legend-additional:after {
  content: "";
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg preserveAcpectRatio='xMidYMid meet' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='11.5' stroke='%23231F20' stroke-width='2'%3E%3C/circle%3E%3Cpath d='M11.9034 15.816H13.7914V15.352C13.7914 14.68 13.9674 14.312 14.4634 13.88L15.2314 13.208C16.0474 12.488 16.7354 11.512 16.7354 10.376C16.7354 8.36 15.3114 7.208 12.9754 7.208C10.5274 7.208 9.18344 8.568 9.18344 10.52C9.18344 10.744 9.19944 11.032 9.27944 11.416L11.1994 11.608C11.1194 11.24 11.1034 11.032 11.1034 10.776C11.1034 9.496 11.8554 8.76 12.9754 8.76C13.9834 8.76 14.7034 9.448 14.7034 10.488C14.7034 11.4 14.2394 11.976 13.6634 12.456L12.8634 13.144C12.0314 13.864 11.9034 14.52 11.9034 15.096V15.816ZM11.7754 19H13.9514V16.952H11.7754V19Z' fill='%23231F20'%3E%3C/path%3E%3C/svg%3E");
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  display: inline-block;
}

@media screen and (width <= 768px) {
  .es-donut .es-donut-source {
    height: 10%;
  }
}

.es-donut .es-donut-inner {
  height: calc(100% - 60px);
  position: relative;
  left: 0%;
}

@media screen and (width <= 768px) {
  .es-donut .es-donut-inner {
    width: 100%;
    max-height: 100vh;
    left: 0%;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-donut .es-donut-inner {
    max-height: 100%;
  }
}

@media screen and (width <= 569px) and (height <= 640px) {
  .es-donut .es-donut-inner {
    height: 95%;
  }
}

@media screen and (width <= 569px) and (height >= 641px) {
  .es-donut .es-donut-inner {
    height: 90%;
  }
}

@media screen and (width >= 569px) and (width <= 768px) {
  .es-donut .es-donut-inner {
    height: 80%;
  }
}

@media screen and (orientation: landscape) and (height <= 1049px) {
  .es-donut .es-donut-inner {
    height: calc(100vh - var(--header-height)  - 300px);
    max-height: 350px;
  }
}

.es-donut .es-source-wrapper {
  text-align: center;
  margin: auto;
  margin-top: var(--general-spacing);
}

@media screen and (orientation: landscape) and (height <= 1049px) {
  .es-donut .es-source-wrapper {
    margin-top: 2vh;
  }
}

@media screen and (width <= 768px) {
  .es-donut .es-source-wrapper {
    margin-top: 0;
  }
}

@media screen and (width <= 768px) and (height >= 775px) {
  .es-donut .es-source-wrapper {
    margin-top: 7%;
  }
}

.es-landing-blurb {
  margin: var(--general-spacing) 0;
}

.es-landing-blurb .es-landing-blurb-copy {
  text-align: center;
  grid-area: 1 / 4 / 1 / -4;
}

@media screen and (width <= 768px) {
  .es-landing-blurb .es-landing-blurb-copy {
    grid-area: 1 / 2 / 1 / -2;
  }
}

.es-landing-linechart {
  padding-top: 30px;
}

.es-landing-linechart-content {
  text-align: center;
  padding: var(--general-spacing) 0;
  grid-area: 2 / 3 / 2 / -3;
  grid-template-rows: auto;
  grid-template-columns: repeat(20, 1fr);
  padding-top: 0;
  display: grid;
}

@media screen and (width <= 768px) {
  .es-landing-linechart-content {
    grid-area: 2 / 2 / 2 / -2;
    grid-template-columns: repeat(10, 1fr);
    margin-top: 0;
    padding-top: 0;
  }
}

.es-landing-linechart-captionwrapper {
  margin-left: calc(var(--general-spacing) * .66);
  margin-top: var(--general-spacing);
  align-items: center;
  display: flex;
}

@media screen and (width <= 768px) {
  .es-landing-linechart-captionwrapper {
    flex-wrap: wrap;
    grid-area: 2 / 1 / 2 / -1;
    margin-top: 25px;
    margin-left: 0;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-linechart-captionwrapper {
    margin-top: 12px;
  }
}

.es-landing-linechart-captionwrapper .es-current-state-name {
  text-transform: uppercase;
  margin-right: 44px;
}

.es-landing-linechart-captionwrapper .es-current-state-name:after {
  content: ":";
}

@media screen and (width <= 768px) {
  .es-landing-linechart-captionwrapper .es-current-state-name {
    display: none;
  }
}

.es-linechart-caption-item {
  text-transform: uppercase;
  align-items: center;
  margin-right: 22px;
  display: flex;
  color: #5a6673 !important;
}

.es-linechart-caption-item.-es-suicide:before {
  content: "";
  background-color: var(--dot-color);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
}

.es-linechart-caption-item.-es-homicide:before {
  content: "";
  background-color: var(--dot-color);
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
}

.es-linechart-caption-item.-es-all:before {
  content: "";
  border-left: 9px solid #0000;
  border-right: 9px solid #0000;
  border-bottom: 18px solid var(--dot-color);
  width: 0;
  height: 0;
  margin-right: 10px;
  display: inline-block;
}

.es-linechart-caption-item.-es-all {
  --dot-color: #596ea1;
}

.es-linechart-caption-item.-es-suicide {
  --dot-color: #001c60;
}

.es-linechart-caption-item.-es-homicide {
  --dot-color: #ff352e;
}

.es-landing-linechart-axislegend {
  position: absolute;
  transform: rotate(-90deg)translateY(-500%)translateX(-100%);
}

@media screen and (width <= 768px) {
  .es-landing-linechart-axislegend {
    transform-origin: 0;
    position: absolute;
    top: auto;
    bottom: 50%;
    left: 0;
    transform: rotate(-90deg)translateY(-25%)translateX(-50%);
  }
}

.es-landing-linechart-chartwrapper {
  grid-area: 1 / 1 / 1 / -7;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-linechart-chartwrapper {
    grid-area: 2 / 1 / 2 / -1;
    grid-template-columns: repeat(8, 1fr);
    display: grid;
  }

  .es-landing-linechart-chartwrapper .es-source-wrapper {
    grid-column: 1 / -1;
    grid-row-start: 3;
  }
}

.es-landing-linechart-chartwrapper .es-source-wrapper {
  text-align: center;
  margin-top: 10px;
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-landing-linechart-chartwrapper .es-source-wrapper {
    margin-top: 5px;
  }
}

.es-landing-linechart-chart {
  position: relative;
}

@media screen and (width <= 768px) {
  .es-landing-linechart-chart {
    grid-area: 1 / 1 / 1 / -1;
  }
}

.es-landing-linechart-legend {
  text-align: left;
  grid-area: 1 / -6 / 1 / -1;
}

@media screen and (width <= 768px) {
  .es-landing-linechart-legend {
    grid-area: 1 / 1 / 1 / -1;
  }

  .LineChart-wrapper svg {
    width: 100%;
    height: calc(100vh - 200px);
  }
}

@media (orientation: landscape) {
  @media not screen and (width <= 768px) {
    @media screen and (height <= 800px) {
      .LineChart-wrapper svg {
        max-width: 100%;
        height: calc(100vh - 325px);
      }
    }
  }
}

.LineChartAxis {
  stroke: #e8e9ea;
}

.LineChart-Scale {
  text-anchor: end;
}

@media screen and (width <= 569px) {
  .LineChart-Scale text {
    font-size: 4px;
    transform: translateX(1px);
  }
}

@media screen and (width <= 768px) {
  .LineChart-Scale text {
    font-size: 3px;
    transform: translateX(1px);
  }

  .LineChart-dot {
    r: 2;
  }

  .LineChart-line {
    stroke-width: 1px;
  }
}

@media screen and (width <= 569px) {
  .LineChart-axes text {
    font-size: 5px;
  }
}

@media screen and (width <= 768px) {
  .LineChart-axes text {
    font-size: 3px;
  }
}

.es-landing-linechart-legend-heading {
  min-height: calc(var(--heading-text-padding) * 2.5);
  padding-bottom: calc(var(--heading-text-padding) / 2.5);
  margin-bottom: var(--heading-text-padding);
  box-sizing: border-box;
  position: relative;
}

.es-landing-linechart-legend-heading:before {
  content: "";
  background-color: #88847f;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.LineChart-tooltipText {
  fill: #48525c;
  text-anchor: middle;
  font-family: GT America;
  font-size: 2.5px;
}

@media screen and (width <= 768px) {
  .LineChart-tooltipText {
    font-size: 4px !important;
  }
}

.LineChart-tooltipBg {
  stroke: #0000004d;
  stroke-width: .05px;
}

.LineChart-tooltip {
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
}

.LineChart-tooltip.es-donut-selected {
  opacity: 1;
}

.es-source .es-source-wrapper-i {
  border: 1px solid #5a6673;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  display: inline-flex;
}

@media screen and (width <= 768px) {
  .es-source {
    display: inline-block;
  }
}

.es-source .es-source-caption {
  font-family: GT America;
  font-size: 13px;
}

@media screen and (width <= 768px) {
  .es-source .es-source-caption {
    font-size: 10px;
    line-height: 1.5 !important;
  }
}

.es-source .es-source-caption {
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1;
  position: relative;
  top: 5px;
  color: #a5a8ab !important;
  font-weight: normal !important;
}

.es-source .es-source-description {
  --scale: .95;
  letter-spacing: .5px;
  color: #48525c;
  opacity: 0;
  width: 477px;
  transform: translate(-50%, calc(-100% - 20px)) scale(var(--scale));
  pointer-events: none;
  text-align: left;
  background-color: #fff;
  padding: 42px;
  font-family: GT America;
  font-size: 16px;
  line-height: 22px;
  transition: opacity .2s, transform .2s;
  position: fixed;
  box-shadow: 0 4px 4px #0000001a;
}

@media screen and (width <= 768px) {
  .es-source .es-source-description {
    width: 83.3333%;
    transform: translate(-50%, -50%) scale(var(--scale));
    top: 50%;
    left: 50%;
  }
}

.es-source .es-source-description.es-displayed {
  z-index: 100;
  pointer-events: all;
  opacity: 1;
  --scale: 1;
}

.es-source .es-source-description:after {
  content: "";
  height: 30px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

@media screen and (width <= 768px) {
  .es-source .es-source-description:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg transform='translate(0,-952.36218)'%3E%3Cpath style='text-indent:0;text-transform:none;direction:ltr;block-progression:tb;baseline-shift:baseline;color:%23000000;enable-background:accumulate;' d='M 73.33453,974.78503 50,998.11953 l -23.33452,-23.3345 -4.24265,4.2426 23.33454,23.33447 -23.33453,23.3346 4.24263,4.2426 L 50,1006.6048 l 23.33452,23.3345 4.24265,-4.2426 -23.33454,-23.3346 23.33453,-23.33447 -4.24263,-4.2426 z' fill='%23000000' fill-opacity='1' marker='none' visibility='visible' display='inline' overflow='visible'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.es-source .es-source-description-custom {
  transform: translate(-50%, calc(-100% + 100px)) scale(var(--scale));
}

@media screen and (width <= 768px) {
  .es-source .es-source-description-custom {
    width: 83.3333%;
    transform: translate(-50%, -50%) scale(var(--scale));
    top: 50%;
    left: 50%;
  }
}

.es-source .es-source-description-center {
  left: 50% !important;
}

.es-bucket-billboard-off {
  border-top: 0 solid #48525c !important;
  border-bottom: 0 solid #48525c !important;
}

.es-bucket-billboard {
  border-top: 0 solid #48525c;
  border-bottom: 0 solid #48525c;
  grid-column: 3 / -3;
  grid-template-columns: repeat(20, 1fr);
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

@media screen and (width <= 768px) {
  .es-bucket-billboard {
    grid-column: 2 / -2;
    grid-template-columns: repeat(10, 1fr);
    margin-bottom: 0;
  }
}

.es-bucket-billboard .es-bucket-billboard-copy {
  grid-area: 2 / 3 / 2 / -3;
}

@media screen and (width <= 768px) {
  .es-bucket-billboard .es-bucket-billboard-copy {
    grid-column: 1 / -1;
  }
}

.es-bucket-billboard .es-bucket-billboard-eyebrow, .es-bucket-billboard .es-bucket-billboard-copy {
  text-align: center;
  color: #5a6673;
  padding: 20px 0;
  line-height: 1.2;
}

.es-bucket-billboard .es-bucket-billboard-eyebrow {
  grid-area: 1 / 3 / 1 / -3;
  padding: 60px 0 0;
}

@media screen and (width <= 768px) {
  .es-bucket-billboard .es-bucket-billboard-eyebrow {
    grid-column: 1 / -1;
  }
}

.es-bucket-hero-meter-homicide, .es-bucket-hero-meter-suicide, .es-bucket-trans-hero-meter, .es-iph-area-chartwrapper {
  --hero-chart-height: 40vmin;
  grid-column: 2 / -2;
  margin-bottom: 80px;
  display: grid;
  position: relative;
}

.es-bucket-hero-meter-homicide .es-source-wrapper, .es-bucket-hero-meter-suicide .es-source-wrapper, .es-bucket-trans-hero-meter .es-source-wrapper, .es-iph-area-chartwrapper .es-source-wrapper {
  text-align: center;
  margin-top: 20px;
}

@media screen and (width <= 768px) {
  .es-bucket-hero-meter-homicide, .es-bucket-hero-meter-suicide, .es-bucket-trans-hero-meter, .es-iph-area-chartwrapper {
    margin-top: 20px;
  }
}

.es-hero-meter-inner {
  position: relative;
}

.es-hero-meter-textwrapper {
  height: var(--hero-chart-height);
  text-align: left;
  width: 45%;
  padding-left: 5%;
  display: inline-block;
  position: relative;
  top: 0%;
  left: 0;
}

@media screen and (width <= 768px) {
  .es-hero-meter-textwrapper {
    float: right;
    width: 65%;
    height: 0;
    padding-left: 2.5%;
    display: inline-block;
    position: relative;
  }
}

.es-hero-meter-text {
  grid-column: 11 / 17;
  font-family: GT Super Text;
  font-size: 28px;
}

@media screen and (width <= 768px) {
  .es-hero-meter-text {
    text-align: left;
    grid-column: 2 / -2;
    margin-top: 20px;
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (width >= 768px) {
  .es-hero-meter-text {
    position: relative;
    top: 15%;
  }
}

@media screen and (width >= 769px) and (width <= 820px) {
  .es-hero-meter-text {
    grid-column: 12 / -1;
    font-size: 19px;
    line-height: 1;
  }
}

@media screen and (width >= 821px) and (width <= 1060px) {
  .es-hero-meter-text {
    grid-column: 12 / -1;
    font-size: 19px;
    line-height: 1;
    position: relative;
    top: 15%;
  }
}

@media screen and (width >= 1061px) and (width <= 1300px) {
  .es-hero-meter-text {
    grid-column: 12 / -3;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    top: 15%;
  }
}

@media screen and (height <= 900px) {
  .es-hero-meter-text {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media screen and (height <= 600px) {
  .es-hero-meter-text {
    grid-column-end: -2;
    font-size: 16px;
    line-height: 1.2;
  }
}

.es-hero-meter-number {
  font-size: calc(var(--hero-chart-height) * .3);
  color: #e03c31;
  width: 100%;
  font-family: GT Super Text;
  position: relative;
  top: 20%;
  right: 0%;
  display: inline-flex !important;
}

.es-hero-meter-number:after {
  content: "%";
}

@media screen and (width <= 768px) {
  .es-hero-meter-number {
    width: 100%;
    font-size: calc(var(--hero-chart-height) * .4);
    line-height: 1;
    position: relative;
    top: 0%;
  }
}

.es-hero-chartwrapper {
  width: 100%;
  display: inline-flex;
  position: relative;
}

.es-hero-chart {
  height: var(--hero-chart-height);
  width: 45%;
  margin-right: 5%;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-hero-chart {
    --hero-chart-height: 30vmin;
    width: 35%;
    display: inline-flex;
  }
}

.es-hero-chart .es-hero-meter-chart {
  height: var(--hero-chart-height);
  width: var(--hero-chart-height);
  z-index: 1;
  position: absolute;
  right: 0%;
  transform: translateX(0%);
}

@media screen and (width <= 768px) {
  .es-hero-chart .es-hero-meter-chart {
    transform: unset;
  }
}

.es-hero-chart .es-hero-meter-chart .hero-meter-chart-thincircle {
  stroke: #d2d3d5;
}

@media screen and (width <= 768px) {
  .es-hero-chart .es-hero-meter-chart .hero-meter-chart-thincircle {
    stroke-width: 20px;
  }
}

.es-hero-chart .es-hero-meter-chart .hero-meter-chart-dot {
  fill: #d2d3d5;
  display: none;
}

@media screen and (width <= 768px) {
  .es-hero-chart .es-hero-meter-chart .hero-meter-chart-dot {
    r: 1.5;
  }
}

.es-hero-chart .es-hero-meter-chart .HeroMeterChartGradientRight-stop1, .es-hero-chart .es-hero-meter-chart .HeroMeterChartGradientRight-stop2, .es-hero-chart .es-hero-meter-chart .HeroMeterChartGradientLeft-stop1, .es-hero-chart .es-hero-meter-chart .HeroMeterChartGradientLeft-stop2 {
  stop-color: #ff352e;
}

.es-area-chartwrapper {
  position: relative;
}

.es-area-chartwrapper .es-area-chartlegend {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (orientation: landscape) and (height <= 800px) {
  .es-area-chartwrapper .es-area-chartlegend {
    transform: scale(.7)translateY(-70%);
  }
}

.es-area-chartwrapper .es-area-chartlegend {
  color: #fff;
  text-align: center;
  letter-spacing: -.2px;
  max-width: 13em;
  font-family: GT America;
  font-size: 28px;
  line-height: 34px;
}

@media screen and (width <= 768px) {
  .es-area-chartwrapper .es-area-chartlegend {
    text-align: center;
    letter-spacing: -.2px;
    font-size: 18px;
    line-height: 24px;
  }

  .es-area-chartwrapper .es-area-chartlegend div {
    line-height: 20px;
  }
}

.es-area-chartwrapper .es-area-legendnumber {
  margin-bottom: 22px;
  font-family: GT Super Text;
  font-size: 64px;
  line-height: 64px;
  display: block;
}

@media screen and (width <= 768px) {
  .es-area-chartwrapper .es-area-legendnumber {
    margin-bottom: 0;
  }
}

.es-area-chartwrapper .es-area-chart {
  width: calc(100vh - 275px);
  max-width: 450px;
}

@media (orientation: portrait) {
  .es-area-chartwrapper .es-area-chart {
    max-width: calc(100vw - 40px);
  }
}

@media (orientation: landscape) {
  .es-area-chartwrapper .es-area-chart {
    min-width: 250px;
  }
}

.es-area-chartwrapper .es-area-chart {
  margin: auto;
}

.es-area-chartwrapper .es-area-chart-inner {
  position: relative;
}

.es-area-chartwrapper .es-source-wrapper {
  text-align: center;
  margin-top: var(--general-spacing);
}

@media screen and (orientation: landscape) and (height <= 800px) {
  .es-area-chartwrapper .es-source-wrapper {
    margin-top: 20px;
  }
}

.es-source-wrapper-disambiguated {
  border: 1px solid #5a6673;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.es-typo-subheader1 {
  display: inline;
}

.es-firearms-source {
  vertical-align: top;
  text-align: center;
  width: 100%;
  line-height: 1 !important;
}

.es-source-firearm-caption {
  font-size: 14px !important;
}

@media screen and (width <= 768px) {
  .es-source-firearm-caption {
    font-size: 10px !important;
  }
}

.es-source-firearm-caption {
  top: 0 !important;
}

.es-source-question {
  line-height: 19px !important;
}

.es-font-color-s400.es-typo-body {
  display: inline;
}

.es-font-color-s200.es-typo-subheader1 {
  display: block !important;
}

.es-landng-linechart-disambiguated {
  display: inline;
}

.es-meta-off {
  display: none;
}

.es-v-bar-graph {
  grid-column: 3 / -3;
  margin-bottom: 80px;
}

.es-v-bar-graph .es-source-wrapper {
  margin-top: 10px;
}

.es-v-bar-graph .es-v-bar-graph-y-axis {
  margin-left: 35%;
}

@media screen and (width <= 768px) {
  .es-v-bar-graph .es-v-bar-graph-y-axis {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-v-bar-graph .es-v-bar-graph-y-axis {
    margin-bottom: 15px;
  }
}

.es-v-bar-graph .es-graph-row {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media screen and (width <= 768px) {
  .es-v-bar-graph .es-graph-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
    position: relative;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-v-bar-graph .es-graph-row {
    margin-bottom: 2px;
  }
}

.es-v-bar-graph .es-graph-row .es-graph-bar-wrapper {
  width: 65%;
  height: calc(20vh - 90px);
  max-height: 50px;
  margin: 5px 0;
  position: relative;
}

@media screen and (width <= 768px) {
  .es-v-bar-graph .es-graph-row .es-graph-bar-wrapper {
    width: 100%;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-v-bar-graph .es-graph-row .es-graph-bar-wrapper {
    height: calc(20vh - 63px);
    max-height: 20px;
    margin: 0;
  }
}

.es-v-bar-graph .es-graph-row .es-graph-bar-wrapper .es-graph-bar {
  width: calc(var(--vbchart-value) * 1%);
  background: #a9b3bc;
  transition: all .3s ease-in;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.es-v-bar-graph .es-graph-row .es-graph-bar-wrapper .es-graph-bar.firearm {
  background: #004073;
}

.es-v-bar-graph .es-graph-row .es-graph-label, .es-v-bar-graph .es-graph-row .es-graph-stat {
  text-transform: uppercase;
  padding: 0 15px;
}

.es-v-bar-graph .es-graph-row .es-graph-label {
  text-align: end;
  width: 142px;
}

@media screen and (width <= 768px) {
  .es-v-bar-graph .es-graph-row .es-graph-label {
    padding-left: 0;
  }

  .es-v-bar-graph .es-graph-row .es-graph-stat {
    transform: translateY(-50%) translateX(calc(-100% * var(--vbchart-low)));
    z-index: 1;
    color: var(--vbchart-color);
    top: calc(50% + 10px);
    left: calc(var(--vbchart-value) * 1%);
    font-size: 1.5em;
    position: absolute;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .es-v-bar-graph .es-graph-row .es-graph-stat {
    font-size: 3vh;
  }
}

.es-downloads-and-links {
  grid-area: content;
}

#footer, #content, .main-header {
  display: none;
}

.es-loader {
  z-index: 100000;
}

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