.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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4156346766555F6B303147746E4E4772735A5163496B495135767758415A68514B5A445A424D68482D6164386141/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41557178314F6D676953564E575868635158553970497844684C4F6F375A33354E635149452D545F6E4E52742D41/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A415875487574784F304158514E456545577A76655A5A62345839434470664777676268476A6650616E4C63433241/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41586864536C64494F56657048687A314B4178564F4A653742413677704A7130673771344C775A35736964355667/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41567063347A6176436178334C374D2D7278446A304D32324B42434C6D6D337871704F6B524D744C575061434951/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A415A57564D596B547675637836342D794659386D6C70576A4B69472D6C5955686C654872726F34374A39554C4577/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4165354D6673564C5F494C772D356379767267324E5F674F3332732D61425A2D583651434E5249754C3931673051/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://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41664B36797330776C6B4B67493052633342527A53574D724F34343874574B7570396F4C54703066524E71725F77/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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