/* Set viewport width: 767 */
/* Set separate viewport width for font-size and line-height: 1200 */
/* COMMON FLEX TO START WITH  */
/* display:flex; align-items: center; justify-content: space-between */
/***** 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;
}

.padhelp {
	display: flex;
}

h1 {}

.row>* {
	padding-left: calc(var(--bs-gutter-x) * 0.0) !important;
	padding-right: calc(var(--bs-gutter-x) * 0.0) !important;
}

#cardsctaID .slick-track {
	display: flex;
	justify-content: space-between;
}

#cardsctaID .slick-slide {
	width: 22.2% !important;
}

.row.sh-row {}

.footerbg {
	background: #282828;
}

.footerbg:before {
	display: none !important;
}

.footerbg:after {
	display: none !important;
}

div#header {
	display: flex;
	align-items: center;
}

.showroom-flex {
	width: 100% !important;
}

.advancedresults2.col-sm-12.col-xs-12 {
	POSITION: RELATIVE;
}

.column-padding-brand:hover .surroundbuttons {
	display: flex;
}

.surroundbuttons {
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: max(56px, 7.33958vw);
	top: 0px !important;
	/* justify-content: space-between; */
}

.surroundbuttons {
	display: none;
}

.surroundbuttons a {
	padding: max(3px, 0.93229vw);
	background: black;
	color: white;
	font-family: address-sans-pro-condensed, sans-serif;
	text-transform: uppercase;
	font-size: max(19px, 1.09375vw);
}

.column-padding-brand:hover .surroundbuttons a:hover {
	background: #3c3c3c;
}

.surroundbuttons a:last-of-type {
	background: #c51130;
	color: white;
}

#cardscta .slick-list.draggable {
	/* margin: 6px; */
}

form {
	position: static;
}

img.svgheader {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	width: max(265px, 34.53125vw);
	display: none;
}

.imagetop img {
	width: 160px !important;
	object-fit: contain;
	padding: 15px 0;
}

body,
html {
	overflow-x: hidden;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	vertical-align: top;
}

input:not(..cf *) {
	/* border: none; */
	/* outline: none; */
}

input.btn.btn-success.sheSubmitButton {
	border: none;
	font-weight: bold;
	font-size: max(13px, 0.9vw);
	background: none !important;
}

.column4 input[type="text"] {
	padding: 23px 25px 15px 25px;
	border-bottom: 1.5px #8e1227 solid;
	width: 100%;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #8e1227;
	text-transform: uppercase;
	color: #8E1227;
}

/* AT RESET  */
header form button[type=submit] {
	background-color: transparent !important;
	height: unset;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
	display: block;
}

input[type="submit"]:not(.row-min-height.nopad *) {
	cursor: pointer;
	width: max(109px, 14.27083vw);
	height: max(38px, 4.94792vw);
	background: #007c7b;
	font-family: address-sans-pro, sans-serif;
	font-weight: normal;
	font-size: max(14px, 1.19792vw);
	letter-spacing: 0.13em;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
}

p a:not(..cf *) {
	color: inherit;
	opacity: 0.7;
}

.invpage .notInventory input {
	border: none;
}

/* ABSOLUTE CENTER margin: 0 0 0 max(384px,50vw); transform: translateX(-50%); */
/*-------- COLORS --------*/
:root {
	/* All text that appears outside of the colored boxes, background for the colored boxes */
	--neutral1: #FFFFFF;
	/* Insurance/Financing buttons */
	--secondary1: #DBCDC6;
	/* Some titles, some buttons */
	--primary: #C3262D;
	/* Background color for hover states, text color for hover states */
	--secondary2: #707070;
	/* Background color, all text appearing within the colored boxes */
	--neutral2: #1D1D1D;
}

/***** END RESET *****/
::-moz-selection {
	background: var(--neutral2);
	color: var(--neutral1);
	text-shadow: none;
}

::selection {
	background: var(--neutral2);
	color: var(--neutral1);
	text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

form .row.cf {
	position: static;
}

/* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-image: linear-gradient(120deg, var(--primary) 0%, var(--primary) 100%); background-repeat: no-repeat; background-size: 100% 0.2em; background-position: 0 116%; transition: background-size 0.25s ease-in; color: var(--primary); transition: 0.25s ease-out; padding: 2px 2px 0; } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-size: 100% 88%; color: white; } */
.intextlink:hover {
	opacity: 0.8;
	/* Adjust the opacity value as needed */
}

/*-------- BODY STYLES --------*/
/* START LOADER SECTION */
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999999999999;
	background: rgb(71 71 71);
}

/* END LOADER SECTION  */
.notInventory *:not(i):not(i *):not(.fas):not(.fas *):not(.fa *):not(.fa):not(.fab):not(.fab *) {
	font-family: ;
}

img.footerangle {
	margin-top: -310px;
	margin-top: min(-124px, -16.14583vw);
	width: 100%;
}

*:not(.slick-slider *):not(..cf *):not(header .mobile):not(.se-pre-con):not(.se-pre-con *):not(.slider):not(.slick-track):not([data-aos]) {
	/* transition-property: background, color, background-color, background-size, opacity, margin, padding, left, right, top, bottom, transform; */
	/* transition-duration: .25s; */
}

#rightareasecone button {
	top: 0 !important;
	right: 0 !important;
}

#rightareasecone button:first-of-type {
	left: 0 !important;
}

.surroundhero button.slick-next.slick-arrow {
	/* DISPLAY: NONE !IMPORTANT; */
}


.advancedresults4.col-sm-12.col-xs-12 {
	position: relative;
}



aside#locationsID {
	display: none;
}

.noUi-origin.noUi-connect {
	height: 4px;
}

.hp-slider .noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 2px;
	border-radius: max(1px, 0.10417vw);
}

img.mainIcon {
	width: 14vw;
	width: max(107px, 14vw);
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 2px;
	border-radius: max(1px, 0.10417vw);
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-marker,
.noUi-pips {
	position: absolute
}

.noUi-base {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
	height: 0px;
	z-index: 0
}

.noUi-horizontal .noUi-handle {
	width: 25px;
	width: max(27px, 1.30208vw);
	height: 13px;
	height: max(12px, 0.67708vw) !important;
	left: -13px;
	left: min(-20px, -0.67708vw);
	top: -7px;
	top: min(-6px, -0.36458vw);
	border: none !important;
	background: #CBC9C6 !important;
}

.hp-slider .noUi-horizontal .noUi-handle {
	width: 25px;
	width: max(27px, 1.30208vw);
	height: 13px;
	height: max(12px, 0.67708vw);
	left: -13px;
	left: min(-20px, -0.67708vw);
	top: -7px;
	top: min(-6px, -0.36458vw);
	border: none !important;
	background: #CBC9C6 !important;
}

.noUi-background {
	background: #fafafa;
	box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
	background: #4a4a4a;
	-webkit-transition: background 450ms;
	transition: background 450ms
}

.noUi-target {
	border-radius: 4px;
	border-radius: max(1px, 0.20833vw);
	border: 1px solid var(--neutral1);
	width: calc(100% - 10px);
	width: calc(100% - max(3px, 0.52083vw));
	margin: 10px auto;
	margin: max(3px, 0.52083vw) auto;
}

.noUi-handle {
	border: 1px solid #d9d9d9;
	background: #fff;
	cursor: default
}

.noUi-handle:after,
.noUi-handle:before {
	content: none !important;
	display: block;
	position: absolute;
	height: 12px;
	height: max(3px, 0.625vw);
	width: 1px;
	background: #e8e7e6;
	left: 10px;
	left: max(3px, 0.52083vw);
	top: 3px;
	top: max(1px, 0.15625vw);
}

.noUi-handle:after {
	left: 12px;
	left: max(3px, 0.625vw);
}

.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	color: #999
}

