/* 4.5% */
/* 3% / 66% * 100 */
.clearAfter {
  content: '';
  clear: both;
  display: block;
}
section.news article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  border-right: 1px solid #d3d3d3;
  display: block;
  float: left;
}
section.news article {
  min-height: 200px;
}
section.news {
  margin-bottom: 1.3em;
}
section.news p {
  width: auto !important;
}
section.news article h3 {
  margin-bottom: .2em !important;
}
section.news article h3 span.date,
h2 span.date {
  color: #636363;
  display: block;
  font-size: .5em;
  margin-left: 0 !important;
}
h2 span.date {
  display: inline;
  padding-left: 1.3em;
}
section.news article h3 span.date:before,
h2 span.date:before {
  content: '\F05B';
  font-family: "Batch";
  font-size: 12pt;
  font-weight: normal;
  margin-right: 5px;
}
section.news article:last-child {
  border-right: 0;
}
section.news:after {
  content: '';
  clear: both;
  display: block;
}
