﻿/***** 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;
}

#notInventory i:not(.menu-toggle i) {
	-webkit-text-fill-color: transparent;
	/* Will override color (regardless of order) */
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: white;
}

i.fas.fa-chevron-right {
	padding-left: 45px;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
	display: block;
}

/*-------- COLORS -------- */
/***** END RESET *****/
::-moz-selection {
	background: #0095a5;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #0095a5;
	color: #fff;
	text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

: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: #791E18;
	/* Background color for hover states, text color for hover states */
	--secondary2: #242424;
	/* Background color, all text appearing within the colored boxes */
	--neutral2: #1C1C1C;
}

/*-------- BODY STYLES --------*/
body {
	background: #000000;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

hr {
	border: #000 1px solid;
}

html {
	scroll-behavior: smooth;
}

#notInventory *:not(i):not(i *) {
	font-family: "forma-djr-micro", sans-serif;
}

.bottombar {
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
	position: relative;
}

.bottombar .logo {
	position: absolute;
	right: 35px;
	bottom: 35px;
}

h1:not(.container.cf *),
h2:not(.container.cf *),
h3:not(.container.cf *),
h4:not(.container.cf *),
h5:not(.container.cf *),
h6:not(.container.cf *) {
	font-family: 'Yaldevi', sans-serif !important;
	text-transform: uppercase;
}

h1:not(.container.cf *) {
	font-weight: normal;
	font-size: 66px;
	text-transform: uppercase;
}

h2:not(.container.cf *) {
	font-weight: bold;
	font-size: 53px;
	line-height: 66px;
}

h3:not(.container.cf *) {
	font-weight: 500;
	font-size: 44px;
	line-height: 55px;
	/* color: #fff; */
}

p:not(.container.cf *) {
	font-weight: normal;
	font-size: 22px;
	line-height: 38px;
	/* margin-bottom: 0 !important; */
}

/*--- HEADER STYLES ---------------------*/
.header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.header .logo {
	/* margin-top: 25px; */
	/* margin-left: 10px; */
	padding-right: 20px;
	position: relative;
	z-index: 1;
	width: 250px;
}

.header .logo img {
	width: 100%;
}

.header .logo.show-mobile {
	margin-top: 0;
	margin-left: 0px;
	padding: 20px;
}

.header .logo.show-mobile img {
	max-width: 180px;
}

.clear {
	clear: both;
}

@-webkit-keyframes topnavdown {
	0% {
		top: -72px;
	}

	100% {
		top: 0;
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	}
}

@-webkit-keyframes topnavdowninv {
	0% {
		top: -72px;
	}

	100% {
		top: 50px;
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	}
}

/***** Start of primary nav ******/
#menu-button {
	display: none;
}

nav.mobile {
	display: none;
}

.scrolled nav.primary {
	position: fixed;
	-webkit-animation: topnavdown 0.4s;
	animation: topnavdown 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	margin: 0 0 0;
}

nav.primary>ul .nav-li-links {
	position: relative;
	background: var(--neutral2);
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.scrolled nav.primary>ul .nav-li-links {
	padding-left: 8%;
	width: 100%;
	display: flex;
	justify-content: center;
}

nav.primary {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 0;
	display: inline-block;
	margin: 40px 0 0;
	transition: ease all 0.2s;
}

nav.primary ul {
	margin: 0;
	padding: 0;
}

nav.primary>ul {
	display: flex;
	justify-content: flex-end;
}

nav.primary>ul .icon-btns {
	display: flex;
	transition: ease all 0.6s;
}

nav.primary>ul .icon-btns a {
	padding: 20px;
	color: #333;
	background: #ffd439;
	border-left: solid 1px #e3be3a;
	width: 62px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-transition: ease 0.2s all;
	-o-transition: ease 0.2s all;
	-webkit-transition: ease 0.2s all;
	transition: ease 0.2s all;
}

nav.primary>ul .icon-btns a:hover {
	background: #fff;
}

nav.primary ul>.nav-li-links>li:first-of-type {
	padding-left: 44px;
}

nav.primary ul>.nav-li-links>li:last-of-type {
	padding-right: 24px;
}

nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	width: auto;
	background: var(--neutral2);
}

