#services_subscribe #section_mainContent, #services_buildTrust #section_mainContent, #services_advertise #section_mainContent, #services_checkout #section_mainContent, #shopping-order #section_mainContent {
	background: none;
	box-shadow: none;
}
#services_subscribe .content_body, #services_buildTrust .content_body, #services_advertise .content_body, #services_checkout .content_body, #shopping-order .content_body {
	background: none;
	margin: 0;
}
#ServiceSelect, #selectReports {
	display: block;
}

.purchase {
	position: relative;
}

.purchase h1 {
	font-size: 42px;
	text-align: center;
	font-weight: 400;
	margin: 40px 0 8px;
}
.purchase p {
	text-align: center;
	font-size: 20px;
    margin: 0 auto 40px;
    width: 760px;
}
.purchase .footnote {
	margin-top: 20px;
	text-align: center;
}
.purchase .skipStep {
    font-size: 18px;
    text-align: center;
    margin: -20px 0 40px;
    display: block;
}
.purchase .skipStep:hover {
	color: #337fb2;
	text-decoration: underline;
}
#chooseShowcase.purchase p {
}

#purchaseSteps {
	display: block;
	width: auto;
	text-align: center;
	margin-top: 60px;
}

#purchaseSteps .step {
	display: inline-block;
	padding: 10px 0;
	background: #fff;
	color: #4a9cdb;
	width: 130px;
	text-align: center;
	margin: 0 -3px;

}
#purchaseSteps .step:hover {
	background: #e2e2e2;
	cursor: pointer;
}

#purchaseSteps .step.active {
	background: #f9a441;
	color: #fff;
}
#purchaseSteps .step.active:hover {
	background: #f9a441;
	color: #fff;
}



#purchaseSteps .step:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#purchaseSteps .step:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.subscriptions {
}
/*
#showcase.subscriptions {
	display: block;
	width: 870px;
	margin: 0 auto;
}
*/
.subscriptions .subscription {
	width: 234px;
	background: #fff;
	display: inline-block;
	margin-right: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	position: relative;
	transform: scale(1);
	transition: 200ms ease all;

}
.subscriptions .subscription:hover {
	cursor: pointer;
	transform: scale(1.03);
}
.subscriptions .subscription:last-child {
	margin-right: 0;
}
/*
#showcase.subscriptions .subscription {
	width: 280px;
}
*/
.subscriptions .subscription .title {
	padding: 10px;
	text-align: center;
	font-size: 20px;
	background: #999;
	color: #fff;
}
.subscriptions .subscription#M30 .title, .subscription .title#S7 {
	background: #65b4f0;
}
.subscriptions .subscription#M90 .title, .subscription .title#S15 {
	background: #4a9cdb;
}
.subscriptions .subscription#M180 .title, .subscription .title#S30 {
	background: #337fb2;
}

.subscriptions .subscription .price {
	color: #666;
	font-weight: 800;
	text-align: center;
	margin-top: 10px;
	letter-spacing: -1px;
}

.subscriptions .subscription .dollarSign {
	font-size: 36px;
    vertical-align: top;
    margin-top: 16px;
    display: inline-block;
    margin-left: -4px;
}
.subscriptions .subscription .dollarValue {
	font-size: 62px;
}
.subscriptions .subscription .timeFrame {
	display: block;
	color: #999;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	margin-bottom: 16px;
	margin-top: -12px;
}
.subscriptions .subscription .totalPrice {
	display: block;
	color: #555;
	font-weight: 400;
	text-align: center;
	font-size: 12px;
	margin-bottom: 16px;
	margin-top: -12px;
}
.subscriptions .subscription #totalMFREE {
	opacity: 0;
}

#showcase.subscriptions .subscription .price {
	margin-bottom: 10px;
}
#showcase .showcaseAdded, .subscriptionAdded {
	
}
#showcase .showcaseAdded .checkmark, .subscriptionAdded .checkmark {
	display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-top: 2px;
	background: url('/images/icons/checkbox.svg') no-repeat;
	background-size: cover;
}

