#FinancialReportDiv img {
    display: initial !important;
}
.pcpagenavlist> a {
    color:#4eb7e2;
}

#ReportSpan1, #ReportSpan2 {
    color: #0075CC;
    font-size: 20px;
}
#ReportLink1:hover > #ReportTitle1,
#ReportLink2:hover > #ReportTitle2 {
    color: rgb(255, 199, 0) !important;
}

#ReportImg1, #ReportImg2 {
    border: 2px solid #0075CC;
    width: 100%;
    max-width: 270px;
}
    #ReportImg1:hover, #ReportImg2:hover {
        border: 2px solid rgb(255, 199, 0);
    }
a:hover{
    text-decoration: none!important;
}
.float-right{
    float: right!important;
}
#ReportLink1:hover > #ReportSpan1,
#ReportLink2:hover > #ReportSpan2 {
    color: rgb(255, 199, 0) !important;
}

#ReportLink1:hover > #ReportImg1,
#ReportLink2:hover > #ReportImg2 {
    border: 2px solid rgb(255, 199, 0);
}

@media screen and (max-width: 999.98px){
    #FinancialReportDiv > .row > .col-6:first-child{
        display:none;
    }
    #FinancialReportDiv > .row > .col-6:nth-child(2){
        display: flex;
        justify-content: flex-start;
    }  
    .text-center{
        padding: 0 15px 25px 15px
    }
    .row {
        display:flex;
        /* flex-direction: column-reverse; */
    }

}

@media screen and (max-width: 575px) {
    #mYearBoxDiv{
        flex: 1 0 100%;
        max-width: 100%;
        justify-content: flex-end!important;
    }
}

#ReportDiv{
    margin-top: 3rem;
}

.an-report-item img {
    border: 3px solid lightgrey;
    max-width: 270px;
    margin-bottom: 20px;
}

.an-report-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.report-title {
    color: #0075CC;
}

.report-title span:first-child {
    font-weight: 700;
    font-family:  'ClashGrotesk', sans-serif!important;
}

.report-title span:nth-child(2) {
    font-weight: 700;
}