.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/65313A41544D487A4732597A6B74775F7551782D61475559694F616A5661494C5636417A4D59717A685F6D70696177/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/65313A41586E5542474276674F74494B596A69646A69636366426535625A587A38586B554B2D79696667364E726C58/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/65313A415866466F756E6F33774D633659645041656C4B68504A78756134315577726B575F5676574C4F7678585630/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/65313A4164726261327362445154576C4C444B42484A59636B66474C61723839754C3537477333553872792D6E6832/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/65313A41586A5442657630697671693064784B6A42424462644251595857526E495144432D5542376755714444564C/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/65313A41667A697A436537515137454F487635456E61514458725F526B5F76582D503475494A456A5938646F526B5F/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/65313A41565A654E573647754445435F7848577630557950503148667773663936702D6D446A7939564638734F4D61/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/65313A41542D72327447624D7435436959495F317135565F6B7554435F784477585773796D5768514830586A385673/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/65313A4159487A6838645430696D47684B624A47586E3038766968776B3753434F6577316550635F6856396E745269/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/65313A41623939776C454E58794271465F374F5578777539327A554F586B34307A7A7072683777356F466C7864456B/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/65313A4154342D6247486E7A7035643466797458326A36705F7151327453702D67584E7A396845647946686E587A32/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/65313A4156795565326B5F736E6D70393136674561654C6C7751623652314C30664B33583877576D6F35566C4F636B/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/65313A41665271757865426B496567774354655665726C68694B633846654F2D47476F4F68416A49552D6F436D3035/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/65313A41647A616557627A356744356C56715837594B35782D5339533046705653376D686779556A6B4A4E746B7775/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/65313A4162656C6D414256573030786E306563795032464B2D567A57365A63756E452D49384C674A307A387A476D62/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/65313A415670726264476130614579515A632D6E79323477544F514A374A694569644F577474507A64344451432D65/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/65313A4151547A50576B5A4B6F34555F313238544A4343395F396F62623762325948545733483555457A62472D4141/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/65313A4159444F546C324B6255657061356C4B35396D55394579327A726F38775F37504C4A42632D3670416A512D56/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/65313A415837345747545379446B304666336877434D3952737762384266756C3064706D5163482D63665062303367/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/65313A415A30494533453346484A69693457304B7A4E793279717670684F3248434F34743731496D4F54783244785F/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/65313A4161346553505A4C49684C6D344B5139374E4A386D317450365F614E57472D5A554D63315F6D444261723678/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/65313A415A3234763362356B39433333776D645763344F526837713458763173654B37574E3655685648415844455F/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/65313A4153725653456678526E43787479706D3650714F624C5F6A2D67577A58445568634A66784D4F3348786A3559/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/65313A4163747565695A74625276784F324666375468444B4935514D387454534C677669596E484F532D6473754255/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/65313A41613057595964494239685F546E6D4831686975594739476D5661555755703273384F535350343437756134/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/65313A416542475734456B616D50413770726B6366396856673770766D47505A62783432666A62454A583951344C44/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/65313A415161574C3739754E726E793876523145317A3841437833557A654D694D75594C7956336D38655A66705161/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/65313A415A4363504C467966385F7364756E5F6C6A4A5A50347A704C556A374D672D7A2D68523378306F7075566667/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/65313A415161574C3739754E726E793876523145317A3841437833557A654D694D75594C7956336D38655A66705161/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/65313A415A4363504C467966385F7364756E5F6C6A4A5A50347A704C556A374D672D7A2D68523378306F7075566667/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/65313A415161574C3739754E726E793876523145317A3841437833557A654D694D75594C7956336D38655A66705161/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/65313A415A4363504C467966385F7364756E5F6C6A4A5A50347A704C556A374D672D7A2D68523378306F7075566667/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/65313A415161574C3739754E726E793876523145317A3841437833557A654D694D75594C7956336D38655A66705161/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/65313A415A4363504C467966385F7364756E5F6C6A4A5A50347A704C556A374D672D7A2D68523378306F7075566667/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/65313A41524B72666B4153557167524E4C686C68763868334F59664E68636F76447177746A47785F47307932626843/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/65313A41564E44414E51577379664C724478717A47336E56766A2D6A62356A416F584A6163775270706C61646A4462/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/65313A4161566A397A744E4B74474F763279764D5A4142534149627532476B4D69794D50427434646653574A704157/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/65313A41524F707974346A6F66565551495170626B305679357258665846713737564D72417151693266476A484B43/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/65313A416431366F526550625A5167543676345A6D743474505138766552775766593845644B67794847537355757A/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/65313A416178534A715037333967386B317676504F7131707248566945656735495270636B6C67313079694C586753/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/65313A4157614F6E2D38656B536D4D3568675648546A732D6C747A507A4656586C4465627A655F4675326C76496C68/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/65313A416178534A715037333967386B317676504F7131707248566945656735495270636B6C67313079694C586753/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/65313A4157614F6E2D38656B536D4D3568675648546A732D6C747A507A4656586C4465627A655F4675326C76496C68/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%;
}
}
