
.anual-sumit .cover-image{
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.anual-sumit .cover-image img{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	object-fit: cover;
	width: 100% !important;
	min-height: 100% !important;
}
.anual-sumit .title-anual{
	position: relative;
}
.anual-sumit .title-anual h1{
	margin: 0px;
	padding: 0px;
	font-size: 64px !important;
	line-height: 70px !important;
	position: relative;
}
.anual-sumit .title-anual:before{
	content: '';
	top: 0px;
	bottom: 0px;
	position: absolute;
	background-color: rgb(22, 195, 175);
	width: calc(100vw );
	left: calc(100vw * -1);
}
.anual-sumit .title-anual span{
	background-color: rgb(22, 195, 175);
	color: white;
	font-size: 60px !important;
	line-height: 84px !important;
	font-family: var(--secondary-font);
	font-weight: 600;
	
}

.anual-sumit .cover-content{
	width: 100%;
	height: 650px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.anual-sumit .cover-content h2{
	color: white;
	
	font-family: var(--secondary-font);
	font-weight: 500;
	font-size: 28px;
}
.anual-sumit .cover-content h2.underline{
	text-decoration: underline;
}
.anual-sumit .cover-content p{
	font-size: 26px;
	font-family: var(--primary-font);
	color: white;
	line-height: 40px !important;
}

@media all and (max-width: 768px) {
	.anual-sumit .title-anual h1{
		line-height: 50px !important;
		font-size: 40px !important;
	}

	.anual-sumit .title-anual h1 span{
		line-height: 50px !important;
		font-size: 40px !important;
	}
	.anual-sumit .title-anual:before{
		top: -4px;
		bottom: -4px;
		margin-left:2px;
	}
	.anual-sumit .cover-content  h2{
		font-size: 24px !important;
	}
	.anual-sumit .cover-content p{
		font-size: 18px !important;
	}
}

.sticky-top-summit{
	position: sticky;
	top: 90px;
	background-color: white;
}

@media all and (max-width: 768px) {
	.sticky-top-summit-parent{
		position: sticky;
		top: 80px;
		border-bottom: 1px solid rgba(0, 0, 0, .10);
		background-color: white;
		z-index: 99;
	}
}
.title-line{
	position: relative;
	font-family: var(--secondary-font);
	font-size: 18px;
	font-weight: 500;
}
.title-line:before{
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	top: 50%;
	border-bottom: 1px solid #E2E2E2; 
}
.title-line span{
	padding-right: 5px;
	z-index: 1;
	position: relative;
	background-color: white;
}

.sponsor_rows{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.sponsor_rows.sponsor_center{
	justify-content: center;
}

.sponsor{
	width: 400px;
	height: 120px;
	position: relative;
	margin: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.sponsor img{
	max-width: 100%;
	max-height: 100%;
}

.sponsor.sponsor_medium{
	width: 300px;
	height: 80px;
}
.sponsor.sponsor_small{
	width: 170px;
	height: 50px;
}

.featured_speaker{
	padding:45px 0px;
	position: relative;
}

.featured_speaker p{	
	font-size: 12px !important;
	line-height: 14px !important;
}

.featured_speaker p b{
	font-size: 14px !important;
	line-height: 16px !important;
}

/*.featured_speaker:before{
	content:'';
	position: absolute;
	top:0px;
	width:50%;
	border-top:2px gray solid;	
}*/

.featured_speaker a{
	color:#000;
}

.speaker_image img{
	width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    border-radius: 50%;
    max-width: 150px !important;
    margin:auto;
}
#attendee_list_slider{
	display: flex;
	flex-direction: row;
	column-gap: 30px;
	flex-wrap: wrap;
}
#attendee_list_slider.collapsed {
    max-height: 245px;
    overflow: hidden;
	
    transition: max-height 0.4s ease;
}
#attendee_list_slider .attendee_item{
	display: flex;
	flex-direction: column;
}
#attendee_list_slider .attendee_item span{
	color: #666;
	font-size: 14px;
}

#attendee_list_slider.expanded {
    max-height: none;
}

@media all and (max-width: 768px) {
	.sponsor_rows{
		justify-content: space-between;
	}
	.sponsor{
		margin-right: 0px;
	}
	.sponsor.sponsor_large{
		width: 100%;
		margin-right: 0px;
	}
	.sponsor.sponsor_medium{ 
		width: calc((100vw - 90px) / 2);
	}

	.featured_speaker{
		padding: 15px 0px;
	}

	.speaker_image img{
		width: 120px !important;
	    height: 120px !important;	    
	    max-width: 120px !important;
	}
}

.img-venue{
	width: 100%;
	height: auto;
	border:10px solid #16C3AF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .10);
}