.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/65313A41516131616C74305742645A6D5F44464A526F74627A734148714768763272396A504C74744D453036587A624451/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/65313A41664A6134545642356E724D5F6D5A7169786D4870776A4864363244793767455147493168417378456A2D6F7A77/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/65313A4165756562626B3877654935464D547450454D374A4D686F546663725F6944366E4C716B54686149505832526B41/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/65313A4156325F75664946793042783554746E456B6B59485141556165737044686465473555366A473172766E62425467/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/65313A4156526268334E62576B6B4933492D487A3270396468456534486F565A6C59696D54386D5177616D743570727377/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/65313A415258686B764632784B436C4D6458614A704F6341434176744A36776F4862373874527A67496E51656B6D6D4767/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/65313A41514966506577395151315637524C2D7877656E4F797661475A496F4D45416855353553396A5F776F3644733877/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/65313A41566E454F62345A5A6C4B346C2D7A6B486437787058316F78422D5144684B5362314E466D364D434F6D42665077/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/65313A41557944422D36536D6938354A773678574F38572D6E4750676E4A385A53434835662D5474425F6C5F6F52326A67/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/65313A4155454E5F626E716E454A3555695857324655517867543134473845593143735F74724C7A646456365674365567/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/65313A41534D67594B6E6C783652686B3531585574336133753769756D7649535742594D31547241424A6D503334435767/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/65313A4165462D3477566D534974344A41665638416A7931534D6942346538655A385F337A4B38655F445035356D676851/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/65313A416158764742663964797666705468752D7243704F376F3479674A546C4F555058504533413147476254445F5667/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/65313A4157354A6F6C5A725F3344446866554F6B4A354E6876504675332D39716D4D58306268374D4435594C4D6B586D51/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/65313A41565A4937462D675362326174484738437272426273467169366C7545565830616D68457963526A4B4B6A754C77/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/65313A41654B7A51586F5136644D376350617863517A766D68517677504B5272685337363634645064636367344B4A7967/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/65313A4165556335527975784B32494765374444626C5133334B547666706144787268533365344D4C4749544B4A434C41/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/65313A4163576C4B4F4368665467797944575170626B4A5A564B59327663425A4657565F32737A35427673786D454F7567/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/65313A416444597945637148734A466A504737435239584E5F6E3245456A2D635356334450415A6430467A413547644267/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/65313A41585F5846314D5F504A3050417A77466F31586237627362364A63454B633671694F392D50743746454839685A51/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/65313A41645F6D6B555032555F7739444D496C7A4A6B6A717746645F5537694266476141626458384E67575950486B5567/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/65313A4152414772706834594276356271523444594F4E71393069465F4A36753441556C45477369693175675F31362D77/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/65313A41634D676B48474A72524B7363314D3245427431535F695A5F6A303331704A3447713157484243444930554B3077/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/65313A4163524274707364454E6A7A6D7057527854456B5655546F484A686433394C58754976624A385652514767524E41/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/65313A4153747A593637535956776D566D6239684941795F644F704E38686E332D4948705673387572592D655635304C51/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/65313A41614636784237365F634961325549493671635A78537A7172466E6E36567A4F44476D4D322D6979375944755251/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/65313A4153757432707A53726A793535514B626753614A424D73704D66793967777A466944496971766A4C50534F6A3177/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/65313A415477696A7458655A54364C645656584E793075632D6E506C6B6F6A682D624657326C4E66726935653238784151/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/65313A4153757432707A53726A793535514B626753614A424D73704D66793967777A466944496971766A4C50534F6A3177/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/65313A415477696A7458655A54364C645656584E793075632D6E506C6B6F6A682D624657326C4E66726935653238784151/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/65313A4153757432707A53726A793535514B626753614A424D73704D66793967777A466944496971766A4C50534F6A3177/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/65313A415477696A7458655A54364C645656584E793075632D6E506C6B6F6A682D624657326C4E66726935653238784151/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/65313A4153757432707A53726A793535514B626753614A424D73704D66793967777A466944496971766A4C50534F6A3177/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/65313A415477696A7458655A54364C645656584E793075632D6E506C6B6F6A682D624657326C4E66726935653238784151/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/65313A4163444C793150305A5A5468574C7774454833574A51424C2D38447867364A6B58355257796E6F494D2D4D315777/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/65313A41516E52527751504A68716F41694E685F6A317567635658314831485A32424938393445725F6F53725241334351/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/65313A41514C65754353356E544E4738706872306246676B64787576682D5333484846496F723348324277536D55433067/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/65313A41564841344E776B427636455375747A49306151535241436E6F55756163774559646F677577537A644F69763377/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/65313A41594A634B38446E476A4D465A6A356C5A526B4A51626232374B59764935513436563475455949436565782D5A67/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/65313A415936772D6444336D65566761667052626D593952627158615A5F45334F4470723643774A34397838334D663667/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/65313A4165736565416450554D76444A5A6E57336567744D736D33476831584A5F2D514D30695361567541587267755A41/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/65313A415936772D6444336D65566761667052626D593952627158615A5F45334F4470723643774A34397838334D663667/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/65313A4165736565416450554D76444A5A6E57336567744D736D33476831584A5F2D514D30695361567541587267755A41/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%;
}
}
