
.page-banner {
    height: 300px;
}
.page-banner .text-box {
    display: none;
}

#news {
    order:1;
    margin-top: -16rem;
}

.news_img_wrapper {
    z-index: 1;
}

#news h1 {
    	margin: 0.5em 0 0.5em 0;
    	/*background: var(--union-pink);*/
    	/*display:none;*/
	}
	
#news .brush-bg h1 {
    color: var(--union-white);
}
	
@media (min-width: 776px) {
    #news h1 {
        color: var(--union-white);
    }
}
#news .news_image { 
	float: none;
	margin: 0;
	width: 100%;
    /*border-radius: 4rem;*/
    overflow: hidden;
    /*display: none;*/
	}
#news .news_caption {
	font-size: 85%; 
	font-style: italic;
	color: #333;
	text-align: center;
	width: 200px;
	display: block;
}
#news .news_body {
    
}
#news .news_footer {
	clear: both;
	text-align: center!important;
	color: #666;
	font-size: 70%;
	border-top: 1px solid #eee;
	padding-top: 0.25em;
	margin-top: 1em;
	width: fit-content;
	}
#news_comments {
	margin: 2em 0 0 0;
}
#news_comments h2 {
	
}

.news_sidebox_wrapper > *{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* hide leader by default, override this rule on the article page */
#news .msl-article-leader {
	display: block;
	color: inherit;
	font-style: italic;
}


.heading-box h1 {
    color: var(--union-white);
}

 
 #news .byline::before {
     content:'By ';
 }
 
 #news .msl-tag {
     text-transform: lowercase;
 }
 #news .msl-tag:before{
     content:'#';
 }