.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/65313A415359434E30702D346E75795F6452537A497145503951507471596C594E5173515354756249776948792D6B797834/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/65313A4154363233764F52544530783248705F555335437577597833507174334D546F5258584D6238677650534170516855/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/65313A4156352D696739342D625F3676796F4B6D4150724864474E355633674D344E3863645054686E31634B6D74364A3430/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/65313A41554344365076636564453362306B4D6F57344E6E446E32776A4643646533555F4B35446C53452D76475A4A747634/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/65313A4163305130474A6C484C7267345F3556714876435F3071597466654E6B4F417872544F6834674C5830585678576434/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/65313A415958767941686E65657756535461484A7975306E707542765A524A46586A47645A4943676D4E4F48396E6A565445/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/65313A41554E41776D4C6F4950594A457846325073776F33344E546C7A7931676D63417A4B4D6574794B78715A4435524F30/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/65313A41594569745A44306A7679466D685F6E787A446A59767049547A55776654416E684B70396A4B6C4D575F2D64437563/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/65313A4153704E3570734956374B4871745457374E6B5754613176723633643973464C77324A324F4B53744B5F542D707630/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/65313A41536A68517257636F48485A4B41693734535565394A49414E504941514A68593142483232495961355A53426E6355/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/65313A4152692D7A2D38467A32315A4F6D4A52305F64426A7279333375734663456F7358434F674A3132316C31364F665455/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/65313A4161446B41424169707A6F4C7755386C79436B64654B3538386B333070564D2D6A63767A424B4F44786A696F584830/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/65313A416145496132796F464B4355587A38325F6B5156706447704575765A375268384D324774594C4E347836337079356F/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/65313A41644834314A4D797038674A426A595F5F685633574F5347757A436361694965333243787148315548637056467151/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/65313A4152734B346F515A6A69626134644F42675137796749707750304E546B6F5A2D5F685A33713932466261676F366B67/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/65313A4155646B56433972505558637445584B6A346568313561564477325864526646795F515F4E4B68626D7A2D724F3751/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/65313A415638493269754D564F61615665324E644F667A39435F327978723763787A486D48535F344A4C45674B42654C2D6F/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/65313A41516F645A637A6A5F4E6C64553971556C514A50417564796A50544D2D6C70784875482D4F6C7A68504D7942514E6B/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/65313A416474493268357A614A7657755F50793766556F723076335441755472766C64346D707043484C72714F74664D3773/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/65313A41614461495A652D69537947374C4466634857766351584C33424955505063544F586171306A6E4861654469315A6F/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://my.unitedwaytoledo.org/servlet/eAndar.WebExtDocument/styleimage/65313A4153654F435A334146536965784B38777970486D4D58444A583651315A3858454269756572506E4D633548436D4F30/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/65313A4159455834623371726D7056677A6931613745524A70486F75796375484A647932783343435A57794E34785A415034/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/65313A41654248315043654B686949504F3351375A6F6562767A6A4D5675555272584150514C42776936663674556D645759/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/65313A415553396B534A4B454A6545623257587068707A676667687858443338624663617752717957735966486D76385659/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/65313A41634A6D7555757546333364643451414C766335366156555A4E376D65464C316A7073565036312D6B5839644E716B/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/65313A415365795465644F5F675171736A555A674736645A42514B6C6C314254427837776477584A35325574515A58625551/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/65313A41664A2D377961336638637174574431797831644C63524A514135485F46567165346E6C536437635A2D7A43486473/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/65313A4162704B585439532D4E7359525847705A52757542667A7471415338724D4A44566F63655F527A6A6D39524A765349/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/65313A41664A2D377961336638637174574431797831644C63524A514135485F46567165346E6C536437635A2D7A43486473/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/65313A4162704B585439532D4E7359525847705A52757542667A7471415338724D4A44566F63655F527A6A6D39524A765349/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/65313A41664A2D377961336638637174574431797831644C63524A514135485F46567165346E6C536437635A2D7A43486473/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/65313A4162704B585439532D4E7359525847705A52757542667A7471415338724D4A44566F63655F527A6A6D39524A765349/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/65313A41664A2D377961336638637174574431797831644C63524A514135485F46567165346E6C536437635A2D7A43486473/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/65313A4162704B585439532D4E7359525847705A52757542667A7471415338724D4A44566F63655F527A6A6D39524A765349/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/65313A41616F436D4D6437626F376F354C6F614265434F32566A5777554C362D443932506668575A58584E6F436D56464845/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/65313A4159324D3635757848644C4E5555716877704A434D6E77305A33584C334541307A30334B4E77353379445745493463/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/65313A4161514E4A2D4B356C304541584C68676C2D4E3248447132624632772D4C57575F5A7637686247776F332D4D5F5751/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/65313A4155384F6F2D65746D4557675145425556376A45705A41706656347075552D52714739763973516E3075664551394D/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/65313A4162645F5746376D53645833415844786C315A78795245664B734D5A4D416D7A6B74484D535A44314176683064516F/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/65313A4164324D6752542D504B696E5973706E51696D6D716C6F7273684B4C3869786A473663484236464B4C464A755A7459/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/65313A41544977437A596E6E7753714777765944426A496E50467779517456354D677A45653972674E634E736155754E3741/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/65313A4164324D6752542D504B696E5973706E51696D6D716C6F7273684B4C3869786A473663484236464B4C464A755A7459/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/65313A41544977437A596E6E7753714777765944426A496E50467779517456354D677A45653972674E634E736155754E3741/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%;
}
}
