// source --> https://angelsofabundanceascensionacademy.com/wp-content/plugins/text-slider/public/assets/js/text-slider.min.js?ver=1.0.0 
(function(e,t,n,r){function o(t,n){this.element=t;this.settings=e.extend({},s,n);this._defaults=s;this._name=i;this.timeId=null;this.resizeThrottle=null;this.$container=e(this.element).find(".text-slideshow:first");this.$slides=this.$container.children();this.$nextButton=e(this.element).find(".next:first");this.$prevButton=e(this.element).find(".prev:first");this.init()}var i="textSlider",s={intervalTime:9e3,duration:4,definedHeight:false};o.prototype={init:function(){function r(){n.initAutoHeight()}this.$slides.not(":first").not(".dummy-slide").hide();if(this.$slides.length>1){this.start();this.$nextButton.on("click",{plugin:this},this.pressForward);this.$prevButton.on("click",{plugin:this},this.pressBackwards)}this.settings._autoHeightOnResize=function(){clearTimeout(this.resizeThrottle);this.resizeThrottle=setTimeout(this.initAutoHeight,50)};e(t).on("resize orientationchange",this.settings._autoHeightOnResize);var n=this;setTimeout(r,30)},initAutoHeight:function(){var t,n;n=this.calcDummyIndex();if(n==this.settings._sentinelIndex)return;this.settings._sentinelIndex=n;if(this.settings._sentinel)this.settings._sentinel.remove();t=e(this.$slides[n]).clone();t.removeAttr("id name rel").find("[id],[name],[rel]").removeAttr("id name rel");t.css({position:"static",visibility:"hidden",display:"block"}).prependTo(this.$container).addClass(".dummy-slide");t.find("*").css("visibility","hidden");if(this.settings.definedHeight!==false){this.settings.definedHeight=parseInt(this.settings.definedHeight);if(e.type(this.settings.definedHeight)=="number"){t.height(this.settings.definedHeight)}}this.settings._sentinel=t},calcDummyIndex:function(){var t=0,n=-1;this.$slides.each(function(r){var i=e(this).height();if(i>n){n=i;t=r}});return t},start:function(){clearTimeout(this.timeId);var e=this;this.timeId=setInterval(function(){e.moveForward()},this.settings.intervalTime)},moveForward:function(){this.$container.children().filter(":first").next().fadeOut(this.settings.duration).next().fadeIn(this.settings.duration).end().appendTo(this.$container)},moveBackwards:function(){this.$container.children().filter(":first").next().fadeOut(this.settings.duration);this.$container.children().filter(":last").fadeIn(this.settings.duration).insertAfter(this.$container.children().filter(":first"))},pressForward:function(e){clearTimeout(e.data.plugin.timeId);e.data.plugin.moveForward();e.data.plugin.timeId=setInterval(function(){e.data.plugin.moveForward()},e.data.plugin.settings.intervalTime);e.preventDefault()},pressBackwards:function(e){clearTimeout(e.data.plugin.timeId);e.data.plugin.moveBackwards();e.data.plugin.timeId=setInterval(function(){e.data.plugin.moveForward()},e.data.plugin.settings.intervalTime);e.preventDefault()},stop:function(){clearTimeout(this.timeId)}};e.fn[i]=function(t){this.each(function(){if(!e.data(this,"plugin_"+i)){e.data(this,"plugin_"+i,new o(this,t))}});return this}})(jQuery,window,document);
// source --> https://angelsofabundanceascensionacademy.com/wp-content/themes/boss/js/modernizr.min.js?ver=2.7.1 
/* Modernizr 2.7.1 (Custom Build) | MIT & BSD
 * Build: http://modernizr.com/download/#-csstransforms-csstransforms3d-csstransitions-printshiv-cssclasses-teststyles-testprop-testallprops-prefixes-domprefixes
 */
