.cd-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-top: 4px solid #90181B;
    border-bottom: 4px solid #90181B;
    overflow: hidden;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
}
.cd-tabs:after {
    content: "";
    display: table;
    clear: both;
}
.cd-tabs::after {
    /* subtle gradient layer on top right - to indicate it's possible to scroll */
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
    display: none;
}
.cd-tabs.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

/* CD TABS NAV */
.cd-tabs nav {
    width: 100%;
    height: auto !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #ededed;
}

/* CD TABS NAVIGATION */
.cd-tabs-navigation {
    display: block;
    width: 100%;
    padding: 0 !important;
    list-style: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}
.cd-tabs-navigation li {
    float: left;
    width: auto;
    padding: 0 !important;
    border-right: 1px solid rgba(0,0,0,0.05);
}
.cd-tabs-navigation li:last-child{
	border-right: 0px;
}
.cd-tabs-navigation a {
    position: relative;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 22px 28px;
    text-align: ;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #919191;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cd-tabs-navigation a .fa{
	display: none;
}
.no-touch .cd-tabs-navigation a:hover {
    color: #2a2a2a;
}
.cd-tabs-navigation a.selected,
.cd-tabs-navigation a.selected:hover {
    background-color: #f8f8f8 !important;
    border-bottom: 0px solid #f8f8f8;
    color: #90181B;
}
@media screen and (max-width: 992px){
	.cd-tabs-navigation a{
		padding: 20px 22px;
		font-size: 0px;
		text-align: center;
		border-right: 1px solid #E3E3E3;
	}
	.cd-tabs-navigation a .fa{
		display: block;
		font-size: 18px;
	}
}