nav.primary ul li a {
	color: white;
	line-height: 65px;
	text-decoration: none;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	padding: 0 24px;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	position: relative;
	text-transform: uppercase;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	color: #fff;
	background: #181818;
	text-align: left;
	border-right: none;
	border-left: none;
	border-bottom: #303030 solid 1px;
}

/* 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;
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}

nav.primary ul ul li {
	float: none;
	width: 270px;
	position: relative;
	margin: 0;
	display: block;
}

@media screen and (min-width: 786px) {
	#inv-page .scrolled nav.primary {
		position: fixed;
		-webkit-animation: topnavdowninv 0.4s;
		animation: topnavdowninv 0.4s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
}

@media screen and (max-width: 1530px) {
	h3:not(.container.cf *) {
		font-size: 30px;
		margin-bottom: 0;
	}

	a.bigbuttonlink.relative {
		font-size: 18px !important;
	}

	.panel {
		padding-left: 135px !important;
		padding-right: 135px !important;
	}

	.bg-dark {
		padding-top: 70px !important;
		padding-bottom: 370px !important;
	}

	#cta-btns>a .btn-cta {
		font-size: 20px !important;
		height: 60px;
		padding: 0 40px;
	}

	#big-ctas .copy {
		padding: 40px 50px !important;
		box-sizing: border-box;
	}

	#mfg-grid a {
		padding: 20px !important;
	}

	nav.primary ul li a {
		padding: 0 12px;
	}
}

@media screen and (max-width: 1200px) {
	a.bigbuttonlink.relative {
		margin-left: 0 !important;
	}

	.panel {
		padding: 50px !important;
	}

	nav.primary ul li a {
		font-size: 14px;
	}
}

/******** End of primary Nav ***************/
@media screen and (min-width: 1171px) {
	.menu-toggle.exit-click {
		display: none !important;
	}

	.show-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 1170px) {
	div#mfg-grid a {
		width: 30% !important;
	}

	.hide-mobile {
		display: none !important;
	}

	.mobile+.menu-toggle.exit-click {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 499;
		pointer-events: none;
		background: rgba(36, 32, 33, 0.33);
		opacity: 0;
		transition: ease opacity 0.3s;
	}

	.mobile.open+.menu-toggle.exit-click {
		pointer-events: auto;
		opacity: 1;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
	}

	/*============================== Mobile Nav Styles ================================*/
	nav.primary {
		display: none;
	}

	#menu-button {
		width: 100px;
		display: block;
		float: right;
		font-size: 24px;
		position: relative;
		line-height: 70px;
		z-index: 400;
		/* needs to be lower than nav.mobile, adjust as needed */
		background: #333;
		text-align: center;
	}

	#menu-button a {
		color: #fff;
		text-decoration: none;
		padding: 20px;
		font-weight: normal;
	}

	#menu-button a i {
		transform: scale(1.4, 0.8);
	}

	nav.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: black;
		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:not(.exit-click) {
		position: absolute;
		padding: 12px 16px;
		font-family: Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		text-decoration: none;
		top: -48px;
		right: 10px;
	}

	nav.mobile .menu-toggle:not(.exit-click):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 {
		position: relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		padding: 0 24px;
		text-decoration: none;
		text-align: left;
		line-height: 48px;
		color: #fff;
		font-family: neue-haas-unica, sans-serif;
		font-weight: 200;
		font-size: 14px;
		letter-spacing: 1px;
	}

	nav.mobile ul li a:hover {
		background: rgba(45, 45, 45, 0.1);
		color: #fff;
	}

	/* 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;
		color: #ccc;
		text-decoration: none;
	}

	nav.mobile ul li li a:hover {
		background: rgba(65, 65, 65, 0.5);
	}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}

	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
	}

	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}

	nav.mobile ul li .click i {
		/* dropdown menu idicator arrow be sure to include this image with your image files */
		position: absolute;
		display: block;
		cursor: pointer;
		z-index: 12399994;
		top: 0;
		right: 0;
		width: auto;
		height: auto;
		padding: 13px 20px;
		color: #fff;
	}

	nav.mobile ul li .click.open i:before {
		content: "\f068";
	}

	.nav-footer {
		font-family: neue-haas-unica, sans-serif;
		font-weight: 200;
		letter-spacing: 1px;
		color: #fff;
		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;
	}
}

/*---BODY--------------------------------*/
.relative {
	position: relative;
}

