.report-cards {
        width: 800px;
    margin-left: 8%;
    margin-top: 30px;
}


.report-card {
    background: #F1F1F1;
    padding: 2.5rem;
    overflow: visible;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    line-height: 1rem;
}
@media all and (min-width: 768px) {
    .report-card {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto 2.5rem 0;
        float: none;
    }
}

.report-card:after {
    content: '';
    display: table;
    clear: both;
}
.report-card img {
    display: block;
    box-shadow: 0 1.25rem 2.5rem 0 rgba(0, 0, 0, .2);
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .report-card img {
        float: left;
        margin: 0;
    }
}
@media all and (min-width: 768px) {
    .report-card .report-card__content {
        float: left;
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
        padding-right: 0;
        padding-left: 2.5rem;
    }
}


.report-card time {
    color: #434343;
    /*font-family: 'Univers LT W01 55 Roman';*/
    font-size: .6875rem;
    color: #6D6E6E;
    display: block;
    margin: 1.875rem 0 1.25rem 0;
    float: none;
    text-transform: none;
}
@media all and (min-width: 768px) {
    .report-card time {
        font-size: .75rem;
    }
}
@media all and (min-width: 768px) {
    .report-card time {
        margin-top: 0;
    }
}
.report-card span {
    font-family: 'Libre Baskerville', serif;
    color: #316BB6;
    font-size: .875rem;
    font-weight: normal;
    color: #6D6E6E;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
}
@media all and (min-width: 768px) {
    .report-card span {
        font-size: 1rem;
    }
}

.report-card .country {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0px;
}
.report-card h4 {
/*    font-family: 'UniversLTW01-65Bold', sans-serif;*/
 font-size: 1.125rem;
    color: #171717;
    margin: 0 0 1.25rem 0;
    line-height: 1.375rem;
    line-height: 1.625rem;
    font-weight: normal;
    margin: .9375rem 0 2.1875rem 0;
    max-width: 280px;
}
@media all and (min-width: 768px) {
    .report-card h4 {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .report-card h4 {
        max-width: none;
    }
}
.report-card .report-card__cat {
    color: #6281A7;
    text-transform: uppercase;
    letter-spacing: .125rem;
    /*font-family: 'UniversLTW01-65Bold', sans-serif;*/
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    border: solid 1px #B9B9B9;
    margin: 15px auto 0 auto;
    padding: 15px 30px;
    width: 81%;
    border: solid 1px #6281A7;
    display: block;
    text-align: center;
    clear: both;
    width: 100%;
    margin: 0;

        margin-top: 27px;
}
@media all and (min-width: 768px) {
    .report-card .report-card__cat {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .report-card .report-card__cat {
        color: #22A2FF;
    }
}
.report-card .report-card__cat:hover {
    color: #005080;
}
@media all and (min-width: 768px) {
    .report-card .report-card__cat {
        padding: 0;
        width: 225px;
        line-height: 42px;
        box-sizing: border-box;
    }
}
.report-card .report-card__cat:hover {
    color: #FFFFFF;
    background: #6281A7;
}


.report-card .contributing-authors {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.report-card .contributing-authors img {
    box-shadow: none;
}

.report-card > div.contributing-authors:only-child {
    padding-top: 0;
}

.article-content-page .article-content-page__content .report-card img {
    padding: 0;
    width: auto;
}
