.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/65313A41546346456A4D464F584731496B41433757396C6573634E416476424C4B445A704E553550584D416774395034376F/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/65313A4155354C4675795F476468695437375272475F6C3879614648344D79473151444C7A365F4550474F33546234335734/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/65313A41617871795A794F7364567469506D5831485853753437365F30344655527538504E56616A52437051462D53544830/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/65313A41546559727557437353793272583373786762394C3869783472584B4C4B46442D32634137726E7251366572676E55/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/65313A416559437A67535A5F6846517551596C706D4C66576D687255636D65327439492D68346659456C62674C5578393345/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/65313A4151553272746A39615F4662565750616C552D6D4737616C77634B314F5541684A5F6E4E454A514F6F704C31315851/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/65313A415A734E456D486B7764446573756B59795F6A363362516B6161564A6A2D47543035344265466C666A626D35397141/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/65313A4151646E444D4570657332704E5245443352347A52614C2D75426B445571736C786B6934574F514C4C4F6C704C7A30/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/65313A415A5975714651317238344556676F6752482D546959335758626F746F6B396E694367425F6D71506F5F6E6A4B6567/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/65313A41516C38743672464A54454F4B6376347572755A47654A3758374177735754716C743641326D61537457512D554E63/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/65313A41572D4B5651346931596E447A6F446965467055485A76765F736755586E59593836513664766C7A384551474F5263/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/65313A41574967483573585A495F7775316458576D41724774334D4236314D6D4650723666307033387336464733566D5F73/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/65313A4162724553574372566639336866665739627A46336B562D487832436A464277615A5F576B476A55444A72444C6E4D/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/65313A41625763396E4474415253427341767474766257444E503242444F5557704C4E3764766E43507241336B7652446134/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/65313A4158794C76655047556C4B557833687335306753367231445172624351574D38637531614764564A4D5A7A455F5A63/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/65313A41537637664B73347369425939756B63496F4F5A534A636367686371784D32547A413155744B6942586C64757A5234/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/65313A4161614C5A33435A52786F516E32625945616E645342506A684D576341795541326764624F61396457585F78546A34/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/65313A4162466171512D784D56327278424451596C4834346B6A7343566356323371766630747337425045476E7A68395141/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/65313A41645661486A455F4B355558674578616E336452324B6F6961346B576C594F675541727431653579575A58436C7967/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/65313A4163314650436D6C656E37775F53452D7943436B43645F6147666E336A514E6678476A64552D6750555F466A387459/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/65313A415A395364724366344453486D7857304D485547756B61765372527747655A59634461666A456A7853434B47373930/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/65313A41617A38773334695857433174717A716A716648516A76647147712D644231526B51597A4F61675855513266494A45/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/65313A415A4E6444356839754D7A3773673933586A6666495A455F333068613771374646514666625853436D4B737155586F/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/65313A4159647268514344676E526736584C7A4F726B787144474C594F54337958635F6257765261386846664B703131726B/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/65313A4151547579645F6B64724B413538714C776C4347504E77444463425F32486A556348694575367431564D547A397867/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/65313A415944694A6D6C3654437A6D575F593464384D6E6A657541645633395A675A434B5659436433765F4E714B4642714D/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/65313A41554D48544D3935347474434D2D6D587374715F47415F695847686376576B6A4C737648673966543356707A5A7030/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/65313A415568464F3752526D426A6434624F496B67394D3064314237434D6878354B4D6E474141465435504E6161424E7830/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/65313A41554D48544D3935347474434D2D6D587374715F47415F695847686376576B6A4C737648673966543356707A5A7030/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/65313A415568464F3752526D426A6434624F496B67394D3064314237434D6878354B4D6E474141465435504E6161424E7830/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/65313A41554D48544D3935347474434D2D6D587374715F47415F695847686376576B6A4C737648673966543356707A5A7030/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/65313A415568464F3752526D426A6434624F496B67394D3064314237434D6878354B4D6E474141465435504E6161424E7830/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/65313A41554D48544D3935347474434D2D6D587374715F47415F695847686376576B6A4C737648673966543356707A5A7030/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/65313A415568464F3752526D426A6434624F496B67394D3064314237434D6878354B4D6E474141465435504E6161424E7830/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/65313A416368316F747265633175424B7171366A6F33394B7569436A596E3238355A5A4E6567536273587749334742545F55/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/65313A41595350597354305737657452307A4674424E564A5A6131664E6A575F5137354476686F7672355A524C4945455634/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/65313A416261626647563141375A70463253656F4273754873764847365164793941726F5F3236344B6A73474245726C5338/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/65313A415177696B347263425A344B41473033355471393251576375377A3941556C30327547635173475651774679576D77/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/65313A41566F593376776A54614F30724B6370714F686F70674A566D3834644E41625A776256333256415135563971424B6F/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/65313A41654D75613562704E4A5A77327033465452545774465F4E5137674A52766A5835462D49592D6B69306F5635493263/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/65313A416232676E6838736E5A3179735F6D6A5462584744496F2D4C6769683245324E6352565F7A6573634C7A6F466E7549/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/65313A41654D75613562704E4A5A77327033465452545774465F4E5137674A52766A5835462D49592D6B69306F5635493263/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/65313A416232676E6838736E5A3179735F6D6A5462584744496F2D4C6769683245324E6352565F7A6573634C7A6F466E7549/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%;
}
}
