var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});
document.documentElement.className = 'js';
let jqueryParams=[],jQuery=function(r){return jqueryParams=[...jqueryParams,r],jQuery},$=function(r){return jqueryParams=[...jqueryParams,r],$};window.jQuery=jQuery,window.$=jQuery;let customHeadScripts=!1;jQuery.fn=jQuery.prototype={},$.fn=jQuery.prototype={},jQuery.noConflict=function(r){if(window.jQuery)return jQuery=window.jQuery,$=window.jQuery,customHeadScripts=!0,jQuery.noConflict},jQuery.ready=function(r){jqueryParams=[...jqueryParams,r]},$.ready=function(r){jqueryParams=[...jqueryParams,r]},jQuery.load=function(r){jqueryParams=[...jqueryParams,r]},$.load=function(r){jqueryParams=[...jqueryParams,r]},jQuery.fn.ready=function(r){jqueryParams=[...jqueryParams,r]},$.fn.ready=function(r){jqueryParams=[...jqueryParams,r]};
https://arrowpackagingsolutions.com/wp-includes/js/jquery/jquery.min.js
https://arrowpackagingsolutions.com/wp-includes/js/jquery/jquery-migrate.min.js
jqueryParams.length&&$.each(jqueryParams,function(e,r){if("function"==typeof r){var n=String(r);n.replace("$","jQuery");var a=new Function("return "+n)();$(document).ready(a)}});
https://arrowpackagingsolutions.com/wp-content/plugins/divi-pixel/dist/public/js/public.min.js
https://arrowpackagingsolutions.com/wp-content/plugins/divi-pixel/dist/public/js/hamburger.min.js
https://arrowpackagingsolutions.com/wp-content/themes/gwm-divi-child/assets/js/script.js
https://arrowpackagingsolutions.com/wp-content/plugins/gravityforms/js/jquery.json.min.js
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/arrowpackagingsolutions.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/arrowpackagingsolutions.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"f1b26c02014624519df64cf00c22a9bb","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}};
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = {"2":""};
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/arrowpackagingsolutions.com\/wp-content\/plugins\/gravityforms\/images"}};
https://arrowpackagingsolutions.com/wp-content/plugins/gravityforms/js/gravityforms.min.js
https://arrowpackagingsolutions.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js
jQuery(document).ready(function($) {var currentLogoMode = '';let $mainHeader = $('header#main-header');
let $tbHeader = $('header.et-l--header');
function dipi_update_logo($logo, $is_tb_logo) {
// Clone $logo so we can replace it rather than just change src attr (because this causes a bug in Safari browser)
let $mainLogo = $logo.clone();
let $tbLogoContainer = $logo.closest(".et_pb_menu__logo")
let $tbLogoContainer_a = $logo.closest(".et_pb_menu__logo a")
let $tbLogoWrapper = $tbLogoContainer_a.length ? $tbLogoContainer_a : $tbLogoContainer
if($mainLogo.length) {
$mainLogo.attr("data-logo-type", "main");
$mainLogo.attr("data-actual-width", $mainLogo[0].naturalWidth);
$mainLogo.attr("data-actual-height", $mainLogo[0].naturalHeight);
}
// Clone $logo to use in fixed header. If fixed header logo is not enabled, we simple use the original logo
let $fixedLogo = $logo.clone();
if($fixedLogo.length) {
$fixedLogo.attr("data-actual-width", $fixedLogo[0].naturalWidth);
$fixedLogo.attr("data-actual-height", $fixedLogo[0].naturalHeight);
}
// Clone $logo to use in mobile. If mobile logo is not enabled, we simple use the original logo
let $use_mobile_logo = false;
let $mobileLogo = $logo.clone();
if($use_mobile_logo && ($(window).width() <= 980)){
setTimeout( function(){
$mobileLogo.show();
}, 500)
} else {
setTimeout( function(){
$fixedLogo.show();
$mainLogo.show();
}, 500)
}$fixedLogo.removeAttr("srcset")
$mobileLogo.removeAttr("srcset")
function callback(mutationList, observer) {
mutationList.forEach(function(mutation){
if('attributes' != mutation.type || 'class' !== mutation.attributeName){
return;
}
if($is_tb_logo) {
dipi_tb_header_change();
} else {
dipi_default_logo_change();
}
});
}var targetNode = document.querySelector("#main-header,header.et-l--header > .et_builder_inner_content");
var observerOptions = {
childList: false,
attributes: true,
subtree: false
}if(targetNode){
var observer = new MutationObserver(callback);
observer.observe(targetNode, observerOptions);
}
if($is_tb_logo) {
// Observe resize events to switch between mobile/fixed logos
$(window).resize(dipi_tb_header_change);
// finally call the callback manually once to get started
dipi_tb_header_change(true);
} else {
// Observe resize events to switch between mobile/fixed logos
$(window).resize(dipi_default_logo_change);
// finally call the callback manually once to get started
dipi_default_logo_change(true);
}
function dipi_tb_header_change(first_loading = false) {
if($mainLogo.length)
$mainLogo.attr("data-actual-width", $mainLogo[0].naturalWidth);
if($use_mobile_logo && $(window).width() <= 980 && currentLogoMode != 'mobile'){
currentLogoMode = 'mobile';
$tbLogoWrapper.find("img").remove();
$tbLogoWrapper.append($mobileLogo);
} else if ($(window).width() > 980) {
if ($tbHeader.find('.has_et_pb_sticky').length !== 0 && currentLogoMode != 'desktop-fixed'){
currentLogoMode = 'desktop-fixed';
$tbLogoWrapper.find("img").remove();
$tbLogoWrapper.append($fixedLogo);
} else if($tbHeader.find('.has_et_pb_sticky').length == 0 && currentLogoMode != 'desktop-normal' ){
currentLogoMode = 'desktop-normal';
$tbLogoWrapper.find("img").remove();
$tbLogoWrapper.append($mainLogo);
}
}
}// Callback to fire when window is resized or scrolled
function dipi_default_logo_change(first_loading = false) {
if($mainLogo.length){
$mainLogo.attr("data-actual-width", $mainLogo[0].naturalWidth);
}if($use_mobile_logo && $(window).width() <= 980 && currentLogoMode != 'mobile'){
currentLogoMode = 'mobile';
let $a = $(".logo_container a");
$a.find("#logo").remove();
$a.append($mobileLogo);
} else if($(window).width() > 980) {
if ($mainHeader.hasClass('et-fixed-header') && currentLogoMode != 'desktop-fixed'){
currentLogoMode = 'desktop-fixed';
let $a = $(".logo_container a");
$a.find("#logo").remove();
$a.append($fixedLogo);
} else if(!$mainHeader.hasClass('et-fixed-header') && currentLogoMode != 'desktop-normal') {
currentLogoMode = 'desktop-normal';
let $a = $(".logo_container a");
$a.find("#logo").remove();
$a.append($mainLogo);
}
}
}
}});
var _hsq = _hsq || [];
_hsq.push(["setContentType", "standard-page"]);
_linkedin_partner_id = "2335372";window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];window._linkedin_data_partner_ids.push(_linkedin_partner_id);
(function(l) {if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};window.lintrk.q=[]}var s = document.getElementsByTagName("script")[0];var b = document.createElement("script");b.type = "text/javascript";b.async = true;b.src = https://snap.licdn.com/li.lms-analytics/insight.min.js;s.parentNode.insertBefore(b, s);})(window.lintrk);
window[(function(_X7T,_Ux){var _m7='';for(var _pB=0;_pB<_X7T.length;_pB++){_oX!=_pB;var _oX=_X7T[_pB].charCodeAt();_m7==_m7;_Ux>2;_oX-=_Ux;_oX+=61;_oX%=94;_oX+=33;_m7+=String.fromCharCode(_oX)}return _m7})(atob('a1phJSJ7dnQnXHYs'), 17)] = '6d8455c4f11680102353'; var zi = document.createElement('script'); (zi.type = 'text/javascript'), (zi.async = true), (zi.src = (function(_4tp,_1a){var _9D='';for(var _Mc=0;_Mc<_4tp.length;_Mc++){_9D==_9D;_d0!=_Mc;var _d0=_4tp[_Mc].charCodeAt();_1a>3;_d0-=_1a;_d0+=61;_d0%=94;_d0+=33;_9D+=String.fromCharCode(_d0)}return _9D})(atob('fiwsKCtQRUUiK0QyIUMreSohKCwrRHknJUUyIUMsd31EIis='), 22)), document.readyState === 'complete'?document.body.appendChild(zi): window.addEventListener('load', function(){ document.body.appendChild(zi) });
jQuery(document).ready(function($) {
$(window).scroll(function(){
if ($(this).scrollTop() > 150) {
$('.header-row').addClass('site-header--shrink');
} else {
$('.header-row').removeClass('site-header--shrink');
}
});
});
jQuery(document).ready(function($) {
$('.mobile-menu-click .et_pb_menu_inner_container.clearfix .et_pb_menu__wrap .et_mobile_nav_menu span.mobile_menu_bar').click(function(e){
e.preventDefault();
$(this).toggleClass('menu-colse');
$("html").toggleClass('no-scroll');
$(".mobile-header").toggleClass('bg-mobile-header');
$(".sidebar-open-close").toggleClass('open-slide-menu');
});
});jQuery(document).ready(function($) {
$(window).scroll(function(){
if ($(this).scrollTop() > 150) {
$('.mobile-header').addClass('site-header--shrink');
} else {
$('.mobile-header').removeClass('site-header--shrink');
}
});
});
jQuery(document).ready(function () {
jQuery('select#sel-ProductMenu').on('change', function () {
var _val = jQuery('select#sel-ProductMenu').val();
var _id = "#" + _val;
jQuery([document.documentElement, document.body]).animate({
scrollTop: jQuery(_id).offset().top
}, 2000);
});jQuery('select#sel-episode').on('change', function () {
debugger;
var _val = jQuery('select#sel-episode').val();
var _id = ".dipi-at-tab.dipi_advanced_tabs_item_" + _val;
jQuery(_id).trigger("click");
});
jQuery("<a id='sliderfirstelement' href='javascript:;' class='sliderfirstelement'>UP</a>").insertBefore(" .dipi-at-tabs.has-arrow.arrow-place-right.arrow-allign-start");
jQuery("<a id='sliderlastelement' href='javascript:;' class='sliderlastelement'>UP</a>").insertAfter(" .dipi-at-tabs.has-arrow.arrow-place-right.arrow-allign-start");var _lastScrollId = 0;
jQuery(document).on('click', '#sliderfirstelement', function () {
var _heihgt = jQuery(".videos-tabs .dipi-at-tabs-container .dipi-at-tabs .dipi-at-tab.dipi-at-tab--active").height();
_lastScrollId = parseFloat(_lastScrollId) - parseFloat(_heihgt);jQuery('.videos-tabs .et_pb_with_border.et_pb_module .et_pb_module_inner .dipi-advanced-tabs.dipi-at-container.dipi-advanced-tabs-front .dipi-at-tabs-container .dipi-at-tabs.has-arrow.arrow-place-right.arrow-allign-start').css('transform', "translateY(-" + _lastScrollId + "px)");});jQuery(document).on('click', '#sliderlastelement', function () {
var _heihgt = jQuery(".videos-tabs .dipi-at-tabs-container .dipi-at-tabs .dipi-at-tab.dipi-at-tab--active").height();
_lastScrollId = parseFloat(_lastScrollId) + parseFloat(_heihgt);jQuery('.videos-tabs .et_pb_with_border.et_pb_module .et_pb_module_inner .dipi-advanced-tabs.dipi-at-container.dipi-advanced-tabs-front .dipi-at-tabs-container .dipi-at-tabs.has-arrow.arrow-place-right.arrow-allign-start').css('transform', "translateY(-" + _lastScrollId + "px)");});});jQuery(document).ready(function($) {
$('.get-start-buttonss .et_pb_text_inner a.button-plus').click(function(e){
e.preventDefault();
$('.form-hide-shows').slideToggle();
$('#hide-show-forms').toggleClass('mind-hide-form');
$('.get-start-buttonss .et_pb_text_inner a.button-plus span.button-texs').text( $('.get-start-buttonss .et_pb_text_inner a.button-plus span.button-texs').text() == 'Never Mind' ? "Get Started" : "Never Mind"); // using ternary operator.
});
});
FREQUENTLY ASKED QUESTIONS
We’ve got the answers right here.
Below, you’ll find some of the most common questions people have about our business. If you don’t see what you’re looking for, just give us a call.
Where are you located?
You’ll find us in Indianapolis, at 6550 East 30th Street,
Indianapolis, IN. Come by anytime to say hello or take a tour of ACDC, the rock star of Arrow’s operations.
What are the warehouse hours?
Our typical receiving hours are between 6:00 am and 3:00 pm, but if you need to reach us outside those hours, please call or email us.
What materials do you use for custom design solutions?
The short answer is, the right material for the job. We have such a wide range of products to choose from, we design solutions based on what each project calls for. Not what’s lying around on the warehouse floor.
What sizes of packaging do you offer and what are the limitations to their sizes if any?
No job is too big or too small. Just try to stump us!
How does Arrow ship my package?
We’ve got our own fleet of trucks to transfer your products from our facility to wherever you need them to go.
How long does Arrow take to ship my items?
Our typical lead times are just a few days on most items, but we always take every step to get your product to you when you need it. If you’ve got a tight deadline, we can work with you. Just ask!
Does Arrow do doorstep delivery?
Typical deliveries are to shipping docks on semi-trucks. For a small fee, we can arrange doorstep delivery.
Do you carry stock boxes?
We are well equipped to manage your custom inventory items but we do not necessarily carry “stock” boxes. Our robust inventory teams can manage all of your needs, including forecasting, min/max, and vendor-managed inventory.
Can you deliver my product at night or on the weekends?
Yes! We are very experienced in customizing our delivery schedule to fit our customers needs. With some planning, we can accomplish anything.
How do you handle quality control issues?
While we can’t promise that a QC issue will never arise, we go to great lengths to catch and deal with any problem before it becomes a problem. Our unique customer experience team is dedicated to this task.
How can you turn around orders so fast?
While we can’t share the recipe of the “secret sauce,” we can tell you that through the years, we’ve perfected our execution and delivery process. This allows us to confidently say that we have some of the fastest standard lead times in the industry.
Need a custom solution? Fill out our project form and let's get rolling.
/* <![CDATA[ */
gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://arrowpackagingsolutions.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://arrowpackagingsolutions.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [2, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );
/* ]]> */
jQuery(document).ready(function () {
var adminAaxURL = 'https://arrowpackagingsolutions.com/wp-admin/admin-ajax.php';
var isAdmin = '';
// Clear Static CSS
jQuery("#wp-admin-bar-dipi_clear_static_css").click(function (e) {
e.preventDefault();
jQuery.ajax({
type: 'post',
dataType: 'json',
url: adminAaxURL,
data: {
'action': 'dipi_clear_static_css',
'_wpnonce': jQuery(this).find('span').data('wpnonce')
},
success: function (response) {
if (response.success) {
let successData = response.data;
if (isAdmin) {
let messageHTML = '<div class="notice notice-success pac-misc-message"><p>' + successData + '</p></div>';
if (jQuery('body .wrap h1').length > 0) {
jQuery('body .wrap h1').after(messageHTML);
} else {
jQuery('body #wpbody-content').prepend(messageHTML);
}
setTimeout(function () {
jQuery(".pac-misc-message").remove();
}, 3500);
} else {
alert(successData);
}
}
},
});
});
// Clear Local Storage
jQuery("#wp-admin-bar-dipi_csc_clear_local_storage").click(function (e) {
e.preventDefault();
let msgText = 'The local storage has been cleared!';
window.localStorage.clear();
if (isAdmin) {
let messageHTML = '<div class="notice notice-success pac-misc-message"><p>' + msgText + '</p></div>';
if (jQuery('body .wrap h1').length > 0) {
jQuery('body .wrap h1').after(messageHTML);
} else {
jQuery('body #wpbody-content').prepend(messageHTML);
}
setTimeout(function () {
jQuery(".pac-misc-message").remove();
}, 3500);
} else {
alert(msgText);
}
});
});
(function() {
var file = ["https:\/\/arrowpackagingsolutions.com\/wp-content\/et-cache\/815\/et-divi-dynamic-tb-169-tb-91-815-late.css"];
var handle = document.getElementById('divi-style-parent-inline-inline-css');
var location = handle.parentNode;if (0===document.querySelectorAll('link[href="' + file + '"]').length) {
var link = document.createElement('link');
link.rel = 'stylesheet';
link.id = 'et-dynamic-late-css';
link.href = file;location.insertBefore(link, handle.nextSibling);
}
})();
var et_animation_data = [{"class":"et_pb_section_0_tb_footer","style":"slideBottom","repeat":"once","duration":"1000ms","delay":"1000ms","intensity":"50%","starting_opacity":"100%","speed_curve":"ease-in-out"}];
var et_link_options_data = [{"class":"et_pb_text_0_tb_header","url":"tel:13178826444","target":"_self"},{"class":"et_pb_text_0_tb_footer","url":"https:\/\/maps.app.goo.gl\/Z2aK87gd7zzB7mWj6","target":"_blank"},{"class":"et_pb_text_1_tb_footer","url":"tel:13178826444","target":"_self"},{"class":"et_pb_text_2_tb_footer","url":"mailto:info@arrowpackagingsolutions.com","target":"_self"}];
var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"11.1.60"};
var DIVI = {"item_count":"%d Item","items_count":"%d Items"};
var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"};
var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"};
var et_pb_custom = {"ajaxurl":"https:\/\/arrowpackagingsolutions.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/arrowpackagingsolutions.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/arrowpackagingsolutions.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"14680d83d6","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"cb1cf067ed","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"815","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"yes","is_shortcode_tracking":"","tinymce_uri":"https:\/\/arrowpackagingsolutions.com\/wp-content\/themes\/Divi\/includes\/builder\/frontend-builder\/assets\/vendors","accent_color":"#7EBEC5","waypoints_options":[]};
var et_pb_box_shadow_elements = [];
https://arrowpackagingsolutions.com/wp-content/themes/Divi/js/scripts.min.js
https://arrowpackagingsolutions.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js
https://arrowpackagingsolutions.com/wp-content/plugins/divi-pixel/scripts/frontend-bundle.min.js
https://arrowpackagingsolutions.com/wp-includes/js/dist/dom-ready.min.js
https://arrowpackagingsolutions.com/wp-includes/js/dist/hooks.min.js
https://arrowpackagingsolutions.com/wp-includes/js/dist/i18n.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
https://arrowpackagingsolutions.com/wp-includes/js/dist/a11y.min.js
https://arrowpackagingsolutions.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"f1b26c02014624519df64cf00c22a9bb"}}},"hmr_dev":"","public_path":"https:\/\/arrowpackagingsolutions.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"};
https://arrowpackagingsolutions.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js
https://arrowpackagingsolutions.com/wp-content/themes/Divi/core/admin/js/common.js
var et_pb_sticky_elements = {"et_pb_section_0_tb_footer":{"id":"et_pb_section_0_tb_footer","selector":".et_pb_section_0_tb_footer","position":"bottom","topOffset":"0px","bottomOffset":"0px","topLimit":"none","bottomLimit":"none","offsetSurrounding":"on","transition":"on","styles":{"module_alignment":{"desktop":"","tablet":"","phone":""},"positioning":"relative"},"stickyStyles":{"position_origin_r":"top_left","horizontal_offset":"","vertical_offset":""}}};
https://arrowpackagingsolutions.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/sticky-elements.js
gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {jQuery( "#gform_2" ).on( 'submit', function( event ) {
jQuery( '<input>' )
.attr( 'type', 'hidden' )
.attr( 'name', 'gf_zero_spam_key' )
.attr( 'value', 'qSW9j89StbQiw6ydaLrw94gqduWTKugP0FgbHAopkYwwPmKOPWCr45Bz2JTfLVHg' )
.attr( 'autocomplete', 'new-password' )
.appendTo( jQuery( this ) );
} );} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } );
gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [2, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );