.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/65313A415A7A324D6A674E52776D7A52417057676E782D43564567566F6F7775546E467433716C4244787073436574363549/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/65313A4154356B616E755159636536754B77796F725F61396C70593839464D59454D476F5041545951457078527275667030/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/65313A4165744E3659324571317965435F70735539455468322D4F65526C72514A466D61465250726A754341467A6C447267/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/65313A41634974544659317565397A4349347378556354494A6C43544F7467693342716B745F306E5A4235307957704F5F34/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/65313A415730575A45325A494F766A763271325436314134546665782D592D5F696837426D71637355564E54314362516D73/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/65313A416239744C53335556744C744E763555446C79716D504E6B544F38646741734D6374696E5178634B6E5F7A6E6B5638/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/65313A41544E7031776C365A4469386E64653834656D5357414A565F6C6C52434B75625673485846694A763148696A54426B/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/65313A4161615732725F47714572776D76796A64385A71553439507655335975644442336B4F413647353041704279324967/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/65313A415356534343305535526B6F4F51393063534A342D4D5F6E334E6D5F54756B6B4943345978704650394F7252425030/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/65313A41594E795F786238424A7063427163486B495A47726C502D3739596F666B3538497252716B496E6B666B576371544D/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/65313A4162566C5A445436474B5168664E4A334C6167433746636679447A34757A68716A716445484F4F3752494B334C6D45/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/65313A41654F46774C37544F3741767651644774314D647654496E755778475A792D6D7A685A437050777A4976624148784D/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/65313A4166662D47714C4A6365764B64307A794C4C444C42434352725A5553655864587177596F73733532436B38655A3063/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/65313A4153515446535A687266586E466D5073614C393667714F552D62686E386A7A614746316D31466D6B58384E3345306F/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/65313A415958494E51735349416B454E6473715F34657438736F467942677331506B464845514E6945576E3572375F6D6977/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/65313A41566466715639673363366D586966675A6C6F30624F65715F6362707632754543795435366756566E6450504E776F/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/65313A415544472D506C436C497939777150703863584F5F6646396D542D676B32513874584136566838746C51484C4B5377/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/65313A41636E31556E434F6A5675426D6B6C614E337173496F573759574B6C70484761533079566B4B2D366847396E46446B/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/65313A41534642593465525844544C474170637659396649584B395F31395764523141645151734A594272517A4344595067/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/65313A4152503870547A492D77744861515A6D336F526E724F6D656D376A4A79656E72544D624F7372333274654C4962596F/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A41636D797145557A3065783456584E5665696D70416A44534731716C313459366878574F314C45657332596C346D67/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/65313A415269394C71316F6F662D614E61477A516A5637793263357772713272734C346C36466D484E35537865454C323438/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/65313A4166624A57624645546C3166476A45674E57764E524E7542474254426D695245575141314433394942745536673238/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/65313A41537A3746307667544F59454B684376327952594E6A396B596F444342715774343235333158595654584159694A73/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/65313A4155645932392D675A626C62636D4862773032344B6B6D2D56746144736F7A5A70624E614E7A70485A6E724D706F6F/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/65313A41584B544F6E6D6B4F4B6452316D52773973584533433463754F507A704E543039466A626E786A41765F7563365341/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/65313A41656846354E6D465F507A6A62547A54574F2D506F4961707A324A2D4F76552D574F74516E6E576D596D6765785955/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/65313A415664694C5A6A49586368795F4E68384A7157627543535550486A6B4D4452775A4A48346D5148426567726C345045/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/65313A41656846354E6D465F507A6A62547A54574F2D506F4961707A324A2D4F76552D574F74516E6E576D596D6765785955/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/65313A415664694C5A6A49586368795F4E68384A7157627543535550486A6B4D4452775A4A48346D5148426567726C345045/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/65313A41656846354E6D465F507A6A62547A54574F2D506F4961707A324A2D4F76552D574F74516E6E576D596D6765785955/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/65313A415664694C5A6A49586368795F4E68384A7157627543535550486A6B4D4452775A4A48346D5148426567726C345045/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/65313A41656846354E6D465F507A6A62547A54574F2D506F4961707A324A2D4F76552D574F74516E6E576D596D6765785955/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/65313A415664694C5A6A49586368795F4E68384A7157627543535550486A6B4D4452775A4A48346D5148426567726C345045/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/65313A41626C61504A5F6C377376647538744F786866747246514E35436B6A652D7466444C39734E4A58636A764D78586249/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/65313A41612D51474E366A334533782D6F57537136357679304A5F77547771375832664238515435394E6F4267635F4D3655/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/65313A4166663644676D70585553585137646342666275646B7458465138465F325130316336486A70456F74576D732D3967/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/65313A415A65516432476F3666616D3565482D32566E756765516F335238705833527A4C5A685A4732437674466D31636834/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/65313A41584F356E4A6855596659645753556479506C63516F6F5A37594F654B656332343961364443614578463077726B55/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/65313A41556534363651345457383268763934322D6B337A62656E7251616B69304C704864624A42764B695562735A61696F/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/65313A4159766B61484E733049566A79354837516450797A527248743851505671564F6737657A4E30453379725371306359/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/65313A41556534363651345457383268763934322D6B337A62656E7251616B69304C704864624A42764B695562735A61696F/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/65313A4159766B61484E733049566A79354837516450797A527248743851505671564F6737657A4E30453379725371306359/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%;
}
}
