/** START: CSS overwrite on un-headlines.css **/
 .un-headlines-section{
	 padding:2rem 0;
	 max-width: 100%;
	 background-image: linear-gradient(to bottom right, #bab7ae, #d8d7d2);
	 
	 /* background is an option on  data definition */
	 /*background: #d8d2b8 !important*/ /* to wipe inline */;
}
 .un-headlines-section-content{
	 max-width: 1140px;
	 position: relative;
	 margin: 0 auto;
	 padding: 0 5%;
}

.un-headlines-section h2 {
    text-align: center;
    padding-bottom:2rem;
    margin-bottom:1rem;
    max-width:100%;
} 
 .un-headlines-section .un-headlines-list-links li {
	 margin-bottom:1em;
}
 .un-headlines-section div.news-box-content {
	 border:none;
}
 .un-headlines-section .news-box-content {
	 box-shadow: rgba(97, 84, 34,.5) 0 3px 6px;
}
 .un-headlines-section .news-box-content .un-hashtag {
	 margin-top: -1rem;
}

.un-headlines-section .news-box-content .details {
    padding: 0 10% 2rem;
}

 .un-headlines-section .details h3{
	 font-size: 1.125rem;
	 margin-bottom: 0;
	 padding: 1rem 0 0;
	 min-height: 5rem;
	 display: flex;
    align-items: center;
    justify-content: center;
}
 .un-headlines-section .un-author, .un-headlines-section .un-category{
	 display:none;
}
 .un-headlines-section .un-hashtag p{
	 padding-bottom: .5rem;
	 margin-bottom: 0;
}
 .un-headlines-section .un-more-list-links{
	 margin-top:1rem;
}
 .un-headlines-section .un-more-list-links li {
	 flex: 0 0 100%;
	 border:2px solid #fff 
}
 .un-headlines-section .un-more-list-links li:hover {
	 box-shadow: none;
	 background:#043927;
	 transition: background 1s ease, background-color 1s ease, fill 1s ease, color 1s ease, box-shadow 1s ease, text-shadowdow 1s ease, background-image 1s ease,border-color 1s ease;
}
 .un-headlines-section .un-more-list-links li a{
	 background:none;
	 text-transform:none;
	 font-weight:initial;
}
 @media screen and (min-width:992px) {

	.un-headlines-section .un-more-list-links{
	    justify-content: flex-end;
    }
	.un-headlines-section .un-more-list-links li {
		 flex: 0 0 25%;
		 margin-right:0;
	}
	.un-headlines-section .un-headlines-list-links li {
		 margin-bottom:0;
	}
}
/** END: CSS overwrite for un-headlines.css **/


/* Cosmetics 011321 */
/* inline */
.un-headlines-section {
/* background is an option on  data definition */
/*background: #d9d0ac;*/ /* current */
/*background: #d8d2b8 !important;*/ /* official color; warmer, fits better with other bright brand accent colors */
}
/* un-headlines ln  8 */
.un-headlines-section .news-box-content .un-hashtag p {
	    text-transform: capitalize;
}
/* un-headlines ln 157, 186 */
.un-headlines-section .un-headlines-list-links .news-box-content {
    border-radius: 3px;
    overflow: hidden;
}
/* un-headlines ln  122 */
.un-headlines-section .news-box-content p {
	padding: .5rem 0 0;
	font-size: 14px;
	line-height: 1.6;
}
.un-headlines-section .news-box-content .un-hashtag p {
	padding: .75rem 0;
	 border-radius: 2px;
	 font-size: 1rem;
}

/* 3-col Responsive Fix */

@media screen and (min-width: 768px) {
/* un-headlines ln 190 */
.un-headlines-section .un-headlines-list-links .news-box-content {
    margin: 0 !important;
    max-width: unset !important;
}
/* un-headlines ln 179 */
.un-headlines-section .un-headlines-list-links li {
	flex: 1 0 32%;
	margin-right: 2%;
}
/* un-headlines ln 33 */
.un-headlines-section .un-headlines-list-links li:last-of-type {
	margin-right: 0;
}
}
@media screen and (min-width: 1200px) {
          .un-headlines-section-content{
	 padding: 0;
}
}