a.bigbuttonlink.relative {
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	line-height: 37px;
	color: #fff;
	margin-left: 30px;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-end {
	justify-content: flex-end;
}

.align-end {
	align-items: flex-end;
}

.col33 {
	width: 33.33333%;
}

.col50 {
	width: 50%;
}

.col66 {
	width: 66.666667%;
}

.padding-vertical {
	/* padding-top: 200px; */
	/* padding-bottom: 200px; */
}

.bg-offwhite .wrapper {
	padding-top: 200px;
}

.padding-vertical .wrapper {
	padding: 200px 8.5% 115px;
}

.nopad-bottom {
	padding-bottom: 0 !important;
}

.wrapper {
	padding-left: 8%;
	padding-right: 8%;
	position: relative;
}

.wrapper-sm {
	padding-left: 9%;
	padding-right: 9%;
}

.panel-offset {
	padding-bottom: 400px;
}

.designtrailer div#search-section {
	padding-bottom: 200px !important;
}

.panel.panel-offset,
.panel-offset-margin {
	margin-top: -400px;
}

.panel {
	position: relative;
	padding: 120px 170px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

.panel .copy {
	/* max-width: 600px; */
	/* margin-bottom: 80px; */
}

/* COLORS & BACKGROUNDS */
.hr-sm {
	max-width: 33.33333%;
	margin: 50px auto !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #dbdbdb;
	display: block;
}

.hr-sm-left {
	max-width: 80%;
	margin: 50px 0 !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #dbdbdb;
	display: block;
}

.bg-dark .hr-sm-left {
	max-width: 80%;
	margin: 50px 0 !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #555;
	display: block;
}

.darkred {
	color: #791e18;
}

.bg-teal {
	background: rgb(0 0 0 / 70%);
	color: #fff;
}

.offwhite {
	color: #cccccc;
}

.bg-offwhite {
	/* background: #f7f7f7; */
	color: #333333;
	z-index: 1;
	position: relative;
}

.bg-white {
	background: #fff;
	color: #333333;
}

.bg-dark {
	color: #fff;
	background: black;
	padding-top: 200px;
}

/* BUTTONS */
.btn-yellow {
	text-align: center;
	display: block;
	max-width: 200px;
	padding: 16px 20px;
	box-sizing: border-box;
	border: none;
	outline: none;
	cursor: pointer;
	background: #791e18;
	color: white;
	-moz-transition: ease 0.2s all;
	-o-transition: ease 0.2s all;
	-webkit-transition: ease 0.2s all;
	transition: ease 0.2s all;
}

.hero .btn-yellow {
	background: white;
	color: #333333;
}

.btn-yellow:hover {
	background: #fff;
	color: #791e18;
}

.btn-yellow:hover i {
	-webkit-text-stroke-color: #791e18 !important;
}

.btn-yellow i {
	padding-left: 16px;
}

.btn-yellow:hover i {
	-webkit-animation: arrowBounce 0.3s;
	animation: arrowBounce 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.btn-yellow i {
	-webkit-animation: arrowBounceBack 0.3s;
	animation: arrowBounceBack 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.btn-simple {
	text-align: center;
	display: block;
	width: 100%;
	padding: 16px 20px;
	box-sizing: border-box;
	border: none;
	outline: none;
	cursor: pointer;
	background: #444;
	border-top: solid 2px #333;
	color: #fff !important;
	-moz-transition: ease 0.2s all;
	-o-transition: ease 0.2s all;
	-webkit-transition: ease 0.2s all;
	transition: ease 0.2s all;
}

.btn-simple:hover {
	background: #fff;
	color: #333 !important;
}

.inventory-search button.btn-yellow i {
	padding-left: 0;
	animation: none;
}

.btn-cta {
	text-align: right;
	/* display: inline; */
	/* max-width: 220px; */
	padding: 15px 50px 20px;
	box-sizing: border-box;
	color: #fff;
	-moz-transition: ease 0.2s all;
	-o-transition: ease 0.2s all;
	-webkit-transition: ease 0.2s all;
	transition: ease 0.2s all;
}

#big-ctas a .btn-cta {
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	line-height: 37px;
	color: #fff;
}

a:hover .btn-cta i,
.btn-cta:hover i {
	-webkit-animation: arrowBounce 0.3s;
	animation: arrowBounce 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.btn-cta i {
	padding-left: 16px;
	-webkit-animation: arrowBounceBack 0.3s;
	animation: arrowBounceBack 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.btn-tag {
	background: #0095a5 !important;
	color: #fff !important;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 3px;
}

#cta-btns.trailer-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#cta-btns.trailer-btns>div {
	box-sizing: border-box;
	width: calc(50% - 10px);
	color: #fff;
}

#cta-btns.trailer-btns .parallax-content {
	filter: brightness(0.7) saturate(0.7) contrast(1.1);
}

#cta-btns.trailer-btns>div a {
	color: #fff;
}

#cta-btns {
	display: flex;
	gap: 20px;
}