;window.Modernizr=function(a,b,c){function z(a){j.cssText=a}function A(a,b){return z(m.join(a+";")+(b||""))}function B(a,b){return typeof a===b}function C(a,b){return!!~(""+a).indexOf(b)}function D(a,b){for(var d in a){var e=a[d];if(!C(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function E(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:B(f,"function")?f.bind(d||b):f}return!1}function F(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+o.join(d+" ")+d).split(" ");return B(b,"string")||B(b,"undefined")?D(e,b):(e=(a+" "+p.join(d+" ")+d).split(" "),E(e,b,c))}var d="2.7.1",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n="Webkit Moz O ms",o=n.split(" "),p=n.toLowerCase().split(" "),q={},r={},s={},t=[],u=t.slice,v,w=function(a,c,d,e){var f,i,j,k,l=b.createElement("div"),m=b.body,n=m||b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),l.appendChild(j);return f=["&#173;",'<style id="s',h,'">',a,"</style>"].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},x={}.hasOwnProperty,y;!B(x,"undefined")&&!B(x.call,"undefined")?y=function(a,b){return x.call(a,b)}:y=function(a,b){return b in a&&B(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=u.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(u.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(u.call(arguments)))};return e}),q.csstransforms=function(){return!!F("transform")},q.csstransforms3d=function(){var a=!!F("perspective");return a&&"webkitPerspective"in g.style&&w("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},q.csstransitions=function(){return F("transition")};for(var G in q)y(q,G)&&(v=G.toLowerCase(),e[v]=q[G](),t.push((e[v]?"":"no-")+v));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)y(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},z(""),i=k=null,e._version=d,e._prefixes=m,e._domPrefixes=p,e._cssomPrefixes=o,e.testProp=function(a){return D([a])},e.testAllProps=F,e.testStyles=w,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+t.join(" "):""),e}(this,this.document),function(a,b){function l(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function m(){var a=s.elements;return typeof a=="string"?a.split(" "):a}function n(a){var b=j[a[h]];return b||(b={},i++,a[h]=i,j[i]=b),b}function o(a,c,d){c||(c=b);if(k)return c.createElement(a);d||(d=n(c));var g;return d.cache[a]?g=d.cache[a].cloneNode():f.test(a)?g=(d.cache[a]=d.createElem(a)).cloneNode():g=d.createElem(a),g.canHaveChildren&&!e.test(a)&&!g.tagUrn?d.frag.appendChild(g):g}function p(a,c){a||(a=b);if(k)return a.createDocumentFragment();c=c||n(a);var d=c.frag.cloneNode(),e=0,f=m(),g=f.length;for(;e<g;e++)d.createElement(f[e]);return d}function q(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return s.shivMethods?o(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/\w+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(s,b.frag)}function r(a){a||(a=b);var c=n(a);return s.shivCSS&&!g&&!c.hasCSS&&(c.hasCSS=!!l(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),k||q(a,c),a}function w(a){var b,c=a.getElementsByTagName("*"),d=c.length,e=RegExp("^(?:"+m().join("|")+")$","i"),f=[];while(d--)b=c[d],e.test(b.nodeName)&&f.push(b.applyElement(x(b)));return f}function x(a){var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(u+":"+a.nodeName);while(d--)b=c[d],b.specified&&e.setAttribute(b.nodeName,b.nodeValue);return e.style.cssText=a.style.cssText,e}function y(a){var b,c=a.split("{"),d=c.length,e=RegExp("(^|[\\s,>+~])("+m().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),f="$1"+u+"\\:$2";while(d--)b=c[d]=c[d].split("}"),b[b.length-1]=b[b.length-1].replace(e,f),c[d]=b.join("}");return c.join("{")}function z(a){var b=a.length;while(b--)a[b].removeNode()}function A(a){function g(){clearTimeout(d._removeSheetTimer),b&&b.removeNode(!0),b=null}var b,c,d=n(a),e=a.namespaces,f=a.parentWindow;return!v||a.printShived?a:(typeof e[u]=="undefined"&&e.add(u),f.attachEvent("onbeforeprint",function(){g();var d,e,f,h=a.styleSheets,i=[],j=h.length,k=Array(j);while(j--)k[j]=h[j];while(f=k.pop())if(!f.disabled&&t.test(f.media)){try{d=f.imports,e=d.length}catch(m){e=0}for(j=0;j<e;j++)k.push(d[j]);try{i.push(f.cssText)}catch(m){}}i=y(i.reverse().join("")),c=w(a),b=l(a,i)}),f.attachEvent("onafterprint",function(){z(c),clearTimeout(d._removeSheetTimer),d._removeSheetTimer=setTimeout(g,500)}),a.printShived=!0,a)}var c="3.7.0",d=a.html5||{},e=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,f=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,g,h="_html5shiv",i=0,j={},k;(function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",g="hidden"in a,k=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){g=!0,k=!0}})();var s={elements:d.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:c,shivCSS:d.shivCSS!==!1,supportsUnknownElements:k,shivMethods:d.shivMethods!==!1,type:"default",shivDocument:r,createElement:o,createDocumentFragment:p};a.html5=s,r(b);var t=/^$|\b(?:all|print)\b/,u="html5shiv",v=!k&&function(){var c=b.documentElement;return typeof b.namespaces!="undefined"&&typeof b.parentWindow!="undefined"&&typeof c.applyElement!="undefined"&&typeof c.removeNode!="undefined"&&typeof a.attachEvent!="undefined"}();s.type+=" print",s.shivPrint=A,A(b)}(this,document);
// source --> https://angelsofabundanceascensionacademy.com/wp-content/themes/boss/js/social-learner.js?ver=2.4.3 
;( function( $, window, document, undefined ) {
    
    var $window = $(window),
        $document = $(document);
    
    $document.ready(function(){
        

        /*--------------------------------------------------------------------------------------------------------
        1.1 - Search
        --------------------------------------------------------------------------------------------------------*/
        
        var $search_form = $('#titlebar-search').find('form');
        
        $('#search-open').click(function(e){
            e.preventDefault();
            $search_form.fadeIn();
            setTimeout(function(){
                $search_form.find('#s').focus();
            }, 301);
        });  
        
        $('#search-close').click(function(e){
            e.preventDefault();
            $search_form.fadeOut();
        });
        
        $(document).click(function (e)
        {
            var container = $("#titlebar-search");

            if (!container.is(e.target) // if the target of the click isn't the container...
                && container.has(e.target).length === 0) // ... nor a descendant of the container
            {
                $search_form.fadeOut();
            }
        });
        
        if($('body').hasClass('left-menu-open')){
            $('.right-col').addClass('hide');
        }

        $('#left-menu-toggle').click(function(e){
            e.preventDefault();
            if($('body').hasClass('left-menu-open')){
                setTimeout(function(){
                    $('.right-col').toggleClass('hide');
                }, 500);    
            } else {
                $('.right-col').toggleClass('hide');
            }
        });
        
        /*--------------------------------------------------------------------------------------------------------
        1.2 - Site title
        --------------------------------------------------------------------------------------------------------*/     
        $(".site-title a, .mobile-site-title").html(function(index, curHTML) {
            if(!$(this).has('img')) {
                curHTML = curHTML.trim();
                var text = curHTML.split(/[\s-]/),
                    newtext = '<span class="colored">' + text.pop() + '</span>';
                return text.join(' ').concat(' ' + newtext);
            }
         }); 
        
    });
}( jQuery, document, window ) );
// source --> https://angelsofabundanceascensionacademy.com/wp-content/plugins/dk-pricr-responsive-pricing-table/inc/js/rpt.min.js?ver=5.1.13 
/**
 * Responsive Pricing Table Front JS (minified)
 * Last updated: Nov 24, 2017 
 */

;(function($){$(document).ready(function(){setTimeout(function(){$('img.rpt_recommended').each(function(){var topPush=($(this).parent().outerHeight()/2)-($(this).height()/2);$(this).css('top',(topPush-2)+'px')})},50)})})(jQuery);