'\n );\n }\n\n\n\n /**\n * Create and load iframe in Youtube container\n **/\n function createIframe(v, id) {\n var iframe = document.createElement('iframe');\n console.log(v);\n iframe.setAttribute(\n 'src',\n '//www.youtube.com/embed/' +\n id +\n '?autoplay=1&color=white&autohide=2&modestbranding=1&border=0&wmode=opaque&enablejsapi=1&showinfo=0&rel=0'\n );\n iframe.setAttribute('frameborder', '0');\n iframe.setAttribute('class', 'youtube-iframe');\n v.firstChild.replaceWith(iframe);\n }\n\n $('.single-image-carousel').slick({\n dots: false,\n arrows: true,\n infinite: true,\n speed: 500,\n autoplay: true,\n autoplaySpeed: 5100,\n slidesToShow: 1,\n slidesToScroll: 1,\n });\n\n // Wrap iFrames\n $('[class^=\"module-\"] iframe:not([id^=\"gform_ajax\"])').wrap('
');\n\n\n\n\n\n\n /* eslint-disable */\n\n // (function($) {\n // $(document).on('facetwp-loaded', function() {\n // var queryString = FWP.build_query_string();\n // if ( '' === queryString ) { // no facets are selected\n // $('.facet-reset').hide();\n // Foundation.reInit($('[data-equalizer]'));\n // }\n // else {\n // // $('html, body').animate({\n // // scrollTop: $('.facetwp-template').offset().top - 100\n // // }, 500);\n // $('.facet-reset').show();\n // Foundation.reInit($('[data-equalizer]'));\n // }\n // });\n // })(jQuery);\n\n\n /* eslint-enable */\n\n\n $('.logo-scroller').slick({\n dots: false,\n arrows: false,\n infinite: true,\n speed: 4000,\n autoplay: true,\n autoplaySpeed: 0,\n cssEase: 'linear',\n variableWidth: false,\n slidesToShow: 4,\n slidesToScroll: 1,\n centerMode:true,\n pauseOnHover:false,\n responsive: [\n {\n breakpoint: 1200,\n settings: {\n slidesToShow: 3,\n slidesToScroll: 1,\n },\n },\n {\n breakpoint: 819,\n settings: {\n slidesToShow: 1,\n slidesToScroll: 1,\n },\n },\n ],\n });\n\n $('.logo-grid-carousel').slick({\n dots: false,\n arrows: true,\n infinite: true,\n speed: 500,\n autoplay: true,\n autoplaySpeed: 5100,\n slidesToShow: 4,\n rows: 2,\n slidesToScroll: 1,\n responsive: [\n {\n breakpoint: 820,\n settings: {\n slidesToShow: 2,\n rows: 2,\n slidesToScroll: 2,\n },\n },\n ],\n });\n\n $('.logo-carousel').slick({\n dots: false,\n arrows: true,\n infinite: true,\n speed: 500,\n autoplay: true,\n autoplaySpeed: 5100,\n slidesToShow: 4,\n slidesToScroll: 1,\n responsive: [\n {\n breakpoint: 820,\n settings: {\n slidesToShow: 1,\n slidesToScroll: 1,\n },\n },\n ],\n });\n\n $('.testimonials-carousel').slick({\n dots: true,\n arrows: true,\n infinite: true,\n speed: 500,\n autoplay: true,\n autoplaySpeed: 5100,\n slidesToShow: 1,\n slidesToScroll: 1,\n // adaptiveHeight: true,\n });\n\n $('.ss-carousel').slick({\n dots: true,\n arrows: true,\n infinite: true,\n speed: 500,\n autoplay: true,\n autoplaySpeed: 5100,\n slidesToShow: 1,\n slidesToScroll: 1,\n // adaptiveHeight: true,\n });\n\n $('.feed-carousel').slick({\n dots: true,\n arrows: true,\n infinite: true,\n speed: 500,\n autoplay: true,\n autoplaySpeed: 5100,\n slidesToShow: 1,\n slidesToScroll: 1,\n // adaptiveHeight: true,\n });\n\n $('.spotlight-carousel').slick({\n dots: false,\n arrows: true,\n infinite: true,\n speed: 500,\n autoplay: true,\n autoplaySpeed: 5100,\n slidesToShow: 1,\n slidesToScroll: 1,\n adaptiveHeight: true,\n });\n\n\n },\n};\n\n\n$('.module-accordion_twocolumn .tabs-title.is-active .tab-description').show();\n\n$('.module-accordion_twocolumn .tabs-title a').click(function(){\n // Remove state\n\n $('.module-accordion_twocolumn .tabs-title.is-active .tab-description').slideToggle(200);\n $('.module-accordion_twocolumn .tabs-title.is-active').removeClass('is-active');\n\n // Active state\n $(this).parent('.tabs-title').addClass('is-active');\n $(this).next('.tab-description').slideToggle(200);\n});\n\n// Change gforms buttons to include button classes\n$('[id^=\"gform_submit_button\"]').addClass('button primary');\n\n/* eslint-disable */\n(function($) {\n $(document).on('facetwp-loaded', function() {\n var queryString = FWP.buildQueryString();\n if ( '' === queryString ) { // no facets are selected\n $('.reset-filters').hide();\n }\n else {\n $('.reset-filters').show();\n }\n });\n})(jQuery);\n\n\n\n// Function to get URL parameter by name\nfunction getParameterByName(name, url) {\n if (!url) url = window.location.href;\n name = name.replace(/[\\[\\]]/g, '\\\\$&');\n var regex = new RegExp('[?&]' + name + '(=([^]*)|&|#|$)'),\n results = regex.exec(url);\n if (!results) return null;\n if (!results[2]) return '';\n return decodeURIComponent(results[2].replace(/\\+/g, ' '));\n}\n\n\n\n/* eslint-enable */\n\n\n\n$('.toggle-tabs-menu').click(function(e){\n e.preventDefault();\n $(this).next('.menu').toggleClass('active').slideToggle(function(){\n if ($(this).is(':visible'))\n $(this).css('display','flex');\n });\n});\n\n$('.tabs-nav .menu a').click(function(){\n var title = $(this).text();\n console.log(title);\n $('.toggle-tabs-menu').text(title);\n $('.tabs-nav .menu.active').removeClass('active').toggle();\n\n});\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// ./scripts/routes/common.js","export default {\n init() {\n // JavaScript to be fired on the home page\n },\n finalize() {\n // JavaScript to be fired on the home page, after the init JS\n },\n};\n\n\n\n// WEBPACK FOOTER //\n// ./scripts/routes/home.js","export default {\n init() {\n // JavaScript to be fired on the about us page\n },\n};\n\n\n\n// WEBPACK FOOTER //\n// ./scripts/routes/about.js","// removed by extract-text-webpack-plugin\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./styles/main.scss\n// module id = 48\n// module chunks = 0"],"sourceRoot":""}