#cta-btns>a {
	width: 100%;
	text-align: center;
	/* padding: 16% 0; */
	height: 350px;
}

#cta-btns>a .parallax-content {
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	filter: grayscale(100%);
}

#cta-btns>a .btn-cta {
	margin: 0 auto !important;
	/* max-width: 50%; */
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 0.02em;
	line-height: 66px;
	text-transform: uppercase;
	background: #791E18;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#big-ctas {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	margin-top: -285px;
}

#big-ctas .pad {
	padding: 85% 0px 0 9%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#big-ctas .copy {
	max-width: 675px;
	background: var(--primary);
	padding: 60px 0 50px 75px;
	width: 100%;
}

#department-contact-btns {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 100;
}

#department-contact-btns>div {
	background: #f7f7f7;
	color: #333333;
	width: 20%;
	padding: 60px 40px;
	box-sizing: border-box;
	border-right: solid 1px #ccc;
}

#department-contact-btns>div .heading {
	margin-bottom: 10px;
}

#department-contact-btns>div img {
	margin: 0 auto;
	display: block;
	max-width: 60%;
}

#department-contact-btns>div a {
	display: block;
	margin: 0 !important;
	text-align: left;
	padding: 10px 0;
	color: #333;
}

#department-contact-btns>div a i {
	color: #0095a5;
	padding-right: 10px;
}

/* TYPOGRAPHY 400, 500, 700 300, 600 */
.center {
	text-align: center;
}

.heading-lg {
	margin-bottom: 30px;
}

.heading {
	margin-bottom: 20px;
}

.heading-sm {
	margin-bottom: 30px;
}

.hero p,
.bg-white p,
.bg-teal p,
.bg-offwhite p,
.bg-dark p,
#big-ctas p {
	margin-bottom: 35px;
}

.heading-lg+p {
	width: 818px;
	font-style: italic;
}

.bg-offwhite a:not(.btn-yellow),
.bg-white a:not(.btn-yellow) {
	display: inline-block;
	padding: 10px;
	color: #333;
}

.bg-offwhite a:not(.btn-yellow) i,
.bg-white a:not(.btn-yellow) i {
	padding-right: 5px;
}

.bg-dark p a:not(.btn-yellow) {
	color: #fff;
}

.pad-right {
	padding-right: 20px;
}

/* HERO */
.hero {
	display: flex;
	min-height: 145px;
	position: relative;
}

.hero.short .parallax-content {
	filter: brightness(0.8) blur(4px);
	background-position: center 37% !important;
	width: 105%;
	margin-left: -2.5%;
	box-sizing: unset;
}

.hero .copy {
	max-width: unset;
	width: 100%;
}

.hero .heading-lg {
	margin-bottom: 20px;
}

.col-logo {
	width: 7.4%;
	position: absolute;
	z-index: 1;
	height: 100%;
	display: flex;
	justify-content: center;
}

.col-logo .icon-btns {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 80px;
}

.col-logo a {
	padding: 20px;
	display: block;
	text-align: center;
	color: white;
}

.col-logo a img {
	max-width: 100%;
}

.col-hero {
	width: 100%;
	color: #fff;
	position: relative;
	flex-shrink: 100;
}

.hero .pad {
	padding: 140px 12.4% 100px;
	position: relative;
}

.hero-img-parallax {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-background-position: 90% 50% !important;
	-o-background-position: 90% 50% !important;
	-webkit-background-position: 90% 50% !important;
	background-position: 90% 50% !important;
}

.hero-img-parallax .parallax-content {
	-moz-background-position: 90% 50% !important;
	-o-background-position: 90% 50% !important;
	-webkit-background-position: 90% 50% !important;
	background-position: 90% 50% !important;
}

