.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/65313A41633762443479514F464A4C67544268726578354553416C625F6838476F6A4745335A4E507A453634526E775741/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/65313A4156556741646D4E724879306349364F4B747876694E5F5565465075754C4A526D676D634D4851593252655F7967/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/65313A4156786B6F5731596F4235775265686B663862366579766C304E6E73584A6A325452575A614F3377414B56335467/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/65313A41533779563963725A4A6741676D41492D3855665277795A6F554648796C554F51764B474361504B785833307751/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/65313A415858317878756749517058456F4C58424D34565F414E6D50776D2D69322D394F67377246466B6C35515F416941/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/65313A41524841734D375268496A6F324677456553757832546E39357A52373252356252464573724D594A4F48494D6D41/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/65313A41544836545F663558717851413559494B5A5A677646544A655548367644516A7537646C6B44594D4F42794A4767/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/65313A416465562D63764D5A2D77795F42675A456235317168563071596A6558336E727432667051475557774E624F5851/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/65313A416252737544444D432D5962596B59446F3267577542683446356A53574A546761444838536B5F6D6F6A52324377/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/65313A416544355F4B462D5F726F7870484B62657051426845414E56495F767461702D644B77696A70675F6A326D334851/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/65313A4164633343712D6A5F4C426C72675142304C6D446B54536549766C386B75516931424B6D686F4334497333646D41/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/65313A4156326F5277564145314337316D724761376E4C575458645F464C64775469796D6F62724A7831657272532D3277/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/65313A4164385138785F6150554F67755654384E345035554654515A755F4B456F665A59566D7368704176735A45616C51/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/65313A41554A705637755F7A4F445655543344786A53727243456C3369653468416F6243392D6A52785F56535137697567/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/65313A415234622D386E3443575866503036437173597454584C346F5341516C4457765953414C396A4146514363743641/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/65313A41514A7848736F57424155706F5F616F7178516B72544A514D74433965616A674449594A7A585F2D62706C625241/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/65313A41644D767278534532695A48654732506D3348793957386569357162564C7973344841464D4759437834345A5751/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/65313A41547441384E495F2D6552536661785655486A7242723850565549785F5530355F442D6752784739355239377877/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/65313A4159534F727235744A345A724730742D41566B3050687A6C6874735F5642524D2D7A6F5563424F6D7254394E6C77/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/65313A4165336C484F70374C6F64727268384B484B626F6B464D333246452D4C702D4B3374375630656273707558527677/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/65313A4164314D6B2D516C3837417071625A6B4531317836786F4278474D3062777777754D71554A7657516B37635A4567/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/65313A41534B766D4D6F7531545F76784A72747A79445878466B764B5170794B59326E4B4A764752724C4F766275466277/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/65313A41656E7638486B2D426C694A766F364153506E7777474775766A654979304E436B4E302D575264576F5551534851/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/65313A416341717A4632655F5A7066357575455A46334E794F6D6D4E74636D73645856683042625F7332744D312D4B3351/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/65313A41644D334679636A4A4D7934696B5074637550426664725059366D335849774E3661657132305377467061423841/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/65313A41614170526530643635616B66655F6F5A42515571676A776C58376637697977334733794B39412D6236632D3467/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/65313A41616C4D37337454746B6E335533393037744C65474E766C6E672D2D537A587276717A5A5143505A61704E756241/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/65313A4158676D4C7733513348514F56556731324E4E6E345353695A42364A684A69522D4C6D4B6D71304A62336F753551/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/65313A41616C4D37337454746B6E335533393037744C65474E766C6E672D2D537A587276717A5A5143505A61704E756241/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/65313A4158676D4C7733513348514F56556731324E4E6E345353695A42364A684A69522D4C6D4B6D71304A62336F753551/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/65313A41616C4D37337454746B6E335533393037744C65474E766C6E672D2D537A587276717A5A5143505A61704E756241/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/65313A4158676D4C7733513348514F56556731324E4E6E345353695A42364A684A69522D4C6D4B6D71304A62336F753551/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/65313A41616C4D37337454746B6E335533393037744C65474E766C6E672D2D537A587276717A5A5143505A61704E756241/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/65313A4158676D4C7733513348514F56556731324E4E6E345353695A42364A684A69522D4C6D4B6D71304A62336F753551/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/65313A415876615031357858306E4E39625F34356D6845426E4169397472344265315961755F6A4B6C496C5833346B7667/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/65313A4154697431564431745373534562756A744C68612D68415850516645596A4B37433774542D5A732D655F324A7167/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/65313A41624D736E6C444A4145346A4D76484C4772764A754F317230597551766E5973677441646C505166306553783241/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/65313A416171516E64356E4A544442616731725348774F4F777545526B354E6C5343695671704C575550414F58526D5F77/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/65313A41533339313041757A786B477A65625268307677455F786948636B5367346B796376776D75786D506B6432363751/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/65313A41596E2D4B5A4B35646E572D755351446E61715731523644665F64757A6D7765703476614869514F79415F793951/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/65313A41516F5079327A774E767969355139415A4234437253463158425347427478614F7647514949476D4E6E76676F41/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/65313A41596E2D4B5A4B35646E572D755351446E61715731523644665F64757A6D7765703476614869514F79415F793951/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/65313A41516F5079327A774E767969355139415A4234437253463158425347427478614F7647514949476D4E6E76676F41/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%;
}
}
