.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/65313A415A47714A7962594D4154674B7368553546737350453731336F4C4E356D41356E38586B6371736E726A6176/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/65313A41536B717A39312D5772345F574C475F32484F7173515F554D4A447766357862675A6B75685A6F6632326442/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/65313A415A394B4A75667530715375306559745146376978616B45735778574F325870723770536465567A36503376/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/65313A415A4B595962503769655242623671614E79624D3070346A32646874772D547632737956724A30714D306A56/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/65313A4166774F6C666539366146774E79526D793077614F77417854357A354D3878316C75794634694D47315A5F70/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/65313A4156616734786139567A53686472687270427443705346733845654843503252486C6C4C4A5039664E594F69/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/65313A4162497072436D6E5F744E6B464479386136734241635462363359766F49576162536551354471463751754B/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/65313A415844725275746743397A5A7441654F4E4653666C2D6142793050577A4E6C30673447703249646E2D763530/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/65313A4161334B64346C38454F4E2D3979544A656432734E4D394A48326E5A596B597157314A353634385879353336/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/65313A4152494179436B75752D6D624C66426C71316C397075644972774B6B4F57724C765577337956477857444C39/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/65313A4151495A2D4A7244547265494539596459504D4D444D586B73724E3134444F7765316542414A4476485F7073/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/65313A4165703168774D6474615F4751617A5F4242416242564A6830546152554D66303669542D6B5574674F554676/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/65313A4162324657716532515633746C70576F557A72686A4A52426249457A646749704F425F514274506266455F5A/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/65313A4163645850754D6C435A41576959797374744A35677754556B446455344A733135794959576A757934777637/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/65313A41596C3530502D5967656A7A616D6975425372493671547634524961686437426451744F4F5868375F317654/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/65313A41556936707743564C376D38426F446E74494F776C5772534E6D73426E734F5476554E59345F576434303773/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/65313A415A6E594A5F6171386D446343434D386A4650314E5950425465497567614F7A2D44544F4C6E6F7169413550/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/65313A416650495042495F5974464A34734B6A474D346E69416B6D643177397868435F6D6A6330384F355567666573/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/65313A41644E54747655445937747A50354E35576150737A6D3876586B51433253527235632D67776A31736F337742/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/65313A41546135456E3772587274463143586C516C6D7132422D706C564830726D676C6B46702D70796A3831754E65/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/65313A41575466794A555572454E65722D45465166356356416C62644F5859484E6A556E334579634D48394E345F4C/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/65313A41567330584E386D3045474653327375795033663479416F744C737069396944396F58785971676349544378/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/65313A415A5A484A6378437731444172504266613274675379756D5244506570306C524544343149444673757A4B59/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/65313A416558347A44686C61477159336C373553534C6835384E334246324C7376633462396E5551394E6931436131/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/65313A415349504B4C324B6B6F6D5178435333597661797852663943326F5057347965414C65654932723065763958/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/65313A416549353751705466734577303376436E323564763176495769756E54343351666130526C666C4166664D4B/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/65313A4151676D5671785071347536427A68346C676256624F795062484C3337436B646D56366A54574D3051315861/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/65313A4162732D4132666F453868564461594C745846624C6830734F504862556169384F2D434E4B553652376A656A/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/65313A4151676D5671785071347536427A68346C676256624F795062484C3337436B646D56366A54574D3051315861/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/65313A4162732D4132666F453868564461594C745846624C6830734F504862556169384F2D434E4B553652376A656A/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/65313A4151676D5671785071347536427A68346C676256624F795062484C3337436B646D56366A54574D3051315861/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/65313A4162732D4132666F453868564461594C745846624C6830734F504862556169384F2D434E4B553652376A656A/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/65313A4151676D5671785071347536427A68346C676256624F795062484C3337436B646D56366A54574D3051315861/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/65313A4162732D4132666F453868564461594C745846624C6830734F504862556169384F2D434E4B553652376A656A/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/65313A41576C333830344946326C38484B6F6D766978396D7853423968415F2D646179316E4A533063386832485345/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/65313A416634786E5A5833764C2D673353347774464F7775434C5F596E6E76626A352D5178572D636B2D3743323070/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/65313A41517365593837684B584F5A2D4F4E6B754B6956596C497A5969496B525432556F796E335A43464970484267/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/65313A416370462D6A726E6F34535143536334385366457A6D35524E31636D4931636D7638397233545F4D7332674E/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/65313A41564C767445526D692D366F4F4F7A664D4A5161364551434935557A58477351733238357435494948773061/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/65313A4151536B65356757664D65423750597548393931474C35627158483774524C377844514F54634731534C3142/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/65313A415850467A7559614D7A643062696F757733577868374A4E514F633535514F4B734834767A4E5A4B6C4E7231/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/65313A4151536B65356757664D65423750597548393931474C35627158483774524C377844514F54634731534C3142/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/65313A415850467A7559614D7A643062696F757733577868374A4E514F633535514F4B734834767A4E5A4B6C4E7231/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%;
}
}
