.top_banner, #article_pic img, .related_box, .comments_box {
  display: none;
}

.insights_name, .insights_pic, .insights_subtitle {
  display: block;
}

.content_box {
  background-color: #f8f8f8;
  width: 100% !important;
  padding-top: 110px;
}

#footer {
  background-color: #f8f8f8;
  padding-top: 30px;
}

.insights_name {
  width: 20%;
  text-align: center;
  margin: 0 auto 20px;
}

.insights_name:after {
  display: block;
  width: 19%;
  height: 1px;
  border-bottom: 1px solid #333;
  content: '';
  margin: auto;
  margin-top: 10px;
}

.article_h1 {
  width: 100%;
  margin: auto;
  text-align: left;
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 10px;
  font-family: 'David Libre', serif;
}

.detail_content {
  border-top: none;
  color: #333;
}

.insights_pic {
  width: 100%;
  height: 500px;
  background-color: #e1e1ee;
}

.detail_content, #article_ShareThis {
  width: 80%;
  margin: auto;
}

.detail_article_info{
  text-align: left;
  margin-bottom: 30px;
}

#div_firstword:first-letter {
  color: #151515;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 100px;
  font-weight: 700;
  margin-right: 15px;
}

figure {
  border: none;
  /*background-color: transparent;*/
  padding: 10px;
}

figure > figcaption {
  text-align: center;
  display: block;
  /* For IE8 */
}

figure > figcaption strong {
  color: #353535;
  font-size: 22px;
  line-height: 35px;
}

.insights_subtitle {
  color: #888;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 60px;
}
