@charset "utf-8";
/* CSS Document */

/***** 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;
}

table {
    border-collapse: collapse;
    width: 100%;
}

/* Make HTML 5 elements display block-level for consistent styling */
article,
aside,
figure,
footer,
header,
nav,
section {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}

/***** END RESET *****/

h1 {
    text-align: center;
    margin-top: 8px;
    font-size: 30px;
}

h2 {
    text-align: right;
    margin-top: 8px;
    font-size: 20px;
}

.notInv h3 {
    text-align: left;
    color: #fff;
    margin: 8px 0;
    font-size: 28px;
}

h4 {
    text-align: left;
    color: #c71e2c;
    margin: 8px 0;
    font-size: 18px;
}

.notInv p {
    color: #fff;
    font-size: 12px;
}



/***** Basic Styles *****/
.show-menu-for-mobile {
    display: none;
}

/* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Condensed', sans-serif !important;
}

p {
	font-size: 16px;
	line-height: 24px;
}
body {
    background-repeat: repeat-x;
    background-position: top;
    font-family: 'Roboto', sans-serif !important;
}

.site-width {
    width: 1024px;
    margin: 0 auto;
}

.contactinfo {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 0;
}

.contactinfo a {
    color: #fff;
    text-decoration: none;
}

.contactinfo a:hover {
    text-decoration: underline;
}


#clear {
    clear: both;
}

.page-img img {
	max-width: 100%
}

.auction-pg h1 {
	color: #fff !important;
	text-align: center !important;
}

/***** Header Styles *****/


header {
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #b9b9b9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #b9b9b9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #b9b9b9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #b9b9b9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #b9b9b9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #b9b9b9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#b9b9b9', GradientType=0);
    /* IE6-9 */
    font-family: 'Roboto Condensed', sans-serif;
    padding: 25px 0 10px 0;
}

.logo {
    width: 115px;
    margin: 0 auto;
}

/***** Main Styles *****/

/**** NEW STYLES ***/
.hero-wrap{
	position: relative;
}

.flex-container {
	display: flex;
}

#grey-bg {
	background: linear-gradient(to bottom, #fff 0%, #b9b9b9 100%);
}


.flex-cta {
    gap: 60px;
    justify-content: space-between;
}

.flex-icon {
        justify-content: center;
    align-items: center;
    gap: 8px;
    flex-direction: column;
}


.flex-cta img {
    max-width: 100%;
        height: 80px;
}
.flex-cta a, .flex-icon span {
    font-size: 22px;
	line-height: 28px;
    font-weight: 600;
    text-decoration: none;
	color: #E01C27
}

.flex-icon h3 {
	text-align: center !important;
}

.flex-icon:hover h3 {
	color: #000;
}

.flex-cta p {
	color: #000;
	font-weight: 400;
	margin-top: 10px;
	text-align: center;
}

.page-wid {
	max-width: 1024px;
	width: 90%;
	margin: 0 auto;
	text-align: left !important;
}

#pad-xl {
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-wid h1 {
	text-align: left;
	text-transform: uppercase;
}
.page-wid h2 {
	text-align: left;
	font-size: 22px;
}

.home-text h1,.page-wid h1 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
   letter-spacing: .5px;
    line-height: 42px;
	margin: 0 0 10px;
}

.home-text h2,.page-wid h2 {
    text-transform: uppercase;
    font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #E01C27;
}

