.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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A415A55454E39666633744B656C5276562D7668706F4C326B592D496E326C4533434B46704A63577653724F366677/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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A41525136777851695565435062436E6176472D556F656C71765948376A76597635534837644E4C746A5230326D41/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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A41593041586B6937504B76306D2D3545703842696B32783968443146535A47584E57696A7444352D624E68313367/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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A4164525F34416F575A702D6B47496D5154557933757A546C6B39716D4A34474B35435A704D71425A6E4554614B77/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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A41587936797641624531636262707245496871515170786C514461424F745F7A695F6E36706A396E625158784777/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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A4152563951514E794E4C59546F55783457584E5A30545A7379593677596152726349706246684A34627347616E51/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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A4152685F6C66314549626A7941557568474F31545F4D42522D33656D68616A53626F5972525F5765584866763767/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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A4153546F3030727949507354537154446D714B526F32706D655155516C68437A74753571613075387675426F5877/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

/*PPExprChkout*/
.PledgeTypeSelection .PPExpSection label.RadioLabel,
.PledgeTypeSelection .PPExprChkout label.RadioLabel {
background: url('https://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A4151546541625A376945354131677062637044564E33705778324B373470657571716378346973354C5176703551/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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A41664D67664532746F5876776C6C6C6F435479716C345073576B355A3232454E626A4D6464655678704367467A67/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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A415A734832687930666D6F7979563576654978737A496C735F4479546579304C4E68473567635275487843306141/icon-timeoff-selected.png') no-repeat center;
}
/*PTO END*/

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

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

/*Special Events */
.PledgeTypeSelection .SpecEvnt label.RadioLabel,
.PledgeTypeSelection .SpcEvtSection label.RadioLabel {
background: url('https://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A415248754E4E6570554B62616D6B537561613248695448575F344B676E455A48464A6D3278584244554830706241/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://uwgso.upicsolutions.org/uwgso/servlet/eAndar.WebExtDocument/styleimage/65313A41584646664B774E4478305662436D654A6B754C6C6D4370704C42472D3441704D43665665545868455F47365077/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%;
}
}
