/*
TEMPLATE STYLES FOR STANDALONE
don't change these. instead, override them in index.html
*/
body,html {
  margin: 0;
  padding: 0;
}
a img, img {
  border:0;
  outline:0;
}
a{
  color: #2B00F7;
}
a:hover{
  color: #262626;
}
.clearboth {
  clear: both;
  height:0;
}

.container {
  max-width:1410px;
  margin:0 auto;
  overflow: hidden;
  position: relative;
}

#inner-content {
  font-family: "TiemposTextWeb-Regular","Georgia";
  font-size:14px;
  max-width:1160px;
  margin:60px auto;
  overflow: hidden;
  position: relative;
}
#infographic {
  padding:0 10px 0 10px;
  min-height: 500px;
  position: relative;
  display: block;
}

ul, ol, dl, dt, dd {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.top-banner {
    font-size: 14px;
    line-height: 20px;
    background: #000;
    padding: 5px 0;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: AvenirNext-Demi, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.top-banner .center {
    margin-left: 60px;
    *zoom: 1;
}
.top-banner .center:before, .top-banner .center:after {
    display: table;
    content: "";
    line-height: 0;
}
.top-banner .center:after {
    clear: both;
}
.top-banner ul>li {
    float: left;
    display: block;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    *zoom: 1;
}
.top-banner ul>li:before, .top-banner ul>li:after {
    display: table;
    content: "";
    line-height: 0;
}
.top-banner ul>li:after {
    clear: both;
}
.top-banner ul>li:first-of-type {
    border-right: 1px solid white;
}
.top-banner a {
    text-decoration: none;
    color: white;
    font-size: 12px;
}
.top-banner a span {
    display: inline-block;
    margin-top: 2px;
    margin-left: 5px;
    position: relative;
    bottom: -3px;
    color: white;
}

#header {
  width:100%;
  height:69px;
  border-bottom: 1px solid #d0d0d0;
  overflow: hidden;
}

#header-logo{
  height: 52px;
  position: relative;
  text-decoration: none;
  margin-top: 8px;
}
#header-logo-mobile {
  height: 42px;
  position: relative;
  text-decoration: none;
  margin-top: 10px;
  text-align: center;
  display: none;
  margin: auto 24px;
  padding-top: 20px;
}
#header-message a {
  float: left;
  font-family: "HaasTextBold",Arial,Helvetica;
  font-weight: bold;
  font-size: 16px;
  margin-top: 25px;
  margin-left: 20px;
  color:#000;
  text-decoration: none;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
#header-message a:hover {
  color:#37169b;
}

#header-rule {
  height:1px;
  width:100%;
  border-top: 1px solid #eaeaea;
}

/* changes for full-width header */
#full-header {
  background-color: #2800D7;
  width:100%;
  height: 70px;
  border-bottom:1px solid #c1c1c1;
  position: relative;
}
#header-logo {
  margin-left: 60px;
  float: left;
}

#header-sharing{
  position: absolute;
  right: 0px;
  top: 20px;
  padding-right: 30px;
  width: 110px;
  z-index: 1;
}
#header-sharing img{
  width: 26px;
}
#header-sharing.stuck{
  position: fixed;
  width:36px;
  padding:0 30px 5px 0;
}
#header-sharing.stuck img{
  width:26px;
}
#header-sharing.stuck img{
  padding-top: 5px;
}
#header-sharing .blue{
  display: none;
}
#header-sharing.stuck .blue{
  display: block;
}
#header-sharing.stuck .white{
  display: none;
}

.header-icon {
  float: right;
  cursor:pointer;
  display: inline-block;
  margin: 0 6px;
  width: 26px;
}

/*
#header-icon-twitter {
  margin-right: 45px;
  margin-top: 10px;
}
#header-icon-fb {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  cursor:pointer;
}
*/

