Login or Create an account
777 Yellowstone ave suite A, Pocatello, Idaho
0 document.addEventListener("DOMContentLoaded", function () { var navItems = document.querySelectorAll(".nav-item.dropdown"); navItems.forEach(function (item) { item.addEventListener("mouseover", function () { item.classList.add('show'); item.setAttribute("expanded", true); var menuItemContainer = item.querySelector(".dropdown-menu"); menuItemContainer.classList.add("show"); menuItemContainer.style = "position: absolute; transform: translate3d(0px, 73px, 0px); top: 0px; left: 0px; will-change: transform;";