.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;
    }
}
@media all and (min-width: 992px) {
    .report-card {
        max-width: none;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto 2.5rem 0;
    }
    .report-card .report-card-holder {
        max-width: 28.75rem;
        margin: 0 auto;
    }
}
.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;
    }
}
@media all and (min-width: 992px) {
    .report-card .report-card__content {
        width: 66.10169%;
        float: left;
        margin-right: 1.69492%;
    }
}
@media all and (min-width: 1200px) {
    .report-card .report-card__content {
        padding-left: 7.8125rem;
        margin-right: 0;
    }
}
.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: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    color: #316BB6;
    font-size: .875rem;
    font-weight: normal;
    color: #6D6E6E;
}
@media all and (min-width: 768px) {
    .report-card span {
        font-size: 1rem;
    }
}
.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 {
    display: block;
    width: 100%;
    background: black;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 auto;
    color: white !important;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    border: 0;
    margin: 15px auto 0 auto;
    padding: 10px 12px;
    width: fit-content;
    cursor: pointer;
    line-height: 20px;
}
/*@media all and (min-width: 768px) {*/
/*    .report-card .report-card__cat {*/
/*        font-size: .6875rem;*/
/*    }*/
/*}*/
@media (any-hover: none) {
    .report-card .report-card__cat {
        color: white;
    }
}
.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 {
    background: black;
    border: none;
    color: #FFFFFF;
    opacity: .7;
}
@media all and (min-width: 992px) {
    .report-card .report-card__cat {
        width: 100%;
    }
}

.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;
}