* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
  font-family: "IBM Plex Serif", Times, serif;
  font-weight: 400;
}
body {
  max-width: 740px;
  margin: 0 auto;
  padding: 33px 0;
  font-size: 1em;
  color: #393939;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  margin: 0 0 33px 0;
  font-size: 1.5em;
  font-weight: 600;
  color: #393939;
}
h2 {
  color: #393939;
  font-size: 0.9em;
  font-weight: 400;
  margin: -22px 0 22px 0;
}
h3 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  padding-top: 0;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 0.9em;
  color: #393939;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  margin: 2px 0 7px 0;
  color: #828282;
  font-weight: 600;
  font-size: 0.8em;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 0.8em;
  color: #828282;
}
.footnotes p strong {
  color: #828282;
}
a,
a:link,
a:visited {
  color: #1b6383;
  text-decoration: none;
}
a:hover,
a:active {
  color: #178287;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 11px;
}
.graphic::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -11px 0 33px 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 0.7em;
}
.key .key-item b {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 0.9em;
  color: #393939;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  fill: #393939;
}
.axis path,
.axis line {
  fill: none;
  stroke: none;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #dcdcdc;
  color: #dcdcdc;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #393939;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #19a4ab;
}
.highlight .bars rect {
  fill: #dcdcdc;
}
.highlight .bars .highlight {
  fill: #19a4ab;
}
.labels {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  color: #393939;
  display: table;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text,
.bar text {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  fill: #828282;
}
.value text.in,
.bar text.in {
  fill: #fff;
}
.value text.out,
.bar text.out {
  fill: #828282;
}
.value text.highlight,
.bar text.highlight {
  fill: #19a4ab;
}
.tick line {
  stroke: #dcdcdc;
}
.tick text {
  font-family: "IBM Plex Serif", Times, serif;
  color: #828282;
}
.x text {
  font-family: "IBM Plex Serif", Times, serif;
}
body.hp {
  padding-top: 0;
  padding-bottom: 10px;
}
body.childlink {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
img:not([alt]) {
  outline: 3px solid red;
}
[role="img"] img:not([alt]) {
  outline: none;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
.table-container {
  border-top: 2px solid #178287;
  border-bottom: 2px solid #178287;
}
.table-container tbody {
  display: block;
  width: 100%;
}
.table-container .scroll-yes tbody {
  max-height: 390px;
  overflow-y: auto;
}
.table-container tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-container tr[hidden] {
  display: none;
}
table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  color: #393939;
  font-size: 14px;
}
table thead td {
  font-weight: bold;
}
table tr.shadedrow {
  background-color: #ececec;
  color: #393939;
  font-weight: bold;
}
table thead {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
}
table thead tr th {
  background-color: #178287;
  color: white;
}
table td {
  vertical-align: top;
}
.spark-container {
  width: 100px;
}
.grid {
  display: flex;
  position: relative;
  height: 2em;
  width: 100%;
  align-items: flex-end;
}
.bar {
  margin-right: 2px;
  background-color: #19a4ab;
  position: relative;
  flex: 1;
}
.bar:hover .tooltip {
  display: block;
  padding: 2px;
  border: 1px solid #828282;
  border-radius: 3px;
}
.tooltip {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  display: none;
  color: #393939;
  position: absolute;
  bottom: 110%;
  right: 0%;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  background-color: white;
}
thead {
  cursor: default;
}
thead .arrow-up,
thead .arrow-down {
  cursor: pointer;
}
thead .header,
thead .sorter,
thead .sorter * {
  display: inline-block;
}
thead .sorter {
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  margin-left: 4px;
  color: white;
  font-size: 12px;
  user-select: none;
  /* supported by Chrome and Opera */
}
thead .sorter .arrow-down {
  margin-left: -4px;
}
thead .sort-header[aria-sort="ascending"] .arrow-up {
  color: #f79c75;
}
thead .sort-header[aria-sort="descending"] .arrow-down {
  color: #f79c75;
}
/*
* larger-than-small-screen styles
* ~ defining some desktop-only styles here to avoid
* ~ writing extra mobile styles to undo them.
*/
@media screen and (min-width: 501px) {
  .mobile {
    display: none;
  }
  table th,
  table td {
    padding: 8px 10px;
  }
  table th.number,
  table td.number,
  table th.percent,
  table td.percent,
  table th.dollars,
  table td.dollars {
    text-align: right;
  }
  table thead {
    background-color: #178287 !important;
  }
  table tbody tr:hover {
    background-color: #ececec;
  }
  table tr {
    padding: 6px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  table tr:last-child {
    border-bottom: none;
  }
  table.scroll-yes thead tr {
    width: 98% !important;
  }
}
/*
* small-screen styles
*/
@media screen and (max-width: 500px) {
  tbody {
    display: block;
    width: 100%;
  }
  table thead th {
    display: none;
  }
  table thead .sort-header {
    display: inline-block;
    width: 100%;
    border: 1px solid #fff;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  table .mobile-table-header {
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
  }
  table tr,
  table th,
  table td {
    display: block;
    padding: 0 10px;
    width: 100%;
    white-space: normal;
  }
  table tr[hidden],
  table th[hidden],
  table td[hidden] {
    display: none;
  }
  table tr {
    border-bottom: 1px solid #eee;
  }
  table tr td:first-child {
    padding-top: 6px;
  }
  table tr td:last-child {
    padding-bottom: 6px;
  }
  table tr:last-child {
    border-bottom: none;
  }
  table tr:nth-child(even) {
    background-color: #ececec;
  }
  table td {
    margin-bottom: 6px;
  }
  table td:empty {
    display: none;
  }
  table thead[data-title]:before,
  table td[data-title]:before {
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    content: attr(data-title) ":\00A0";
  }
  .spark-container {
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .grid {
    flex: 0 0 200px;
  }
}
