@media all and (max-width: 1440px) 

{

	.header .object img {
		width: 100%;
	}
	.header .object {
		bottom: 50px;
		max-width: 525px;
		width: 100%;
	}
	.inner  .header .object {
		bottom: 60px;
		max-width: 28rem;
	}
}
@media all and (max-width: 1366px) 

{

	.header h1 {font-size:48px;}
	.header strong {font-size:28px;}
	.header::before {background-size:60%;}
	.new_header1::before {background-size:84%;}
}

@media all and (max-width: 1280px) 

{
	.header .object {
		max-width: 410px;
	}
	.header h1 {
		font-size: 36px;
	}
	.header .location_date b {
		font-size: 22px;
		line-height: 31px;
	}
}

@media all and (max-width: 1024px) 

{
	.header {padding-top:100px;}
	.header .navigation {top:0;}
	.header .nav_bar {background:none; margin:0;}
	.header strong {margin-top:10px;}
	
	.overview .guest_speaker .content {padding:30px 30px 0;}
	.overview .guest_speaker .content .text small {padding-bottom:30px;}
}

@media all and (max-width: 768px) 

{
	.header {height:auto;}
	.header .row {height:auto;}
	.header .object {display:none; position:inherit; right:inherit; bottom:inherit; margin:50px 0 0;}
	
	.event_highlights .eh_blk {margin:0 0 10px; height:auto;}
	.event_highlights .eh_blk.common {flex-direction:column; gap:10px;}
	.event_highlights .eh_blk.common > * {width:100%;}
	.Objectives.who_attends .graphic {margin:20px 0 0;}
	.footer .ft_top h5 {padding:30px 0 20px;}
	.outcomes .point {height:auto; margin:0 0 10px;}
	.Objectives.who_attends .inner {display:block;}
	.Objectives.who_attends .inner .left {width:100%;padding: 35px 30px;}
	.Objectives.who_attends .inner .right {width:100%;}
	.Objectives.who_attends .inner .right img {border-radius:0 0 15px 15px;}
	
	.top_band {display:none;}
	h2 {
		font-size: 30px;
		padding: 0 0 20px;
	}
	.Objectives.who_attends .inner .right .collage_bx, .Objectives.who_attends .inner .right .collage_bx2, .Objectives.who_attends .inner .right .collage_bx3 {
		height: auto;
	}
	.Objectives.who_attends .inner .right .collage_bx2 {
		border-radius: 0 0 0px 0;
	}
	.Objectives.who_attends .inner .right .collage_bx3 {
		border-radius: 0 0 15px 15px;
	}
	
	
}



@media all and (max-width:640px) 

{
    .new_header1 .overview .guest_speaker .content {flex-direction:column;}
}
	
@media all and (max-width:480px) 

{	

}
	
@media all and (max-width:360px) 

{

}

@media all and (max-width:320px) 

{

}