.red-btn,.black-btn {
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 20px 0;
	transition: .4s all;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.red-btn {
	 background: #E01C27;
}

.red-btn:hover {
    background: #C21821;
}

.black-btn {
	background: #000;
}

.black-btn:hover {
	background: #333;
}

.button-wrap button {
    margin-right: 10px;
}

.contact-info font {
	font-weight: 400 !important;
}

.contact-info a, .sell a {
	text-align: left;
    color: #000;
    margin: 8px 0;
    font-size: 16px;
    text-decoration: none !important;
    transition: .3s all;
    line-height: 28px;
}

.contact-info a:hover, .sell a:hover {
	color: #c71e2c; 
}

.contact-info,.map {
    flex: 1;
}

.contact-info h4 {
	color: #000;
	font-size: 18px !important;
}

.contact-info .fas {
	color: #c71e2c;
}
#middle {
    width: 100%;
    background: #323232;
    background: -moz-linear-gradient(top, #323232 0%, #000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(100%, #000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #323232 0%, #000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #323232 0%, #000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #323232 0%, #000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #323232 0%, #000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#000', GradientType=0);
    /* IE6-9 */
}

#wrapper {
    background: url('../siteart/mainimage.jpg');
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    max-height: 653px;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
}

.contactwrap {
       background: #E01C27;
    opacity: 0.75;
    filter: alpha(opacity=700);
    padding: 40px 0;
    z-index: 100;
    /* max-width: 600px; */
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 100%; */
    left: 66%;
}

.contact {
    z-index: 9999;
    color: #fff;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 200px;
	    width: 80%;
    margin: 0 auto;
}

.contact h1 {
        text-align: left;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 40px;
}

.flex-container.flex-hero {
    margin-top: 15px;
    gap: 10px;
	flex-wrap: wrap;
}

.contact .flex-container {
    justify-content: space-between;
}

.contact h2 {
	text-align: left !important;
}
.contact a {
    color: #fff;
    text-decoration: none;
	transition: .3s all;
}

.contact a:hover {
	 color: #000;
}

.invwrap {
    width: 75%;
    margin: 0 auto;
    background: #fff;
    padding: 1.5% 0 0;
}

.hosted-content #listings-title {
    text-align: left !important;
}

.flex-map {
	justify-content: space-between;
	gap: 15px;
	
}

.page-img {
	background: url("/siteart/about-img.jpg") no-repeat;
	background-size: cover;
	background-position: 25% 71%;
	height: 300px;
}

/*Accordion*/
.flex-container.flex-services {
    justify-content: space-between;
    gap: 15px;
}

.flex-services .page-head {
    flex: 1;
}

.service-section {
    flex: 1;
}

.accordion {
	background: transparent;
    color: #000;
    cursor: pointer;
    padding: 22px 0;
    font-size: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-family: 'Roboto Condensed', sans-serif;
    transition: 0.4s;
    border-bottom: 1px solid #eaeaea;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
}


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
    padding: 20px 0;
}

.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 28px;
  color: #E01C27;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "-";
	 font-size: 28px;
  color: #E01C27;
  float: right;
  margin-left: 5px;/* Unicode character for "minus" sign (-) */
}


/***** Form Styles *****/
#formpage {
    vertical-align: top;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
        line-height: 22px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.help-question {
	    flex-basis: 100% !important;
}

#formpage div {
    vertical-align: top;
    padding: 3px 5px;
	flex: 1;
    /* flex-basis: 100%; */
    flex-basis: 25%;
    flex-grow: 1;
    box-sizing: content-box;
    width: 100%;
    display: block;
    margin: 0 10px;
}

#formpage input {
    padding: 6px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    font-family: 'Roboto Condensed', sans-serif;
    color: #8e8d8d;
        font-size: 16px;
	width: 100%;
}

#formpage textarea {
    padding: 6px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    font-family: 'Roboto Condensed', sans-serif;
    color: #8e8d8d;
    font-size: 16px;
	width: 100%;
}


/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    font-family: 'Roboto Condensed', sans-serif;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 5px;
	width: 100%;
}

#formpage input {
   
}

#formpage input.larger {
   
}

#formpage textarea {
   
    height: 85px;
}


#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: #fff;
    color: #000;
    border: 1px solid #16598d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}




#formpage input.button,
#formpage input.button:focus {
    width: 200px;
    margin: 0;
    padding: 7px 0;
    background: #c71e2c url('../siteart/submit_btn.jpg') repeat-x;
    border: 2px #fff solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

#formpage input.button:hover {
    background: #323232;
    color: #fff;
    text-shadow: none;
    border: 2px #fff solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}



