.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/65313A415171666C744543724C6879373341574956694B6F5963305346696534697971493976686C326955312D78373877/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/65313A41536F625A6F416550524E4E45512D39686D70596D336B4A68474A78454F2D33595F3254614B5969486956376767/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/65313A416267486D4269474C554358755A2D78456231797873643751534A59733854655555754B72776136784264414151/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/65313A4154384E6A6677556A76355F3141736B5A4C3179436F7469316944307778565967765978634B564E637678755F51/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/65313A415A4B4934583057567A75485348492D5A6E415975537244776164506277363264786A71427147646E48724C4F51/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/65313A415A5737714C4A34727756707558536C39374B3852347330734F525A5F485A4B365043573645684B5753686D3167/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/65313A4153543133715A79386D61474A306E5F6A656B6657544D30303438474C333361364D6F4B5F4A4254337A46775467/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/65313A41654939614B52647245464F4746475865326F61494D4966314B6B7232356B577A504136505242434F7668553967/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/65313A4162365364567834542D43705F307863314E493079715F4D696B4D51524F4D74523449394D345167523732556177/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/65313A416237584772683449754C5473657864534C5F42662D6968316E50446B4934526938437444626545436234636A77/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/65313A416244514A6676596C455A61315F7A304A4F6452564B445245466C48364D6C714B795A37517839524F6278584941/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/65313A416145635962704357796A696263334F52574A647457433765684D65496B4C6E7062575877343650776971674C67/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/65313A415963646A4F76725A415A7862666B55554A324B58774548426D5174684764314B7930656E373156426733366977/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/65313A4155425A36626430394D466C544E5930726B4346344D337172755156564D78306847506754356E43556B5A484E67/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/65313A4153526F346C48322D37537346577653503353454B384A7670754945684D30616A5737686D6B554C356263596767/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/65313A415335497446396C75524E683157587A556E755F736E524E6777786A534B72486F393978554E634D6A6733556951/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/65313A415478514D6E64786C4E58584D5F65396B5A7873476E46354D5264707A6261335A66614362565835323556677477/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/65313A415952613275504E384F565644467536394665616E644E533567767A2D776D6844566D7A7048536E5F6237375751/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/65313A4162477A684C4F74633732386D31705A68363843594643766C6849612D6F6B6A5730444A365F66395A726D7A3677/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/65313A41616348526A424B34375F32694F685052567451444F6D6F7263774A64426D68507637394241416C50774A763867/icon-ic-selected.png') no-repeat center;
}
/*IncentiveComp END*/

/*IntendedGift*/
.PledgeTypeSelection .IntendedGift label.RadioLabel {
background: url('https://uwriweb.org/servlet/eAndar.WebExtDocument/styleimage/65313A41534736374167485730786733465331484B68364973316A55737A3564524E62565870357433764A5F646D775877/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/65313A4159564A63456E7463736C6D4757423762413431784F7A38784664736650654F393474694D555356535F76683767/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/65313A415978426C3368705874764973784D7664302D5F437753494A504D4E6C5F5A394A30355255676D68764834534C41/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/65313A41645670594C324548323353427A69765371354E7452725471446B47704856446573484D7638394C514A6F4C5341/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/65313A415565756E70484B476B68586E796C597A5043446C777063316F385272765461664E6A72484672514E4E4B466377/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/65313A41536E2D51417258355F7634504D526B314E5734467949484D6E2D7058386E50326E4A6D75496D776F41764F3467/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/65313A4153634435544E6F7345574F3532674F653944614D6D6F6733587662654D33693234697A4567704F636841496E51/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/65313A41557A61675A5733726D72504F6F636C75377A576667727A4F43785A504671765249774A76794F665A4D50535151/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/65313A41596345532D3832703249375678446D694D5F347773706A6E772D6B666D555630654A70425157395A4262627877/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/65313A4157692D7A4B69485F6432373775566B6363525262544F6F726559735278714F4579317042684379385155436F77/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/65313A415A726E397A50354E3047485157506E6A5A79574B68644D634F5F6855322D75473738366C6976517744644A6867/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/65313A4166556358455850485342354436625A3852524A4B526670704435794E467077715953705F415843455350786541/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/65313A4155327650726B5246755F4F63376B73336A6E45507336786B67585431335563724C495050434B31514B356B5351/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/65313A41666D644D6338334F4C6E50653050614D5351387632504436454B39326A61466F745841426B75785272496C6967/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/65313A416332756244473241356B334B39345A5A68356657424966557975457871615951765A433768476A305A78647877/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/65313A4162523377724E62447744665164505866543444566E4C2D58556A50326D737745674972456159554F4371555051/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%;
}
}
