.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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41577A6B5F627370393453356C355576434C61506859563977515055725173343746444A566D4C354D5147616651/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A415441787A5157394241736D30496F323464535271434C4158617439434370707A494871734A31664A3250615467/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41574A627262577931415965416E2D6D61502D636F4B6C34686B7447625F6244744936646952576B6576312D4E77/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4164314B3676567075584164306575673477754857333434712D484578777469306B336D72455A56775337707967/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4151343032696C617436456D35786F397873775859554F6B744747706A764C59546A594A544E5054466667347541/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A415A4E67687467504937367474655A7832567956653655414E62674E686F6A624F49722D6A4C74366547544B3777/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41512D5A59706478637A556F4657696D722D4742394E5A434B554475754F41344569466734735F774D4E66417941/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41624E43446B4553484A74527A6670444445466271646552476272776F536B376E6C7A2D7A50716B666138304251/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

/*Cash*/
.PledgeTypeSelection .CashSection label.RadioLabel,
.PledgeTypeSelection .Cash label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4161646A3659776C4F6C42573649546B4A38385642636B754E326B4C315F30504968467256676B6E413735693067/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41653943627061575F4F6C5F694250493134417874586E42786F4F4333736D516A3650484C35396F585F54304667/icon-cash-selected.png') no-repeat center;
}
/*Cash END*/

/*Check*/
.PledgeTypeSelection .CheckSection label.RadioLabel,
.PledgeTypeSelection .Check label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41594D30756B7750623253565533454B4E574138774F7559716E506772674935586B706376366B344333516B5377/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41525A49375A59545338344C2D30496F5247447365346D39364E4664675675685A5A413079472D79667838574767/icon-check-selected.png') no-repeat center;
}
/*Check END*/

/*Corporate*/
.PledgeTypeSelection .Corporate label.RadioLabel,
.PledgeTypeSelection .CorpSection label.RadioLabel{
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41666D3565686D64324A767576362D5354716A794A385542674E565959505F48485A5F726D6D502D4434516D4877/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4153343274674B69786E51514B6C56397A4F6241787534644A626176494B5045677A58336552505F665768416267/icon-corp-selected.png') no-repeat center;
}
/*Corporate END*/

/*Credit*/
.PledgeTypeSelection .CCSection label.RadioLabel,
.PledgeTypeSelection .Credit label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4162385F3238712D707642644C72797A4B577159306B48363537325557596B39396E364242706462395959434841/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41574855305970424679446D7831636770545F37786D344C4359465454474854566B66436E483531624A58485941/icon-credit-selected.png') no-repeat center;
}
/*Credit END*/

/*Credit Pre-Auth*/
.PledgeTypeSelection .CCPPSection label.RadioLabel,
.PledgeTypeSelection .CreditPP label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4158736665575635456C2D425A314C4E532D5A4D70514F4F576E6B4B3949625F584A5273484A4E3861784E667667/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A415266367755566453474977492D7A2D726574465A50484B666936593461354977746465784B316C6452626C6B41/icon-creditpp-selected.png') no-repeat center;
}
/*Credit Pre-Auth END*/

/*IncentiveComp*/
.PledgeTypeSelection .ICSection label.RadioLabel,
.PledgeTypeSelection .IncentiveComp label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4165444A63686B6232464F39743069346B55715755583148625F71337A5F525A337A73507A664B386475766F6767/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41566F646E42314B62676245476A6B7668654F5374474C645572344357686E676F464B793548395937354C506D77/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41514B765F6137364B63306156766C67695442504B45435549343477505A5F376A5F543074774155697933617A51/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41657237314C6A494D634378744F41315459436A63414E754B596C5646434B4A7144714B61554368726D4F566651/icon-intendedgift-selected.png') no-repeat center;
}
/*IntendedGift END*/

/*NoGift*/
.PledgeTypeSelection .NoGift label.RadioLabel,
.PledgeTypeSelection .NGSection label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41563366416B38716535445473544171494D5232774133574A4B4150443042794F684A6550554E6D6152624D4951/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4165503068534D47655A456467586979516B6F6A555375504E346D3052493648796E485831533161523878483077/icon-nogoft-selected.png') no-repeat center;
}
/*NoGift END*/

