.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/65313A41512D65396439675874596D3467496E73524A7679504B416A726A6767303075533250733743643637705A70/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/65313A416375732D643669316E4E744648584F6D5A725256722D554F642D785F3274384F7152347465537958424967/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/65313A415A427969396C4B4A6B70386A5176385A423053555A385A742D746A6861614E4574577031674C3477635538/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/65313A4165636B7159516474694E4B685473664956364863497A326A5550585F5354756E726853613166416C6A4A56/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/65313A4153422D4A745F50727533425A5633336553534F5553336D775F6D72746A415067544A42742D4D444D637568/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/65313A4153746B6B4F664233424557636F3479695464705067705F734B646C6D6C544A762D674D5873475271434F63/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/65313A4151473777617959304E68684B334F7763314261576D635673676B6E685746594E355631654577677A414659/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/65313A416264414856596657644E37535063716B2D456E51773873655345414F3933714E74416E784C64555F563856/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/65313A41646F75537438574A55724B7477594E74374E736862416D5961727647736469675375446971424746547172/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/65313A41586A5F4E7872327545463943775A72594C783547336E38435055707835625A334A4C556E7A446C306D3144/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/65313A415A376766715357444C63325F7276546864394D774E535F4434666C66716A7A353655525132597565564C56/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/65313A415A43526938356D4C47325F325F304869794730796A2D32583144535372545259657039327777747A617265/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/65313A4153487044636947545176437A6B746A3966583732386A33546352497A517758396F43594D6A495930323672/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/65313A4164696D72654361695677504955444A38624847496141746E4A41324D4944524351496B30756A6F44473679/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/65313A415A565A46455F306F4A4E767043452D326E795972394745785F50534845673746596B4F416A577562594A67/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/65313A416479573859733065465A58486C57306D7750645F6C68623652516B4D4377494C35556F685F684D7A356C6C/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/65313A41525946387147525F6A2D44334A57573748514350444B6370674A3947714846356450525648653951434459/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/65313A41583957554B75546B62796A3132614242596969336C5F32703555676E6F43484E4574656B466D34424A6D6F/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/65313A41655A6B476A416B764F54763454424A5974793752556B746E3130304F566D784E617531786C634F4E5A5131/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/65313A415754677A4B7678364C7373483033714979564558515A4D346F635F6D623964656447394F63775269734662/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A415843326B4E336373634158534C646E6570613838637175785F426933335F55562D53496A41314365675875/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/65313A41644F6431797576713373785150505655563465394D58526F7568643175343376722D56702D61534F4E696A/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/65313A4161616F5331663435335F7852784B6569704C7049766E6B635042765F386643746A2D624D6E396649683463/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/65313A415836784333677730442D5A45656B657931682D35506E4271696B36574D5556494A4A6258674B546F537943/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/65313A416638394833457450373655517556594130477A6E79535061525357303841797131656D676F6C3676774B32/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/65313A415844347A464332634A7041456B33615978684544724E6B4D6F414E62412D33353947563850474678587171/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/65313A4155544A464C4E726E7671374A4862334A31446B4379706277613644796E7749572D4D41336A506B7869304C/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/65313A4157683859545A4346523035666E6B6778414A776434443658316A6A7A4E783279397A635779652D66426679/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/65313A4155544A464C4E726E7671374A4862334A31446B4379706277613644796E7749572D4D41336A506B7869304C/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/65313A4157683859545A4346523035666E6B6778414A776434443658316A6A7A4E783279397A635779652D66426679/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/65313A4155544A464C4E726E7671374A4862334A31446B4379706277613644796E7749572D4D41336A506B7869304C/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/65313A4157683859545A4346523035666E6B6778414A776434443658316A6A7A4E783279397A635779652D66426679/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/65313A4155544A464C4E726E7671374A4862334A31446B4379706277613644796E7749572D4D41336A506B7869304C/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/65313A4157683859545A4346523035666E6B6778414A776434443658316A6A7A4E783279397A635779652D66426679/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/65313A416334634E6D414B64364E6B7138786F6E3338594E42576544627A5470665858373468507153616249567363/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/65313A41654A64617173487765505A726844333471774D68386F484C75592D4F56394D36413674446A766E36673754/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/65313A41525F4D5F5441664C303758473761533434654B3843395A7358626A697037506B4C7A2D30594A716D384E6D/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/65313A41596B413541736E3365464D424A756550786F644248524C647169654E30637631425950366F66686672526C/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/65313A416132434938587971727272496D5931493565573235434C6F4568494477325472424938772D6E7351494D6E/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/65313A41636A42334975697A537A42394266303354634B4C59466876513939356D6C39623253335F37647A516D386C/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/65313A41616B4F746D764D36303662747974386D496275315257564E714177657A64334A5278484C487A4444507465/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/65313A41636A42334975697A537A42394266303354634B4C59466876513939356D6C39623253335F37647A516D386C/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/65313A41616B4F746D764D36303662747974386D496275315257564E714177657A64334A5278484C487A4444507465/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%;
}
}
