/* Support #82936 - H3 Styling in Campaigns */

	.master-holder h3 a strong { color: #005693; }

/* Support #82938 - Style 'Load More' buttons */

	.vc_btn3-container.vc_grid-btn-load_more a {
	    background-color: #005693 !important;
	    font-weight: 700;
	    letter-spacing: 2px;
	    border: 1px solid transparent !important;
	    color: #fff !important;
	    border-radius: 5px;
	}

	.vc_btn3-container.vc_grid-btn-load_more a:hover {
	    background-color: #4ba5c7 !important;
	    border: 1px solid #4ba5c7 !important;
	}

/* Support #84571 - Related post title height */

	.similar-post-holder a.mk-similiar-title {
	    height: 5em;
	    white-space: normal;
	}

/* Support # 84576 - Hide related post section on single employee page (important to override inline style) */

    .single-employees #jp-relatedposts { display: none !important; }
