.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://epledge.heartofindianaunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41547072595472736945414878777369695F4139534B4A447645506235534F3631645F6B546D687131683231/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://epledge.heartofindianaunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41566377454D3332325548322D794E462D4D4A6B414F667648574E6B5A5269664C5632396A462D3365693855/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://epledge.heartofindianaunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41594135636D64364466364A7871376563763132314B5F43597A5A4167377167597665704C67706D3261565F/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://epledge.heartofindianaunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41547145454C496255755766777A423744784870464F6775337948774A6E4666386D6E627157497651726E6A/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://epledge.heartofindianaunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A415253627264424B716172316B36334A78755F5F7936394272793739677477337A5F6C4546517751524A614B/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://epledge.heartofindianaunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A415372597A30335A4964332D46393578305755637957537959553030536638584154734F444B396146364E39/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://epledge.heartofindianaunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41526F356369562D6B6E4B5554665753656F674A536D30336E6B365962784954384633345654794B2D414E73/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://epledge.heartofindianaunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41626238526E5A774D62623066676C4B6D35643861766D385A39355972417734586572513152575675774673/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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