/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
#wrapper .publication-row-content-wrapper {
  position: relative;
  height: 140px; }
#wrapper .publication-row h3.publication-row-title {
  font-size: 22px;
  font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333333;
  margin: 0;
  line-height: 24px; }
#wrapper .publication-row .publication-row-author,
#wrapper .publication-row .publication-row-categories {
  font-size: 15px;
  font-family: HelveticaIFAD;
  color: #666666; }
#wrapper .publication-row .publication-row-categories {
  font-weight: 500;
  text-transform: uppercase; }
#wrapper .publication-row .publication-row-img {
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%; }
#wrapper .publication-row .publication-row-langs {
  font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #666666;
  position: absolute;
  bottom: 0; }
#wrapper .publication-row .publication-row-content {
  font-size: 20px;
  margin-top: 30px;
  font-family: GeorgiaIFAD;
  line-height: 1.5;
  color: #666666;
  height: 65px;
  overflow: hidden; }
#wrapper .publication-row-read-more {
  font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #02336B;
  display: block; }