.news-inner-wrapper.pageLoad{position: relative}
.news-inner-wrapper.pageLoad::after{content: '';position: absolute;width: 100%;height: 100%;z-index: 1;left: 0; right: 0; top: 0; bottom: 0; margin: 0 auto}
.news-inner-wrapper.pageLoad::before{content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: var(--white-color);z-index: 1;opacity: 0.6;}
.news-inner-wrapper .news-item{border-bottom: 1px solid var(--grey-one);}
.news-inner-wrapper .news-item .image{min-height: 230px;max-width: 410px;margin-top: 10px}
.news-inner-wrapper .news-column{margin-top: 15px;}
.news-inner-wrapper .news-column .news-content{padding: 0 20px 20px 20px;margin-top: 0;}
.news-inner-wrapper .news-column .news-content .title{margin-bottom: 0;}
.news-inner-wrapper .news-column .news-content .title a{display: block;}
.news-content .news-subtitle{font-size:1.6rem;line-height:19.2px;font-weight:400;color:#0077c6;}
.news-content-wrapper .cta.cta-white.back-cta{margin-top: 50px}
.news-pagination .cta.cta-secondary{color: var(--bold-blue);width: 232px;font-size: 1.6rem;line-height: 3.6rem;margin-top: 20px;height: 46px; border-radius: 0;border: 1px solid #092546;font-weight: 700;text-decoration: none;display: flex;  justify-content: center;text-transform: capitalize;} 
.news-item:nth-child(even){background-color: var(--color-f4f4f4);}
.news-items-wrapper .news-item{border-top: 1px solid rgba(151,151,151,.2);padding-top: 20px;}
.news-items-wrapper .news-item .date{padding-left:20px;}
.news-link a{color:var(--bold-blue);font-size:1.6rem;line-height:26.08px;}
.cta-white{border: 2px solid #979797; margin-top: 17px; text-align: center; font-size: 1.3rem; line-height: 2.6rem; padding: 2px 15px; display: inline-block; font-family: Tiempos-Semibold; color: #979797; text-transform: uppercase;}
.cta-white:focus, .cta-white:active{border: 2px solid #979797;}
.news-item .date p{margin: 0;}
.news-pagination a.cta.cta-secondary:hover{background-color:#eee;}
.news-list-heading{margin-left:15px;}

/*media query */
@media all and (max-width: 767.98px){
  .news-inner-wrapper .news-item .image{margin-bottom: 10px}
  .news-inner-wrapper .news-item{padding-bottom: 40px;margin-bottom: 30px;}
  .news-inner-wrapper .news-column{margin-top: 30px}
}

body.nojs .news-main-wrapper{overflow: hidden}


.news-content-wrapper .cta.cta-white.back-cta{margin-top: 20px;background-color: #fafafa;font: bold 14px Arial; color: #00395b; border: 1px solid #00395b;border-radius: 0px;min-width: 132px;height: 50px;}

.news-content-wrapper .cta.cta-white.back-cta:hover {background-color: #00395b; color: #fafafa; border: 1px solid #00395b;}
.news-content-wrapper .cta.cta-white.back-cta span.icon {transform: rotate(180deg); margin-right: 10px;}