.article-title, .video-title, .cta-text {
  font-family: "HaasDisplayBold","Helvetica";
  font-size: 52px;
  color:#262626;
  max-width: 800px;
  text-align: center;
  margin:0 auto;
  padding:0 10px 0 10px;
}
.nav-header, .module-header, .quote {
  font-family: "TiemposHeadlineWeb-Bold","Georgia";
}
.dek, .byline-name, .module-description {
  font-family: "TiemposTextWeb-Regular","Georgia";
  font-size: 20px;
  color:#767676;
  max-width: 800px;
  text-align: center;
  margin:0 auto 52px;
  padding:0 10px 0 10px;
}
.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;
}

.article-section-header, .curiosity-index-tag, .video-timestamp {
  font-family: "HaasText","Georgia";
}
#footer {
  position: relative;
  border-top:1px solid #ddd;
  width:100%;
  color:#999;
  font-family: "HaasText","Georgia";
  margin-top: 32px;
  padding:10px 10px 0 10px;
  font-size: 12px;
}
.source{
  margin: 2px 20px 4px;
  float: left;
}
.left{
  float: left;
}
.right{
  float: right;
}

/* buttons */
.graphic-button-container {
  max-width:240px;
  margin:15px auto 15px auto;
}

.graphic-button:hover {
  background-color: #37169b;
  color:#fff;
}
.graphic-button-active {
  background-color: #37169b;
  color:#fff;
}
.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:nth-child(2) {
  -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;
}

/* tooltip */
div.tooltip {
  font-family:"Arial","Helvetica";
  position: absolute;
  top:-1000px;
  width: 220px;
  min-height:50px;
  padding: 10px;
  font-size: 13px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid lightgray;
  box-shadow: 1px 1px 10px lightgray;
  color:black;
  pointer-events: none;
}
.tooltip:after, .tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 100;
}
.tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.tooltip:before {
  border-color: rgba(102, 102, 102, 0);
  border-top-color: lightgray;
  border-width: 13px;
  margin-left: -13px;
}
.tooltip-hidden{
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=@{0})";
  filter: ~"alpha(opacity=@{0})";
}
.bannerbox {
  width: 100%;
  height: 112px;
  position: relative;
  background-color: #eee;
}
.bannerbox .bannerad {
  width: 728px;
  height: 90px;
  background-color: #fff;
  margin: 0 auto;
  top: 10px;
  position: relative;
}

/*
responsive
*/

#infographic-tablet {
  display: none;
}
#infographic-mobile {
  display: none;
}
#infographic-mobile p {
  color: #767676;
}
img.infographic {
  width: 100%;
}



/* FULL SIZE container at 1160px*/
@media only screen and (max-width: 1200px) {
  #header-sharing.stuck{
    padding:0 5px 5px 0;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1160px) {
  #infographic {
    display: block;
  }
  #infographic-tablet {
    display: none;
  }
  #infographic-mobile {
    display: none;
  }
}


/* TABLET SIZE container at 980px*/
@media only screen and (max-width: 979px)  {
  #infographic {
    display: none;
  }
  #infographic-tablet {
    display: block;
  }
  #infographic-mobile {
    display: none;
  }
  #inner-content{
    margin-left: 20px;
    margin-right: 20px;
  }
  .tophat__links {
    margin-left: 10px;
  }
  #header-logo, .top-banner .center {
    margin-left: 24px;
    margin-right: 24px;
  }
  #header-sharing{
    padding-right: 14px;
  }
}

@media only screen and (max-width: 728px)  {
  .bannerbox{
    display: none;
  }
  #header-sharing.stuck{
    padding:0 0 5px 0;
  }
}
@media only screen and (max-width: 680px)  {
  #header-message {
    display: none;
  }
  #header-divider-right {
    display: none;
  }
  #header-sharing{
    top: auto;
    bottom: 10px;
    padding-right: 0;
    width:36px;
  }
  #header-rule {
    display: none;
  }
  #header-logo {
    display: none;
  }
  #header-logo-mobile {
    display: block;
    width: 60%;
  }
  #infographic {
    display: none;
  }
  #infographic-tablet {
    display: none;
  }
  #infographic-mobile {
    display: block;
  }
  .right,.left {
    float: none;
    padding: 0;
    margin: 0;
  }
  .tophat__links {
    margin-left: 5px;
  }
}

