﻿/*===================== 
	Color information
	

	dark grey #313131
	lt green #69bd4a
	Green #3f8e43
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
		word-break: break-all;
	}
	h3 {font-size: 16px;
	font-weight: bold;}
	h4 {}
	h5 {}
	h6 {}

p {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}
.font-green {
	color:#69bd4a;
}
.font-center {
	text-align: center;
} 
.font-white {
	color:#fff;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #FFFCFC; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 700;
	}
.head-cont {
	padding: 0 3%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
	}
header {
	margin: 0 auto;
	background: #000;
	position: relative;
	border-bottom: 5px solid #fff;
	}
.top-header {
	background: #3f8e43;
	padding: 15px 0;
	display:block;
}
.head-tag {
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.head-phone {

	text-align: center;
}
.head-phone a {
	color: #fff;
	font-size: 13px;
}
.head-phone a i {
	color: #000;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.head-phone a:hover {
	color: #000;
}
.head-logo {
	width:25%;
	height: auto;
	position: absolute;
	top:10px;
	left:0;
	padding: 0 0px 10px 3%;
	z-index:200;
}
.head-logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*===================== 
	nav styles 
=======================*/
.nav-cont {
	width: 72%;
}
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		display: flex;	
		height: 7vw;
		max-height: 100px;
		flex-flow: row;
		align-items: center;
		justify-content: space-around;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 700;
				cursor: pointer;
				}	
			nav.primary ul li a:hover {
				color:#69bd4a;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #69bd4a;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover {
				color:#000;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 250px;
    position: relative;
    margin:0;
}


/*===================== 
	slideshow styles 
=======================*/

.cycle-slideshow img {
	width: 100%;
	height: auto;
	display: block;
	}
.cycle-slideshow a {
	width: 100%;
	height: auto;
	display: block;
	}

/* pager */
.cycle-pager { 
    text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: 20px;
	overflow: hidden;
	}
.cycle-pager span {
    font-family: arial;
    font-size: 0;
    width: 14px;
    height: 14px;
    margin: 5px;
    display: inline-block;
    background-color: rgba(255,255,255,0.41);
    cursor: pointer;
    border: 3px solid rgba(255,255,255,0.75);
    border-radius: 12px;
	}
.cycle-pager span.cycle-pager-active {
	background-color: rgba(20,20,20,0.75);	
	}
/*===================== 
	slider styles 
=======================*/
.home-slider-1 {
	padding:40px 0 20px 0;
}

.brand-logo img {
	max-width: 100%;
	margin:0 auto;
	padding:0 10px;
	box-sizing: border-box;
}
.slick-arrow {
	display: none!important;
}

/*===================== 
	Search styles 
=======================*/
.search-wrap {
	width: 100%;
	margin: 0;
	padding: 40px 0;
	background: #3f8e43;
	}

.search-flex {
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	}

.search-wrap .container-1 h1 {
	padding: 0 0 10px 0;
	}
.search-input {
	width: 24%;
	padding:10px;
	margin:0 10px;
	box-sizing: border-box;
}
.search-input input[type="text"], .search-input select {
	font-size: 16px;
	color: #313131!important;
	padding:20px;
	border: none;
	outline: none;
	font-family: 'Roboto', sans-serif;
} 

.search-button {
	font-size: 16px;
	color:#fff;
	background: #313131;
	padding: 10px;
	width:15%;
	border:none;
	outline: none;
	font-family: 'Roboto', sans-serif;
}
.search-button:hover {
	color:#313131;
	background:#fff;
}

/*===================== 
	home about content styles 
=======================*/
.about-container-home {
	margin: 0 auto;
	padding: 40px 3%;
}
.about-container-home a {
	color:#69bd4a;
}
.about-container-home a:hover {
	text-decoration: underline;
}
.about-button-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.about-button {
	display: block;
	width: 28%;
	position: relative;
	overflow: hidden;
}
.about-button img {
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1.1,1.1);
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.about-button-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:20px;
	text-align: center;
	top:0;
	background:rgba(49,49,49,0);
	color: rgba(255,255,255,0);
	font-size: 14px; 
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.about-button-info {
	position: absolute;
	width: 100%;
	height: 25%;
	text-align: center;
	bottom:0;
	background: #313131;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-button:hover .about-button-overlay {
	background:rgba(49,49,49,0.70);
	color: rgba(255,255,255,1);
}
.about-button:hover img {
	transform: scale(1,1)
}
.about2-flex {
	display: flex;
	flex-flow: row;
}
.about-cont-grey {
	background: #313131;
	padding: 3% 1% 3% 3%;
	box-sizing: border-box;
	width:50%;
	display: flex;
	justify-content: center;
	align-content: center;
}
.about-cont-grey img {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
	}
