.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/65313A4152363871447464785877796F78465467486941484439514B4C435F30547A595F465232724E6C364A785A547077/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/65313A41645938685A33786B344B7676596C724539693533755765693238374D4C414C35514343467A4B50444733344677/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/65313A415A52552D5A4E576556685A6534766A45595F4E654D644D6E444F70446679573267524C393063532D456B396577/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/65313A416659777030656C5A67565134396A4B59574C5575464A44496A6D496775526D5F436B326A5654704A3158503467/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/65313A41644351397961527A61716A485F395A66535741686D37365145444C7A346877626E767865466E674A65522D5477/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/65313A41614B5162553453675A474A4534554C525F32374D374644437651445A7034335A7850474D50674D584E594C6577/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/65313A41546D386538735652574B70354C56717563315F7656356B734C417062553965347377794679514C564847737367/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/65313A41576D784933467A514D42576A6D32427446626146525F4F73635967544A6C4B34587A316B575431722D33456A51/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/65313A4156596F536676585575567A515A4C4748525557426349587054365F6F73706D63755968682D454C54614E396B77/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/65313A4162545F5847566B3139774E2D563667725A614B4C4663616859626E466E714B385539514255444C746E6A535467/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/65313A4155677864427A34366342645533495F4D52615570566F354E2D6F2D495030534671367534756E68622D624D3641/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/65313A41636B557133654E4358743347526D473441625342656A765139396748626A4E6C53494A62356D384E5A4A453841/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/65313A41635A6332393669316B46722D3857714F6D4F7A47426C374145496D794B72782D3177484A435A416D582D557741/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/65313A4154585971666F4B4E6B556754326F587936534C4979324F7864324D4F393958554D427752797846637637612D67/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/65313A41615452434346644D6D5957327144335767596E61386F3953506E7357483433565F5279507A3858477459535251/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/65313A41527061534A7244634454456254434D366165685379326B686D6B454E4754747A584E43706C32356A6949396277/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/65313A416678463163433933495A55453355625A53566B4B483375454D76565336466B6679717A4D6261766D3831784C51/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/65313A415A7650436B75454439382D53747047774F697A374741374837774A776237653948513563594243794C51495667/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/65313A416138345A5137455A38477578595358656F6A32624377343547626B56537A565A57497745345A61713179546B51/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/65313A41526C624D61625933545142795442627074586759543067524A564A30794F4650384F62384A6B6F434454315951/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A41534F765F4D457A4547457367696B6D6F4D5158414853427238726B6A79587A3247496E4333397573564C524851/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/65313A415A62475A7A30514F45344F487A61344F78446767565F65332D3859786E397A674772644775472D766572394267/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/65313A4163646F2D556D554F4B76477550315054544D664A7A5846396C723655414A45657A664F4E703070682D5F526851/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/65313A41626B7363334B3351564A657253616853466F757844425533472D453571336C5647574A7154464F303747655751/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/65313A416648764C7775443071316861667031626458644A4D367078664F71305A374F514D426775553070515359336667/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/65313A415635646C56593472354D502D33396E486F726B49547966306B5A6331755F4359626D4B4C625F4532734E684D51/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/65313A4158484F6F446B4A32385F75317A5439564D4764753437517175765167676C3666524A67315061776B4B53305177/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/65313A41647631694C7A525F4454384D5454693642634C4C416C6C657A4B336F7234716C5F6F4F454F7A736B6379596141/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/65313A4158484F6F446B4A32385F75317A5439564D4764753437517175765167676C3666524A67315061776B4B53305177/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/65313A41647631694C7A525F4454384D5454693642634C4C416C6C657A4B336F7234716C5F6F4F454F7A736B6379596141/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/65313A4158484F6F446B4A32385F75317A5439564D4764753437517175765167676C3666524A67315061776B4B53305177/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/65313A41647631694C7A525F4454384D5454693642634C4C416C6C657A4B336F7234716C5F6F4F454F7A736B6379596141/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/65313A4158484F6F446B4A32385F75317A5439564D4764753437517175765167676C3666524A67315061776B4B53305177/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/65313A41647631694C7A525F4454384D5454693642634C4C416C6C657A4B336F7234716C5F6F4F454F7A736B6379596141/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/65313A4153574D6A3469446C43424A587944347A6A6C426641622D354C6C6459696F535656333277646E46323761545177/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/65313A41526877524634666E44756A5A55496C473253516336597A30306254776C4D4272674437724164777A5436467367/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/65313A415650627933374756763358776F74505653724F4253675245526E47323830507666425542795A36444B546F4177/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/65313A4165593176554D373375494B33382D785361754A456E7270456E63656D6B6E6B54794D50323956596B3774484851/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/65313A4161364C6470746F557A613578376747767466384E4F694357412D456E44356E474A654F4446434B667339527967/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/65313A41527647674A4E74717A647363537265514A52674C314248586C667A5044377442636D7348683172643368373267/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/65313A41554242726B316F536C6D466D4B6E784F4A5864394A312D62666250555768746F4F735A72623146445571556651/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/65313A41527647674A4E74717A647363537265514A52674C314248586C667A5044377442636D7348683172643368373267/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/65313A41554242726B316F536C6D466D4B6E784F4A5864394A312D62666250555768746F4F735A72623146445571556651/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%;
}
}
