$(document).ready(function(){$(document).on("click",".pushTechModalClose",function(){var n=$(this);n.closest(".pushTechModal").toggleClass("hidden")});$("[data-pushtechformid]").each(function(){$(this).find("input[type='button']").click(function(){$($(this).parents(".pushTechForm").siblings(".pushTechModal")).toggleClass("hidden")})})})