/* Changes to Dedicate a tree donation form */
/* Membership stuff we should never have done */
.donate.dedicate-a-tree-new-baby .formQuestion.donationAmountOther,
.donate.dedicate-a-tree-new-baby .selectDonationAmount span,
.donate.dedicate-a-tree-new-baby .formQuestion.donationFrequency,
.donate.dedicate-a-tree-new-baby .formQuestion.donationComment,

.donate-dedicate-a-tree-with-posted-certificate-25 .formQuestion.donationFrequency,
.donate-dedicate-a-tree-with-posted-certificate-25 .formQuestion.donationAmountOther,

.donate-family-membership-monthly-payment-7-direct-debit .formQuestion.donationAmountOther,
.donate-family-membership-monthly-payment-7-direct-debit .formQuestion.donationFrequency,

.donate-dedicate-a-tree-in-memory-20-credit-card .formQuestion.donationAmountOther,
.donate-dedicate-a-tree-in-memory-20-credit-card .formQuestion.donationFrequency,

.donate-dedicate-a-tree-gift-20-credit-card .formQuestion.donationAmountOther,
.donate-dedicate-a-tree-gift-20-credit-card .formQuestion.donationFrequency,

.donate-dedicate-a-tree-christmas-gift-20-credit-card .formQuestion.donationAmountOther,
.donate-dedicate-a-tree-christmas-gift-20-credit-card .formQuestion.donationFrequency,

.donate-20-dedicate-a-tree-fathers-day-credit-card .formQuestion.donationAmountOther, 
.donate-20-dedicate-a-tree-fathers-day-credit-card .formQuestion.donationFrequency,

.donate.individual-membership-monthly-payment .formQuestion.donationAmountOther,
.donate.individual-membership-yearly-payment .formQuestion.donationAmountOther,
.donate.individual-membership-yearly-payment .formQuestion.donationFrequency,
.donate.individual-membership-monthly-payment .formQuestion.donationAmountOther,
.donate-family-membership-monthly-payment-7-direct-debit .formQuestion.donationAmountOther,
.donate-family-membership-yearly-payment-84 .formQuestion.donationAmountOther,
.donate-family-membership-yearly-payment-84 .formQuestion.donationFrequency,
.donate.individual-membership-monthly-payment .formQuestion.donationComment,
.donate.individual-membership-yearly-payment .formQuestion.donationComment,
.donate.family-membership-monthly-payment .formQuestion.donationComment,
.donate.family-membership-yearly-payment .formQuestion.donationComment,

.donate-10-sponsor-a-habitat-hedgerow-10-credit-card .formQuestion.donationFrequency,
.donate-10-sponsor-a-habitat-hedgerow-10-credit-card .formQuestion.donationAmountOther,

.donate-10-dedicate-a-habitat-reedbed-10-credit-card .formQuestion.donationFrequency,
.donate-10-dedicate-a-habitat-reedbed-10-credit-card .formQuestion.donationAmount.donationAmountOther,

.donate-10-sponsor-a-habitat-grassland-10-credit-card .formQuestion.donationFrequency,
.donate-10-sponsor-a-habitat-grassland-10-credit-card .formQuestion.donationAmount.donationAmountOther,

.donate-10-sponsor-a-habitat-woodland-10-credit-card .formQuestion.donationFrequency,
.donate-10-sponsor-a-habitat-woodland-10-credit-card .formQuestion.donationAmount.donationAmountOther,

.donate-10-sponsor-a-habitat-ponds-and-lakes-10-credit-card .formQuestion.donationFrequency,
.donate-10-sponsor-a-habitat-ponds-and-lakes-10-credit-card .formQuestion.donationAmount.donationAmountOther,

.donate-10-sponsor-a-habitat-reedbed-10-credit-card .formQuestion.donationFrequency,
.donate-10-sponsor-a-habitat-reedbed-10-credit-card .formQuestion.donationAmount.donationAmountOther {
  display: none;
}




/* virtual wedding */
.pagesPostBody.weddings .post .contentBlock .postAside {
  display: none;
}
.pagesPostBody.weddings .post .contentBlockWrapper,
.pagesPostBody.weddings .breadcrumbWrapper,
.pagesPostBody.weddings .post .headerText .title {
  max-width: 1180px;
}


body[class*='forms-'] .footerBox[class*=ewsletter] {
  display:  none;
}

/* 1526325 - Header Get updates button styles */
@media screen and (min-width: 1025px) {
     .pageHeader .headerContent .mainCallToAction .mainCallToActionButtons {
         width: 261px !important;
    }
}

.mainCallToActionButtons a.cta-button.newsletter {
    background-color: #00a6dc!important;
}
.mainCallToActionButtons a.cta-button.newsletter:hover {
	background-color: #0197c8!important;
}