.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/65313A41666E65353876436348754E525736334F4D7A357957776D6D42386430456D6E78704672774743474F617647/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/65313A41527833647267506A73744D7265534156536E64496979552D445F48484765546171687246314A5A352D7178/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/65313A41612D7A6D65717A7A677269386F4A4147653670616F4D5138506741725F5A676B45644744697364692D526B/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/65313A41655035396A6E4F4555754B5F2D697436314166746450367952777079776239584B7948556D746335376954/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/65313A4158436377656E6B7962487A566A4F75526E4D4B4D356B7133306F4D6C5F45727A6239623570684A42376463/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/65313A41636D4630303768634C615475614A3432764374626643625374586D7A6742765863435F3047504F31334B52/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/65313A415678665668497A50496F764E467538527045505F4D443459777036683732776167714F5072487955675766/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/65313A415370784F41433253623169646144566C6C5F4A6A6D58786D3475737A486C6C725039553353347753676138/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/65313A4155504445595F595263785F4538725F6F50524430446B46793079534C52714C644968434E66477A636B5657/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/65313A41527276505441305552796A7574716F434E5351503875306E4C63756A3255654A6C5F61676D31385861546C/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/65313A4156676D7665414C7279724F452D736238756A38764D78444D6E344946747754535A434A55765442756C754F/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/65313A416256417370756D4A4F7A6C686B446C374836576238475837366C2D2D64306932317066655852395069594E/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/65313A4157647462464F555644364D6F4533797137755838622D6E7347686A4C6F6D70616B76377954525A7A493330/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/65313A41624F714E636C76747A39657364725A6B35763237437A6567696B556855414F756E716D7576526D74466779/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/65313A41656F446B6D78655644706E4848727378784878366641525F6979344D4B48784A666647522D757958705771/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/65313A4163786F67314755664B6D35422D7969486C383865455A4A4C73563033716D4668756F4858756A735378444D/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/65313A4153664E675F454A783663734D496E63696D4E75614657594E4C3139677356456172586B674D39766B476845/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/65313A4156544F63314944725643704E3472506D567457746F65676E374C44424168735A4C3846557943506A513375/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/65313A41647743524D786F4A6A34704A67744A6B7155356E5444354D366C55536C6149635F4461456A5A3248505863/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/65313A4155687649776639333767714266616F494C43326462476439687454687568586479674A72415A466E464879/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A4158455F53345F345A6271577672567136676F42664E784C6F624A4C79467648554E706E704F73685269486D/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/65313A4154713774586F41342D4A4C767045774955492D794F514B5F5F7A63717670455031644235304B7767556B63/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/65313A415979587A76547564693253395F58675F6469724F497655347A38776E364C704765646B4C536C7450356236/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/65313A4151524D7041736E57476A3330346844334C7A39336B713575344C54495579456354506B56566E4E68493262/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/65313A4151707462433678394445657A57474E6F735952616D526B4C37423371385746586F74434433724C72737454/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/65313A415A506F3067332D36646A6A334A4C7845794B5571394D464E7A4D48317134646844484F486F6B6265795953/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/65313A41587036724F50693162546A7076516543395A4B744C79763273664B5F5542533050614537325A30656E4673/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/65313A41576D3273434F41665F344C755444314978713550694554426B3754716F765F585479765335724167347235/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/65313A41587036724F50693162546A7076516543395A4B744C79763273664B5F5542533050614537325A30656E4673/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/65313A41576D3273434F41665F344C755444314978713550694554426B3754716F765F585479765335724167347235/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/65313A41587036724F50693162546A7076516543395A4B744C79763273664B5F5542533050614537325A30656E4673/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/65313A41576D3273434F41665F344C755444314978713550694554426B3754716F765F585479765335724167347235/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/65313A41587036724F50693162546A7076516543395A4B744C79763273664B5F5542533050614537325A30656E4673/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/65313A41576D3273434F41665F344C755444314978713550694554426B3754716F765F585479765335724167347235/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/65313A4163553774576B7573576679726254693353597037336D6B48765730474E5658326132785738733462346457/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/65313A41582D394F5234667958534A3756334D4A5245666E764A4E57707562625F5733486B726D394D58475A783754/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/65313A4162674F477567486168796D4849754E796A505375704447772D434E696D316F5636735A346F363870505174/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/65313A41556A51765F4E6E30315F79655152756331365F452D434433705145332D2D796C2D445246314F5F72376958/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/65313A415962496D523355755767474452666479432D54656E546B66316471523738374B374F3864327972576C3975/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/65313A41616239426E586778576655587A39573731627459666F73464F72564B4C4C7A6E37695A6F354E75466F7762/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/65313A41562D5F79613054436E69676838644238736374344B7641465364357844684A7851674953744169392D4B75/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/65313A41616239426E586778576655587A39573731627459666F73464F72564B4C4C7A6E37695A6F354E75466F7762/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/65313A41562D5F79613054436E69676838644238736374344B7641465364357844684A7851674953744169392D4B75/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%;
}
}
