.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/65313A4161644D6E742D64703172694D4A37704233594E533254735732685176584D744C6D452D763354376C41594C5167/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/65313A415274385767745138657A7669434C324A396E72447A70484B6F52754D516C7774787442334C31506D72766A4141/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/65313A415967394A67775243484E42475F5A47755332594E71756144556E46436150567661594870455A2D4E5730743751/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/65313A416171596E5A5F37386A65555748365761426971325F7961635F627A5857354F3253747A5352677A7A6477374967/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/65313A416536567173496A5251567655674F584F746365597937736C73437644774E6A7A6D534A37624948747670785251/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/65313A416434765577316D44394F6B5953715F5A6552353141714842515066556758425A41484668446A32477555576467/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/65313A41515F336E4F435172564E35585A7963633945443458325332634E32785A4D57655F6A75574A4F36645A686C4667/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/65313A415A46396B444B46556159424C666964777A583756656C7758665566664D7A3735684378316356584C4A6E2D4C67/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/65313A4166764F42496A324B4933327074416B6234526B756444415453633250376445444F3177644650467955486B2D67/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/65313A41616739716A636C4738614F636A6272713669722D5F6C643451665258373562646966436235745831654A615141/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/65313A4152506A66444462536736707A58463530754A557459496C574C686B79376A6C66353344595947646D59525F4551/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/65313A416344304E5141515552546B7237706A2D566B6C314F46413363365A684D6F4D5144394C576E52357243395F5341/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/65313A415A4B73394651654A435946686C74762D6D5F66435139324D48775F2D624F474635563338506A4A4657736F4841/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/65313A41596C4253794B54507874453352697A5571696A6E477439513277635A6C33363470344B3172374C437838475041/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/65313A41663661485A2D45523630534D574C4E675848657043736A50457A52394E506C79766C384C4D6F4F5737616F3977/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/65313A4157616C585350767070545339536F4F5638384B5634354853706F79326256754C72435774473045303236504877/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/65313A416441777333305A68367251775F646F563979536B78446C635243794378595A634C6865574B4F63324242685551/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/65313A416546356B4C477479615A6F61524336314D3535563058343871626378573861447949734B436F656E69512D7851/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/65313A4154633538666A63635356597A66526D587358412D4B357936584F614438307A336859654456322D6C39355F7851/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/65313A415737444A5466724945596A7933767A57496554304D4961686C5F56443753367877703836346876476664513951/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://www.liveuwcf.org/servlet/eAndar.WebExtDocument/styleimage/65313A4156354F4E4A6E345836514D4834384456306D7761564374766B73434A6B584B5F3972756F65445156346E543551/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/65313A415250364133426F49583443424F5450625844514A32633878397A447934795754415571465A74374E7652354E41/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/65313A415241776E38394A7948496F6741674869706A4843443879734F3165594F5F7A48474E5A6C6A703146386E4A7577/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/65313A41536A5A7462483965443742463164647A337247503071674F466B4A6D49686C442D635268664132596C35775041/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/65313A4154394735347265387757634E36614D4A4A5869535279615178337A53454251304E515971474A5A703850653941/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/65313A4162707033685A32425F32353466534C44615053796C427A446D7036546B65785141767A5075316D556139704677/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/65313A4158686F5037336A4C744B79745039436A56484756346E375F5A4861517861745356586F3858683648684E535F67/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/65313A415961374F665147704E47455F6D7839357768386A74784C68346D52516B2D50587A4B4550623542645A57717A51/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/65313A4158686F5037336A4C744B79745039436A56484756346E375F5A4861517861745356586F3858683648684E535F67/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/65313A415961374F665147704E47455F6D7839357768386A74784C68346D52516B2D50587A4B4550623542645A57717A51/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/65313A4158686F5037336A4C744B79745039436A56484756346E375F5A4861517861745356586F3858683648684E535F67/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/65313A415961374F665147704E47455F6D7839357768386A74784C68346D52516B2D50587A4B4550623542645A57717A51/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/65313A4158686F5037336A4C744B79745039436A56484756346E375F5A4861517861745356586F3858683648684E535F67/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/65313A415961374F665147704E47455F6D7839357768386A74784C68346D52516B2D50587A4B4550623542645A57717A51/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/65313A415A787A495F4446595346682D776F48476E716C4447444C464C5A4E4F532D4D6B326547693353546B3770614641/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/65313A4157505556427A78677058576751324954736849426155744865774B6D4D4470587669507347732D555A70305767/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/65313A41516A6975726650673773305A466F4B774C55627A5A4D4C78455F4550697349306B3431564471494C4F4D347577/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/65313A41514E62456E6D3553693274466A5F775339315F71467668552D7A4353597A41774F306271763849567665705A41/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/65313A415267564F38476F4A6461523142706C69312D4B77706A57455F474A62442D6E4A5A786645737630542D744B6951/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/65313A416265497948787347734D4C6F4248436D735478444974484A6D414C45723666743445394C4B6A706E4652704977/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/65313A415178697247562D6A324E704F49526F6D695863314F67383149306A45387158764C6A696E6931516F2D364E5367/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/65313A416265497948787347734D4C6F4248436D735478444974484A6D414C45723666743445394C4B6A706E4652704977/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/65313A415178697247562D6A324E704F49526F6D695863314F67383149306A45387158764C6A696E6931516F2D364E5367/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%;
}
}
