.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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A4153744F5656717A553952553543626B34384F5931326C305578513964334E675352554E57726462476B5938563355/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A41665F525076486A583264416C4B6233417766354E75695569436C67766F4B6C416638335A636A626D495041396A6F/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A41646355384B7245507679546A307A71324E346846746170356E467150624B6E73746D4F5647497353504E46733667/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A4154765869384247456F507564555F5352644E4B664767623957704156333966484F7A6379565A44364D736B595745/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A41635731305F6F74623365337048534F736E4C615441334977567167324C596555482D484D334252436E4664314E77/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A4164456131427577794956322D5A674A56454D61764674457247765F6E4A726861616F73656E78634D674A34636573/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A416267333974517849514D56597861394A52695F514C67366346587143677A6D43326768724E685473467563637530/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A41623047324B696F747A7654467859377259456C715457626E32467453457438366542634734556D564B2D504D7451/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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