/* Support #127162 - CTA on post */

	.su-column.su-column-size-1-2.styled-shortcode-cta.su-column-centered {
	    width: 80%;
	    margin-bottom: 30px;
	    background: rgba( 29,66,138 ,0.95);
	    padding: 2em;
	    border: 2px solid #cee5e8;
	    border-radius: 10px !important;
	}

	.su-column.su-column-size-1-2.styled-shortcode-cta.su-column-centered .su-column-inner.su-clearfix {
	    color: #fff;
	    font-weight: bold;
	    font-size: 18px;
	}

/* Support #155847 - Fix mega menu on mobile */

	@media ( max-width: 992px ) {
		.mega-menu-block.menu-sub-content { min-height: auto !important; }
	}

	.main-nav-wrapper { height: auto !important; }
	#main-nav { line-height: 60px !important; }

/* Support # */
	#autocomplete-suggestions .autocomplete-suggestion h3 a {
		color: #009cbd;
	}

/* Support #294440 - Hubspot chat widget placement */

	div#hubspot-messages-iframe-container { bottom: 50px !important; }


/*Support #305347 - Remove sidebar on https://www.prospectivedoctor.com/acute-onset-numbness-in-the-emergency-department/*/
	.single.single-post.postid-37787 aside{
	    display: none;
	}

	@media (min-width: 992px){
	    .single.single-post.postid-37787 .main-content.tie-col-md-8{
	        width: 100%
	    }
	}

/*Support # 305347 Hide Header*/
	body.postid-37787 .fullwidth-entry-title{
 		display:none;
	}

	.single.single-post.postid-37787 #the-sticky-video.featured-area.video-is-sticky .featured-area-inner{
	    inset: 112px 0 auto auto !important;
	}

/*Support #305902 - Background image on menu "Free Tools" */
.menu-item-5038 > .mega-menu-block.menu-sub-content {
    background-position: -30% 0 !important;
}

#the-post > div.entry-content.entry.clearfix > blockquote{
    background-image: unset !important;
    padding: 1em;
}

/* Support #358774 - Hide the related post */
#tie-block_1732 .yarpp,
#tie-block_206 .yarpp,
#tie-block_2074 .yarpp{
    display: none;
}