/*PartnerWithdwl*/
.PledgeTypeSelection .PWSection label.RadioLabel,
.PledgeTypeSelection .PartnerWithdwl label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41654F41715F517A633056462D41734B7A69337734695A326767757556317636726A4F79546250304D315A355A77/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4154325A7856716A36417451625F525A346E4C38654249534B725066704E476C6570574B4C3534385F5451727A67/icon-partnerwithdrawl-selected.png') no-repeat center;
}
/*PartnerWithdwl END*/

/*Payroll*/
.PledgeTypeSelection .PayrollSection label.RadioLabel,
.PledgeTypeSelection .Payroll label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4156444742444E42496D4E2D5852356F6755686F6F634B64614146322D327A61536F2D4D2D43776274467A756B41/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A416236444A4E5A336D485572493346644E6361497A6A54794D734D38466B685364566A31552D4F6B31795A796F67/icon-payroll-selected.png') no-repeat center;
}
/*Payroll END*/

/*Employee Fully Paid*/
.PledgeTypeSelection .GenFP1Section label.RadioLabel,
.PledgeTypeSelection .GenericFullPd01 label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4156444742444E42496D4E2D5852356F6755686F6F634B64614146322D327A61536F2D4D2D43776274467A756B41/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A416236444A4E5A336D485572493346644E6361497A6A54794D734D38466B685364566A31552D4F6B31795A796F67/icon-payroll-selected.png') no-repeat center;
}

.PledgeTypeSelection .GenFP2Section label.RadioLabel,
.PledgeTypeSelection .GenericFullPd02 label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4156444742444E42496D4E2D5852356F6755686F6F634B64614146322D327A61536F2D4D2D43776274467A756B41/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A416236444A4E5A336D485572493346644E6361497A6A54794D734D38466B685364566A31552D4F6B31795A796F67/icon-payroll-selected.png') no-repeat center;
}

.PledgeTypeSelection .GenFP3Section label.RadioLabel,
.PledgeTypeSelection .GenericFullPd03 label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4156444742444E42496D4E2D5852356F6755686F6F634B64614146322D327A61536F2D4D2D43776274467A756B41/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A416236444A4E5A336D485572493346644E6361497A6A54794D734D38466B685364566A31552D4F6B31795A796F67/icon-payroll-selected.png') no-repeat center;
}
/*Employee Fully Paid END*/

/*PPExprChkout*/
.PledgeTypeSelection .PPExpSection label.RadioLabel,
.PledgeTypeSelection .PPExprChkout label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41574A754132772D5F7A356F5862546157394C46387856763175382D646951573561726F7A754430583055574B51/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4155426E525037764A31715A316C615079597271385445417A477A6A7252386A702D465336614556682D51487467/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A416145455374306B65354869516A382D3775306F51794D37707952684C537952612D4A48614A5173375952593951/icon-timeoff-selected.png') no-repeat center;
}
/*PTO END*/

/*Securities*/
.PledgeTypeSelection .StockSection label.RadioLabel,
.PledgeTypeSelection .Securities label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A415A4F62784E4F3477714942374761474B3165454E757952506656466E623153336C474F736D692D77374F6A6F77/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A416679346E754B4442494E76697846706A484775346D337061356943435639485553543432705A386B3347354277/icon-stock-selected.png') no-repeat center;
}
/*Securities END*/

/*WorkplaceSE*/
.PledgeTypeSelection .WorkplaceSE label.RadioLabel,
.PledgeTypeSelection .WPSESection label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4153533065785A4A66315538474B3871717476643250776C726C37384C75466D656D4A36453141646D42694F6251/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41634B70354662365251466B7A6D6658696F626A51425174514234644B504437666B442D79782D44517262333641/icon-wpevent-selected.png') no-repeat center;
}
/*WorkplaceSE END*/

/*Special Events */
.PledgeTypeSelection .SpecEvnt label.RadioLabel,
.PledgeTypeSelection .SpcEvtSection label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4153533065785A4A66315538474B3871717476643250776C726C37384C75466D656D4A36453141646D42694F6251/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41634B70354662365251466B7A6D6658696F626A51425174514234644B504437666B442D79782D44517262333641/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%;
}
}
