﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header {
	display: flex;
	flex-wrap: wrap;
	background: url("/siteart/timmy-t-header.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.topheadersect {
    display: flex;
    align-content: stretch;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: #1f1617;
    height: 38px;
	width: 100%;
	
}
.lgheaderlogosect {
    display: flex;
    width: 15%;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2%;
    box-sizing: border-box;
    padding-top: 10px;
	padding-right: 2%;
}
.lgheaderlogosect img{
    width: 100%;

}
.smheaderlogosect{
	display: flex;
    justify-content: space-between;
    width: 20%;
    align-items: center;
}
.smheaderlogosect img{
	width: 200px;
}
.headernavsect {
    display: flex;
    align-items: center;
    background: #181818;
    width: 80%;
    padding: 0px 35px;
    box-sizing: border-box;
	justify-content: center;
}
.navbar {
    width: 100%;
}
.headerlogoflex{
	display: flex;
	justify-content: space-between;
	width: 100%;	
	border-bottom: solid #721c03 6px;

}
.headerphonesect {
    background: #721c03;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
	padding: 0px 8%;
	box-sizing: border-box;
	transition-duration: 0.2s;
}
.headerphonesect i{
    font-size: 15px;
}

.headerphonebtn {
    font-family: "Saira Condensed", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
	transition-duration: 0.2s;
}
.headerphonebtn:hover {
   letter-spacing: 1px;
	
}
.headerphonebtn i{
   padding-right: 8px;
}
.hero-img{
	background: url("/siteart/timmy-t-new-hero-photo.jpg");
	background-size: cover;
	height: 765px;
	background-position: bottom;
	display: flex;
	align-items:flex-end;
}
.herotextsect {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 50px 35px;
    background: linear-gradient(to top, #000000 0%, #00000000 40%);
    height: 100%;
    align-content: flex-end;
}
.heroheader {
    font-family: "Saira Condensed", sans-serif;
    font-size: 115px;
    color: #fff;
    line-height: 118px;
}

.heroheader span {
    font-family: "Saira", sans-serif;
    width: 100%;
    display: block;
    font-size: 55px;
    line-height: 25px;
    font-weight: 500;
}
.herotextleft {
    width: 75%;
}
.herobtn {
    color: #fff;
    font-family: 'Saira Condensed';
    font-weight: 700;
    font-size: 24px;
    background: #721c03;
    padding: 10px 55px;
	transition-duration: 0.5s;
}
.herobtn:hover {
        background: #9f2704;
}
.hp-cta-btn {
    width: 32%;
    background: #721c03;
    color: #fff;
    font-family: 'Saira Condensed';
    height: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 10px;
	transition-duration: 0.5s;
}
.hp-cta-btn:hover {
    background: #9f2704;
    box-shadow: 0px 4px 5px 5px #363535;
}
.hp-cta-overlay:hover {
    font-size: 158px;
    margin-bottom: -50px;
}
.hp-cta-overlay {
    position: relative;
    font-size: 138px;
    left: 0px;
    top: -4px;
    opacity: 0.08;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
	transition-duration: 0.3s;
}
.cta-text{
	position: relative;
    margin-top: -320px;
    font-size: 25px;
    font-weight: 600;
}
.hp-cta-sect {
    display: flex;
    background: #2b2b2b;
    justify-content: center;
    padding: 35px;
	flex-wrap: wrap;
}
.hpdealerbanner {
    display: flex;
    background: #000;
    padding: 5% 55px;
    color: #fff;
    font-family: 'Saira';
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: space-between;
}
.dealerbannerleft {
    width: 32%;
}
.dealerbannerleft p{
    padding-bottom: 22px;
}
.dealerbannerright {
    width: 52%;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.dealerbannerright img{
    width: 400px;
}
.hplogosect {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
	flex-wrap: wrap;
}
.hpbrand {
    width: 200px;
    padding: 0px 20px;
}
.hpbrand img{width: 100%!important;}
.headertext {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Saira';
}
.headertext span{
    font-size: 40px;
    font-weight: 800;
}
.orangebtn {
    background: #721c03;
    font-family: 'Saira Condensed';
    color: #fff;
    text-transform: uppercase;
    width: 250px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    font-weight: 700;
	font-size: 18px;
	transition-duration: 0.5s;
}
.orangebtn:hover {
    background: #9f2704;
}
.hp-third-sect {
    display: flex;
    background: url(/siteart/roadbkgd-texture.jpg);
    background-size: cover;
    background-position: center;
    padding: 3% 5%;
    justify-content: center;
}
.hp-third-btn {
    width: 350px;
    margin: 0px 35px;
    box-sizing: border-box;
}
.third-btn-img {
    width: 100%;
    margin-bottom: 20px;
	height: 340px;
}
.third-btn-text {
    width: 100%;
    background: #3c3c3c;
    color: #fff;
    padding: 24px 18px;
    box-sizing: border-box;
    border-bottom: #721c03 solid 8px;
    height: 190px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	align-content: center;
}
.third-btn-arrow {
    width: 40px;
    height: 40px;
    background: #721c03;
    color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 22px;
    border-radius: 25px;
    position: relative;
    left: 42%;
    top: -22px;
	transition-duration: 0.5s;
}
.third-btn-arrow:hover {
	    width: 60px;
}
.paratext{
    font-family: 'Saira';
	font-size: 16px;	
	font-weight: 400;
}
.subheader {
    font-family: 'Saira';
    font-size: 20px;
    padding-bottom: 10px;
	line-height: 22px;
}
.hpaboutsect {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8%;
}
.hpaboutsect p{
    padding: 20px 15%;
}
.hpmapsect{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #000;
    padding: 5% 55px;
    box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}
.white{color: #fff;}
.hpmapleft{
	color: #fff;
	width: 35%;
}
.hpmapright{
	width: 52%;
	border-left: solid 10px #721c03;
}
.hpmapright img{
	width: 100%;
}
.textlink {
    width: 100%;
    display: block;
    padding-bottom: 22px;
    color: #fff;
    font-family: 'Saira';
}
.textlink i{
    color: #721c03;
	padding-right: 5px;
}
.mobilelocation {
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-family: 'Saira';
    font-weight: 500;
	display: none;
}
.mobilelocation i{
    padding-right: 5px;
}
/*--
- HEAD SEARCH --*/
.search-inv a{opacity: 1; transition: .3s all;color: #fff;font-size: 20px; width: 100%; text-align: center;}
.search-inv a:hover {opacity: 0.8;}
.search-inv {
    width: 50%;
    height: 100%;
    background: #3c3c3c;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.flex-search {
  padding: 0 !important;
  width: 90%;
  margin: 0 auto;
  align-items: flex-start !important;
  gap: 10px;
}
#search {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 195px;
}
.search-bg {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
  align-items: center;
  justify-content: center;
}
.search-btn {
  display: none;
}
.search-btn:hover {
  opacity: 1;
}
#search-header input {
  caret-color: #000 !important;
  background: #fff;
}
#search-header input:focus {
  outline-width: 0;
}
.searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.searchTerm::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
input#search-box:focus {
  outline: none;
}
.search-wrap {
  padding: 13px 0;
  width: 100%;
}
.search-wrap i.fa-solid.fa-magnifying-glass {
  font-size: 32px;
  color: #721c03;
  margin-right: 20px;
}
.search-header input[type="text"]:not([class^="Mui"]) {
  width: 100% !important;
  border: none !important;
  font-size: 22px !important;
  color: #000 !important;
    font-family: 'Saira';
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  height: auto !important;
  line-height: 70px !important;
  background: #fff;
}
#closeSearch {
  float: right;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -ms-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  color: #000;
  position: absolute;
  right: 40px;
  top: 15px;
}
#closeSearch:hover {
  color: #721c03;
}
form.search-header {
  display: flex;
  align-items: center;
}
.link-wrap a {
  width: 100%;
  max-width: 300px;
}
.pageheadersect {
    padding: 60px 3% 30px 3%;
}
.fullwidth{width: 100%;}
.pageheader{font-family: 'Saira'; font-weight: 800; font-size: 40px; line-height: 42px; padding-bottom: 5px;}
.pageheader span{font-weight: 400;}
.pageheadunderline{height: 25px; background: #721c03; width: 300px; }
.pagepadding{ padding: 30px 3%;}
.fullaboutbanner{
	background: url("/siteart/timmy-ts-about.jpg");
	background-size: cover;
    background-position: 50% 88%;
	height: 460px;
	margin-top: 40px;
	width: 100%;
}
.smhalfbox{
	width: 40%;
}
.smhalfbox img{
	width: 100%;
}
/* Position the image container (needed to position the left and right arrows) */
.slidecontainer {
  position: relative;
	width: 80%;
	
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: relative;
    width: auto;
    padding: 8px 16px;
    color: white;
    background: #721c03;
    font-weight: bold;
    font-size: 12px;
    border-radius: 3px !important;
    user-select: none;
    -webkit-user-select: none;
	top: 15px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
/*---BODY--------------------------------*/
.contactform {
    width: 75%;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.contactinfosect {
    width: 25%;
    padding-left: 2%;
	box-sizing: border-box;
}
.cpbox {
    padding: 12px 0px;
}
.blklink{
	color: #000;
	font-family: 'Saira';
	transition-duration: 0.5s;
}
.blklink:hover{
	font-weight: 600;
}
.extrapadding{
	padding: 50px 0px;
}
.hpmap{width: 100%; height: 350px; margin-top: 50px;}
/*--------FORM STYLES--------------------*/
.halfformfields {
    width: 49%;
    height: 40px;
    box-sizing: border-box;
    padding: 0px 10px;
    font-family: 'Saira';
	margin: 5px 0px;
}
.fullformfields{
	 height: 40px;
    box-sizing: border-box;
    padding: 0px 10px;
    font-family: 'Saira';
	margin: 5px 0px;
	width: 98.25%;
}
.comments{
	 height: 200px;
    box-sizing: border-box;
    padding: 10px;
    font-family: 'Saira';
	margin: 5px 0px;
	width: 98.25%;
}
.CaptchaPanel{
    font-family: 'Saira';
	
}
.CaptchaMessagePanel{
	font-weight: 400!important;
}
.CaptchaWhatsThisPanel a {
	color: #000!important;
	font-weight: 600!important;
}
.fullcenter{display: flex; justify-content: center; text-align: center; width: 100%;}
.submitform{
	 color: #fff;
	background: #721c03;
	font-family: 'Saira';
	border: none!important;
	padding: 8px 50px;
	cursor: pointer;
}
.submitform:hover{
	background: #9f2704;
}
/*-------- FOOTER STYLES ----------------*/
.footer {
    display: flex;
    justify-content: space-between;
    padding: 0px 55px;
    background: #171717;
}

.footerleft {
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
}
.footerheader {
    font-family: 'Saira';
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 5px;
	width: 100%;
}
.footerlocation {
    width: 15%;
}
.footershop {
    width: 30%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.footerhalf{
	width: 50%;
}
.footerlinks{
	width: 100%;
	display: block;
	color: #fff;
    font-family: 'Saira Condensed';
	font-size: 18px;
	transition-duration: 0.5s;
	}
.footerlinks:hover{
	color: #dddddd;
	}
.footerright {
    width: 20%;
    border-left: solid #c8c8c8 2px;
    padding: 45px 40px;
    box-sizing: border-box;
	text-align: center;
}
.footerlogo {
    width: 100%;
	padding-bottom: 10px;
}
.footerlogo img{
    width: 170px;
}
.footericons {
    color: #c8c8c8;
    font-size: 18px;
    padding: 8px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inventorypadding{
	padding: 50px 0px;
}

.list-top-section .list-listings-count{
	color: #721c03!important;
}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
	border: none!important;
	background:  #721c03!important;
	color: #fff!important;
    font-family: 'Saira Condensed';
	border-radius: 0px!important;
	padding: 8px 40px!important;
}
.list-top-section .list-title{
	    font-family: 'Saira'!important;

}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text {
background-color: #721c03!important;
}
.list-content .list-error-container .info button:not(.login-button){
	background-color: #721c03!important;
}
.faceted-search-content .selected-facets-container .selected-facet{
	background-color: #721c03!important;	
}
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1600px) {
.hp-cta-btn {width: 30%;}
.dealerbannerleft {width: 45%;}
}
@media only screen and (max-width: 1530px) {
	.heroheader{font-size: 85px; line-height: 75px;}
	.heroheader span{font-size: 44px; line-height: 44px;}
	.herotextleft {width: 65%;}
	.herobtn{font-size: 20px; padding: 10px 40px;}
	.hero-img {height: 630px;}
	.herotextsect{justify-content: space-between;}
}
@media only screen and (max-width: 1380px) {
.footerleft {width: 72%;}
.footerlocation {width: 30%;}
.footershop {width: 35%;}
.footerright {width: 27%;}
.heroheader {font-size: 78px;}
.headertext {line-height: 35px; padding-bottom: 14px;}
.hp-third-btn {margin: 0px 12px; width: 375px;}
.smhalfbox {
    width: 50%;
}
.headernavsect {    
padding: 0px 15px;
	}
.smheaderlogosect img {
    width: 150px;
}
}

@media only screen and (max-width: 1200px) {
.contactform {
    width: 62%;
}	
.contactinfosect {
	width: 38%;}	
}

@media only screen and (max-width: 1130px) {
.footerlogo img { width: 125px;}
.footerright {
        width: 25%;
        padding: 45px 6px;
    }	
.footerleft {
        width: 75%;
    }
.footerlinks{line-height: 20px;}
.footer{padding: 0px 18px;}	
    .heroheader span {
        font-size: 35px;
        line-height: 35px;
    }
	.herotextleft {
        width: 65%;
    }
	    .heroheader {
        font-size: 65px;
        line-height: 60px;
    }
	.herotextsect{padding: 50px 10px;}
	    .herobtn {
			font-size: 18px;}
}
@media only screen and (max-width: 1050px) {
.hp-cta-btn {
        width: 47%;
        height: 85px;
 }
.hp-cta-overlay:hover {
        font-size: 124px;
        margin-bottom: -35px;
    }
.hpmapleft {
    width: 40%;
}
.cta-text{margin-top: -260px;}
.hp-cta-overlay{font-size: 110px;}
.lgheaderlogosect {
    display: flex;
    width: 22%;
    align-items: center;
    justify-content: flex-end;
    padding-left: 2%;
    box-sizing: border-box;
    padding: 5px;
}
.smheaderlogosect {
    width: 22%;
	padding-right: 5px;
}
.smheaderlogosect img {
    width: 100%;
}
}
@media only screen and (max-width: 1023px) {
	.headernavsect {
    justify-content: center;
	padding: 0px;
	display: none;
    }	
	.headerlogoflex{
		flex-wrap: wrap;
	}
	.headerphonesect {
        width: 100%;
    }
	.search-inv {
		width: 45%;}
}

@media only screen and (max-width: 980px) {
	.navbar { display: none;}

	.herotextsect{flex-wrap: wrap;}
	.herotextleft {
        width: 100%;
        padding-bottom: 20px;
    }
	.hero-img {
        height: 520px;
    }
	.hpdealerbanner{padding: 10% 55px; flex-wrap: wrap;}
	.dealerbannerleft {
       	width: 100%;
        padding-bottom: 45px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
	.dealerbannerleft p{
       	width: 100%;
    }
	.dealerbannerright {
    width: 100%;
    text-align: center;
	}
	.third-btn-text{flex-wrap: wrap; width: 55%; height: 245px;}
	     .hp-third-btn {
        margin: 0px;
        width: 100%;
        display: flex;
        align-items: stretch;
        align-content: space-between;
        flex-wrap: wrap;
    }
	.third-btn-arrow {    
	top: -35px;
	}
	.third-btn-img {
    width: 45%;
    margin-bottom: 10px;
    height: 245px;
}
	.mobilelocation {   
	padding: 10px; 
	display: inline-block;
	font-size: 16px;
    line-height: 16px;
	}
	.hp-third-sect{flex-wrap: wrap;}
	.headerlogosect{padding: 15px 0px 5px 0px;}
	.smhalfbox {
    width: 100%;
    margin-bottom: 50px;
}
	.smhalfbox img{
    width: 60%;
}
}

@media only screen and (max-width: 910px) {
.hpaboutsect p {
    padding: 20px 2%;
}	
.hpaboutsect{padding: 10% 4%;}
}
@media only screen and (max-width: 850px) {
.footerleft{flex-wrap: wrap; width: 100%; padding: 15px 0px;}
.footerlocation {width: 100%;}	
.footershop {width: 100%; margin: 15px 0px}
.footer{flex-wrap: wrap-reverse;}
.footerright { width: 100%; border-left: none; padding: 20px 0px 0px 0px;}
.halfformfields {width: 98.25%;}
.contactform {width: 100%;}
.pageheadersect {padding: 30px 3% 0px 3%;}
.contactinfosect { width: 100%; }
.hero-img { height: 385px;background-position: 62%; }
.cta-text {font-size: 20px;}
.hp-cta-btn {  width: 45%; height: 78px;}
.dealerbannerright img {
    width: 265px;
}
.hpmapright {
	width: 100%;
}
.hpmapleft {
    width: 100%;
    padding-bottom: 35px;
}
	.hpmap{height: 280px;}
.hpdealerbanner {padding: 10% 20px;}
.smhalfbox img {
        width: 100%;
    }
    .lgheaderlogosect {
        display: flex;
        width: 40%;
		padding-left: 0%;
        align-items: center;
        justify-content: center;
	}
	.smheaderlogosect {
        width: 35%;
		align-items: center;
		justify-content: center;
    }


}
@media only screen and (max-width: 650px) {
    .heroheader span {
        font-size: 26px;
        line-height: 26px;
    }	
	.heroheader {
        font-size: 45px;
        line-height: 45px;
    }
	    .herotextsect {
        padding: 30px 10px;
    }
	.hero-img {
        height: 360px;
    }
	    .herobtn {
        font-size: 16px;
    }
	    .hp-cta-btn {
        width: 100%;
        height: 75px;
        margin: 6px;
    }
	.hplogosect{padding-top: 30px;}
	.hp-cta-overlay:hover {
        font-size: 122px;
        margin-bottom: -35px;
    }
	.headerlogoflex {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
	.hp-cta-sect{padding: 24px;}
}
@media only screen and (max-width: 570px) {
    .third-btn-img {
		width: 100%;}	
	.third-btn-text {
        width: 100%;
        height: 168px;
    }
	.third-btn-arrow {
        top: -25px;
    }
	.mySlides{height: 280px!important;}
	.hpmapsect{padding: 10% 4%;}
}
@media only screen and (max-width: 500px) {
	.headernavsect{padding: 5px;}	
	
	.headerlogosect img{
	width: 140px;	
	}
.footerhalf {
    width: 100%;
}
	.fullaboutbanner{
	    height: 200px;
    margin-top: 4px;	
	}
	.dealerbannerright img {
        width: 90%;
    }
    .smheaderlogosect img {
        width: 140px;
    }
	.hp-cta-sect{padding: 24px 12px;}
	.footerlinks{padding: 5px 0px;}
	.pageheader{font-size: 34px; line-height: 34px; padding-bottom: 10px;}
	.lgheaderlogosect{width: 100%;}
	.smheaderlogosect{justify-content: center;}
	.lgheaderlogosect img {
    width: 165px;
}
}

@media only screen and (max-width: 410px) {
.headertext span {
    font-size: 35px;
    font-weight: 800;
}	
.headertext { line-height: 30px;  font-size: 26px;}
.third-btn-img {height: 190px;}
}
@media only screen and (max-width: 340px) {
	.pageheadunderline{width: 100%;}	
}


