@charset "utf-8";
/* CSS Document */
/* Copyright 2015 Propaganda Design Inc. */

/*-------------------------------------------------------------------
	Less than 960px
-------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	section { width:90%; }
}

/*-------------------------------------------------------------------
	Less than 768px
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

}

/*-------------------------------------------------------------------
	Less than 595px (Mobile)
-------------------------------------------------------------------*/
@media screen and (max-width: 595px) {
	.l-grid > div { float:none !important; padding:0 0 0 0 !important; width:100% !important; margin:0 auto !important; }
	.navigation-trigger { display:block; background:url(../images/common/nav-trigger.png) no-repeat; width:50px; height:37px; float:right; position:relative; top:50px; }
	.navigation > ul > li > ul { zoom:1; filter:alpha(opacity=100); opacity:1; display:block; position:relative; }
	.navigation > section  { width:100%; }
	.navigation > section > ul > li, .navigation > section > ul > li > ul > li, .navigation > section > ul > li a { width:100%; display:block; }
	.logo { width:200px; height:72px; background-size:cover; float:left; }
	.sub-navigation { display:none; }
	.flex-direction-nav { display:none; }
	h1 { font-size:25px; line-height:26px; }
	h2 { font-size:21px; line-height:24px; }
	#map_canvas { height:200px; }
	footer, #l-wrap:after { height:300px; }
	.rbq { float:left; }
	.show { display:block; }
	.hide { display:none; }
	
	.l-grid-sm > div { float:left !important; ; padding:0 2% 0 0!important; width:inherit !important; margin:inherit !important; }
	.l-grid > .sm-l-grid-10 { width:20%!important; }
	.l-grid > .sm-l-grid-80 { width:60%!important; }
}


/*-------------------------------------------------------------------
	Retina Displays
-------------------------------------------------------------------*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
	
}
