.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/65313A415A31387953626D63627762545A5A64727174376F6E47416D515A53746D7464336F61493947717754377439/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/65313A41623274706B3331395A4D395665326E53653231737244774570556962584A6D4379734E364C4D37476A5663/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/65313A415778583176735A6C746374752D3738505A676464704D726F674B686F6E3468594F514C794B7A3752357546/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/65313A4159693765304D7A435A704653374A6F673456436F575532427535545156765249595A362D727A54746C6262/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/65313A415849573273757835503967506E66736A5355545F7839314C304E7A7145414B6D543749456E776868654F6E/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/65313A415A6B5F376E414A5A7835744A4A71475A5F62556D515A7773765572345A336B6F74617341636D536C776443/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/65313A4151744E7339567678315F54424F6F716E3558384236434952787561526837734766756D6343426A46325761/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/65313A416651435473694A42723833726D78363766526968565869656679696B4965756375554856576A50372D5258/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/65313A41654577482D4C5F73634A33754553556F76616F676C3231515F544A5F5F46445933626938314D31374F596C/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/65313A41636165674F59683455454C47384B37744E495F4455365A3752397868303030714A32613744744C45375574/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/65313A41543861305A38675342496F706268314759696C4466386F66566E764D6A66545F6E355065546C5071596436/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/65313A416268414D7263416C54637749543878334B31456362726B6E6C41676351463077304F6C754E706244523245/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/65313A4161424B39696A5F7A344368717133366F5F624B4339326E444579524B332D6441735663357A33555A794B56/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/65313A4161454346516649614F653335682D55456B7551526973695062497A65696C484A686834746F5A5F79366732/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/65313A4162635464354C302D687A357A315A46534B2D4E4659494E355167503647613371396251376D6A2D686E4139/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/65313A416167643241765A78424253366A6B34634B4372674556487974725462636B695475496231686372506C3470/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/65313A415566744A46655A49434544364B5847545364396347356C56344D675449664A4E4D35377A745150716D4B58/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/65313A4163594E324C6574744849473359542D48656A3443425153795162554D647942687A477A6C51394153467656/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/65313A4159624878303646714169525A324C2D466C4C5F687768763868784E4D336651376F73663674567445496765/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/65313A4162423769363142334F4D767A4964627A6F3652317732484F3849636754344A6341594D6A6A32675066684F/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://broome.unitedwayepledge.org/servlet/eAndar.WebExtDocument/styleimage/65313A416545654B757230706A41534C393842314E433537314658714A694E552D4437485635305154534B6D6A3969/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/65313A41636F73374F7737593162485461355464575F436461537666716B7666496C6B317A534254735A7545384A34/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/65313A41513350504A6939706563764464506B6A39376751625F446B382D714C55534D635A66474F57447779665358/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/65313A41587A74786D31545050557836466F626B69367271787A44576E3146525645635F727A52425551346A357652/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/65313A4165726D717936657544697A4C4178685838316857436268384C374B36525330464477615979777243324973/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/65313A4166303335544D57557072343437334E644D35423637616B724569424C676F753258557A635068304F6A755F/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/65313A415A396C567A6734733262373157657679767356515A73564E524644665052524244386A392D413150656345/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/65313A41563661586B68343864566B70446A6735644A5463366F7164704847796746766F484D337A36646879734572/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/65313A415A396C567A6734733262373157657679767356515A73564E524644665052524244386A392D413150656345/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/65313A41563661586B68343864566B70446A6735644A5463366F7164704847796746766F484D337A36646879734572/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/65313A415A396C567A6734733262373157657679767356515A73564E524644665052524244386A392D413150656345/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/65313A41563661586B68343864566B70446A6735644A5463366F7164704847796746766F484D337A36646879734572/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/65313A415A396C567A6734733262373157657679767356515A73564E524644665052524244386A392D413150656345/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/65313A41563661586B68343864566B70446A6735644A5463366F7164704847796746766F484D337A36646879734572/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/65313A41645F34367A6F4B634447534972393279587248586F45534E2D47524B656A487A2D6447424E7A7367675249/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/65313A4164754C364F5A756537664D5F4378555F2D4A474D4549574F46666675615955545475776F5345476651746E/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/65313A41557A794F382D545162424F2D4A703061664868724966584D575838722D6771496F646D3078484D73323741/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/65313A41664952584965356167352D75317A72564D3667474F7277655135784359585F5931526E77685F6168474967/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/65313A415667326E7046736A677436784E59552D626552494343304E31494D49614D36773973575265693235597762/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/65313A4164325055656A6C345655685845396E3778506B4C4766706C2D76755A39714D73683143706A4B5171495175/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/65313A41625944376C774B757536784C4538627469682D5044533431627865492D685752386551684B693476614159/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/65313A4164325055656A6C345655685845396E3778506B4C4766706C2D76755A39714D73683143706A4B5171495175/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/65313A41625944376C774B757536784C4538627469682D5044533431627865492D685752386551684B693476614159/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%;
}
}
