.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.uwdc.org/servlet/eAndar.WebExtDocument/styleimage/65313A416543496B71565147645571716A6D743855624F65376945334374686E36644D775053574A69416368445F6E5651/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.uwdc.org/servlet/eAndar.WebExtDocument/styleimage/65313A41552D4A4771586B6B677A594966706D5736706E64664A373333696C536A643747772D4259417574427173306A51/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.uwdc.org/servlet/eAndar.WebExtDocument/styleimage/65313A415A4A5273582D396C3676387A706A706E76484A65634C736B466451576E32746A3336766F71524B3044445F6F51/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.uwdc.org/servlet/eAndar.WebExtDocument/styleimage/65313A415334556C5752664C502D41734B50625235366164764D5A41635F6B496154357333705161736C70784959595841/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.uwdc.org/servlet/eAndar.WebExtDocument/styleimage/65313A415A76726546707250367368777A395359635770627959766D6A636B6166464848355576524F674D61366F6E5251/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.uwdc.org/servlet/eAndar.WebExtDocument/styleimage/65313A4162314C594D5A2D42564F383359642D59757232715A7058744B5478595F31374553416558534D52423070793351/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.uwdc.org/servlet/eAndar.WebExtDocument/styleimage/65313A41514F4858614D704A5845745F4867345635556A665F43757352756B65634C527977435748446E47766974505F77/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.uwdc.org/servlet/eAndar.WebExtDocument/styleimage/65313A41624B39365542427641573850475A684F5558344735496B44307975764A6D32456C6E632D566654574542335967/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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