.PledgeTypeSelection .TypeSelection-Items {
display: flex;
flex-wrap: wrap;
}
.PledgeTypeSelection .TypeSelection-Items > div {
flex-grow: 1;
/*CHANGE WIDTH TO CHANGE NUMBER OF COLUMNS // (2) 50% - (3) 33% - (4) 25% - (5) 20% */
width: 25%;
max-width: 25%;
/*MAX WIDTH FOR LAST ROW*/
margin-bottom: 0;
}
.PledgeTypeSelection .TypeSelection-Items > div .form-check {
padding-left: 0;
}
.PledgeTypeSelection .TypeSelection-Items .EntrySection {
width: 100%;
min-width: 100%;
padding: 0 1em;
}
#PledgeNavigationB {
padding: 0 1em;
}
.PledgeTypeSelection .TypeSelection-Items input[type="radio"] {
display: none;
}
.PledgeTypeSelection .TypeSelection-Items .EntrySection input[type="radio"] {
display: inline-block;
}
.PledgeTypeSelection .TypeSelection-Items label.RadioLabel {
display: block !important;
background: #fff; /*Add !important if it needs to be white*/
text-align: center;
margin: 0.5em;
padding: 6.5em 0.5em 1em 0.5em;
min-height: 140px;
cursor: pointer;
background-position-y: 0.5em !important;
background-size: 140px !important;
}
span.radioSpace {
display: none;
}
.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + label.RadioLabel {
background-color: #0168b3 !important;
color: #fff;
}

/*Donor Advised Trust*/
.PledgeTypeSelection .DnrAdvTrust label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4152565A3769425465786E5A4D314731706A7851435464627550514234737A71697758385A42493565625469/icon-donor.png') no-repeat center;
}
.PledgeTypeSelection .DnrAdvTrust input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .DnrAdvTrust input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41622D5547646D4C62674A796B52326E43656A3066306756774B51586873304133706D46325561622D324A34/icon-donor-selected.png') no-repeat center;
}
/*Donor Advised Trust END*/

/*Automated Clearing House*/
.PledgeTypeSelection .ACHSection label.RadioLabel,
.PledgeTypeSelection .ACH label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41644C7250667675705A3532704E6B453530724534714D74655A5050563156627355317772477A3667356654/icon-ach.png') no-repeat center;
}
.PledgeTypeSelection .ACHSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .ACH input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .ACHSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .ACH input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A416549345F535437465435512D6C4B54786541755A307569787248345062356D583944303278375667573332/icon-ach-selected.png') no-repeat center;
}
/*Automated Clearing House END*/

/*Automated Clearing House Pre-Auth*/
.PledgeTypeSelection .ACHPPSection label.RadioLabel,
.PledgeTypeSelection .ACHPP label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415357454E595331426B6D7267346A727A39784D6D6C32476F506A5F79487670692D664C6572546670414B65/icon-achpp.png') no-repeat center;
}
.PledgeTypeSelection .ACHPPSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .ACHPP input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .ACHPPSection input[type="radio"]:checked +  label.RadioLabel,
.PledgeTypeSelection .ACHPP input[type="radio"]:checked +  label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415863587A414139384556506664445251674859534B6C6B714E704872395669357A77765938697171315358/icon-achpp-selected.png') no-repeat center;
}
/*Automated Clearing House Pre-Auth END*/

