.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/65313A41526254324B4D6D665068414E7077374E3071786F7A66794B4534546A3545554254396631524F4E59575332487A77/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/65313A415A455068633138634F6A4A446E7061496241442D68616E48504A716E5459626B754371585A6969316D5063714F63/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/65313A415A476634334B2D4E6459636879637961374B355F3465314C32376A38556B4F767869577357586E765A6B66744C30/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/65313A41546D506B7057304B7535584572377962716264427939466C73693142765442715A62596A497170426D5357445341/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/65313A41635F59504A6968586B4E6435496A57664C5336485943643778784E4878777A35564F52634B32314978764F463941/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/65313A41536C4C4E5765656131446933714A7A74485A71676737346B5A30485767664F63646633392D7875304A54366A5159/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/65313A41666F334F477976657154723333626345324C76694B78566A6A582D5A744A7277616245665F576771717677544A67/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/65313A41655A6F446C54413151493863564D54734C75623870446A3668574742386141534F444C427A645658555737583555/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/65313A41552D67453358794B42614B7754773767304E785845545F747244524F32364E714C38643573524C646A47592D4577/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/65313A4156474E324463655151547A6B34536C736E6A37747038485853613738423432665F7266797A775650744D47427341/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/65313A416637754D61375533686536316F453941376B376447546D3348774C656C4A716153334531722D726B794A766B3667/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/65313A4159576A637A723645666C627071597A6156697A796377386630794C6C5A6C4663374B306943324F346E4642555938/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/65313A415A334859305F4C735650545566547A5F5936365248505A3451446D75476F674D707145507332586B4674355A5A4D/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/65313A415A4F2D51714B576C38434A6556696130356D5139424A4C6D7866394C655A34536C58793835756151487278334E59/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/65313A415A78344A316B5047424C57324E446B45593872313730454A737370425956496270736B3232696E3633744D6E5849/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/65313A41647A6F44667467624479305A384C70303445713659714878447254796C39796C764959435854743976633453586F/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/65313A415168707059705A6333485A733158784556314335712D356148505A7232487663734E56785065573666676E4A6834/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/65313A4162376363774F4D774863465171694E4C5355575F547A517443524433306B504862766735565963475F705A56424D/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/65313A415A3638565162534354485A52775A4C3278684A4832464B73653346727179334E4836724F49614C6A645A70584867/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/65313A41525F615F364446566B545944724159562D326E4F7A6F4A513277505A37566C455636722D773557494E4B34707273/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/65313A4154434D504B5873392D584E355F594B73354A435A384E346773784C4C5539596C4C696358786877325054705F506F/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/65313A41596162746A53744E5832483164574E454C304B3776623757426B5943636B31556C3562306871496745317A4C4E34/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/65313A4166796C6B675942686262466E343255664D423244345F6F6D593359372D70444C43374A6451364A537954646E3645/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/65313A415A505258466263487545554D57466D5868334B4556424A37464C496F534C4633753875623057375142714464356F/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/65313A415A73576D5475634C4D6E447437797843676E614B424335746C59474A386151677158305639657850356A72334641/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/65313A41566554313278522D52396B374863474669416D6A46504D443231675A646B3635706454705743306E664B37414534/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/65313A41586E36744E664E5948445250535762794339794859514954626233304D5965754C5647366F2D52465A3875523673/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/65313A41574B347A6D573564335A775F6C55765F47746D6A585F4B366D466C4C55732D3155622D734B6459434D7A37717234/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/65313A41586E36744E664E5948445250535762794339794859514954626233304D5965754C5647366F2D52465A3875523673/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/65313A41574B347A6D573564335A775F6C55765F47746D6A585F4B366D466C4C55732D3155622D734B6459434D7A37717234/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/65313A41586E36744E664E5948445250535762794339794859514954626233304D5965754C5647366F2D52465A3875523673/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/65313A41574B347A6D573564335A775F6C55765F47746D6A585F4B366D466C4C55732D3155622D734B6459434D7A37717234/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/65313A41586E36744E664E5948445250535762794339794859514954626233304D5965754C5647366F2D52465A3875523673/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/65313A41574B347A6D573564335A775F6C55765F47746D6A585F4B366D466C4C55732D3155622D734B6459434D7A37717234/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/65313A415A353264613966686B4B324C706638584655474B75304441706F34432D454B5166327475384E784C494A59707159/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/65313A4164567A63514E5F566759544E6E47394D364F7153456C4E317A7462444C53436D42724276454275757270564F4555/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/65313A4163346C656530374D502D5A4276304C6B726C7A58794F4770715142765343515A56574A6535495655484D6B4F6F67/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/65313A4165746151357738564E324C61624C3332664E4E5875793649397A46595045465F3659514C6F33655039456D773449/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/65313A4164517859786D38644D56303946387A773146742D373655394471506B777930527A584D3964356879507942334E67/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/65313A41635F66574239774668374A5336366B5A39694B3376367165394A45675131484830514D65655F7637415A5562596F/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/65313A41624F496F385035506D544271477732587245744B4B4D58316D5777716D435278466A51396F502D615A6578733330/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/65313A41635F66574239774668374A5336366B5A39694B3376367165394A45675131484830514D65655F7637415A5562596F/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/65313A41624F496F385035506D544271477732587245744B4B4D58316D5777716D435278466A51396F502D615A6578733330/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%;
}
}