.col-hero .hero-img-parallax:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #00000096, #00000059);
	z-index: 0;
}

.section-parallax {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.parallax-content {
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
	height: 120%;
	background-position: center center !important;
	opacity: 0.6;
}

/* INVENTORY SEARCH SECTION */
#search-section .copy {
	max-width: 550px;
	margin-bottom: 45px;
	display: block;
}

/* ANIMATIONS */
@-webkit-keyframes underlineIn {
	0% {
		left: 0;
		right: 100%;
	}

	100% {
		left: 0;
		right: 0;
	}
}

@keyframes underlineIn {
	0% {
		left: 0;
		right: 100%;
	}

	100% {
		left: 0;
		right: 0;
	}
}

@-webkit-keyframes underlineOut {
	0% {
		left: 0;
		right: 0;
	}

	100% {
		left: 100%;
		right: 0;
	}
}

@keyframes underlineOut {
	0% {
		left: 0;
		right: 0;
	}

	100% {
		left: 100%;
		right: 0;
	}
}

.animated-underline {
	position: relative;
}

.header .animated-underline:before {
	top: calc(100% - 2px);
}

.animated-underline:hover:before {
	-webkit-animation: underlineIn 0.4s;
	animation: underlineIn 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes arrowBounce {
	0% {
		transform: translateX(0px);
	}

	33% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(8px);
	}
}

@keyframes arrowBounce {
	0% {
		transform: translateX(0px);
	}

	33% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(8px);
	}
}

@-webkit-keyframes arrowBounceBack {
	0% {
		transform: translateX(8px);
	}

	80% {
		transform: translateX(-1px);
	}

	100% {
		transform: translateX(0px);
	}
}

@keyframes arrowBounceBack {
	0% {
		transform: translateX(8px);
	}

	80% {
		transform: translateX(-1px);
	}

	100% {
		transform: translateX(0px);
	}
}

/* MANUFACTURERS */
#mfg-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#mfg-grid a {
	padding: 0px 20px;
	display: flex;
	align-items: center;
	width: 21% !important;
}

#mfg-grid a img {
	max-width: 100%;
}

#service-section #mfg-grid a {
	max-width: 190px;
	box-sizing: border-box;
	text-align: center;
}

/* SERVICE PAGE */
.pad {
	padding: 60px 40px;
}

.pad p:last-child {
	margin-bottom: 0 !important;
}

#service-section .copy {
	margin-bottom: 45px;
	display: block;
	padding-right: 20%;
	box-sizing: border-box;
}

/* CONTACT PAGE */
.contact-info a {
	color: #fff;
	display: block;
	margin-bottom: 0;
	padding: 10px 0 10px 44px;
	position: relative;
}

.contact-info a i {
	position: absolute;
	left: 0;
	/* top: 10px; */
}

.custom-form input {
	padding: 20px;
	color: #454a49;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

.custom-form select {
	padding: 20px;
	color: #454a49;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

.custom-form .flex {
	gap: 10px;
}

.custom-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	color: #000;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;
}

.CaptchaPanel {
	text-align: left !important;
}

.CaptchaPanel,
.CaptchaAnswerPanel,
.CaptchaImagePanel,
.CaptchaMessagePanel {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.CaptchaWhatsThisPanel a {
	color: #000 !important;
}

/*--------FORM STYLES--------------------*/
form.inventory-search {
	display: flex;
	width: 75%;
	margin: 0;
	z-index: 1;
	position: absolute;
	top: -280px;
	max-width: 1550px;
	left: 50%;
	transform: translate(-50%, 0%);
	height: 105px;
}

form.inventory-search input {
	width: calc(100% - 130px);
	border: unset !important;
	outline: unset !important;
	background: #161616;
	padding-top: unset !important;
	padding-bottom: unset !important;
	padding-left: 40px;
	color: #fff;
	font-size: 23px;
}

form.inventory-search input::placeholder {
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-family: 'Yaldevi', sans-serif !important;
}

form.inventory-search button {
	width: 130px;
	text-align: center;
	padding-top: unset !important;
	padding-bottom: unset !important;
	height: 105px;
	font-size: 30px;
	background: #282828;
}

form button.btn-yellow {
	width: 100%;
	cursor: pointer;
}

/*-------- FOOTER STYLES ----------------*/
.footer ul {
	display: flex;
	justify-content: space-between;
}

.footer ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	padding: 0 25px;
	position: relative;
	font-weight: normal;
	font-size: 19px;
	text-transform: uppercase;
	text-align: left;
}

.footer .pad {
	padding: 25px 4.5%;
	/* max-width: 400px; */
	/* float: right; */
	background: #242424;
}

.footer .pad a {
	color: #fff;
	text-decoration: none;
	/* display: block; */
	margin: 0;
	text-align: left;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	padding: 0 12px;
	position: relative;
}

.footer .pad a i {
	padding-right: 10px;
}

/* PARTS STOCK TABLE */
#stock-table {
	display: flex;
	flex-wrap: wrap;
}