/*Bill Me*/
.PledgeTypeSelection .BMSection label.RadioLabel,
.PledgeTypeSelection .Gen1Section label.RadioLabel,
.PledgeTypeSelection .Gen2Section label.RadioLabel,
.PledgeTypeSelection .Gen3Section label.RadioLabel,
.PledgeTypeSelection .Bill label.RadioLabel,
.PledgeTypeSelection .GenericBillMe01 label.RadioLabel,
.PledgeTypeSelection .GenericBillMe02 label.RadioLabel,
.PledgeTypeSelection .GenericBillMe03 label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4157414B6F6A41584E6C6739316543505A4762464E4E4B3343703834715176516238487061326A646A4A637A/icon-billme00.png') no-repeat center;
}
.PledgeTypeSelection .BMSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .Gen1Section input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .Gen2Section input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .Gen3Section input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .Bill input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .GenericBillMe01 input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .GenericBillMe02 input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .GenericBillMe03 input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .BMSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .Gen1Section input[type="radio"]:checked +  label.RadioLabel,
.PledgeTypeSelection .Gen2Section input[type="radio"]:checked +  label.RadioLabel,
.PledgeTypeSelection .Gen3Section input[type="radio"]:checked +  label.RadioLabel,
.PledgeTypeSelection .Bill input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .GenericBillMe01 input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .GenericBillMe02 input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .GenericBillMe03 input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415575633432644C4D4F526854416B33314C546A515F4F4D7765774A644C745F6D69783169502D3557767877/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

/*Cash*/
.PledgeTypeSelection .CashSection label.RadioLabel,
.PledgeTypeSelection .Cash label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4162755233756C4B44446C4236574C4D42754C465165556561693057463442432D6F3772717A494531774271/icon-cash.png') no-repeat center;
}
.PledgeTypeSelection .CashSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .Cash input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .CashSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .Cash input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41666F6E786D347663622D3161756670514350504835774B49634A65696B6171765A6A664470744153755773/icon-cash-selected.png') no-repeat center;
}
/*Cash END*/

/*Check*/
.PledgeTypeSelection .CheckSection label.RadioLabel,
.PledgeTypeSelection .Check label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4163674373585F6C4173357154745770507047503035454547656F4730684741346A3143706D4C3237676667/icon-check.png') no-repeat center;
}
.PledgeTypeSelection .CheckSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .Check input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .CheckSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .Check input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41626E794E3574615265697165306662714D794846586978425F75484D584833374D65626C6A6E594B426C6B/icon-check-selected.png') no-repeat center;
}
/*Check END*/

/*Corporate*/
.PledgeTypeSelection .Corporate label.RadioLabel,
.PledgeTypeSelection .CorpSection label.RadioLabel{
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4161573771765370756275436B616A35536E554448555558757A2D74676E41676635335F77446B434A383352/icon-corp.png') no-repeat center;
}
.PledgeTypeSelection .Corporate input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .CorpSection input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41537655696D50647446416958466A3656706D5678337A797A345434455459665854576B465A4F6E564B572D/icon-corp-selected.png') no-repeat center;
}
/*Corporate END*/

/*Credit*/
.PledgeTypeSelection .CCSection label.RadioLabel,
.PledgeTypeSelection .Credit label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41594B4166644D68354F44654169332D3731663464595832443645444E7531316E54625F6C6F4349326B586B/icon-credit.png') no-repeat center;
}
.PledgeTypeSelection .CCSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .Credit input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .CCSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .Credit input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41545734724945786B68505A354F43456665314B587763594E435038556877557057456133554B6E33327374/icon-credit-selected.png') no-repeat center;
}
/*Credit END*/

/*Credit Pre-Auth*/
.PledgeTypeSelection .CCPPSection label.RadioLabel,
.PledgeTypeSelection .CreditPP label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4161734642626C4B7642474D2D513333565151506666326F2D4E456B447A4D586F465979426477586F555172/icon-creditpp.png') no-repeat center;
}
.PledgeTypeSelection .CCPPSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .CreditPP input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .CCPPSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .CreditPP input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4154575749303279543742686A4873734D776B35634A485A517A436678785F31517547324349633765325544/icon-creditpp-selected.png') no-repeat center;
}
/*Credit Pre-Auth END*/

