.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.teamunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41647653613443353465735F7A76586B7955363578652D516C78614249747165724E4F614D51535A4D2D4655/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.teamunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A415A5255547A7258415048744E78314657734A5A43304848395A63454B6657354C79516832476331675A686D/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.teamunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41585F6E79633175326A3645446848365933667A4C70764A626D794D4339775836373548684F317931506779/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.teamunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A415151364C345A2D6F546956786B555458783151305A6843514449633165584C6F5148694F34564D684F506E/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.teamunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A4154497470662D6330436D5A63574E4C6731724A534A526C5844304A474535474A63754A6E64573131553438/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.teamunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41564759475144334E383055326241563649395A4B70327048474E56484A4E347A6F57596F6645656A734A5A/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.teamunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A416668373742654E4E617574304A4B4C4161526D584941766A366B32526272594B676463424B494C43656A35/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.teamunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41557A644E5570547878353775795279524A4D373268374E336F763775746148737A67316D714D3879523563/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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