/* SRP Price Disclaimer */
.inventory .vehicle-card .price-mileage-block > div:nth-child(1)::after {
    content: "*$499 doc fee";
    font-size: 0.75rem;
    color: var(--color-theme-primary);
}

.inventory .vehicle-card .price-mileage-block {
    line-height: 11px;
}

.inventory .vehicle-card .price-mileage-block .value {
    line-height: 2.5rem;
}

/* VDP Price Disclaimer */
.vdp__container .vdp__title__mod.module::after {
    content: "*$499 doc fee";
    font-size: 0.75rem;
    color: var(--color-theme-primary);
    display: flex;
    justify-content: flex-end;
}




@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";
@import "https://fonts.googleapis.com/css2?family=Epilogue:wght@700&display=swap";

.title+.text {
	margin-top: 0;
}

.wow {
	visibility: hidden;
}

.btn {
	font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: epilogue, sans-serif !important;
}

.page-home h1,
h2,
h3,
h4,
h5 {
	text-transform: uppercase;
}

.header .container {
	position: relative;
	max-width: 1400px;
}

.cw-header .cw-logo-box {
	margin: 5px auto;
	text-align: center;
}

.cw-header .cw-logo-box img {
    width: 159px;
}

.cw-header .cw-header-bar {
	background-color: var(--header-background);
	color: var(--header-text);
	padding: 5px 0 1px;
}

.cw-header .cw-header-bar a {
	color: inherit;
	font-weight: 700;
	padding: 6px 10px;
	font-size: 1.1rem;
	border: 2px solid;
	border-radius: 10px;
}

.cw-header .cw-header-bar a:hover {
	color: #40B7FB;
}

.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase;
}


@media (min-width: 992px) {
	section:not(.page-inventory-details) .header .header-container {
		position: fixed;
		z-index: 1040;
		width: 100%;
		background: 0 0;
		top: 0;
	}

	.cw-header .cw-logo-box {
		position: absolute;
		z-index: 1040;
		top: 0px;
	}

	nav.navbar .container {
		min-height: 60px;
	}


	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}


	.header .navbar-nav:not(.navbar-cart) {
		/* set pixels to LOGO width (or more) */
		max-width: calc(100% - 270px);
		justify-content: center;
	}
}

/* static hero */
.cw-static-hero {
	position: relative;
	overflow: hidden;
	background-color: #333;
	color: #fff;
}

.cw-static-hero .cw-hero-image img {
	object-fit: cover;
	width: 100%;
}

.cw-static-hero h1, .cw-hero-title h1{
	display: block;
	padding: 1rem 1rem .75rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
}

