.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/65313A415938794C754F697758353346614743325F5031316D7849622D6E495A577433515936705058673947335773/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/65313A41586D6445344A4C4C646942626A5273714B50373750306F624239326972516A776C47393241326B3534764B/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/65313A415549703574656E327656436B6630784A50524E4C445F4575774F417A686772474D56616F393857774E4C4F/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/65313A4159684C5F656D6848477A3958616D544972727637434655596132645252786250527A6C68536D3662377272/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/65313A41596E744D71736B5061326B594F6D3679647A756F72623762484F79596E4B6E2D5F77514F6D453562706F2D/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/65313A41546E51425A75515F55306F5234796B466D7A356366336156725559436C4B416F6164763955396C5779546A/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/65313A4155713667454763342D31537438326864394A744E47685143633438704F504870503968376477567A704771/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/65313A4158733542716A4F4E4C4E5751595A3977636444614E6A58754956556F346B4C3973396D4E34496C704C6C50/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/65313A4153793256555541343052385159716846543433786348374544796F676D594F614F6164534E63416D714752/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/65313A4162706D576B436B6F6D34775067796B58586E635768343464344B556F39674C46426D514C765046356C5178/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/65313A41645649476D49335857325F375F37443266452D765971574D413565424F32536A74322D516F414746465638/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/65313A4159494639454A6B6A6C75306A5858653630467673674A634758385F716979654B554650726667307864466D/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/65313A4166335F50424F565770397665346548495A614672576F68665A4D652D574A62515358394F3939424C44454F/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/65313A4165544762454B4E72377A505A484566736E4E415465306D6659774C6D76674E33736C534C39336273503856/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/65313A41516B4A49306A703241673841514751446B68416A4355466C37474A3058745972756765492D597652783756/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/65313A415232764464714E794B304175357949736D587A6A7A63646F72624843695572614E785554717370516B5437/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/65313A41643668507A696B77757177695568376F56584249764758723146595A466253556A445A4D76483967744D36/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/65313A41554356692D52645430355F6C516448434D75365F353939665A6C7A75335779465043315F71477344496744/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/65313A4151357675734930566256446F7657685655453461394B504C44664145673348555A4F3533424E7777493637/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/65313A415476617A4150644631326D4376624958464A2D444744786D355F46595975724F546131486D70695939546E/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://epledge.teamunitedway.org/servlet/eAndar.WebExtDocument/styleimage/65313A41514D7252426D556E4B324439462D673369664374736863696C524D653353517254316E61446B5A4E395161/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/65313A4166547865706C4449367866714359774B354E555730644742706F475141744430477A73387066774A735F47/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/65313A416361586959527542397A3749417278706A6C6E63316D3046366E733433706C415135504B64464A4E505838/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/65313A41544D5A53415845335332766E5F6666756152526E39412D4537314E354F547031534C6379666D78366D3256/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/65313A41616D61536E386A575F73475A71384D625A67436330696C6E5465455741634B4B5568596779485271693047/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/65313A41647375337334724F664237364B58365330732D394C52793034414F6E4E6937345A3752676F5A7536494A45/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/65313A4164615647415162793638777255537572316B754B5665377A4473556C425279377141534170795F31546C58/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/65313A415A4F707A5A367A66586D654E6146536F485543627254734D737A5A3967533971496875456E7659624B6243/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/65313A4164615647415162793638777255537572316B754B5665377A4473556C425279377141534170795F31546C58/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/65313A415A4F707A5A367A66586D654E6146536F485543627254734D737A5A3967533971496875456E7659624B6243/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/65313A4164615647415162793638777255537572316B754B5665377A4473556C425279377141534170795F31546C58/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/65313A415A4F707A5A367A66586D654E6146536F485543627254734D737A5A3967533971496875456E7659624B6243/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/65313A4164615647415162793638777255537572316B754B5665377A4473556C425279377141534170795F31546C58/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/65313A415A4F707A5A367A66586D654E6146536F485543627254734D737A5A3967533971496875456E7659624B6243/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/65313A41553546786C712D48305261794471736B7643633273365F3549454B364A33364F47474A3333495235344476/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/65313A415A74385078457968784955784E79793367505336686D7967614333345869584D39315071334358732D5164/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/65313A416635542D71336B354D68425931466547474648396B6A6F467976774A73636C655335676F6B42425033564F/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/65313A415A4B753151513647686459444A47544B4C5F367373486253565456657347694C4A6F687631444B62785278/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/65313A4165552D6F4635433749324C6F69743032374B6136546836505F726472735445664A50434766436F412D476A/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/65313A416179655A614442306C7135345A46614235655A76556B323165793976646E50756863323677333768644170/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/65313A4166445A46547759536238545764545157646E307235316C505F49693278474143487248536A673657434743/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/65313A416179655A614442306C7135345A46614235655A76556B323165793976646E50756863323677333768644170/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/65313A4166445A46547759536238545764545157646E307235316C505F49693278474143487248536A673657434743/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%;
}
}
