var Common={};Common.initHandler=function(){Common.AssignActiveClass();$(document).on("click",".btn.btn-default.visible-xs",Common.ShowForm)};Common.AssignActiveClass=function(){var n=window.location.href;$(".navbar-nav").find("li").each(function(){var t=$(this).find("a").first().data("href");(t==""||t==undefined)&&(t=$(this).find("a").first().attr("href"));n.indexOf(t)>-1&&($(this).addClass("active"),$(this).parents(".dropdown").addClass("active"))})};Common.ShowForm=function(){$("#contact-form-home").removeClass("hidden-xs");$(this).addClass("hidden-all")};Common.ShowFailure=function(){$("#message-area").html("<div class='alert alert-danger'><strong>Error!<\/strong>The server could not be contacted and your message has not been sent. Please check your internet connection and try again later.<\/div>")};Common.OnSuccess=function(){$(".form-control").val("");ga("send","event","Contact Us","submit")};Common.OnFOSuccess=function(){$(".form-control").val("")};$(function(){Common.initHandler();$(window).width()>767&&$("ul.nav li.dropdown").hover(function(){$(this).addClass("open")},function(){$(this).removeClass("open")})})