/***** BEGIN RESET *****/
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
}
ol, ul {list-style: none;}
.clear {clear:both; height:0px; margin:0;}
/***** END RESET *****/

header, nav, article, footer, img {display:block;}

body {font-family: 'Montserrat', sans-serif; font-size:16px; font-weight:400; line-height:normal; color:#000; -webkit-text-size-adjust:none;}
.clear-it:after {content:""; display:block; clear:both;}

.wrap {width:88%; margin:0 auto;}

.show-tablet, .show-1024, .show-640 {display:none;}

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;float:left;}
.column1 {width:8.33333%;}
.column2 {width:16.66666%;}
.column3 {width:25%;}
.column4 {width:33.33333%;}
.column5 {width:41.66666%;}
.column6 {width:49%; margin-right:.5%;}
.column7 {width:58.33333%;}
.column8 {width:66.66666%;}
.column9 {width:75%;}
.column10 {width:83.33333%;}
.column11 {width:91.66666%;}
.column12 {width:100%;}

.col-pad-lt {padding:0 0 0 2%;}
.col-pad-rt {padding:0 2% 0 0;}
.col-pad-center {padding:0 1%;}


/***** typography styles **/
/* font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif; */

p {margin-bottom:14px; line-height:185%;}

h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif; font-weight:600;}
h1 {font-size:36px; margin-bottom:12px;}
h2 {font-size:32px;}
h3 {font-size:30px; margin-bottom:7px;}
h4 {font-size:28px; margin-bottom:7px;}
h5 {font-size:22px; margin-bottom:5px;}
h6 {font-size:20px; margin-bottom:14px;}

