#bglede {
  height: 200px;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#bglede #ledePhoto {
  background: url("../img/lede-img-1600px.png") no-repeat center center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*#ledePhoto {
  -webkit-animation: blur 4s;
}

@-webkit-keyframes blur {
  0%  { -webkit-filter: blur(14px); }
  100% { -webkit-filter: blur(0px); }
}*/

#bglede .article-title {
  font-size: 62px;
  line-height: 64px;
  color: #fff;
  position: relative;
  top: 22%;
  z-index: 999;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}

#inner-content {
  max-width: 1160px;
  margin: 30px auto 60px auto;
  overflow: hidden;
  position: relative;
}

.copywidth p {
  margin: 60px auto;
  font-size: 19px;
  line-height: 29px;
}

.legend {
  display: block;
  clear: both;
  max-width: 740px;
  margin: 0 auto 40px auto;
  padding: 0px;
}

.legendInner {
  display: inline-block;
  clear: both;
  width: auto;
  margin: 4px auto 4px auto;
  height: 20px;
  padding: 0px;
}

/*.legendInner svg {
  float: left;
  margin-left: 0px;
}*/

.legendSquare {
  height: 18px;
  width: 18px;
  float: left;
  margin-left: 0px;
  overflow: visible;
}

#square1 {
  background-color: #00898a;
}

#square2 {
  background-color: #22b097;
}

#square3 {
  background-color: #44d8a5;
}

#square4 {
  background-color: #66ffb2;
}

.legendLabel {
  display: block;
  position: relative;
  height: 30px;
  font-size: 16px;
  line-height: 18px;
  font-family: "BWHaasText-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #767676;
  float: left;
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 0px 8px;
  top: 1px;
}

.legendInner #firstLabel {
  padding-left: 0px;
  font-family: "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.legendInner:last-child .legendLabel {
  margin-right: 0px;
}

.l-img {
  display: block;
}

.s-img {
  display: none;
}

/* ----- RESPONSIVE STYLES ----- */

@media only screen and (max-width: 1160px) {

  .chartwidth {
    max-width: 95%;
  }

}

@media only screen and (max-width: 1024px) {

  #bglede {
    height: 200px;
  }

  #bglede .article-title {
    font-size: 56px;
    line-height: 58px;
    top: 27%;
    max-width: 80%;
  }

}

@media only screen and (max-width: 850px) {

  #bglede .article-title {
    font-size: 48px;
    line-height: 51px;
  }

  #inner-content {
    margin-top: 20px;
  }

  .copywidth p {
    margin: 40px auto;
    font-size: 17px;
    line-height: 26px;
  }

  .legend {
    margin: 0 auto 22px auto;
  }

  .legendInner {
    height: 16px;
  }

  .legendSquare {
    height: 14px;
    width: 14px;
  }

  .legendLabel {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 12px 0px 0px;
    padding: 0px 0px 0px 4px;
  }

  .l-img {
    display: none;
  }

  .s-img {
    display: block;
  }

}

@media only screen and (max-width: 680px) {

  #bglede {
    height: 180px;
  }

  #bglede .article-title {
    font-size: 40px;
    line-height: 41px;
    max-width: 94%;
    top: 29%;
  }

  .chartwidth {
    max-width: 90%;
  }

}

@media only screen and (max-width: 480px) {

  #bglede {
    height: 150px;
  }

  #bglede .article-title {
    top: 10%;
  }

  #inner-content {
    margin-top: 10px;
  }

  .copywidth p {
    margin: 20px auto;
  }

  .bydek {
    text-align: left;
    font-size: 14px;
  }
}