#showcaseSampleSlider {
	position: relative;
}
#showcaseSampleSlider .slide img {
	width: 80%;
	margin: 16px auto 0; 
	display: block;
}
#showcaseSampleSlider {
	position: relative;
}
#showcaseSampleSlider .slick-arrow {
	transition: 200ms ease all;
	border: none;
	appearance: none;
	background: url('../../images/homepage/arrow-black.svg') no-repeat;
	background-size: contain;
	background-position: center;
    width: 38px;
    height: 30px;
	font-size: 0;
	position: absolute;
	top: 245px;
	opacity: 0.2;
	z-index: 999;
}
#showcaseSampleSlider .slick-arrow:hover {
	cursor: pointer;
	opacity: 0.4;
}
#showcaseSampleSlider .slick-next {
	left: auto;
	right: 20px;
}
#showcaseSampleSlider .slick-next:hover {
	right: 15px;
}
#showcaseSampleSlider .slick-prev {
	transform: rotateZ(180deg);
	right: auto;
	left: 20px;
}
#showcaseSampleSlider .slick-prev:hover {
	left: 15px;
}
#showcaseSampleSlider .slideText {
    width: 680px;
    margin: 10px auto 20px;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 0;
}





.subscriptions .subscription .subTitle {
	text-align: center;
	display: block;
	padding: 6px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}



.subscriptions .subscription ul {
	padding: 15px 20px 10px;
}
.subscriptions .subscription li {
	display: block;
	margin-bottom: 8px;
}

.subscriptions .subscription .strikeOut {
	text-decoration: line-through;
	color: #ccc;
}

.subscriptions .subscription .btn {
	margin: 0 20px 20px;
	display: block;
	text-align: center;
}
.subscriptions #starburst {
	display: block;
	width: 90px;
	height: 90px;
	background: url('/images/icons/star-burst.svg') no-repeat;
	background-size: cover;
	position: absolute;
	top: 7px;
	right: -40px;
}
.subscriptions #starburst #guarantee {
	text-align: center;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 27px;
	transform: rotateZ(12deg);
}


.reportsPanel {
	background: #fff;
	display: block;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	padding: 20px 30px;
	margin-bottom: 20px;
}

.reportsPanel h2 {
	font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
#reports .reportItem {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 20px 20px 25px;
	margin-bottom: 12px;
}
#reports .reportDescription {
	width: 400px;
	display: inline-block;
}
#reports .reportActions {
	width: 210px;
	display: inline-block;
	float: right;
	text-align: right;
}
#reports .reportActions .checkmark {
	display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-top: 2px;
	background: url('/images/icons/checkbox.svg') no-repeat;
	background-size: cover;
}
#reports .reportItem h3 {
	font-size: 18px;
	margin-bottom: 4px;
	font-weight: 400;
}
#reports .reportItem p {
	text-align: left;
    margin: 0;
    font-size: 12px;
    width: auto;
    padding-bottom: 4px;
}
#reports .reportItem select {
	font-size: 12px;
	margin-bottom: 6px;
}
#reports .reportItem .viewSampleReport {
	display: block;
}
.reportPrice, .reportQty, .reportAdd {
	display: inline-block;
}
.reportAdd:hover {
	background: #4a9cdb;
	border: 1px solid #4a9cdb;
	color: #fff !important;
}

.reportAdd.disabled {
	color: #ddd;
}
.reportAdd.disabled:hover {
	background: #fff;
	color: #ddd !important;
	cursor: default;
}
.reportPrice {
	color: #666;
	font-size: 24px;
	font-weight: 800;

	margin-right: 12px;
	margin-top: 6px;
	display: inline-block;
    vertical-align: middle;
    float: left;
    width: 70px;
}
.reportQty label {
	font-size: 14px;
}
.reportQty input {
	margin-right: 12px;
}
#reports .reportAdded {
	border: 1px solid #4a9cdb;
}

#reportsCart table {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
#reportsCart table th {
	font-size: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-weight: 400;
}
#reportsCart table th:first-child {
	text-align: left;
}
#reportsCart table th:last-child {
	text-align: right;
}
#reportsCart table td {
	padding: 20px 0 0;
	text-align: center;
}
#reportsCart table td:first-child {
	text-align: left;
}
#reportsCart table td:last-child {
	text-align: right;
}
#reportsCart table tr:last-child td {
	padding-bottom: 20px;
}
#reportsCart table p {
	font-size: 12px;
	text-align: left;
	width: 50%;
	margin: 0;
}
#reportsCart table h3 {
	font-weight: 400;
	font-size: 12px;
	text-transform: capitalize;
}
#reportsCart #cartActions {
	text-align: right;
}
#reportsCart #cartActions .btn-primary {
	display: inline-block;
}
#reportsCart .emptyCart {
	padding: 0;
} 

