.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/65313A4154375934795359616A63326738716E4155305670634446525A4C7273536477394861595467534D4D526A726A41/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/65313A41626B574B7865442D2D353051643537694755396832516342766970614C6B726E3932454F497633585543387767/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/65313A4163466C4C576C4C69726445576265323644587861554E55357543474454565865533244797952305A6752434951/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/65313A416667387769366A3677424A426F30674E3357436A345F3047476D42706A745675786D3261654956464B61724E51/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/65313A415633526569376A74315A524D3076413379685F6F573431622D34446A455346514A73327A464C55497053483151/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/65313A41574E795032516256384D6E67737237794F51494859777971626F2D566B462D7A566535696E436F6B616A6F6641/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/65313A4158516A6F37594A394D4C4432693232553846794B784B52396675344233525037564A7A5348684C4E50726A5051/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/65313A41623071385047584D47386C346257687A304344754F66546673504D6F796B537A74305735386B7A4C6278433467/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/65313A4164434E4D45384564673374683956425A624F3738766A4B75614F553631637943696D4761557775384132325477/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/65313A415341446C4B354B4264724C4B30614236616C49664870796F44636437496C32394B536E6B576F6C485F75437577/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/65313A4163427855795659386A76646D32367254477151434C304656664862496D435F424553564E31725067694D676751/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/65313A4152305643372D6B786C434F7359715365326B417339746D39433836327237373968673044494F49505F4C595051/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/65313A4152686F57443244374A515030396264346B69585A324A337A48344B4463594572665354434575386777776C7251/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/65313A4152703233736A37586E6D75724931374F53652D43534F38526545596E644B44447339414D616272614134424751/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/65313A41524259527A7471727874507271725434507965474F5954395A77376A65747A4D734F5332735575525F45586C41/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/65313A41634268796A5F306D624E46502D427779676476434C3358356E7959766331556D545139536A3457363566624177/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/65313A4161347A6A594970546C4D5850485738716A736D43576C506849376A42595A744232615A4C727246305131543051/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/65313A4157544C416B7A504457383941585542424A70776F6C48654D7866557866437262466E4A7569635F385A4A617967/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/65313A415A70546F4D674F6D37596347686365736E52316B635F4C55532D643574735269454A7138554235616B39313567/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/65313A415671346977596F6B6A6B376A4254446E6C4D71394B4153716962355465455F4F5F4337315374364F766E695577/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A415937685142596D76535571314D5A49416D76656C336A6846496A42386B78706661742D5F395454522D69397677/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/65313A4163515F3832733046676168576B77594B4E384E4B4965504247506B6C4E646968477877635339794E6E39363367/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/65313A416473624B777177684531474E78364652786C5A6F503466587431576B6153414C396E397A335976734D756F6677/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/65313A41553852473146707674756E55694D56435A534B744D476C5A704B4A4246474B3968515532344A6D53362D546851/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/65313A415A4D51514C667066494C5055414A47487A6D7559673144684E7671366A306A73744F6A4C5447716E4870316351/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/65313A4159336C355F56347A3131566A6C384976346159626A6D6F546C524D7645414E75494C4152576E77493070394867/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/65313A41645032682D6964555A744458734C773362626B6C6A7547384D6263304D4C6F6777736A5473375934476F424D77/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/65313A4157717130756A78693472495434706F55373953443172795635504236734A53444747627979755A32736A2D3277/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/65313A41645032682D6964555A744458734C773362626B6C6A7547384D6263304D4C6F6777736A5473375934476F424D77/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/65313A4157717130756A78693472495434706F55373953443172795635504236734A53444747627979755A32736A2D3277/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/65313A41645032682D6964555A744458734C773362626B6C6A7547384D6263304D4C6F6777736A5473375934476F424D77/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/65313A4157717130756A78693472495434706F55373953443172795635504236734A53444747627979755A32736A2D3277/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/65313A41645032682D6964555A744458734C773362626B6C6A7547384D6263304D4C6F6777736A5473375934476F424D77/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/65313A4157717130756A78693472495434706F55373953443172795635504236734A53444747627979755A32736A2D3277/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/65313A41594D5A4C4A355A4F775A64785674443868656A4A72527332754331503053356E7A656641594947496B42563377/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/65313A41566C4D2D7270646D424C424D445F372D7338624B58784D4B515057724D5F75553848575F344C726F5334655A41/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/65313A415A534F376B61316756484A454254716752476B5469346E683165447A4C306152796257335A456C76526F716C67/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/65313A416333504F6E63654B534E37387A37796F5F75597A55726A735761376A43653671434E5F76514C34586C30395541/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/65313A415364727A32363132437472656A5F737A4667654E53335831456A6C324273633259396859615579734176426F51/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/65313A416333394C68436664343157584368704E6F2D666244365A314878666531473548574F755A5141706E4977317867/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/65313A4164414257372D354D3170644C326D67695073436F7758376C4F334A326D4B796864456966676E564F6E73356151/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/65313A416333394C68436664343157584368704E6F2D666244365A314878666531473548574F755A5141706E4977317867/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/65313A4164414257372D354D3170644C326D67695073436F7758376C4F334A326D4B796864456966676E564F6E73356151/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%;
}
}