.about-cont-green {
	background: #3f8e43;
	padding: 3% 3% 3% 1%;
	box-sizing: border-box;
	width:50%;
}
.about-cont-green a {
	color:#000;
	font-weight: bold;
}
.about-cont-green a:hover {
	color:#fff;
}
.about-cont-green h2 {
	text-align: center;
	padding: 40px 0 0 0;
}
.about-cont-green h2 a {
	color:#fff;
}
.about-cont-green h1 a:hover {
	color:#000;
}
.about-cont-green h1 i{
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}



/*===================== 
	home Services content styles 
=======================*/



.services-cont {
	padding: 40px 3%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-between;
	}
.service-section {
	padding: 20px 0;
	width:33%;
	box-sizing: border-box;
	}
.service-section-flex {
	display: flex;
	flex-direction: row;
}
.service-icon {
	width: 20%;
	padding: 0 10px 0 0;
	}
.service-icon img {
	max-width: 100%;
	height: auto;
	display: block;
	}
.service-info {
	width:70%;
}
.service-info h2 {
	color:#69bd4a;
	padding: 0 0 5px 0;
}
.service-info p {
	color:#000;

}


/*===================== 
	home contact content styles 
=======================*/
.h-c-wrap {
	width:100%;
	margin:0;
	background:#313131;
}
.h-c-cont {
	padding: 40px 3% 0 3%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.h-c-phone {
	color:#fff;
	font-size: 30px;
	width: 33%;
}
.h-c-phone i {
	color:#69bd4a;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.h-c-phone a {
	color:#fff;
}
.h-c-phone a:hover {
	text-decoration: underline;
}
.h-c-email {
	font-size: 30px;
	text-align: right;
	width: 33%;
}
.h-c-email i {
	color:#69bd4a;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.h-c-email a {
	color:#fff;
}
.h-c-email a:hover {
	text-decoration: underline;
}
.h-c-logo {
	width:33%;
}
.h-c-logo img{
	max-width: 80%;
	height: auto;
	display: block;
	margin: auto;
}
.h-c-map {
	height: 380px;
	padding: 40px 0 0 0;
}

/*===================== 
	About Page Styles 
=======================*/
.hero-img {
	position: relative;
}

.hero-img img {
	width:100%;
	height: auto;
	display: block;
}
.hero-lable {
	position: absolute;
	top:40%;
	width:100%;
}
.hero-lable h1 {
    color: #69bd4a;
    text-align: center;
    font-size: 7vw;
    text-shadow: 0px 0px 21px rgba(0,0,0,0.89);
}
.wrap-about-g {
	width: 100%;
	margin:0;
	padding: 40px 0;
	background:#3f8e43;
}

.wrap-about-g a {
	color:#000;
	font-weight: bold;
}
.wrap-about-g a:hover {
	color:#fff;
}
.wrap-about-g h1 {
	text-align: center;
	padding: 40px 0 0 0;
}
.wrap-about-g h1 a {
	color:#fff;
}
.wrap-about-g h1 a:hover {
	color:#000;
}
.wrap-about-g h1 i{
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
/*===================== 
	RV page styles 
=======================*/
.rv-button-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.rv-button {
	display: block;
	width: 30%;
	position: relative;
	overflow: hidden;
}
.rv-button img {
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1.1,1.1);
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.rv-button-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:20px;
	text-align: center;
	top:0;
	background:rgba(49,49,49,0);
	color: rgba(255,255,255,0);
	font-size: 14px; 
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.rv-button-info {
	position: absolute;
	width: 100%;
	height: 25%;
	text-align: center;
	bottom:0;
	background: #313131;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rv-button:hover .rv-button-overlay {
	background:rgba(49,49,49,0.70);
	color: rgba(255,255,255,1);
}
.rv-button:hover img {
	transform: scale(1,1)
}

/*===================== 
	Location page styles 
=======================*/

.location-container {
	margin: 0 auto;
	padding: 40px 3%;
}

/*===================== 
	Services page styles 
=======================*/

.services-container {
	margin: 0 auto;
	padding: 40px 3%;
}
.services-container h3 {
	padding: 0 0 10px 0;
}
.services-container a{
	color:#69bd4a;
	font-weight: bold;
}
.services-container a:hover {
	color:#000;
}
.service-icon-cont {
	padding: 40px 3% 60px 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.service-icon-cont a {
    height: 120px;
    width: 120px;
    background: #3f8e43;
    border-radius: 150px;
	margin:10px;
}

.service-button {
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}
.message-icon {
	padding: 0 0 0 10px;

}
.service-button-info {
	font-size:17px;
	line-height: 0;
	font-weight: bold;
	color:#313131;
	text-align: center;
	display: none;
	position: absolute;
	left:0;
	right:0;
	opacity:0;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.service-button img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
	transform: scale(1,1);
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	}
.service-icon-cont a:hover img {
    transform: scale(1.1,1.1);
	opacity: 0;
	
}
.service-icon-cont a:hover {
    background: #69bd4a;
}
.service-icon-cont a:hover .service-button-info {
	display: block;
	opacity: 1;
}

.services-header {
	padding: 60px 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.service-icon-header {
	padding: 0 10px 0 0;

}
.service-icon-header img {
	max-width: 100%;
	height: auto;
	display: block;
}
.services-header h1 {
	color:#69bd4a;
	width:90%;
}


/*===================== 
	showroom page styles 
=======================*/

.showroom-logo {
	padding:10px;
	border:2px solid #000;
	margin: 10px;
}
.showroom-logo:hover {
	opacity:0.8;
}
.showroom-logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*===================== 
	Finance Document page styles 
=======================*/

.document-row {
      display: flex;
      justify-content: center;
      gap: 60px;
      padding: 80px;
      flex-wrap: wrap;
    }

.document-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 260px;
    }

.cover-img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	transition: transform 0.3s ease;
	border-radius: 8px;
    }

.cover-img:hover {
      transform: scale(1.05);
    }

.view-btn {
	margin-top: 50px;
	padding: 10px 20px;
	background-color: #3f8e43;     
	color: #FFFFFF;                   
	text-decoration: none;
	font-size: 1rem;
	border: 2px solid #3f8e43;     
	transition: background-color 0.3s ease, color 0.3s ease;
	letter-spacing: 2px;

}

.rto-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px; /* spacing before document row */
}

.rto-img {
	width: 65%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
	border-radius: 8px;
	 margin:100px auto 0 auto;
	display: block;
	
}

.rto-img:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	
}

