"use strict";var GreentechCommon={init:function(){function t(e){e.removeClass("expanded").addClass("collapsed").find(".menuHeader button").attr("aria-expanded",!1)}if($(document).on("click",".menuHeader button",function(e){e.stopImmediatePropagation();var e=$(this).closest(".greentech-nav-menu .dropdown"),n=(t($(".greentech-nav-menu .dropdown").not(e)),e.hasClass("expanded"));n?t(e):e.removeClass("collapsed").addClass("expanded").find(".menuHeader button").attr("aria-expanded",!0)}),$(document).on("click",function(e){$(e.target).closest(".greentech-nav-menu .dropdown").length||t($(".greentech-nav-menu .dropdown"))}),$(document).on("keydown",function(e){"Escape"!==e.key&&27!==e.keyCode||t($(".greentech-nav-menu .dropdown"))}),$(document).on("click","#change-website",function(e){e.preventDefault();var e=$("#website-selection option:selected"),n=e[0].value,e=e[0].dataset.url+window.location.pathname+window.location.search;changeWebsite(n,e)}),$(document).on("tap click",".greentech-header .mobile-menu-link",function(e){e.preventDefault(),$(".greentech-header .mobile-menu").addClass("open"),$("body").addClass("mobile-menu-open")}),$(document).on("tap click",".greentech-header .mobile-submenu-link > a.nav-item-link",function(e){e.preventDefault(),$(this).parent(".mobile-submenu-link").addClass("open")}),$(document).on("tap click",".greentech-header a.submenu-back",function(e){e.preventDefault(),$(this).parents(".mobile-submenu-link").removeClass("open")}),$(document).on("tap click",".greentech-header .mobile-menu-container",function(e){e.stopPropagation()}),$(document).on("tap click",".greentech-header .mobile-menu-close-link, .greentech-header .mobile-menu-content, .greentech-header .mobile-submenu-content, .greentech-header .mobile-menu-overlay",function(e){e.preventDefault(),$(".greentech-header .mobile-menu").removeClass("open").find(".mobile-submenu-link").removeClass("open"),$("body").removeClass("mobile-menu-open")}),"undefined"!=typeof sitesJSON&&""!==sitesJSON){var e=JSON.parse(sitesJSON),n=[];e.sort(function(e,n){return e.Id===__sfdcActiveSiteId?-1:n.Id===__sfdcActiveSiteId?1:0});for(var o=0;o<e.length;o++){var i=e[o],a=i.Site_URL__c,s=(-1!==a.indexOf("http://")&&-1!==a.indexOf("https://")||(a="https://"+i.Site_URL__c),i.siteUrl=a,document.createElement("option"));s.setAttribute("value",i.Id),s.appendChild(document.createTextNode(i.Doing_Business_As_Name__c)),s.dataset.siteName=i.Doing_Business_As_Name__c,s.dataset.url=a,i.Id===__sfdcActiveSiteId&&(s.setAttribute("selected","selected"),document.getElementById("selectWebsiteName").textContent=i.Doing_Business_As_Name__c,$("#change-website").prop("disabled",!0),i.isActive=!0),n.push(s)}$("#website-selection").append(n),$("#website-selection").selectpicker({container:"body",liveSearch:!0}),$(document).on("change","#website-selection",function(e){var n=$("#website-selection option:selected");document.getElementById("selectWebsiteName").textContent=n[0].dataset.siteName,n.val()===__sfdcActiveSiteId?($("#selectWebsiteActive").show(),$("#change-website").prop("disabled",!0)):($("#selectWebsiteActive").hide(),$("#change-website").prop("disabled",!1))})}$(".mobile-menu-nav li.nav-item-header").prev("li").css("border-bottom","none")}};