#profile #reports {
	box-shadow: none;
	padding: 10px;
	margin-bottom: 0;
}
#profile #reports h2 {
	display: none;
}
#profile #reports .reportItem {
	padding: 10px 10px 20px;
}
#profile #reports .reportItem h3 {
	margin-bottom: 5px;
}
#profile #reports .reportItem p {
	padding-bottom: 10px;
}
#profile #reports .viewSampleReport {
	padding: 0 10px;
	font-size: 12px;
}
#profile #reports .reportActions {
	width: 210px;
}
#profile #reportsCart {
	box-shadow: none;
	padding: 10px;
}

.checkoutPanel {
}
.checkoutPanel .panelTitle {
	padding: 10px 15px;
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	background: #65b4f0;
	color: #fff;
}
#billingInformation .userMessage {
	color:red; 
	padding:25px; 
	font-weight: bold;
}	 
#billingInformation .panelTitle {
	background: #4a9cdb;
}
#billingInformation input[type="radio"] {
	top: -2px;
    margin-right: 8px;
}

#billingInformation input[type="radio"] {
	position: absolute;
	top: 15px;
	left: 5px;
	z-index: 9;
}
.myAccountInside #billingInformation .collapseToggle {
	padding-left: 12px;
}
#billingInformation h3 {
	font-weight: 800;
}
#purchaseConfirmation .panelTitle {
	background: #337fb2;
}
#paymentMethods {
	margin-bottom: 20px;
}
.checkoutPanel h3 {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
}
.checkoutPanel .panelBody {
	margin-bottom: 0px;
	padding: 10px;
}

.checkoutPanel .collapse {
	display: none;
}
.checkoutPanel .collapseToggle {
	font-weight: 400;
	font-size: 12px;
	padding: 15px;
	position: relative;
	padding-left: 30px;
}



.checkoutPanel .paymentMethod {
	padding: 0;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	border-radius: 5px;
	position: relative;
}
.checkoutPanel .paymentMethod.disabled {
	background: #f1f1f1;
	opacity: 0.5;
}
.checkoutPanel .paymentMethod.disabled:hover {
	cursor: not-allowed;	
	border: 1px solid #ddd;
}
.checkoutPanel .paymentMethod.disabled:hover label, .checkoutPanel .paymentMethod.disabled:hover input, .checkoutPanel .paymentMethod.disabled:hover .collapseToggle {
	cursor: not-allowed;
}
.checkoutPanel .paymentMethod span {
	display: inline-block;
}
.checkoutPanel .paymentMethod .paymentMethodExpiry {
	position: absolute;
	right: 80px;
	width: 200px;
	top: 17px;
}
.checkoutPanel .paymentMethod .paymentMethodName {
	width: auto;
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
}
.checkoutPanel .paymentMethod .arrow-down, .checkoutPanel .newPaymentMethod .arrow-down {
	display: block;
	position: absolute;
	right: 10px;
	top: 22px;
}

