.hero-noimg {margin-top: 5px;}

/*publication date typography*/
.uxArticle > h2.b1 {
	font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    color: #182745;
}

@media screen and (min-width: 700px) and (max-width: 1024px){
    .uxArticle > h2.b1 {font-size: 20px;}
}

@media screen and (max-width: 700px){
    .uxArticle > h2.b1 {font-size: 16px;}
}