in static/js/script.js [479:489]
$(function() {
// If vendor strip doesn't exist add className
// if ( !$('#vendorStrip').length > 0 ) {
// $('.header-hero').addClass('bot-bar');
// }
// If is not homepage add class to hero section
if (!$('.td-home').length > 0 ) {
$('.header-hero').addClass('no-sub');
}
});