/* CD TABS CONTENT */
.cd-tabs-content {
    width: 100%;
    padding: 0 !important;
    list-style: none !important;
}
.cd-tabs-content li {
    display: none;
    padding: 50px !important;
    background: #f8f8f8;
}
.cd-tabs-content li.speaking-topics,
.cd-tabs-content li.workshop-topics{
    padding: 0 !important;
}
.cd-tabs-content li.client-list h3:nth-of-type(1){
	padding-top: 0px;
}
.cd-tabs-content .max-height{
	max-height: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.cd-tabs-content li.selected {
    display: block;
    -webkit-animation: cd-fade-in 0.5s;
    -moz-animation: cd-fade-in 0.5s;
    animation: cd-fade-in 0.5s;
}
.cd-tabs-content li h3{
	font-size: 22px;
	line-height: 1.3;
}
.cd-tabs-content li h4{
	line-height: 1.4;
}
.cd-tabs-content li p {
	margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
.cd-tabs-content li ul{
    list-style: disc outside none !important;
    padding: 0px 10px 18px 25px !important;
}
.cd-tabs-content li ul li{
	position: relative !important;
	display: block !important;
    margin: 0 !important;
    padding: 0 0 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}
.cd-tabs-content li ul li:before{
	position: relative;
	float: left;
	content: "‧";
	margin: -9px 0 0 -22px;
	font-size: 28px;
}
@media screen and (max-width: 992px){
	.cd-tabs-content li{
		padding: 35px 20px !important;
	}
	.cd-tabs-content .max-height{
		max-height: 250px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.cd-tabs-content li h3{
		font-size: 18px;
		line-height: 1.3;
	}
	.cd-tabs-content li p {
		margin: 0 0 12px;
		font-size: 14px;
	}
	.cd-tabs-content li ul li{
		padding: 0 0 10px !important;
		font-size: 14px !important;
		line-height: 1.4 !important;
	}
}

/* RELATED ARTICLES */
.tab-related-articles{ }
.tab-related-articles .item{
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d4d4d4;
}
.tab-related-articles .item h4.source{
	margin: 0 0 4px;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-indent: 21px;
}
.tab-related-articles .item h3.link{
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}
.tab-related-articles .item h3.link a:hover{
	text-decoration: underline;
	color: #90181B;
	opacity: 1;
}
.tab-related-articles .item h3.link .fa{
	margin: 0 10px 0 -20px;
	font-size: 14px;
}

/* MEDIA BOOKS */
.tab-media-books{ }
.tab-media-books .item{
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d4d4d4;
}
.tab-media-books .item .promo-image{
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	width: 85px;
	height: 105px;
	border: 2px solid #fff;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.tab-media-books .item h4.source{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.tab-media-books .item h3.link{
	position: relative;
	margin: 0;
	padding: 0;
	width: auto !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.tab-media-books .item h3.link a:hover{
	text-decoration: underline;
	color: #90181B;
	opacity: 1;
}

/* HIGHLIGHTS AWARDS */
.highlights-awards h3 {
    margin: 0;
    padding: 0 0 15px;
}

/*  bhoechie tab */
div.bhoechie-tab-container,
div.bhoechie-tab-container2{
    display: inline-block;
    z-index: 10;
    width: 100%;
    min-height: 400px;
    padding: 0 !important;
    background-clip: padding-box;
}
div.bhoechie-tab-menu,
div.bhoechie-tab-menu2{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group,
div.bhoechie-tab-menu2 div.list-group2{
    margin: 0;
    padding: 40px 15px 40px 22px;
    z-index: 2;
}
div.bhoechie-tab-menu div.list-group:before,
div.bhoechie-tab-menu2 div.list-group2:before{
    position: absolute;
    display: block;
    content: "";
    height: 9999px;
    width: 100%;
    background: #f8f8f8;
    top: 0;
    bottom: 0;
    z-index: 0;
}
div.bhoechie-tab-menu div.list-group>a,
div.bhoechie-tab-menu2 div.list-group2>a{
	position: relative;
	display: block;
    margin: 0 0 0 15px;
    padding: 10px 24px 10px 0;
    margin-bottom: 0;
    color: #212121;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    border: none;
    border-top: 2px solid #ededed;
    background: transparent;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
div.bhoechie-tab-menu div.list-group>a:first-child,
div.bhoechie-tab-menu2 div.list-group2>a:first-child{
	border-top: 0px;
}
div.bhoechie-tab-menu div.list-group>a:after,
div.bhoechie-tab-menu2 div.list-group2>a:after{
	position: absolute;
	display: block;
	content: "\f054";
	font-family: 'FontAwesome';
	top: 15px;
	right: 12px;
	font-size: 10px;
	color: #a1a1a1;
	z-index: 4;
}
div.bhoechie-tab-menu div.list-group>a:hover,
div.bhoechie-tab-menu2 div.list-group2>a:hover{
	opacity: 0.55;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu2 div.list-group2>a.active{
    background-color: transparent;
    border-color: #ededed;
    color: #90181B;
}
div.bhoechie-tab-menu div.list-group>a.active:after,
div.bhoechie-tab-menu2 div.list-group2>a.active:after{
	color: #90181B;
}
div.bhoechie-tab-content,
div.bhoechie-tab-content2{
    display: block; 
    position: relative; 
    padding: 35px 55px 65px 35px !important;
    height: auto !important;
    max-height: 400px !important; 
    width: 100%; 
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    
    -webkit-animation: cd-fade-in 0.5s;
    -moz-animation: cd-fade-in 0.5s;
    animation: cd-fade-in 0.5s;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active),
div.bhoechie-tab2 div.bhoechie-tab-content2:not(.active){
    display: none;
}
@media screen and (max-width: 992px){
	div.bhoechie-tab-menu div.list-group,
	div.bhoechie-tab-menu2 div.list-group2{
		margin: 0;
		padding: 20px;
		min-height: auto;
		z-index: 2;
	}
	div.bhoechie-tab-menu div.list-group>a,
	div.bhoechie-tab-menu2 div.list-group2>a{
		margin: 0;
		font-size: 14px;
		border: none;
		border-bottom: 2px solid #ededed;
	}
	div.bhoechie-tab-menu div.list-group>a.active,
	div.bhoechie-tab-menu2 div.list-group2>a.active{
		background-color: transparent;
		border-color: #ededed;
		color: #90181B;
	}
	div.bhoechie-tab-menu div.list-group>a.active:after,
	div.bhoechie-tab-menu2 div.list-group2>a.active:after{
		color: #90181B;
	}
	div.bhoechie-tab-content,
	div.bhoechie-tab-content2{
		padding: 5px 20px 30px 20px !important;
		height: auto !important; 
		max-height: 100% !important;
		width: 100%; 
		font-size: 14px;
	}
	div.bhoechie-tab-content h3,
	div.bhoechie-tab-content2 h3{
		font-size: 18px;
		line-height: 1.3;
	}
}



@media print {
    header,
    footer.main-footer,
    nav.cd-nav,
    #breadcrumbs,
    #quick-facts,
    #upcoming-events,
    .rrssb-buttons,
    #speaker-detail .speaker-video-fallback-image,
    .speaker-buttons,
    .quick-book-popup{
        display: none;
    }
   .cd-tabs{
        display: none;
    }
}


@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

