.icon-article-doc:before {
  content:"\e604";
  color:white;
  margin-right:6px
}

.category-list .category {
  text-align:center;
  display:inline-block;
  width:29%;
  border:1px solid #004977;
  margin:0 .8% 20px .8%;
  padding:1.5em 1em;
  cursor:pointer;
  -webkit-transition:background .15s;
  -moz-transition:background .15s;
  -o-transition:background .15s;
  transition:background .15s;
  vertical-align:top
}
.category-list .category:hover {
  text-decoration:none;
  background:#006eb3
}
.category-list .category:hover h3 {
  color:white;
  font-size:20px;
  font-weight:400;
  line-height:1.3em
}
.category-list {
  text-align:center;
  margin:1em auto
}
  .collection-category h2 {
    text-align:center
}

.articleFoot p.lu,
.articleFoot time.lu {
  float:right;
  color:#FFFFFF;
  font-size:0px;
  margin-top:2px
    
}