 /* article styles ------------------------------*/

/* home trade show ----------------------*/
#trade_show div.ac_heading,
#industry_news div.article_post_time span.label,
#news div.article_post_time span.label,
.articleview div.article_post_time span.label {
  display: none;
}
#trade_show {
  padding: 1em;
  background: white;
  border: 1px solid #ffbd62;
}
#trade_show div.article_heading {
  color: #E98F0E;
  font-weight: bold;
  font-size: 1.1em;
}
#trade_show h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1em;
}
#trade_show div.ac_item {
  margin-bottom: 1em;
  border-bottom: 1px solid #ffbd62;
}
#trade_show div.last {
  border: none;
}

/* home industry news -------------------------*/
#industry_news div.ac_heading {
  color: #e98f0e;
  font-size: 1.6em;
  margin-bottom: .75em;
}
#industry_news div.article_post_time,
#industry_news div.article_heading {
  font-weight: bold;
}
#industry_news div.article_post_time {
  font-size: .9em;
  margin-bottom: .25em;
}

/* news page ------------------------------*/
.articleview .article div.article_heading,
#news div.article_heading {
  color: #e98f0e;
  margin-bottom: .5em;
  font-weight: bold;
}
#news div.article_post_time,
.articleview div.article_post_time {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1em;
}
#news div.ac_item {
  margin-bottom: 2em;
}
#news .article_teaser p {
  margin-bottom: 0;
}
.article_heading a {
  color: #e98f0e;
}
