const ioneViewTimeTracker=function(timeLimit,onLimitCallback){this.timeLimit=timeLimit;this.onLimitCallback=onLimitCallback;this.idsVisible=[];this.idsViewTime={};this.isViewportActive=!0;this.observer=new IntersectionObserver(this.onIntersecting.bind(this),{root:null,rootMargin:'0px',threshold:[0.0,0.5]})};ioneViewTimeTracker.prototype={init:function(){document.addEventListener('visibilitychange',this.onViewportVisibilityChange.bind(this));if(this.timeLimit){setInterval(this.onTick.bind(this),1000)}},observe:function(element){this.observer.observe(element)},unobserve:function(element){var elementVisibleIndex=this.idsVisible.indexOf(element.id);this.observer.unobserve(element);if(element.id){if(-1!==elementVisibleIndex){delete this.idsVisible[elementVisibleIndex]} if(element.id in this.idsViewTime){delete this.idsViewTime[element.id]}}},onViewportVisibilityChange:function(){this.isViewportActive=!document.hidden},idsOverLimit:function(){var self=this;return _.keys(_.pick(this.idsViewTime,function(viewTime){return(viewTime>=self.timeLimit)}))},onTick:function(){var idsOverLimit,self=this;if(!this.isViewportActive){return} _.each(this.idsVisible,function(elementId){if('undefined'===typeof self.idsViewTime[elementId]){self.idsViewTime[elementId]=0} self.idsViewTime[elementId]+=1});idsOverLimit=this.idsOverLimit();if(idsOverLimit.length){_.each(idsOverLimit,function(elementId){self.idsViewTime[elementId]=0});this.onLimitCallback(idsOverLimit)}},onIntersecting:function(entries){let self=this;_.each(entries,function(entry){if(entry.isIntersecting&&entry.intersectionRatio>=0.5){if(-1===self.idsVisible.indexOf(entry.target.id)){self.idsVisible.push(entry.target.id)}}else{self.idsVisible=_.without(self.idsVisible,entry.target.id)}})}}; (function(){const loadScript=function(url){const script=document.createElement('script');script.src=url;script.type='text/javascript';script.async=!0;document.body.appendChild(script)};const loadAPS=function(){!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js")};const loadPWT=function(){const purl=window.location.href;const url='//ads.pubmatic.com/AdServer/js/pwt/161483/7379';let profileVersionId='';if(purl.indexOf('pwtv=')>0){const regexp=/pwtv=(.*?)(&|$)/g;const matches=regexp.exec(purl);if(matches.length>=2&&matches[1].length>0){profileVersionId='/'+matches[1]}} const wtads=document.createElement('script');wtads.async=!0;wtads.type='text/javascript';wtads.src=url+profileVersionId+'/pwt.js';const node=document.getElementsByTagName('script')[0];node.parentNode.insertBefore(wtads,node)};let alreadyLoadedSeriesloadPWT=!1;window.addEventListener('scroll',function(){renderPWTandAPSScripts()});window.addEventListener('mousemove',function(){renderPWTandAPSScripts()});function renderPWTandAPSScripts(){if(alreadyLoadedSeriesloadPWT){return} alreadyLoadedSeriesloadPWT=!0;const timeout=setTimeout(()=>{loadScript('https://securepubads.g.doubleclick.net/tag/js/gpt.js',!0);window.PWT=null},0);window.PWT={jsLoaded(){clearTimeout(timeout);loadScript('https://securepubads.g.doubleclick.net/tag/js/gpt.js',!0)},};loadPWT();loadAPS()} setTimeout(()=>{renderPWTandAPSScripts()},15000)})();var googletag=googletag||{};googletag.cmd=googletag.cmd||[];var ioneAdLoader={apstagHasInitialized:!1,apsPromise:function(slots){if(this.getQueryVars().hasOwnProperty('disableaps')){console.log('A9 DISABLED');return} let self=this;if(!this.apstagHasInitialized){apstag.init({pubID:'f699d784-7fb8-4b13-8909-93bdd4636914',adServer:'googletag'});this.apstagHasInitialized=!0} return new Promise((resolve,reject)=>{const a9Slots=[];slots.forEach(function(item){var slot={slotID:item.getSlotElementId(),slotName:item.getAdUnitPath(),pos:item.getTargeting('pos')};var config=self.findConfigByPos(slot.pos);if(null===config){return} slot.sizes=self.isMobile()?config.sizes.mobile:config.sizes.desktop;if(slot.sizes.length>0){a9Slots.push(slot)}});if(a9Slots.length>0){apstag.fetchBids({slots:a9Slots,timeout:600},function(bids){apstag.setDisplayBids();resolve()})}else{resolve()}})},openWrapPromise:function(slots,timeout=2000){if('undefined'===typeof window.PWT){return!1} return new Promise((resolve)=>{const failSafe=setTimeout(()=>{resolve()},timeout);const PWT=window.PWT;PWT.requestBids(PWT.generateConfForGPT(slots),function(adUnitsArray){PWT.addKeyValuePairsToGPTSlots(adUnitsArray);PWT.ow_BidsReceived=!0;clearTimeout(failSafe);resolve()})})},getQueryVars:function(){let string=window.location.href;const vars={};if(string.search(/\?/i)===-1)return[];const hashes=string.slice(string.indexOf('?')+1).split('&');for(var i=0;i_ad.targeting.pos===pos);if(ad.length>0){return ad[0]} return null},refreshAds:function(slots){if(slots&&slots.length>0){Promise.all([this.apsPromise(slots),this.openWrapPromise(slots)]).then(()=>{googletag.pubads().refresh(slots,{changeCorrelator:!1})})}},viewableTimeObserver:new ioneViewTimeTracker(parseInt(ioneAdsConfig.viewableRefreshInterval),(elementIds)=>{const adSlots=ioneAdLoader.adSlots.filter((adSlot)=>-1!==elementIds.indexOf(adSlot.getSlotElementId()));adSlots.forEach((adSlot)=>{adSlot.setTargeting('refresh','yes')});ioneAdLoader.refreshAds(adSlots)}),adSlots:[],init:function(){if(this.getQueryVars().hasOwnProperty('disablegpt')){console.log('GPT DISABLED');return} const self=this;googletag.cmd.push(function(){if(!ioneAdsConfig.adConfig){console.error('ADS NOT CONFIGURED');return} for(const key in ioneAdsConfig.targeting){googletag.pubads().setTargeting(key,ioneAdsConfig.targeting[key])} googletag.pubads().disableInitialLoad();googletag.pubads().enableAsyncRendering();googletag.pubads().enableSingleRequest();googletag.enableServices();const divs=document.querySelectorAll('div.ione-ad');divs.forEach(function(div,index){let adUnit;if(!div.dataset.hasOwnProperty('pos')){return} const config=self.findConfigByPos(div.dataset.pos);if(null===config){return} div.id='ione-ad-'+index;if(self.isMobile()){adUnit=ioneAdsConfig.baseMobileAdUnit}else{adUnit=ioneAdsConfig.baseDesktopAdUnit} if(config.adUnit){adUnit=config.adUnit} const thisMap=googletag.sizeMapping().addSize(ioneAdsConfig.desktopBreakPoint,config.sizes.desktop).addSize([0,0],config.sizes.mobile).build();const slot=googletag.defineSlot(adUnit,[1,1],div.id);slot.setCollapseEmptyDiv(!0,!1).addService(googletag.pubads());for(const key in config.targeting){slot.setTargeting(key,config.targeting[key])} slot.defineSizeMapping(thisMap);self.adSlots.push(slot);self.viewableTimeObserver.observe(div)});self.refreshAds(self.adSlots);if(!self.getQueryVars().hasOwnProperty('disablerefresh')&&ioneAdsConfig.viewableRefreshInterval>5){self.viewableTimeObserver.init()}else{console.log('AD REFRESH DISABLED')}});console.log(`iOne ad network started. Version ${ ioneAdsConfig.pluginVersion }`)}};ioneAdLoader.init(); !function(i){"use strict";"function"==typeof define&&define.amd?define(["jquery"],i):"undefined"!=typeof exports?module.exports=i(require("jquery")):i(jQuery)}(function(i){"use strict";var e=window.Slick||{};(e=function(){var e=0;return function(t,o){var s,n=this;n.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:i(t),appendDots:i(t),arrows:!0,asNavFor:null,prevArrow:'',nextArrow:'',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(e,t){return i('',nextArrow:'',responsive:[{breakpoint:1600,settings:{slidesToShow:4,slidesToScroll:3}},{breakpoint:1200,settings:{slidesToShow:3,slidesToScroll:2}},{breakpoint:768,settings:{slidesToShow:2,slidesToScroll:1}},{breakpoint:575,settings:{slidesToShow:1,slidesToScroll:1}},{breakpoint:480,settings:{slidesToShow:1,slidesToScroll:1}}]})},getScrollerScores:function(){var e=this;if($(".score-scroller").length){$(".score-scroller").html(""),$(".score-slide-loading").show(),$(".hbcu-game__scroller-view-all").attr("href",hbcuSiteConfig.site_url+"/scoreboard/");var t=e.competitionid.football2024;$("#gameweek").attr("data-start"),$("#gameweek").attr("data-end"),$.ajax({url:hbcuSiteConfig.ajaxUrl,type:"POST",data:{action:"hbcugameday_scoreboard_request",getScrollerScores:1,competition_id:t,conference_id:[86,106,137,138],additional_teams:[413,233,558],start:hbcuSiteConfig.gamedayStart,end:hbcuSiteConfig.gamedayEnd},beforeSend:function(){return!0},success:function(t){var t=t.data;!function t(a){var s="";if(a.length){(a=a.reduce((e,t)=>(e.some(e=>e.matchId===t.matchId)||e.push(t),e),[])).sort((e,t)=>e.matchTimeUTC>t.matchTimeUTC?1:-1);for(let o=0;o',s+='',s+='
',s+='
',a[o].venue,s+='

'+e.formatDate(a[o].matchTimeUTC)+" EST

",("COMPLETE"==a[o].matchStatus||"FINISHED"==a[o].matchStatus)&&(s+='

FINAL

'),s+="
",32617==a[o].matchId&&271==a[o].competitors[0].competitorId&&(a[o].competitors[0].isHomeCompetitor=1),a[o].competitors[0].isHomeCompetitor?s+='
'+d+' '+d+' (0-0) '+a[o].competitors[1].scoreString+'
'+c+' '+c+' (0-0) '+a[o].competitors[0].scoreString+"
":s+='
'+c+' '+c+' (0-0) '+a[o].competitors[0].scoreString+'
'+d+' '+d+' (0-0) '+a[o].competitors[1].scoreString+"
",s+="
"}}setTimeout(function(){$(".score-scroller").html(s),e.initScroller(),$(".score-slide-loading").hide()},100)}(t)},error:function(){}})}},getBasketballScrollerScores:function(e){var t=this;if($(".score-scroller").length){$(".score-scroller").html(""),$(".score-slide-loading").show(),$(".hbcu-game__scroller-view-all").attr("href",hbcuSiteConfig.site_url+"/scoreboard/basketball-mens");var a=t.competitionid.basketball,s=$("#gameday").attr("data-start"),o=$("#gameday").attr("data-end");if("womens"==e){$(".hbcu-game__scroller-view-all").attr("href",hbcuSiteConfig.site_url+"/scoreboard/basketball-womens");var a=t.competitionid.womensbasketball}$.ajax({url:hbcuSiteConfig.ajaxUrl,type:"POST",data:{action:"hbcugameday_scoreboard_request",getBasketballScrollerScores:1,competition_id:a,conference_id:[39,5,12,51],additional_teams:[103674,103962,104313],type:e,start:s,end:o},beforeSend:function(){return!0},success:function(a){var a=a.data;!function a(s){var o="";if(s.length){(s=s.reduce((e,t)=>(e.some(e=>e.matchId===t.matchId)||e.push(t),e),[])).sort((e,t)=>e.matchTimeUTC>t.matchTimeUTC?1:-1);for(let i=0;i',"womens"==e?o+='':o+='',o+='
',o+='
',s[i].venue,o+='

'+t.formatDate(s[i].matchTimeUTC)+" EST

",("COMPLETE"==s[i].matchStatus||"FINISHED"==s[i].matchStatus)&&(o+='

FINAL

'),o+="
",s[i].competitors[0].isHomeCompetitor?o+='
'+m+' '+m+' (0-0) '+s[i].competitors[1].scoreString+'
'+d+' '+d+' (0-0) '+s[i].competitors[0].scoreString+"
":o+='
'+d+' '+d+' (0-0) '+s[i].competitors[0].scoreString+'
'+m+' '+m+' (0-0) '+s[i].competitors[1].scoreString+"
",o+="
"}}setTimeout(function(){$(".score-scroller").html(o),t.initScroller(),$(".score-slide-loading").hide()},100)}(a)},error:function(){}})}},setFilter:function(){$("#year").on("change",function(e){e.preventDefault();var t=window.location.href;t=(t=t.split("?")[0])+"?date="+$(this).val()+"&week="+$("#week").val()+"&conference="+$("#conferences").val(),window.location=t}),$("#week").on("change",function(e){e.preventDefault();var t=window.location.href;t=(t=t.split("?")[0])+"?date="+$("#year").val()+"&week="+$(this).val()+"&conference="+$("#conferences").val(),window.location=t}),$("#conferences").on("change",function(e){e.preventDefault();var t=window.location.href;t=(t=t.split("?")[0])+"?date="+$("#year").val()+"&week="+$("#week").val()+"&conference="+$(this).val(),window.location=t})},setBasketballFilter:function(e){var t=this,a=moment().format("YYYY-MM-DD"),s=$(".score-date-filter"),o=window.location.href;o=o.split("?")[0];var i="";if(t.gup("date"))var r=(a=t.gup("date")).split("-"),l=r[0],n=r[1],c=moment(n,"MM").format("MMMM"),d=t.getDaysOfMonth(l,n);else var l=moment().format("YYYY"),n=moment().format("MM"),c=moment(n,"MM").format("MMMM"),d=t.getDaysOfMonth(l,n);for(let m=0;m '+d[m].dayletter+' '+d[m].daydate+" "}var h="";function u(e,a){var s=moment(e,"YYYY-MM-DD"),o=!1;if("womens"===a){if(hbcuSiteConfig.womens_basketball_competition_ids){for(var i in hbcuSiteConfig.womens_basketball_competition_ids)if(hbcuSiteConfig.womens_basketball_competition_ids.hasOwnProperty(i)){var r=hbcuSiteConfig.womens_basketball_competition_ids[i],l=moment(r.start_date,"DD/MM/YYYY"),n=moment(r.end_date,"DD/MM/YYYY");if(s.isBetween(l,n,void 0,"[]")){t.womensBasketball=t.womensBasketball||{},t.womensBasketball.id=r.competitionid,o=!0;break}}}o||(t.womensBasketball=t.womensBasketball||{},t.womensBasketball.id=t.competitionid.womensbasketball)}else{if(hbcuSiteConfig.mens_basketball_competition_ids){for(var i in hbcuSiteConfig.mens_basketball_competition_ids)if(hbcuSiteConfig.mens_basketball_competition_ids.hasOwnProperty(i)){var c=hbcuSiteConfig.mens_basketball_competition_ids[i],d=moment(c.start_date,"DD/MM/YYYY"),m=moment(c.end_date,"DD/MM/YYYY");if(s.isBetween(d,m,void 0,"[]")){t.mensBasketball=t.mensBasketball||{},t.mensBasketball.id=c.competitionid,o=!0;break}}}o||(t.mensBasketball=t.mensBasketball||{},t.mensBasketball.id=t.competitionid.basketball)}}h+='
',h+='
',h+=''+c+" "+l+"",h+='Calendar-icon',h+="
",h+='
'+i+"
",s.html(h),$(".date-list").animate({scrollLeft:$(".score-nav-date.selected").position().left-$(".date-list").outerWidth()/2+20},500),$("#conferences").on("change",function(e){e.preventDefault();var t=window.location.href;t=(t=t.split("?")[0])+"?date="+$(".score-nav-date.selected .score-nav-link").attr("data-date")+"&conference="+$(this).val(),window.location=t}),$("#score-date-select").datetimepicker({format:"Y-m-d",timepicker:!1,value:a,minDate:"2021/01/01",onChangeDateTime:function(e,t){var a=window.location.href;a=(a=a.split("?")[0])+"?date="+t.val()+"&conference="+$("#conferences").val(),window.location=a}}),$("body").on("click",".calendarbtn",function(e){e.preventDefault(),$("#score-date-select").datetimepicker("show")}),u(a,e),$("body").on("click",".score-nav-link",function(t){u($(this).data("date"),e)})},getDaysOfMonth:function(e,t){for(var a=moment(e+"-"+t,"YYYY-MM").daysInMonth(),s=[];a;){var o=moment(e+"-"+t).date(a),i={day:o.format("ddd"),dayletter:o.format("ddd").substring(0,1),daydate:o.format("D"),fulldate:o.format("YYYY-MM-DD")};s.push(i),a--}return s.reverse()},getScores:function(){var e=this,t=$("#year :selected").attr("data-id"),a=[86,106,137,138];"ALL"!=$("#conferences").val()&&(a=[$("#conferences :selected").attr("data-id")]);var s=$("#week :selected").attr("data-start"),o=$("#week :selected").attr("data-end");$.ajax({url:hbcuSiteConfig.ajaxUrl,type:"POST",data:{action:"hbcugameday_scoreboard_request",getScores:1,competition_id:t,conference_id:a,additional_teams:[413,233,558],start:s,end:o},success:function(t){var a=t.data,s="";if(a&&0',(a=a.reduce((e,t)=>(e.some(e=>e.matchId===t.matchId)||e.push(t),e),[])).sort((e,t)=>e.matchTimeUTC>t.matchTimeUTC?1:-1);for(let o=0;o
',a[o].venue?s+='

'+e.formatDate(a[o].matchTimeUTC)+" EST - "+a[o].venue.venueName+", "+a[o].venue.suburb+", "+a[o].venue.state+"

":s+='

'+e.formatDate(a[o].matchTimeUTC)+" EST

",32617==a[o].matchId&&271==a[o].competitors[0].competitorId&&(a[o].competitors[0].isHomeCompetitor=1),a[o].competitors[0].isHomeCompetitor?s+='
'+d+' '+d+' (0-0) '+a[o].competitors[1].scoreString+'
'+c+' '+c+' (0-0) '+a[o].competitors[0].scoreString+"
":s+='
'+c+' '+c+' (0-0) '+a[o].competitors[0].scoreString+'
'+d+' '+d+' (0-0) '+a[o].competitors[1].scoreString+"
",("COMPLETE"==a[o].matchStatus||"FINISHED"==a[o].matchStatus)&&(s+='

FINAL

'),s+='
'}s+=""}else s+="

No scheduled games.

";$("#score-container").html(s),setTimeout(function(){$("#score-container").show(),$("#article-loading").hide()},100)},error:function(){}})},getBasketballScores:function(e){var t=this;let a=hbcuSiteConfig.cacheDuration||24,s=60*a;var o="womens"==e?t.womensBasketball.id:t.mensBasketball.id,i=[39,5,12,51],r=[103674,103962,104313];"ALL"!=$("#conferences").val()&&(i=[$("#conferences :selected").attr("data-id")],r=[]),"OTHER"==$("#conferences").val()&&(i=[],r=[103674,103962,104313]);var l=$("#startDate").val(),n=$("#endDate").val();function c(a){var s="";if(a&&a.length>0){s+='
',(a=a.reduce((e,t)=>(e.some(e=>e.matchId===t.matchId)||e.push(t),e),[])).sort((e,t)=>e.matchTimeUTC>t.matchTimeUTC?1:-1);for(let o=0;o
',a[o].venue?s+='

'+t.formatDate(a[o].matchTimeUTC)+" EST - "+a[o].venue.venueName+", "+a[o].venue.suburb+", "+a[o].venue.state+"

":s+='

'+t.formatDate(a[o].matchTimeUTC)+" EST

",a[o].competitors[0].isHomeCompetitor?s+='
'+d+' '+d+' (0-0) '+a[o].competitors[1].scoreString+'
'+c+' '+c+' (0-0) '+a[o].competitors[0].scoreString+"
":s+='
'+c+' '+c+' (0-0) '+a[o].competitors[0].scoreString+'
'+d+' '+d+' (0-0) '+a[o].competitors[1].scoreString+"
",("COMPLETE"==a[o].matchStatus||"FINISHED"==a[o].matchStatus)&&(s+='

FINAL

'),"womens"==e?s+='
':s+=' '}s+=""}else s+="

No scheduled games.

";$("#score-container").html(s),setTimeout(function(){$("#score-container").show(),$("#article-loading").hide()},100)}$.ajax({url:hbcuSiteConfig.ajaxUrl,type:"POST",data:{action:"hbcugameday_scoreboard_request",getBasketballScores:1,competition_id:o,conference_id:i,additional_teams:r,start:l,end:n},beforeSend:function(){let a=localStorage.getItem("womens"==e?"basketballScoresWomen":"basketballScores");if(!a)return console.log("get new json 2"),!0;{let s=JSON.parse(a),d=moment(),m=moment(s.cacheExpiry,"YYYY-MM-DD HH:mm");return o==s.competition_id&&t.arrayEqual(i,s.conference_id)&&t.arrayEqual(r,s.additional_teams)&&l==s.start&&n==s.end?d.isAfter(m)?(console.log("get new json"),!0):(console.log("use cache json"),c(s.scores),!1):(console.log("get new json 1"),!0)}},success:function(t){var a,t=t.data;let d;d={scores:a=t,competition_id:o,conference_id:i,additional_teams:r,start:l,end:n,date:moment().format("YYYY-MM-DD HH:mm"),cacheExpiry:moment().add(s,"minutes").format("YYYY-MM-DD HH:mm")},"womens"==e?localStorage.setItem("basketballScoresWomen",JSON.stringify(d)):localStorage.setItem("basketballScores",JSON.stringify(d)),c(a)},error:function(){}})},gup:function(e){var t=RegExp("[\\?&]"+(e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]"))+"=([^&#]*)").exec(window.location.href);return null==t?"":t[1]},getParams:function(e=window.location){let t={};return new URL(e).searchParams.forEach(function(e,a){void 0!==t[a]?(Array.isArray(t[a])||(t[a]=[t[a]]),t[a].push(e)):t[a]=e}),t},subtractHours:function(e,t=new Date){return t.setHours(t.getHours()-e),t},formatDate:function(e){var e=new Date(e.replace(/-/g,"/")),e=this.subtractHours(4,new Date(e)),t=new Date(e),a=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"][t.getDay()];month=""+(t.getMonth()+1),day=""+t.getDate(),year=t.getFullYear();var s=t.getHours(),o=t.getMinutes(),i=s>=12?"pm":"am";s%=12;var r=(s=s||12)+":"+(o=o<10?"0"+o:o)+" "+i;return month.length<2&&(month="0"+month),day.length<2&&(day="0"+day),a+", "+["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][t.getMonth()]+" "+day+" "+r},setCookie:function(e,t,a){if(a){var s=new Date;s.setTime(s.getTime()+864e5*a);var o="; expires="+s.toGMTString()}else var o="";document.cookie=e+"="+t+o+"; path=/"},getCookie:function(e){for(var t=e+"=",a=document.cookie.split(";"),s=0;s{var e={456:()=>{!function(e){"use strict";if(e(document).ready((function(){e(".search-form").submit((function(t){e(this).parent().find(".search-field").val().length<3?(t.preventDefault(),e(this).parents(".search-form-wrapper").find(".error-message").show()):e(this).parents(".search-form-wrapper").find(".error-message").hide()})),e("img.ml-smartBanner__icon").attr("alt","HBCU Gameday");let t=!1;function n(){t||(t=!0,setTimeout((function(){if(e(window).width()<782){let t=e(".connatix-series-video__floating-type .cnx-main-container").height();e("#hbcu-gameday-breadcrumbs").css("margin-top",t),e(".hbcu-home-top-3-columns-first-box-mobile").css("margin-top",t)}}),1e3))}window.addEventListener("scroll",(function(){n()})),window.addEventListener("mousemove",(function(){n()}))})),e("#hbcu-newsletter-popup").length>0){if(!localStorage.getItem("popupClosed")){let t=!1;function n(){t||(t=!0,setTimeout((function(){e(".hbcu-newsletter-popup-content").html(siteConfig.popup_content)}),5e3),setTimeout((function(){e("#hbcu-newsletter-popup").css("display","flex"),e("html").css("overflow","hidden")}),8e3))}window.addEventListener("scroll",(function(){n()})),window.addEventListener("mousemove",(function(){n()})),setTimeout((function(){n()}),siteConfig.lazy_loading)}e("#close-hbcu-newsletter-popup").on("click",(function(){e("#hbcu-newsletter-popup").css("display","none"),e("html").css("overflow",""),localStorage.setItem("popupClosed","true")}))}}(jQuery),document.addEventListener("DOMContentLoaded",(function(){let e=document.querySelector(".single-post-info"),t=document.querySelector(".single-post-info .entry-post-date");if(e&&t){const o=(e,t)=>{const n=e.getBoundingClientRect(),o=t.getBoundingClientRect();return n.top!==o.top};function n(){o(e,t)?t.classList.add("wrapped"):t.classList.remove("wrapped")}n(),window.addEventListener("resize",n)}}))},958:()=>{!function(e){"use strict";e(document).ready((function(){e(document).on("click",'a[href="#"]',(function(){return!1})),e(document).on("click",".site-header .site-header__search-popup .site-header__search-popup-close",(function(){e(".site-header .site-header__search-popup").removeClass("toggled"),e("body").removeClass("off-scroll")})),e(document).on("click",".site-header .site-navigation__search",(function(){e(".site-header .site-header__search-popup").addClass("toggled"),e("body").addClass("off-scroll")}));let t=!1;function n(){t||(t=!0,setTimeout((()=>{e("#onetrust-consent-sdk").show("500")}),5e3))}window.addEventListener("scroll",(function(){n()})),window.addEventListener("mousemove",(function(){n()})),setTimeout((()=>{n()}),siteConfig.lazy_loading)}))}(jQuery)},13:()=>{!function(e){"use strict";function t(){window.matchMedia("(max-width: 767px)").matches?(e(".hbcu-home-top-3-columns-post-slider").detach().prependTo(".hbcu-home-top-3-column-on-1"),e(".hbcu-home-top-3-column-on-1 .hbcu-top5__heading").html("Top 5 HBCU Stories")):(e(".hbcu-home-top-3-columns-post-slider").detach().prependTo(".hbcu-home-top-3-column-on-2"),e(".hbcu-home-top-3-column-on-1 .hbcu-top5__heading").html("Trending Blogs"))}e(".menu-toggle").click((function(){e("header .main-navigation").toggleClass("toggled"),e("html").toggleClass("off-scroll")})),e(".main-navigation ul.menu>li.menu-item-has-children").on("click",(function(){1250>e(window).width()&&(e(this).find(".sub-menu,.children").slideToggle(),e(this).toggleClass("active-sub"))})),e(window).scroll((function(){e(window).scrollTop()>=150?(e(".site-header-main").addClass("fixed-header"),e("body").addClass("hbcu-fixed-header")):(e(".site-header-main").removeClass("fixed-header"),e("body").removeClass("hbcu-fixed-header"))})),e(window).resize((function(){t()})),767>e(window).width()&&t()}(jQuery),document.addEventListener("DOMContentLoaded",(function(){document.querySelectorAll(".menu-item-has-children").forEach((e=>{const t=e.querySelector(".sub-menu");if(t){const n=function(e){let t=1,n=e.parentElement;for(;n&&!n.classList.contains("menu");)n.classList.contains("sub-menu")&&t++,n=n.parentElement;return t}(t);e.addEventListener("mouseenter",(function(){const e=t.getBoundingClientRect(),o=document.querySelector(".hbcu-gameday-header").clientWidth,i=e.left+e.width<=o,s=(r=n)>1?r-1:1;var r;i||1!==n?!i&&n>1&&(t.style.right=100*(n-s)+"%",t.style.left="auto"):(t.style.right="auto",t.style.left="50%");const c=window.innerHeight,d=e.height,a=d-c+20;!(e.bottom+d<=c)&&n>1?d>c&&1!==n&&(t.style.maxHeight=d-a-30+"px",t.style.overflowY="auto"):t.style.top=1===n?"75px":"0";const u=t.getBoundingClientRect();t.style.top=`-${u.bottom-c+10}px`})),e.addEventListener("mouseleave",(function(){t.style.top=1===n?"75px":"0"}))}}))}))}},t={};function n(o){var i=t[o];if(void 0!==i)return i.exports;var s=t[o]={exports:{}};return e[o](s,s.exports,n),s.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";n(13),n(958),n(456)})()})();