#host-tabs .card {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 8px;
	border-bottom: 3px solid #ccc;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.host-slider-wrapper.participating-no-carousel {
    text-align: center;
	margin-bottom: 37px;
}
.host-slider-wrapper.participating-no-carousel .card {
	display: inline-block;
	text-align: center;
	margin-right: 20px;
}
.host-slider-item {
	position: relative;
}
.host-slider-item:hover {
	cursor: pointer;
}
.card-image {
	position: relative;
	height: 100%;
}
.card-image-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	border-radius: 8px 8px 0 0;
}
#host-tabs .card-image img {
	max-width: 100%;
	border-radius: 8px 8px 0 0;
}
.slick-list {
	padding-bottom: 37px;
}
.slick-slide img {
	display: block;
}
#host-tabs .card-heading {
	position: absolute;
	top: 50%;
	color: #fff;
	width: 100%;
	text-align: center;
}
.card-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	letter-spacing: 0.15px;
	color: #4B4949;
	margin-bottom: 10px;
	margin-top: 15px;
}
#host-tabs .card-title {
	color: #fff;
	margin-bottom: 0 !important;
}
.card-desc {
	margin-bottom: 20px;
}
#host-tabs .card-desc {
	font-size: 16px;
}
.card-body {
	padding: 20px;
}
.card-icon {
	display: inline-block;
	background: #66b65d;
	padding: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
#primary a {
	color: #599b44;
}
.card-icon a i {
	color: #fff;
}
.current-slide .arrow-wrapper {
	display: block;
}
.arrow-wrapper {
	position: absolute;
	left: 39%;
	display: none;
}
.tab-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 40px;
	border-color: transparent transparent #f1eded transparent;
}
.tooltipsted {
	position: absolute;
	background-color: rgba(102,182,93,0.8);
	color: #fff;
	padding: 10px;
	font-size: 13px;
	border-radius: 8px;
	top: 8%;
	width: 80%;
	left: 10%;
	display: none;
	font-family: 'Hind', sans-serif;
}
.host-session-content {
	transition: all 0.35s;
	display: none;
	color: #000;
}
.host-session-content.tab-current {
	display: block;
	transition: all 0.35s;
	padding-bottom: 60px;
	position: relative;
	color: #000;
}
.host-session-inner {
	background-color: #f1eded;
	padding: 40px;
}
.card-icon.inside-host-content {
	position: absolute;
	top: 30px;
}
.section-title h3 {
	margin-bottom: 46px;
	font-size: 28px;
}
.host-content-wrapper {
	font-weight: 400;
	font-size: 19px;
}
.button-wrapper {
	margin-top: 40px;
}
.participating-carousel-mobile {
	display: none;
}
.host-slider-wrapper .slick-arrow {
	position: absolute;
	top: 30%;
	z-index: 9999;
}
.host-slider-wrapper .slick-arrow i {
	font-size: 90px;
}
.host-slider-wrapper .slick-arrow:hover {
	cursor:pointer;
}
.host-slider-wrapper .host-prev {
	left: -50px;
	color: #66b65d;
}
.host-slider-wrapper .host-next {
	right: -40px;
	color: #66b65d;
}
li span {
	font-size: 19px;
}
@media (max-width:767px) { 
	.participating-carousel-mobile {
		display: block;
	}
	.participating-no-carousel {
		display: none;
	}
	.host-slider-wrapper .slick-slide {
		margin-left: 20px !important;
	}
	
	.host-slider-wrapper.slick-initialized.slick-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
	.host-slider-wrapper .slick-arrow {
		top: 29% !important;
	}
	.host-slider-wrapper .slick-arrow:hover {
		cursor: pointer;
	}
	.host-slider-wrapper .host-prev {
		left: 10px !important;
		z-index: 9;
		color: #66b65d;
	}
	.host-slider-wrapper .host-next {
		right: 10px !important;
		z-index: 9;
		color: #66b65d;
	}
	.participating-carousel-desktop {
		display: none;
	}
	.host-session-inner {
		padding: 30px;
	}
	.agenda--special .agenda-day_item {
	    grid-template-columns: 100% !important;
	}
	.host-slider-item {
		width: 295px !important;
	}
	.col-md-12.text-center.section-title {
	    margin-top: 50px;
	}
}	