.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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4154437974593741677654457979505A38306C35477A62464C4D4170394F73793071473675644D76436C524A696751/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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4152435445413776546267644B7A74336D77456C4A314D35764767624E616F5353316E39435369454462684F535663/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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41627573704E4F7A6F6B44544C49587670512D4436632D776970626C6B3139384734676971587447547130476E3355/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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4157354E794E6D696E616172496C6F7477686878557A664F42797057314D3950424C714D51364C5551576335366334/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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41564161516E35594D735F424D4F697A4E6643392D75364551716662476E6970564B396A7244575168396A7A2D516B/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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41624F6B6C735A7359736E7173726844797346637950524B504434684A4343614265415741374136564133414F3477/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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41596A7A38685754305F4E7971636A41764C31323538725735674C774F34466A354D305631434353705A6471716D77/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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4151644F4545546856316334463964455179324D7845463046654F78504645537259796E6979496F70783842635F30/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

/*PPExprChkout*/
.PledgeTypeSelection .PPExpSection label.RadioLabel,
.PledgeTypeSelection .PPExprChkout label.RadioLabel {
background: url('https://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415473587434724F374E32553873304A58626267312D7A2D5063624B4D5230697764577066324A3471437A71746267/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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4156366C6E3450416A5F4C464C3045526241324359676C495959544C504D51583153497971564D72775472416F6655/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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4154745834324D6761566431572D5571726475666350676F6D66774C74737141745655326C5F563262695666766A41/icon-timeoff-selected.png') no-repeat center;
}
/*PTO END*/

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

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

/*Special Events */
.PledgeTypeSelection .SpecEvnt label.RadioLabel,
.PledgeTypeSelection .SpcEvtSection label.RadioLabel {
background: url('https://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4155313455657A4A434F42433263395832635F6D55567739354A576A33506B6852355F4C7634665277594768634F59/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://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4159727874567353576C6D713053686E5F6A534E313234527341504D7A596A47495F774D4B4F716635764B6A477434/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%;
}
}
