.article-title {
  font-size: 50px;
  max-width: 1200px;
}
.dek {
  text-align: left;
  max-width: 1160px;
  margin: 0 auto 15px;
}
#inner-content {
  max-width: 90%;
  margin: 30px auto;
}
#footer {
  max-width: 1160px;
  margin: 40px auto;
}
.byline-by,
.timestamp {
  font-size: 12px;
  margin: 10px 0 10px 0;
  color: #626262;
  text-align: center;
}
.timestamp {
  width: auto;
  margin: 10px auto 20px auto;
  font-size: 14px;
}
.timestamp a {
  text-decoration: none;
  color: #626262;
}
.timestamp img {
  margin-left: 2px;
  margin-top: 2px;
  opacity: 0.5;
  vertical-align: sub;
}
.twitter-byline {
  float: left;
  margin-left: 5px;
  padding-top: 2px;
  padding-right: 2px;
  opacity: 0.5;
  vertical-align: sub;
}
#buttons {
  max-width: 410px;
  height: 40px;
  text-transform: capitalize;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  margin: 0px auto 15px auto;
}
.button-group {
  float: left;
}
.play-pause {
  cursor: initial;
  font-family: "HaasTextBold", Arial, Helvetica;
  color: #262626;
  font-size: 18px;
  font-weight: bold;
  min-width: 110px;
  max-width: 300px;
}
.play {
  position: relative;
  background: url("../img/play_buttons.png") no-repeat 0px -38px;
  line-height: 38px;
  width: 38px;
  margin: 0px auto 4px 20px;
  text-transform: capitalize;
  top: -18px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.play:hover {
  cursor: initial;
  color: #767676;
  background: url("../img/play_buttons.png") no-repeat 0px 0px;
}
.play.pause {
  background: url("../img/play_buttons.png") no-repeat -38px -38px;
}
.play.pause:hover {
  background: url("../img/play_buttons.png") no-repeat -38px 0px;
}
.play p {
  margin-left: 50px;
}
.pause {
  position: relative;
  cursor: initial;
  font-family: "HaasTextBold", Arial, Helvetica;
  color: #262626;
  background: url("../img/pause_buttons.png") no-repeat -38px -38px;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  max-width: 300px;
  margin: 0px auto 4px 20px;
  text-transform: capitalize;
  top: -18px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.pause:hover {
  cursor: initial;
  color: #767676;
  background: url("../img/pause_buttons.png") no-repeat -38px 0px;
}
.pause p {
  margin-left: 50px;
}
.graphic-button-container {
  max-width: 550px;
  height: 40px;
  text-transform: capitalize;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  margin: 0px 40px 15px 40px;
}
.graphic-button {
  float: left;
  width: 165px;
  text-align: center;
  padding: 10px 8px 10px 10px;
  overflow: hidden;
  border: solid;
  border-color: #fff;
  border-width: 2px;
  margin-left: -1px;
  padding: 10px;
  font-family: "HaasText", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #767676;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  background-color: #ddd;
  cursor: pointer;
}
.button-label {
  color: #999;
  font-family: "HaasText", "Georgia";
  font-size: 14px;
  width: 300px;
  margin: 15px auto 0px auto;
}
.graphic-button:hover {
  background-color: #262626;
  color: #fff;
}
.graphic-button-active {
  background-color: #262626;
  color: #fff;
}
.graphic-button-container div {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.graphic-button-container div {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.graphic-button-container div:nth-child(2) {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.graphic-button-container div:first-child {
  -webkit-border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.graphic-button-container div:last-child {
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.graphic-button-container.disabled .graphic-button-active,
.graphic-button-container.disabled .graphic-button:hover {
  background-color: #ddd;
  color: #767676;
  pointer-events: none;
}
.mobileImg {
  display: none;
}
#animationLink {
  font-family: "HaasTextBold", Arial, Helvetica;
  color: #262626;
}
#animationLink:hover {
  color: #767676;
  cursor: pointer;
}
.land {
  fill: #ddd;
}
.border {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.point {
  fill: #363636;
  opacity: 0;
  stroke: #fff;
  stroke-width: 0.5px;
  transition: all 0.15s ease-in-out, stroke-width 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out, stroke-width 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out, stroke-width 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out, stroke-width 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out, stroke-width 0.15s ease-in-out;
  pointer-events: visible;
}
.bubbles {
  fill: none;
  opacity: 0.6;
  stroke: rgba(255,255,255,0.6);
  stroke-width: 0.5px;
  transition: all 0.15s ease-in-out, stroke-width 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out, stroke-width 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out, stroke-width 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out, stroke-width 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out, stroke-width 0.15s ease-in-out;
  pointer-events: visible;
}
.bubbles:hover {
  stroke-width: 1.5px;
}
.hover {
  fill: #f00;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
}
.circle-axis line {
  stroke-width: 1px;
  stroke: #a6a6a6;
  shape-rendering: crispEdges;
}
.circle-axis circle {
  stroke-width: 2px;
  stroke: #ddd;
  stroke-dasharray: 4, 1;
  fill: none;
}
svg {
  font: 11px "HaasDisplay-regular", Helvetica;
}
.line {
  pointer-events: none;
}
.axis path,
.axis line {
  fill: none;
  stroke: #aaa;
  shape-rendering: crispEdges;
}
.axis,
.circle-axis {
  font-family: "HaasDisplay-regular", "Helvetica";
  font-size: 12px;
  fill: #676d6b;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.axis--y path {
  display: none;
}
.voronoi path {
  fill: none;
  pointer-events: all;
}
.voronoi--show path {
  stroke: #f00;
  stroke-opacity: 0.2;
}
.century-avg path {
  stroke: #999;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: 3px;
}
.gray-line {
  fill: none;
  stroke: #aaa;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: 3px;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.color-line {
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: 3px;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.color-area {
  cursor: pointer;
  stroke-linejoin: round;
  stroke-linecap: round;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.color-line.record,
.color-line.century {
  stroke-width: 3px;
}
.color-line.record.highlighted-path {
  stroke-width: 3px;
}
.gray-line.highlighted-path {
  stroke-width: 3px;
}
.color-line.record.max {
  stroke-width: 3px;
}
.avg-line {
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: 3px;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
/*stroke-dasharray '2,5'*/
}
.avg-label {
  opacity: 1;
  color: #767676;
  background-color: transparent;
  position: absolute;
  width: 90px;
  text-align: center;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.voronoi path {
  fill: none;
  pointer-events: all;
}
.voronoi--show path {
  stroke: #f00;
  stroke-opacity: 0.2;
}
.voronoi--show pathhover {
  fill: #f00;
  opacity: 0.8;
}
.chart-label,
.map-label {
  pointer-events: none;
  font-family: "HaasTextBold", Arial, Helvetica;
  text-align: center;
  color: #767676;
  font-size: 22px;
}
.chart-label {
  position: absolute;
  top: 65px;
  width: 100%;
}
.map-label {
  opacity: 0;
  line-height: 80px;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  top: 325px;
  width: 80%;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  -ms-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}
.chart-legend {
  font-family: "HaasText", Arial, sans-serif;
  font-size: 12px;
  color: #767676;
  position: absolute;
  top: 120px;
  width: 100%;
}
.chart-legend .key-item {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.chart-legend div {
  width: 50%;
  margin: 0 auto;
}
.chart-legend div div {
  float: left;
  margin: 0 5px 0 0;
  width: 110px;
}
.chart-legend div div div {
  width: 80px;
  margin: 0 5px 0 0;
  float: left;
}
.chart-legend div .rect {
  margin: 3px 5px 5px 0;
  width: 10px;
  height: 10px;
  float: left;
}
#graphic {
  max-width: 1160px;
  margin: 40px auto 20px;
  position: relative;
}
#chart {
  padding-top: 40px;
  margin: 0 auto;
  float: left;
  position: absolute;
  bottom: 10%;
  right: 0;
}
#map {
  padding-top: 40px;
  margin: 0px auto 0 -7%;
  float: left;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #f00;
  opacity: 0;
}
div.tooltip {
  width: auto;
  height: auto;
  position: fixed;
  z-index: 10;
  box-shadow: 1px 1px 10px #aaa;
  opacity: 0;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.tt-fate {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tt-fate .tt-retire {
  font-weight: normal;
}
.tt-retire,
.tt-name,
.tt-company {
  text-align: left;
  width: auto;
  margin: 0 15px 0 0;
}
.vline {
  stroke: #767676;
  stroke-width: 3;
}
.deadline line {
  stroke-dasharray: 5 1;
}
.deadline text {
  text-anchor: middle;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff;
}
.scrubber {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.18s linear, opacity 0.08s ease-in-out;
  -moz-transition: all 0.18s linear, opacity 0.08s ease-in-out;
  -o-transition: all 0.18s linear, opacity 0.08s ease-in-out;
  -ms-transition: all 0.18s linear, opacity 0.08s ease-in-out;
  transition: all 0.18s linear, opacity 0.08s ease-in-out;
}
.scrubber:hover {
  opacity: 0.9;
}
.scrubber rect {
  pointer-events: none;
  fill: #767676;
  stroke: #767676;
  stroke-width: 10;
  stroke-opacity: 0;
}
.scrubber rect:hover {
  pointer-events: none;
}
.scrubber text {
  text-anchor: middle;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff;
}
#pin {
  display: none;
  background-color: rgba(255,255,255,0.726);
  width: 20px;
  height: 20px;
}
/* MOBILE window less than 568px wide */
@media only screen and (max-width: 1280px) {
  .article-title {
    font-size: 40px;
  }
  .dek {
    font-size: 18px;
  }
  .chart-legend {
    top: 100px;
  }
  .chart-legend div {
    width: 55%;
  }
  .chart-legend .key-item {
    width: 100px;
  }
}
/* MOBILE window less than 568px wide */
@media only screen and (max-width: 1024px) {
  .article-title,
  .video-title,
  .cta-text {
    font-size: 34px;
    line-height: 38px;
  }
  .dek,
  .byline-name,
  .module-description {
    font-size: 16px;
    line-height: 20px;
  }
  .top-banner a {
    font-size: 10px;
  }
  .axis,
  .circle-axis {
    font-size: 11px;
  }
  #map {
    padding-top: 60px;
  }
  #chart {
    bottom: 15%;
  }
  .chart-label {
    top: 50px;
  }
  .chart-legend {
    top: 85px;
  }
  .chart-legend div {
    width: 70%;
  }
  .chart-legend .key-item {
    width: 95px;
  }
}
/* MOBILE window less than 568px wide */
@media only screen and (max-width: 768px) {
  .tt-header.label {
    font-size: 0.4em;
  }
  .axis,
  .circle-axis {
    font-size: 10px;
  }
  .source,
  .updated {
    font-size: 12px;
  }
  .label {
    width: 60px;
    font-size: 10px;
    line-height: 10px;
  }
  #map {
    padding-top: 50px;
  }
  .chart-label {
    top: 45px;
    font-size: 24px;
  }
  .chart-legend {
    top: 85px;
  }
  .chart-legend div {
    width: 78%;
  }
  .chart-legend div div {
    width: 100px;
  }
}
/* MOBILE window less than 568px wide */
@media only screen and (max-width: 767px) {
  .timestamp {
    width: 90%;
  }
  .tt-header.label {
    font-size: 0.4em;
  }
  .axis,
  .circle-axis {
    font-size: 10px;
  }
  .source,
  .updated {
    font-size: 12px;
  }
  .label {
    width: 60px;
    font-size: 10px;
    line-height: 10px;
  }
  #chart {
    padding-top: 0px;
    margin: -50px auto 20px;
    position: relative;
  }
  #map {
    margin: 0px auto 0 -10%;
    padding-top: 20px;
  }
  .map-label,
  .chart-label {
    left: 0;
    font-size: 18px;
  }
  .map-label {
    left: 0;
    top: 185px;
    width: 100%;
  }
  #buttons {
    margin: 0px auto;
  }
  .graphic-button-container {
    margin: 0 40px;
  }
  .graphic-button {
    padding: 10px 5px;
    width: 125px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 430px) {
  .top-banner {
    display: none;
  }
  .tt-header,
  .tt-header.label {
    font-size: 0.6em;
  }
  .axis,
  .source,
  .updated {
    font-size: 10px;
  }
  #chart {
    margin: -100px auto 20px;
  }
  .chart-legend {
    top: 75px;
  }
  .chart-legend .label {
    width: 50px;
    font-size: 8px;
    margin: 0 0;
  }
  .chart-legend div {
    width: 100%;
  }
  .chart-legend div div {
    width: 67px;
    margin: 0 0;
  }
}
/* MOBILE window less than 370px wide */
@media only screen and (max-width: 375px) {
  .axis,
  .source,
  .updated {
    font-size: 10px;
  }
}
