(function(n){"use strict";var t=n(window),i=n(document),r=function(r,u){return n.extend({cushion:u&&i.width()>t.width()?30:10},r)},u=function(i,u,f,e,o){var s,h,c;return o?s=window.document.documentElement.clientHeight+t.scrollTop()-u.offset().top:(c=n("#select2-"+i+"-container").parent().parent().parent().offset().top,h=f.height()-u.height(),s=c-t.scrollTop()-h),s-r(e,o).cushion};n.fn.maximizeSelect2Height=function(t){return this.each(function(i,r){n(r).on("select2:open",function(){setTimeout(function(){var i=n("#select2-"+r.id+"-results"),f=i.parent(),e=f.parent(),s=e.hasClass("select2-dropdown--below"),o=u(r.id,i,e,t,s);f.css("max-height",o);i.css("max-height",o);n(document).trigger("scroll")})})})}})(MMP.jQuery||jQuery)