/* --- Global ---*/
.h5 {
	font-size: .8rem;
}

.rounded {
	border-radius: 2rem !important;
}

.btn-primary,
.btn-secondary {
	border-radius: 1rem;
}

.btn-primary:hover,
.btn-primary:hover:focus,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: var(--color-theme-primary) !important;
}

.btn-secondary:hover,
.btn-secondary:hover:focus {
	color: var(--color-theme-primary) !important;
}

.form .btn-primary:hover {
	color: var(--color-theme-primary) !important;
}

.businessinfo .btn-primary:hover {
	color: var(--color-theme-primary) !important;
}

/*-- Header --*/

.header .navbar-nav .nav-link:focus, .header .navbar-nav .nav-link:hover {
    background-color: #3b5bdbab !important;
}

.header .navbar-nav .nav-link {
	font-weight: 700;
	text-transform: uppercase
}

.cw-header {
	display: none;
	position: relative;
}

.cw-header .cw-header-logo-wrap {
	background-color: var(--header-primary);
	position: relative;
	text-align: center;
}

.cw-header-logo-wrap .cw-logo-box {
	padding: 1px;
	display: inline-block;
}

.cw-header-logo-wrap .cw-logo-box img {
	width: 180px;
}

.cw-header .cw-header-contact {
	background-color: transparent;
	color: var(--header-text);
	padding: .5rem 0;
}

.cw-header-contact a:hover {
	color: var(--color-theme-secondary);
}

.cw-header-contact .cw-address,
.cw-header-contact .cw-phone,
.cw-header-contact .cw-hours {
	position: relative;
	margin: .25rem;
	color: inherit;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.cw-header-contact .cw-address:before,
.cw-header-contact .cw-phone:before,
.cw-header-contact .cw-hours:before {
	font-family: FontAwesome;
	content: "\f3c5";
	left: 0;
	padding-right: .5rem;
	color: inherit
}

.cw-header-contact .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	display: none;
}

.cw-header-contact .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
}

.cw-header-contact .cw-hours:before {
	font-family: FontAwesome;
	content: "\f3c5";
}

/* Navbar */
.header .navbar .nav-link {
	transition: all 150ms 50ms ease-in-out
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
    background-color: var(--color-theme-primary);
    color: #ffffff;
}

.header .navbar-nav .nav-link:focus,
.header .navbar-nav .nav-link:hover {
	background-color: var(--color-theme-highlight);
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before {
	border-width: 0px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-header-contact .cw-address,
	.cw-header-contact .cw-phone,
	.cw-header-contact .cw-hours {
		display: inline-block;
		margin: .25rem 1rem;
	}
}

@media (min-width: 768px) {

	.cw-header {
		display: block;
	}
}

@media(min-width:992px) {

	.cw-header .cw-header-logo-wrap {
		text-align: left;
	}

	.cw-header-logo-wrap .container {
		max-width: 1140px
	}

	.header .navbar,
	.header .navbar.bg-primary {
		background: 0 0 !important;
	}

	.cw-header-logo-wrap .cw-logo-box {
		position: absolute;
		z-index: 1031;
		top: 2px;
	}

	:root {
		/* amount logo overhangs the bottom navbar */
		--cw-logo-overlap: 50px;
	}

	.header .header-container {
		margin-bottom: var(--cw-logo-overlap);
	}

	.header+.title {
		margin-top: calc(-1 * var(--cw-logo-overlap));
	}

	/* Navbar */
	nav.navbar .container {
		min-height: 95px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.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) {
		max-width: calc(100% - 200px);
		justify-content: center
	}
}

@media(min-width:1400px) {

	.header .container,
	.cw-header .container {
		max-width: 1400px
	}
}

/* ---- Titles ---*/
section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/44CA638580063F32BFD8F9D3180DBA6F.png) 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: .85rem
}