.rto-btn {
  margin-top: 50px;
	padding: 10px 20px;
	background-color: #3f8e43;     
	color: #FFFFFF;                   
	text-decoration: none;
	font-size: 1rem;
	border: 2px solid #3f8e43;     
	transition: background-color 0.3s ease, color 0.3s ease;
	letter-spacing: 2px;

}

.rto-btn:hover {
  background-color: #ffffff;       /* match .view-btn */
  color: #3f8e43;                  /* match .view-btn */
}


.view-btn:hover {
  background-color: #ffffff;       
  color: #3f8e43;                
}

.video-map-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;        /* spacing between video and image */
  padding: 60px;
  flex-wrap: wrap;  /* allows stacking on smaller screens */
}

.video iframe {
  width: 700px;
  height: 400px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.rtownstates img {
  width: 520px;     /* adjust width as needed */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease;
}

.rtownstates img:hover {
  transform: scale(1.05);            /* Slight enlargement on hover */
}

/*===================== 
	Employment page styles 
=======================*/




.employment-cont {
	width:100%;

}

/*===================== 
	Employment Form styles 
=======================*/
.form-container {
	margin: 0 auto;
	padding: 0 3% 50px 3%;
}
.form-section {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	padding: 10px 0 20px 0;
}
.form-info {
	padding: 10px 10px 0 0;
	width:100%;
	box-sizing: border-box;
}
.form-info label {
	font-size: 15px;
	display: block;
	font-weight: bold;
	margin:  0 0 5px 0;
	
}
.form-info input,.form-info select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 15px;
	box-sizing: border-box;
}

.form-info textarea {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 15px;
	min-height: 250px;
	box-sizing: border-box;
}
.form-info .button {
	color: #ffffff;
    background-color: #313131;
    display: block;
    padding: 5px;
	width: 50%;
    margin: 10px auto;
    border: 1px solid #313131;
}