.noUi-marker {
	background: #ccc
}

.noUi-pips-horizontal {
	padding: 5px 0;
	padding: max(1px, 0.26042vw) 0;
	height: 10px;
	height: max(3px, 0.52083vw);
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	width: max(1px, 0.10417vw);
	height: 5px;
	height: max(1px, 0.26042vw);
	display: none;
}

.example-val {
	font-weight: 700;
	color: #a08935;
	text-transform: uppercase;
	font-size: 13px;
	font-size: max(10px, 0.67708vw);
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	font-size: 13px;
	text-align: left;
	color: #eee;
}

.noUi-connect {
	background: none !important;
}

.noUi-handle {
	background: #cbc9c6 !important
}

h1:not(..cf *),
h2:not(..cf *),
h3:not(..cf *),
h4:not(..cf *),
h5:not(..cf *),
h6:not(..cf *) {
	font-family: ;
	text-transform: uppercase;
}

h1:not(..cf *) {
	font-family: address-sans-pro-condensed, sans-serif;
	address-sans-pro-condensed,
	font-family: sans-serif;
	text-align: center;
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: 600;
	font-size: 52px;
	font-size: max(28px, 2.70833vw);
	letter-spacing: 0.04em;
	line-height: 56px;
	line-height: max(30px, 2.91667vw);
	text-align: center;
	margin-left: 30px;
	margin-left: max(12px, 1.5625vw);
}

.invcard h2 {
	display: block;
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 22px 0;
	position: absolute;
	width: 100%;
	font-family: address-sans-pro, sans-serif;
}

.invcard img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

#advancedmyCarousel2 .slick-dots {
	display: none !important;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a {}

a:hover {
	text-decoration: none;
}

hr {
	border: var(--neutral2) 1px solid;
}

/* NEAT MOBILE SEARCH  */
/* http://chattdozer.com/ */
/* CUSTOM LIST BULLETS  */
ul.custom li {
	display: flex;
	align-items: center
}

ul li:before {
	/* content: ''; */
	background: url('<?PHP echo get_template_directory_uri(); ?>/siteart/arrow.png');
	position: relative;
	width: 15px;
	width: max(6px, 0.78125vw);
	height: 17px;
	height: max(7px, 0.88542vw);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 25px;
	padding-right: max(10px, 1.30208vw);
}

.wrapper {
	margin: 100px auto;
	margin: max(40px, 5.20833vw) auto;
	padding: 0 40px;
	padding: 0 max(16px, 2.08333vw);
	width: 100%;
	max-width: 1300px;
	max-width: max(519px, 67.70833vw);
	box-sizing: border-box;
}

/*--- HEADER STYLES ---------------------*/
/* Contact Info  */
.contactInfo {
	display: inline-flex !important;
    vertical-align: middle !important;
	align-items: center !important;
	width: 90% !important; margin: 0 auto !important;justify-content: space-between
}

.topbar {background: #000;text-align: center !important;}

.contactInfo .col-xs-12 #advancedmyCarousel13 {
	display: flex;
}

.column-padding-location {
	padding: 13px !important;
}

.post-column-location3.col-sm-12.col-xs-12 {
	font-family: address-sans-pro, sans-serif;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: 0.08em;
	text-align: center;
	color: #fff !important;
}

.contactInfo,
.contactInfo * {
	color: var(--secondary1);
}

#contacttopID .column-padding-location {}

aside#contacttopID {
	display: flex;
	align-items: center;
}

aside#contacttopID * {}

#contacttopID .row.sh-row.widgetContainer {
	width: 100%;
}

#logotopstuffID img {
	width: max(52px, 6.77083vw) !important;
	display: inline-block !important;
	margin: max(3px, 0.41667vw);
}

#logotopstuffID div section div div div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#logotopstuffID img:last-of-type {
	width: max(32px, 4.16667vw) !important;
}

.contactsnip {
	padding-left: 20px;
	padding-left: max(8px, 1.04167vw);
	padding-left: max(13.5417px, max(8px, 1.04167vw));
	padding-left: max(max(5px, 0.7053vw), max(8px, 1.04167vw));
}

.contactInfo a,.contactInfo  {
	font-size: 15px;
	font-size: max(12px, 0.88542vw);
	/* font-size: max(13px, max(11px, 0.88542vw)); */
	/* font-size: max(max(8px, 0.67708vw), max(11px, 0.88542vw)); */
}

.contactInfo i {
	font-size: 14px;
	font-size: max(max(13px, 0.64996vw), max(16px, 0.72917vw));
	padding-right: max(5.4167px, max(3px, 0.41667vw));
	padding-right: max(max(2px, 0.28212vw), max(3px, 0.41667vw));
}

@media only screen and (max-width:1270px) {
	.leftcontact {
    width: 75% !important;
    text-align: left !important;
}
}
@media only screen and (max-width: 925px) {
	.contactInfo {
		display: flex !important;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}

	#logotopstuffID div section div div div {
		display: flex;
		justify-content: center;
	}

	.contactInfo a {
		padding-left: 0 !important;
	}
}

/***** Start of primary nav ******/
#menu-button {
	display: none;
}

nav.mobile {
	display: none;
}

nav.primary {
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 100%;
	position: relative;
	padding: 0 0px;
}

nav.primary ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	width: auto;
}

nav.primary ul li {
	flex: 2;
	/* margin-top: 1.2vw; */
	/* margin-top: max(9px, 1.2vw); */
}

#logocenter img {
	width: 248px !important;
	width: max(99px, 12.91667vw) !important;
}

nav.primary ul li a {
	color: #fff;
	font-size: 14px;
	font-size: max(9px, 0.72917vw);
	line-height: 60px;
	line-height: max(38px, 3.125vw);
	text-decoration: none;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 500;
	padding: 0 12px;
	padding: 0 max(8px, 1.225vw);
	font-family: degular, sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-size: max(16px, 1.04167vw);
	letter-spacing: 0em;
	text-align: center;
	color: #000;
	font-weight: bold;
}

nav.primary ul li a i {
	margin-left: 10px;
}

nav.primary ul li a:hover {
	/* background: #000; */
	color: #8f0018;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-size: 16px;
	font-size: max(10px, 0.83333vw);
	line-height: 16px;
	line-height: max(10px, 0.83333vw);
	padding: 10px;
	padding: max(8px, 1.02083vw);
	color: #000;
	background: #ffffff;
	text-align: left;
	border-right: none;
	border-left: none;
	border-bottom: #c5c5c5 solid 1px;
	text-align: center;
	font-family: degular, sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-size: max(13px, 1.04167vw);
	text-align: left;
	display: flex;
	justify-content: space-between;
}

