
/********************************************/
            /* News */
/********************************************/
a.featured-link {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #cccccc;
    color: #101112 !important;
}

a.featured-link:hover, a.featured-link:focus {
    text-decoration: none;
    color: #636f7b !important;
}


.featured-news .image-boxjp{
    width:100%;
    height:650px;
    background-position: center;
    background-size: cover;
    margin-bottom:20px;
    border-radius: 3px;
}

.thumbnail-news {
    padding-bottom: 5px;
    border-bottom: rgba(53, 68, 177, 1) solid 2px;
    margin-bottom: 35px;
    transition: ease .5s;
}

.thumbnail-news h5 {
    font-weight: 700;
}

.thumbnail-news .thumbnail-img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 3px;
    transition: ease .5s;
} 

/********************************************/
            /* News Item */
/********************************************/

.intro {
    font-size: 125%;
    color: rgba(16, 31, 60, 1);
    margin-bottom: 30px;
    border-bottom:  #f79c37 solid 2px;
}

.meta-author.p-3 {
    padding: 0 !important;
}

.meta-meta a {
    color:#3544b1;
}

.meta-meta a:hover, .meta-meta a:focus {
    color: rgba(53, 68, 177, 0.8);
    text-decoration: none;
}

.news-related {
    color:rgba(16, 31, 60, 1);
}

.news-related h4 {
    text-decoration: underline;
}

.news-related a {
    color:rgba(16, 31, 60, 1);
}

.news-related a:hover, .news-related a:focus {
    color:black;
    text-decoration: none;
}