
/* #Lytics AD Override
================================================== */


.pf-widget-slideout.opened.pf-position-bottom-left, .pf-widget-slideout.opened.pf-position-left, .pf-widget-slideout.opened.pf-position-top-left {
    min-height: 266px;
    max-width: 230px;
	background-image: url(https://www.chiefmarketer.com/wp-content/uploads/2018/10/on24-cm-oct31-webinar-230x307-sb3a1a03c4-4b7f-4458-a083-75fdeb157373-3.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.pf-widget-content {
    background-color: transparent;
    background-position:top;
    background-size: fit;
    color: white;
	text-align:center !important;
}

.pf-widget-content a {
	background-color:#6362d7;
	padding:5px;
	color:#white;
	font-weight:bold;
	text-transform:uppercase;
}


.pf-widget-headline {
	font-size:18px !important;
	    margin-top: 0px !important;
	text-align:center !important;

	
}

 .pf-widget-message {
	 text-align:center !important;
   font-size:14px !important;
   font-weight:bold;
	
}

.pf-widget .pf-widget-btn.pf-widget-ok { background-color:#6362d7 !important; border-radius:0 !important; color:#FFFFFF !important;}

.pf-widget .branding {
    
}

.pf-widget-slideout.pf-widget-variant-2 .pf-widget-img {
    width: auto !important;
    height: auto !important;
    top: 370px !important;
    left: 46% !important;
}

.pf-widget .pf-widget-img {
    border-radius: 0% !important;
	
}

.pf-widget-slideout .pf-widget-content {
    padding: 40px 10px 130px 10px !important;
}





.dark-blue {
	background-color: #213469;
}
.c .module-title-bar.dark-blue {
	background-color: #213469;
}

#sidenav-accordion .module-title-bar{
	background-color: #213469;
}

.c .module.tabs ul.nav-tabs li.active{
	background-color: #ED1C24;
	color:#fff;
}

.c .module.tabs ul.nav-tabs li.active a{
	color:#fff;
}

.c .module.tabs ul.nav-tabs li{
	color: #ED1C24;
	background-color:#fff;
}

.c .module.tabs ul.nav-tabs li a{
	color: #ED1C24;
	background-color: #fff;
	background: #fff;
}

.c .nav-tabs.nav-justified{
	width:101%;
}

.tag-line-logo{
	margin-bottom:10px;
}


.no-c-paginator {
	overflow: hidden;
}

.no-c-container {
	display: none;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	position: relative;
}
.no-c-container.active {
	display: block;
}

.no-c-container.active.slideLeft {
	animation-name: slideLeft;
}
.no-c-container.active.slideRight {
	animation-name: slideRight;
}
.no-c-container.active.slideLeftRight {
	animation-name: slideLeftRight;
}


/* ==Animations */
@keyframes slideLeft {
	from {
		left: 0;
	}
	to {
		left: -100%;
	}
}

@keyframes slideRight {
	from {
		left: -100%;
		opacity: 0;
	}
	to {
		left: 0;
		opacity: 1;
	}
}

@keyframes slideLeftRight {
	from {
		left: 100%;
		opacity: 0;
	}
	to {
		left: 0;
		opacity: 1;
	}
}


.c .nav-colored>li:nth-of-type(1)>a,
.c .nav-colored>li:nth-of-type(1)>li>a {
	border-left: 6px solid #ee7623;
}
.c .nav-colored>li:nth-of-type(2)>a,
.c .nav-colored>li:nth-of-type(2)>li>a {
	border-left: 6px solid #79bc43;
}
.c .nav-colored>li:nth-of-type(3)>a,
.c .nav-colored>li:nth-of-type(3)>li>a {
	border-left: 6px solid #213469;
}
.c .nav-colored>li:nth-of-type(4)>a,
.c .nav-colored>li:nth-of-type(4)>li>a {
	border-left: 6px solid #ed1c24;
}
.c .nav-colored>li:nth-of-type(5)>a,
.c .nav-colored>li:nth-of-type(5)>li>a {
	border-left: 6px solid #f6b11f;
}
.c .nav-colored>li:nth-of-type(6)>a,
.c .nav-colored>li:nth-of-type(6)>li>a {
	border-left: 6px solid #5c2c81;
}


.c .module.tabs .tab-content #tab-pane-2{
	padding-right: 0;
	padding-bottom: 0;
	text-align: right;
}

/** home page carousel tweaks **/
@media (min-width: 1400px), (min-width:760px) and (max-width:980px) {
	.carousel-inner .item {
		background: #000;
	}

	.carousel-inner .item > a > img {
		max-height: 335px !important;
		width: 100% !important;
	}
}

.text-orange {
	color: #ee7623;
}   

/** remove right border on webinar pages */
.left-webinar-col {border-right: 0 none !important;}

/* search input */
.c .search .input-group input {
	height: 36px;
}
.c .search .input-group input::placeholder {
	color: #000;
}
.search .input-group-addon {
	background-color: white;
}

/** in-bucket house ad widget img **/
.widget_cbucket_widget .ai-ad-widget-house img,
.carousel-inner .ai-ad-widget-house img {
	max-width: 100%;
}
.carousel-inner .ai-ad-widget-house > a {
	display: block !important;
	text-align:center;
}