/* Appearance of the sub-level links on hover */
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
	box-shadow: #bdbdbd5e 1px 1px 21px;
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	line-height: max(11px, 0.9375vw);
	z-index: 100;
}

nav.primary ul ul li {
	float: none;
	width: 270px;
	width: max(108px, 14.0625vw);
	position: relative;
	margin: 0;
	display: block;
}

.contactpage {
	margin-top: -3vw !important;
}

@media screen and (max-width: 1730px) {
	nav.primary ul li a {
		padding: 0 7px;
	}
}

@media screen and (max-width: 1575px) {
	nav.primary ul li a {
		/* font-size: 12px; */
	}
}

@media screen and (max-width: 1400px) {
	nav.primary {
		width: 100%;
	}
}

/******** End of primary Nav ***************/
@media screen and (max-width: 1340px) {
	.logoarea {
		display: block !important
	}

	div#header {
		display: flex;
		justify-content: space-between;
	}

	div#header:before,
	div#header:after {
		content: none;
	}

	#headerstuff {
		width: 100% !important;
	}

	.logoarea img {
		width: 150px !important;
		left: 50%;
		transform: translateX(-50%);
		/* Move the image horizontally */
		position: relative;
	}

	img.svgheader {
		display: none
	}

	/*============================== Mobile Nav Styles ================================*/
	nav.primary {
		display: none;
	}

	#menu-button {
		width: 100%;
		display: inline-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: center;
		/* padding-right: 10px; */
		text-align: right;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	#menu-button a {
		/* color: #fff; */
		text-decoration: none;
		/* padding: 0 0 0 .8em; */
		font-weight: normal;
		color: black;
	}

	nav.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500;
		/* 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: 50px 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: -38px;
		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: 0 10px;
		color: #999;
		text-decoration: none;
		border-left: 4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
		text-align: left;
		height: 38px;
		display: flex;
		align-items: center;
	}

	nav.mobile ul li a:hover {
		background: rgba(45, 45, 45, 0.5);
		color: #fff;
		border-left: 4px #CB1C1C 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: #555555;
		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 li a {
		background: #676767;
		padding-left: 36px;
	}

	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}

	.nav-footer {
		color: #1B1B1B;
		position: relative;
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		padding: 15px 0;
	}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a .fa {
		width: 25px;
		font-weight: 100;
		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;
	}

	/* SLIDE DOWN NAV STYLES */
	/*#menu-button{display:inline-block;position:relative;line-height:60px;z-index:400;line-height:1;text-align:right;font-family:interstate,sans-serif;font-size:16px;letter-spacing:0.03em;line-height:32px;text-align:left;color:#413f40;text-transform:uppercase;font-weight:bold;}#menu-button a{color:#000;text-decoration:none;}nav.mobile{display:block;position:fixed;top:0;top:-100%;width:100%;height:100%;background:#eaeaea;z-index:99999;overflow:auto;}.flexSurround{display:flex;align-items:center;justify-content:center;flex-direction:column;height:90vh;overflow:hidden;}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;}nav.mobile .mobile_top{position:relative;display:block;padding:0;margin:50px 0 10px 0;color:#999;font-size:18px;font-weight:400;top:0;right:0;width:100%;}nav.mobile .menu-toggle{position:absolute;padding:3px 8px 3px;font-family:Arial,sans-serif;font-size:44px;font-weight:100;line-height:1;color:var(--neutral2);text-decoration:none;bottom:0px;right:13px;}nav.mobile .menu-toggle:hover{color:var(--secondary2);}nav.mobile ul{list-style:none;font-weight:300;margin:0;padding:0;width:100%;}nav.mobile ul *{transition:all 0.1s ease-out;}nav.mobile ul li{position:relative;}nav.mobile ul li a{position:relative;display:block;font-size:16px;padding:16px;color:var(--neutral2);font-family:interstate,sans-serif;text-decoration:none;text-align:center;text-transform:uppercase;}nav.mobile ul li a:hover{background:rgba(45,45,45,0.5);color:#f9f9f9;}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);}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{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:#1B1B1B;position:relative;text-align:center;font-size:14px;line-height:16px;padding:15px 0;}nav.mobile ul li a .fa{width:25px;font-weight:100;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;}*/
}

@media screen and (max-width: 1020px) {
	#menu-button {
		width: 34%;
	}
}

@media screen and (max-width: 1200px) {

	.padding-left-half {
		padding-right: 9.4%;
	}

	.column-padding-cats {
		/* margin: 8.1vw !important; */
	}
}

@media screen and (max-width:450px) {
	#menu-button {
		width: 100%;
	}
}

@media screen and (max-width:992px) {
	.column-padding-cats {
		margin: 1vw !important;
	}
}

/*.notInventory {*/
/*}*/
/*---BODY--------------------------------*/
/*.notInventory {*/
#headerstuff {
	position: relative;
	width: 100%;
	/* width: calc(100% - max(36px, 4.6875vw)); */
	z-index: 1;
	background: white;
	/*margin-bottom: 3VW;*/
}

.otherpage div#headerstuff {
	width: 100%;
	position: relative;
}

header .contactInfo {
	width: 100%;
	background: #1d1d1d;
	justify-content: center;
	padding: 13px 0;
	padding: max(5px, 0.67708vw) 0;
}

header .contactInfo div a {
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: normal;
	font-size: 19px;
	font-size: max(12px, 0.98958vw);
	letter-spacing: 0.08em;
	text-align: center;
	color: #fff;
}

header .primary ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 100px;
	padding: 0 max(40px, 5.20833vw);
}

nav:before {
	/* content: ''; */
	background-image: url('<?PHP echo get_template_directory_uri(); ?>/siteart/headerbg.svg');
	background-size: cover;
	/* Adjust as needed */
	background-repeat: no-repeat;
	/* Adjust as needed */
	width: 652px;
	width: max(260px, 33.95833vw);
	/* Adjust as needed */
	height: 235px;
	height: max(94px, 12.23958vw);
	/* Adjust as needed */
	display: block;
	position: absolute;
	z-index: -1;
	margin-right: 0;
	transform: translateX(-50%);
	left: 50%;
}

.surroundhero {
	position: relative;
}

.surroundhero img {
	width: 100%;
	height: max(239px, 37.19792vw);
	object-fit: cover;
}

.surroundhero:before {
	content: '';
	width: 100%;
	height: 599px;
	height: max(239px, 37.19792vw);
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
	z-index: 1;
	position: absolute;
	bottom: 0;
	z-index: 0;
	opacity: 0.2;
}

.highlightsidebars .surroundslideshowstuff {
	margin-top: 30px;
}

#bottomhero {
	display: flex;
	align-items: flex-start;
	margin-top: -310px;
	margin-top: min(-124px, -8.14583vw);
	position: relative;
	flex-direction: row-reverse;
	width: 100% !important;
}

div#bottomhero .slick-dots {
	display: none;
}

#bottomhero #cardscta {
	display: flex;
	width: 100%;
}


#bottomhero #cardscta a,
.column-padding-cats a {
	position: relative;
	height: 415px;
	height: max(136px, 15.62604vw);
	width: 327px;
	width: 100%;
	display: block;
	margin-right: 15px;
	margin-right: max(6px, 0.78125vw);
}

.column-padding-cats a {
	margin: 1.5vw 0;
	position: relative;
}

