.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/65313A41624D38593335636D3444664B397278504F4C4C6B523166394F6B7657625F657347464D7A564838416264706451/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/65313A41566C6534315A6E684C344859584B64634C726A694666537851744E6979566D4431484549707558737343325141/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/65313A416153546B5234344F2D374951496342356D6248664A41756158514B546B6457696E477A4C3162646D2D6B356E67/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/65313A41616A314F7170474A316E763147465A52624438304A364D4C5A336252497A4F306C79734861306B366B634E6841/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/65313A41536766554D573147456A58364C64436A5956414F7477557772664357725A777453657336456471345A5F437241/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/65313A4152776373454A3442323256575F3167784974634D31694B32424B506764684A7A794837577A424A766552574341/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/65313A4163307765354947506F6E4B34616B47524451755061466E7042356747415F46705657435133526D484941696167/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/65313A4157543478316D67612D4F65667A6A556E4B4F63426958734E7A34447A5A6C6674704A784D336957374F466A4167/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/65313A415A7A6A56446C3775575A79545A717767447A59565A53584A586738773346523042595F2D597649523741753251/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/65313A41516C734F38426F3251486F354C355767315A6D564E6261444F345670434D66713952543351796131464F366251/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/65313A41655750586F68732D345F624261434D69586930342D57495849564C6C6C41744E5161314D30575A74505A786451/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/65313A416371547A7A3256385572456176554879757546464E4C68494F4F33503353395963416A47365F4D61466A636A41/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/65313A4162376C3244797253716562344C374D6954333535594E303741595F67376A374E716F42357A4F63503164497841/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/65313A4156526E764B6C675444535A42503471646F644C563836396E396B35314A49784E5F7759764555516551444C7351/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/65313A4153724630714F466E33726E6A49313536594646344C756D4F61672D6D5F4F6A4D76746D6F6A6F6F677765515677/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/65313A41535A5F427554356B6E786A554A74305F75684E3841304431686F4D785A6668326D6D524C376C57673555396751/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/65313A41666A505945425556782D303451734867585830774F5161457453614946412D6678776974395F77365054786D67/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/65313A4159735446505346687953745F56426B71314F74726A4468444E39664D6F504F4249754633596E526E7031697267/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/65313A4159684D54546D5165566B39673759555A6B4A425135546C5F43734F7A644A643635454F745031725435692D4741/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/65313A4165784E7747352D6E355671347873746863754E4B7A376E4E394D337A634F6949706C4C733142534E3874677141/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/65313A416149373569757847785A6A67796F51714C796D7A6654355A5741676E3431614B5F334461775358766E2D594841/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/65313A41576A5876726F77743932727641767830466136684E41677A6562316779477641413434375867575743626B6151/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/65313A41554B5A44534A586C46476E4556497532306979757969655131776334522D6C72446B365F597176697351386567/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/65313A4159625344727132456B54504A4949544E48736D454A4968673857646D694B725930647341545674396C48707941/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/65313A41572D3666716E446E565037413730625667373539486F556C534E75776F437A61314D4B4D6C347A676F426F6C67/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/65313A41547375784C65506A5457482D566A6C4B68655438386357546F366E457834564C41506B61563664486643464B41/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/65313A4161337366636147305033366762583554517433763847423474486736394C68736B71577A6E4B41797951453767/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/65313A4162456442617A6F38466864375171726259516451454A4D34723239687952347833595733664252414851713951/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/65313A4161337366636147305033366762583554517433763847423474486736394C68736B71577A6E4B41797951453767/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/65313A4162456442617A6F38466864375171726259516451454A4D34723239687952347833595733664252414851713951/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/65313A4161337366636147305033366762583554517433763847423474486736394C68736B71577A6E4B41797951453767/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/65313A4162456442617A6F38466864375171726259516451454A4D34723239687952347833595733664252414851713951/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/65313A4161337366636147305033366762583554517433763847423474486736394C68736B71577A6E4B41797951453767/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/65313A4162456442617A6F38466864375171726259516451454A4D34723239687952347833595733664252414851713951/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/65313A4164354A796B355952577374633837726C546A584E556A3269537842327969564E4E665352547371456557672D77/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/65313A416451344A464A5A646C6B422D5F346A497863505F7262545639434C4C56504D5F594A415552514379734C673977/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/65313A41577432497262726D723231372D7150664F395F4654696849686F322D485074636B507453745A4C424935525277/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/65313A4151563331624942542D38415664456E526A6347515A302D6D7A636447317A476441644C3133316E794F78443967/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/65313A41646E7456777043776C4C4B673039686D6E6A69776D624864346630444F64726C39556F4139562D574378333377/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/65313A4153754B65576B43577A5443726164437451414C56616C67796C53705F795244364E5075792D65316F612D345F41/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/65313A41525561716E4C78644A77377A50584459524D505A4C50624C48306946436D6D77386339476639726E326B756467/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/65313A4153754B65576B43577A5443726164437451414C56616C67796C53705F795244364E5075792D65316F612D345F41/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/65313A41525561716E4C78644A77377A50584459524D505A4C50624C48306946436D6D77386339476639726E326B756467/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%;
}
}
