.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/65313A4166397A6949666F6170724D576941686A316E474C45754F6D736F4532724B763841743752626C4D42372D507241/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/65313A41584E323431476B5F77335F63495936524B43363263365451665F38796B4D666261514B473838347245396F7977/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/65313A41635852676D61354166784553414345664561584178396D304337766173514A6B6A455838563336696E37366977/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/65313A415479563155416E414C6F424B2D50535742697031706E463168333665514D66367154466351502D384A34616D41/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/65313A41646C55724A6475496F4F693862796B4F3342315831366736334D3868674347616877525150324942434B4C7667/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/65313A4155596A4F6F4651543152576272477479465258696B46463941674A4A6465446858636B764F426D315679306A67/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/65313A416432484C532D4B7770744131764157597475537A4A69696E71636F34415730443069383150506672384B464D77/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/65313A4161324B455F55324873535144685F396F7042644A424561724E77306261486D77647555486D50706E4361495451/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/65313A4159334C35686143376F3277436A584662555F3055434630576C5132674462784D7555366E68496461544C583467/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/65313A415438414238366E4D6F495235474272497343344D6C43314A76653835413172505A37634E31376D6F5F635A4D67/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/65313A41644C5334504845474F646552344F374637497441325F30793448343234326B41625249552D54337A6554354D51/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/65313A4162656D586E4E6274526C416D6344543844554C66526E493275466A6C71446133354534444E354D617379763041/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/65313A4152356E72754D44466D6843484449767542546F416D51585730623058306E6343327565686D396F7A6E4C4A3567/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/65313A416569556F6957734C5F58315176585777643046444B5237664137416372797A336B446A4730446B774939466241/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/65313A41644D6A6C4A502D756F666865655075534D3758724949555F6A646B6B7042534C596864704A516C7A46786C5A41/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/65313A41577575754332464A532D2D514D5F4E76684A684B514F4F64674D397564716870475678335F326B666E6F663367/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/65313A415A6976425A7550646A7573713544394958477A56676E554C78423279756E4F526F5A33572D5041783877685A67/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/65313A415A6C5251774A544D694233793877746E775632416E664C6175755538653430722D516230397070385762547A77/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/65313A415249366E6A36443458306A4779795A706C6941666C4C6838797A4E7274746D775A593774746F62584267715951/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/65313A4152584D576C437036642D78357873765F47613071335078306F713432315461794367464D6A4565585831785841/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/65313A415751664E46485675394839636D574763773044426A59627866566F3779377078787933556856516B357A544641/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/65313A4158344572754F6D455641366E3352466A43374D39447A3833327048645A536E5970654B784B5A53584455644E51/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/65313A41626457536F6E414833794D7839563657456F544B436A3857745865796266497264526B5157324E763053645A51/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/65313A4151504F51706A497A434C4353664579586A3747793249374741306858695265703475656A72795A5A6C614F7641/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/65313A4166553161775279414E336567627637384351556B484665707049536A68756F32644B65535853646849454C4241/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/65313A415963794E6D54556D622D477A4A4C436D6E794245316E76445A583679757A335F527A4570687547534C6E633167/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/65313A41592D4A4D7A304D5068656A3376483772797966552D47736E4A4462746E576C345073796A36326F464175385467/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/65313A415446547368385057526849634D334B396F554B3561456B723759557554746A49657431414D6F617449386B6867/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/65313A41592D4A4D7A304D5068656A3376483772797966552D47736E4A4462746E576C345073796A36326F464175385467/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/65313A415446547368385057526849634D334B396F554B3561456B723759557554746A49657431414D6F617449386B6867/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/65313A41592D4A4D7A304D5068656A3376483772797966552D47736E4A4462746E576C345073796A36326F464175385467/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/65313A415446547368385057526849634D334B396F554B3561456B723759557554746A49657431414D6F617449386B6867/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/65313A41592D4A4D7A304D5068656A3376483772797966552D47736E4A4462746E576C345073796A36326F464175385467/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/65313A415446547368385057526849634D334B396F554B3561456B723759557554746A49657431414D6F617449386B6867/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/65313A41584C337535684A725F723768696D496950746D3670434137394754564C363268786E4F5031675457656F477977/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/65313A41584E75577434323337496F46424E4B68306A4F533642446F37326C7A764E41396E506448377631414A4A7A5F67/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/65313A4152416F30326C6E776E2D49775A596C5779436C78387268676F505451484A752D4143757169663048696C7A7A41/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/65313A41527331793359514C48486B2D7348397055537A6C2D6255496D44784557622D6C6D4C6142664C67445269306367/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/65313A416635696E6A354869374970384A694D315863786B6648484F646B765A4C5A6674364E70634A59426E68494C6377/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/65313A416141733353586745514E324C61632D5231664857325178764E477A576778767966314E4D726B75614C34695F77/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/65313A4166586843385F5A7A767165373258427879676450563342484B4A4D42382D3734657054636E765355645A657967/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/65313A416141733353586745514E324C61632D5231664857325178764E477A576778767966314E4D726B75614C34695F77/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/65313A4166586843385F5A7A767165373258427879676450563342484B4A4D42382D3734657054636E765355645A657967/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%;
}
}
