/* SimonM, 24.04.19 & 08.05.19. Hide appeal actions to allow for manually adding buttons to non-platform regular giving */
.appealsPostBody .appealActions {
  display: none;
}

/* Simon 6/8/19 Hide post and telephoine opt-in on donation */
.formQuestion.contactViaTel,
.formQuestion.contactViaPost {
  display: none;	
}

/* YVN - Specific appeal tweak */
body.donate.butterflies .formQuestion.whyDonate { display: none !important; }

/* 1217666 SA - page full width */
.mixedModuleList .publishDetailsWrapper { display: none !important; }

body[class*="appeal"] .appealTotaliser .totaliserBG {
    height: calc(65vw - 60px) !important;
}

.formTitle h2{
  color: #009DE0 !important;
}