@media(min-width: 992px) {
	section:not(.page-home) .title {
		padding: 4rem 0;
	}

	section:not(.page-home) .title .title-heading {
		padding: 4.5rem 0
	}

	section:not(.page-home) .title h1 {
		font-size: 3rem
	}
}

/* There's a script to make the variable always the size of the header container */
:root {
	--cw-headerHeight: 140px;
}

/* ----- Hero ----*/
.cw-hero {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/AB82AE42DC2057AA7B309EEEE7AF96EE.png);
	background-size: cover;
	/* margin-top: -11rem; */
	/* margin-top: -130px; */
	padding-top: 3rem;
	padding-bottom: 3rem;
	/* p-1 p-md-5 */
}

.cw-hero h1 span {
	font-size: .5em;
	display: inline-block;
	font-weight: 300;
}

.cw-hero img {
	border-radius: 1rem;
}

@media(min-width: 992px) {
	.cw-hero {
		margin-top: calc(-1 * (var(--cw-headerHeight) + var(--cw-logo-overlap)));
		padding-top: calc(var(--cw-headerHeight) + var(--cw-logo-overlap) + 3rem);
	}

	.cw-hero h1 {
		font-size: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.cw-hero h1 {
		font-size: 3rem;
	}
}

@media (min-width: 1400px) {
	.cw-hero h1 {
		font-size: 3.5rem;
	}
}

/* ----- Home Badges ----*/

.cw-badges {
	background: rgb(231, 231, 231);
	padding: 3rem 0rem;
}

.cw-badges .col {
	/* border-right: 1px solid #262626; */
	margin-top: 10px;
	justify-content: center;
	display: flex;
}

.cw-badges .col+.col {
	border-top: 1px solid #262626;
}

.cw-badges .col .cw-badge-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;

	padding: .5rem 5px;
	max-width: 100%;
	width: 280px;
}
.cw-badges .cw-badge-text {
	flex-grow: 1;
}

.cw-badges .col .cw-badge-wrapper .cw-badge-icon {
	margin-right: .5rem;
}

.cw-badges .col .cw-badge-wrapper .cw-badge-icon img {
	width: 60px;
	/* max-height: 60px; */
}

.cw-badges .col .cw-badge-wrapper .cw-bottom-text {
	font-size: 14px;
	line-height: 1
}

.cw-badges .col .cw-badge-wrapper .cw-bottom-text span {
	color: var(--color-theme-secondary)
}

.cw-badges .col .cw-badge-wrapper .cw-big-text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25
}


.cw-badges .col:last-of-type {
	border-right: none;
	margin-right: 0
}