.checkoutPanel .paymentMethod .primaryLabel {
	padding: 3px 4px;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	border-radius: 2px;
	background: #f9a441;
	position: absolute;
	margin-left:7px;

}
.checkoutPanel .paymentMethod .processing {
	font-size: 10px;
	line-height: 1.4;
	color: #f9a441;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}


.checkoutPanel .newPaymentMethod {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	border-radius: 5px;
}
.checkoutPanel .newPaymentMethod .collapseToggle {
	padding-left: 15px;
}
.checkoutPanel .newPaymentMethod:hover, .checkoutPanel .paymentMethod:hover {
	border: 1px solid #f8a34c;
}
.checkoutPanel .newPaymentMethod.disabled {
	opacity: 0.5;
	background: #f1f1f1;
}
.checkoutPanel .newPaymentMethod.disabled:hover {
	border: 1px solid #ddd;
	cursor: not-allowed;
}
.checkoutPanel .newPaymentMethod .paymentDesc {
	display: inline-block;
	float: none;
	margin-top: 2px;
	margin-left: 4px;
	font-size: 12px;
	font-weight: 400;
	position:absolute;
}
.checkoutPanel .newPaymentMethod .paymentIcon, .checkoutPanel .panelBody .payMethodDiv .paymentMethod .paymentIcon {
	display: inline-block;
	width: 29px;
	height: 18px;
	margin-left: 4px;
	background: #f1f1f1;
	border-radius: 3px;
}
.checkoutPanel .newPaymentMethod .mastercard, .checkoutPanel .panelBody .payMethodDiv .paymentMethod .mastercard {
	background: url('/images/icons/mastercard.svg') no-repeat;
	background-size: cover;
}
.checkoutPanel .newPaymentMethod .visa, .checkoutPanel .panelBody .payMethodDiv .paymentMethod .visa {
	background: url('/images/icons/visa.jpg') no-repeat;
	background-size: cover;
}
.checkoutPanel .newPaymentMethod .paypal, .checkoutPanel .panelBody .payMethodDiv .paymentMethod .paypal {
	background: url('/images/icons/paypal.png') no-repeat;
	background-size: cover;
	width: 17px !important;
	margin-top: 1px;
}
.checkoutPanel .newPaymentMethod .ach, .checkoutPanel .panelBody .payMethodDiv .paymentMethod .ach {
	background: url('/images/icons/ach.png') no-repeat;
	background-size: cover;
	width: 23px !important;
	height: 20px;
	margin-top: -3px;
}
.checkoutPanel .newPaymentMethod .alipay, .checkoutPanel .panelBody .payMethodDiv .paymentMethod .alipay {
	background: url('/images/icons/alipay_logo.svg') no-repeat;
	background-size: cover;
	width: 50px !important;
}
.newPaymentMethod .billingAddress {
	display: block;
	margin-top: 20px;
}
.newPaymentMethod .billingAddress .fieldHolder {
	margin-bottom: 20px;
}
.newPaymentMethod .billingAddress input {
	width: 300px;
}
.newPaymentMethod #sameAddressHolder {
	display: block;
	margin-top: 20px;
}
.newPaymentMethod #sameAddressHolder label {
	display: inline-block;
}
.newPaymentMethod #card-errors {
	color: #fa755a;
	margin-bottom: 16px;
}
.paymentMethod .disclaimer {
	display: block;
	margin: 2px 20px 0 5px;
	float: right;
	color: #a5a5a5;
}
.newPaymentMethod .disclaimer {
	display: block;
	margin: 2px 20px 0 5px;
	float: right;
	color: #a5a5a5;
}
.checkoutPanel .collapseToggle:hover {
	cursor: pointer;
}
.checkoutPanel .newPaymentMethod.disabled .collapseToggle:hover {
	cursor: not-allowed;
}
.checkoutPanel .collapseToggle .arrow-down {

}
.checkoutPanel .collapseToggle .arrow-down.open {
	transform: rotateZ(180deg);
}



.paymentMethodInfo .infoBlock {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
.paymentMethodInfo .infoBlock span {
	text-decoration: underline;
	margin-bottom: 4px;
}
.paymentMethodInfo .infoBlock p {
	text-align: left;
	font-size: 12px;
	margin: 0;
	width: auto;
	padding: 0;
}
.checkoutPanel .paymentMethodActions {
	text-align: right;
	float: right;
	margin-top: -6px;
}
.checkoutPanel .paymentMethodActions .disclaimer {
	display: inline-block;
	width: 280px;
	margin: 0;
}

.checkoutPanel .paymentForm, .checkoutPanel .paymentMethodInfo {
	margin: 0;
    padding: 20px 15px 20px;
    border-top: 1px solid #ddd;
}
#newPaymentMethodSection {
	padding-top: 0 !important;
	position: relative;
}
#newPaymentMethodSection h3 {
	margin-top: 12px;
}

#achBonus {
	font-size: 16px;
	margin: 0 0 20px !important;
}
#achBonus .callOut {
	font-weight: 800;
	color: #bf2209;
	font-size: 18px;
}

#paymentArrow {
	background: url('/images/icons/arrow-orange.svg') no-repeat;
	background-size: cover;
	display: none;
	width: 40px;
	height: 33px;
	position: absolute;
	left: -74px;
	top: -71px;
	animation-name: arrowPulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
}

@keyframes arrowPulse {
	0% { left: -84px; }
	50% { left: -74px; }
	100% { left: -84px; }
}

.paymentForm .fieldHolder label {
	margin-bottom: 4px;
	display: block;
}
.paymentForm .fieldHolder input[type="text"] {
	padding: 6px;
	font-size: 12px;
	margin-bottom: 0;

}

#creditForm .fieldHolder {
	display: inline-block;
	margin-right: 10px;
}
#creditForm .fieldHolder #cvv2 {
	width: 50px;
}
#creditForm .fieldHolder select {
	font-size: 12px;
	height: 28px;
	width: 100px;
	display: block;
	border-radius: 2px;
}
#creditForm .fieldHolder .btn-primary {
	padding: 6px 10px;
	font-size: 12px;
}