#stock-table li:nth-of-type(even) {
	width: 70%;
}

#stock-table li:nth-of-type(odd) {
	width: 30%;
}

/* STAFF GRID */
#staff-grid {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	background: #333333;
	padding: 40px;
}

.staff-box {
	width: 25%;
	box-sizing: border-box;
	border: solid 5px #333;
	background: #333333;
	z-index: 10;
	position: relative;
}

.staff-box .staff-box-info {
	padding: 60px 0;
	text-align: center;
	background: #333333;
	transition: ease all 0.3s;
}

.staff-box:hover img {
	filter: unset;
}

.staff-box img {
	width: 100%;
	filter: saturate(0);
	display: flex;
	transition: ease all 0.3s;
}

.staff-box .staff-box-info p {
	margin: 0 !important;
}

.staff-box .staff-box-info a {
	color: #fff;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv *:not(.loading-spinner):not(.loader):not(.mobile-option-bar-filter) {
	border-radius: 0 !important;
}

.container.cf {
	margin-top: 70px;
}

.faceted-search-content {
	background: white;
}

p.disclaimer {
	color: white;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
	margin: 2px 3px 3px 4px !important;
}

.faceted-text-input-searchType .search-type input[type=checkbox],
.faceted-text-input-searchType .search-type input[type=radio] {
	margin: 0px 3px 0px 6px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
	margin-top: 0 !important;
}

span.compare-label,
.list-listings-count {
	padding-left: 4px !important;
}

.list-content .list-error-container .info .selected-facet,
.list-content .list-error-container .info .selected-facet button {
	background: transparent !important;
}

.hosted-content .attachment-search .search-checkboxes label .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0px !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.mobile-breadcrumb,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.apply-button,
.Manufacturer-button,
.Model-button {
	background: #791E18 !important;
	color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link,
.faceted-search,
.faceted-show-all-btn {
	background: #333 !important;
}

.list-content .list-title .list-listings-count,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
#inv .error-message,
#inv .info,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-price,
.compare-price,
.compare-title {
	color: #000 !important;
}

/* heading */
.list-content .list-title .list-title-text,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
.main-detail-data .detail-title,
.parts-title-text {
	padding-left: 4px;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.part-detail-additional-data .data-label,
.part-detail-content .detail-contact-bar {
	background: #333 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.page-nav,
.contact-options a {
	background: #333 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.back-button,
.mobile-option-bar-filter {
	border-color: #333 !important;
	color: #333 !important;
}

.material-icons,
.collapsible-content a {
	color: #fff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details,
.cs-btns a,
.list-error-container .info>div>button {
	background-color: #333 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
	margin-right: 0 !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
	padding: 20px 0;
	box-sizing: border-box;
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
	.footer ul {
		column-count: 2;
		display: block;
	}

	.footer .pad a {
		padding: 4px 12px !important;
		text-align: left;
	}

	.footer ul li a {
		padding-top: 3px;
		padding-bottom: 3px
	}
}

@media only screen and (max-width: 1599px) {
	.bottombar .logo img {
		width: 100%;
	}

	.bottombar .logo {
		width: 290px;
	}

	.padding-vertical .wrapper {
		padding: 130px 3.5% 65px;
	}

	#cta-btns>a {
		height: 370px;
	}

	.staff-box {
		width: 33.3333333%;
	}
}

@media only screen and (max-width: 1439px) {
	.staff-box {
		width: 50%;
	}
}

@media only screen and (max-width: 1170px) {
	.hero.short {
		min-height: 115px;
		max-height: 115px;
	}

	.panel.panel-offset.wow.moveUp {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	h1:not(.container.cf *) {
		font-size: 55px;
	}

	.header .logo {
		padding: 0 !important;
	}

	.padding-vertical .wrapper {
		padding-top: 70px;
		padding-bottom: 30px;
	}

	#cta-btns>a {
		/* height: 340px; */
	}

	#big-ctas .pad {
		padding: 140px 70px !important;
	}

	#big-ctas .col50:first-of-type .pad {
		padding-top: 410px !important;
	}

	.hero {
		height: 100vh;
	}

	.hero .pad {
		margin-top: 40px;
	}

	.footer .pad {
		padding: 20px 4.5% 16px;
	}

	/* HERO */
	.hero {
		/* min-height: 60vh; */
		/* border-left: 20px solid #0095a5; */
	}

	.hero .pad {
		padding: 0 8.4%;
		position: relative;
		/* height: calc(100% - 70px); */
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.col-hero .copy .btn-yellow {
		margin: 0 auto !important;
	}

	.col-hero .copy p {
		margin: 0 auto;
		margin-bottom: 20px;
		width: 100%;
		font-size: 18px;
		line-height: 40px;
	}

	/* TYPOGRAPHY */
	.contact-info a {
		padding: 10px 0 10px 0;
	}

	.contact-info a i {
		position: relative;
		padding-right: 20px;
	}

	/* STRUCTURE */
	.col66,
	.col50,
	.col33,
	#cta-btns.trailer-btns>div {
		width: 100%;
	}

	#cta-btns {
		flex-wrap: wrap;
	}

	.copy {
		text-align: center;
		max-width: unset !important;
	}

	#big-ctas .pad {
		padding: 16.8% 9%;
	}

	#service-section .copy {
		max-width: unset;
		padding-right: 0%;
	}

	.footer ul.col50 {
		width: 33.333333%;
	}

	.footer .col50 {
		width: 66.666667%;
	}

	.footer ul li a,
}