/* MAX media queries xxPixels and down */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-badges .col .cw-badge-wrapper {
		justify-content: center;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-badges .col+.col {
		border-top: 0;
		border-left: 1px solid #262626;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


/* --- Text With Image Home ----*/
.textwithimage-in-container {
	background: -webkit-radial-gradient(at bottom left, var(--color-theme-highlight), #fff, transparent);
	background: radial-gradient(at bottom left, var(--color-theme-highlight), #fff, transparent);
}

.textwithimage a {
	color: #fff;
}

/* ---- Service Cards ---*/
.cw-offerSection {
	position: relative;
	background: -webkit-radial-gradient(at top left, var(--color-theme-highlight), #fff, transparent);
	background: radial-gradient(at top left, var(--color-theme-highlight), #fff, transparent);
	padding-bottom: 3rem;
	padding-top: 4rem;
}

.cw-offerSection .cw-mainContent {
	background-color: var(--color-theme-background);
	color: var(--color-theme-text);
	box-shadow: 0 5px 46px 0 rgb(39 35 67 / 13%);
	height: 100%;
	padding: 1.5rem 1.5rem;
}

.cw-offerSection .cw-mainContent p {
	margin-bottom: 0;
}

@media(min-width: 992px) {
	.cw-offerSection .cw-mainContent {
		padding: 1.5rem 3rem;
	}

	/* .cw-offerSection .cw-topspace2 {
		margin-top: 0rem !important;
	} */
}

/* ---- Parallax ----*/
.cw-home-parallax {
	text-align: center;
	position: relative;
	padding-top: 4em;
	padding-bottom: 3em;
	color: #fff;
	/* background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/041254E663084C4113F8EA4CB9E27319.jpg); */
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B36BE647E3B378A82D1A5B0E245E467C.png);
	background-position: center center;
	background-size: cover;
}

.cw-home-parallax::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	/* border-radius: 1vw; */

}

.cw-home-parallax>* {
	position: relative;
	z-index: 1;
}

.pg-title.pg-title-center {
	font-size: 2rem;
}

@media (min-width: 768px) {
	.cw-home-parallax {
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B36BE647E3B378A82D1A5B0E245E467C.png);
		background-size: cover;
		padding-top: 8em;
		padding-bottom: 7em;
	}

	.cw-home-parallax::after {
		background: rgba(0, 0, 0, .5);
	}

	.pg-title.pg-title-center {
		font-size: 4rem;
	}
}

/* ---- Testimonial ----*/
.section__title__h2 .section__title__preline {
	font-size: 3rem;
	position: relative;
	z-index: 2;
	color: var(--color-theme-text);
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500 !important;
}


.section__title__h2 .section__title {
	font-size: 2rem;
	line-height: .9;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--color-theme-text);
	display: block
}

@media(max-width: 767px) {
	.section__title__h2 .section__title__preline {
		font-size: 2rem
	}

	.section__title__h2 .section__title {
		font-size: 2rem
	}
}

@media(max-width: 576px) {
	.section__title__h2 .section__title__preline {
		font-size: 1.75rem
	}
}

.testimonial__section {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	background: -webkit-radial-gradient(at top left, var(--color-theme-highlight), transparent, transparent, transparent);
	background: radial-gradient(at top left, var(--color-theme-highlight), transparent);
}

.testimonial__section .testimonial__item {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 25px;
	padding: 20px;
	background: #fff;
	margin-bottom: 25px;
	box-shadow: 0 5px 46px 0 rgb(39 35 67 / 13%);
	color: var(--color-theme-text);
}

/* .testimonial__section .testimonial__item .testimonial__name {
	font-size: 1.25em;
	font-weight: 700
}

.testimonial__section .testimonial__item .testimonial__date {
	font-size: 1em
} */

.testimonial__section .testimonial__item .testimonial__title {
	font-size: 1.5rem;
	font-weight: 700
}

.testimonial__section .testimonial__item .testimonial__copy p {
	font-size: 1em
}

.testimonial__section .testimonial__item .testimonial__copy p:last-of-type {
	margin-bottom: 0
}

/* .testimonial__section .testimonial__item .star__rating {
	margin-bottom: 10px
} */

.testimonial__section .testimonial__item i {
	padding-right: 2px;
	color: var(--color-theme-secondary);
}

.testimonial__section .cw-bubble {
	display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.testimonial__section .cw-bubble {
		display: block;
		position: absolute;
		left: -20%;
		top: -12%;
		z-index: -1;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.testimonial__section .testimonial__item {
		padding: 30px;
	}
}


/* ---- FAQ ----*/
.cw-faq {

	background: linear-gradient(0deg, #E7FEFD, transparent, transparent);
	padding-top: 6rem;
	padding-bottom: 3rem;
}

.cw-faq img {
	width: 320px;
}

.cw-faq .accordion-button {
	color: var(--color-theme-primary);
	background-color: #f8f8f8;
	box-shadow: none;
	font-weight: 800;
}

.cw-faq .accordion-button::after {
	filter: grayscale(1);
}

.cw-faq .accordion-button:not(.collapsed) {
	color: var(--color-theme-primary);
	background-color: var(--color-theme-secondary);
	box-shadow: none;
	font-weight: 800;
}

.cw-faq .cw-faq-title {
	font-size: 2rem;
	color: var(--color-theme-primary);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-faq .cw-faq-title {
		font-size: 3rem
	}
}


/* ---- About Us Page ----*/
.page-about-us .textwithimage-in-container {
	background: -webkit-radial-gradient(at bottom left, var(--color-theme-highlight), transparent);
	background: radial-gradient(at bottom left, var(--color-theme-highlight), transparent);
	margin-top: -40px;
}

.page-about-us .form {
	padding-top: 8rem;
}

/* ---- Service Page ----*/

/* TWI with Checklist */
.page-services .textwithimage-in-container {
	padding-top: 1.5rem;
	padding-bottom: 2.5rem;
}

.cw-checklist li:before {
	content: "\f058";
	font-family: FontAwesome;
	margin-right: .35rem;
	color: var(--color-theme-secondary);
	font-weight: 400
}

.cw-checklist li {
	padding: 6px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	ul.cw-checklist {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Prices section */
.cw-prices {
	padding: 3.75rem 1rem;
	background: var(--color-theme-highlight);
}

.cw-prices .col-sm-4 {
	/* position: relative; */
	/* max-width: 340px; */
	/* margin: auto */
}

.cw-prices .cw-starlist {
	position: relative;
	max-width: 340px;
	margin: auto
}


.cw-starlist li {
	/* display: inline-block; */
	padding: .25rem;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .9rem
}

.cw-starlist li:before {
	content: "\f621";
	font-family: FontAwesome;
	margin-right: .25rem;
	color: var(--color-theme-primary);
	font-weight: 400
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-starlist li {
		display: inline-block;
	}

	.cw-prices .cw-border-col {
		border-right: 1px solid var(--color-theme-primary);
		border-left: 1px solid var(--color-theme-primary)
	}
}

@media(min-width: 768px) {}

/* --- Testimonials Page ----*/
/* --- reviews --- */

.cw-reviews {
	background-image: linear-gradient(0deg, var(--color-theme-highlight), #fff, transparent);
}

.cw-reviews .cw-blockquote {
	position: relative;
	background-color: #fff;
	color: #000;
	padding: 25px 25px 25px 50px;
	box-shadow: 0 5px 46px 0 rgb(39 35 67 / 13%);
	margin-bottom: 40px;
	border-radius: 2rem;
}

.cw-reviews .cw-blockquote::before {
	content: "\201C";
	position: absolute;
	top: 15px;
	left: 15px;
	/* margin: -1.5625rem 0 0 -2.5rem; */
	width: 60px;
	font-size: 60px;
	line-height: 1;
	color: var(--color-theme-primary);
}

.cw-reviews .cw-blockquote::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 2.75rem;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #fff transparent transparent transparent;
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.cw-reviews .cw-author {
	font-size: 1.25rem;
	font-weight: 300;
	margin-bottom: 5px;
}

/* ---- Footer ----*/

.cw-footer {
	padding: 4rem 0;
	background-color: var(--color-theme-primary);
	background-size: cover;
	color: #fff;
	text-align: center
}

.cw-footer iframe {
	width: 100%
}

.cw-footer a {
	color: #fff;
}

/* For both header and footer */
.cw-address,
.cw-phone {
	position: relative;
	line-height: 1.35;
	/* padding-left: 1.5rem; */
	font-size: 1.1rem
}

.cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	/* position: absolute; */
	/* left: 0; */
	padding-right: .5rem;
	color: #fff;
}

.cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	/* position: absolute; */
	/* left: 0; */
	/* top: 2px; */
	padding-right: .5rem;
	color: #fff;
}

.cw-footerMenu a {
	display: block;
	margin-bottom: .65rem;
	font-weight: 700
}

.cw-footerMenu a:hover,
.cw-social a:hover,
.cw-phone:hover {
	color: var(--color-theme-highlight)
}

.cw-footer h5,
.business-hours .bh-title {
	margin-bottom: 1rem;
	color: #fff;
	padding-left: 0;
	border: none;
	font-size: 1.25rem
}

.cw-social a {
	display: inline-block;
	margin: 0 .5rem 0 0
}

.cw-social i {
	font-size: 25px
}

.footer {
	padding-top: 0
}

footer>.container {
	display: none
}

@media(min-width: 768px) {
	.cw-footer {
		text-align: left
	}
}

/* About Page */

.cw-faith-statement {
    padding: 68px 0;
    background: radial-gradient(at top left, var(--color-theme-highlight), transparent);
}

.cw-faith-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,.08);
    text-align: center;
    position: relative;
}

.cw-faith-card::before {
    content: '"';
    position: absolute;
    top: -30px;
    left: 30px;
    font-size: 12rem;
    line-height: 1;
    color: #435cd923;
    font-family: Georgia, serif;
}

.cw-faith-label {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 50px;
    background: var(--color-theme-primary);
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.cw-faith-card h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cw-faith-intro {
    max-width: 700px;
    margin: 0 auto 1rem;
    color: #000000;
    font-size: 1.1rem;
}

.cw-faith-card blockquote {
    margin: 0;
    padding: 2rem;
    border-left: 5px solid var(--color-theme-primary);
    text-align: left;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.8;
}

.cw-scripture {
    margin-top: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    color: var(--color-theme-primary);
}

@media (min-width: 280px) {
  .cw-faith-card blockquote {
    font-size: 1rem;
}

.cw-faith-card {
    padding: 2rem;
}
}

@media (min-width: 440px) {
  .cw-faith-card {
    padding: 4rem;
}
}

@media (min-width: 768px) {
  .cw-faith-card blockquote {
    font-size: 1rem;
}
}


/* Our Team Page */

.cw-textImage-1 {
    padding: 3.5em 0;
    overflow: hidden;
    background: radial-gradient(
      at bottom left,
      var(--color-theme-highlight),
      #fff,
      transparent
    );
  }

  .cw-textImage-1 img {
    margin-bottom: 2rem;
    border-radius: 1rem;
  }

  .cw-textImage-1 h4 {
    margin-bottom: 1rem;
  }

  @media (min-width: 992px) {
    .cw-textImage-1 h4 {
      margin-bottom: 1rem;
      font-size: 2rem;
    }

    .cw-textImage-1 img {
      margin-bottom: 0;
    }
  }


  /*2*/

  .cw-textImage-2 {
    padding: 3.5em 0;
    overflow: hidden;
    background: radial-gradient(at top left, var(--color-theme-highlight), #fff, transparent);
  }

  .cw-textImage-2 img {
    margin-bottom: 2rem;
    border-radius: 1rem;
  }

  .cw-textImage-2 h4 {
    margin-bottom: 1rem;
  }

  @media (min-width: 992px) {
    .cw-textImage-2 h4 {
      margin-bottom: 1rem;
      font-size: 2rem;
    }

    .cw-textImage-2 img {
      margin-bottom: 0;
    }
  }


  /* Programs */

  .cw-programs {
    background: radial-gradient(at top left, var(--color-theme-highlight), #fff, transparent);
    padding: 3rem 0;
  }

  .cw-program-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .cw-program-image {
    height: 400px;
  }

  .cw-program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cw-program-content {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .cw-program-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .cw-program-content p {
    line-height: 1.8;
  }

  .cw-sponsor-box {
    margin-top: auto;
    padding: 1rem;
    background: var(--color-theme-highlight);
    border-left: 4px solid var(--color-theme-primary);
    border-radius: 0.5rem;
  }

  .cw-sponsor-box strong {
    display: block;
    margin-bottom: 0.5rem;
  }

  .cw-donate-btn{
  display:inline-block;
  margin-top:1.5rem;
  padding:.75rem 1.25rem;
  background:var(--color-theme-primary);
  color:#fff;
  font-weight:600;
  text-decoration:none;
  border-radius:.5rem;
  transition:.2s ease;
  text-align:center;
}

.cw-donate-btn:hover{
  opacity:.9;
  color:#fff;
}

.cw-program-content a.cw-donate-btn{
  margin-top: 1rem;
}