/* Business Green */

/* Variables */
:root {
	--white: #FFFFFF;
  }

/* Hiding site topper ad */
.site-topper-ad {
    height: 0px !important;
}
/* Ribbon fixes */
.upcoming-events-ticker {
    height: 44px!important;
    padding-top: 0!important;
    padding-bottom:0!important;
}
    @media only screen and (max-width: 991px) {
    	.upcomining-events-ticker {    		
    		height: unset!important;
    	}
    }
#rdm-event-ticker {
    width: 1066px!important;
}
.home-page-hot-topic {    
    margin-top: 0px!important;
    }
/* Ribbon fixes end */


/* Fixed height for top leaderboard ad */
#rdm-below-header {
	height: 250px !important;
	margin-bottom: 60px;
}

/* Video height on static pages fix */
/* This needs to be logged with K after launch */
.static-page iframe {    
    height: 100%!important;
}

#rdm-end-of-listing-page {
	border: 5px solid var(--white);
}

/* Advertisement Text Style */
.ad-text {
	font-family: 'source_sans_proregular';
	font-style: normal;
	font-weight: normal;
	font-size: 0.84rem;
	line-height: 19px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0px;
	border-top: 1px solid #F4F4F4;
	color: #8E8E8D;
	width: 300px;
	margin: 0 auto;
}

/* Making RHC on Hub pages opaque */
.common-full-block.ranked-articles-list.single-col {
	background: var(--white);
    opacity: 0.8;
}

/* Margin for native ad */
#rdm-listings-slot-3 {
	margin-bottom: 35px;
}

#rdm-listings-slot-3:empty {
	margin-bottom: 0;
}


/* Barrier page changes */

a.btn-primary-dark-left {
    color: var(--white);
    font-size: 1.125rem;
    padding: 12px 20px;
    display: block;
    width: 150px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
	float: left;
}

a.btn-primary-dark-right {
    color: var(--white);
    font-size: 1.125rem;
    padding: 12px 20px;
    display: block;
    width: 150px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
	float: right;
}

/* Sticky ad */

@media only screen and (max-width: 575px) {
	.ad-sticky {
		position: fixed;
		top: 3%;
		left: 50%;
		z-index: -1;
		transform: translate(-50%, -3%);
		/* margin-left: -150px;
		margin-top: -50vh; */
		transition: position 0.3s ease 1s;
	}
	#rdm-rhc-below-article-summary-wrapper {
		transition: position 0.3s ease 1s;
	}
	#rdm-rhc-below-article-summary{
		position: relative;
		transition: height .2s ease;
	}
	.sticky-start{
		margin-bottom: 20px;
		height: 15px;
	}
}