/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color: #212121;
    font-size: 13px;
    text-align: left;
}

#formpage label.checkbox {
    /*  color:#212121;*/
    font-size: 13px;
    text-align: left;
    display: inline;
    padding: 0;
}


/*control the Captcha */

input#CaptchaAnswer {
    padding: 5px 10px;
	border: 1px solid #ddd;
	font-size: 16px;
	border-radius: 5px;
	
	margin-bottom: 10px;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 18px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 12px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #fff;
    padding: 5px 0;
}

.sell .CaptchaWhatsThisPanel a {
	color: #000 !important;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}


/******MAIN NAVIGATION same as used for CMS******/
/* This horizontal navigation has 4 dropdown levels, but you can change it to include more levels if necessary.*/

#navwrap {
    /* container to center the nav within a standard width of 1020px, or adjust to width of your site. Links will always float left or right. */
    text-align: center;
    background: #000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000 0%, #1a1a1a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #1a1a1a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000 0%, #1a1a1a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000 0%, #1a1a1a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000 0%, #1a1a1a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000 0%, #1a1a1a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#1a1a1a', GradientType=0);
    /* IE6-9 */
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    font-family: 'Roboto Condensed', sans-serif;
}


#nav {
    position: relative;
    display: block;
    z-index: 9000;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

#nav ul,
.nav li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	display: inline-block;
	vertical-align: middle;
}

#nav ul li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
}

#nav li ul {
    display: none;
}


#nav ul li a {
    /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    padding: 8px 20px;
    height: 1%;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}


#nav ul li a:hover {
    /* appearance of the first-level links on hover */
    height: 1%;
    color: #c71e2c;
}



#nav ul li li a {
    /* appearance of the sub-level links */
    width: 215px;
    padding: 8px 0 8px 15px;
    text-align: left;
    background: #090909;
    border-bottom: 1px #333 solid;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

#nav ul li li a:hover {
    /* appearance of the sub-level links on hover */
    color: #fff;
    background: #4b0000 url("../siteart/nav-ro-bg.jpg") repeat-x;
}



/* Optional-use, Begin targeting styles of first and last links */
#nav ul li:last-child {
    /* Optional-use, this targets last li */
}

#nav ul li:last-child a {}

#nav ul li:first-child {
    /* Optional-use, this targets first li */
}

/* Optional-use, cancells out border for subnav li containers*/
#nav ul li li:last-child {
    border-left: 0;
    border-right: 0;
}

#nav ul li li:last-child a {}

#nav ul li li:first-child {
    border-left: 0;
    border-right: 0;
}

/* Optional-use, End targeting styles of first and last links */



/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#nav ul li:hover > ul {
    display: block;
    line-height: 18px;
    /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background: #4b0000;
    /* make sure your background color always matches your link styles!*/
}

#nav ul ul li {
    float: none;
    position: relative;
}

/******MAIN NAVIGATION END******/


/******AT NAVIGATION same as used for CMS******/
/* This horizontal navigation has 4 dropdown levels, but you can change it to include more levels if necessary.*/

.navwrap {
    /* container to center the nav within a standard width of 1020px, or adjust to width of your site. Links will always float left or right. */
    text-align: center;
    background: #000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000 0%, #1a1a1a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #1a1a1a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000 0%, #1a1a1a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000 0%, #1a1a1a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000 0%, #1a1a1a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000 0%, #1a1a1a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#1a1a1a', GradientType=0);
    /* IE6-9 */
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    font-family: 'Roboto Condensed', sans-serif;
}


.nav {
    position: relative;
    display: block;
    z-index: 9000;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    width: 710px;
    font-family: 'Roboto Condensed', sans-serif;
}

.nav ul,
.nav li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.nav ul li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
}

.nav li ul {
    display: none;
}


.nav ul li a {
    /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    padding: 8px 20px;
    height: 1%;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}


.nav ul li a:hover {
    /* appearance of the first-level links on hover */
    height: 1%;
    color: #c71e2c;
}



