document.addEventListener('DOMContentLoaded', function() { var headerSearchToggle = document.querySelector('.search-bar-wrapper'); var searchBar = document.querySelector('.custom-search-bar'); var searchField = document.querySelector('.search-field'); headerSearchToggle.addEventListener('click', function() { searchBar.classList.toggle('active'); searchField.focus(); }); }); if (window.location.href.indexOf("dental") > -1 || window.location.href.indexOf("retiree/medical") > -1 || window.location.href.indexOf("vision-benefit") > -1 || window.location.href.indexOf("medical") > -1) { const style =…