.reading-time-center {
    text-align: center;
    padding: 28px 100px 35px;
    display: block;
    float: left;
    color:rgba(30, 54, 67,0.4);
    text-transform:uppercase;
    position: absolute;
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index:-1;
}
.reading-time{
color:#1e3643;
}
.relatedpopup_wrap .filter-max-width{
margin: 45px auto 0 auto;
}
.relatedpopup_wrap .no-image.peopleBanner {
    margin-bottom: 45px;
}
.popup.showpop .home-banner-fw {
    margin-bottom: 45px;
}


@media only screen and (max-width:1024px){
 .reading-time-center {padding: 10px 100px 35px;}
}
@media only screen and (max-width:768px){
.reading-time-center {display:none;}
}