.column-padding-cats a:hover:before {
	opacity: 0.2;
}

#bottomhero #cardscta a:hover h2:before,
.column-padding-cats a:hover h2:before {
	border-color: white;
	width: 40%;
	transition: 0.5s;
}

#bottomhero #cardscta a:before,
.column-padding-cats a:before {
	content: '';
	width: 327.31px;
	width: 100% !important;
	height: 415.22px;
	height: max(136px, 15.62604vw);
	background: #1c1c1c;
	opacity: 0.75;
	z-index: 0;
	position: absolute;
	left: 0;
}

#bottomhero #cardscta a img,
.column-padding-cats a img {
	width: 100%;
	height: max(136px, 15.62604vw);
	object-fit: cover;
}

.column-padding-cats a h2,
#bottomhero #cardscta a h2 {

	font-family: address-sans-pro-condensed, sans-serif;

	font-weight: normal;

	font-size: 48px;

	font-size: max(27px, 2.3vw);

	letter-spacing: 0.09em;

	line-height: 51px;

	line-height: max(32px, 2.65625vw);

	text-align: right;

	color: #fff;

	text-transform: uppercase;

	text-align: left;
}

.column-padding-cats a h2 {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#bottomhero #cardscta a h3 {
	font-family: address-sans-pro-condensed, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 21.2288px;
	line-height: 25px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: white;
	text-align: left;
}

#bottomhero #cardscta a .headercontain {
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 55px 44px;
	padding: max(22px, 1.46458vw) max(18px, 2.29167vw);
}

#bottomhero #cardscta a h2:before,
.column-padding-cats a h2:before {
	content: '';
	width: 48px;
	width: max(32px, 7.5vw);
	height: 0px;
	background: transparent;
	border: 3px solid #c61130;
	border: max(1px, 0.12vw) solid #c61130;
	display: block;
	position: absolute;
	bottom: max(-7px, -1.5vw);
}

#bottomhero h1 {
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: 600;
	font-size: 52px;
	font-size: max(28px, 2.70833vw);
	letter-spacing: 0.04em;
	line-height: 56px;
	line-height: max(30px, 2.91667vw);
	text-align: left;
	color: #fff;
	margin-left: 30px;
	margin-left: max(12px, 1.5625vw);
	TEXT-TRANSFORM: UPPERCASE;
}

.home main:not(.cf *) {
	margin-top: -109px;
	margin-top: min(-44px, -5.67708vw);
}

.otherpages {
	padding-left: 8vw;
	padding-right: 8vw;
}

main #topangle {
	width: 780px;
	width: 40.625vw;
	width: max(312px, 40.625vw);
	margin-top: -3.1vw;
}

main #firstsection {
	display: flex;
	justify-content: space-between;
	margin-top: 160px;
	margin-top: max(88px, 11.03333vw);
	padding: 0 95px 0 140px;
	padding: 0 max(38px, 4.94792vw) 0 max(56px, 7.29167vw);
}

main #firstsection #leftareasecone h2 {
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: 600;
	font-size: 50px;
	font-size: max(31px, 2.60417vw);
	letter-spacing: 0.04em;
	line-height: 54px;
	line-height: max(34px, 2.8125vw);
	text-align: left;
	color: #484848;
	position: relative;
	text-transform: uppercase;
}

main #firstsection #leftareasecone h2:after {
	content: '';
	HEIGHT: 4px;
	HEIGHT: max(2px, 0.20833vw);
	width: 55px;
	width: max(22px, 2.86458vw);
	background: #484848;
	position: absolute;
	left: 0;
	BOTTOM: -25px;
	BOTTOM: min(-10px, -1.30208vw);
}

main #firstsection #leftareasecone p {
	width: 819.7px;
	width: max(327px, 42.69271vw);
	font-family: "futura-pt", sans-serif;
	font-weight: normal;
	font-size: 23px;
	font-size: max(18px, 1.19792vw);
	line-height: 43px;
	line-height: max(32px, 2.23958vw);
	text-align: left;
	color: #434343;
	margin-bottom: 60px;
	margin-bottom: max(24px, 3.125vw);
	margin-top: 70px;
	margin-top: max(28px, 3.64583vw);
}

.surroundp p {
	font-family: "futura-pt", sans-serif;
	font-weight: normal;
	font-size: 23px;
	font-size: max(18px, 1.19792vw);
	line-height: 43px;
	line-height: max(32px, 2.23958vw);
	color: #434343;


	max(28px, 3.64583vw);
}

main #firstsection #leftareasecone .standardbtn {
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: normal;
	font-size: 17px;
	font-size: max(17px, 0.88542vw);
	letter-spacing: 0.09em;
	text-align: center;
	background: #C51130;
	color: #fff;
	padding: 14px;
	padding: max(6px, 0.72917vw);
	width: 300px;
	width: max(120px, 15.625vw);
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #c61130;
	border: max(1px, 0.10417vw) solid #c61130;
	margin-right: 10px;
	margin-right: max(4px, 0.52083vw);
	transition: .5s;
}

main #firstsection #leftareasecone .standardbtn:hover {
	background: #59000f;
}

main #firstsection #leftareasecone .standardbtn:last-of-type:hover {
	background: #c61130 !important;
	color: white;
}

main #firstsection #leftareasecone .standardbtn:last-of-type {
	color: black;
	background: none;
	border: 2px solid #c61130;
	border: max(1px, 0.10417vw) solid #c61130;
}

.standardbtn {
	border: max(1px, 0.10417vw) solid #c61130;
	padding: max(6px, 0.72917vw);
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: normal;
	font-size: 17px;
	font-size: max(17px, 0.88542vw);
	letter-spacing: 0.09em;
	text-align: center;
	text-transform: uppercase
}

#footerarea .standardbtn {
	color: white;
}

main #firstsection #rightareasecone {
	margin-top: 75px;
	margin-top: max(60px, 3.90625vw);
	width: 31vw;
	background: white;
}

#secondsection {
	background: #8E1227;
}

.imagebottom img {
	width: 600px;
	width: max(240px, 31.25vw);
	height: 560px;
	object-fit: cover;
}

.imagetop img {
	height: 130px;
}

main #bottomangle {
	margin-top: -340px;
	margin-top: min(-136px, -17.70833vw);
	z-index: -1;
	position: relative;
	width: 100%;
	min-width: 1110px;
}

main #thirdsection {
	/* border-top: 1px solid #ffffffad; */
	background: #8E1227;
	/* margin-top: -6px; */
	/* margin-top: min(-2px, -0.3125vw); */
	display: flex;
	padding-top: 80px;
	padding-top: max(32px, 4.16667vw);
	/* padding-bottom: 270px; */
	/* padding-bottom: max(28px, 14.0625vw); */
	/* Image layer first */
	background: url('<?PHP echo get_template_directory_uri(); ?>/siteart/bg.png'), linear-gradient(#8e1227 0%, #58000f 100%);
	background-repeat: no-repeat;
	background-position: left bottom;
}

main #leftform {
	background: white;
	padding: 120px 160px 245px 100px;
	padding: max(48px, 6.25vw) max(64px, 8.33333vw) max(98px, 12.76042vw) max(40px, 5.20833vw);
	/* margin: 0 0 0 80px; */
	/* margin: 0 0 0 max(32px, 4.16667vw); */
	width: 40vw;
	position: relative;
	/* width: 767px; */
}

