/* EN hidden content label */
kbd {
    font-family: Arial, Helvetica, sans-serif;
    color: #f27420;
    font-weight:normal;
    background-color:#f6f6f6;
}
/* for multiple h3s on form */
.form_header {
    padding-top:1rem;
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, ul {
    padding:0;
}
label {
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    transition: background-color .25s ease-out,color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
ins {
    text-decoration: none;
}
.en__field__item.rememberme-wrapper,
.en__field__item.tipjar-wrapper {
    padding: 6px 4px;
}
input:focus-visible,
input[type="tel"]:focus-visible {
    border: 3px solid #2375c9 !important;
    outline: none;
}
input[type="checkbox"]:focus-visible {
    outline: 2px solid #2375c9 !important;
    border: none;
}
select:focus-visible {
    border: 3px solid #2375c9 !important;
    border-radius: 3px;
    outline: none;
}
select {
    min-width:68px;
    height: 40px;
    padding: 2px;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    border-radius: 0;
    box-shadow:none;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: normal;
}
.en__field__input--select {
    width:100% !important;
    min-width:100% !important;
    margin-bottom:15px;
    white-space: normal;
}
.en__field__input--splitselect {
    margin-bottom:15px;
}
.en__field {
    padding-bottom: 3px !important;
}
.en__field__label {
    width:auto !important;
    font-size:0.875rem;
    vertical-align:top !important;
    padding:0 !important;
    line-height:1;
    margin: 0 0 5px 0;
}
.en__field__input--vgs {
  margin: 0 0 1rem;
}
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
input[type="email"],
input[type="text"],
input[type="number"] {
    width:100%;
    height: 2.4375rem;
    color: #333;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    background-color: #fefefe;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: none;
    display: inline;
    float: none;
    margin: 0 0 15px 0;
    padding: 4px 6px !important;
}
input[type="email"]:focus,
input[type="text"]:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fafafa;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
input[name="transaction.ccvv"].en__field__input--text { 
    width:9rem;
}
input[name="contact.subject"].en__field__input--text { 
    width:100%;
}
input[name="transaction.donationAmt.other"].en__field__input--other { 
    margin-bottom: -20px;
    margin-left: -10px;
    width:100%;
    height:45px !important;
}
.en__field--10563 input[name="supporter.NOT_TAGGED_69"]::placeholder {
  font-weight: bold;
  color: #b4b4b4;
}
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {

    input[name="transaction.donationAmt.other"].en__field__input--other { 
        margin-bottom: 0;
        margin-left: 0;
    }
}
.en__field--radio .en__field__label,
.en__field__input--radio,
.en__field--textarea .en__field__label,
.en__field--checkbox .en__field__label {
    vertical-align: middle !important;
}
.en__field__input--radio {
    margin: -1px 0 0 0;
}
.en__field__item {
    margin-right: 5px;
}
.en__component--codeblock h3,
.en__component--copyblock h3 {
    text-transform:none;
    margin:0 0 15px 0;
}
.en__component--contactblock,
.en__component--pledgeblock {
    margin-bottom:2rem;
}
.en__submit {
    text-align: center;
    max-width: 280px;
    margin: 1rem auto 0;
}
.custom_button {
    margin: 1rem auto;
}
.en__submit button,
.custom_button {
    display:inline-block;
    background-color: #d32626;
    border-width: 0;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: none;
    color: #FFF;
    padding: 16px 20px 18px 20px;
    margin: 0 0 1.25em;
    cursor: pointer;
    font-weight: bold;
    font-size:1rem !important;
    text-transform:none;
    text-decoration: none;
}
.en__submit button:hover,
.custom_button:hover {
  color:#FFF !important;
}
.en__field__error {
    text-align: left;
    color: #c92533;
    margin: 5px 0 12px 0;
}
.en__field__error,
.en__field__error strong {
    font-style: italic;
}
@media only screen and (max-width: 319px) {
    input[type="text"]{   
        width:100% !important; 
    }
    .en__field__input--select {
        width:100%
    }
}
.en__field__element,
.en__field__label {
    display:block !important;
}
.en__field--question .en__field__label, 
.en__field__element--radio .en__field__label {
    display:inline-block !important;
}
.en__field--question .en__field__label--item {
    margin-left:0;
}
.en__field--checkbox {
    overflow:auto;
}
.en__field--question .en__field__label {
    width:80% !important;
}
.en__field__label {
    width:auto !important;
}
.en__component--contactblock,
.en__component--pledgeblock,
.en__component--petitionblock {
    display: block;
}
.en__component--column {
    float:none !important;
}
.replacementHeader{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.replacementHeader, .footer-row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .replacementHeader, .footer-row {
        margin-left: 0;
        margin-right: 0;
    }
}
.en__component--socialblock {
    margin-top: 1rem;
}
.field_label_text_component {
    margin-top:-10px;
    margin-bottom:1.25rem;
    margin-left:184px;
    width:258px;
    font-size:0.6875rem;
    line-height:1.2;
} 
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {
    .field_label_text_component {
        margin-left:0;
    }
}
/* ccv whats this link */
.ccvv__link {
    display: inline-block;
    padding: 0 0 0 8px;
    margin-left: 0;
    margin-top: 0;
}
/* routing number icon */
.open-popup-link {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15px' height='15px' viewBox='0 0 15 15' overflow='visible' xml:space='preserve'%3E%3Cpath fill='%23999999' d='M7.5,0C3.4,0,0,3.4,0,7.5C0,11.6,3.4,15,7.5,15S15,11.6,15,7.5C15,3.4,11.6,0,7.5,0z M7.5,12.7 c-0.7,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4c0.8,0,1.4,0.6,1.4,1.4C8.9,12.1,8.3,12.7,7.5,12.7z M8.6,8.9c0,0.2-0.1,0.3-0.3,0.3 H6.7C6.5,9.2,6.4,9,6.4,8.9V8.2c0-1.3,2.1-1.9,2.1-2.9c0-0.5-0.5-0.9-1.2-0.9c-1.1,0-1.4,1-1.8,0.6l-1-0.9C4.5,4,4.5,3.8,4.6,3.7 c0,0,1.2-1.4,3.2-1.4c1.7,0,3.2,1.2,3.2,2.7C11,7.1,8.6,7.2,8.6,8.9z'/%3E%3C/svg%3E");
}
.fa-question-circle::before {
    content: "";
}
a.open-popup-link i {
    color:#999;
}
.en__field--bankRoutingNumber .en__field__element--text {
    display:inline-block !important;
}
input[name="supporter.bankRoutingNumber"] {
    width:230px;
    margin-right:5px;
}
/* view/hide message */
.view_hide {
    display:none;
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .view_hide {
        display:table;
        text-align:center;
        margin:2rem auto;
    }
    .view_hide a {
        font-family: 'Raleway', Arial, Helvetica, sans-serif;
        display:block;
        font-size:1.25rem;
        color:#000;
        font-weight:700;
        text-decoration:none;
    }
    .en__component--contactblock,
    .en__component--pledgeblock,
    .en__component--petitionblock {
        display:none;
    }
}
.en__mandatory label::after {
  content: ' *';
  margin-right: 4px;
  color: #333;
}
.en__mandatory .en__field__element--radio label::after {
  content:none;
  margin-right: 0;
}
.privacy-policy,
.privacy-policy p,
.smaller_text p {
    font-size:0.75rem;
    line-height:1.5;
}
/* cc icons */
.cc__icons {
    margin: 0 10px 1rem 0;
    width: auto;
}
.cc__icons ul {
    margin:0;
    padding:0;
}
.cc__icons li {
    list-style-type: none;
    display:inline-block;
    margin:0 8px .75rem 0;
    padding:0;
}
.cc__icons li img {
    padding:0;
    border: 1px solid #b9b9b9;
    width:42px;
    height: auto;
}
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {
    .cc__icons li {
        margin:0 4px .75rem 0;
    }
    .cc__icons li img {
        width:32px;
    }
}
/* label for email field on peta forms */
.en__donation--billing--info .en__field--emailAddress .en__field__element::after{
    content:"If you donate and have not already registered, you will receive periodic updates and communications.";
    color:#888;
    display: block;
    margin: 0 0 12px 0;
    width: 100%;
    font-size: 14px;
    line-height:1.4;
}
/* label added thru javascript for latino forms */
.en__donation--billing--info .en__field--emailAddress .translate_en::after{
    content:"If you donate and have not already registered, you will receive periodic updates and communications.";
    color:#888;
    display: block;
    margin: 0 0 12px 0;
    width: 100%;
    font-size: 14px;
    line-height:1.4;
}
.en__donation--billing--info .en__field--emailAddress .translate_sp::after{
    content:"Si dona y no se ha registrado, recibirá actualizaciones y comunicaciones periódicas.";
    color:#888;
    display: block;
    margin: 0 0 12px 0;
    width: 100%;
    font-size: 14px;
    line-height:1.4;
}
/* error messages */
.pf_ErrorHeader {
    color: #cc0000 !important;
    padding-bottom:10px !important;
}
.pf_ErrorItems {
    color: #CC0000 !important;
    margin-left: 1rem !important;
    margin-bottom: 2rem !important;
}
li.en__error {
    margin-bottom:10px !important;
    line-height: 1.4 !important;
}
/* converted radio buttons to buttons */
body.user-is-tabbing .en__field--radio .en__field__item:focus-within {
    outline: 2px solid #0056b3;
    outline-offset: 2px; /* Optional: adds space between the ring and the element */
}
input[type="radio"] {
    margin: 0;
}
input.en__field__input--other[name="transaction.donationAmt.other"] {
    margin-left: 0;
}
input[id="en__field_transaction_recurrpay0"],
input[id="en__field_transaction_recurrpay1"],
input[name="transaction.donationAmt"] {
  opacity:0.011;
  z-index:100;
  margin: 0 0 -1em 0;
}
input[type="radio"]:checked + label,
.en__field__element--radio input[type="radio"]:checked + label {
  background:#2375c9;
  color: #fff;
  box-shadow: none;
}
input[name="supporter.bankAccountType"]:checked + label {
  background:transparent;
  color: inherit;
  box-shadow: none;
}
.en__field--radio.en__field--recurrpay .en__field__item {
  width:48.4%;
  margin-right:0px;
  line-height:0;
}
.en__field--radio.en__field--recurrpay .en__field__item:first-of-type {
  margin-right:2.125%;
}
.en__field--donationAmt .en__field__item {
  width:30.85%;
  margin-right:2.62%;
  line-height:0;
}
.en__field--donationAmt .en__field__item:nth-child(3),
.en__field--donationAmt .en__field__item:last-of-type {
  margin-right:0;
}
label[for="en__field_transaction_recurrpay0"],
label[for="en__field_transaction_recurrpay1"],
label[for="transaction_recurrpay0"],
label[for="transaction_recurrpay1"]  {
  width:100% !important;
}
label[for="en__field_transaction_donationAmt0"],
label[for="en__field_transaction_donationAmt1"],
label[for="en__field_transaction_donationAmt2"],
label[for="en__field_transaction_donationAmt3"],
label[for="en__field_transaction_donationAmt4"],
label[for="en__field_transaction_donationAmt5"],
label[for="en__field_transaction_donationAmt6"],
label[for="en__field_transaction_donationAmt7"],
label[for="en__field_transaction_donationAmt8"],
label[for="en__field_transaction_donationAmt9"],
label[for="en__field_transaction_donationAmt10"],
label[for="transaction_donationAmt0"],
label[for="transaction_donationAmt1"],
label[for="transaction_donationAmt2"],
label[for="transaction_donationAmt3"],
label[for="transaction_donationAmt4"],
label[for="transaction_donationAmt5"],
label[for="transaction_donationAmt6"],
label[for="transaction_donationAmt7"],
label[for="transaction_donationAmt8"],
label[for="transaction_donationAmt9"],
label[for="transaction_donationAmt10"] {
  width:100% !important;
}
label[for="en__field_transaction_recurrpay0"],
label[for="en__field_transaction_recurrpay1"],
label[for="en__field_transaction_donationAmt0"],
label[for="en__field_transaction_donationAmt1"],
label[for="en__field_transaction_donationAmt2"],
label[for="en__field_transaction_donationAmt3"],
label[for="en__field_transaction_donationAmt4"],
label[for="en__field_transaction_donationAmt5"],
label[for="en__field_transaction_donationAmt6"],
label[for="en__field_transaction_donationAmt7"],
label[for="en__field_transaction_donationAmt8"],
label[for="en__field_transaction_donationAmt9"],
label[for="en__field_transaction_donationAmt10"],
label[for="transaction_recurrpay0"],
label[for="transaction_recurrpay1"],
label[for="transaction_donationAmt0"],
label[for="transaction_donationAmt1"],
label[for="transaction_donationAmt2"],
label[for="transaction_donationAmt3"],
label[for="transaction_donationAmt4"],
label[for="transaction_donationAmt5"],
label[for="transaction_donationAmt6"],
label[for="transaction_donationAmt7"],
label[for="transaction_donationAmt8"],
label[for="transaction_donationAmt9"],
label[for="transaction_donationAmt10"]  {
  display:inline-block;
  padding:5px;
  background: #eeeeee;
    background-color: rgb(238, 238, 238);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
  background: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background: linear-gradient(to bottom, from(#ffffff), to(#eeeeee));
  color: #333333;
  border: 1px solid #d2d2d2;
  border-radius: 5px; 
  cursor:pointer;
  z-index:90;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  margin: 0;
  padding: 1em !important;
}
.repeat_text {
  margin: -4px 0 10px 0;
}
.repeat_text p {
  font-family: 'Kalam', cursive;
  font-size:1rem;
  font-weight:normal;
  color: #2375c9;
  margin-bottom: 0;
  padding-right: 3em;
  background-image: url("../images/arrow-kalam-up.png");
  background-position: 92% 2%;  
  background-repeat: no-repeat;
  background-size: 1em;
  line-height: 1.5;
  clear: both;
}
.repeat_text.left p {
  padding-left: 2.25em;
  padding-right: 0;
  background-image: url("../images/arrow-kalam-up-left.png");
  background-position:2% 2%;
}
.en__field--checkbox label[for="en__field_transaction_recurrpay"] {
  width:auto !important;
  padding-top:2px !important;
}
@media all and (max-width: 475px) {
  .en__field--radio.en__field--recurrpay .en__field__item {
    width:48%;
  }
  .en__field--donationAmt .en__field__item {
    width:30.5%;
  }
}
/* checkbox styles */
.en__field__input--checkbox {
    margin: 5px 8px 0 0 !important;
    vertical-align:middle !important;
    width:20px;
    height:20px;
}
.en__field--checkbox .en__field__label--item {
    display:block !important;
    font-size:.875rem;
    margin:-22px 0 .5rem 30px !important;
    line-height:1.4 !important;
}
.en__field--checkbox .en__field__label {
    vertical-align: baseline !important;
}
.en__field--checkbox .en__field__label--item[for="en__field_transaction_recurrpay"] {
    font-size:0.875rem !important;
    width:80%;
    vertical-align: top !important;
    line-height:1.4 !important;
}
/* hidden casl checkbox */
.en__field--question .en__field__element--checkbox {
    float: left;
}
.en__field--question .en__field__label {
    margin-top:5px !important;
    line-height:1.4;
}
.en__field--question .en__field__item {
    padding:0;
}
.en__field--checkbox label {
    display:inline-block !important;
    width:80% !important;
    margin: 0 !important;
    padding-top:0 !important;
}
/* 2 column form */
.en__field--ccnumber, 
.en__field--818621,
.en__field--ccvv,
.en__field--818629,
.en__field--2091,
.en__field--2092,
.en__field--2096,
.en__field--2097,
.en__field--2129,
.en__field--2130,
.en__field--firstName,
.en__field--lastName,
.en__field--postcode,
.en__field--region,
.en__field--70014,
.en__field--70015,
.en__field--70244,
.en__field--70245,
.en__field--70246,
.en__field--70247 {
    display:inline-block;
    width:48%;
    overflow:hidden;
}
.en__field--ccnumber,
.en__field--818621,
.en__field--2091,
.en__field--2096,
.en__field--2130,
.en__field--firstName,
.en__field--region,
.en__field--70014,
.en__field--70244,
.en__field--70247 {
    margin-right:10px;
}
@media only screen and (max-width: 675px),
only screen and (max-device-width: 675px) {
    .en__field--ccnumber,
    .en__field--818621,
    .en__field--ccvv,
    .en__field--818629,
    .en__field--2091,
    .en__field--2092,
    .en__field--2096,
    .en__field--2097,
    .en__field--2129,
    .en__field--2129 .en__field__element--select,
    .en__field--2130,
    .en__field--firstName,
    .en__field--lastName,
    .en__field--postcode,
    .en__field--region,
    .en__field--70014,
	.en__field--70015,
	.en__field--70244,
	.en__field--70245,
	.en__field--70246,
	.en__field--70247 {
        display:block;
        width:100%;
    }
    .en__field--ccnumber,
    .en__field--818621,
    .en__field--2091,
    .en__field--2096,
    .en__field--2130,
    .en__field--firstName,
    .en__field--region,
    .en__field--70014,
    .en__field--70244,
		.en__field--70247 {
        margin-right:0;
    }
}
/* paypal only donation form */
.paypal-solo .en__field--paymenttype > label:first-of-type {
    display:none !important;
}
.paypal-solo .en__field--paymenttype input[type="radio"] {
    margin: 0;
}
.paypal-solo .en__field--paymenttype input.en__field__input--other[name="transaction.donationAmt.other"] {
    margin-left: 0;
}
.paypal-solo .en__field--paymenttype input[id="en__field_transaction_paymenttype"] {
  opacity:0.011;
  z-index:100;
  margin: 0 0 -1em 0;
}
.paypal-solo .en__field--paymenttype .en__field__element--radio .en__field__item {
  width:100%;
}
.paypal-solo .en__field--paymenttype input[type="radio"]:checked + label,
.paypal-solo .en__field--paymenttype .en__field__element--radio input[type="radio"]:checked + label {
  display:block !important;
  background:url(https://resources.peta.org/engaging-networks/pages/_shared/images/pay-with-paypal.png) #fff;
  background-size:150px 94px;
  color:transparent;
  width: 150px !important;
  height: 94px;
  margin: 0 auto;
  text-align:center !important;
  cursor:auto;
  background-position: top;
}
.paypal-solo .en__field--paymenttype input[name="transaction.paymenttype"]:checked + label {
  background:transparent;
  color: inherit;
  box-shadow: none;
}
/* memorial donation form */
.en__field--question.en__field--don-honor-memorial-make-this-gift-in-memory-or-in-honor-of-someone-checkbox .en__field__label {
  width:auto !important;
  margin:-22px 0 0 30px !important;
}
.en__field--question.en__field--don-honor-memorial-make-this-gift-in-memory-or-in-honor-of-someone-checkbox .en__field__label span {
    font-style: italic;
}
.en__component.en__component--formblock.memorial-form .en__field.en__field--radio {
  padding:6px 0;
  padding-bottom:12px !important;
}
/* digital wallet */
.en__field--paymenttype {
    margin: 0 auto 1.5rem;
}
.expressPayLabels {
    text-align: center;
    margin: 1.5rem 0 1rem;
}
#expressCheckout_divider {
    margin: 1.25rem 0 .75rem;
    display: flex;
    align-items: center;
}
#expressCheckout_divider div {
  padding: 0 1rem;  
}
#expressCheckout_divider::before, 
#expressCheckout_divider::after {
    display: inline-flex;
    flex: 1;
    content: '';
    padding: 1px;
    background-color: #ccc;
    margin: 0;
}
.en__field--paymenttype input {
    opacity: .011;
    z-index: 100;
    margin: 0 0 -1em;
}
.en__field--paymenttype label[for="en__field_transaction_paymenttype"] {
    display: none !important;
}
.en__field--paymenttype input[type="radio"]:checked + label, 
.en__field--paymenttype .en__field__element--radio input[type="radio"]:checked + label {
  background: #2375c9;
  color: #fff;
  box-shadow: none;
}
.en__field--paymenttype input[value="VI"] + label,
.en__field--paymenttype input[value="paypal"] + label,
.en__field--paymenttype input[value="EC"] + label,
.en__field--paymenttype input[value="DAF"] + label {
    background: #2375c9;
    color: rgba(255,255,255,0);
    cursor: pointer;
    box-shadow: none;
    border-radius: 5px;
    white-space: normal;
    margin: 0;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 100% !important;
    text-align: center;
    padding: 1.188rem .5rem !important;
}
.en__field--paymenttype .en__field__element--radio {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0;
    gap: 10px;
}
.en__field--paymenttype .en__field__item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}
/* credit card button */
.en__field--paymenttype input[value="VI"] + label {
    background: url(https://resources.peta.org/engaging-networks/pages/_shared/images/digital-wallet/credit-card-icon.svg) #2846F9;
    background-position: center;
    background-size: 114px auto;
    background-repeat: no-repeat;
}
/* credit card button selected */
.en__field--paymenttype input[value="VI"]:checked + label, 
.en__field--paymenttype .en__field__element--radio input[value="VI"]:checked + label {
    color: rgba(255,255,255,0);
    background: url(https://resources.peta.org/engaging-networks/pages/_shared/images/digital-wallet/credit-card-icon.svg) #142BB5;
    background-position: center;
    background-size: 114px auto;
    background-repeat: no-repeat;
}
/* credit card button grey */
.en__field--paymenttype input.paymenttype_VI_grey[value="VI"] + label, 
.en__field--paymenttype .en__field__element--radio input.paymenttype_VI_grey[value="VI"] + label {
    color: rgba(255,255,255,0);
    background: url(https://resources.peta.org/engaging-networks/pages/_shared/images/digital-wallet/credit-card-icon-gray.svg) #DEDEDE;
    background-position: center;
    background-size: 114px auto;
    background-repeat: no-repeat;
}
/* paypal button */
.en__field--paymenttype input[value="paypal"] + label {
    background: url(https://resources.peta.org/engaging-networks/pages/_shared/images/digital-wallet/paypal-logo.svg) #FFD140;
    background-position: center 18px;
    background-size: 80px auto;
    background-repeat: no-repeat;
}
/* paypal button selected */
.en__field--paymenttype input[value="paypal"]:checked + label, 
.en__field--paymenttype .en__field__element--radio input[value="paypal"]:checked + label {
    color: rgba(255,255,255,0);
    background: url(https://resources.peta.org/engaging-networks/pages/_shared/images/digital-wallet/paypal-logo-white.svg) #142BB5;
    background-position: center 18px;
    background-size: 80px auto;
    background-repeat: no-repeat;
}
/* paypal button grey */
.en__field--paymenttype input.paymenttype_paypal_grey[value="paypal"] + label, 
.en__field--paymenttype .en__field__element--radio input.paymenttype_paypal_grey[value="paypal"] + label { 
    color: rgba(255,255,255,0);
    background: url(https://resources.peta.org/engaging-networks/pages/_shared/images/digital-wallet/paypal-logo-gray.svg) #DEDEDE;
    background-position: center 18px;
    background-size: 80px auto;
    background-repeat: no-repeat;
}
/* bank transfer button */
.en__field--paymenttype input[value="EC"] + label {
    background: url(https://resources.peta.org/engaging-networks/pages/_shared/images/digital-wallet/bank-transfer-icon.svg) #008080;
    background-position: center;
    background-size: 134px auto;
    background-repeat: no-repeat;
}
/* bank transfer button selected */
.en__field--paymenttype input[value="EC"]:checked + label, 
.en__field--paymenttype .en__field__element--radio input[value="EC"]:checked + label {
    color: rgba(255,255,255,0);
    background: url(https://resources.peta.org/engaging-networks/pages/_shared/images/digital-wallet/bank-transfer-icon.svg) #142BB5;
    background-position: center;
    background-size: 134px auto;
    background-repeat: no-repeat;
}
/* bank transfer button grey */ 
.en__field--paymenttype input.paymenttype_EC_grey[value="EC"] + label, 
.en__field--paymenttype .en__field__element--radio input.paymenttype_EC_grey[value="EC"] + label {
    color: rgba(255,255,255,0);
    background: url(https://resources.peta.org/engaging-networks/pages/_shared/images/digital-wallet/bank-transfer-icon-gray.svg) #DEDEDE;
    background-position: center;
    background-size: 134px auto;
    background-repeat: no-repeat;
}
.peta_submitBlock {
    display: flex;
    flex-direction: column;
}
.peta_submitBlock div.donationTotalAndFrequency {
    order: 2;
}
.peta_submitBlock div.donationMessage {
    order: 1;
}
.peta_submitBlock div:has(.tipjar-wrapper) {
    order: 3;
}
.peta_submitBlock div.en__submit {
    order: 4;
}
.peta_submitBlock div#en__digitalWallet {
    order: 5;
}
.peta_paypal_labels {
    display: none;
}
.peta_daf_labels {
    display: none;
}
.donationTotalAndFrequency{
    display: none;
}
.tipjar_hideTotal strong {
    display: none;
}
#expressCheckout_address {
    margin: .5rem 0 1.5rem;
}
.donationMessage,
.donationTotalAndFrequency {
    font-size: .875rem;
    margin: 0 0 1rem;
}
#donationTotalContainer strong {
    font-weight: 700;
}
.en__digitalWallet__container {
    margin: 0 0 .5rem;
}
.peta_textTC {
    color: #888;
    font-size: 14px;
    line-height: 1.4;
}
input[name="supporter.NOT_TAGGED_69"]{
    margin-bottom: 0;
}