/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2026 | 22:18:53 */
@media screen and (min-width: 1300px) {
	#homepagemeetings > .fusion-column-wrapper {
		width: 640px;
	}
	#homepagemeetings .nestedcol {
		width: 375px;
		margin-left: auto;
        margin-right: 250px;
	}
	
	#homepagesports, #homepagemeetings {
		width: 675px;
	}
	
	#homepagesports > .fusion-column-wrapper {
		width: 640px;
	}
	#homepagesports .nestedcol {
		width: 375px;
		margin-left: auto;
        margin-right: 250px;
	}
}

@media screen and (max-width: 1299px){
		#homepagemeetings .fusion-flex-justify-content-center, #homepagesports .fusion-flex-justify-content-center{
		justify-content: left; 
	}
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
	#homepagemeetings .nestedcol, #homepagesports .nestedcol {
		width: 400px;
	}
	
	#homepagemeetings, #homepagesports {
		width: 675px;
		margin: 20px auto;
	}

}

@media screen and (max-width: 1023px) and (min-width: 500px) {
	#homepagemeetings .nestedcol, #homepagesports .nestedcol {
		width: 375px;
	}
	
	#homepagemeetings, #homepagesports {
		width: 615px;
		margin: 20px auto;
	}
}