div#leftform img {
	width: 500px;
	width: max(200px, 26.04167vw);
}

main #thirdsection #thirdsectionright {
	width: 819.7px;
	width: 100%;
	padding: 120px 180px 200px 70px;
	padding: max(48px, 6.25vw) max(72px, 9.375vw) max(80px, 10.41667vw);
	/* text-align: center; */
}

main #thirdsection #thirdsectionright * {
	text-align: center !important;
}

main #thirdsection #thirdsectionright h3 {
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: 600;
	font-size: 65px;
	font-size: max(41px, 3.38542vw);
	letter-spacing: 0.06em;
	line-height: 82px;
	line-height: max(51px, 4.27083vw);
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

main #thirdsection #thirdsectionright p {
	font-family: "futura-pt", sans-serif;
	font-weight: normal;
	font-size: 23px;
	font-size: max(18px, 1.19792vw);
	line-height: 43px;
	line-height: max(38px, 2.23958vw);
	text-align: left;
	color: #fff;
}

footer>a {
	margin-right: 250px;
	margin-right: max(100px, 13.02083vw);
}

#footerarea a .bottomlogo {
	width: 318px;
	width: max(127px, 10.5625vw);
}

#footerarea #rightarea {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footerarea #rightarea .leftarearight {
	margin-right: 140px;
	margin-right: max(16px, 1.29167vw);
}

#menu-primary {
	flex-direction: row;
	gap: 50px;
}

#footerarea #rightarea h4 {
	font-weight: 600;
	font-size: 40px;
	font-size: max(25px, 2.08333vw);
	text-align: left;
	color: #000;
	margin-bottom: 40px;
	margin-bottom: max(16px, 2.08333vw);
	font-family: address-sans-pro-condensed, sans-serif;
	text-transform: uppercase;
}

#footerarea #rightarea .leftarearight div>ul {
	display: flex !important;
	width: 57vw;
}

#footerarea #rightarea .leftarearight div>ul * {
	text-align: center !important;
}

#footerarea #rightarea .leftarearight ul li {
	width: fit-content;
	margin: 10px 10px;
}

#footerarea #rightarea .leftarearight ul li ul {
	display: none;
}

#footerarea #rightarea .leftarearight ul li a {
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-size: max(15px, 1.34167vw);
	letter-spacing: 0.02em;
	line-height: 36px;
	line-height: max(23px, 2.275vw);
	text-align: left;
	color: #ffffff;
	padding: 0;
}

#footerarea #rightarea .rightarearight h4 {
	font-weight: 600;
	font-size: 40px;
	font-size: max(25px, 2.08333vw);
	text-align: left;
	color: #000;
	font-family: address-sans-pro-condensed, sans-serif;
}

#footerarea #rightarea .rightarearight .twolocations {
	display: flex;
}

#footerarea #rightarea .rightarearight .twolocations .locationsbottom {
	margin-right: 100px;
	margin-right: max(40px, 5.20833vw);
}

#footerarea #rightarea .rightarearight .twolocations .locationsbottom h5 {
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: 600;
	font-size: 20px;
	font-size: max(13px, 1.34167vw);
	letter-spacing: 0.02em;
	line-height: 36px;
	line-height: max(23px, 1.875vw);
	text-align: left;
	color: #000;
}

#footerarea #rightarea .rightarearight .twolocations .locationsbottom a {
	font-family: address-sans-pro-condensed, sans-serif;
	/* font-weight: 600; */
	font-size: 20px;
	font-size: max(13px, 1.34167vw);
	letter-spacing: 0.02em;
	line-height: 36px;
	line-height: max(23px, 2.275vw);
	text-align: left;
	color: #000;
}

/*  scrolling inventory ------------------------------------------------*/
.scrolling-wrap {
	width: 100%;
	height: 90px;
	height: max(36px, 4.6875vw);
	overflow: hidden;
}

.scrolling {
	width: 100%;
	height: 92px;
	height: max(37px, 4.79167vw);
}

/*}*/
/*--------FORM STYLES--------------------*/
/*.notInventory {*/
/*}*/
/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
#footerarea {
	display: flex;
	align-items: center;
	margin: 0 85px;
	margin: 0 max(34px, 4.42708vw);
	padding: 135px 0 100px;
	padding: max(7px, 1.03125vw) 0;
	justify-content: space-between;
	width: 90%;
}

#footerarea>a:first-child {
	/* margin-right: max(54px, 12.03125vw); */
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: underline;
	font-size: 13px;
	font-size: max(8px, 0.67708vw);
}

a.footerlink:hover {
	text-decoration: none;
	font-size: 13px;
	font-size: max(8px, 0.67708vw);
}

.footertext {
	font-size: 13px;
	font-size: max(8px, 0.67708vw);
	color: #999999;
}

.smallfootertext {
	font-size: 10px;
	font-size: max(6px, 0.52083vw);
	color: #999999;
}

.divfooter {
	max-width: 450px;
	max-width: max(180px, 23.4375vw);
	text-align: center;
	margin: 0 auto;
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 767px) {
	.invpage footer {
		margin-bottom: 85px !important;
	}

	.surroundbuttons a {
		padding: 9.6px;
	}
}

/*.notInventory {*/
@media only screen and (max-width: 1400px) {
	div#header {
		padding: 1vw 3vw;
	}

	#menu-button {
		background: none;
	}

	/*.notInventory {*/
	main {
		margin-bottom: -10px;
	}
}

@media only screen and (max-width: 1200px) {

	.column-padding-cats a {
		width: 100%
	}

	.column-padding-cats {
		width: 100%
	}

	.column-padding-cats a:before {
		width: 100%
	}

}