@media only screen and (max-width: 767px) {
	.copy {
		text-align: left;
	}

	.bottombar .logo {
		left: 50%;
		transform: translate(-50%, -0%);
		top: -91px;
	}

	nav.mobile {
		z-index: 99999;
		background: black;
	}

	.flex-wrap {
		display: flex;
		justify-content: center;
	}

	.wrapper {
		width: 100%;
		padding: 0;
	}

	.panel.panel-offset.wow.moveUp {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	#big-ctas .pad {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.hero {
		height: 120vh;
	}

	.hero .pad {
		margin-top: 20px;
	}

	div#mfg-grid>a {
		width: 250px !important;
		display: flex;
		justify-content: center;
	}

	form.inventory-search {
		width: 100%;
	}

	.footer ul {
		column-count: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.homepage .padding-vertical {
		padding-top: 115px;
		padding-bottom: 115px;
	}

	#inv-page .padding-vertical {
		padding-top: 10px;
	}

	.footer .padding-vertical {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.panel {
		padding: 80px 40px;
	}

	form.inventory-search button {
		width: 85px;
	}

	#cta-btns>a {
		padding: 20% 0;
	}

	.custom-form .flex {
		flex-wrap: wrap;
		gap: 0;
	}

	.footer .wrapper {
		padding: 0 8.4%;
		padding-bottom: 130px;
		box-sizing: border-box;
	}

	.footer .col50 {
		width: 100% !important;
	}

	.footer .pad {
		padding: 9% 0 0 !important;
		max-width: unset;
		float: unset;
		text-align: center;
		padding-bottom: 20px !important;
		padding-top: 55px !important;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bg-offwhite a:not(.btn-yellow),
	#stock-table li:nth-of-type(even) {
		width: 100%;
		margin-bottom: 10px;
	}

	#stock-table li:nth-of-type(odd) {
		width: 100%;
	}

	#service-section #mfg-grid a {
		max-width: 150px;
	}

	.bg-dark .hr-sm-left {
		margin: 50px auto !important;
	}

	.staff-box {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.pad {
		padding: 60px 30px;
	}

	.panel {
		padding: 80px 30px;
	}

	#service-section #mfg-grid a {
		max-width: 113px;
		padding: 12px;
	}

	.custom-form select {
		height: 100px;
		white-space: normal;
	}

	.staff-box {
		width: 100%;
	}
}