/*IncentiveComp*/
.PledgeTypeSelection .ICSection label.RadioLabel,
.PledgeTypeSelection .IncentiveComp label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4155336244514434412D326E505437384D7A676C435977763833425372735962346F35377171364E32325946/icon-ic.png') no-repeat center;
}
.PledgeTypeSelection .ICSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .IncentiveComp input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .ICSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .IncentiveComp input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4156653077515633576D5934444F6C555A46456A52455345514E2D39564853725F76333833685F72465A495A/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4153765163796D534B7A7434786F6A6E743675726B3163493943453776655748656E745A7A4C544E697A337A/icon-intendedgift.png') no-repeat center;
}
.PledgeTypeSelection .IntendedGift input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .IntendedGift input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4154375733585147427A64336633514738773870613272524C6C33666671326A323662393343784E4F743465/icon-intendedgift-selected.png') no-repeat center;
}
/*IntendedGift END*/

/*NoGift*/
.PledgeTypeSelection .NoGift label.RadioLabel,
.PledgeTypeSelection .NGSection label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415770356A6C3332772D4133794E556A786B68594C7153337267457863514964337A6C4E71575A4D3348506C/icon-nogift.png') no-repeat center;
}
.PledgeTypeSelection .NoGift input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .NGSection input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4156767351646853517359627446366446307A4C5978354270434E526D5A4D6232765168726A514A6652654A/icon-nogoft-selected.png') no-repeat center;
}
/*NoGift END*/

/*PartnerWithdwl*/
.PledgeTypeSelection .PWSection label.RadioLabel,
.PledgeTypeSelection .PartnerWithdwl label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415650394E6F4D7448676F6B5A773578764C55436F4A58514A4D3562676B5235504750364938666951777032/icon-partnerwithdrawl.png') no-repeat center;
}
.PledgeTypeSelection .PWSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .PartnerWithdwl input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .PWSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .PartnerWithdwl input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415675354364795542425A513461676A736F313633504A534D6A53362D6B54723857676F745052425953694E/icon-partnerwithdrawl-selected.png') no-repeat center;
}
/*PartnerWithdwl END*/

/*Payroll*/
.PledgeTypeSelection .PayrollSection label.RadioLabel,
.PledgeTypeSelection .Payroll label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415846517A4E356D635144457A6B52484C6C4375306A354B5063554F59553930734E5570786D6A4A47764157/icon-payroll.png') no-repeat center;
}
.PledgeTypeSelection .PayrollSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .Payroll input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .PayrollSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .Payroll input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A416479644B70386168545F6B32746F57505F5463325644303366553756354466364331355A4132356952356F/icon-payroll-selected.png') no-repeat center;
}
/*Payroll END*/

/*Employee Fully Paid*/
.PledgeTypeSelection .GenFP1Section label.RadioLabel,
.PledgeTypeSelection .GenericFullPd01 label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415846517A4E356D635144457A6B52484C6C4375306A354B5063554F59553930734E5570786D6A4A47764157/icon-payroll.png') no-repeat center;
}
.PledgeTypeSelection .GenFP1Section input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .GenericFullPd01 input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .GenFP1Section input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .GenericFullPd01 input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A416479644B70386168545F6B32746F57505F5463325644303366553756354466364331355A4132356952356F/icon-payroll-selected.png') no-repeat center;
}

.PledgeTypeSelection .GenFP2Section label.RadioLabel,
.PledgeTypeSelection .GenericFullPd02 label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415846517A4E356D635144457A6B52484C6C4375306A354B5063554F59553930734E5570786D6A4A47764157/icon-payroll.png') no-repeat center;
}
.PledgeTypeSelection .GenFP2Section input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .GenericFullPd02 input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .GenFP2Section input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .GenericFullPd02 input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A416479644B70386168545F6B32746F57505F5463325644303366553756354466364331355A4132356952356F/icon-payroll-selected.png') no-repeat center;
}