@media only screen and (max-width: 1000px) {
	#footerarea>a:first-child {
		margin-right: 0;
		margin-top: 27px
	}

	.padhelp {
		flex-direction: column;
	}

	#featuredinvID div .sh-carousel #controls {
		top: -50px !important;
		position: relative
	}

	#featuredinvID div .sh-carousel {}

	#featuredinvID div .sh-carousel #controls {
		position: relative !important;
		flex-direction: row !important;
		right: 0 !important;
		justify-content: center;
	}

	input[type="submit"] {

		position: relative;
	}

	.column-padding-location:last-of-type {
		/* padding-top: 0; */
	}

	#footerarea * {
		text-align: center !important
	}

	.contactInfo {
		padding-right: 0;
	}

	nav.mobile ul li .click {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	nav.mobile ul li .click i {
		padding: 11px;
		background: #282828;
		right: -10px;
		position: relative;
	}

	/*.notInventory {*/
	.surroundhero img {
		height: 580px;
		object-fit: cover;
	}

	#bottomhero {
		/* margin-top: -330px; */
	}

	div#bottomhero {}

	#bottomhero #cardscta {
		flex-wrap: wrap;
		/* width: 600px; */
	}

	#bottomhero #cardscta a {
		width: 100%;
		overflow: hidden;
		margin-bottom: 7px;
	}

	#bottomhero #cardscta a:before {
		width: 100%;
	}

	#bottomhero h1 {
		/* margin-left: 0; */
		margin-bottom: 130px;
		margin-right: 15px;
	}

	main #topangle {
		display: none;
	}

	main #firstsection {
		margin-bottom: max(64px, 8.33333vw);
	}

	#footerarea {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 767px) {
	img.footerangle {
		/* width: 810px; */
		display: none;
	}

	button.slick-prev.slick-arrow i,
	button.slick-next.slick-arrow i {
		HEIGHT: 99PX !IMPORTANT;
	}

	.slick-arrow {}

	i.fas.fa-angle-right {}

	#footerarea a .bottomlogo {
		width: 210px;
		/* padding: 40px 30vw 0; */
	}

	div#footerarea a {
		margin: 0 auto;
		width: 100%;
	}

	/*.notInventory {*/
	.surroundhero img {
		height: max(320px, 43vw);
		object-fit: cover;
	}

	.surroundhero .slick-slide {
		margin: 2vw;
	}

	#bottomhero {
		margin-top: 0;
		flex-direction: column-reverse;
		margin-top: -90px;
	}

	#bottomhero #cardscta {
		width: 100% !important;
		max-width: 100%;
		gap: 7px;
		justify-content: center;
		margin-top: 7px;
	}

	#bottomhero #cardscta a {
		width: 100%;
		margin: 0;
	}

	#bottomhero h1 {
		position: relative;
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}

	main #firstsection {
		margin-bottom: 180px;
		flex-direction: column;
		margin-top: 70px;
		padding: 0 max(38px, 4.94792vw);
	}

	main #firstsection #leftareasecone p {
		width: 100%;
	}

	main #firstsection #leftareasecone .standardbtn {
		width: 100%;
		box-sizing: border-box;
	}

	main #firstsection #rightareasecone {
		width: 100%;
	}

	main #firstsection #rightareasecone img {
		width: 100%;
		height: 90px;
	}

	.imagebottom img {
		height: max(175px, 50vw) !important;
	}

	main #thirdsection {
		flex-direction: column;
		width: 100%;
		padding: max(40px, 5.20833vw);
		top: -4vw;
		position: relative;
	}

	#leftform input[type="text"] {
		margin-bottom: 9px;
	}

	main #leftform {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		transform: translateX(-50%);
		left: 50%;
	}

	/* Set viewport width: 767 */
	/* Set separate viewport width for font-size and line-height: 1200 */
	.column4 input[type="text"] {
		padding: 23px 25px 15px 25px;
		padding: max(9px, 1.19792vw) max(10px, 1.30208vw) max(6px, 0.78125vw) max(10px, 1.30208vw);
		border-bottom: 1.5px #8e1227 solid;
		border-bottom: max(1px, 0.07813vw) #8e1227 solid;
		width: 100%;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-size: 20px;
		font-size: max(13px, 1.04167vw);
		letter-spacing: 0.1em;
		text-align: left;
		color: #8e1227;
		text-transform: uppercase;
		color: #8E1227;
	}

	main #thirdsection #thirdsectionright {
		width: 100%;
		box-sizing: border-box;
		padding-right: max(28px, 3.64583vw);
		padding-left: 0;
		padding-right: 0;
	}

	footer>a {
		margin-right: 0;
		margin-top: 30px;
	}

	#footerarea #rightarea {
		flex-direction: column;
	}

	#footerarea #rightarea .leftarearight {
		margin-right: 0;
		margin-bottom: 30px;
	}

	#footerarea #rightarea .leftarearight * {
		text-align: center !important;
	}

	#footerarea #rightarea h4 {
		text-align: center;
	}

	#footerarea #rightarea .leftarearight ul {
		column-count: 1;
	}

	#footerarea #rightarea .leftarearight ul li {
		text-align: center;
	}

	#footerarea #rightarea .leftarearight ul li a {
		font-size: 21px !important;
		margin-bottom: 20px;
	}

	#footerarea #rightarea .rightarearight h4 {
		text-align: center;
	}

	#footerarea #rightarea .rightarearight .twolocations {
		flex-direction: column;
	}

	#footerarea #rightarea .rightarearight .twolocations .locationsbottom {
		text-align: center !important;
		margin-right: 0;
	}

	#footerarea #rightarea .rightarearight .twolocations .locationsbottom:last-of-type {
		margin-right: 0;
		padding-right: 0;
		margin-top: 14px;
	}

	#footerarea #rightarea .rightarearight .twolocations .locationsbottom h5 {
		text-align: center;
		font-size: 18px !important;
		margin-bottom: 14px;
	}

	#footerarea #rightarea .rightarearight .twolocations .locationsbottom a {
		font-size: 18px !important;
		margin-bottom: 14px;
	}
}

/*}*/
/* ACCORDION */
.accordion {
	display: block;
	position: relative;
	margin-bottom: 10px;
	margin-bottom: max(4px, 0.52083vw);
	color: #666;
	border: 1px #eee solid;
	border-radius: 5px;
	border-radius: max(2px, 0.26042vw);
	transition: all .2s ease-in-out;
}

.accordion:hover {
	border: 1px #ccc solid;
}

.accordion .accordion-header {
	display: flex;
	align-items: center;
	padding: 15px 20px 15px 25px;
	padding: max(6px, 0.78125vw) max(8px, 1.04167vw) max(6px, 0.78125vw) max(10px, 1.30208vw);
	font-weight: 700;
	border-radius: 5px;
	border-radius: max(2px, 0.26042vw);
	cursor: pointer;
}

.accordion .accordion-header:after {
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-size: max(13px, 1.04167vw);
	font-weight: 900;
	content: "\f067";
	margin-left: auto;
	color: #ddd;
}

.accordion .accordion-content {
	display: none;
	padding: 25px;
	padding: max(10px, 1.30208vw);
}

.accordion.active:hover {
	border: 1px #eee solid;
}

.accordion.active .accordion-header:after {
	content: "\f068";
	color: #999;
}

/* FINACNING CALC  */
.financial-calc {
	background: #fff !important;
	width: 100% !important;
	height: 435px !important;
	height: max(174px, 22.65625vw) !important;
	/* Default height for screens above 1157px */
}

@media only screen and (max-width: 1157px) {
	.financial-calc {
		height: 687px !important;
		/* Height for screens below 1157px */
	}
}

@media only screen and (max-width: 400px) {
	main #thirdsection {
		top: -15vw !important;
	}
}

@media only screen and (max-width: 550px) {

	/*}*/
	/*.notInventory {*/
	#bottomhero #cardscta a {
		width: 100%;
		object-position: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#bottomhero #cardscta a img {
		object-position: center;
	}

	main #thirdsection {
		top: -8vw;
	}
}

/* NOUI SLIDER */
.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 2px
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
	position: absolute
}

.noUi-horizontal {
	height: 0px;
	z-index: 0
}

.noUi-horizontal .noUi-handle {
	width: 25px;
	height: 21px;
	left: -13px;
	top: -6px
}

.noUi-horizontal .noUi-handle-upper {
	top: -5px
}

.noUi-background {
	background: #ccc;
}

.noUi-connect {
	background: #FF3600 !important;
	border: 1px #ccc solid;
}

