/*Localized Content Styles - Depends on Geolocation IP plugin, with the option checked to add classes to the body tag based on user location*/
.geoip-country-US .non-usa, .usa {
display: none;
}
.geoip-country-US .usa {
display: block;
}
