/**
 * You will probably want to change these
 */
.lite-offer-widget .package,
.testimonials-section .header-bar,
.about-section .header-bar {
	background-color: #094a98;
	color: #ffffff;
}

.header-bar,
.bonus-section .bonus-header,
.bonus-section .bonus-header h1,
dl.ordered > dt {
	color: #094a98;
}

ol.ordered > li:before,
ul.ordered > li:before,
dl.ordered > dt:before {
	background-color: #418ae5;
}

.hilite,
.hilite-color {
	color: #418ae5 !important;
}

.hilite-color2 {
	color: #a2238a !important;
}

.hilite-color3 {
	color: #d32b51 !important;
}

.hilite-color4 {
	color: #10439b !important;
}

.hilite-color5 {
	color: #742877 !important;
}

.hilite-color-subpackage {
	color: #742877 !important;
}

.offer-widget .shim {
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #85bff1 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #85bff1 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #85bff1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #85bff1));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #85bff1 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #85bff1 100%);
}

.when {
}

.offer-widget .payment-plans .link a,
.full-offer-widget .payment-plans .link a,
.item-section .runtime > .duration,
.item-section .runtime > .when {
	color: #0077c7;
}

.cake q {
	color: #76246c;
}

.cake cite {
	color: #24466f;
}

/**
 * You will probably NOT want to change these
 */
.full-offer-widget header {
	background-image: url( 'images/full-offer-header.png' );
}

.full-offer-widget footer {
	background-image: url( 'images/full-offer-footer.png' );
	color: white; /* Added at Sharon's request because of Jimmy19 on 2020-03-13 */
}

ul.checks > li:before,
ol.checks > li:before,
ul.circle-checks > li:before,
ol.circle-checks > li:before {
	color: #3e9100;
}

/**
 * Custom
 */
.center-checks {
	margin: 0 auto;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 25px 15px;
	max-width: 595px;
}

.center-checks > ul {
	margin: 0 auto;
	max-width: 433px;
}

.center-checks :last-child {
	margin-bottom: 0;
}

dl.item-2-dl > dt {
	color: #418ae5;
}

.custom-date {
	color: #10439b;
}

.alternating-pastels > dt {
	background-color: #418ae5;
}

.alternating-pastels.ordered > dt > .section-meat:before,
.alternating-pastels.ordered > li > .section-meat:before {
	color: #418ae5;
}

.pastel-splash,
.downloads-boxed,
.alternating-pastels > dd:nth-of-type( 2n + 1 ),
.alternating-pastels.alternating-pastels-invert > dd:nth-of-type( 2n ) {
	background-color: #dbe9ff;
}
