'; } else { html += '#000 no-repeat center ' + vAlign + '; background-size: contain;">
'; } } else { html += '
'; html += '
'+ decodeURIComponent(items_KUCqx1mNAmmW[idx].bgMedia) + '
'; } html += '

'+ items_KUCqx1mNAmmW[idx].header+'

'; if(items_KUCqx1mNAmmW[idx].showBgGradient == 'YES') { html += '
'; } else { html += '
'; } html += items_KUCqx1mNAmmW[idx].description+'
'; $('#cs-hero-content-_KUCqx1mNAmmW').append(html); setItemFormForBgMode_KUCqx1mNAmmW(items_KUCqx1mNAmmW[idx].bgMode, (idx+1)); } $('div[id^="hero-content-item-_KUCqx1mNAmmW"] .hero-content-container').click(function() { var tokens = $(this).parent().attr('id').split('-'); window.location = decodeURIComponent(items_KUCqx1mNAmmW[tokens[4]].destURL); }); $('select[id$="bg-mode-_KUCqx1mNAmmW"]').change(function() { var tokens = $(this).attr('id').split('-'); setItemFormForBgMode_KUCqx1mNAmmW($(this).val(), tokens[1]); });

'; html += '
'; html += ''+items_cezuyBI9AsEV[idx].description+'
'; html += '
'; if(items_cezuyBI9AsEV[idx].showMoreInfo == 'YES') { html += 'More Information'; } html += '
'; $('#cs-featured-subcontent-_cezuyBI9AsEV').append(html); } $('div[id^="subcontent-item-_cezuyBI9AsEV"]').hover(function() { var id = $(this).attr('id'); var tokens = id.split('-'); $('#'+ id + ' .subcontent-container').css({'border-bottom': '1px solid #'+items_cezuyBI9AsEV[parseInt(tokens[3])].accentColor+''}); },function() { var id = $(this).attr('id'); var tokens = id.split('-'); if(items_cezuyBI9AsEV[parseInt(tokens[3])].accentColor != undefined && '' != items_cezuyBI9AsEV[parseInt(tokens[3])].accentColor) { $('#'+ $(this).attr('id') + ' .subcontent-container').css({'border-bottom': '1px solid #ffffff'}); } } ); $('div[id^="subcontent-item-_cezuyBI9AsEV"]').click(function() { var id = $(this).attr('id'); var tokens = id.split('-'); window.location = decodeURIComponent(items_cezuyBI9AsEV[parseInt(tokens[3])].destURL); });