.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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A4157464C5066643239457468797642765038394856412D41344E32573659314B2D664F4C3045574965617072777A34/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A41534761547039396D446A356D4B396F5945324A5541444B46316B4E76383766375364442D7561774D597147304830/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A41594B6B367A46714F684C4D5A5742525A6F367870667A385868436A6A57414D59546273675A4B494E48756D647563/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A41596A7942565F525246497A6357354E497A77623863457030744B3676326F7571624E746B42744635796836453445/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A415172695978475061644B757852394A2D44624238547172616E4B75457647306542746A516B594D76444434386549/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A4164537767507152727774304666754359724E665539464958633066745135325062514271305544572D366C6C5F6F/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A4161314543584C5235644F5038374C2D6B6C7A364E4E55754B532D6355567741736D61596B57615F55366D69643849/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://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A415474623655654666555A3667357771386D766874704E32553737512D6830635061645F435577666B4C6250735459/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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