.hp-slider .noUi-target {
	border-radius: 4px;
	border-radius: max(1px, 0.20833vw);
	border: 1px solid var(--neutral1);
	width: calc(100% - 10px);
	width: calc(100% - max(3px, 0.52083vw));
	margin: 10px auto;
	margin: max(3px, 0.52083vw) auto;
}

.noUi-handle {
	position: relative;
	background: #fff !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 12px;
	width: 1px;
	background: #E8E7E6;
	left: 10px;
	top: 3px
}

.noUi-handle:after {
	left: 12px
}

.noUi-pips-horizontal {
	padding: 5px 0;
	height: 10px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 1px;
	height: 5px;
	background: #777;
}

.example-val {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.example-val {
	padding: 23px 25px 15px 25px;
	width: 100%;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-sacing: 0.1em;
	text-align: left;
	color: #8e1227;
	text-transform: uppercase;
	color: #8E1227;
}

.example-val span {
	font-weight: 400;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
	content: '$';
	padding-right: 2px
}

.advancedresults4 .slick-next {
	right: 20px !important;
	top: 50% !important;
	width: unset !important;
	background: transparent !important;
	top: 0 !important;
	right: 0 !important;
}

.advancedresults4 .slick-arrow {
	background: none !important;
	border-radius: 20px;
	z-index: 1 !important;
	padding-top: .5px !important;
	opacity: 1 !important;
	color: rgba(211, 211, 211, 0.606) !important;
	/* mix-blend-mode: luminosity; */
}

.advancedresults4 .slick-next {
	right: 20px !important;
	top: 50% !important;
	width: unset !important;
	background: transparent !important;
	top: 0 !important;
	right: 0 !important;
}

.advancedresults4 button.slick-next {
	right: 20px !important;
	top: 50% !important;
	width: unset !important;
	background: transparent !important;
	top: 0 !important;
	right: 1px !important;
}

/* Set viewport width: 767 */
/* Set separate viewport width for font-size and line-height: 1200 */
.imagebottom img {
	width: 600px;
	width: max(240px, 31.25vw);
	width: max(240px, max(240px, 31.25vw));
	width: max(max(96px, 12.5vw), max(240px, 31.25vw));
	height: 560px;
	height: max(224px, 29.16667vw);
	object-fit: cover;
}

.imagetop img {
	height: 130px;
	height: max(52px, 6.77083vw);
}

#thirdsection input[type="submit"] {
	cursor: pointer;
	width: 274px;
	width: max(109px, 14.27083vw);
	height: 95px;
	height: max(38px, 4.94792vw);
	background: #007c7b;
	font-family: address-sans-pro, sans-serif;
	font-weight: normal;
	font-size: 23px;
	font-size: max(17px, 1.19792vw);
	letter-spacing: 0.13em;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
}

#thirdsection input[type="submit"]:hover {
	background: #8e1227;
}

.example-val {
	padding: 23px 25px 15px 25px;
	padding: max(9px, 1.19792vw) max(10px, 1.30208vw) max(6px, 0.78125vw) max(10px, 1.30208vw);
	width: 100%;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-size: max(15px, 1.04167vw);
	letter-sacing: 0.1em;
	text-align: left;
	color: #8e1227;
	text-transform: uppercase;
	color: #8E1227;
}

/* Set viewport width: 767 */
/* Set separate viewport width for font-size and line-height: 1200 */
#rightareasecone button i {
	width: 126px;
	width: max(50px, 6.5625vw);
	height: 139px;
	height: max(78px, 7.33958vw);
	background: #007c7b;
	border-radius: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 40px !important;
	font-size: max(25px, 2.08333vw) !important;
}

#rightareasecone button i:hover {
	background: #8e1227;
	transition: .5s;
}

/* Set viewport width: 767 */
/* Set separate viewport width for font-size and line-height: 1200 */
.column4 input[type="text"] {
	padding: 23px 25px 15px 25px;
	padding: max(9px, 1.19792vw) max(10px, 1.30208vw) max(6px, 0.78125vw) max(10px, 1.30208vw);
	border-bottom: 1.5px #8e1227 solid;
	border-bottom: max(1px, 0.07813vw) #8e1227 solid;
	width: 100%;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-size: max(15px, 1.04167vw);
	letter-spacing: 0.1em;
	text-align: left;
	color: #8e1227;
	text-transform: uppercase;
	color: #8E1227;
	border-top: none;
	border-right: none;
	border-left: none;
}

/*--------FORM STYLES--------------------*/
.pad form.pad {
	padding: 0 !important;
}

form.pad .heading {
	margin-bottom: 10px;
	position: relative;
}

form.pad .heading i {
	position: absolute;
	right: 0;
}

form.pad input,
form.pad select {
	width: 100%;
	border: none !important;
	outline: none !important;
	border-radius: 0 !important;
	padding: 14px !important;
	margin-bottom: 18px;
	font-size: 16px !important;
	box-sizing: border-box !important;
	color: #000;
}

.contactForm .form-control {
	background: none;
	width: 100%;
	border: none;
	outline: none;
	border-radius: 0;
	margin-bottom: 18px;
	font-size: 16px;
	box-sizing: border-box;
	height: 40px;
	border-bottom: 1px solid white;
	color: black;
	border: 1px solid grey;
	padding: 24px !important;
}

.bg-dark .contactForm .form-control {
	background: #fff;
}

.contactForm textarea.form-control {
	height: 180px;
	resize: vertical;
}

form.pad select.col33 {
	width: 33.33333%;
}

form.pad input {
	height: 49px !important;
}

form.pad input.col50:nth-of-type(1),
form.pad input.col33:nth-of-type(1),
form.pad input.col33:nth-of-type(2) {
	border-right: 14px solid #fff;
}

.bg-dark form.pad input.col50:nth-of-type(1),
.bg-dark form.pad input.col33:nth-of-type(1),
.bg-dark form.pad input.col33:nth-of-type(2) {
	border-right: 14px solid #0f304f;
}

form.pad textarea {
	width: 100%;
	border: none;
	outline: none;
	border-radius: 0;
	padding: 10px;
	margin-bottom: 18px;
	font-size: 16px;
	box-sizing: border-box;
	resize: vertical;
	height: 160px;
}

form.pad button {
	cursor: pointer;
	border: none;
	outline: none;
}

.bg-white form.pad input,
.bg-white form.pad select,
.bg-white form.pad textarea {
	background: #eee;
}

.CaptchaPanel {
	text-align: left !important;
	font-family: roboto, sans-serif;
}

.CaptchaPanel,
.CaptchaAnswerPanel,
.CaptchaImagePanel,
.CaptchaMessagePanel {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* INVENTORY */
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
	background: #C51130 !important;
	color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
	background: #C51130 !important;
	color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
	background: #014f30 !important;
	color: #fff !important;
	/*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
	color: #000 !important;
	border: 1px solid #000 !important;
	/*-----------------------OTHER TEXT STYLES-----------------------*/
	/*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
	color: #000 !important;
	line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
	color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
	color: #000 !important;
	/*-----------------------MEDIA QUERIES-----------------------*/
}

@media only screen and (max-width: 767px) {
	.invpage footer {
		margin-bottom: 85px !important;
	}
}

@media only screen and (max-width: 1000px) {

	#featuredinvID div .sh-carousel .carousel-inner {
		margin-left: 0px !important;
	}
}