.nav ul li li a {
    /* appearance of the sub-level links */
    width: 215px;
    padding: 8px 0 8px 15px;
    text-align: left;
    background: #090909;
    border-bottom: 1px #333 solid;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

.nav ul li li a:hover {
    /* appearance of the sub-level links on hover */
    color: #fff;
    background: #4b0000 url("../siteart/nav-ro-bg.jpg") repeat-x;
}



/* Optional-use, Begin targeting styles of first and last links */
.nav ul li:last-child {
    /* Optional-use, this targets last li */
}

.nav ul li:last-child a {}

.nav ul li:first-child {
    /* Optional-use, this targets first li */
}

/* Optional-use, cancells out border for subnav li containers*/
.nav ul li li:last-child {
    border-left: 0;
    border-right: 0;
}

.nav ul li li:last-child a {}

.nav ul li li:first-child {
    border-left: 0;
    border-right: 0;
}

/* Optional-use, End targeting styles of first and last links */



/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
.nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

.nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.nav ul li:hover > ul {
    display: block;
    line-height: 18px;
    /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background: #4b0000;
    /* make sure your background color always matches your link styles!*/
}

.nav ul ul li {
    float: none;
    position: relative;
}

/******AT NAVIGATION END******/


/***** Footer Styles *****/
footer #middle {
    padding: 10px 0;
}

#footer {
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #b9b9b9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #b9b9b9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #b9b9b9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #b9b9b9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #b9b9b9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #b9b9b9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#b9b9b9', GradientType=0);
    /* IE6-9 */
    padding: 20px 0;
}

.sandhillsfooter {
    float: left;
    padding-top: 15px;
}

.footlogo {
    float: left;
}

.sf {
    float: right;
}

.atfooterlogo {
    float: right;
    padding-top: 25px;
}

.footlogo img {
	max-width: 100%;
	width: 60px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #c71e2c;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
}

.divfooter {
    width: 450px;
    text-align: left;
    padding: 0px 0px 10px 10px;
}


/**** INVENTORY STYLES ****/

.list-content .list-listing .dealer-name {
	font-size: 14px !important;
    color: inherit !important;
    text-align: inherit !important;
    margin: inherit !important;
}
.list-top-section .list-title .list-title-text,.faceted-search-content .faceted-section-head {
font-family: 'Roboto Condensed', sans-serif !important;
	}

.list-content .spec-label, .list-content .dealer-data,.list-content .listing-description {
	font-family: 'Roboto', sans-serif !important;
}

.list-top-section .list-title .list-listings-count {
	color: #c71e2c !important;
}

.view-listing-details-link,.faceted-search-content .selected-facets-container .selected-facet{
	background: #c71e2c !important;
	transition: .3s all;
}

.view-listing-details-link:hover {
	background: #000 !important;
}

.dealer-contact__heading, .detail-shipping__heading {
font-size: initial !important;
    color: unset !important;
    margin: initial !important;
    line-height: initial !important;
    font-weight: initial !important;
    text-transform: initial !important;
	}
/************************************************ Responsive Styles **/
@media screen and (max-width: 1400px) {
	#nav ul li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1255px) {
	#nav ul li a {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 1240px) {
	.contactwrap {
		padding: 25px 0;
		left: 50%;
	}
	
	.contact h1 {
		line-height: 38px;
		font-size: 32px;
	}
	
	.flex-container.flex-hero {
    margin-top: 8px;
	}
	
	#nav ul li a {
		padding: 8px 10px;
	}
	
}

@media screen and (max-width: 1160px) {
   
	.invwrap {
    width: 100%;
	}
}

@media screen and (max-width: 950px) {
    .contactwrap {
		padding: 25px 0;
		top: 0%;
	}
}


@media screen and (max-width: 1380px) and (min-width:1024px) {
    .show-menu-for-mobile {
        display: none;
    }

    .site-width {
        width: 95%;
    }

  


}

@media screen and (max-width: 1072px) {
    #nav ul li a {
		padding: 8px 10px !important;
	}
	#nav ul li a {
		    font-size: 14px !important;
	}
	
}

