    .cw-trade-banner {
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    padding: .5em 0;
}

.cw-trade-banner p {
    margin: 0;
}

.cw-header {
    padding: 1rem 0;
}

.cw-header .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cw-header h2 {
    font-size: 1.5rem;
}

.cw-header p {
    font-size: 1.1rem;
    margin-bottom: .5em;
}
    
.page-home .title {
    background: #838383;
    padding: 1em 0;
}

.page-home .title h1 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px !important;
    text-align: center;
}

    #cw-mainWrapper {
        background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/0CA1479D1B1271580A80CECD2C8B6338.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 200px;
    }

    .cw-headerText {
        /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
    }

    .cw-headerText p {
        padding: 1.5em 0 3em;
        color: #efefef;
        font-size: 2em;
        font-weight: 500;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    }

    .cw-headerText span {
        font-weight: 800;
        color: var(--color-theme-secondary);
        font-style: italic;
    }

    .cw-brandTop {
        margin-top: 2em;
    }

    .cw-buttonContent {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .cw-brandLogo {
        background-color: #cf0000;
        padding: 10px;
        height: 140px;
    }

    .cw-brandTop a {
        color: #fff !important;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        width: 100%;
    }

    .cw-brandTop a:hover {
        color: #000 !important;
    }

    .cw-brandLogo h6 {
        font-size: 1.5em;
        font-weight: 800;
            margin-top: .25em;
    }

    .cw-brandTop div:nth-of-type(2) .cw-brandLogo {
        background-color: #890000;
    }

    .cw-brandTop div:nth-of-type(3) .cw-brandLogo {
        background-color: #a90000;
    }

    .cw-brandTop div:nth-of-type(4) .cw-brandLogo {
        background-color: #690000;
    }

    .no-gutter {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0px;
    }

    /* Car Finder Section */
    #cw-carFinderSection h5 {
        font-weight: 900;
        font-size: 2.7em;
        margin-top: .8em;
    }

    #cw-carFinderSection span {
        color: var(--color-theme-secondary);
    }

    .cw-carFinderBtn {
padding: .6em 1.3em;
    color: #fff;
    background-color: var(--color-theme-secondary) !important;
    font-size: 1.3em;
    border: none;
    border-radius: 5px;
    }

    .cw-inventory {
        color: var(--color-theme-secondary) !important;
        font-weight: bolder;
    }

    @media (min-width: 440px) {
        .cw-brandLogo {
            height: 230px;
        }

        .cw-headerText p {
            padding: 1em 0 3em;
            color: #efefef;
            font-size: 3em;
            font-weight: 500;
        }
    }

    @media (min-width: 768px) {
        #cw-mainWrapper {
            height: 400px;
        }

        .cw-headerText p {
            font-size: 4rem;
        }

        .cw-brandLogo {
            height: 310px;
        }
    }

    @media (min-width: 992px) {
        #cw-mainWrapper {
            height: 450px;
        }

        .cw-brandTop {
            margin-top: -200px;
        }

        .cw-brandLogo {
            height: 200px;
        }
    }

    @media (min-width: 1200px) {
        #cw-mainWrapper {
            height: 650px;
        }

                .cw-headerText p {
            font-size: 5rem;
        }
    }

    .inventoryslideshow .card__single__horizontal__style1 .item__card {
    background: #efefef;
}

