/* Fix Inventory Slideshow Text Color */
.inventoryslideshow-container,
.inventoryslideshow-container * {
  color: #eee !important;
}
/* Fix Inventory Slideshow Text Color */
.inventoryslideshow-container .item__card {
    background: #333 !important;
}
/* Button Colors */
/* a lot of color overrides are assuming that the highlight color is a light color that contrasts with black. It also assumes the primary and secondary colors are the opposite. If those are changed there is probably a lot of color code you could remove or would have to adjust. */
.btn-primary:hover,
.btn-secondary:hover {
    color: #222 !important;
    border-color: var(--color-theme-secondary);
    background-color: var(--color-theme-highlight);
}

.form .btn-primary:focus,
.form .btn-primary:hover,
.form .btn-primary:not([disabled]):not(.disabled).active,
.form .btn-primary:not([disabled]):not(.disabled):active,
.form .show > .btn-primary.dropdown-toggle {
    background-color: var(--color-theme-highlight);
    color: #222 !important;
}

a:not(.btn):hover {
    color: var(--color-theme-primary);
}

/* Email Wrap */
.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email {
    overflow-wrap: anywhere;
}

/* Header */
.header .cw-logo-box {
    text-align: center;
    padding: .5rem 0;
}

.header .cw-logo-box img {
    width: 170px;
}

.cw-header-contact {
    background-color: var(--color-theme-secondary);
    color: var(--color-theme-text-btn);
}

.cw-header-contact .fa {
    display: inline-block;
    vertical-align: middle;
    padding-right: .25rem;
    color: var(--color-theme-secondary);
}

.cw-header-contact a:before {
    color: unset;
}

.cw-header-contact a {
    color: inherit;
}

.cw-header-contact a:hover {
    color: var(--color-theme-highlight);
}

.cw-header-contact {
    padding: 6px 2px;
}

.header .navbar .active > .nav-link,
.navbar .nav-link:hover {
    color: var(--color-theme-primary)
}

@media(min-width: 992px) {
    .cw-header-info .container {
        max-width: 1140px
    }

    .cw-header-info .cw-logo-box {
        position: absolute;
        z-index: 1040;
        top: unset;
        margin-top: 5px;
    }

    nav.navbar .container {
        min-height: 99px;
    }

    /* keeps nav items on the right side of header */
    .header.has-cart .collapse.justify-content-center,
    .header .navbar-collapse.justify-content-center {
        justify-content: flex-end !important;
    }

    .header .navbar-nav:not(.navbar-cart) {
        /* set pixels to logo width (or more) */
        max-width: calc(100% - 315px);
        justify-content: center;
    }
}

@media (min-width: 1400px) {

    .header .container,
    .cw-header-contact .container {
        max-width: 1340px
    }
}

/* Hero Section */
.cw-hero-wrapper {
    position: relative;
}

.cw-hero {
    padding: 5em 0;
    background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png");
    background-color: var(--color-theme-secondary);
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: overlay;
}

@media (min-width:992px) {
    .cw-hero {
        padding: 7em 0 8em 0;
    }

    .cw-hero::after {
        content: "";
        background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/545A3A3B879EE3E2ACBFF803BE9FF8B1.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        height: 100%;
        position: absolute;
        width: 45%;
        top: 0;
        right: 0;
        -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
                clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
    }
}

.cw-hero .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cw-hero .cw-hero-text {
    text-align: center;
}

@media (min-width:992px) {
    .cw-hero .cw-hero-text {
        text-align: start;
    }
}

.cw-hero h1 {
    font-size: 1.45rem;
    color: var(--color-theme-highlight);
    text-transform: uppercase;
}

.cw-hero h1 span {
    font-size: 2rem;
    color: #fff;
}

.cw-hero p {
    color: #F5F5F5;
}

.cw-hero .cw-hero-text a {
    margin-top: .5rem;
}

@media (min-width:440px) {
    .cw-hero .cw-hero-text a {
        margin-right: .5rem;
        margin-top: 0;
    }
}

@media (min-width:992px) {
    .cw-hero h1 span {
        font-size: 1.65rem;
    }

    .cw-hero p {
        padding-right: 4em;
    }
}

@media (min-width:1200px) {
    .cw-hero h1 span {
        font-size: 1.85rem;
    }
}

@media (min-width:1400px) {
    .cw-hero h1 span {
        font-size: 2.15rem;
    }
}