.PledgeTypeSelection .GenFP3Section label.RadioLabel,
.PledgeTypeSelection .GenericFullPd03 label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415846517A4E356D635144457A6B52484C6C4375306A354B5063554F59553930734E5570786D6A4A47764157/icon-payroll.png') no-repeat center;
}
.PledgeTypeSelection .GenFP3Section input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .GenericFullPd03 input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .GenFP3Section input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .GenericFullPd03 input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A416479644B70386168545F6B32746F57505F5463325644303366553756354466364331355A4132356952356F/icon-payroll-selected.png') no-repeat center;
}
/*Employee Fully Paid END*/

/*PPExprChkout*/
.PledgeTypeSelection .PPExpSection label.RadioLabel,
.PledgeTypeSelection .PPExprChkout label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4152574D773938496A43424C42777765496668376B6C7A6956335A4E52563669655836545033395955464545/icon-paypal.png') no-repeat center;
}
.PledgeTypeSelection .PPExpSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .PPExprChkout input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .PPExpSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .PPExprChkout input[type="radio"]:checked + label.RadioLabel {
background: url('andar:dbImage?file=icon-paypal-selected.png&;style=%40PledgeTypeIcons') no-repeat center;
}
/*PPExprChkout END*/

/*PTO*/
.PledgeTypeSelection .PTOSection label.RadioLabel,
.PledgeTypeSelection .PTO label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4166646A67714E5A58596A486D395F475961774C5162335F354D696B3279646133484B6742563856717A4134/icon-timeoff.png') no-repeat center;
}
.PledgeTypeSelection .PTOSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .PTO input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .PTOSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .PTO input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4151724A484E366F6463364376484D345152453138444F6E5049765F32386E5F6776336C4B6E533165694557/icon-timeoff-selected.png') no-repeat center;
}
/*PTO END*/

/*Securities*/
.PledgeTypeSelection .StockSection label.RadioLabel,
.PledgeTypeSelection .Securities label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4154456267513754694B3461376E782D4D53417871702D4E575242666975586D32564E517341494132344D45/icon-stock.png') no-repeat center;
}
.PledgeTypeSelection .StockSection input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .Securities input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .StockSection input[type="radio"]:checked + label.RadioLabel,
.PledgeTypeSelection .Securities input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4157724843504E65445A57686A766274566345486879593553636E434638553034744F34712D3868556A5237/icon-stock-selected.png') no-repeat center;
}
/*Securities END*/

/*WorkplaceSE*/
.PledgeTypeSelection .WorkplaceSE label.RadioLabel,
.PledgeTypeSelection .WPSESection label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41644244736D446E46596A4E6673383577664639692D6B684553534D552D454D36684571544744774D614F78/icon-wpevent.png') no-repeat center;
}
.PledgeTypeSelection .WorkplaceSE input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .WPSESection input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41614F7773616F62566847753550705F7346712D69785235323434744837364B3969395A4471565147347958/icon-wpevent-selected.png') no-repeat center;
}
/*WorkplaceSE END*/

/*Special Events */
.PledgeTypeSelection .SpecEvnt label.RadioLabel,
.PledgeTypeSelection .SpcEvtSection label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41644244736D446E46596A4E6673383577664639692D6B684553534D552D454D36684571544744774D614F78/icon-wpevent.png') no-repeat center;
}
.PledgeTypeSelection .SpecEvnt input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .SpcEvtSection input[type="radio"]:checked + label.RadioLabel {
background: url('https://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41614F7773616F62566847753550705F7346712D69785235323434744837364B3969395A4471565147347958/icon-wpevent-selected.png') no-repeat center;
}
/*Special Events END*/

/* Small devices (tablets, 1024px and down) */
@media (max-width: 1024px) {
.PledgeTypeSelection .TypeSelection-Items > div {
width: 33%;
max-width: 33%;
}
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
.PledgeTypeSelection .TypeSelection-Items > div {
width: 50%;
max-width: 50%;
}
}
/* Small devices (tablets, 420px and down) */
@media (max-width: 420px) {
.PledgeTypeSelection .TypeSelection-Items > div {
width: 100%;
max-width: 100%;
}
}
