<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;
	}
	.home-top-banner {
		min-height: 500px;
	}
	.main-banner-tagline {
		left: 10%;
	}
}


/* max-width: 1080px */

@media (max-width: 1080px) {
	

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

	
	/* Main Layout */

	
	
	.main_container {
		min-width: 100%;
	}
	.boxed, 
	.box-body, 
	.box-right, 
	.box-left, 
	.box-main-2-column, 
	.box-main-3-column {
		width: 100%!important;
		float: none!important;
		max-width: 100%!important;
	}
	.home-body .box-right, 
	.home-body .box-main-2-column  {
		min-height: auto!important;
	}
	.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 */
	.bg-header {
		background-image: none;
	}

	
	/* Footer */	
	
	.footer-left, .footer-right {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	/* Homepage */
		.home-bottom-banner {
	background-image: none;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: white;

}
	.box-home-left,
	.box-home-right,
	.box-home-location-left,
	.box-home-location-right  {
		width: 100%;
		float: none;
	}
	.box-home-left {
		text-align: center;
	}
	.bg-home-bar a {
		display: block;
	}

 	/* Sub Page */
 
 }	
 
 
@media (max-width: 800px) {

	/* Main Layout */
	
	.box-body td {
		display: block;
		width: 100%;
	}

	/* Homepage */
	
	.box-home-right td {
		display: block;
		width: 100%;
	}
	.featured-left {
		padding-right: 0px;
	}
	.featured-right {
		border-left: 0px solid #dcdcdc;
		padding-left: 0px;
	}
	.main-banner-tagline {
		left: 5%;
		font-size: 48px;
		line-height: 52px;
	}

	/* Header */
	.box-menu {
		display: none;
	}
	.header-left, 
	.header-right {
		width: 100%;
		float: none;
	}
	.header-right .box-phone {
		background-color: #1a5793;
		color: white;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	.header-right .box-phone a {
		color: white;
	}
	.header-right .box-social,
	.header-right .box-address {
		display: none;
	}
	
	/* Footer */	
	.box-footer .column {
		width: 100%;
		float: none;
		padding: 20px;
	}


/* Custom Styles */
	.table-parent-locations td,
	.table-locations td
	{
		width: 100%;
		display: block;
		padding: 0;
	}
	.table-locations td {
		border-top: none;
	}
	.table-locations h2 {
		border-top: 2px solid #dcdcdc;
		margin-top: 15px;
		padding-top: 15px;
		display: block;
	}
	.table-locations img {
		margin: 15px;
	}
	
	 /* -------------------------- Testimonials -------------------------- */
	.box-testimonials {
		-moz-column-count: 2;
    	-webkit-column-count: 2;
    	column-count: 2;
	}


	
/* SlickNav */	
	.box-menu,
	.header-left{
	display:none;
	}
	.header-right .box-phone{
	margin: 81px 0 0 0;
	}
	.js .slicknav_menu {
	display:block;
	padding: 5px;
	}
	.slicknav_brand {
   width:35%;
	}
	.slicknav_brand img{
   max-height: 90px;
   width: auto;
	}
	.slicknav_menu{
	position: fixed;
	width: 100%;
	}

}

@media (max-width: 690px){
	.slicknav_brand {
   width:43%;
	}
}

@media (max-width: 550px){

	/* Homepage */
	
	.big-home-buttons a {
		width: 100%;
	}
	.bg-home-locations,
	.home-top-banner {
		display: none;
	}
	.home-body {
		margin-top: 0px;
		box-shadow: none;
	}
	.header-right {
    padding: 70px 0 0 0;
	}
	.slicknav_brand {
   width: 40%;
	}
	.header-right .box-phone {
   margin: 0;
	}
	.slicknav_menu .slicknav_btn .slicknav_menutxt {
   display: none;
	}
	.slicknav_brand img{
   max-height: 60px;
   width: auto;
	}
	
		 /* -------------------------- Testimonials -------------------------- */
	.box-testimonials {
		-moz-column-count: 1;
    	-webkit-column-count: 1;
    	column-count: 1;
	}

}

@media (max-width: 450px){
	.slicknav_brand {
   width: 47%;
	}
}

@media (max-width: 350px){


	/* Main Layout */
		
		H1 {
			font-size : 36px;
			line-height: 42px;

		}
		H2 {
			font-size : 24px;
			line-height: 28px;
		}


	/* Header */
	
	.header-right .box-address {
		display: none;
	}
	
	/* Homepage */
	
	.home-body h1 {
		text-align: center;
	}
	.bg-home-bar {
		font-size: 18px;
		line-height: 24px;
	}
	
	/* Slicknav */
	.slicknav_brand {
   width: 65%;
	}
}




























</pre></body></html>