#checkingAccountForm .fieldHolder {
	margin-bottom: 20px;
}
#checkingAccountForm .fieldHolder:last-child {
	margin-bottom: 0;
}
#checkingAccountForm input[type="text"] {
	width: 300px;
}




#services_checkout #section_mainContent {
	width: 700px;
}

#services_checkout .content_body {
	width: 100%;
}
#services_checkout .section {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	display: block;
	margin-bottom: 20px;
}
#services_checkout .checkoutPanel .panelBody {
	padding: 20px;
}
#services_checkout .section {
	vertical-align: top;
}
#services_checkout #left {
	display: inline-block;
	width: 640px;
	margin-right: 10px;
}
#services_checkout #right {
	display: inline-block;
	width: 320px;
}

#services_checkout #purchaseSteps {
	margin-top: 30px;
}
#services_checkout #useThisPaymentMethod {
	background: #f9a441;
	border: 1px solid #f9a441;
}
#services_checkout #useThisPaymentMethod:hover {
	background: #f17c30;
	border: 1px solid #f17c30;
}



#shoppingCart .panelTitle {
	
}

#shoppingCart .cartItem {
	display: block;
	padding: 0 40px 10px 0px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #ddd;
}

#shoppingCart .cartItem .itemTitle {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
#shoppingCart .cartItem .itemPrice {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	color: #666;
	font-weight: 800;
}
#shoppingCart #subTotalItem {
	border-bottom: none !important;
	text-align: right;
	padding: 0;
	margin: 0;
}
#shoppingCart #subTotalItem .itemTitle {
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 0;
	padding: 6px 0 0px;
	width: 100%;
	text-align: left;
}
#shoppingCart #subTotal {
	font-weight: 800;
	color: #666;
	float: right;
}
#shoppingCart .cartItem a:hover {
	text-decoration: underline;
}
#shoppingCart #emptyCart {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#emptyCart .itemTitle {
	margin-bottom: 12px !important;
	display: block;
}
#emptyCart a.btn:hover {
	text-decoration: none;
}



#purchaseConfirmation .panelBody {
	text-align: right;
	position: relative;
}
#purchaseConfirmation p {
	text-align: left;
    font-size: 14px;
    width: auto;
    position: absolute;
    top: 32px;
    left: 20px;
}

.StripeElement {
  background-color: white;
  padding: 16px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 4px;
}

.StripeElement--focus {
	border-color: #4a9cbd;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#paypalForm input[type="email"] {
	background-color: white;
	padding: 16px 12px;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-bottom: 4px;
	appearance: none;
	-webkit-appearance: none;
	width: 400px;
	box-shadow: none;
	font-size: 14px;
}
#paypalForm input[type="email"]:focus {
	border-color: #4a9cbd;
	box-shadow: none;
}


#receipt .reportsPanel {
	width: 600px;
	margin: 0 auto;
}
#receipt #order-info {
	margin-bottom: 40px;
}
#receipt #order-info td {
	font-size: 14px;
	margin: 0;
	text-align: left;
	vertical-align: top;
	padding-bottom: 8px;
}
#receipt #order-info td:first-child {
	width: 160px;
}
#table-purchases {
	width: 100%;
}
#table-purchases th, #table-purchases td, #table-purchases p {
	margin: 0;
	font-size: 14px;
	text-align: left;
	padding: 0;
	vertical-align: top;
	width: auto;
}
#table-purchases th {
	padding: 8px;
	background: #f1f1f1;
}
#table-purchases th:last-child {
	width: 120px;
	text-align: right;
}
#table-purchases td {
	padding: 16px 8px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}
#table-purchases td:last-child {
	text-align: right;
	font-weight: 800;
	font-size: 14px;
	padding: 21px 8px 8px;
}
#table-purchases p {
	font-weight: 800;
	padding: 4px 0;
	font-size: 14px;
}
#table-purchases small {
	display: block;
	padding-bottom: 8px;
}
#table-purchases .subtotal {
	font-weight: 800;
	font-size: 14px;
	padding: 16px 8px !important;
}
#receipt .btn-primary {
	font-size: 16px;
	display: block;
	width: 130px;
	margin: 40px auto 20px;
}
#table-purchases .redeem-token {
	margin-left: 8px;
}
#table-purchases .redeem-token:hover {
	color: #337fb2;
	text-decoration: underline;
}

#selectPaymentNotice {
	display: none;
	font-size: 18px;
	margin: 0 0 8px;
	width: auto;
	text-align: left;
	color: #bf2209;
}