/*-- Home Search --*/
/* Search combine */
/* Home Search */
.cw-search {
    padding: 3em 0 0em 0;
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.cw-search h2 {
    font-size: 1.5rem;
    color: var(--color-theme-primary);
    text-transform: uppercase;
    margin-bottom: 1em;
}

.cw-search h2 span {
    font-size: 2rem;
    color: var(--color-theme-secondary);
    text-transform: uppercase;
}

@media (min-width: 330px) {
    .cw-search h2 span {
        font-size: 2.15rem;
    }
}

@media (min-width: 576px) {
    .cw-search h2 span {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .cw-search h2 span {
        font-size: 2.5rem;
    }
}

.cw-search .cw-types {
    margin-bottom: 3rem;
}

.cw-search .cw-types img {
    width: 85px;
    display: block;
    margin: auto;
}

.cw-search .cw-types a {
    font-size: .85rem;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 3px;
}

.cw-search .cw-types a:hover {
    border: 1px solid #ced4da;
    border-radius: 5px
}

.page-home .inventory-search-module {
    display: flex;

    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    margin: 0 !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.page-home .inventory-search-module .form__wrapper {
    padding: 0 0 20px;
    border: none;
}

.page-home .inventory-search-module .search__input {
    min-width: calc(20% - 8px);
}

.page-home .search__input .btn {
    border: none;
    background-color: var(--color-theme-secondary);
}

.page-home .search__input .btn:hover {
    background: var(--color-theme-secondary);
}

/* labels */
.page-home section.inventory-search-module .form__wrapper .search__input .form-label {
    display: none;
}


@media (min-width: 992px) {
    :root {
        /* set this to an appropriate value based on the number of options/lines in the Advanced Search module*/
        /* 1 category (1 line): 180px; */
        /* 2-3 categories (2 lines): 200px; */
        /* 4-5 categories (3 lines): 230px; */
        /* 6-7 categories (4 lines): 320px; */
        --cw-search-offset: 200px;
    }

    /* code your own */
    .cw-search .cw-types {
        max-width: 500px;
        margin: auto;
        min-height: var(--cw-search-offset);
    }

    /* module modification */
    .page-home .inventory-search-module {
        background: transparent;
        padding: 0;
    }

    .page-home section.inventory-search-module .form__wrapper {
        display: flex;
        flex-flow: row wrap;
        /*position: absolute;*/
        left: 24px;
        /*top: 0px;
		top: calc(3rem - var(--cw-search-offset));*/
        z-index: 5;
        border: none;

        /* max-width: 460px; */
        /*max-width: calc(50% - 2rem);
		width: calc(50% - 2rem);*/
        padding: 10px 0px 10px 0px;
    }
}


/* Setting search module to Default container sizes */
.page-home .inventory-search-module .container {
    max-width: 100%;
    position: relative;
}

@media (min-width: 576px) {
    .page-home .inventory-search-module .container {
        max-width: 540px
    }
}

@media (min-width:576px) and (max-width: 768px) {
    .page-home .inventory-search-module .container {
        max-width: 680px
    }
}

@media (min-width: 768px) {
    .page-home .inventory-search-module .container {
        max-width: 720px
    }
}

@media (min-width:930px) and (max-width: 991px) {
    .page-home .inventory-search-module .container {
        max-width: 800px
    }
}

@media (min-width: 992px) {
    .page-home .inventory-search-module .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .page-home .inventory-search-module .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .page-home .inventory-search-module .container {
        max-width: 1320px
    }
}

/* 
.cw-search {
	padding: 3em 0 2em 0;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.cw-search h2 {
	font-size: 1.5rem;
	color: var(--color-theme-primary);
	text-transform: uppercase;
	margin-bottom: 1em;
}

.cw-search h2 span {
	font-size: 2rem;
	color: var(--color-theme-secondary);
	text-transform: uppercase;
}

@media (min-width: 330px) {
	.cw-search h2 span {
		font-size: 2.15rem;
	}
}

@media (min-width: 576px) {
	.cw-search h2 span {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.cw-search h2 span {
		font-size: 2.5rem;
	}
}

.cw-types img {
	width: 85px;
	display: block;
}

.cw-types a {
	font-size: .85rem;
	text-transform: uppercase;
}

.cw-types a:hover {
	color: var(--color-theme-primary);
	border-radius: 5px
}

@media (max-width: 991px) {
	.cw-search {
		margin-bottom: 0;
	}

	.cw-types {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.cw-types {
		max-width: 500px;
		margin: auto;
	}
}

.inventory-search-module {
	display: flex !important;
	flex-direction: column !important;
	z-index: 1000;
}

section.inventory-search-module>.container {
	max-width: 1320px !important;
}

.inventory-search-module .container {
	position: relative;
}

section.inventory-search-module .form__wrapper {
	border: none !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: unset !important;
	max-width: 300px;
	width: 300px;
	position: absolute;
	left: 0;
	z-index: 2500;
	transform: translateY(-180px);
	border: none;
}

.search__input--model {
	position: absolute;
	width: 100%;
	right: -320px;
}

.search__input .btn {
	position: absolute;
	top: 66px;
	right: -320px;
	width: 100%;
	background: var(--color-theme-secondary);
	border: none;
}

.search__input .btn:hover {
	background: var(--color-theme-highlight);
}

section.inventory-search-module .form__wrapper .search__input .form-label {
	display: none !important;
}

@media (min-width: 1400px) {
	section.inventory-search-module>.container {
		max-width: 1280px !important;
	}
}

@media (max-width: 1400px) {
	section.inventory-search-module>.container {
		max-width: 1100px !important;
	}

	section.inventory-search-module .form__wrapper {
		max-width: 250px;
		width: 250px;
		left: 0;
	}

	.search__input--model {
		position: absolute;
		width: 100%;
		right: -270px;
	}

	.search__input .btn {
		right: -270px;
	}
}

@media (max-width: 1200px) {
	section.inventory-search-module>.container {
		max-width: 920px !important;
	}

	.inventory-search-module .container .form__wrapper {
		width: 200px;
		max-width: 200px;
	}

	.search__input--model {
		position: absolute;
		width: 100%;
		right: -220px;
	}

	.search__input .btn {
		right: -220px;
	}
}

@media (max-width: 991px) {
	.inventory-search-module {
		margin-top: 0 !important;
	}

	.inventory-search-module .container .form__wrapper {
		max-width: unset;
		position: unset;
		width: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		padding: 20px 0;
	}

	.search__input--model {
		position: relative;
		top: unset;
		right: unset;
		width: unset;
	}

	.search__input .btn {
		position: relative;
		top: unset;
		right: unset;
		width: 100%;
	}
}

@media (max-width: 456px) {

	.search__input--model,
	.search__input--max-price {
		width: 100%;
	}
} */
/* Blurb Section - boxes */
.blurb__section h2 {
    font-size: 1.5rem;
    color: var(--color-theme-primary);
    text-transform: uppercase;
}

.blurb__section h2 span {
    font-size: 2rem;
    color: var(--color-theme-secondary);
    text-transform: uppercase;
}

@media (min-width:330px) {
    .blurb__section h2 span {
        font-size: 2.15rem;
    }
}

@media (min-width:576px) {
    .blurb__section h2 span {
        font-size: 2.5rem;
    }
}

@media (min-width:992px) {
    .blurb__section h2 span {
        font-size: 3rem;
    }
}

/*  Blurb Section
  =================================================================================================*/
.blurb__section {
    padding: 3em 0 7em 0;
    text-align: center;
    background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.blurb__section .blurb__wrapper {
    border: 1px solid #ededed;
    padding: 40px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    position: relative;
}

.blurb__content::before {
    content: "";
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--color-theme-primary);
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 25%;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
}

.box1::before {
    content: "\f1b9";
}

.box2::before {
    content: "\e53e";
}

.box3::before {
    content: "\f653";
}

.box4::before {
    content: "\f571";
}

.blurb__section .blurb__wrapper:last-of-type {
    margin-bottom: 0;
}

.blurb__section .blurb__wrapper .blurb__pre__title {
    font-size: 1em;
    margin-bottom: 5px;
    color: var(--color-theme-primary);
    text-transform: uppercase;
}

.blurb__section .blurb__wrapper .blurb__title {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 5px;
}

.blurb__section .blurb__wrapper .blurb__copy {
    margin-bottom: 20px;
}

.blurb__section .blurb__wrapper .blurb__img__wrapper img {
    padding: 20px 0;
    display: none;
}

/* Featured Vehicles Section */
@media (min-width:280px) {
    .card__multi__style7 .item__data {
        font-size: .8rem;
    }
}

@media (min-width:330px) {
    .card__multi__style7 .item__data {
        font-size: 1rem;
    }
}

@media (min-width:440px) {
    .card__multi__style7 .item__data {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .card__multi__style7 .item__data {
        font-size: .8rem;
    }
}


@media (min-width:1200px) {
    .card__multi__style7 .item__data {
        font-size: 1rem;
    }
}

@media (min-width:1400px) {
    .card__multi__style7 .item__data {
        font-size: 1.25rem;
    }
}


@media (max-width:440px) {
    .item__secondary__details__wrapper {
        flex-wrap: wrap;
    }
}

/* Car Finder Section - Homepage */
.cw-finder {
    background: url(https://s3.amazonaws.com/fcwebmanager/Scenic/SmartSites/HeroImages/0/scenic_11.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .5);
    background-blend-mode: overlay;
    padding: 6em 0;
}

.cw-finder .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cw-finder h2 {
    font-size: 1.5rem;
    color: var(--color-theme-highlight);
    text-transform: uppercase;
}

.cw-finder h2 span {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
}

.cw-finder p {
    color: #fff;
}

.cw-parallax-wrapper {
    position: relative;
}

@media (min-width:768px) {
    .cw-finder::after {
        content: "";
        display: block;
        background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C2438AC3F2C9B9DD9D0C2B1D6B56BD40.jpg");
        background-size: cover;
        background-position: 60%;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, .05);
        background-blend-mode: overlay;
        width: 45%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
                clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
    }
}

@media (min-width:992px) {
    .cw-finder::after {
        background-position: center;
    }
}

.cw-finder .cw-text {
    z-index: 2;
    position: relative;
    text-align: center;
}

@media (min-width:768px) {
    .cw-finder .cw-text {
        text-align: start;
    }
}

/* Finance Section */
.finance__section {
    background-color: var(--color-theme-background);
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.finance-heading {
    font-size: 2em;
    line-height: 1.3;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.finance__section .finance__copy {
    margin-bottom: 20px;
}

.finance__section .finance__wrapper {
    margin-bottom: 20px;
}

.finance__section .finance__wrapper:last-of-type {
    margin-bottom: 0;
}

.finance__section .finance__wrapper .finance__icon__wrapper {
    padding: 10px;
    min-width: 80px;
    min-height: 80px;
    border: 1px solid var(--color-theme-secondary);
    border-radius: 10px;
}

.finance__section .finance__wrapper .finance__icon__wrapper i {
    font-size: 2em;
}

.finance__section .finance__wrapper img {
    width: 50px;
    margin-right: 10px;
}

.finance__section .finance__wrapper .finance__title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 10px;
}

.finance__section .finance__content__img {
    max-width: 140%;
}

/* Trade-in Banner */
.cw-trade {
    background-color: var(--color-theme-secondary);
}

@media (min-width:992px) {
    .cw-trade {
        background-size: cover;
        background-attachment: fixed;
    }
}

.cw-trade .cw-text-overlay {
    background: var(--color-theme-secondary);
    padding: 4em 1em;
    text-align: center;
}

@media (min-width:576px) {
    .cw-trade .cw-text-overlay {
        padding: 4em 3em;
    }
}

.cw-wrapper {
    position: relative;
}

@media (min-width:992px) {
    .cw-trade .cw-text-overlay {
        text-align: start;
        padding: 6em 2em;
    }

    .cw-trade::after {
        content: "";
        display: block;
        background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5D0D66E831095CA9E1AC158DCD17C59B.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        width: 65%;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
                clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
    }
}

.cw-trade h3 {
    margin-bottom: 0;
    color: var(--color-theme-highlight);
}

.cw-trade h2 {
    color: #fff;
}

.cw-trade p {
    color: #fff;
}


/*-- Popular Vehicles Section --*/
:root {
    /* Variable for the height of the clickable h2s for the tabs. Variable because it's used in absolute positioning calculations */
    --cw-SEO-h2-height: 32px;
    /* variable for the actual top margin for the module past the minimum to keep from overlapping. Only used 2 places so could easily get rid of the variable, especially if you want it different at 768px */
    --cw-SEO-top-margin: 2rem;
}

.popular-vehicles-sections {
    position: relative;
    min-height: 200px;
    margin-top: calc(3 * var(--cw-SEO-h2-height) + var(--cw-SEO-top-margin));
    margin-bottom: 2.5rem;
    text-align: center;
}

.popular-vehicles-section {
    margin-bottom: 0 !important;
    font-size: .85rem;
}

.popular-vehicles-section-panel {
    display: none;
    margin: 3rem 0;
    padding: 1rem;
    background: var(--color-theme-primary);
}

.popular-vehicles-section-heading {
    cursor: pointer;
    position: absolute;
    top: calc(-3 * var(--cw-SEO-h2-height));
    left: 1.5rem;
    width: calc(100% - 3rem);
    line-height: 1rem;
    font-size: .9rem;
    background: rgb(8 41 62 / 14%);
    color: var(--color-theme-primary);
    padding: 2px;
    height: var(--cw-SEO-h2-height);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular-vehicles-section-heading:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: .25rem;
    font-style: normal;
    font-weight: normal
}

.popular-vehicles-section:nth-of-type(2) h2 {
    top: calc(-2 * var(--cw-SEO-h2-height));
}

.popular-vehicles-section:nth-of-type(3) h2 {
    top: calc(-1 * var(--cw-SEO-h2-height));
}

.popular-vehicles-section-panel a {
    margin: .5rem 0;
    color: #fff
}

.popular-vehicles-section-panel a:hover {
    color: #eee
}

.popular-vehicles-sections h2.selected {
    background: var(--color-theme-primary);
    color: var(--color-theme-highlight)
}

.popular-vehicles-sections h2.selected ~ .popular-vehicles-section-panel {
    display: flex;
}

.popular-vehicles-sections h2.selected:after {
    content: "\f06e"
}

.popular-vehicles-sections ::-webkit-scrollbar {
    width: 10px;
}

.popular-vehicles-sections ::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    outline: none
}

@media (min-width: 768px) {

    .popular-vehicles-sections {
        margin-top: calc(var(--cw-SEO-h2-height) + var(--cw-SEO-top-margin) + 2em);
    }

    .popular-vehicles-section-heading {
        top: calc(-1 * var(--cw-SEO-h2-height));
        width: 30%;
        font-size: 1rem;
    }

    .popular-vehicles-section:nth-of-type(2) h2 {
        left: 34%;
        top: calc(-1 * var(--cw-SEO-h2-height));
        width: 32%
    }

    .popular-vehicles-section:nth-of-type(3) h2 {
        top: calc(-1 * var(--cw-SEO-h2-height));
        right: 1.5rem;
        left: unset
    }
}

/* About Section and Contact Form */
.cw-about {
    background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 4em 0 0 0;
}

@media (min-width:992px) {
    .cw-about {
        padding: 4em 0;
    }

    .cw-about img {
        width: 50%;
    }
}

.cw-about .expand {
    -webkit-animation-name: expand;
            animation-name: expand;
    visibility: visible;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    margin: 1em auto;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes expand {
    0% {
        width: 15px;
    }

    100% {
        width: 100%;
    }
}

@keyframes expand {
    0% {
        width: 15px;
    }

    100% {
        width: 100%;
    }
}

.cw-about h3 {
    font-size: 1.15rem;
    color: var(--color-theme-primary);
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 2em;
}

.cw-about h3 span {
    font-size: 2rem;
    color: var(--color-theme-secondary);
    text-transform: uppercase;
    font-weight: 700;
}

.page-home .form {
    background: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (min-width:992px) {
    .page-home .form .form-wrap {
        margin-top: -28em;
        width: 45%;
        margin-right: 2.5%;
        margin-left: auto;
        position: relative;
        z-index: 1;
    }

    .cw-about h3 {
        margin-top: 0;
    }
}

@media (min-width:1200px) {
    .page-home .form .form-wrap {
        margin-top: -22em;
        width: 45%;
        margin-right: 2.5%;
        margin-left: auto;
    }
}

.page-home .form {
    padding-top: 1.5em;
}

.page-home textarea.form-control {
    height: 100px;
}


/* SRP/ Inventory Page */
.inventory .vehicle-card .card-body a:hover,
.inventory .vehicle-card a:hover .inventory-title {
    color: var(--color-theme-primary);
}

.inventory .srp-sidebar .card-header,
.inventory .srp-sidebar .card-header .btn-clear-filter.btn-link {
    color: var(--color-theme-secondary) !important;
}

.inventory .srp-sidebar .card-header .btn-clear-filter:before {
    border-color: var(--color-theme-primary);
}

/* Form Fix */
.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%
}

/* Staff/ Team page */
.employees .employees-footer a:hover {
    color: var(--color-theme-primary);
}

/* Contact Business Info */
.businessinfo .businessinfo-companyinfo-container .contact-details a:hover,
.businessinfo a:hover {
    color: var(--color-theme-primary);
}

.contact-companyinfo .contact-details:not(.contact-address):hover::after {
    border-color: var(--color-theme-secondary);
}

.contact-companyinfo .contact-details:not(.contact-address):hover .contact-icon {
    background: var(--color-theme-secondary);
}

/* Custom Footer */
.footer {
    padding-top: .5em;
}

.footer .footer-info-business {
    display: none;
}

.cw-footer .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cw-footer img {
    max-height: 100px;
    margin: 1em auto;
}

.cw-footer .cw-icon {
    width: 35px;
    height: 35px;
    margin: 0 auto 15px auto;
    margin-bottom: 15px;
    background: var(--color-theme-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw-footer p {
    margin-bottom: 0;
}

.cw-footer .cw-contact-info p a:hover {
    color: var(--color-theme-primary);
}

@media (min-width:992px) {
    .cw-footer .cw-icon {
        margin: 0 15px 0 auto;
    }
}

.cw-footer .cw-details {
    text-align: center;
    margin-bottom: 1em;
}

@media (min-width:992px) {
    .cw-footer .cw-details {
        display: inline-flex;
        flex-wrap: wrap;
        text-align: start;
        margin-bottom: 0;
    }
}

/* finance app colors */
body .loan-app-module .vehicle-picker-container .veh__price,
body .loan-app-module .loan__vehicle__selected .veh__price {
    color: inherit;
}

/* -------------------- VDP ---------------------- */
.vdp__dealerInfo__mod .dealership__call a,
.vdp__dealerInfo__mod .dealership__text a {
    color: var(--color-theme-secondary);
    font-weight: 700;
}

.vdp__dealerInfo__mod .dealership__call a:hover,
.vdp__dealerInfo__mod .dealership__text a:hover {
    color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .vdp__details__mod .btn-link:hover {
    color: var(--color-theme-secondary);
}

.vdp__loanCalc__mod .loan__calc__content .btn-outline-secondary::before {
    background: var(--color-theme-primary);
}

.vdp__loanCalc__mod .loan__calc__content .btn-check:checked + .btn-outline-secondary {
    background: var(--color-theme-secondary);
    border-color: var(--color-theme-secondary);
}

.vdp__dealerInfo__mod .hours__status.hours__status__closed[DealershipInfoWidgetCssScope] {
    /* color: #fff; */
    /* background: var(--color-theme-primary); */
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a:hover {
    /* color: var(--color-theme-primary); */
}

/* Template Button text Size  */
.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item {
    font-size: 1rem;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item:hover {
    /* color: var(--color-theme-text) !important; */
}

.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .store__hours {
    margin-bottom: 1em;
}

/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
    margin-bottom: 2em;
}

/* hover colors */
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary::before,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:hover:focus,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled).active,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled):active,
.inventorydetails .vdp-module-canvas-razor-wrapper .show > .btn-secondary.dropdown-toggle {
    background-color: var(--color-theme-highlight);
    /* color: #222!important; */
    border-color: var(--color-theme-secondary);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:before,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:focus:hover {
    background-color: var(--color-theme-secondary);
    color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__message__mod button.btn-primary:hover {
    /* color: var(--color-theme-text) !important; */
}

.vdp-module-canvas-razor-wrapper .vdp__loanCalc__mod a.btn-primary:hover {
    /* color: var(--color-theme-text) !important; */
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod button:hover {
    /* color: var(--color-theme-text) !important; */
}

/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
    color: var(--color-theme-header);
}

/* Finance Button */
.vdp-module-canvas-razor-wrapper .vdp__details__mod a.btn-secondary {
    /* background: var(--color-theme-secondary); */
}

.vdp-module-canvas-razor-wrapper .vdp__details__mod a.btn-secondary:hover {
    background: var(--color-theme-highlight);
    /* color: var(--color-theme-text); */
}

.vdp-module-canvas-razor-wrapper .vdp__details__mod a.btn-secondary::before {
    background: var(--color-theme-highlight);
}

/* header on mobile*/
.page-inventory-details .cw-header-info,
.page-inventory-details .cw-header-contact {
    display: none;
}

@media (min-width:768px) {

    .page-inventory-details .cw-header-info,
    .page-inventory-details .cw-header-contact {
        display: block;
    }
}


.footer a:not(.btn):hover {
    color: var(--color-theme-highlight);
}


.inventory .vehicle-card .vehicle-card-footer .inventory-cta .btn-primary {
    color: var(--color-theme-text-btn) !important;
}

.inventory .vehicle-card .vehicle-card-footer .inventory-cta .btn-primary:hover {
    color: var(--color-theme-text) !important;
}

.inventory .srp-sidebar .contact-widget .btn-primary {
    color: var(--color-theme-text-btn);
}