#resources-unlocked-title,
.gated-content-unlocked .resource_page_banner_sec {
	display: none;
}
.gated-content-unlocked #resources-unlocked-title {
	display: block;
}
#resource-download-link-container {
	text-align: right;
}
a.resource-download-link {
	display: none;
	position: relative;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}
a.resource-download-link:after {
	content: " ";
	width: 16px;
	height: 12px;
	background-image: url(/wp-content/uploads/2023/10/download-icon.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 100%;
	top: 6px;
	margin-left: 3px;
}
.gated-content-unlocked a.resource-download-link {
	display: block;
}
#after_unlock_form_section,
.gated-content-unlocked #download_section_form {
	display: none;
}
.gated-content-unlocked #after_unlock_form_section {
	display: block;
}
.gated-content-unlocked #after_unlock_form_section.webinar_video_container_section iframe {
	height: 100vh;
}
#webinar-download-button {
	display: none;
}
#webinar-body-content-container p,
#webinar-body-content-container li
{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.gated-content-unlocked #webinar-form-section,
#resources-blog-subscribe-form,
#resources-schedule-demo-form {
	display: none;
}
#resources-after-action-selector {
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 40px;
    color: #444;
    font-family: "Mark Pro", sans-serif;
    font-size: 14px!important;
}
.blog_page_banner_sec {
	background-size: cover;
}

/*CSS text white on contact*/
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
    color: white!important;
}
/*Cookie fly out coloring*/
#ot-sdk-btn-floating.ot-floating-button button { opacity: 0; }

/* capitalization in mega menu */
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.menu-col-nav-post>ul.mega-sub-menu>li.mega-menu-item.widget_custom_html h4.mega-block-title {
    text-transform: unset;
}
/* Worldpanel Sticky Banner */
.worldpanel-sticky-banner{
	position: sticky; 
	top: 0;
	background-color: #FE415D;
	color: white;
	text-align: center; 
	padding: 0;
	width: 100%; 
	height: 35px; 
	line-height: 30px; 
	/* Ensures vertical centering */ 
	font-size: 18px; 
	font-weight: bold;
	z-index:500;
	display:none;
}
.worldpanel-sticky-banner a {
	color: white;
	cursor: pointer;
	text-decoration: none;
}
.worldpanel-sticky-banner a:hover {
	color: white;
	text-decoration: underline;
}
.page-id-10 .worldpanel-sticky-banner{
	display:block;
}
/* Media query for smaller screens */ 
@media (max-width: 825px) {
	.worldpanel-sticky-banner { font-size: 2vw; }
	.site-header.theme_transparent:not(.sticky) .site-branding .site-logo.white{z-index:0;}
} 