.PledgeTypeSelection .TypeSelection {
display: flex;
flex-wrap: wrap;
}
.PledgeTypeSelection .TypeSelection-Items > div {
flex-grow: 1;
width: 24%;
max-width: 24%;
margin-bottom: 0;
display: inline-block;
vertical-align: top;
/*MAX WIDTH FOR LAST ROW*/
margin-bottom: 0;
}
.PledgeTypeSelection .TypeSelection > div .form-check {
padding-left: 0;
}
.PledgeTypeSelection .TypeSelection .EntrySection {
width: 100%;
min-width: 100%;
padding: 0 1em;
}
#PledgeNavigationB {
padding: 0 1em;
}
.PledgeTypeSelection .TypeSelection input[type="radio"] {
display: none;
}
.PledgeTypeSelection .TypeSelection .EntrySection input[type="radio"] {
display: inline-block;
}
.PledgeTypeSelection .TypeSelection 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 input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .TypeSelection input[type="radio"]:checked + label.RadioLabel {
background-color: #0168b3 !important;
color: #fff;
}

/*Donor Advised Trust*/
.PledgeTypeSelection .DnrAdvTrust label.RadioLabel {
background: url('https://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A415848304B644F513735673343787437566457555F374F323842487A375458676C45713932326471346773353577/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://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A415A59737269573069776B6D46764B33513268796D7A4F5247526137484B445472647541396F57336651386C4377/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://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A41636151496F777659354D46455F7458596A514A3472515132415A624E526A2D367A6F71362D514144314F636D77/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://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A416663326B4A42775638625079574B3349596B6E66454A394E7162776632644E473465504B4863547030672D6641/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://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A4164626B75624C556D344A4B723974433265576E4136476D4531384433365A4769343543564E315F5031306B6F77/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://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A41585567655F437555395F7943625A6A395A69616F65773270596A615259492D7A66533656555574474744486B77/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://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A41544C454943484D31626138786232697846456B353945713633655545736C4563544C447972384E497863377241/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://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A41656C50546831754B55554F3277344337542D56516C717150385367354E57466E49424853515F65767A69753541/icon-billme00-selected.png') no-repeat center;
}
/*Bill Me END*/

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

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

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

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

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

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

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

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

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

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

/*PPExprChkout*/
.PledgeTypeSelection .PPExpSection label.RadioLabel,
.PledgeTypeSelection .PPExprChkout label.RadioLabel {
background: url('https://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A41614D4E716F5F547961426A7278616E7950386433733971516D3435667779785A4876695A78304E4E6246554967/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('https://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A41566435366F4E634949324A544E73616F437652326B473741486F5578345658434B4B5877743357414452663941/icon-paypal-selected.png') no-repeat center;
}
/*PPExprChkout END*/

/*PTO*/
.PledgeTypeSelection .PTOSection label.RadioLabel,
.PledgeTypeSelection .PTO label.RadioLabel {
background: url('https://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A41543473416A53376C7A306F6F6A357848673652714E7966794D7063354A573856744930373672787858526F3877/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://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A41664A3470434350514466593138544331554964336B59744A726D517167322D61683477787431584A48544B6E67/icon-timeoff-selected.png') no-repeat center;
}
/*PTO END*/

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

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

/* Small devices (tablets, 1024px and down) */
@media (max-width: 1024px) {
.PledgeTypeSelection .TypeSelection > div {
width: 33%;
max-width: 33%;
}
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
.PledgeTypeSelection .TypeSelection > div {
width: 50%;
max-width: 50%;
}
}
/* Small devices (tablets, 420px and down) */
@media (max-width: 420px) {
.PledgeTypeSelection .TypeSelection > div {
width: 100%;
max-width: 100%;
}
}