.blue {color:#00a8dd;}
.gray {color:#333;}
.black {color:#000;}
.white {color:#fff;}

a, a:hover {color:inherit; text-decoration:none;}

a.graybtn {display:block; background:#434343; color:#fff; font-size:14px; text-align:center; padding:10px 0; width:100%; margin:0 auto;}
a.graybtn:hover {background:linear-gradient(#434343, #313131); color: #ccc!important;}
.smgraybtn{
background:#434343; color:#fff; font-size:18px; text-align:center; padding:14px 25px; margin:0 auto;	
}
.smgraybtn:hover{
background: #313131; color:#fff; font-size:18px; text-align:center; padding:14px 25px; margin:0 auto;	
}
hr {border-bottom:1px solid #fff; padding:0; margin:0 auto 15px; padding-top:20px;  width:100%; float:left;}

.circle {height: 25px; width: 30px; border-radius: 50%; display: inline-block; border:1px solid #fff; text-align:center; padding-top:5px;}
.circle p {color:#fff!important;}
/* HEADER */
header {width:100%; padding:17px 0;}
header a {color:#fff;}
header a:hover {color:#ccc;}

.logo {width:28%; float:left; margin-top:20px;}
.logo img {width:100%; height:auto;}

.rt-head {width:70%; float:right; text-align:right;}

nav {width:100%; display:block; float:right;}
nav ul {width:100%;}
nav li {position:relative; display:inline-block;}
nav a:link, nav a:active, nav a:visited {display:block; text-decoration:none; color:#fff; padding:10px 15px; text-transform:uppercase; font-size:18px; line-height:20px;}
nav li a:hover {color:#ccc;}

.fas fa-chevron-down {font-size:12px; top:5px;}

nav ul ul {display:none; position:absolute; z-index:99999; top:30px; left:0; width:190px; background:#011e45;}
nav ul ul ul {position:absolute; left:100%; top:0;}
nav ul li:hover > ul {display:block; z-index:99999;}
nav ul ul li {float:none; position:relative; display:block;}
nav ul ul li a:link, nav ul ul li a:active, nav ul ul li a:visited {font-size:14px; line-height:16px; padding:10px 0px 10px 12px; border-bottom:1px solid #fff; color:#fff; text-align:left;}
nav ul ul li a:hover {background:#d0dfff; color:#000;}


/* MOBILE NAV */
#mobile-nav .close-nav {width:100%; display:block; height:30px; line-height:30px; text-align:right; border-bottom:none;}
#mobile-nav .close-nav i {font-size:20px; color:#fff; margin-right:15px;}

#mobile-nav {display:none; position:fixed; top:0; height:100%; z-index:9999; width:260px; overflow-x:hiden; overflow-y:auto; font-size:15px; background:#282828; color:#fff; margin:0!important; -moz-box-shadow:2px 0px 3px rgba(0,0,0,.4); -webkit-box-shadow:2px 0px 3px rgba(0,0,0,.4); box-shadow:2px 0px 3px rgba(0,0,0,.4);}
#mobile-nav ul {clear:both; display:block; padding:0;}
#mobile-nav ul li {display:block; margin:0; line-height:40px; position:relative; text-transform:uppercase; border-bottom:1px solid #424242;}
#mobile-nav ul li a, #mobile-nav ul li span {padding:0 15px; display:block; text-decoration:none; color:#fff; border-left:3px #424242 solid; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
#mobile-nav ul li.active a, #mobile-nav ul li a:hover {border-left-color:#ccc;}
#mobile-nav ul li.active a:hover {color:#ccc;}

#mobile-nav ul li.expandable .end {position:absolute; top:0px; right:0px; width:40px; height:40px; line-height:40px; text-align:center; display:block;}
#mobile-nav ul li.expandable .end i {font-size:20px; line-height:40px;}
#mobile-nav ul li.expandable .end.rotate {-ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform:rotate(90deg);}
#mobile-nav ul ul.collapsed {display:none;}
#mobile-nav ul ul.expanded {display:block;}

#mobile-nav ul li ul {border:none; margin:0; background:#424242;}
#mobile-nav ul li ul li {line-height:40px; font-size:13px; border-bottom:1px solid #494848;}
#mobile-nav ul li ul li:last-child {border-bottom:none;}
#mobile-nav ul li ul li a, #mobile-nav ul li ul li span {color:#fff; padding-left:30px;}
#mobile-nav ul li ul li a:hover {background:#00a8dd;}


/* content styles */
.hero-contain {width:100%; display:block; background:url('../siteart/main.jpg') no-repeat center; padding:10px 0 300px 0;}
.tagline {width:50%; left:25%; background:rgba(0,0,0,0.3); border:1px solid #fff; margin:5% auto 0; padding:20px 0!important; display:block; text-align:center; color:#fff; font-size:28px; font-family: 'Montserrat', sans-serif; text-shadow:5px 5px 7px rgba(0,0,0,.85); moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.tagline p {font-size: 20px; line-height: 30px;}
.tagline p a{color:rgba(167,211,215,1.00); transition: .3s ease;}.tagline p a:hover {color:#fff;}
.text-block {width:100%; display:block; background:#fff; color:#000; text-align:center; padding:20px 0 35px 0;}
.text-block img {width:55%; margin:10px auto;}
.text-block a {font-size:18px; line-height:35px;}
.text-block a:hover {color:#011e45;}
.text-inner {width:60%; margin:0 auto;}
.text-outer {width:75%; margin:0 auto;}
.herobtn{
	position: relative;
    top: 30px;
    background: #d0dfff;
    padding: 13px 35px;
    font-size: 18px;
    color: #000;
    font-weight: 800;
	text-shadow: none;
	margin: 0px 5px;
	transition-duration: 0.5s;
}
.herobtn:hover{
background: #011e45;
	
}
.tagline h1{
	font-size: 48px;
	line-height: 45px;
}
article {width:100%; background:url('../siteart/bottom.jpg') no-repeat; padding:325px 0 375px; color:#fff; font-size:30px;}

.textleft {float:left; margin-top:5px;}
.textright {float:right; width:30%;}

.pagetitle {position:absolute; top:20%; left:5%; color:#fff;}
.pageright {float:right; width:60%; margin:10px 0; text-align:left!important;}
.pageleft {float:left; width:30%; margin:0; text-align:left!important;}
.pageleft img {width:100%;}

.column-count {column-count: 2; column-gap: 10px;}

.inv {display:inline-block; width:33%; text-align: center; vertical-align:middle; box-sizing: border-box;}
.inv img{display: block; max-height: 120px; max-width: 100%; width: auto;}

.consignpagesect{
	display: flex;
}
.consignslider{
	width: 50%;
}
.CaptchaImagePanel img{
width: 210px;	
}
.consignformsect {
    width: 45%;
    padding: 3% 0% 0% 5%;
	text-align: left;
}
.blueheader{
	text-transform: uppercase;
	font-size: 28px;
	color: #011e45;
}
.blkpara{
	color: #000;
	line-height: 20px;
}
.bold{
	font-weight: 700;
}
/* FOOTER */
footer {background:url('../siteart/footbg.jpg') no-repeat; width:100%; padding:30px 0; font-size:14px; line-height:20px; padding-top:100px; margin-top:3%; position:relative;}
footer a {color:#fff!important;}
footer a:hover {color:#ccc!important;}
footer a:hover {color:#00a8dd;}
.col4 {display:inline-block; vertical-align:top; width:15%; margin-left:9%;}
.col4_first {display:inline-block; vertical-align:top; width:25%;}
.foot-nav {list-style:none; margin:0;}
.foot-nav li {list-style:none; margin:0; line-height:150%;}

.sandhills {float:left; width:85%; padding-top:10px;}
.lawn {float:right; width:4%;}
.lawn img {width:100%;}
.flexbox{display: flex; justify-content: space-between; align-items: center; padding-top:4%; padding-bottom: 8%;}
.serviceleft {
    width: 45%;

}
.serviceright{
	width: 50%;
}
.serviceright img{
	width: 100%;
}
.servicelogo {
    background: #0a2359;
    padding: 20px 40px 5px 40px;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.servicelogo img{
	width: 500px;
	padding-bottom: 6px;
}
.serviceheader{
	font-size: 32px;
	font-weight: 200;
}
.serviceheader strong{
	font-size: 42px;
	line-height: 40px;
	width: 100%;
	display: block;
}
.subhead {
    font-size: 22px;
}
.dkbluebtn{
    background: #0a2359;
	color: #fff;
	padding: 8px 70px;
	font-weight: 500;
	text-transform: uppercase;
}
.dkbluebtn:hover{
	color: #d0dfff;
}
/* FORM */
#formpage label {display:block; margin-bottom:3px;}
#formpage input {width:calc(100% - 12px); padding:6px 5px; border:1px solid #999; color:#333; font-size:14px; margin-bottom:12px; background:rgba(255,255,255,0.5);}

#formpage textarea {width:calc(100% - 12px); padding:6px 5px; border:1px solid #999; color:#333; font-size:14px; height:120px; margin-bottom:12px; background:rgba(255,255,255,0.5);}

#formpage select {width:calc(100% - 2px); border:1px solid #999; color:#333; vertical-align:middle; font-size:14px; line-height:normal; padding:5px; margin-bottom:12px; background:rgba(255,255,255,0.5);}

#formpage input.checkbox {padding:0; border:0; margin:0 5px 0 0; width:13px; height:13px; display:inline; background-color:#fff;}
#formpage input.radio {padding:0; border:0; margin:0 5px 0 0; width:15px; height:15px; display:inline;}

/* focus states of various types of fields */
#formpage input:focus, #formpage textarea:focus, #formpage select:focus {background:rgba(255,255,255,1.0); color:#000; border:1px solid #434343; outline-style:none;}
#formpage input.radio:focus, #formpage input.checkbox:focus {background:none; border:0; outline-style:none;}

/*control the Captcha */
.captchawrap {width:50%; margin:0 auto;}
#captcha {width:100%; margin:0 auto; text-align:center;}
.CaptchaPanel {margin:0 auto !important; padding:0 0 0 0 !important; text-align: center !important; line-height:normal !important;}
.CaptchaImagePanel {margin:0 0 0 0; padding:0 0 0 0;}
.CaptchaMessagePanel {padding:0 0 0 0 !important; margin:0 auto !important; font-weight:normal !important; font-size:12px; line-height:14px; color:#000;}
.CaptchaAnswerPanel {margin:0 auto; padding:2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 0 0; padding:8px 0 8px 0 !important; font-size:11px;}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}  
.CaptchaImage {width:200px; margin: 10px auto 0;}

#formpage input.button{background:#434343;  width:96%; margin:0 auto; font-weight:bold; text-transform:uppercase; color:#fff; line-height:15px; display:inline-block; text-align:center; font-size:15px; margin-top:5px;}
#formpage input.button:hover {background-position:bottom; cursor:pointer; background:linear-gradient(#434343, #313131); color:#fff!important;}

a.button-col-1 {background:#434343; width:99.6%; margin:.5% 0 0 .25%; font-weight:bold; text-transform:uppercase; color:#fff; height:28px; line-height:28px; display:inline-block; text-align:center;}
a.button-col-1:hover {background-position:bottom; text-decoration:none; background:linear-gradient(#434343, #313131); color:#fff!important;}


/***** responsive styles **/
@media screen and (max-width:1700px) {
	nav a:link, nav a:active, nav a:visited {font-size:16px; padding:5px 10px;}
	.logo {margin-top:30px;}

	.text-inner {width:75%;}
	.text-outer {width:90%;}
}

@media screen and (max-width:1400px) {
	h2 {font-size:28px;}
	.wrap {width:94%;}
	nav a:link, nav a:active, nav a:visited {font-size:14px; padding:10px 5px;}

	.hero-contain {background-size:cover;}
	.tagline {width:46%; left:27%; top:34%; font-size:22px;}
	.text-inner {width:80%;}

	article {width:100%; background:url('../siteart/bottom.jpg') no-repeat center; background-size:cover; padding:325px 0 375px; font-size:26px;}
	.textleft {margin-top:0;}
	a.graybtn {padding:5px 0;}
}


@media screen and (max-width:1230px) {
.serviceleft {width: 55%;}	
.serviceright {width: 45%;}	
}
@media screen and (max-width:1190px) {
	.consignpagesect {
    display: flex;
    flex-wrap: wrap-reverse;
}
	.consignslider {
    width: 90%;
}
	.consignformsect {
		width: 88%;
	}
}
@media screen and (max-width:1100px) {
	h2 {font-size:26px;}

	.logo {margin-top:38px;}
	nav a:link, nav a:active, nav a:visited {font-size:12px; padding:10px 7px;}

	.tagline {width:82%; left:20%; top:34%; font-size:18px;}
	
	article {font-size:24px;}
}


@media screen and (max-width:1024px) {
	h2 {font-size:26px;}
	h6 {font-size:16px;}

	.hide-1024 {display:none;}
	.show-1024 {display:block;}
	
	.column1-ht {width:8.33333%;}
	.column2-ht {width:16.66666%;}
	.column3-ht {width:25%;}
	.column4-ht {width:33.33333%;}
	.column5-ht {width:41.66666%;}
	.column6-ht {width:50%;}
	.column7-ht {width:58.33333%;}
	.column8-ht {width:66.66666%;}
	.column9-ht {width:75%;}
	.column10-ht {width:83.33333%;}
	.column11-ht {width:91.66666%;}
	.column12-ht {width:100%;}
	
	.col-pad-lt-ht {padding:0 0 0 2%;}
	.col-pad-rt-ht {padding:0 2% 0 0;}
	.col-pad-center-ht {padding:0 1%;}
	.col-pad-clear-ht {padding:0;}
	
	p {font-size:14px; margin-bottom:10px;}
	
	#simple-menu {height:30px; width:100px; line-height:30px; display:block; cursor:pointer; font-size:18px; color:#fff; text-transform:uppercase; float:right; text-align:right;}
	
	.logo {width:50%; margin-top:25px;}
	.rt-head {width:45%;}
	
	.text-inner {width:90%;}
	.tagline {width:98%; left:20%; top:34%; font-size:18px;}
	
	article {font-size:24px;}
	a.graybtn {font-size:12px; padding:0px 0;}
	.CaptchaImage {width:75%; margin: 10px auto 0;}

	footer {background:url('../siteart/footbg.jpg') no-repeat center; background-size:cover; width:100%; padding:30px 0; font-size:14px; line-height:20px; padding-top:100px; margin-top:3%;}
	.serviceleft {width: 100%;}
	.flexbox{flex-wrap: wrap;}
	.servicelogo p{display: block; width: 100%;}
	.serviceright {
        width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
    }
	.serviceright img {
    width: 75%;
	}
}


@media screen and (max-width:900px) {
	h2 {font-size:20px; margin-bottom:5px;}
	
	article {font-size: 18px;}
	graybtn {font-size:12px;}
	.footleft {float:none; width:100%; padding-bottom:10px;}
	.footright {display:none;}
}

@media screen and (max-width:768px) {
	.hide-tablet {display:none;}
	.show-tablet {display:block;}
	
	.column1-vt {width:8.33333%;}
	.column2-vt {width:16.66666%;}
	.column3-vt {width:25%;}
	.column4-vt {width:33.33333%;}
	.column5-vt {width:41.66666%;}
	.column6-vt {width:50%;}
	.column7-vt {width:58.33333%;}
	.column8-vt {width:66.66666%;}
	.column9-vt {width:75%;}
	.column10-vt {width:83.33333%;}
	.column11-vt {width:91.66666%;}
	.column12-vt {width:100%;}
	
	.col-pad-lt-vt {padding:0 0 0 2%;}
	.col-pad-rt-vt {padding:0 2% 0 0;}
	.col-pad-center-vt {padding:0 1%;}
	.col-pad-clear-vt {padding:0;}
	
	h1 {font-size:22px; margin-bottom:10px;}
	h2 {font-size:20px; margin-bottom:10px;}
	h3 {font-size:18px;}
	h4 {font-size:16px;}
	h5 {font-size:15px;}
	h6 {font-size:14px; margin-bottom:10px;}
	p {font-size:12px;}
		
	.text-inner {margin-bottom:150px;}
	
	.inv {width:48%;}
	
	.pageleft {float:none; width:100%;}
	.pageright {float:none; width:96%;}

}

@media screen and (max-width:700px) {
	article {display:none;}
	.text-inner {margin-top:0!important;}
	.textleft {float:none; width:100%; text-align:center; margin-top:-20px;}
	.textright {float:none; width:75%; margin:5px auto 0;}

	
}

@media screen and (max-width:640px) {
	h2 {font-size:18px; margin-bottom:0;}
	.hide-640 {display:none;}
	.show-640 {display:block;}
	
	.column1-hp {width:8.33333%;}
	.column2-hp {width:16.66666%;}
	.column3-hp {width:25%;}
	.column4-hp {width:33.33333%;}
	.column5-hp {width:41.66666%;}
	.column6-hp {width:50%;}
	.column7-hp {width:58.33333%;}
	.column8-hp {width:66.66666%;}
	.column9-hp {width:75%;}
	.column10-hp {width:83.33333%;}
	.column11-hp {width:91.66666%;}
	.column12-hp {width:100%;}
	
	.col-pad-lt-hp {padding:0 0 0 2%;}
	.col-pad-rt-hp {padding:0 2% 0 0;}
	.col-pad-center-hp {padding:0 1%;}
	.col-pad-clear-hp {padding:0;}
	
	.text-block a {font-size:12px!important; line-height:14px;}
	a.graybtn {padding:8px 0;}
	
	.logo {width:60%;}
	.rt-head {width:35%;}
	
	.tagline {width:98%;}
	
	.inv {display:block; width:100%;}
	.tagline h1 {
    font-size: 33px;
    line-height: 42px;
}
	footer {padding:20px 0; font-size:12px;}
	.col4 {width:32%; margin-left:0;}
	.col4_first {float:none; width:100%; margin-top:30px;}
	.lawn {width:8%;}
	.serviceright img {
        width: 100%;
    }
	.servicelogo img {
		width: 100%;}
	.serviceheader {
		font-size: 25px;}
	.serviceheader strong {
    font-size: 35px;
		line-height: 34px;}
}
@media screen and (max-width:584px) {
	.herobtn{
	width: 74%;
	margin: 17px;
	display: block;
	}

}
@media screen and (max-width:480px) {
	h2 {font-size:16px;}
	
	.column1-vp {width:8.33333%;}
	.column2-vp {width:16.66666%;}
	.column3-vp {width:25%;}
	.column4-vp {width:33.33333%;}
	.column5-vp {width:41.66666%;}
	.column6 {width:100%;}
	.column7-vp {width:58.33333%;}
	.column8-vp {width:66.66666%;}
	.column9-vp {width:75%;}
	.column10-vp {width:83.33333%;}
	.column11-vp {width:91.66666%;}
	.column12-vp {width:100%;}
	
	.col-pad-lt-vp {padding:0 0 0 2%;}
	.col-pad-rt-vp {padding:0 2% 0 0;}
	.col-pad-center-vp {padding:0 1%;}
	.col-pad-clear-vp {padding:0;}
	
	body {font-size:14px;}
	p {font-size:12px; margin-bottom:14px;}
	
	header {padding:12px 0 7px 0;}
	.logo {float:none; width:100%; margin:0 auto 10px auto;}
	.rt-head {width:100%; margin-top:10px;}
	#simple-menu {float:left; margin-top:-25px; text-align:left;}
	.circle {height:25px; height:20px;}
	
	.tagline {width:90%; left:5%; font-size:14px;}
	.text-block img {width:100%;}
	.textleft {float:none; width:100%; text-align:center; margin-top:-13px;}
	.col4 {width:49%; margin:0 0 10px 0;}
	
	footer {font-size:12px;}
	.sandhills {float:none; width:100%;}
	.lawn {float:none; width:10%;}
	.consignslider {
    width: 80%;
}
	.consignpagesect {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
}
@media screen and (max-width:425px) {	
	
	.herobtn {
    width: 67%;
    margin: 20px;
    display: block;
	}
	.column-count{
		column-count: 1;
	}
}
@media screen and (max-width:380px) {	
	.text-block {margin:30px auto 20px;}
	
	.textleft {margin-top:-35px;}
	
	footer {margin-top:20px; padding-top:30px;}
	.col4 {float:none; width:100%; margin:0 0 10px 0;}
	.herobtn {
    width: 67%;
    margin: 20px;
    display: block;
}
.herobtn {
    width: 66%;
    margin: 20px 11px;
    display: block;
}	
	.tagline h1 {
    font-size: 8vw;
    line-height: 42px;
}
}

@media screen and (max-width:374px) {
	.textright {width:100%;}
}
@media screen and (max-width:300px) {
	.herobtn {
		width: 56%;}
}