.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/65313A4151734D794E586D773458535046384D4C35457845646A6C6341685F39504F32755F46584637763477767A4E412D73/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/65313A41616A6A6466535A3443716A5345523632394C6934346A44463344413038346F5156733072314A796E794A4C4F6755/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/65313A41636B6E63746437634A53325155427644514C7670416C454439617749456B737872794B6B6131397172656935754D/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/65313A416641416D58673748416A724566496B746E364A614570793044797A334648685875655A573038735A5A733832716B/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/65313A4164394E777A344754794442427A78613964512D4A4D4264377A314D5373475771495963653348426D4C632D5A4334/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/65313A4158454551534F7A65486B79376B476C673837684C776746586A44454171516334544C39745544696C547935693155/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/65313A415A57634854725F796652555A6C747933356337564F3141485577534D596132373662446850626D494A6A4F304238/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/65313A4159647878757634355A6B5658547133774A6458684364754A5A746868674E3870515A494D6D57524A672D48446F63/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/65313A4164676463424F436A3649366C3651734733796A466D4D3767413966533973304B666E4E61794D30647A4531726A73/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/65313A416442366D567966737530644F4D4137396C6D6E6D7762504974586573525730483361495F73454942417856466651/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/65313A415239766B717A34344E7041566D66564E724635656C4D7777494B41506A317630527468512D4E695249752D324F67/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/65313A415553366F714E4A6D39514E795F6A72563143727466655863445157717642472D3553547873666D6A765677655473/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/65313A4158386137526D747639687031514E446B48364B5748635533582D514D597535364134756E47785147527444365A73/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/65313A415357396E526D345771474479716F6654785F4E37447278554F3453454B664E595A70574C6B7251716D527472464D/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/65313A415A38615148445273595F466C7642745374617241334F5041663161576D4367527059694A534670505A5647427A63/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/65313A4166765630485A4838416B64554B7548622D5157763750776C597730515732467865386E3035784555553034524A63/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/65313A415134306F336833684C722D6D7961582D504A7754767051677A716364415777446B684658346A33426A2D53756855/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/65313A4159493437414470565171746B7A3874335F37666D45774C6F4D51776E336432476953422D30684230356652504A67/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/65313A4165636A5737727A584D6D79685F706F47764A54594C754B336B456F73447066487739476941427176357654387549/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/65313A41667032505A793249444A4B46634C4D67796A5F5A73356255733665707272746C48513251524675774B34386F726B/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/65313A41576C494A63694A774337734436794A632D45575A367A5378796F51765A3830454D6F6C715A30445A79684B674949/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/65313A41536E5370736E456C3764414A574F6C5F3165615F337176574B6E4867766A4D4F76445033455979594F5A6A716D6B/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/65313A41544C5963384F7739514C30534D645653766F65635A516A716F303854424B717348352D786B48706B6F4B4A5A4D51/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/65313A415A556D6339547348542D5967516E5A5061324634775965426368304F4B577256674E48554A4A7336716F47694E41/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/65313A4165306F384E734C79746C526B314C536A307275346E5F5173314A72657662347353334D69542D6E47797336344149/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/65313A41614D323536764853556733446B7A70734277434F5F727831594F4E504C3474464668436B6B4F3669647A516E3838/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/65313A41595F3132655545387A4F7149523279645371564D6271423477443032444A47414E6B505768376832754A44753130/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/65313A41623439546D4F706649696167695A56636D514248507363635F434E3243366D68484179686232584C686C5A364B4D/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/65313A41595F3132655545387A4F7149523279645371564D6271423477443032444A47414E6B505768376832754A44753130/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/65313A41623439546D4F706649696167695A56636D514248507363635F434E3243366D68484179686232584C686C5A364B4D/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/65313A41595F3132655545387A4F7149523279645371564D6271423477443032444A47414E6B505768376832754A44753130/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/65313A41623439546D4F706649696167695A56636D514248507363635F434E3243366D68484179686232584C686C5A364B4D/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/65313A41595F3132655545387A4F7149523279645371564D6271423477443032444A47414E6B505768376832754A44753130/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/65313A41623439546D4F706649696167695A56636D514248507363635F434E3243366D68484179686232584C686C5A364B4D/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/65313A4166586C4D5941324C335166776469396869534A5A4A3245704A6541375476314E6D3634366C68456F5F3372337241/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/65313A41634D68527A66446D564C704D5F394C744D6839746E6B324846484A6F316B6D473977314B635257476C713571796B/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/65313A415A4275647A4B38744D5F5277514F674D4C34542D41516675555369687639357744532D6A3061776E67397175354D/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/65313A41557236426F666F385159324C3748314A646658476D756D4C4669396A563649505A6F5079637A486D633238524251/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/65313A41512D6C334E47693533645235664946636F50554143467A6D794A635350594A412D324146737A4D5158746E4B7963/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/65313A41546657744C45524A587547526B424875545F6A587952626F7672387232656B6F6B784C46417234424A5168436738/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/65313A415236474966454133694F656772734533314B4539453532426B64686B4A364133344A4F6F6F504F414A62722D4A49/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/65313A41546657744C45524A587547526B424875545F6A587952626F7672387232656B6F6B784C46417234424A5168436738/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/65313A415236474966454133694F656772734533314B4539453532426B64686B4A364133344A4F6F6F504F414A62722D4A49/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%;
}
}