@media screen and (max-width: 1023px) and (min-width:745px) {
    .show-menu-for-mobile {
        display: none;
    }

    .site-width {
        width: 95%;
    }



}



@media screen and (max-width: 960px) { 
	
	#nav ul li a {
		    padding: 8px 10px !important;
	}
}


@media screen and (max-width: 1008px) { 
	.invwrap {
    width: 100%;
	}
	
	
}
@media screen and (max-width: 744px) and (min-width:640px) {
    

    .site-width {
        width: 95%;
    }

    .contactinfo {
        width: 95%;
    }

    .contact {
        margin-right: 50px;
    }

    .atfooterlogo {
        float: none;
        text-align: center;
    }

 

    .footlogo {
        display: none;
    }

    .divfooter {
        width: 100%;
        text-align: center;
    }

 

    h2 {
        text-align: center;
    }

    /******************styles for the main site navigation during mobile display*************/
    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem 0 0 0.5rem;
        color: #fff;
    }

    #nav {
        display: none;
    }
}
@media screen and (max-width: 860px) { 
	.contactwrap {
		position: unset;
		opacity: 1;
	}
	
	.contact h1 {
		text-align: center;
		font-size: 28px;
		line-height: 32px;
	}
	
	.flex-cta{
		flex-wrap: wrap;
	}
	
	.contact h2 {
		text-align: center}
}

@media screen and (max-width: 790px) {
	#formpage div {
		flex-basis: 40%;
	}
	.flex-map {
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.contact-info,.map {
		flex-basis: 100%;
	}
}


@media screen and (max-width: 639px) and (min-width:441px) {
    
    .site-width {
        width: 95%;
    }

    .contactinfo {
        width: 95%;
    }

    .contact {
        margin-right: 50px;
    }

    .atfooterlogo {
        float: none;
        text-align: center;
    }

  
    .footlogo {
        display: none;
    }

    .divfooter {
        width: 100%;
        text-align: center;
    }



    h2 {
        text-align: center;
    }

   
}
@media screen and (max-width: 950px) {
	
	.show-menu-for-mobile {
        display: block;
    }

	
	.show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }
	
	.hide {
        display: none;
    }
	
	div#navwrap{text-align: left !important;}
	 /******************styles for the main site navigation during mobile display*************/
    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem 0 0 0.5rem;
        color: #fff;
    }

    #nav {
        display: none;
    }
}
@media screen and (max-width: 440px) and (min-width:321px) {
    

    

    .site-width {
        width: 90%;
    }


    .atfooterlogo {
        float: none;
        text-align: center;
    }

    #wrapper {
        padding: 0;
    }



    .footlogo {
        display: none;
    }

    .divfooter {
        width: 100%;
        text-align: center;
    }


    h1 {
        font-size: 26px;
    }

    h2 {
        text-align: center;
    }


    /******************styles for the main site navigation during mobile display*************/
    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem 0 0 0.5rem;
        color: #fff;
    }

    #nav {
        display: none;
    }
}


@media screen and (max-width: 560px) {
	#formpage div {
    flex-basis: 100%;
}
	.contact h2,.contact a {
		flex-basis: 100%;
	}
	
	.contact h2,.contact a {
		text-align: center !important;
	}
	
	.accordion {
		font-size: 16px;
		padding: 15px 0;
	}
}

@media screen and (max-width: 320px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    .site-width {
        width: 90%;
    }



    #wrapper {
        padding: 0;
    }

  

    .atfooterlogo {
        float: none;
        text-align: center;
    }

    .footlogo {
        display: none;
    }

    .divfooter {
        width: 100%;
        text-align: center;
    }

    #formpage {
        width: 100%;
        display: block;
    }

    .formright {
        float: none;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        text-align: center;
    }


    /******************styles for the main site navigation during mobile display*************/
    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem 0 0 0.5rem;
        color: #fff;
    }

    #nav {
        display: none;
    }
}
