Sorting "New" states

I have a CMS of U.S. States and I want to sort by each state on the template page, but when Webflow gets to the “New” states they are all (New York, New Jersey, New… etc.) included. What is the technique to help separate these states so another civil war doesn’t break out?

Webflow sorts are case sensitive. So you need to either have the field in lowercase and transform the display with styling, or add an additional sort field. Could be a copy in lowercase, or an integer based value.