:root {
    --header-navigationbartext: #fff;
}

.btn {
    text-transform: uppercase;
}

/*Header*/
.cw-top-banner {
    background: #000;
}

.cw-c-header {
    background: #000000;
}

.cw-c-header img {
    display: block;
    max-width: 300px;
}

.cw-c-header h4 {
    color: #fff;
    font-size: 210%;
}

.cw-c-header h4 a {
    color: #fff;
}

.cw-c-header h4 a:hover {
    color: #CA9243;
}

.cw-c-header h5 {
    color: #fff;
    font-size: 120%;
}

.cw-c-header h5 a {
    color: #fff;
}

.cw-c-header h5 a:hover {
    color: #CA9243;
}

.cw-c-header .fa {
    color: #CA9243;
}

.cw-c-header h6 {
    color: #CA9243;
    font-size: 180%;
    font-weight: 400;
    margin: 0;
}

.cw-lifetime-warranty-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 18px;
    background: #f5f5f5;
    color: #111111;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
}

.cw-lifetime-warranty-title {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

/* MD: 992px & Up */
@media (min-width: 992px) {
    .cw-lifetime-warranty-banner {
        padding: 40px 0;
    }

    .cw-lifetime-warranty-title {
        font-size: 28px;
    }
}


/* Hero */
.cw-hero {
    z-index: 1;
    overflow: hidden;
    padding: 4.5em 0 0 0;
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/78F8C34780402AB6A91D0E3E26D373B4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .cw-hero-image {
    display: none;
  }
  
  .cw-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 1;
  }
  
  .cw-hero .container,
  .cw-hero .row,
  .cw-hero-info {
    position: relative;
    z-index: 2;
  }
  
  .cw-hero-info {
    padding: 8em 0 9em;
  }
  
  .cw-hero-tag {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding: .7rem 1.25rem;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 30px;
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .cw-hero h5 {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.15;
    max-width: 1100px;
    margin: 0 auto .6em;
  }
  
  .cw-hero p {
    color: #fff;
    font-size: 1.6rem;
    max-width: 1000px;
    margin: 0 auto 1.5em;
    line-height: 1.4;
  }
  
  .cw-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
    margin: 0 auto 2rem;
    max-width: 1000px;
  }
  
  .cw-hero-badge {
    display: inline-block;
    padding: .75rem 1.1rem;
    border-radius: 999px;
    background: rgba(0,0,0,.45);
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .cw-hero a.btn {
    display: block;
    border: none;
    min-width: 260px;
  }
  
  .cw-hero .cw_social i {
    color: #fff;
    font-size: 1.1rem;
  }
  
  .cw-learn {
    background: rgba(0,0,0,.6);
    max-width: 300px;
    margin: 2rem auto 0;
    border-radius: 4rem;
  }
  
  .cw-learn a {
    color: #fff !important;
    display: flex !important;
    align-items: center;
  }
  
  .cw-learn img {
    max-width: 50px;
    margin-right: 1rem;
  }
  
  @media (min-width: 768px) {
    .cw-hero h5 {
        font-size: 2.8rem;
    }
  
    .cw-hero p {
        font-size: 1.5rem;
    }
  }
  
  @media (max-width: 767px) {
  
    .cw-hero {
        background: none;
        padding-top: 0;
    }
  
    .cw-hero:before {
        display: none;
    }
  
    .cw-hero-image {
        display: block;
        height: 300px;
        background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/78F8C34780402AB6A91D0E3E26D373B4.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
  
    .cw-hero-info {
        padding: 2.5rem 0 3rem;
    }
  
    .cw-hero-tag {
        font-size: .55rem;
        padding: .65rem 1rem;
        color: #111;
        background: #f5f5f5;
        border-color: #ddd;
    }
  
    .cw-hero h5 {
        font-size: 1.8rem;
        line-height: 1.2;
        color: #111;
    }
  
    .cw-hero p {
        font-size: 1rem;
        color: #444;
    }
  
    .cw-hero-badge {
        font-size: .7rem;
        padding: .55rem .85rem;
        color: #111;
        background: #f5f5f5;
        border-color: #ddd;
    }
  
    .cw-hero a.btn {
        min-width: 100%;
    }
  }
  
  @media (min-width: 992px) {
    .cw-hero a.btn {
        display: inline-block;
    }
  }
/*Background IMG Button Section*/
.cw-btn-section {
    /* background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/955C2B8AAA0B9C6B4F0B09DA3E5F751D.jpg);
		background-size: cover;
		background-attachment: fixed; */
}

.cw-btn-section-card {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 330px;
    color: white;
    text-align: center;
    display: flex;
    align-items: flex-end;
    border-radius: 1px;
    overflow: hidden;
    transition: transform 0.3s;
    border: 2px solid #fff;
}

.cw-btn-section-card:hover {
    transform: scale(1.02);
}

.cw-btn-section-card p {
    text-transform: uppercase;
    font-size: 1rem;
}

.cw-btn-section-content {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 20px;
}

.cw-btn-section-btn {
    text-decoration: none;
    color: var(--color-theme-primary);
}

.cw-way {
    padding: 3em 0;
}

.cw-way h5 {
    font-size: 4em;
}

.cw-way p {
    font-size: 1.75em;
    font-weight: 900;
}

.cw-way .cw-box img {
    max-width: 400px;
    margin: 2rem auto;
}

.cw-way .btn-divider {
    background: #595959;
    height: 2px;
    max-width: 700px;
    margin: 4rem auto;
}

@media (min-width: 768px) {
    .cw-way .cw-box {
        border: 2px solid #000;
        padding: 3em;
        max-width: 1100px;
    }
}

.cw-way .cw-icons {
    padding: 3em 0;
}

.cw-way .cw-icons i {
    font-size: 4em;
    padding: .5em 0;
}

.cw-way .cw-icons h5 {
    font-size: 1.6em;
    font-weight: 900;
}

.cw-way-btns a {
    font-size: 1em;
    text-transform: uppercase;
    padding: 1em;
    margin: 1em;
    min-width: 200px;
}

@media (min-width: 768px) {
    .cw-quality .cw-box2 {
        border: 2px solid #fff;
        padding: 3em;
        margin: 3em 13em;
    }
}

.cw-quality {
    padding-bottom: 4rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),
        url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/64D59346C525192010F18F3086F7539A.jpg");
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.cw-quality .cw-box2 {
    margin: 3rem 0 0 0;
    text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.cw-quality .cw-box2 h5 {
    font-size: 4em;
    font-weight: 900;
    text-wrap: balance;
    text-transform: uppercase;
    color: #fff;
}

.cw-quality .cw-box2 p {
    font-size: 1.75em;
    text-wrap: balance;
    color: #fff;
}

.cw-quality .cw-box2 img {
    max-width: 400px;
    margin: 2rem auto;
}

.cw-quality .col-md-6 {
    background: #fff;
    border: 1px solid;
}

.cw-quality .row {
    margin: auto;
}

.cw-quality h6 {
    font-size: 19px;
    padding: 1rem;
}

@media (min-width: 1200px) {
    .cw-quality .cw-box2 {
        margin-top: 3em;
    }
}

.cw-finance-banner {
    background: #ffffff;
    padding: 70px 0;
}

.cw-finance-banner-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    background: #f5f5f5;
    color: #111111;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
}

.cw-finance-banner-title {
    max-width: 900px;
    margin: 0 auto 24px;
    color: #111111;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.cw-finance-banner-btn-wrap {
    margin-top: 10px;
}

.cw-finance-banner-btn {
    padding: 14px 30px;
    background: #111111;
    border: 1px solid #111111;
    color: #ffffff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cw-finance-banner-btn:hover,
.cw-finance-banner-btn:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .cw-finance-banner {
        padding: 55px 0;
    }

    .cw-finance-banner-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .cw-finance-banner {
        padding: 45px 0;
    }

    .cw-finance-banner-title {
        font-size: 26px;
    }
}

.cw-appointment-banner {
    padding: 2% 0;
    background-color: #ca9243;
}

.cw-appointment-banner h1 {
    color: #000;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.cw-we-buy-cars-banner {
    background: #e1e1e1;
    padding: 70px 0;
}

.cw-we-buy-cars-title {
    max-width: 920px;
    margin: 0 auto 20px;
    color: #111111;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.cw-we-buy-cars-subtitle {
    max-width: 820px;
    margin: 0 auto 24px;
    color: #555555;
    font-size: 18px;
    line-height: 1.8;
}

.cw-we-buy-cars-pills {
    margin: 20px auto 0;
    text-align: center;
}

.cw-we-buy-cars-pills span {
    display: inline-block;
    margin: 6px 5px;
    padding: 10px 16px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    color: #222222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .cw-we-buy-cars-banner {
        padding: 55px 0;
    }

    .cw-we-buy-cars-title {
        font-size: 32px;
    }

    .cw-we-buy-cars-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cw-we-buy-cars-banner {
        padding: 45px 0;
    }

    .cw-we-buy-cars-title {
        font-size: 26px;
    }

    .cw-we-buy-cars-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .cw-we-buy-cars-pills span {
        display: block;
        margin: 8px auto;
        max-width: 260px;
    }
}

.cw-location-callout {
    background: #ffffff;
    padding: 30px 0;
}

.cw-location-callout-box {
    background: #111111;
    border-radius: 14px;
    padding: 30px 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.cw-location-callout-note {
    color: #dddddd;
}

.cw-location-callout-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.cw-location-callout-box h2 {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 800;
}

@media (max-width: 991px) {
    .cw-location-callout-box h2 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .cw-location-callout {
        padding: 20px 0;
    }

    .cw-location-callout-box {
        padding: 24px 18px;
    }

    .cw-location-callout-box h2 {
        font-size: 21px;
    }
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
    background: var(--color-theme-primary) !important; 
}

.cw-two-locations {
	background: #ffffff;
	padding: 70px 0;
}

.cw-location-tag {
	display: inline-block;
	padding: 8px 18px;
	background: #f3f3f3;
	color: #111111;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 30px;
	margin-bottom: 15px;
}

.cw-location-title {
	font-size: 38px;
	font-weight: 800;
	color: #111111;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.cw-location-subtitle {
	font-size: 17px;
	color: #555555;
	max-width: 700px;
	margin: 0 auto 40px;
}

.cw-location-row {
	display: flex;
	flex-wrap: wrap;
}

.cw-location-card {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 14px;
	padding: 35px 30px;
	margin-bottom: 30px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	height: 100%;
	text-align: center;
}

.cw-location-card h3 {
	font-size: 28px;
	font-weight: 800;
	color: #111111;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.cw-location-info {
	font-size: 18px;
	color: #444444;
	line-height: 1.7;
	margin-bottom: 14px;
}

.cw-location-info a {
	color: #111111;
	text-decoration: none;
	font-weight: 600;
}

.cw-location-info a:hover {
	color: #000000;
	text-decoration: underline;
}

.cw-location-links {
	margin: 20px 0 22px;
}

.cw-location-directions {
	display: inline-block;
	color: #111111;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-decoration: underline;
}

.cw-location-directions:hover {
	color: #000000;
}

.cw-location-btn {
	background: #111111;
	color: #ffffff;
	border: 2px solid #111111;
	border-radius: 40px;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.cw-location-btn:hover,
.cw-location-btn:focus {
	background: #ffffff;
	color: #111111;
	border-color: #111111;
}

@media (max-width: 991px) {
	.cw-location-title {
		font-size: 32px;
	}

	.cw-location-card {
		height: auto;
	}
}

@media (max-width: 767px) {
	.cw-two-locations {
		padding: 55px 0;
	}

	.cw-location-title {
		font-size: 28px;
	}

	.cw-location-subtitle {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.cw-location-card {
		padding: 28px 20px;
	}

	.cw-location-card h3 {
		font-size: 24px;
	}

	.cw-location-info {
		font-size: 16px;
	}
}

.cw-location-callout {
	background: #ffffff;
	padding: 30px 0 10px;
}

.cw-location-callout-box {
	background: #111111;
	border-radius: 14px;
	padding: 30px 25px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.cw-location-callout-tag {
	display: inline-block;
	margin-bottom: 14px;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 30px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.cw-location-callout-box h2 {
	margin: 0;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 800;
}

@media (max-width: 991px) {
	.cw-location-callout-box h2 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.cw-location-callout {
		padding: 20px 0 0;
	}

	.cw-location-callout-box {
		padding: 24px 18px;
	}

	.cw-location-callout-box h2 {
		font-size: 21px;
	}
}