.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://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41616275672D6564734351636768627A4239793069736A64432D354B6871696A5F4C7A5A7649724C30587679/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://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415A444852576F6676444242544C3154384E396F7A6A79345A4E687653545933585565584F4369386C327276/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://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4151786F4B30465347742D6D353264306A6D6F45583072614B657843576563335163706A4B764F576D397756/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://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4158475375564F544444384B6A735243743044446A2D5662754A5F577242436C636E4441614D4F6C53427855/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://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4164497A6C4B555F4A49395A773747527A75427A583847703666384672633379516B66717173305053613541/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://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41655A49795932674D7547766E4F767179635268595046577A626747755231746F46492D435172754E316535/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://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41645345326A6870697664374A4D30364B544F487A306C4F576E776A386F326C4A3359334266624B566D4356/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://c71.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41653235756A58756C38544847794A645443396C4F4344386236556F3851315758576C37755146624F564647/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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