.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/65313A415272544F38477767792D5132723949314A424168725A76424B767247345A76314A4C584A6B773979437379/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/65313A41594B74415169746E4473796B41304C766C67444F7A77453250586A4959724C666762746A524E6D51554D47/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/65313A41535169593156735763735A5A66617A6D35364A5053302D586D504371385261515235626A566F69774C696F/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/65313A41537966396B5977325559444259666458526B414C3778714E5839724B4D514B4C555A4345374F586B773378/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/65313A41536133697A4A38346770353869667036724E6946694354614749744C7367705A646F4C4179446841744471/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/65313A41516D5256774E62536F5F4B494A78624F51335F34516779463276557878494249783936597275664F347863/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/65313A41657A5459374D50773278674E47385F4A5739344D5841324A6B6A4F74504D5059364A446E3237716352397A/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/65313A416245714D4873715757655961514F6A55496F3667634A696334676734535949626D7036376E4B6342374251/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/65313A4166364E356B6E4145434E676651306D54594D364A373141587061695A4C6E6656417668337941584C443577/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/65313A41574C525279363545717737366B57654A383069764430577A4E76634A304E464C3049316339366752567073/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/65313A415676504A69424552427752614439345F39786766656656707870622D364870316C584F7159447562537531/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/65313A41656A42573864552D755F56554D7A5377446D427774377A2D586A6673375238567871436B30645A75466747/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/65313A4153665135496870706168585051516A44794534444A6D725177554374413046676F6D725961314E48693356/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/65313A415641435138717A30326C7679325345356A416633504D4B6F47716C48354874574C54566C6E5F514A6E4833/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/65313A4158664D4561414E726D6A4559474751467A514B623737364B49754A746A5042746E495670394C4273533051/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/65313A41655F787A5F4D67424D564C486B716574363865753037785F476B6E59635232335550614762744972457748/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/65313A4157615F38596E355452487032655658554A754C694B5752334F7676303979585662736165343958734D702D/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/65313A4165753051506531796E584E657379733335546D4232355A4B435279476947354A784E78494F482D5A4D484F/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/65313A41635745615A594B427852735F4D526B435A797066426D5A5269387A594141524D55676A544D566C3750325F/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/65313A4155484D3232434C7535444C355952324353494B5979535476643658346C7A43413142576F5A66424F56465A/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A41556D6A3658694B5A787949387846316A6A576D3850372D50465F424E416C5158705A58385A35526A543176/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/65313A416574413941447A706E427032594C51494F38376E46474477436B70434573496E59705576784A7135504364/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/65313A41545A64436738575A485846466543514D6C58514E363371316D6B6D756B3973445A4D5050656D6631647230/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/65313A4158703457565273657773706D49496647774954746F7A4B466C4F565743676F327554337A79785843347038/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/65313A4165426A4B48464E41705F48535A473438725A6C7061364430413252704D734B4C34656D446554614B6A4671/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/65313A41566B51664651584C68696961366B72585457795763464C687A53545F37335F394D4B4E506A635136645159/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/65313A41536E457A4174615166325343782D396C6D6E7A4D737A653966765A45386D587874704A306468654C417331/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/65313A41595538746E7233516F794E78554A5852475645496A53653973363433686E62397336465272376750686439/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/65313A41536E457A4174615166325343782D396C6D6E7A4D737A653966765A45386D587874704A306468654C417331/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/65313A41595538746E7233516F794E78554A5852475645496A53653973363433686E62397336465272376750686439/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/65313A41536E457A4174615166325343782D396C6D6E7A4D737A653966765A45386D587874704A306468654C417331/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/65313A41595538746E7233516F794E78554A5852475645496A53653973363433686E62397336465272376750686439/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/65313A41536E457A4174615166325343782D396C6D6E7A4D737A653966765A45386D587874704A306468654C417331/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/65313A41595538746E7233516F794E78554A5852475645496A53653973363433686E62397336465272376750686439/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/65313A41582D666A6731504930626D69494D70593239774A4337477359575771464471506F37634271696D34647370/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/65313A41532D66524E5A655F385A4A384F77506239575A416F4778306945716C707844656D6C7068697842336C6F61/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/65313A41624349333679504E46437951304B61526F6A78356650384378534C376B416749786951552D2D34646A3073/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/65313A4151685343576A4D5049717A2D4355704F5F53646858543253684158794A4750435A776D304A39476E59754A/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/65313A41545464484B776F4D4D67777A4C36554370517079502D66344B3973643266664242344634783869525F4461/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/65313A4155477736616D4730783776325662305A305052766156365F664152394B7735497343595871487937525231/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/65313A41535333534772574E62412D32546D7341787178435F6A6E484F457166356F4C4A73354C46504F49584C3332/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/65313A4155477736616D4730783776325662305A305052766156365F664152394B7735497343595871487937525231/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/65313A41535333534772574E62412D32546D7341787178435F6A6E484F457166356F4C4A73354C46504F49584C3332/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%;
}
}
