/* HIDDEN FORM CONTENT */
/* Please include a description */

/* hidden fields */
.en__field--appealCode /* hide Appeal Code */,
.en__field--NOT_TAGGED_15 /* hide ?? */,
.en__field--NOT_TAGGED_16 /* hide IMG Source */,
.en__field--master-suppression-list label[for="en__field_supporter_NOT_TAGGED_16"] /* hide label in master supression list */
 {
    display: none !important;
}

/* hidden labels */
.en__field--1907 > .en__field__label:first-of-type, /* hide Latino & PETA.org Mobile Opt In label */ 
.en__field--1722 > .en__field__label:first-of-type, /* hide Bank Account Used as a Payment Method label */ 
.en__field--donationAmt > .en__field__label:first-of-type, /* Donation Amount label */ 
.en__field--recurrpay > .en__field__label:first-of-type, /* Recurring Payment label */ 
.en__field--1895 > .en__field__label:first-of-type, /* hide peta2 Mobile Opt In label */ 
.en__field--3044 > .en__field__label:first-of-type,  /* hide Bank Account Used as a Payment Method label */ 
.en__field--4105 > .en__field__label:first-of-type,  /* hide PETA ENews label */
.en__field--checkbox.en__mandatory .en__field__element--checkbox label::after /* hides asterisk after checkbox */
{
    display:none !important;
}