.cw-static-hero h1 .cw-highlight, .cw-hero-title h1 .cw-highlight{
	color: #40B7FB;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-static-hero {
		min-height: 500px;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		background-image: linear-gradient(to bottom, rgba(36, 36, 36, 0.4) 0%, rgba(36, 36, 36, 0.4) 50%, rgba(36, 36, 36, 0.4) 100%), url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3E90A9EF2BF34E16E33A7607D9EEC4B8.jpg');
		background-position: right center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.cw-static-hero .cw-hero-image img {
		display: none;
	}

	.cw-static-hero h1,.cw-hero-title h1 {
		font-size: 2rem;
		color: #fff;
		text-shadow: 1px 1px 3px #000;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-static-hero h1,.cw-hero-title h1 {
		font-size: 2.5rem;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-static-hero h1,.cw-hero-title h1 {
		font-size: 3.5rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}




.inventory-search-module {
	background: var(--color-theme-highlight);
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

section.inventory-search-module label {
	color: #fff !important;
}

.inventory-search-module .btn-primary {
	background-color: #aaa !important;
	color: var(--color-theme-text-btn) !important;
	border-color: var(--color-theme-secondary) !important;
}

.inventory-search-module .btn-primary:hover {
	border: 1px solid var(--color-theme-highlight) !important;
}

section.inventory-search-module .form__wrapper {
	border: 0 !important;
}


/* Background for .cw-home */
.cw-home {
	background-image: url('https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/79317666ED2D85542367FE7D53B63CFA.png');
	background-size: cover;
	/* Ensures the image covers the area */
	background-repeat: no-repeat;
	/* No repeating of the image */
	background-attachment: fixed;
	/* Fixed position */
	background-position: center center;
	/* Centers the image */
	padding: 60px 0;
	/* Adds space around the content */
}


.cw-home .cw-container-bg {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);

}

.cw-home .card {
	border: none;
}

.cw-home h2 {
	font-size: 2.25rem;
}

.cw-home h5 {
	font-weight: 400;
}

@media (min-width: 768px) {
	.cw-home h2 {
		font-size: 3.25rem;
	}

	.cw-home h5 {
		font-size: 2rem;
	}
}

.cw-list {
	margin-bottom: 3rem;
}

.cw-card {
	position: relative;
	overflow: hidden;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.cw-card a {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cw-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

.cw-card:hover:before {
	background: rgba(0, 0, 0, .7);
}

.cw-card .cw-card-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cw-card .cw-card-img-overlay {
	position: absolute;
	left: 1.5rem;
	right: 0;
	bottom: 0;
	padding-bottom: 1.5rem;
	color: #fff;
}

.cw-card-title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.cw-card button {
	padding: 0;
	background: 0 0;
	color: #fff;
	border: none;
}

.cw-card button:after {
	font-family: FontAwesome;
	content: "\f105";
	padding-left: 0.25rem;
	color: #fff;
	font-size: 0.85rem;
}

.cw-reasons .container {
	padding: 3rem 2rem;
	background: #fff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.cw-reasons h2 {
	font-size: 2.25rem;
}

.cw-reasons .lead {
	margin-bottom: 3rem;
}

.cw-reasons .fas {
	margin-bottom: 1.5rem;
	font-size: 2rem;
}

.cw-reasons h4 {
	margin-bottom: 1rem;
	text-transform: none;
	font-size: 1.3rem;
}

@media (min-width: 768px) {
	.cw-card-title {
		font-size: 1.75rem;
	}

	.cw-reasons .container {
		padding: 3rem;
	}

	.cw-reasons h2,
	.cw-home h2 {
		font-size: 3rem;
	}
}

@media (min-width: 992px) {
	.cw-list .container {
		max-width: 1400px;
	}
}

@media (min-width: 1440px) {
	.cw-reasons .container {
		max-width: 1400px;
	}

	.cw-reasons h2,
	.cw-home h2 {
		font-size: 3.75rem;
	}

	.cw-reasons .lead {
		font-size: 1.5rem;
	}
}

.cw-quality-list {
	position: relative;
	padding: 6em 0;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/1B7DB0E98C445CAAF17A15E3E6561DDD.jpg) center;
	background-size: cover;
}

.cw-quality-list:after {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0 0 0/70%);
}

.cw-quality-list h2 {
	font-size: 2rem;
}

.cw-overlay {
	z-index: 2;
}

.cw-quality-list li {
	display: inline-block;
	padding: 0.25rem;
	font-size: 1.25rem;
}

.cw-quality-list .cw-checklist li:before {
	content: "\f14a";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	color: #fff;
}

.cw-quality-list .lead {
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.cw-quality-list {
		padding: 7rem 0;
	}

	.cw-quality-list h2 {
		font-size: 3rem;
	}

	.cw-quality-list .cw-checklist {
		display: flex;
		margin-bottom: 0;
	}

	.cw-quality-list .cw-checklist li {
		position: relative;
		padding: 1rem 2rem;
		text-align: left;
		font-size: 1.5rem;
	}

	.cw-quality-list .cw-checklist li:before {
		position: absolute;
		top: 1.25rem;
		left: -1rem;
		font-size: 2.5rem;
	}

	.cw-quality-list li {
		line-height: 1.2;
	}
}

@media (min-width: 1440px) {
	.cw-quality-list {
		background-attachment: fixed;
	}

	.cw-quality-list h2 {
		font-size: 3.75rem;
	}

	.cw-quality-list .lead {
		font-size: 1.5rem;
	}

	.cw-quality-list:before {
		max-width: 1400px;
		left: calc(50% - 700px);
	}
}

.page-home .list {
	padding: 0;
	background-image: linear-gradient(180deg, #2b2b2b, transparent, #2b2b2b),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A3598D33E6895670CE0E0247D083FBCE.jpg);
	background-position: center;
}

.page-home .list .list-wrap {
	margin-bottom: 1.5em;
}

.page-home .text {
	padding-top: 5rem;
	color: #fff;
}

.page-home .list .list-img-wrap {
	margin: auto;
	padding: 34% 0;
}

.page-home .list .list-img-photo {
	background-size: contain;
}

.page-home .list .list-text-title {
	color: #fff;
}

.page-home .list .list-text-btn {
	display: none;
}

.cw-homeBtn {
	padding-bottom: 4rem;
}

@media (min-width: 992px) {
	.page-home .text h3 {
		font-size: 2.75rem;
	}

	.page-home .text .lead {
		font-size: 1.35rem;
		margin-bottom: 0;
	}
}

@media (min-width: 1400px) {
	.page-home .text h3 {
		font-size: 3.5rem;
	}
}

.cw-service-grid {
	margin-top: 10px;
	position: relative;
}

.cw-service-grid .container {
	max-width: 1500px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.cw-service-grid .cw-preline {
	font-size: 1rem;
	position: relative;
	color: var(--color-theme-text);
	margin-bottom: 0;
	font-weight: 400;
	margin-bottom: 5px;
}

.cw-service-grid .cw-preline::before {
	content: "";
	background-repeat: no-repeat;
	width: 80px;
	height: 8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 1;
	background-size: 80px 8px;
}

.cw-service-grid .cw-headline {
	font-size: 1.25rem;
	line-height: 0.9;
	font-weight: 800;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.cw-service-grid .cw-title-default .cw-preline {
	color: var(--color-theme-primary);
}

.cw-service-grid .cw-title-default .cw-headline {
	color: var(--color-theme-text);
}

.cw-service-grid .cw-title-default.text-center .cw-preline::before {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.cw-service-grid a.btn-link {
	color: #fff;
}

.cw-service-grid a.btn-link:hover {
	color: var(--color-theme-highlight);
}

.cw-service-grid .cw-shape-effect-top {
	position: absolute;
	max-width: 350px;
	top: -80px;
	left: -200px;
	z-index: 500;
}

.cw-service-grid .cw-overlay {
	background: linear-gradient(0deg, #00000070 0%, #fff 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cw-service-grid .cw-parallax {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-color: var(--color-theme-primary);
	padding: 105px 0 130px;
	margin-bottom: 30px;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B8BC7212D008C502BF96DC753F53E840.jpg);
}

.cw-service-grid .cw-parallax .container {
	position: relative;
	z-index: 2;
}

.cw-service-grid .cw-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(6, auto);
	gap: 1rem;
}

.cw-service-grid .cw-grid-wrapper .cw-grid-item {
	background: linear-gradient(0deg, #404040 0%, #2d2d2e 100%);
	padding: 20px;
	height: auto;
	min-height: 150px;
	border-radius: 10px;
	--cw-wedge-size: 40px;
	-webkit-clip-path: polygon(calc(100% - var(--cw-wedge-size)) 0,
			100% var(--cw-wedge-size),
			100% 100%,
			0 100%,
			0 0);
	clip-path: polygon(calc(100% - var(--cw-wedge-size)) 0,
			100% var(--cw-wedge-size),
			100% 100%,
			0 100%,
			0 0);
}

.cw-service-grid .cw-grid-item .cw-blurb-preline {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--color-theme-secondary);
}

.cw-service-grid .cw-grid-item .cw-blurb-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #eff1f3;
}

.cw-service-grid .cw-grid-item .cw-blurb-list {
	margin-bottom: 20px;
	color: #eff1f3;
}

.cw-service-grid .cw-grid-item.cw-grid-image-1 {
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/01AAF7A5460CFA28814E488CDEB53044.jpg);
	background-size: cover;
	opacity: 0.9;
}

.cw-service-grid .cw-grid-item.cw-grid-image-2 {
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/2DBF5326F00B77E9FF1950E41AFE5E43.jpg);
	background-size: cover;
	opacity: 0.9;
}

.cw-service-grid .cw-grid-item.cw-grid-image-3 {
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/9531DD7958CD935406DC962C8FE1E241.jpg);
	background-size: cover;
	opacity: 0.9;
}

@media (min-width: 350px) {
	.cw-service-grid .cw-headline {
		font-size: 2rem;
	}

	.cw-service-grid .cw-preline {
		font-size: 1.25rem;
	}

	.cw-service-grid .cw-grid-item .cw-blurb-title {
		font-size: 2rem;
	}
}

@media (min-width: 768px) {
	.cw-service-grid .cw-headline {
		font-size: 3rem;
	}

	.cw-service-grid .cw-preline {
		font-size: 1.5rem;
	}

	.cw-service-grid .cw-shape-effect-top {
		top: -100px;
		max-width: 500px;
	}

	.cw-service-grid .cw-grid-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, auto);
	}

	.cw-service-grid .cw-grid-wrapper .cw-grid-item {
		padding: 30px;
	}

	.cw-service-grid .cw-grid-item .cw-blurb-title {
		font-size: 1.8rem;
	}
}