.cw-about-us {
    padding: 3em 0;
    background: linear-gradient(101deg, #111 60%, #DFDFDF 60%);
}

.cw-about-us .cw-about-box {
    background: var(--color-theme-background);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cw-about-us .cw-about-text {
    padding: 2em 1em;
}

.cw-about-us h2 {
    text-transform: uppercase;
}


    	/* Search Buttons */
	.cw-search-buttons {
		padding: 0 0 2rem;
	}

	/* Price Search */
	.cw-price-search {
		padding-bottom: 1rem;
		margin-bottom: 30px;
	}

	.cw-search-title h5 {
		font-size: 200%;
		color: #000000;
		text-transform: uppercase;
		letter-spacing: 0.07em;
		text-align: center;
		margin-bottom: 1rem;
		/* margin: 3% auto 1.5rem; */
	}

	.cw-price-button {
		padding: 1em;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: 0.5s ease-in-out;
		z-index: 5;
		border: 1px ridge #cccccc;
		width: 96%;
		margin: 2%;
		background: #eeeeee;
		box-shadow: 1px 1px 2px #000000;
	}

	.cw-price-button a {
		width: 100%;
	}

	.cw-price-button h5 {
		margin: 0 auto;
		box-shadow: 1.5px 1.5px 3px #111111;
		color: #ffffff;
		font-size: 1.7rem;
		font-weight: 300;
		padding: 3% 1%;
		text-transform: uppercase;
		background: var(--color-theme-primary);
		transition: 0.5s ease-in-out;
	}

	.cw-price-button:hover h5 {
		background: var(--color-theme-highlight);
	}

	.cw-inner-btn {
		display: flex;
		align-items: center;
		min-height: 140px;
	}

	.cw-price-button h6 {
		margin: 0 auto;
		color: #222222;
		font-size: 2em;
		font-weight: 300;
		padding: 15px 0;
		text-transform: uppercase;
		transition: 0.5s ease-in-out;
	}

	.cw-price-button:hover h6 {
		color: #ffffff;
	}

	.cw-price-button h6 span {
		font-size: 0.65em;
	}

	/* Body Type*/
	.cw-style-search {
		text-align: center;
	}

	.cw-style-search a {
		padding: 1.25em 0;
		margin-bottom: 1em;
		text-align: center;
		font-size: 1.25em;
		color: #000000;
		-webkit-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
		position: relative;
		display: block;
	}

	.cw-style-search a img {
		height: 38px;
		width: auto;
	}

	.cw-style-search a:hover {
		color: #eeeeee;
		background-color: rgba(34, 34, 34, 0.1);
	}

	.cw-style-search a::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		border-bottom: 4px ridge #555555;
		-webkit-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.1s;
	}

	.cw-style-search a:hover::after {
		left: calc(50% - 10px);
		width: 10px;
		border-bottom: 10px solid #111111;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

	.cw-style-search a:hover img,
	.cw-style-search a:hover .cw-style-title {
		top: 4px;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		color: #fff;
	}

	.cw-style-search a img {
		position: relative;
		top: 0;
		-webkit-transition: all 0.9s ease;
		-o-transition: all 0.9s ease;
		transition: all 0.9s ease;
		margin-bottom: 0.5em;
	}

	.cw-style-search .cw-style-title {
		position: relative;
		color: #000000;
		padding: 0.2em 0;
		margin: 0.1em 0 0;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		z-index: 10;
		/* font-size: 60%; */
	}

	.cw-style-search a .cw-style-title:after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		background-color: #222222;
		width: 0%;
		height: 100%;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		z-index: -1;
	}

	.cw-style-search a:hover .cw-style-title:after {
		width: 100%;
		left: 0%;
	}


	@media (min-width: 768px) {
		.cw-style-search a {
			margin-bottom: 0em;
		}

		.cw-price-button {
			width: 46%;
			margin: 2%;
		}
	}

	@media (min-width: 992px) {
		.cw-style-search a {
			margin-bottom: 0em;
		}

		.cw-price-button:hover {
			box-shadow: 2px 2px 4px #000000;
			background: #222222;
			border: 1px groove #111111;
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
			-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
			transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
			z-index: 6;
		}
	}

    @media (min-width:1200px) {
        
		.cw-price-button {
			width: 21%;
			margin: auto 2%;
		}
    }

    .cw-contact {
    padding: 5em 0;
    background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FEE20633B5E386FAACE0E514CAF51009.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 1.5em;
}

.cw-contact .cw-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 2em 1em;
    color: var(--color-theme-text-btn);
    max-width: 550px;
}

.cw-contact h2 {
    text-transform: uppercase;
    font-size: 1.35rem;
    font-weight: 500;
}

.cw-contact h2 span {
    font-size: 2rem;
    font-weight: 700;
}

.line hr {
    opacity: 1;
    border-color: var(--color-theme-secondary);
    border-width: 1px;
}


	.form-grid-row>.form-forms-date {
		/* Hopefully fixes form popups being underneath other dropdowns/boxes */
		z-index: unset;
	}
