<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

@media (max-width: 1600px){
	.parallax {
		background-size: auto auto;
	}
}


@media (max-width: 1080px) {
	

	.box-body img { max-width: 100%; height: auto; }
	
	/* Hide Stuff */
	
	
	
	/* Show Stuff */
	

	
	/* Main Layout */

	
	.main_container {
		min-width: 100%;
	}
	.boxed, 
	.box-body {
		width: 100%!important;
		float: none!important;
		max-width: 100%!important;
	}
	.padding-center,
	.padding-left,
	.padding-right {
		padding: 25px;
	}
	.padding100 {
		padding: 50px;
	}
	.padding50 {
		padding: 35px;
	}
	.videowrapper {
   	float: none;
   	clear: both;
   	width: 100%;
   	position: relative;
   	padding-bottom: 56.25%;
   	padding-top: 0px;
   	height: 0;
	}

	.videowrapper iframe {
   	position: absolute;
   	top: 0;
   	left: 0;
   	width: 100%;
   	height: 100%;
	}
	
	
	/* Header */
	
	.box-header-contact,
	.box-header-login .btn {
		font-size: 12px;
		line-height: 18px;
	}
	.box-header-login .btn {
		padding: 10px 5px 10px 5px;
	}
	.menu_item,
	.menu_selected {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
	}

	/* Footer */	
	

}

@media (max-width: 800px){

	
	/* Hide Stuff */
	
	.hide800 {
		display: none;
	}
	
	/* Main Layout */
	
	.padding35,
	.padding50,
	.padding100 {
		padding: 25px;
	}
	H1 {
		font-size : 36px;
		margin-bottom : 10px;
		margin-top: 0px;
		font-family: 'robotolight';
		font-weight: normal;
		font-style: normal;
		color: #613a78;
		line-height: 42px;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 15px;
	}
	H2 {
		font-size : 24px;
		margin-bottom : 5px;
		margin-top: 0px;
		font-family: 'robotobold';
		font-weight: normal;
		font-style: normal;
		color: #333;
		line-height: 30px;
	}
	H3 {
		font-size : 16px;
		margin-bottom : 0px;
		margin-top: 0px;
		font-family: 'robotobold';
		font-weight: normal;
		font-style: normal;
		color: #613a78;
	}
	.span_12 {
		width: 100%;
	}

	.span_11 {
		width: 100%;
	}

	.span_10 {
		width: 100%;
	}

	.span_9 {
		width: 100%;
	}

	.span_8 {
		width: 100%;
	}

	.span_7 {
		width: 100%;
	}

	.span_6 {
		width: 100%;
	}

	.span_5 {
		width: 100%;
	}

	.span_4 {
		width: 100%;
	}

	.span_3 {
		width: 100%;
	}

	.span_2 {
		width: 100%;
	}

	.span_1 {
		width: 100%;
	}

	

	/* SlickNav */	

	.desktop-menu {
		display: none;
	}
	.js .slicknav_menu {
		display: block;
	}
	.slicknav_brand {
   	width:50%;
	}
	.slicknav_brand img {
   	width: 100%;
   	max-width: 300px;

	}
	.slicknav_btn {
		float: right;
	}
	.search-label {
		padding: 0;
		color: #613a78;
		position: absolute;
		z-index: 999;
		top: -30px;
		right: 15px;
		width: auto;
		font-size: 18px;
	}
	#menu-scroll {
		position: absolute!important;
	}
	
	/* Header */
		
	.box-logo {
		display: none;
	}
	.box-header-contact {
		display: none;
	}
	.box-header-login {
		padding: 5px 0 0 0;
	}
	.box-header-login .btn {
		width: 50%;
		float: left;
	}
	.box-member-info {
		position: relative;
		top: 0;
	}
	.box-header-right {
		padding-top: 0;
	}

	/* Footer */	
	
	.footer-right, .footer-left {
		text-align: center;
	}
	.box-footer-top .col {
		padding-top: 25px;
	}

	/* Homepage */
	
	.bg-trans-curve {
		background-image: none;
		background-color: rgba(255,255,255,0.85);
	}
	.box-home-locator .span_7 {
		width: 70%;
	}
	.box-home-locator .span_5 {
		width: 30%;
	}
	.bg-main-banner {
		height: 400px;
		background-size: cover;
		background-position: bottom!important;
	}
	
	/* -------------------------- Forms -------------------------- */


	.box-form .lbl {
		text-align: left;
	}
	.box-events-register .lbl,
	.box-events-register .fld {
		display: block;
		width: 100%;
	}

}

@media (max-width: 550px){
	.hide550 {
		display: none;
	}
	.search-label {
		top: -20px;
	}
	.box-home-locator .span_7 {
		width: 100%;
	}
	.bg-main-banner {
		height: 250px;
	}
	.box-main-banner h1 {
		font-size: 24px;
		line-height: 30px;
	}
}</pre></body></html>