/* SCROLLING INV STYLES  */
.inv_car_item {background:#fff !important;}
#featuredinvID div .inv_car_title {
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: 600;
	font-size: 50px;
	font-size: max(31px, 3.60417vw);
	letter-spacing: 0.04em;
	line-height: 54px;
	line-height: max(34px, 2.8125vw);
	text-align: left;
	color: white;
	position: relative;
	text-transform: uppercase;
	text-transform: uppercase;
	text-align: right;
	padding-right: 35px;
}

#featuredinvID div hr {
	border: none;
	display: none;
}

.inner-image-placeholder {
    height: 250px;
    overflow: hidden;
}

.inner-image-placeholder img {
   width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.inv_car_item a button {
	background: #000;
	border: 0;
	border-radius: 0;
	font-family: address-sans-pro, sans-serif;
	letter-spacing: 0.13em;
	width: 100%;
	padding: 16px;
	color:#fff;
}

.inv_car_item a .listing-title {
	font-family: address-sans-pro-condensed, sans-serif;
	font-weight: 600;
	font-size: 20px;
	font-size: max(23px, 1.34167vw);
	color: #000;
}

.inv_car_item br {}

.inv_car_item .small_spec {
	font-family: address-sans-pro, sans-serif;
	letter-spacing: 0.13em;
	color: #000;
	font-size: 1vw;
	font-size: max(23px, 1.34167vw);
}

.inv_car_item .small_spec strong {
	display: none;
}
/*
#featuredinvID {}

#featuredinvID div {
	background: none;
	border: none;
}



#featuredinvID div .sh-carousel {
	display: flex;
	flex-direction: column-reverse;
}

#featuredinvID div .sh-carousel #controls {
	display: flex;
	flex-direction: column;
	right: 35px;
	position: absolute;
	top: 20px;
	z-index: 3;
}

#featuredinvID div .sh-carousel #controls .a_inv_cont {
	padding: 4px !important;
}

#featuredinvID div .sh-carousel #controls .a_inv_cont .sh-glyphicon {
	border-radius: 0 !important;
	background: #c51130;
	padding: 27px 16px;
}

#featuredinvID div .sh-carousel br {}

#featuredinvID div .sh-carousel .carousel-inner {
	margin-left: -70px;
}

#featuredinvID div .sh-carousel .carousel-inner .sh-item {}

#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col {}

#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col .sh-card {}

#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col .sh-card .outer-img-box {}

#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col .sh-card .outer-img-box .image_link {}

#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col .sh-card .outer-img-box .image_link .inner-image-placeholder {}

#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col .sh-card .outer-img-box .image_link .inner-image-placeholder .inv_image {
	 img (1) 
	width: 364.51px;
	height: 216.6px;
	object-fit: cover;
}

#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col .sh-card .card-body {}

#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col .sh-card .card-body .col-padding {}

#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col .sh-card .card-body .col-padding,
#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col .sh-card .card-body .col-padding * {
	text-align: center;
}

#featuredinvID div .sh-carousel .carousel-inner .sh-item .car_col .sh-card .card-body .col-padding a {
	background: white !important;
}



#featuredinvID div .sh-carousel .sh-carousel-indicators {
	display: none;
}

#featuredinvID div .sh-carousel .sh-carousel-indicators .sh-ol_marker {}

*/


.showroom-title {
	color: #ff3600;
	text-align: center;
	padding: 20px 0;
	padding: max(9px, 1.04167vw) 0;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-size: max(15px, 0.9375vw);
	font-weight: 500;
	border-bottom: 1px solid #f1f1f1;
}

.showroom-category {
	box-shadow: 2px 2px 4px #ddd;
	box-shadow: max(1px, 0.10417vw) max(1px, 0.10417vw) max(2px, 0.20833vw) #ddd;
	margin: 0 2px;
	margin: 0 max(1px, 0.10417vw);
	/* width: 22%; */
	background: white;
	margin: 20px;
	margin: max(9px, 1.04167vw);
	/* position: relative; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.showroom-category img {
	width: 200px;
	width: max(88px, 10.41667vw);
	object-fit: contain;
	height: 200px;
	height: max(88px, 10.41667vw);
}

.models,
.stock {
	text-align: center;
	padding: 15px 0;
	padding: max(7px, 0.78125vw) 0;
	text-transform: uppercase;
	letter-spacing: 18px;
	letter-spacing: max(8px, 0.9375vw);
	letter-spacing: 1px;
	color: #fff;
	transition: .3s ease;
	font-size: max(14px, 0.8vw);
}

.models {
	background: #c61032;
	color: white;
	font-weight: 400 !IMPORTANT;
	width: 100% !important;
}

.stock {
	background: #333;
}

.models:hover {
	background: black;
	color: white;
}

.stock:hover {
	background: #000;
}


/* CONTACT FORM  */

.bg-white {
	background: #fff;
	color: #002357;
	font-family: 'Montserrat', sans-serif;
}

.align-center {
	align-items: center;
	display: flex;
}


/*---BODY--------------------------------*/
.relative {
	position: relative;
}

.flex {
	display: flex;
}

.align-center {
	align-items: center;
	display: flex;
}

.align-center:not(.col-row)>div {
	width: 100%;
	box-sizing: border-box;
}

.bg-white {
	background: #fff;
	color: #c5122f;
	font-family: 'Montserrat', sans-serif;
}

main .nopad div.bg-blue.align-center {
	background: #c5122f;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.bg-angle-blue-right {
	position: relative;
}

.bg-angle-blue-right:before {
	content: '';
	position: absolute;
	background: #c5122f;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	clip-path: polygon(75% 0, 105% 0, 105% 100%, 0% 100%);
}

.rounded {
	-moz-border-radius: 28px;
	-o-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	overflow: hidden;
}

.padding-right {
	padding-right: 18.6%;
}

.padding-left {
	padding-left: 18.6%;
	padding-top: 12.6%;
	padding-bottom: 10.8%;
}

.help-block {
	color: white !important;
}

.padding-left-half {
	padding-left: 9.4%;
}

.padding-left-half.relative.nopad-md.nopad-sm.nopad-xs {
	padding-top: 12.6%;
	padding-bottom: 12.6%;
}



.social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 40px;
}

.social-icons a {
	line-height: 60px;
	width: 60px;
	border: solid 3px #d6dadd;
	text-align: center;
	font-size: 22px;
	color: #c5122f;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

.social-icons a:hover {
	box-shadow: 0 0 15px 0 #d6dadd;
	background: rgba(244, 242, 239, 0.8);
}

/* TYPOGRAPHY */
.orange {
	color: #f27e00;
}

.bg-blue .orange {
	color: #ff9a16;
}


.bg-white p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
}

.bg-white p:last-of-type {
	margin-bottom: 40px;
}

.small-cta {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-weight: 800;
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
	padding: 10px !important;
	margin-left: -10px !important;
	margin-top: -10px !important;
}

.small-cta:hover {
	filter: brightness(1.1);
}

.small-cta:after {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 100%;
	font-size: 16px;
	line-height: 24px;
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;

}

.small-cta:hover:after {
	left: calc(100% + 10px);

}

.heading {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
}

.heading-lg {
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
}

.surroundslideshowstuff {}



.highlightSidebars #bottomhero {
	margin-top: 60px !important;
}