#divTagsImg,.divUpdatesImg{
    position: relative;
    text-align: center;
    /*background-color: black;*/
}
#divTagsImg span,.divUpdatesImg span{
    background-color: black;
    color: white;
    padding: 5px;
    font-size: 1.3em;
    position: absolute;
    left: 0;
    top: 0;
}
.divUpdatesImg .divUpdatesTitle{
    font-family: AvenirNext;
    background-color: black;
    color: white;
    padding: 5px;
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    height: 90px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    opacity: .75;
}

.divUpdatesImg .divUpdatesTitle a{
    color: white;
    text-decoration: none;
}
.divUpdatesImg .divUpdatesTitle a:hover{
    opacity: .75;
}
.divUpdatesImg img{
    min-height: 250px ;
}

#divUpdatesPreview{
    font-family: AvenirNext;
    background-color: black;
    color: #fff;
    padding: 30px;
    max-height: 416px;
}
#divUpdatesPreview p{
    margin-top: 25px;
    overflow: hidden;
    max-height: 210px;
    font-size: 1.1em;
}
#previewReadmore{
    padding: 25px 0;
    text-align: right;
}
#previewReadmore a{
    text-decoration: none;
    color: white;
    font-size: 1.3em;
    padding: 5px 20px;
    border: white solid 5px;
}

#previewReadmore a:hover{
    background-color: white;
    color: black;
    font-weight: bold;
}

.linkArticleFinder:hover .divUpdatesImg{
    opacity: .75;
}
/*View Page*/
#divViewUpdates .divViewTags,#divViewTitle{
    background-color: black;
    color:white;
    font-size: 1.4em;
}
#divViewThumb{
    width: 100%;
    background-color: black;
}
#divViewUpdates #divViewContent{
    font-family: AvenirNext;
    background-color: black;
    color: white;
    padding: 25px;
}

.divViewNext{
    position: relative;
    background-color: black;
}
.divViewNext .divViewNextTitle{
    font-family: AvenirNext;
    background-color: black;
    color: white;
    padding: 5px;
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    height: 90px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    opacity: .75;
}
.linkViewNext:hover > div{
    opacity: .75;
}
#btnLoadMore{
    width: 100%;
}
#txtArticleFinder,#btnLoadMore{
    font-family: Etna, FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    border-radius: 0 ;
    background-clip: unset;
    color: white;
}
#txtArticleFinder{
    background-color: black;
    color: white;
    border: solid white 2px;
    transition: all .55s;
    padding: .375rem .75rem;
    width: 275px;
}
#txtArticleFinder.wider{
    width: 100%;
}

#txtArticleFinder::placeholder{
    color: white;
}
#divLoadMore{
    text-align: center;
}
@media (min-width: 991.98px) and  (max-width: 1199.98px){
    #divUpdatesPreview{
        max-height: 347px;
        padding: 20px;
    }
    #previewReadmore{
        padding-top: 0;
        text-align: right;
    }
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
    #txtArticleFinder{
        width: 175px;
    }
    #divViewTitle label{
        font-size: .65em;
    }
}