/* Support #49741 - Updated "Related" content on health topics */

	span.crp_author {
		height: 15px;
		width: 175px;
	}
	.crp_related a p { width: 170px; }

/* Support #49745 - Hide CTA on individual category pages */

	body.archive.tax-health-topics .cta-banner, body.archive.tax-politics .cta-banner { display:none; }

/* Support #51598 - Update styling of news page */

	.loop article.type-news {
		border-bottom: 1px solid #a1b5ab;
		padding-bottom: 30px;
	}
	.loop .type-news .entry-title { font-size: 28px; }
	.post-type-archive-news .meta-prep {
		display: block;
		font-size: 14.5px;
		font-style: normal;
	}
	.loop .type-news .entry-summary a { font-weight: bold; }

/* Support #52630 - Blog layout on mobile */

@media screen and (max-width: 500px){
    #post-container .entry-thumbnail {
        clear: both !important;
        float: none;
        width: 100%;
    }

    img.attachment-thumbnail.size-thumbnail.wp-post-image {
        margin-bottom: 1em;
        max-width: 100%;
        margin-left: 24%;
        width: 50%;
        max-height: 100%;
}

    #post-container .adjacent {
        margin: .7em;
    }

    #post-container .entry-utility {
        margin-top: 1em !important;
        float: left;
    }
}

/* Support #53861 - Post author meta font size */

#content .meta-prep {
    font-size: 16px;
    font-style: normal;
}