$(function(){enquire.register("screen and (min-width: 1101px)",{match:function(){$("body").addClass("desktop")},unmatch:function(){$("body").removeClass("desktop")}}).register("screen and (min-width: 751px) and (max-width: 1100px)",{match:function(){$("body").addClass("tablet")},unmatch:function(){$("body").removeClass("tablet")}}).register("screen and (max-width: 751px)",{match:function(){$("body").addClass("mobile")},unmatch:function(){$("body").removeClass("mobile")}})});
$(document).on("click",".menuIcon",function(){$(this).toggleClass("j-active");$(".mobNav").toggleClass("j-mobnav");$("body").toggleClass("j-mobnav")});$(document).on("click",".faqQ",function(){$(this).parent(".faqRow").toggleClass("j-selected");$(this).children("i").toggleClass("ion-ios-arrow-down ion-ios-arrow-up")});$(document).on("click",".readMore",function(){$(this).parent().addClass("j-hidden");$(this).parent().next().removeClass("j-hidden")});
$(document).on("click",".readLess",function(){$(this).parent().addClass("j-hidden");$(this).parent().prev().removeClass("j-hidden")});$(".awardsSlider").slick({prevArrow:'<button type="button" class="slick-prev"><i class="ion-ios-arrow-left"></i></button>',nextArrow:'<button type="button" class="slick-next"><i class="ion-ios-arrow-right"></i></button>',infinite:!0,autoplay:5E3});