function slickifyUpcomingCourses(){}function courseTabsResponsiveHelper(){$(window).width()>=992?($(".tab-button, .tab-panel").removeClass("open"),$(".campus_tabs-nav-placeholder .tab-button:first-child, .tab-item:first-child .tab-button, .tab-item:first-child .tab-panel").addClass("open"),$(".tab-button").appendTo(".campus_tabs-nav-placeholder .container")):$(".campus_tabs-nav-placeholder .tab-button").length&&$(".tab-button").each(function(){$(this).prependTo($(this).attr("data-parent"))})}$(function(){$(".campus_home-slideshow-inner").length&&$(".campus_home-slideshow-inner").slick({autoplay:!0,autoplaySpeed:8e3,lazyLoad:"ondemand",rows:0,arrows:!1,dots:!0,appendDots:$(".campus_home-slideshow-dots")});slickifyUpcomingCourses();$(window).resize(function(){slickifyUpcomingCourses()});$(".tab-button").each(function(){$(this).click(function(){var n=$(this).attr("data-target");$(window).width()>=992?($(".tab-button, .tab-panel").removeClass("open"),$(this).addClass("open"),$(n).addClass("open")):($(this).toggleClass("open"),$(n).toggleClass("open"))})});courseTabsResponsiveHelper();$(window).resize(function(){courseTabsResponsiveHelper()});$("#checkout-show-login-btn").click(function(){$("#checkout-login-area").toggle()});$("#checkout-show-register-btn").click(function(){$("#checkout-register-area").toggle()})})