*,*:after,*:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

.copyblock {
  margin: 10px auto;
}

.copywidth {
  max-width: 740px;
}

.bydek {
  margin-top: 50px;
}

.introPara {
  font: 21px/30px "TiemposTextWeb-Regular","Georgia", serif;
}

#graphic section {
  padding: 20px 0px 0px 0px;
  margin-top: 60px;
  transition: opacity 0.4s ease-in-out;
  text-align: center;
}
section .titleRule {
  border-top: 5px solid #fa1e64;
  width: 120px;
  margin: 0 auto;
}
section .title {
  font-family: "HaasDisplayBold", "Helvetica Neue", Arial, Helvetica;
  font-size: 32px;
  margin: 10px 0;
  color: #262626;
  padding-top: 5px;
  transition: all 0.18s ease-in-out;
}
section .text {
  font-family: "BWHaasText-55Roman", "Helvetica Neue", Arial, Helvetica;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0px 0px 0px;
  color: #767676;
  text-align: left;
  transition: all 0.18s ease-in-out;
}
section .placeholder {
  display: block;
  max-width: 1160px;
  height: 1000px;
  background-color: #efefef;
  padding: 50px;
  font-size: 42px;
  margin: 0 auto;
}

section .note {
  margin: 40px auto 0px auto;
  padding: 0 4px;
  max-width: 740px;
  font: 500 14px/18px "BWHaasText-55Roman", "Helvetica Neue", Arial, Helvetica;
  color: #767676;
}

.centeredText {
  text-align: center;
  display: block;
}

/* ----- 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: 85%;
  }

}

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

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

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

}

@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: 200px;
  }

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

  .introPara {
    font-size: 18px;
    line-height: 26px;
  }

  .copywidth p {
    margin: 20px auto;
  }

  .bydek {
    text-align: left;
    font-size: 14px;
  }
  section {
    padding: 10px 0px 0px 0px;
    margin-top: 20px;
  }
  section .note {
    text-align: left;
    margin: 0px 4px 0px 4px;
  }
  .ad {
    margin: 60px 0;
  }
}