.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://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A41545539724A34504C783532364A45583945344D393845615453446D5A57493231575F414A426F6461445349/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://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A415663384872334C7A2D45573247316E4D5F556967653249514D635F6E5252772D6F595942694F7452505050/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://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A4155327A52395437346171726F44745F55335A74336E476F44635372374C686A5346766F782D655659705530/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://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A4156457A4E6B436C773753657335506D30566C4F6C4A766636464D3532336D654D312D35577A6335356B316D/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://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A415A7967584C6A724659544279616F38396B59594550623359494875487A476730446B4A4B6F7A6C6F43414A/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://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A41523632734C4751594B3951654F6A502D5F53704D5F4D6A797146657767536A3437417467754F7378394336/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://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A415A646E5946394A4C4463382D344376774945456A7A325F584A3044572D68314574736F4865312D326E2D4C/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://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A41512D464255574E6569454A4778636A445A715759744A694D464974584C3272386264665F6F516A41583758/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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