.social-share__more{
  display: none;
  opacity: 0;
}
#animationLink {
  font-family: "HaasTextBold",Arial,Helvetica;
  color:#262626;
}

#animationLink:hover{
  color:#767676;
  cursor: pointer;
}
  body{
    height: 640px;
  }
  iframe{
    width: 100%;
    height: 680px;
  }
  .dek{
    text-align: left;
    max-width: 1160px;
    margin: 0 auto 25px;
  }
  #inner-content{
  	max-width: 90%;
  	margin: 30px auto;
  }
  #chart{
    /*float: right;*/
    margin: 0 auto 0 -40px;
    max-width:1160px;
  }
  #graphic{
    max-width: 1160px;
    margin: auto;
  }
  .caption{
    color: #999;
    font-family: "HaasText","Georgia";
    margin-top: 32px;
    padding: 0 5%;
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
  }
  .source{
    color: #999;
    font-family: "HaasText","Georgia";
    margin-bottom: 32px;
    padding: 10px 10px 0 10px;
    font-size: 14px;
  }
  .updated{
    color: #999;
    font-family: "HaasText","Georgia";
    margin-top: 32px;
    padding: 10px 30px;
    font-size: 14px;
    float: right;
  }

  svg{
    display: inherit;
    margin: 0 auto;
  }
  #map{
    margin: 0 auto 20px;
  }
  .year{
    font-size: 2em;
    font-family: "HaasDisplay-regular","Helvetica";
    font-weight: 500;
    display: 'block';
    opacity: 1;
    margin: auto;
    color: rgb(103,109,107);
  }

  .land {
    fill: #ddd;
  }

  .border {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-linecap: round;
  }

  .bubbles {
    fill: none;
    opacity: .6;
    stroke: #fff;
    stroke-width: .5px;
    -webkit-transition: opacity .35s ease-in-out, stroke-width .15s ease-in-out;
    -moz-transition: opacity .35s ease-in-out, stroke-width .15s ease-in-out;
    -o-transition: opacity .35s ease-in-out, stroke-width .15s ease-in-out;
    -ms-transition: opacity .35s ease-in-out, stroke-width .15s ease-in-out;
    transition: opacity .35s ease-in-out, stroke-width .15s ease-in-out;
    pointer-events:none;
  }
  .bubbles.fade {
    fill: none;
    opacity: 0;
    stroke: #fff;
    stroke-width: .5px;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    pointer-events:none;
  }

  .bubbles:hover {
    /*stroke: #000;*/
    /*stroke-width: 5px;*/
  }

  .active {
    fill: #c00;
  }

  .inactive path {
    fill: #aaa;
  }

  .hide {
    opacity: 0;
    display: none;
  }

  #pattern-states{
    fill:#2800D7;
  }

  #pattern-counties{
    fill:#FB8E1E;
  }

  .bubbles.state{
  /*	stroke-width:2px;
    stroke:#2800D7;
    fill:url(#pattern-states);*/
    fill:#2800D7;
  }

  .bubbles.county{
  /* stroke-width:2px;
    stroke:#FB8E1E;
    fill:url(#pattern-counties);*/
    fill:#FB8E1E;
  }

  .bubbles.basin{
  /*	stroke-width:2px;
    stroke:#FB8E1E;
    fill:url(#pattern-counties);*/
    fill:#f0f;
  }

  .geo-group {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
  }

  .geo-group.geo-hide {
    opacity: 0;
  }
  .geo-hide .voronoi{
    opacity: 0;
    display: none;
  }

 svg {
   font: 11px "HaasDisplay-regular",Helvetica;
 }

 .axis path,
 .axis line {
   fill: none;
   stroke: #aaa;
   shape-rendering: crispEdges;
 }

 .axis{
   font-family: "HaasDisplay-regular","Helvetica";
   font-size:14px;
   fill:rgb(103,109,107);
   -webkit-transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -o-transition: opacity .5s ease-in-out;
   -ms-transition: opacity .5s ease-in-out;
   transition: opacity .5s ease-in-out;
 }
 .axis--y text{
   fill:#2800D7;
 }
 .axis--y path {
   display: none;
 }

 .axis--x{
  font-size: 12px;
  fill:#2800D7;
 }

 .axis {
  font-size: 12px;
  font-family: sans-serif;
 }

 .axis path,
 .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
  opacity: 1;
 }

 .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;
 }

 .voronoi path {
   fill: none;
   pointer-events: all;
 }

 .voronoi--show path {
   stroke: red;
   stroke-opacity: .2;
 }
 .voronoi--show path:hover {
   fill: red;
   opacity: .8;
 }
 .century-avg path{
   stroke: #999;
   stroke-linejoin: round;
   stroke-linecap: round;
   stroke-width: 3px;
 }

 .circle{
  fill:#fff;
  stroke:#2800D7;
  stroke-width:3px;
 }
 .gray-line{
   fill: none;
   stroke: #aaa;
   stroke-linejoin: round;
   stroke-linecap: round;
   stroke-width: 3px;
   -webkit-transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -o-transition: opacity .15s ease-in-out;
   -ms-transition: opacity .15s ease-in-out;
   transition: opacity .15s ease-in-out;
 }

 .color-line{
   fill: none;
   stroke-linejoin: round;
   stroke-linecap: round;
   stroke-width: 3px;
   -webkit-transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -o-transition: opacity .15s ease-in-out;
   -ms-transition: opacity .15s ease-in-out;
   transition: opacity .15s ease-in-out;
 }
 .color-area{
   stroke-linejoin: round;
   stroke-linecap: round;
   -webkit-transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -o-transition: opacity .15s ease-in-out;
   -ms-transition: opacity .15s ease-in-out;
   transition: opacity .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 .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -o-transition: opacity .15s ease-in-out;
   -ms-transition: opacity .15s ease-in-out;
   transition: opacity .15s ease-in-out;
   /*stroke-dasharray: '2,5';*/
 }

 .avg-label{
   opacity: 1;
   color: #767676;
   background-color: transparent;
   position: absolute;
   width: 90px;
   text-align: center;
 }
 #year{
   background-color: transparent;
   opacity: .9;
   font-size: 3em;
   color:rgb(103,109,107);
   -webkit-transition: top .25s ease-in-out;
   -moz-transition: top .25s ease-in-out;
   -o-transition: top .25s ease-in-out;
   -ms-transition: top .25s ease-in-out;
   transition: top .25s ease-in-out;
 }
 .tt-header{
   font-family: "HaasDisplay-regular","Helvetica";
   font-weight: 500;
   display: 'block';
   opacity: 1;
   width: 'auto';
   height: 'auto';
   position: 'absolute';
   background: 'transperant';
   -webkit-transition: top .25s ease-in-out;
   -moz-transition: top .25s ease-in-out;
   -o-transition: top .25s ease-in-out;
   -ms-transition: top .25s ease-in-out;
   transition: top .25s ease-in-out;
   -webkit-transition: left .5s ease-in-out;
   -moz-transition: left .5s ease-in-out;
   -o-transition: left .5s ease-in-out;
   -ms-transition: left .5s ease-in-out;
   transition: left .5s ease-in-out;
 }
 .tt-header.label{
   font-size: .8em;
 }
 .record-year{
   font-family: "HaasTextBold",Arial,Helvetica;
   text-transform: capitalize;
   color: rgb(234, 28, 32);
   display: block;
   font-size: .5em;
   width: 160px;
   height: auto;
   position: absolute;
   text-align:center;
   -webkit-transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -o-transition: opacity .15s ease-in-out;
   -ms-transition: opacity .15s ease-in-out;
   transition: opacity .15s ease-in-out;
 }


 .tt-value{
   -webkit-transition: top .25s ease-in-out;
   -moz-transition: top .25s ease-in-out;
   -o-transition: top .25s ease-in-out;
   -ms-transition: top .25s ease-in-out;
   transition: top .25s ease-in-out;
 }

 .moving-line{
   fill:none;
 }

 .chart{
   position: relative;
   z-index: 0;
   background-color: #fff;
   height: auto;
   padding-bottom: 0;
 }

 .chart svg{
   /*opacity: 0;*/
   -webkit-transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -o-transition: opacity .25s ease-in-out;
   -ms-transition: opacity .25s ease-in-out;
   transition: opacity .25s ease-in-out;
 }

 .overlay {
  /*fill: none;*/
  pointer-events: all;
 }

 .tt-text {
  margin: 20px 0 -20px 0;
 }

 .tooltip, #overlay{
   pointer-events:none;
 }
 /* tooltip */
 div.tooltip {
   font-family:"Arial","Helvetica";
   position: absolute;
   top:-1000px;
   width: 220px;
   min-height:50px;
   padding: 5px;
   font-size: 14px;
   background: rgba(255, 255, 255, .98);
   border: 1px solid lightgray;
   box-shadow: 1px 1px 10px lightgray;
   color:#767676;
   pointer-events: none;
   text-align: center;
 }
 .tooltip:after, .tooltip:before {
   top: 100%;
   left: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
   z-index: 100;
 }
 .tooltip.map:after {
   display: block;
   border-color: rgba(255, 255, 255, 0);
   border-top-color: #fff;
   border-width: 8px;
   margin-left: -8px;
 }
 .tooltip.map:before {
   display: block;
   border-color: rgba(102, 102, 102, 0);
   border-top-color: lightgray;
   border-width: 9px;
   margin-left: -9px;
 }
 .tooltip-hidden{
   -webkit-transition: opacity .3s ease;
   -moz-transition: opacity .3s ease;
   -o-transition: opacity .3s ease;
   transition: opacity .3s ease;
   -moz-opacity: 0;
   -khtml-opacity: 0;
   -webkit-opacity: 0;
   opacity: 0;
   -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=@{0})";
   filter: ~"alpha(opacity=@{0})";
 }

 .tooltip .tt-mon {
   /*margin-bottom: 10px;*/
 }
 .tt-val {
   margin: 5px 0;
   font-size: 16px;
   line-height: 16px;
 }
 .axis.tt-val, .axis.tt-value{
   text-align: left;
 }
 .axis.max-year-label {
   text-align: center;
   color: rgb(234, 28, 32);
   opacity: 0;
   -webkit-transition: opacity 1.5s ease-in-out;
   -moz-transition: opacity 1.5s ease-in-out;
   -o-transition: opacity 1.5s ease-in-out;
   -ms-transition: opacity 1.5s ease-in-out;
   transition: opacity 1.5s ease-in-out;
   font-size: 16px;
   font-weight: bold;
 }
 .axis.max-year-label.show {
   -webkit-transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -o-transition: opacity .15s ease-in-out;
   -ms-transition: opacity .15s ease-in-out;
   transition: opacity .15s ease-in-out;
 }
 .tooltip .tt-ry, .tooltip .tt-rm {
   font-size: 14px;
 }
 .tt{
   position: absolute;
   width: auto;
   height: auto;
   z-index: 10;
 }
 .tt.tt-val{
   color:#fff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    -o-border-radius: 5px;
   border-radius: 5px;
 }
 .tt.circle{
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -o-border-radius: 50%;
   border-radius: 50%;
   width: 2px;
 }

 .article-title{
   text-align: center;
 }

 .label{
   width: 60px;
   height: auto;
   position: absolute;
   z-index: 10;
   font-family: "HaasText","Georgia";
   color: #999;
   font-size: 12px;
   line-height: 12px;
   top:-10px;
   -webkit-transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -o-transition: opacity .25s ease-in-out;
   -ms-transition: opacity .25s ease-in-out;
   transition: opacity .25s ease-in-out;
 }
 .label.right{
   right:0px;
   text-align: right;
   color:#FB8E1E;
 }
 .label.left{
   color:#2800D7;
 }

 .key-x{
   max-width: 1030px;
   margin: 0px auto 10px;
   text-align: left;
   -webkit-transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -o-transition: opacity .35s ease-in-out;
   -ms-transition: opacity .35s ease-in-out;
   transition: opacity .35s ease-in-out;
 }

 .key-basin{
   /*display: none;*/
   max-width: 1030px;
   margin: 0px auto 10px;
   text-align: left;
   -webkit-transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -o-transition: opacity .35s ease-in-out;
   -ms-transition: opacity .35s ease-in-out;
   transition: opacity .35s ease-in-out;
 }
 .key-basin > div {
   display: inline-block;
   margin-right: 20px;
 }
 .key-basin > div:first-child {
   display: inline-block;
   margin-left: 20px;
 }

 .key-basin .swatch {
   display: inline-block;
   width: 10px;
   height: 10px;
   margin-right: 4px;
 }

  .key-basin > div {
    display: inline-block;
    margin-right: 4px;
  }

  .key-basin span {
    display: none;
  }

  .key-basin span.swatch {
    display: inline-block;
    width: 15px;
    height: 10px;
  }

 /* buttons */
 #buttons {
   max-width:1000px;
   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 .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -o-transition: opacity .15s ease-in-out;
   -ms-transition: opacity .15s ease-in-out;
   transition: opacity .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 .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -o-transition: opacity .15s ease-in-out;
   -ms-transition: opacity .15s ease-in-out;
   transition: opacity .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:300px;
   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: 150px;
   text-align: center;
   padding: 10px 8px 10px 10px;
   overflow: hidden;
   border: solid;
   border-color: white;
   border-width: 2px;
   margin-left: -1px;
   padding: 10px;
   font-family: "HaasText",Arial,sans-serif;
   font-size: 15px;
   font-weight: 500;
   color: #767676;
   transition: .3s all;
   -webkit-transition: .3s all;
   -moz-transition: .3s all;
   background-color: #ddd;
   cursor: pointer;
 }
 .trajectory-btn{
  width: 100px;
 }
 .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;
   cursor: initial;
 }
 .mobileImg{
  display: none;
 }

 .logo {
  max-width: 1160px;
  text-align: right;
  margin: auto;
  padding:0 10px 0 10px;
 }

 @media only screen and (max-width: 1020px)  {
  .graphic-button-container{
    margin: 0px 0px 15px 0px;
    width: 270px;
  }
  .button-label{
    margin: 0px 10px 0px 10px;
    width: 200px;
  }
  .graphic-button-container .geo-btn{
    width: 90px;
  }

  .trajectory-btn {
    width: 90px;
  }

  .caption{
    padding: 0;
  }
 }

 /* MOBILE window less than 568px wide */
 @media only screen and (max-width: 600px)  {
   .tt-header.label{
     font-size: .4em;
   }
   .axis.axis--x{
     font-size: 10px;
   }
   .source,.updated{
     font-size: 12px;
   }
   .label{
     width: 60px;
     font-size: 10px;
     line-height: 10px;
   }
  .inactive{
    opacity: .3;
  }
 }

 @media only screen and (max-width: 430px)  {
   .tt-header, .tt-header.label{
     font-size: .6em;
   }
   .axis,.source,.updated{
     font-size: 10px;
   }
   .top-banner{
    display: none;
   }
   .key-basin span.swatch{
    width: 0px;
   }
   .caption{
    font-size: 10px;
    line-height: 5px;
   }
   .mobileImg{
    display: block;
   }
   iframe{
    display: none;
   }
   #chart{
    margin: 0 auto;
   }
 }

 /* MOBILE window less than 370px wide */
 @media only screen and (max-width: 375px)  {

 }






 /* MOBILE window less than 568px wide */
 @media only screen and (max-width: 568px)  {
   #inner-content {
     margin-top: 30px;
     margin-left: 10px;
     margin-right: 10px;
   }
   .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;
   }

 }
 /* MOBILE window less than 360px wide */
 @media only screen and (max-width: 360px)  {
   .tophat .tophat__links a {
     font-size: 0.65rem;
   }
 }


 .terminal #bbg-biz-header{
   display: none;
 }

 .terminal .twitter-byline{
   display: none;
 }

 .terminal .t-hide, .terminal #full-header, .terminal .top-banner, .terminal .tophat, .terminal .bannerbox, .terminal .twitimg, .terminal .sticky-share{
   display: none !important;
 }
