/* Homepage - Hero - Module */
	.hero__main {
		-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
		filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
		position: relative;
		z-index: 1000;
	}

	.hero__hp {
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/84689F0AAC35140675251009BCBE69EB.jpg);
		-webkit-clip-path: ellipse(125% 100% at 50% 0%);
		clip-path: ellipse(125% 100% at 50% 0%);
		background-size: cover;
		-webkit-box-shadow: 1px 5px 5px #333;
		box-shadow: 1px 5px 5px #333;
	}

	.hero__hp .hero__wrapper {
		width: 100%;
		height: 600px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: var(--white-txt);
		background: -webkit-gradient(linear,
				left top,
				left bottom,
				from(#0d1e26),
				to(rgba(13, 30, 38, 0)));
		background: -webkit-linear-gradient(top,
				#0d1e26 0%,
				rgba(13, 30, 38, 0) 100%);
		background: -o-linear-gradient(top, #0d1e26 0%, rgba(13, 30, 38, 0) 100%);
		background: linear-gradient(180deg, #0d1e26 0%, rgba(13, 30, 38, 0) 100%);
	}

	.hero__hp .hero__content {
		padding: 70px 0 50px;
		position: relative;
		z-index: 2;
	}

	.hero__hp .hero__content .hero__preline {
		display: block;
		margin-bottom: 10px;
	}

	.hero__hp .hero__content .hero__headline {
		font-size: 3.5rem;
		line-height: 0.9;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.hero__hp .hero__content .hero__subhead {
		font-size: 2rem;
		font-weight: 700;
	}

	.hero__hp .hero__content .hero__copy {
		color: var(--white-txt);
		font-size: 1.1em;
	}

	.hero__hp .hero__content .hero__CTA i {
		font-size: 14px;
		margin-left: 10px;
	}

	.hero__hp .hero__content label,
	.hero__hp .hero__content p {
		color: var(--white-txt);
	}

	@media (max-width: 991px) {
		.hero__style4 .hero__content .hero__headline {
			font-size: 4rem;
			line-height: 0.9;
		}
		.hero__style4 .hero__content .hero__content__xtra {
			display: none !important;
		}
		.hero__hp .hero__wrapper {
			height: unset;
			padding: 0 0 50px;
		}
		.hero__hp {
			-webkit-clip-path: ellipse(200% 100% at 50% 0%);
			clip-path: ellipse(200% 100% at 50% 0%);
		}
		.hp__search {
			margin-top: 30px;
		}
	}

/*Global Style*/
	.cw-no-gutter {
		padding-left: 0;
		padding-right: 0;
	}

	.cw-carousel-wrapper>.cw-top-carousel>.carousel-inner>.item {
		height: 40vw;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

/*Button Section Styles*/
	#cw-svg-wrapper {
		position: relative;
		padding: 0.25em 0;
	}

	.cw-button-section {
		position: relative;
		z-index: 2;
		padding: 2.0em 0;
		background-color: #222222;
	}

	#cw-overlay-upper {
		position: absolute;
		z-index: 1;
		top: calc(0% - 25px);
		left: 0%;
		width: 100%;
		height: auto;
		fill: #222222;
	}

	#cw-overlay-upper-bg {
		position: absolute;
		z-index: 0;
		top: calc(0% - 29px);
		left: 0%;
		width: 100%;
		height: auto;
		fill: #E75B10;
	}

	#cw-overlay-lower {
		position: absolute;
		z-index: 1;
		bottom: calc(0% - 25px);
		left: 0%;
		width: 100%;
		height: auto;
		fill: #222222;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#cw-overlay-lower-bg {
		position: absolute;
		z-index: 0;
		bottom: calc(0% - 29px);
		left: 0%;
		width: 100%;
		height: auto;
		fill: #E75B10;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.cw-button-section a {
		display: block;
		padding: 0.75em 0;
		font-size: 1.25em;
		font-family: 'Roboto Slab', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 4px;
		color: #FEFEFE !important;
		-webkit-transition: all 0.35s ease;
		-o-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}

	.cw-button-section a:hover {
		color: #222222 !important;
		background-color: #FFFFFF;
	}

	.cw-button-section a span {
		display: block;
		padding-bottom: 0.75em;
	}

/*SEARCH Section Styles*/
	.cw-search-section {
		padding: 5.5em 0 2.25em 0;
		background-color: #fff;
	}

	.cw-search-section .cw-buttons h5 {
		padding: 0 1em;
		color: #000000;
		font-size: 1.2em;
		font-family: 'Roboto Slab', sans-serif;
	}

	.cw-search-section .cw-buttons a {
		display: block;
		padding: .5em;
		margin-top: .2em;
		font-family: 'Roboto Slab', sans-serif;
		font-size: 1.1em;
		font-weight: 700;
		color: #fff;
		background: #111111;
		background-size: 200%;
		background-position: bottom center;
		border-radius: 4px;
		-webkit-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		border: 2px groove #222222;
	}

	.cw-search-section .cw-buttons a:hover {
		color: #fff;
		background: #333333;
		border: 2px groove #111111;
	}

	@media (min-width: 440px) {
		#cw-overlay-upper {
			top: calc(0% - 48px);
		}
		#cw-overlay-upper-bg {
			top: calc(0% - 52px);
		}
		#cw-overlay-lower {
			bottom: calc(0% - 48px);
		}
		#cw-overlay-lower-bg {
			bottom: calc(0% - 52px);
		}
		/* SEARCH Section Styles */
		.cw-search-section .cw-buttons h5::after {
			content: "";
			position: absolute;
			height: 1px;
			width: 47%;
			background: #EE801E;
			top: 7%;
			right: 5%;
		}
	}

	@media (min-width: 768px) {
		/*SVG Positioning*/
		#cw-overlay-upper {
			top: calc(0% - 80px);
		}
		#cw-overlay-upper-bg {
			top: calc(0% - 84px);
		}
		#cw-overlay-lower {
			bottom: calc(0% - 80px);
		}
		#cw-overlay-lower-bg {
			bottom: calc(0% - 84px);
		}
		.cw-search-section .cw-buttons h5 {
			font-size: 1.5em;
		}
		.cw-search-section .cw-buttons h5::after {
			display: none;
		}
	}

	@media (min-width: 992px) {
		#cw-overlay-upper {
			top: calc(0% - 100px);
		}
		#cw-overlay-upper-bg {
			top: calc(0% - 104px);
		}
		#cw-overlay-lower {
			bottom: calc(0% - 100px);
		}
		#cw-overlay-lower-bg {
			bottom: calc(0% - 104px);
		}
		.cw-search-section .cw-buttons h5 {
			margin-top: 1.5em;
			font-size: 1.7em;
		}
		.cw-search-section .cw-buttons a {
			font-size: 1em;
		}
		.cw-search-section .cw-buttons .cw-left {
			padding-right: 2px;
		}
		.cw-search-section .cw-buttons .cw-right {
			padding-left: 2px;
		}
	}

	@media (min-width: 1200px) {
		.cw-search-section {
			padding-top: 8.5em;
		}
		.cw-search-section .cw-buttons h5::after {
			display: block;
			height: 3px;
			width: 20%;
			top: 26%;
		}
		.cw-search-section .cw-buttons a {
			font-size: 1.1em;
		}
	}

	@media (min-width: 1400px) {
		/*SVG Positioning*/
		#cw-overlay-upper {
			top: calc(0% - 155px);
		}
		#cw-overlay-upper-bg {
			top: calc(0% - 160px);
		}
		#cw-overlay-lower {
			bottom: calc(0% - 155px);
		}
		#cw-overlay-lower-bg {
			bottom: calc(0% - 160px);
		}
	}