<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*MOBILE DEVICES (Landscape and Portrait)*/
@media (max-width:1200px)
{
	body
	{
		overflow-x:hidden;
	}
}

@media (max-width:950px)
{
	body
	{
		overflow-x:hidden;
	}
	.wrapper
	{
		min-width:100% !important;
	}
	.main_content_continer
	{
		width:100% !important;
	}
	.main_content_main
	{
		clear:both;
	}
	/*Hide current header and Nav */
	.header,.navigationsection
	{
		display:none;
	}
	
	
	
	/* 3 across */
	.lists
	{
		width:100% !important;
	}
	.lists .vedio
	{
		float:none;
		margin:0 auto;
	}
	.lists .snapshot
	{
		clear:both;
		float:none;
		margin:0 auto;
		margin-top:50px !important;
	}
	.lists .news
	{
		clear:both;
		float:none;
		margin:0 auto;
		margin-top:50px !important;
	}
	.news
	{
		padding: 20px 30px 50px !important;
	}
	
	
	/*footer*/
	.footer_top, .footer
	{
		display:none;
	}
	
	
	
	/* POPUP AD */
	.adcontainer
	{
		width:90% !important;
		height:auto !important;
		margin-top:50px !important;
	}
	.adcontainer img
	{
		width:100%;
	}
	.adcontainer h1
	{
		font-size: 1.5em !important;
	}
	
	
	
	
	
	
	/*PAGES */
	/*About us.cfm &amp; about-us_FR.cfm*/
	
	
	.aboutinfo &gt; iframe
	{
		width:100%;
		height:auto;
	}
	.about_continer
	{
		width:100%;
	}
	.leftsidebar
	{
		width:100%;
	}
	.leftsidebar .aboutinfo
	{
		width:100%;
	}
	.aboutinfo p img
	{
		width:100% !important;
		padding:0px !important;
		padding-bottom:10px !important;
		height:auto !important;
	}
	.leftsidebar .aboutinfo p
	{
		padding:0px 5px;
	}
	.aboutinfo ul
	{
		padding-left:5px;
		margin-top: 10px;
		float:none !important;
	}
	.center div
	{
		width:100%;
	}
	.commentcontainer
	{
		display:none;
	}
	
	/* Contact */
	.aboutinfo table
	{
		text-align: center;
    	width: 300px !important;
		margin:0 auto;
	}
	.aboutinfo td 
	{
    	display: inline-block;
    	width: 100%;
	}
	
	/*Program Intro */
	.programintrobuttons
	{
		float:left !important;
		margin:0 auto !important;
		width:100%;
		margin-top:20px !important;
	}
	
	/* Program.cfm */
	.about_continer .programs .leftsidebar 
	{
		float: left;
		width: 100%;
	}
	
	.about_continer .programs .leftsidebar .aboutinfo
	{
		width:100%;
	}
	.aboutinfo .info4
	{
		width:100%;
	}
	.bring
	{
		width:250px;
		margin:20px auto;
		float:none;
		text-align:center;
		height:auto;
		clear:both;
	}
	
	/* Camps */
	.leftsidebar .aboutinfo p, .leftsidebar .aboutinfo ul 
	{
    	padding: 0 10px !important;
	}
	.leftsidebar .aboutinfo dl
	{
		padding: 0 10px !important;
	}
	.aboutinfo .info4 img
	{
		width:100%;
		padding:0 !important;
		height:auto !important;
	}
	
	
}
@media (max-width:500px)
{
	.banner
	{
		height:295px !important;
	}
}

.fb-like-box.fb_iframe_widget iframe 
{
    left: 0 !important;
}
.ad2
{
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.adcontainer
{
	word-wrap: break-word; 
	text-align: left;  
	margin:200px auto;
	z-index: 1000; 
	background: #e3b035;
	border: solid 1px #000000;
	font-family: verdana; 
	 
	color:#000;
	font-weight: bold;
	width: 600px;
	height: 530px;
	padding: 0 10px 10px 10px;
}
.adcontainer h1
{
	font-size: 1.75em !important;
}
</pre></body></html>