/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
#wrapper {
  /*.abstract-row h3.abstract-row-title:after {
  	content: '';
  	position: absolute;
  	right: 0;
  	width: 1em;
  	height: 1em;
  	margin-top: 0.2em;
  	background: #fff;
  }*/
  /*.abstract-row .abstract-row-content:after {
  	content: '';
  	position: absolute;
  	right: 0;
  	width: 1em;
  	height: 1em;
  	margin-top: 0.2em;
  	background: #fff;
  }*/ }
  #wrapper .abstract-row {
    border-bottom: 1px solid #e4e4e4;
    padding: 40px 0; }
  #wrapper .abstract-row:first-child {
    border-top: 0; }
  #wrapper .abstract-row:last-child {
    border-bottom: 1px solid #e4e4e4; }
  #wrapper .abstract-row-content-wrapper {
    position: relative;
    height: 183px; }
  #wrapper .abstract-row h3.abstract-row-title {
    font-size: 26px;
    font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #333333;
    margin: 0;
    line-height: 1.1 !important;
    /* ellipsis */
    overflow: hidden;
    position: relative;
    max-height: 2.2em !important;
    /* it's line-height * num_rows */ }
  #wrapper .abstract-row .abstract-row-author,
  #wrapper .abstract-row .abstract-row-categories {
    font-size: 18px;
    font-family: HelveticaIFADSlim, Helvetica, Arial, sans-serif;
    color: #666666; }
  #wrapper .abstract-row .abstract-row-categories {
    font-weight: 500; }
  #wrapper .abstract-row .abstract-row-img {
    height: 183px;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    margin-left: auto; }
  #wrapper .abstract-row .abstract-row-img-blog,
  #wrapper .abstract-row .abstract-row-img-experts {
    height: 190px;
    width: 190px;
    border-radius: 50%; }
  #wrapper .abstract-row .abstract-row-img-publication {
    /*height: 270px;
    width: 190px;
    */
    height: 183px;
    width: 100%; }
  #wrapper .abstract-row .abstract-row-img-project {
    background-size: auto;
    background-position: 100% 0%; }
  #wrapper .abstract-row .abstract-row-langs {
    font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #666666;
    /*position: absolute;
    bottom: 0;*/ }
  #wrapper .abstract-row .abstract-row-content {
    font-size: 20px;
    margin-top: 14px;
    font-family: "GeorgiaIFAD",Times,"Times New Roman",serif;
    line-height: 1.5;
    color: #666666;
    position: absolute;
    bottom: 0;
    /*height: 120px;*/
    /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
    /* ellipsis */
    overflow: hidden;
    position: relative;
    max-height: 6em;
    /* it's line-height * num_rows */ }
  #wrapper .abstract-row-read-more {
    font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #02336B;
    display: block; }