@media (min-width: 992px) {
	.cw-service-grid .cw-grid-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: repeat(2, auto);
	}
}

@media (min-width: 1200px) {
	.cw-service-grid .cw-grid-wrapper .cw-grid-item {
		padding: 50px;
	}

	.cw-service-grid .cw-grid-item .cw-blurb-title {
		font-size: 2rem;
	}
}

.cw-image-w-icons {
	padding: 2rem 0;
}

.cw-image-w-icons h2 {
	font-size: 2.25rem;
	line-height: 1.3;
	display: block;
	padding-bottom: 10px;
	font-weight: 700;
}

.cw-image-w-icons h4 {
	font-size: 1.2rem;
	font-weight: 700;
}

.cw-image-w-icons p {
	margin-bottom: 20px;
}

.cw-image-w-icons .cw-blurb {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}

.cw-image-w-icons .cw-blurb p {
	margin-bottom: 0;
}

.cw-image-w-icons .cw-blurb-icon {
	padding: 10px;
	min-width: 70px;
	min-height: 70px;
	border: 1px solid #ededed;
	border-radius: 10px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.cw-image-w-icons .cw-blurb-icon i {
	font-size: 2rem;
}

.cw-image-w-icons .cw-blurb-text {
	padding: 0.5rem 0;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.cw-image-w-icons {
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {}

.page-home .inventoryslideshow {
	padding: 4rem 0;
}

.card__multi__style1 .item__flex {
	background: var(--color-theme-highlight) !important;
}

.card__multi__style1 .item__card__details__wrapper .item__title h3 {
	font-size: 1.2rem !important;
	text-transform: none;
}

.inventoryslideshow .brdr__rad10,
.card__multi__style1 .item__card__photo img {
	border-radius: 0 !important;
}

.inventoryslideshow .item__card__photo {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.inventoryslideshow .slick-list {
	margin: 3rem 0 3.5rem;
}

@media (min-width: 992px) {
	.inventoryslideshow-title-heading {
		font-size: 2.5rem;
	}

}

@media (min-width: 1400px) {
	.inventoryslideshow-title-heading {
		font-size: 3.25rem;
	}
}

.page-home .textwithimage {
	padding-top: 4rem;
}

.page-home .textwithimage-img {
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
	.page-home .textwithimage h2 {
		font-size: 2.75rem;
	}
}

@media (min-width: 1400px) {
	.page-home .container {
		max-width: 1400px;
	}

	.page-home .textwithimage h2 {
		font-size: 3.5rem;
	}
}

.popular-vehicles-sections {
	padding: 2em;
}

.popular-vehicles-section-heading::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin: 0.5rem 0 1.5rem;
	background-color: var(--color-theme-secondary);
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1F114932A45129822986788A3EA49BF0.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/58%);
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000;
	text-transform: none;
}

section:not(.page-home) .title h1 {
	font-size: 2rem;
}

section:not(.page-home) .form {
	padding-top: 1rem;
}

.employees-email {
	font-size: 0.85rem;
}

:root {
	--cw-headerHeight: 100px;
}

@media (min-width: 992px) {
	:root {
		--cw-headerHeight: 140px;
	}

	section:not(.page-home) .title {
		/* padding-top: 140px; */
		padding-top: calc(var(--cw-headerHeight));
		padding-bottom: 0;
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	.cw-SlideShow-split {
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	section:not(.page-home) .title .title-heading {
		padding: 6.5rem 0;
	}

	section:not(.page-home) .title h1 {
		font-size: 3rem;
	}

	section[class*=page-]:not(.page-inventory-details) {
		margin-top: var(--cw-headerHeight)
	}

}

.inventory {
	padding-top: 0 !important;
}

.inventory .vehicle-card .card-body h5.inventory-title {
	text-transform: none;
	font-size: 1.1rem;
}

.p-veh-card .card-top-img a {
	display: block;
}

.inventory .srp-sidebar .card-header .card-title {
	color: #fff;
}

.inventory .inventory-cta .btn:not(.btn-pre-qualified) {
	/* background: var(--color-theme-secondary) !important; */
	/* border-color: var(--color-theme-secondary) !important; */
}

.inventory .inventory-cta .btn:not(.btn-pre-qualified):hover {
	color: var(--color-theme-background) !important;
}

body .inventory .carousel-indicators {
	background: 0 0;
	bottom: 0;
	margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
	width: 7px;
	height: 7px;
	background: var(--color-theme-secondary);
}

.inventory .vehicle-card.layout-2 .price {
	padding: 0.25em 0.5em !important;
}

.form-forms-header {
	font-size: 1.75rem;
}

/* -------------------- Footer ---------------------- */
.cw-footer {
	padding: 3rem 0 0;
	text-align: center;

	background-color: #2b2b2b;
	color: #fff;
}

footer.footer {
	padding-top: 1rem;
}

.cw-footer .cw-info {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: .5rem .5rem;
}

.cw-footer p {
	margin-bottom: .5rem;
}

.cw-footer a {
	color: inherit;
}

.cw-footer a:hover {
	color: #40B7FB;
}



/* .bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
} */

/* .form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
	color: #000;
	background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0;
} 

.bootstrap-select>.dropdown-toggle.bs-placeholder::after {
	border-top-color: var(--color-theme-highlight);
}*/

/* 
footer>.container {
	position: relative;
	min-height: 190px;
}

.footer .dropdown-menu {
	position: relative;
	display: block !important;
	min-width: 0 !important;
	padding: 0;
	border: 0;
}

.footer .dropdown-toggle {
	pointer-events: none;
}

.footer a.dropdown-item {
	display: block !important;
	padding: 0.25rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 400 !important;
}

.footer-nav-links .nav-item {
	padding: 0 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	padding: 0 0.25rem;
}

.footer .nav .nav-link {
	text-transform: uppercase;
}

.footer h2.footer-business-name {
	font-size: 1.25rem;
}

.footer-business+.footer-business-phone:before {
	display: none;
}

.footer-social-links a {
	padding: 0 0.25rem;
}

.footer-info-business span,
.footer-info-business a {
	font-size: 0.85rem;
}

@media (min-width: 992px) {
	.footer-social-links {
		position: absolute;
		left: 10%;
		bottom: 1rem;
		z-index: 2;
	}

	footer .footer-info-business {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		padding-right: 1rem;
	}

	.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
		padding: 0;
	}

	a.footer-business-phone {
		display: block;
		margin-top: 0.25rem;
	}

	.footer ul.nav {
		flex-wrap: nowrap;
		text-align: left !important;
	}

	.footer-nav-links {
		position: absolute;
		right: 0;
		width: 70%;
		background: rgb(0 0 0/5%);
	}

	.footer .dropdown-menu {
		max-width: 180px;
		text-align: center;
		background: 0 0;
	}

	.dropdown-toggle::after {
		color: var(--color-theme-secondary);
	}
} */

.employees a {
	/* color: #d04436 !important; */
}

.btn-secondary {
	/* background-color: #d04436 !important; */
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}

.textwithimage .btn-secondary:hover {
	color: #fff !important;

}

.btn-secondary:hover {
	/* background-color: #d04436 !important; */
	border-color: #aaa !important;
	color: #aaa !important;
	background-color: transparent;
}


.textwithimage .btn-secondary {
	color: #000 !important;
	border-color: #000 !important;
}




/* -------------------- VDP ---------------------- */

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: var(--color-theme-secondary);
	color: var(--color-theme-secondary);
	background-color: var(--color-theme-text-btn)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
body .vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-secondary)
}

body .vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
	color: var(--color-theme-text-btn);
	background-color: var(--color-theme-secondary);
	border-color: var(--color-theme-secondary)
}

/* -------------------- Sticky nav fixes/changes ---------------------- */

/*  fix sticky nav width  */
.inventorydetails .vdp__sticky-navigation__mod.row {
	padding-top: 20px;
}

/* Fix VDP width */
/* .inventorydetails .vdp__container .columns>.row {
	margin-left: 0;
	margin-right: 0;
} */

/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
	z-index: 1029;
}

/* resets z-index higher than navbar when a modal is open. */
.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
	z-index: 1055;
}

@media (max-width: 991px) {
	.inventorydetails .vdp__quickconnect__mod.module {
		margin-top: 35px;
	}
}

/* .btn-primary {
	background-color: transparent;
	color: #000 !important;
	border-color: #000;
} */

.vdp-module-canvas-razor-wrapper .btn-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-secondary:hover:focus,
.vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper .show>.btn-secondary.dropdown-toggle {
	background-color: #000000 !important;
	color: var(--color-theme-text-btn) !important;
	border-color: var(--color-theme-secondary);
}