/*Unified News Base Style Sheet*/
.un-headlines-section{
    max-width: 1140px;
	position: relative;
	margin: 0 auto;
}

.un-headlines-section .news-box-content .un-hashtag p{
    text-transform:capitalize;
}

.un-headlines-section ul{
    list-style:none;
	margin-bottom:0;
	padding-left:0;
}

.news-box-content .un-author p{
    font-size:18px;
}

/* ========================= Headlines Section ======================= */

.un-headlines-section .un-headlines-list-links{
    display:flex;
    flex-flow:column;
}

.un-headlines-section .un-headlines-list-links li {
	 margin-bottom:1em;
}

.un-headlines-section .un-headlines-list-links li:last-of-type {
    padding: 0;
}

.un-headlines-section div.news-box-content {
    flex-flow:column;
    background-color: #fff;
    border:1px solid #ccc;
    text-align: center;
    background-image: url(../../images/background-accent-double-ss.png);
    background-size:contain;
    background-repeat:no-repeat;
}

.un-headlines-section div.news-box-content a{
    display: flex;
    flex-flow: column;
    height: 100%;
}

.un-headlines-section div.news-box-content a, 
.un-headlines-section .un-more-list-links a{
	text-decoration:none;
}

.un-headlines-section .news-box-content div.img-wrapper {
    background: #000;
    text-align: center;
    max-height: 220px;
    overflow:hidden;
}

.un-headlines-section .news-box-content div.img-wrapper.video-icon::before{
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	background:url(../../images/play-icon.png) no-repeat;
	opacity:.7;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.un-headlines-section .news-box-content img {
    width: 100%;
    /*max-width: 100%;*/
    margin: 0 auto;
    object-fit: cover;
}

.un-headlines-section .news-box-content .details {
    display: flex;
    flex-flow: column wrap;
    height: 100%;
}

.un-headlines-section .news-box-content .un-category {
    margin-top: auto;
}

.un-headlines-section .news-box-content .un-category .un-category-from{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.un-headlines-section .news-box-content .un-category .un-category-from div:first-of-type,
.un-headlines-section .news-box-content .un-category .un-category-from div:last-of-type{
   border-bottom:1px solid #ccc;
   content: '';
   width: 100%;
}

.un-headlines-section .news-box-content  .un-category .un-category-from div:first-of-type{
    margin-left:1.5em; 
}
.un-headlines-section .news-box-content .un-category .un-category-from div:last-of-type{
    margin-right:1.5em; 
}

.un-headlines-section .news-box-content .un-category > div p{
   font-size:12px
}

.un-headlines-section .news-box-content h3 {
    padding: 1rem 8% 0;
}

.un-headlines-section .news-box-content p {
    padding: .3rem 8% .3rem;
    margin-bottom:0;
    font-weight: normal;
}

.un-headlines-section .news-box-content .un-short-description {
    text-align:left;
}

.un-headlines-section .news-box-content .un-author p,
.un-headlines-section .news-box-content .un-category p
{
    margin: 0;
    padding: 0;
}

.un-headlines-section .news-box-content .un-category p
{
    padding: 1em 2em;
}

.un-headlines-section .news-box-content .un-category .un-category-label{
    padding-top:0;
    padding-bottom:1.5em;
}

.un-headlines-section .news-box-content .un-hashtag{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1.2em;
    display: grid;
}

.un-headlines-section .news-box-content .un-hashtag p{
    background-color: #00573d;
    color:#fff;
}


/*@media screen and (min-width:992px) {*/
@media screen and (min-width:768px) {
     .un-headlines-section .un-headlines-list-links{
        flex-flow:row;
    }
    
    .un-headlines-section .news-box-content {
        height: 100%;
        margin:0 auto;
        background-size:contain;
        background-repeat:no-repeat;
        background-position:-40px 320px;
        max-width: 340px;
    }
    
    .un-headlines-section .un-headlines-list-links li {
        list-style: none;
        margin-bottom: 2vh;
        -ms-flex: 1 0 32%;
        -webkit-box-flex: 1;
        flex: 1 0 32%;
    }

    .un-headlines-section .un-headlines-list-links li:first-of-type .news-box-content{
        margin:0 auto 0 0;
    }

    .un-headlines-section .un-headlines-list-links li:last-of-type .news-box-content{
        margin:0 0 0 auto;
    }

    .un-headlines-section .news-box-content div.img-wrapper {
        min-height: 140px;
    }
}


@media screen and (min-width:992px) {
    .un-headlines-section .news-box-content div.img-wrapper {
        min-height: 200px;
    }
}

/* ------------------------ Start Base: More Link Style Button ------------------------ */
.un-more-list-links{
    display:flex;
    text-align:center;
    justify-content: center;
    margin-top: 2em;
}

.un-more-list-links li, 
.bg-image-full .un-more-list-links li{
    background-color: #00573D;
    color: #fff;
    border-radius: 5px;
    margin-left:2em;
    margin-right:2em;
}

.un-more-list-links li:hover, 
.bg-image-full .un-more-list-links li:hover,
.news-box-content:hover,
.un-archive-section .un-archive-list li:hover{
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
    transition: all 200ms ease-out;
}

.bg-image-full .un-more-list-links li:hover{
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}

.un-more-list-links li a{
    display:block;
    padding:.5em 1em;
    border-radius: 5px;
    text-transform: capitalize;
}

.un-more-list-links li a:hover, 
.bg-image-full .un-more-list-links li a:hover{
    color:inherit;
    background-color: #00573D;
}

#un-story-body-container .un-more-list-links a,
.un-more-list-links li:visited,
.un-more-list-links li a:visited,
.un-more-list-links li:nth-child(odd) a:visited,
.bg-image-full .un-more-list-links li:visited
{
    color:#fff;
    text-decoration:none;
    font-weight: normal;
}

.un-more-list-links li:nth-child(even),
.un-more-list-links li:nth-child(even) a,
.un-more-list-links li:nth-child(even) a:hover,
.bg-image-full .un-more-list-links li:nth-child(odd),
.bg-image-full .un-more-list-links li:nth-child(odd) a:hover,
.bg-image-full .un-more-list-links li:nth-child(odd) a:visited{
    background-color: #CBB978;
    color: #000;
}

/* ------------------------ End Base: More Link Style Button ------------------------ */