﻿#homeNewsWrap {
    padding: 50px 0;
}

    #homeNewsWrap h2 {
        text-align: center;
        font-size: 50px;
        color: #006E6B;
        text-transform: uppercase;
        position: relative;
      
    }
    .wdmh #homeNewsWrap h2 {
        color: #1E5CA6;
    }
    #homeNewsWrap h2::before {
        content: "In the News";
        font-size: 7rem;
        position: absolute;
        z-index: -1;
        color: #006E6B;
        opacity: 0.1;
        left: 0;
        right: 0;
        bottom: -18px;
    }
    .wdmh #homeNewsWrap h2::before {
        color: #1E5CA6;
    }

.jnewssc {
   /*width: 30%;*/
}

    .jnewssc *, .jnewssc {
        text-decoration: initial !important;
        text-align: left;
    }

.grid3col.Breaking-New {
    justify-items:center;
}
.jnewssc h3 {
    margin: 0 0 9px 0;
    color: #006E6B;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    transition: .25s;
    text-transform: uppercase;
    font-weight: 600;
}
        .jnewssc h3:hover{
               color: #025a58;
        }
        .wdmh .jnewssc h3 {
            color: #1E5CA6;
        }
        .wdmh .jnewssc h3:hover {
            color: #0e4486;
        }
        .div_cell.image_news {
            border-radius: 20px;
        }
.news_description img {
    width: 100%;
    height: auto;
    border-radius: 20px !important;
   /* display: none;*/
}

.home-news-desc {
    padding: 18px;
}

.news-time {
    font-weight: 500;
    font-size: 14px;
    color: #006E6B;
    font-size: 16px;
    font-weight: 600;
}
.wdmh .news-time {
    color: #1E5CA6;
}
.read_more {
    text-decoration: none;
    padding: 0 10px 5px;
    margin-top: 0;
    display: inline-block;
    transition: all 0.5s ease;
    width: 10px;
}
.read_more img {
    transition: all 0.5s ease;
}
.news-footer {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.jnewssc:hover .read_more img {
    position: relative;
    left: 5px;
}

#footerFoundIntro {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}


/*Hover Effect */
.div_tabble.news_description:hover .div_cell.image_news::after{
    transform: scale(1.1);
}
.div_tabble.news_description:hover .news-title-date h3{
    color: #025a58;
}
.wdmh .div_tabble.news_description:hover .news-title-date h3{
    color: #1E5CA6;
}

.newsroom-section .viewAll {
    margin-bottom: 50px;
    margin-top: 50px;
}
.pattern-bar {
    position: absolute;
    background: url(../../Images/dots-bg.png) repeat;
    display: block;
  }
  .wdmh .pattern-bar {
    background: url(../../Images/wdmh/dots-bg.png) repeat;
  }
  .pattern-left-top {
    width: 90px;
    height: 260px;
    left: 10px;
    top: 30px;
  }
  .pattern-right-top {
    width: 90px;
    height: 260px;
    right: 10px;
    top: 30px;
  }
  .pattern-left-bottom {
    width: 110px;
    height: 130px;
    left: 10px;
    bottom: 70px;
  }
  .pattern-right-bottom {
    width: 200px;
    height: 90px;
    right: 10px;
    bottom: 70px;
  }
  /* .read_more {
    background: url(../../Images/readmore.svg)no-repeat;
    width: 14px;
    height: 24px;
    background-size: 14px 24px;
  } */