.form-info .button:hover {
	color:#313131;
	background-color:#FFFFFF;
}
.CaptchaWhatsThisPanel a {color:#003366;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

.thankyou-container{
	max-width:1100px;
	padding: 50px 0;
	margin: 0 auto;	
}


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	
.bottom-border {
	border-bottom: 2px solid #313131
}
.container-1 {
	padding: 0 3%;
	margin: 0 auto;
	}

.container-inv {
	padding: 100px 3% 0 3%;
	margin: 0 auto;
	}
.flex-row-sb {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	}	
.flex-row-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 32%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

.foot-nav{
	background: url("../siteart/footer-bg.jpg") no-repeat center;
	background-size: cover;
	width:100%;
	height: auto;
}
.foot-nav-cont{
	padding: 40px 3%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.foot-nav-col{
	width:24%;
}
.foot-nav-col-head{
	border-bottom: 1px solid #ffffff;
	margin: 0 0 10px 0; 
}
.foot-nav-col-head h2{
	color:#fff;
	
}
.foot-nav-col p {
	color:#fff;
	line-height: 25px;
}
.foot-nav-col p a {
	color:#69bd4a;
}
.foot-nav-col p a:hover {
	text-decoration: underline;
}
.foot-nav-col ul{
	margin:0;
	padding:0;
}
.foot-nav-col ul li{
	margin:0;
	padding:0 0 5px 0;
	list-style: none;
	color:#fff;
}
.foot-nav-col ul li a{
	color:#fff;
}
.foot-nav-col ul li i{
	color:#69bd4a;
}
.foot-nav-col ul li a:hover {
	text-decoration: underline;
}
.foot-face a i {
	font-size:40px;
}
.foot-face a i:hover {
	color:#fff;
}
.bottom-footer {
	background: #3f8e43;
	color:#fff;
	text-align: center;
	padding: 40px 0;
}





/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1450px)  {
	nav.primary ul li a {
		font-size: 15px;
		padding: 10px 0;
	}
}

@media screen and (max-width: 1350px)  {
	.h-c-phone {
		font-size: 2.25vw;
	}
	.h-c-email {
		font-size: 2.25vw;
	}
	nav.primary ul li a {
		font-size: 14px;
		padding: 10px 0;
	}
	.rto-img {
	width: 35%;
}
	
}
 

@media screen and (max-width: 1100px)  {
	nav.primary ul li a {
    font-size: 11px;
    padding: 10px 0;
	}
	.service-section {
	width:50%;
	}
	.foot-nav-col{
	width:49%;
	padding: 10px 0;
	}
	.nav-cont {
	width: 73%;
}
}

@media screen and (max-width: 860px)  {

	/*==============================
		Mobile Header Styles			
	================================*/	
	
	.flex-row-sb {
	display: block;
	}	
	.head-tag {
	padding: 5px 0;
	}
	.head-phone {
	padding: 5px 0;
	}
	.head-logo {
	width:100%;
	height: auto;
	position:relative;
	margin: auto;
	display: block;
	padding: 0px 0px 20px 0;	
	}
	.head-logo img {
	margin:auto;
	}
	header {
	background: #fff;
	border-bottom: none;
	}
	.head-cont {
	padding: 0 3%;
	display: block;
	}
	.rto-img {
	width: 60%;
}
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #000;
		text-align: right;
		}
		#menu-button a{
			color:#fff;
			text-decoration: none;
			padding:0 .8em 0 0; 
			font-weight:normal;
			cursor: pointer;
			
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #000;
		z-index: 900; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		cursor: pointer;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px  #69bd4a solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#69bd4a; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
    
    .grid figure{width: 49%;}
	
	/*==============================
		Mobile content Styles			
	================================*/
	
	
	.search-flex {
	display:block;
;
	text-align: center;
	}
	.search-input {
	width: 100%;
	padding:10px;
	margin: 10px auto;
	}
	.search-button {
	padding: 10px;
	width:50%;
	border:none;
	outline: none;
	margin: auto;
	}
	.about2-flex {
	display: block;
	}
	.about-cont-green {
	padding: 40px 3%;
	width:100%;
	}
	.about-cont-grey {
	padding: 40px 3%;
	width:100%;
	display: block;
	}
	.about-button-flex {
	display: block;
	}
	.about-button {
	width: 70%;
	margin: 0 auto 20px auto;
	}
	.about-button-info {
	font-size: 5vw;
	}
	.about-button-overlay {
	font-size: 3vw; 
	}
	.h-c-cont {
	padding: 40px 3% 0 3%;
	display: block;
	}
	.h-c-phone {
	width: 100%;
	text-align: center;
		font-size: 6vw;
	}
	.h-c-email {
	text-align: center;
	width: 100%;
		font-size: 6vw; 
	}
	.h-c-logo {
	width:100%;
	}
	.h-c-logo img{
	max-width: 70%;
	padding: 40px 0;
	}
	.container-inv {
	padding: 0px 3% 0 3%;
	}
	.hero-lable h1 {
    font-size: 10vw;
	}
	.form-section {
	display: block;
	padding: 10px 0 20px 0;
	}
	.col-1-3 {
		width:100%;
	}
	.col-1-2 { 
		width: 100%;
	}
	.form-info .button {
	width: 70%;
	}
	
}
@media (max-width: 780px) {
.video-map-row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px;
  }

  .video iframe {
    width: 90vw;         /* Slight margin from edges */
    max-width: 500px;    /* Cap width at 500px */
    height: 300px;       /* Fixed height for square-ish aspect ratio */
  }

  .rtownstates img {
    width: 90vw;
    max-width: 500px;
    height: auto;
  }
}

@media screen and (max-width: 600px)  {
	.service-section {
	width:100%;
	}
	.foot-nav-col{
	width:100%;
	}
	.wrap-about-g h1 {
	font-size: 9vw;
	}
	.about-cont-green h1 {
	font-size: 9vw;
	}
}

@media screen and (max-width: 400px)  {	
.services-header {
	padding: 60px 0 10px 0;
	display: block;
}

	
}
