.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://c79.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A415A75774D36425A683256387968306C764E6C52694231377641373737496A49476B685561664C366F6A6571/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://c79.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41614C63707955786E4C625F3934577049625652724A745938777734444C4C6A6E4C78636B39493643754B55/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://c79.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4163654D6746515165455942346B70584B4C41356E634B56742D724667477A6346563557516B76434464456B/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://c79.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4163564A7A4B702D6A4E6A503070353146465659516A686A6232587A6E736759717877627177466D5F786851/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://c79.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41632D7348437741704E342D42716769503646366D6A7A454D395853646A6861567561754B67636D34676D56/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://c79.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A4164415A644946314A7430746547494C775634445A694D6363324C4B522D344F4D7677624B6739324F43375A/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://c79.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41614B644F4D30483474784E38595A513332426D2D42734C4B53796637386A37764C636E70734B4D50786379/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://c79.npasonline.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41565456744F74565252612D68696D664D457077464D793251354B77375F494B41682D65684D366669714E70/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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