const setUpStickyHeader = () => { let header = document.querySelector("#header"); toggleHeaderStickiness = () => { if (window.scrollY > 0) { header.classList.add("sticky-header"); } else { header.classList.remove("sticky-header"); } } window.addEventListener("scroll", toggleHeaderStickiness); } window.addEventListener("DOMContentLoaded", setUpStickyHeader); const setUpBurgerMenu = () => { console.log("burger menu setup initiated..."); let burger = document.querySelector("#primary-menu-trigger"); let fries = document.querySelectorAll("#primary-menu > ul") const toggleFries = () => { console.log("fry toggling initiated..."); for (var i = 0; i < fries.length; i++) { console.log("enter the fry loop..."); var fry = fries[i]; if (fry.classList.contains("show")) { fry.classList.remove("show"); console.log("showed fry ", i); } else { fry.classList.add("show"); console.log("hid fry ", i); } } } burger.addEventListener("click", toggleFries); } window.addEventListener("DOMContentLoaded", setUpBurgerMenu); // This opens the search bar window.addEventListener("DOMContentLoaded", function(){ document.querySelector("#top-search-trigger").addEventListener("click", function(){document.querySelector("body").classList.toggle("top-search-open")}) }); // The body tag has to have this for the right header styles to get applied, and since we can't edit the body tag directly through Divi, this is easier than editing theme files... window.addEventListener("DOMContentLoaded", function() { document.querySelector("body").classList.add("stretched"); })
Delivering Unique Expertise

Delivering Unique Expertise

About Us

T.A. Cook is a global expert in Asset Performance Excellence with offices and experienced staff around the world. We work in the capital intensive industries to develop and implement programs to increase and sustain our clients’ profitability. Since 2021, T.A. Cook has joined Accenture's Industry X business unit making us the one-stop provider for seamless asset lifecycle services enabled by digital solutions.  

T.A. Cook focuses on core asset management topics while Accenture provides comprehensive digital expertise and scalability.  The resulting end-to-end services benefit the client in reducing risk, improving asset productivity and output, and lowering total cost of ownership. The result is more sustainable and resilient assets and operations.  Together, we represent the Intelligent Asset Management of the future.              

Milestones

Philosophy

Ownership is everything so people must see and feel that what they are being asked to do is important, involving and genuinely achievable. We fit our style and approach to your environment, culture and industry. We share best practices, demonstrate our passion and understanding of detail and will together find the best solution. These values apply equally to the way in which we help our clients and also run our own business.