.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/65313A41645032477276323759784D51486F6345796E31734A5A7478777244726C5462334977544A49794D5A48765F6E6F6F/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/65313A41544D634D776F65394544715673627A38484E525063515A4D4F4B574564374F4B53504B666E6C7A5F6474622D6155/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/65313A4157346D734F4979445366346431735864637A61426A687056726574586C305650477A34736E4D6466777074424863/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/65313A41543967564875666762784D6879564F4E69692D6C71705A5175573435695F63476D48486F45784F495F613372364D/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/65313A41634C364150694B676D506B626F76553756616D6662437375386E6C744E316F51634967596A50746E78677A345A49/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/65313A41546A524A38714A47466F734B643677714376794D5A423251564330446C2D454C6667595F4B52424E775975692D55/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/65313A4153434E4361535467494F6A5153724159415842794564714C5942776C50734A413168614974783562505A71573259/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/65313A41526E6B334A33316455796F5268624C62657378566A2D436347523939736F503459474D5A6F41524B594431366E6F/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/65313A416274584B65456956396E4B374358762D5A67417678666E544D576558535F723934706B4B626E3679776E7233786B/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/65313A415552664E48487163334674746A45596347366C4F4E74724144436959454C50483842506B42435943346D5A316A63/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/65313A416364556B70506144707170584371513377586C6E523862394E33467967727A78615476395A6D62636853776E3841/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/65313A41517730766D57613241382D777A43333450614338774C6D4E4D704C6234356D685A6345455A4637676C6E625F466F/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/65313A415159362D766D353532785A59704D316D597151656F55757A50577261786E644C5944636D6254627A744E30674D67/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/65313A41566D45345669666A734A4549576B2D71544754565F62334531363136626B475F4B7544564D66686F3775347A7473/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/65313A41547634577137672D55644A596B522D704F717530334675343664696A6357466F504274444B387151514273756963/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/65313A41574E4245624F68614D5041577638463035336F2D4473397046334E54495A39444675535A6A4174365774624B3563/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/65313A415936536C356F4A4D615A5F4F69487A3551517047434561716159586849594C65334E5563534A444D364A43437955/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/65313A415632464B7658535A5343323234426F4B777362564F2D744B7542596C6430434342364158754B6C374466704F3155/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/65313A415A71577254564942386E727642686D58714A6C50704668786C4D4B717135663447485F73614A4831576339733659/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/65313A415145334A48586A486C316F514F6E3452494B41696161466862436574686133496A6C3858485A39506C7737756455/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/65313A41657A37416B4C476A674C467135305F786E37787A6A736C4843664B54682D2D44496650556F414C665A665F647855/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/65313A4164444748696E646B2D354D57674F57627073354C783432704666697541455545525F757179505672664159525955/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/65313A4151554F5363634B4951593270394C7978635F6F756162387930504C717278526F39654E4E41334B79323073717163/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/65313A415372376731695330356F4F4C4D4E6B73394D446B575F4B73366A706735796E4B33526E476A66636945366E397563/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/65313A415276356357624E70496C596B576858514E7359784A6373476549536746544D42486437674A7752792D4846517A6F/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/65313A416579697255706838457966464931687A4B6F675A4E706A5A527A6B7574657568365A326635474F4B4457316F4B67/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/65313A41544568484D326E6A324A554E3367387748476375497A475A6D70422D63735F6D676653466976322D6E4F69745045/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/65313A4157562D525676354855374B78554A4F4170746879777244485674784A6334656565543766336178674B3342544567/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/65313A41544568484D326E6A324A554E3367387748476375497A475A6D70422D63735F6D676653466976322D6E4F69745045/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/65313A4157562D525676354855374B78554A4F4170746879777244485674784A6334656565543766336178674B3342544567/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/65313A41544568484D326E6A324A554E3367387748476375497A475A6D70422D63735F6D676653466976322D6E4F69745045/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/65313A4157562D525676354855374B78554A4F4170746879777244485674784A6334656565543766336178674B3342544567/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/65313A41544568484D326E6A324A554E3367387748476375497A475A6D70422D63735F6D676653466976322D6E4F69745045/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/65313A4157562D525676354855374B78554A4F4170746879777244485674784A6334656565543766336178674B3342544567/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/65313A41535A2D487732647A37684858644C387971735F4971575A5968755A7674544E3744554E4A77423552722D6759734D/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/65313A41644B6235745A4E683475426F61344263326A437A614561744B7A553471764844414662333139475453773262484D/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/65313A4153454D59586144524753327264586E732D4875713859464E4951784134343250526558566D4B7669493837613134/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/65313A4155435A6F3544325F4631695734513651464757674743344C717846436848767475634179446B6E6A31426E594E51/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/65313A41544D476C412D3749794262652D7636496A3030367861636F50535059794F544F78707845466E79633258716F6D49/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/65313A415A56344B644F694F44414B4145676344315438346B7365353250764E6337466135734F4F36724A6C424E6D323841/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/65313A4165493036705F506B305258346745693438374E4E6248485F31566E765A7A6473526D473166745F68647046704577/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/65313A415A56344B644F694F44414B4145676344315438346B7365353250764E6337466135734F4F36724A6C424E6D323841/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/65313A4165493036705F506B305258346745693438374E4E6248485F31566E765A7A6473526D473166745F68647046704577/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%;
}
}
