(function(w,d,s,l,i){w.GAMeasurementID='G-ZXBR9NG8SC';w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','cpDataLayerGA4','GTM-K73C5PS'); var enableTelemetry = 'false' var aiConfig = { instrumentationKey: '1cde048e-3185-4906-aa46-c92a7312b60f' } var appInsights = window.appInsights || function (a) { function b(a) { c[a] = function () { var b = arguments; c.queue.push(function () { c[a].apply(c, b) }) } } var c = { config: a }, d = document, e = window; setTimeout(function () { var b = d.createElement('script'); b.src = a.url || 'https://js.monitor.azure.com/scripts/a/ai.0.js', d.getElementsByTagName('script')[0].parentNode.appendChild(b) }); try { c.cookie = d.cookie } catch (a) { } c.queue = []; for (var f = ['Event', 'Exception', 'Metric', 'PageView', 'Trace', 'Dependency']; f.length;)b('track' + f.pop()); if (b('setAuthenticatedUserContext'), b('clearAuthenticatedUserContext'), b('startTrackEvent'), b('stopTrackEvent'), b('startTrackPage'), b('stopTrackPage'), b('flush'), !a.disableExceptionTracking) { f = 'onerror', b('_' + f); var g = e[f]; e[f] = function (a, b, d, e, h) { var i = g && g(a, b, d, e, h); return !0 !== i && c['_' + f](a, b, d, e, h), i } } return c }(aiConfig); window.appInsights = appInsights, appInsights.queue && 0 === appInsights.queue.length; // Add telemetry initializer appInsights.queue.push(function() { appInsights.context.addTelemetryInitializer(function(envelope) { var telemetryItem = envelope.data.baseData; // To check the telemetry item’s type: if (!false) { //If the telemetry is not enabled, we still want to capture Google map custom event, so only allow that if (envelope.name.indexOf('.Event') == -1) return false; } }); }); appInsights.trackPageView(); function populateAntiForgery(token) { var input = document.createElement("input"); input.name = "__RequestVerificationToken"; input.type = "hidden"; input.value = token; var absPat = /^https?:\/\/|^\/\//i; var forms = document.getElementsByTagName("form"); for (var i = 0; i < forms.length; i++) { if (forms[i].method == "post" && !forms[i].querySelector('[name="__RequestVerificationToken"]') && !absPat.test(forms[i].getAttribute("action"))) { forms[i].appendChild(input.cloneNode()); } } } function getAntiForgeryToken(callback, error) { var xhr = new XMLHttpRequest(); xhr.open("GET", "/antiforgery"); xhr.addEventListener("load", function() { try { if (this.status !== 200) { throw Error("Invalid status. Could not retrieve antiforgery token."); } var obj = JSON.parse(this.responseText); callback(obj.token); } catch (e) { typeof error === "function" && error(e); } }); xhr.send(); } getAntiForgeryToken(function(token) { if (document.readyState === "complete" || document.readyState === "loaded" || document.readyState === "interactive") { populateAntiForgery(token); return; } document.addEventListener("DOMContentLoaded", function() { populateAntiForgery(token); }, false); }, console.error); window.departmentHeader = {}; window.pageSectionTracker = {}; window.isResponsiveEnabled = true; window.isRemoveSetHeights= false; if (window.isRemoveSetHeights) { document.documentElement.className += ' removeSetHeights'; } window.mainMenuMediaQuery = 'screen and (max-width: 40em)'; window.isMobileBrowserIncludingTablets = false; window.fixedResponsiveMenu = false; window.fullWidthResponsiveMenu = false; window.responsiveMenuHeight = ''; window.responsiveMenuFontSize = ''; window.isContentAdvisor = false; (function () { window.setSizeCookie = function () { document.cookie = "dpi=" + window.devicePixelRatio + "; path=/"; document.cookie = "viewportWidth=" + window.innerWidth + "; path=/"; document.cookie = "viewportHeight=" + window.innerHeight + "; path=/"; if (screen && screen.width && screen.height) { document.cookie = "screenWidth=" + screen.width + "; path=/"; document.cookie = "screenHeight=" + screen.height + "; path=/"; } document.cookie = "responsiveGhost=1; path=/"; }; setSizeCookie(); }()); Agenda Center • Pewaukee, WI • CivicEngage  window.Pages = window.Pages || {}; // FrontEnd RWD initialization window.Pages.rwdReady = $.Deferred(); window.Pages.toolBarDeferred = $.Deferred(); window.Pages.rwdSetupComplete = $.Deferred(); window.Pages.megaMenuLoaded = $.Deferred(); window.Pages.angularToolbarComplete = $.Deferred(); window.Pages.frontEndToolbarComplete = $.Deferred(); $(document).ready(function () { $('body').append('
'); cp.datetimepicker.createDatePicker('#StartDatePicker', {format:'mm/dd/yyyy'}); cp.datetimepicker.createDatePicker('#EndDatePicker', { format: 'mm/dd/yyyy' }); $('#StartDatePicker').addClass('cpDatePickerElevate'); $('#EndDatePicker').addClass('cpDatePickerElevate'); $('.popoutContainer > a').click(function (e) { e.preventDefault(); }); todayDate = new Date(); $('#searchButton').click(function () { doSearch(); return false; }); $('#searchField').keypress(function (e) { if (e.which == 13 || e.keyCode == 13) { $('#searchButton').trigger('click'); } }); checkUncheckAllCategoriesCB(); $('#submittedIn').change(function () { updateSubmittedRangeDates(); return false; }); var match = RegExp('[?&]' + 'dateSelector' + '=([^&]*)') .exec(window.location.search); var dateRangeVal = null; if (match != null) dateRangeVal = decodeURIComponent(match[1].replace(/\+/g, ' ')); if (dateRangeVal != null) { switch (dateRangeVal) { case "": $('#timePeriod').html('Time Period'); break; case "1": $('#timePeriod').html('Last Week'); break; case "2": $('#timePeriod').html('Last Month'); break; case "3": $('#timePeriod').html('Last 6 Months'); break; case "4": $('#timePeriod').html('Last Year'); break; } } }); function checkUncheckAllCategoriesCB() { if ($('input:not(:checked)[name=chkCategoryID]').length == 0) attrOrProps($('#allCategories'), "checked", true); else removeAttrOrProps($('#allCategories'), "checked"); } function checkUncheckAll(checked) { var $cbs = $('input[name=chkCategoryID]'); if (checked) { $cbs.each(function () { $(this).prop('checked', true); }); } else { $cbs.each(function () { $(this).prop('checked', false); }); } } function doSearch() { var term = $('#searchField').val(); var startDate = $('#StartDatePicker').val(); var endDate = $('#EndDatePicker').val(); var dt = $('input[name=dateRange]').val(); var dateSelector = $('#submittedIn').val(); if (startDate!='' && endDate!='' && dt == '') dateSelector = ''; var $cbs = $('input:checked[name=chkCategoryID]'); var cids = ''; $cbs.each(function () { cids += $(this).val() + ','; }); if ($('#allCategories').is(':checked')) cids = 'all'; document.location = '/AgendaCenter/Search/?term=' + escape(term.trim()) + '&CIDs=' + cids.trim() + '&startDate=' + startDate + '&endDate=' + endDate + '&dateRange=' + dt + '&dateSelector=' + dateSelector; } function validSearchTerm(term) { return (term && term != null && term.trim() != '' && term.trim() != $('#searchField').attr('placeholder')); } function getDatePicker(id) { var datePicker = $('#' + id); return datePicker; } function updateSubmittedRangeDates() { var value = $('#submittedIn').val(); var myDate = new Date(); myDate.setFullYear(todayDate.getFullYear(), todayDate.getMonth(), todayDate.getDate()); if (value != '') { $(".submittedEnd").each(function () { getDatePicker($(this).attr('id')).val( myDate.getMonth()+1+"/"+myDate.getDate()+"/"+myDate.getFullYear()); }); } else $('input[name=EndDatePicker]').val(''); switch (value) { case "1": $('input[name=dateRange]').val('1 week'); myDate.setDate(myDate.getDate() - 7); break; case "2": $('input[name=dateRange]').val('1 month'); myDate.setMonth(myDate.getMonth() - 1); break; case "3": $('input[name=dateRange]').val('6 months'); myDate.setMonth(myDate.getMonth() - 6); break; case "4": $('input[name=dateRange]').val('1 year'); myDate.setMonth(myDate.getMonth() - 12); break; default: $('input[name=StartDatePicker]').val(''); } if (value != '') { $(".submittedStart").each(function () { getDatePicker($(this).attr('id')).val( myDate.getMonth()+1 + "/" + myDate.getDate() + "/" + myDate.getFullYear()); }); } } function changeDateRange(rangeVal, displayText) { $('#timePeriod').html('' + displayText + ''); $('#liTimePeriod').show(); $('#liTimePeriod a').attr("aria-hidden", "false"); $('#submittedIn').val(rangeVal); $('#dateRangePopup').hide(); $('#timePeriod').toggleClass('open'); updateSubmittedRangeDates(); } function displayDateRangePopup() { $('#dateRangePopup').toggle(); $('#dateRangePopup').toggleClass('open'); return false; } function resetDateDefaults() { $('#liTimePeriod').hide(); $('#liTimePeriod a').attr("aria-hidden", "true"); $('#timePeriod').html('Time Period'); $('input[name=StartDatePicker]').val(''); $('input[name=EndDatePicker]').val(''); $('#dateRangePopup').hide(); $('#timePeriod').toggleClass('open'); } window.onload = function () { document.onclick = function () { $('.popUp').fadeOut(200).removeClass('popped'); $('.popUpParent').removeClass('popped'); }; }; setEditorVariables(false, 840); function getPrintPreviewType() { return 0; } function printPreview() {pPreview(getPrintPreviewType()); } jQuery(document).click(function (event) { var target = jQuery(event.target); if (target.attr('src') && target.parents('.image').length && target.parents('.widget').length) { var text = target.attr('title'); if (!text.length) { text = "N/A"; } ga('send', { hitType: 'event', eventCategory: 'Image', eventAction: 'Image - ' + text, eventLabel: window.location.href }); } if (target.is('button') || target.hasClass('button') || target.parents().hasClass('button')) { var text = ""; if (target.parents('.button')[0]) { text = target.parents('.button').first().text(); } else if (target.text().length) { text = target.text(); } else if (target.attr('title').length) { text = target.attr('title'); } if (!text.length) { text = "N/A"; } ga('send', { hitType: 'event', eventCategory: 'Button', eventAction: 'Button - ' + text, eventLabel: window.location.href }); } if (target.parents('.widgetCustomHtml').length) { ga('send', { hitType: 'event', eventCategory: 'Custom Html', eventAction: 'Custom Html Clicked', eventLabel: window.location.href }); } if (target.parents('.editor').length) { ga('send', { hitType: 'event', eventCategory: 'Editor', eventAction: 'Editor Link Clicked', eventLabel: window.location.href }); } if (target.parents('.GraphicLinks').length) { var text = ""; var targetGraphicLink = target; if (target.hasClass('widgetGraphicLinksLink')) { targetGraphicLink = jQuery(target.children()[0]); } if (targetGraphicLink.hasClass('text')) { text = targetGraphicLink.text(); } else if (targetGraphicLink.attr('src').length) { if (targetGraphicLink.attr('alt').length) { text = targetGraphicLink.attr('alt'); } else { text = targetGraphicLink.attr('src'); } } else { text = "N/A"; } ga('send', { hitType: 'event', eventCategory: 'Graphic Links', eventAction: 'Graphic Link - ' + text, eventLabel: window.location.href }); } if (target.parents('.InfoAdvanced').length) { ga('send', { hitType: 'event', eventCategory: 'Info Advanced', eventAction: 'Info Advanced Clicked', eventLabel: window.location.href }); } if (target.parents('.list').length) { ga('send', { hitType: 'event', eventCategory: 'List', eventAction: 'List Clicked', eventLabel: window.location.href }); } if (target.parents('.megaMenuItem').length || target.parents('.topMenuItem').length) { var megaMenuText = jQuery('.topMenuItem.mouseover').find('span').text(); var breadCrumbs = []; jQuery('.breadCrumbs > li').each(function () { breadCrumbs.push(this.textContent); }); var pageTitle = breadCrumbs.join('>'); var subTitleText = target.parents('.megaMenuItem').children('.widgetTitle').children().text(); var text = ""; if (pageTitle) { text += pageTitle + " | "; } else { text += document.title + ' - '; } if (target.text() == "" && megaMenuText == "") { text += "N/A"; } else if (target.text().length && megaMenuText.length) { if (megaMenuText == target.text()) { text += megaMenuText; } else { text += megaMenuText + " - " + subTitleText + " - " + target.text(); } } else if (target.text() == "") { text += megaMenuText; } else { text += target.text(); } if (!text.length) { text = "N/A"; } ga('send', { hitType: 'event', eventCategory: 'Mega Menu', eventAction: 'Mega Menu : ' + text, eventLabel: window.location.href }); } if (target.parents('.widgetNewsFlash').length && target.parents('.widgetItem').length) { var text = jQuery(target.parents('.widgetItem')[0]).find('.widgetTitle').children().text(); if (!text.length) { text = "N/A"; } ga('send', { hitType: 'event', eventCategory: 'News Flash', eventAction: 'News Flash - ' + text, eventLabel: window.location.href }); } if (target.hasClass('widgetQuickLinksLink') || target.find('.widgetQuickLinksLink').length) { var text = target.text(); if (!text.length) { text = "N/A"; } ga('send', { hitType: 'event', eventCategory: 'Quick Links', eventAction: 'Quick Links - ' + text, eventLabel: window.location.href }); } if (target.attr('src') && target.parents('.cpSlideshow').length) { var text = target.attr('title'); if (!text.length) { text = "N/A"; } ga('send', { hitType: 'event', eventCategory: 'Slideshow', eventAction: 'Slideshow - ' + text, eventLabel: window.location.href }); } if (target.parents('.widgetText').length) { ga('send', { hitType: 'event', eventCategory: 'Text', eventAction: 'Text Link Clicked', eventLabel: window.location.href }); } }); Skip to Main Content Create a Website Account - Manage notification subscriptions, save form progress and more. Website Sign In $(document).ready(function () { $('#signedOutToolbarCreateProfileButton').keypress(function (e) { if (e.which === 0) return; $(this).click(); }); $('#signedOutToolbarCreateProfileButton').click(function (event) { event.preventDefault(); window.location.href = '/MyAccount/ProfileCreate?from=url&url=/&dn=' + window.location.origin; }); $('#loggedOutToolbarSignInButton').click(function (event) { event.preventDefault(); window.location.href = '/MyAccount/?from=url&url=' + encodeURIComponent(window.location.href.replace(window.location.origin, '')) + '&dn=' + window.location.host; }); if ('False' == 'True') { $('#loggedOutToolbarSignInButton').hide(); } }) Government Departments Community Business How Do I? (function () { function setupMenu() { const menuID = 'mainNavMenu'; const menuType = MAIN_MENU; //setup menu manager properties for main menu if (!menuManager.mobileMainNav && true) menuManager.adjustMainItemsWidth('#' + menuID); menuManager.isMainMenuEditable = false; menuManager.mainMenuMaxSubMenuLevels = 4; menuManager.setMOMMode(2, menuType); //Init main menu const setupDraggable = menuManager.isMainMenuEditable; const urlToGetHiddenMenus = '/Pages/MenuMain/HiddenMainSubMenus?pageID=1&moduleID=65&themeID=7&menuContainerID=mainNav'; menuManager.setupMenu(menuID, 'mainNav', menuType, setupDraggable, urlToGetHiddenMenus); menuManager.mainMenuInit = true; menuManager.mainMenuTextResizer = true; if (1.00 > 0) menuManager.mainMenuTextResizerRatio = 1.00; if (window.isResponsiveEnabled) menuManager.mainMenuReady.resolve(); } if (document.readyState === "complete" || document.readyState === "loaded" || document.readyState === "interactive") { setupMenu(); return; } document.addEventListener("DOMContentLoaded", setupMenu); })(); $(window).on("load", function () { $.when(window.Pages.rwdSetupComplete) .done(function () { renderBanner('banner1-16', 'banner1', {"BannerOptionID":16,"ThemeID":7,"SlotName":"banner1","Name":"Default","IsDefault":true,"BannerMode":1,"SlideShowSlideTiming":"5","SlideshowTransition":0,"SlideShowTransitionTiming":"1","ImageScale":true,"ImageAlignment":1,"ImageScroll":true,"MuteSound":true,"VideoType":0,"Status":40,"SlideshowControlsPosition":0,"SlideshowControlsAlignment":0,"SlideshowBannerControlsColorScheme":0,"DisplayVideoPauseButton":false,"VideoPauseButtonAlignment":1,"VideoPauseButtonControlsAlignment":0,"VideoPauseButtonStyle":"#FFFFFF","VideoPauseButtonBackgroundStyle":"#000000","VideoPauseButtonAlignmentClass":"alignRight viewport","DisplaySlideshowPauseButton":true,"SlideshowControlsColor":"#FFFFFF","SlideshowControlsBackgroundColor":"#000000","SlideshowPauseButtonClass":"isHidden","BannerImages":[{"BannerImageID":246,"BannerOptionID":16,"FileName":"/ImageRepository/Document?documentID=4052","Height":956,"Width":2600,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null}],"BannerVideos":[{"BannerVideoID":11,"BannerOptionID":16,"VideoFileName":"","ImageFileName":"EmptyBannerBkg202308141349246111.png","IsLink":false,"LinkAddress":null,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","VideoFileID":"00000000-0000-0000-0000-000000000000","ImageFileID":"00000000-0000-0000-0000-000000000000","VideoWidth":0,"VideoHeight":0,"ImageWidth":0,"ImageHeight":0,"LinkedVideoUrl":"","RecordStatus":0,"AltText":null}],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"}, {"BannerImageID":246,"BannerOptionID":16,"FileName":"/ImageRepository/Document?documentID=4052","Height":956,"Width":2600,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null}, '/App_Themes/2023 - Interior/Images/', ''); }); }); Home Agenda Center Agenda Center View agendas and minutes for recent meetings of the Common Council and all other boards, commissions and committees. Previous years' agendas and minutes can be found in the Document Center . Tools RSS Notify Me Search Agendas by: Time Period Time Period Time Period Last Week Last Month Last 6 Months Last Year Start Date End Date Enter Search Terms Select a Category All Categories Bluemound Road Well Mitigation Committee Common Council Finance Committee Fire Advisory Committee Fire Commission Human Resources Committee Joint Park - Recreation Board Lake Management Plan Committee Lake Patrol Advisory Committee Plan Commission Public Works Committee Tourism Committee Zoning Board of Appeals Search Oops. Something went wrong! The file you tried to retrieve was not found in the File System of the site. \Files\AgendaCenter\Agendas\69/02052014.pdf Welcome from the Mayor Agendas & Minutes City Budgets Garbage and Recycling Online Utility Payment FAQs GIS Employment Opportunities Parks & Rec window.addEventListener('load', function () { //setup menu manager properties for secondary menu menuManager.isSideMenuEditable = false; menuManager.sideMenuMaxSubMenuLevels = 4; menuManager.sideMenuHasCustomLinks = true; }); window.addEventListener('load', function () { $('*[id^="SideItem"]').each(function () { var ids = $('[id="' + this.id + '"]'); if (ids.length > 1) $.each(ids, function (index, value) { value.id = value.id + '_' + index; }); }); $('.hasAccordionChildren .openAccordionNav').click(function (e) { e.preventDefault(); showHideAccordionMenuForSecondaryNav($(this)); }); $("#secondaryNav .grippy").each(function () { menuManager.setupDraggableElement($(this), SIDE_MENU, '#secondaryNav'); }); $("#secondaryNav li").each(function () { menuManager.setupDroppableAccordionElement($(this), SIDE_MENU); }); }); Parks & Recreation .fancyButton90.fancyButton:link,.fancyButton90.fancyButton:visited, .fancyButton90div.fancyButton{ background-repeat: no-repeat; background-position: left center; border-top: 3px solid rgb(214, 239, 246); border-left: 3px solid rgb(214, 239, 246); border-right: 3px solid rgb(214, 239, 246); border-bottom: 3px solid rgb(214, 239, 246); border-radius: 21px; display:flex; min-height:95px; position:relative; transition:all .3s ease-in-out; z-index:0; margin-top:10px; margin-bottom:0; box-shadow: inset 0px 5px 20px rgba(67, 177, 168, 0.18), 0px 10px 20px rgba(22, 164, 201, 0.15); } .fancyButton90::after{ position:absolute; transition:all .3s ease-in-out; content:""; width:112px; height:115px; border-radius: 21px; bottom:-10px; left:-3px; z-index:-1; box-shadow: inset 0px 10px 20px rgba(17, 86, 89, 0.49); background:rgba(54, 127, 146, 1); } .fancyButton90:hover::after, .fancyButton90:focus::after, .fancyButton90:active::after{ width:102%; } .fancyButton90.fancyButton:hover,.fancyButton90.fancyButton:focus,.fancyButton90.fancyButton:active,.fancyButton90.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; border-top: 3px solid rgba(214, 239, 246, 0); border-left: 3px solid rgba(214, 239, 246, 0); border-right: 3px solid rgba(214, 239, 246, 0); border-bottom: 3px solid rgba(214, 239, 246, 0); margin-bottom:10px; margin-top:0;} .fancyButton90.fancyButton:link > span,.fancyButton90.fancyButton:visited > span, .fancyButton90div.fancyButton > span{ } .fancyButton90.fancyButton:hover > span,.fancyButton90.fancyButton:focus > span,.fancyButton90.fancyButton:active > span,.fancyButton90.fancyButton.hover > span{ } .fancyButton90.fancyButton .text{ color: rgb(17, 86, 89); font-size: 1.5em; font-family: "Roboto Condensed"; text-align: left; padding-left: 130px; font-weight: 700; text-decoration: none; padding-left: 130px; background-image: url('/ImageRepository/Document?documentID=3894'); background-repeat: no-repeat; background-position: 24px center; } .fancyButton90.fancyButton:hover .text,.fancyButton90.fancyButton:focus .text,.fancyButton90.fancyButton:active .text,.fancyButton90.fancyButton.hover .text{ color: rgb(252, 254, 254); text-decoration: underline; background-repeat: no-repeat; background-position: 24px center; } Agendas & Minutes .fancyButton91.fancyButton:link,.fancyButton91.fancyButton:visited, .fancyButton91div.fancyButton{ background-repeat: no-repeat; background-position: left center; border-top: 3px solid rgb(214, 239, 246); border-left: 3px solid rgb(214, 239, 246); border-right: 3px solid rgb(214, 239, 246); border-bottom: 3px solid rgb(214, 239, 246); border-radius: 21px; display:flex; min-height:95px; position:relative; transition:all .3s ease-in-out; z-index:0; margin-top:10px; margin-bottom:0; box-shadow: inset 0px 5px 20px rgba(67, 177, 168, 0.18), 0px 10px 20px rgba(22, 164, 201, 0.15); } .fancyButton91::after{ position:absolute; transition:all .3s ease-in-out; content:""; width:112px; height:115px; border-radius: 21px; bottom:-10px; left:-3px; z-index:-1; box-shadow: inset 0px 10px 20px rgba(17, 86, 89, 0.49); background:rgba(54, 127, 146, 1); } .fancyButton91:hover::after, .fancyButton91:focus::after, .fancyButton91:active::after{ width:102%; } .fancyButton91.fancyButton:hover,.fancyButton91.fancyButton:focus,.fancyButton91.fancyButton:active,.fancyButton91.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; border-top: 3px solid rgba(214, 239, 246, 0); border-left: 3px solid rgba(214, 239, 246, 0); border-right: 3px solid rgba(214, 239, 246, 0); border-bottom: 3px solid rgba(214, 239, 246, 0); margin-bottom:10px; margin-top:0;} .fancyButton91.fancyButton:link > span,.fancyButton91.fancyButton:visited > span, .fancyButton91div.fancyButton > span{ } .fancyButton91.fancyButton:hover > span,.fancyButton91.fancyButton:focus > span,.fancyButton91.fancyButton:active > span,.fancyButton91.fancyButton.hover > span{ } .fancyButton91.fancyButton .text{ color: rgb(17, 86, 89); font-size: 1.5em; font-family: "Roboto Condensed"; text-align: left; padding-left: 130px; font-weight: 700; text-decoration: none; padding-left: 130px; background-image: url('/ImageRepository/Document?documentID=3890'); background-repeat: no-repeat; background-position: 24px center; } .fancyButton91.fancyButton:hover .text,.fancyButton91.fancyButton:focus .text,.fancyButton91.fancyButton:active .text,.fancyButton91.fancyButton.hover .text{ color: rgb(252, 254, 254); text-decoration: underline; background-repeat: no-repeat; background-position: 24px center; } Employment .fancyButton92.fancyButton:link,.fancyButton92.fancyButton:visited, .fancyButton92div.fancyButton{ background-repeat: no-repeat; background-position: left center; border-top: 3px solid rgb(214, 239, 246); border-left: 3px solid rgb(214, 239, 246); border-right: 3px solid rgb(214, 239, 246); border-bottom: 3px solid rgb(214, 239, 246); border-radius: 21px; display:flex; min-height:95px; position:relative; transition:all .3s ease-in-out; z-index:0; margin-top:10px; margin-bottom:0; box-shadow: inset 0px 5px 20px rgba(67, 177, 168, 0.18), 0px 10px 20px rgba(22, 164, 201, 0.15); } .fancyButton92::after{ position:absolute; transition:all .3s ease-in-out; content:""; width:112px; height:115px; border-radius: 21px; bottom:-10px; left:-3px; z-index:-1; box-shadow: inset 0px 10px 20px rgba(17, 86, 89, 0.49); background:rgba(54, 127, 146, 1); } .fancyButton92:hover::after, .fancyButton92:focus::after, .fancyButton92:active::after{ width:102%; } .fancyButton92.fancyButton:hover,.fancyButton92.fancyButton:focus,.fancyButton92.fancyButton:active,.fancyButton92.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; border-top: 3px solid rgba(214, 239, 246, 0); border-left: 3px solid rgba(214, 239, 246, 0); border-right: 3px solid rgba(214, 239, 246, 0); border-bottom: 3px solid rgba(214, 239, 246, 0); margin-bottom:10px; margin-top:0;} .fancyButton92.fancyButton:link > span,.fancyButton92.fancyButton:visited > span, .fancyButton92div.fancyButton > span{ } .fancyButton92.fancyButton:hover > span,.fancyButton92.fancyButton:focus > span,.fancyButton92.fancyButton:active > span,.fancyButton92.fancyButton.hover > span{ } .fancyButton92.fancyButton .text{ color: rgb(17, 86, 89); font-size: 1.5em; font-family: "Roboto Condensed"; text-align: left; padding-left: 130px; font-weight: 700; text-decoration: none; padding-left: 130px; background-image: url('/ImageRepository/Document?documentID=3891'); background-repeat: no-repeat; background-position: 24px center; } .fancyButton92.fancyButton:hover .text,.fancyButton92.fancyButton:focus .text,.fancyButton92.fancyButton:active .text,.fancyButton92.fancyButton.hover .text{ color: rgb(252, 254, 254); text-decoration: underline; background-repeat: no-repeat; background-position: 24px center; } Municipal Code .fancyButton93.fancyButton:link,.fancyButton93.fancyButton:visited, .fancyButton93div.fancyButton{ background-repeat: no-repeat; background-position: left center; border-top: 3px solid rgb(214, 239, 246); border-left: 3px solid rgb(214, 239, 246); border-right: 3px solid rgb(214, 239, 246); border-bottom: 3px solid rgb(214, 239, 246); border-radius: 21px; display:flex; min-height:95px; position:relative; transition:all .3s ease-in-out; z-index:0; margin-top:10px; margin-bottom:0; box-shadow: inset 0px 5px 20px rgba(67, 177, 168, 0.18), 0px 10px 20px rgba(22, 164, 201, 0.15); } .fancyButton93::after{ position:absolute; transition:all .3s ease-in-out; content:""; width:112px; height:115px; border-radius: 21px; bottom:-10px; left:-3px; z-index:-1; box-shadow: inset 0px 10px 20px rgba(17, 86, 89, 0.49); background:rgba(54, 127, 146, 1); } .fancyButton93:hover::after, .fancyButton93:focus::after, .fancyButton93:active::after{ width:102%; } .fancyButton93.fancyButton:hover,.fancyButton93.fancyButton:focus,.fancyButton93.fancyButton:active,.fancyButton93.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; border-top: 3px solid rgba(214, 239, 246, 0); border-left: 3px solid rgba(214, 239, 246, 0); border-right: 3px solid rgba(214, 239, 246, 0); border-bottom: 3px solid rgba(214, 239, 246, 0); margin-bottom:10px; margin-top:0;} .fancyButton93.fancyButton:link > span,.fancyButton93.fancyButton:visited > span, .fancyButton93div.fancyButton > span{ } .fancyButton93.fancyButton:hover > span,.fancyButton93.fancyButton:focus > span,.fancyButton93.fancyButton:active > span,.fancyButton93.fancyButton.hover > span{ } .fancyButton93.fancyButton .text{ color: rgb(17, 86, 89); font-size: 1.5em; font-family: "Roboto Condensed"; text-align: left; padding-left: 130px; font-weight: 700; text-decoration: none; padding-left: 130px; background-image: url('/ImageRepository/Document?documentID=3892'); background-repeat: no-repeat; background-position: 24px center; } .fancyButton93.fancyButton:hover .text,.fancyButton93.fancyButton:focus .text,.fancyButton93.fancyButton:active .text,.fancyButton93.fancyButton.hover .text{ color: rgb(252, 254, 254); text-decoration: underline; background-repeat: no-repeat; background-position: 24px center; } Pay Utility Bill .fancyButton94.fancyButton:link,.fancyButton94.fancyButton:visited, .fancyButton94div.fancyButton{ background-repeat: no-repeat; background-position: left center; border-top: 3px solid rgb(214, 239, 246); border-left: 3px solid rgb(214, 239, 246); border-right: 3px solid rgb(214, 239, 246); border-bottom: 3px solid rgb(214, 239, 246); border-radius: 21px; display:flex; min-height:95px; position:relative; transition:all .3s ease-in-out; z-index:0; margin-top:10px; margin-bottom:0; box-shadow: inset 0px 5px 20px rgba(67, 177, 168, 0.18), 0px 10px 20px rgba(22, 164, 201, 0.15); } .fancyButton94::after{ position:absolute; transition:all .3s ease-in-out; content:""; width:112px; height:115px; border-radius: 21px; bottom:-10px; left:-3px; z-index:-1; box-shadow: inset 0px 10px 20px rgba(17, 86, 89, 0.49); background:rgba(54, 127, 146, 1); } .fancyButton94:hover::after, .fancyButton94:focus::after, .fancyButton94:active::after{ width:102%; } .fancyButton94.fancyButton:hover,.fancyButton94.fancyButton:focus,.fancyButton94.fancyButton:active,.fancyButton94.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; border-top: 3px solid rgba(214, 239, 246, 0); border-left: 3px solid rgba(214, 239, 246, 0); border-right: 3px solid rgba(214, 239, 246, 0); border-bottom: 3px solid rgba(214, 239, 246, 0); margin-bottom:10px; margin-top:0;} .fancyButton94.fancyButton:link > span,.fancyButton94.fancyButton:visited > span, .fancyButton94div.fancyButton > span{ } .fancyButton94.fancyButton:hover > span,.fancyButton94.fancyButton:focus > span,.fancyButton94.fancyButton:active > span,.fancyButton94.fancyButton.hover > span{ } .fancyButton94.fancyButton .text{ color: rgb(17, 86, 89); font-size: 1.5em; font-family: "Roboto Condensed"; text-align: left; padding-left: 130px; font-weight: 700; text-decoration: none; padding-left: 130px; background-image: url('/ImageRepository/Document?documentID=3895'); background-repeat: no-repeat; background-position: 24px center; } .fancyButton94.fancyButton:hover .text,.fancyButton94.fancyButton:focus .text,.fancyButton94.fancyButton:active .text,.fancyButton94.fancyButton.hover .text{ color: rgb(252, 254, 254); text-decoration: underline; background-repeat: no-repeat; background-position: 24px center; } Permit Applications .fancyButton95.fancyButton:link,.fancyButton95.fancyButton:visited, .fancyButton95div.fancyButton{ background-repeat: no-repeat; background-position: left center; border-top: 3px solid rgb(214, 239, 246); border-left: 3px solid rgb(214, 239, 246); border-right: 3px solid rgb(214, 239, 246); border-bottom: 3px solid rgb(214, 239, 246); border-radius: 21px; display:flex; min-height:95px; position:relative; transition:all .3s ease-in-out; z-index:0; margin-top:10px; margin-bottom:0; box-shadow: inset 0px 5px 20px rgba(67, 177, 168, 0.18), 0px 10px 20px rgba(22, 164, 201, 0.15); } .fancyButton95::after{ position:absolute; transition:all .3s ease-in-out; content:""; width:112px; height:115px; border-radius: 21px; bottom:-10px; left:-3px; z-index:-1; box-shadow: inset 0px 10px 20px rgba(17, 86, 89, 0.49); background:rgba(54, 127, 146, 1); } .fancyButton95:hover::after, .fancyButton95:focus::after, .fancyButton95:active::after{ width:102%; } .fancyButton95.fancyButton:hover,.fancyButton95.fancyButton:focus,.fancyButton95.fancyButton:active,.fancyButton95.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; border-top: 3px solid rgba(214, 239, 246, 0); border-left: 3px solid rgba(214, 239, 246, 0); border-right: 3px solid rgba(214, 239, 246, 0); border-bottom: 3px solid rgba(214, 239, 246, 0); margin-bottom:10px; margin-top:0;} .fancyButton95.fancyButton:link > span,.fancyButton95.fancyButton:visited > span, .fancyButton95div.fancyButton > span{ } .fancyButton95.fancyButton:hover > span,.fancyButton95.fancyButton:focus > span,.fancyButton95.fancyButton:active > span,.fancyButton95.fancyButton.hover > span{ } .fancyButton95.fancyButton .text{ color: rgb(17, 86, 89); font-size: 1.5em; font-family: "Roboto Condensed"; text-align: left; padding-left: 130px; font-weight: 700; text-decoration: none; padding-left: 130px; background-image: url('/ImageRepository/Document?documentID=3893'); background-repeat: no-repeat; background-position: 24px center; } .fancyButton95.fancyButton:hover .text,.fancyButton95.fancyButton:focus .text,.fancyButton95.fancyButton:active .text,.fancyButton95.fancyButton.hover .text{ color: rgb(252, 254, 254); text-decoration: underline; background-repeat: no-repeat; background-position: 24px center; } .fancyButton95.fancyButton .textStyle1{ color: rgb(17, 86, 89); font-size: 1.5em; font-weight: 300; text-decoration: none; } .fancyButton95.fancyButton:hover .textStyle1, .fancyButton95.fancyButton.hover .textStyle1{ color: rgb(252, 254, 254); text-decoration: underline; } THE CITY OF PEWAUKEE W240 N3065 Pewaukee Road Pewaukee, WI 53072 Phone: 262-691-0770 Fax: 262-691-1798 //Render slideshow if info advacned items contain one. $(document).ready(function (e) { $('#divInfoAdv184d15cf-1690-4d53-b889-cc261601f493 .InfoAdvanced.widgetItem').each(function () { renderSlideshowIfApplicable($(this)); }); }); CITY HOURS Monday to Friday 8:00 a.m. to 4:30 p.m. //Render slideshow if info advacned items contain one. $(document).ready(function (e) { $('#divInfoAdvfc65a053-62fb-49b6-8e26-20f76782dad1 .InfoAdvanced.widgetItem').each(function () { renderSlideshowIfApplicable($(this)); }); }); SITE LINKS Home The Loop MSDS Online Pewaukee GIS Contact Us Accessibility /QuickLinks.aspx /* CP icon */ .cpBylineIconTS { color: #fff; } /* CP Text */ .cpBylineTextTS, .cpBylineTextTS a:link { color: #fff; } .cpBylineTS { text-align: center; } .cpBylineIconTS { fill: currentColor; width: 39px; height: 26px; display: inline; vertical-align: middle; } Government Websites by CivicPlus® Loading Loading Do Not Show Again Close $(document).ready(function () { var filter = { targetId: '', targetType: 0 } new SplashModalRender().triggerRender(filter); }); $(window).load(function () { setTimeout(function() { fixedNavAdjustment(); }, 250); $(window).resize(function() { fixedNavAdjustment(); }); $.when(window.Pages.angularToolbarComplete).done(function () { fixedNavAdjustment(); }); function fixedNavAdjustment() { if($('#doneEditing').length === 0) { var divToolbarsHeight = $('#divToolbars').outerHeight(); var fixedNavHeight = $('body.wide .fixedTop_ts').height(); var contentOffset = divToolbarsHeight + fixedNavHeight; if ($('body.wide #angularToolbarInLegacy').length === 1) { contentOffset -= $('body.wide #angularToolbarInLegacy').outerHeight(); } if (!window.matchMedia('screen and (max-width: 63em)').matches) { $('body.wide .fixedTop_ts').css('padding-top', divToolbarsHeight + 'px'); $('#bodyWrapper').css('padding-top', contentOffset + 'px'); }else{ $('.fixedTop_ts').css('padding-top', 'auto'); $('#bodyWrapper').css('padding-top', 'auto'); } } else { $('.fixedTop_ts').css('position', 'relative'); } }; }); function getValueTS(elem, attr) { const val = elem.css(attr); if (val === undefined) return undefined; const num = parseInt(val, 10); if (num === NaN) return undefined; return num; } function clampTS(number, min, max) { return Math.min(Math.max(number, min), max); } function isPageEditingTS() { return ( $("#doneEditing").length > 0 || // In live edit typeof DesignCenter !== "undefined" // In theme manager ); } const bgColorRegexTS = /rgba((d+), (d+), (d+), (d*.?d*))/; function isTransparentTS(elem) { const bg = elem.css('background-color'); if (typeof bg !== "string" || !bg.startsWith('rgba(')) return false; const matchState = bg.match(bgColorRegexTS); if (!matchState || matchState.length !== 5) return false; const alpha = parseFloat(matchState[4], 10); if (!(alpha >= 0 && alpha < 1)) return false; return true; } function iterateLeftpads(cb) { const containersTS = $("[class^='siteWrap'],[class*=' siteWrap']"); for (let i = 0; i < containersTS.length; i++) { const containerTS = containersTS[i]; // Skip the body container and anything with data-skip-leftpad if ( containerTS.id !== "bodyContainerTS" && containerTS.getAttribute('data-skip-leftpad') === null ) { cb(containerTS); } } } const anchor = $("#divToolbars"); const anchor2 = $("#headerContainerTS") // Outer banner padding (push banner down) const outerSizingTS = $("#bannerContainerTS"); // Inner banner padding (push banner content down) - Transparent header OR on attaching headers const innerSizingTS = $("#bannerSizingTS"); const bodyContainerTS = $("#bodyContainerTS"); const forceUnfixClassTS = "forceUnfixTS"; const fixedTopTS = $(".fixedTopTS"); const fixedBottomTS = $(".fixedBottomTS"); const fixedLeftTS = $(".fixedLeftTS"); var initialTopTS; var topAttachTS; if (fixedTopTS && fixedTopTS.length === 1) { initialTopTS = getValueTS(fixedTopTS, 'top'); const attachment = fixedTopTS.attr('data-attach'); if (attachment) topAttachTS = $("#" + attachment); if (!topAttachTS || topAttachTS.length !== 1) topAttachTS = undefined; } function resizeAdjustmentTS() { const editing = isPageEditingTS(); // Fixed top script (function () { if (!fixedTopTS || fixedTopTS.length !== 1 || initialTopTS === undefined) return; if (editing) { fixedTopTS[0].classList.add(forceUnfixClassTS); } else { fixedTopTS[0].classList.remove(forceUnfixClassTS); } const topPosition = fixedTopTS.css('position'); if (topPosition === 'fixed') { if (topAttachTS) { scrollAdjustmentTS(); } else { const anchorHeight = anchor.outerHeight() - 1; fixedTopTS.css('top', anchorHeight + initialTopTS); } } else { fixedTopTS.css('top', initialTopTS); } if (topPosition === 'fixed' || topPosition === 'absolute') { // Bump the banner content down if (isTransparentTS(fixedTopTS)) { innerSizingTS.css('padding-top', initialTopTS + fixedTopTS.outerHeight() - 1); outerSizingTS.css('padding-top', ''); try { window.Pages.onResizeHandlersExecute(); } catch (e) { } } else { outerSizingTS.css('padding-top', fixedTopTS.outerHeight() - 1); innerSizingTS.css('padding-top', ''); } } else { innerSizingTS.css('padding-top', ''); outerSizingTS.css('padding-top', ''); } })(); // Fixed bottom script (function () { if (!fixedBottomTS || fixedBottomTS.length === 0) return; // If the widget has gone narrow, force unfix if (editing || fixedBottomTS.outerHeight() > 200) { fixedBottomTS[0].classList.add(forceUnfixClassTS); } else { fixedBottomTS[0].classList.remove(forceUnfixClassTS); } if (fixedBottomTS.css('position') === 'fixed') { bodyContainerTS.css('padding-bottom', fixedBottomTS.outerHeight()); } else { bodyContainerTS.css('padding-bottom', ''); } })(); // Fixed left script (function () { if (!fixedLeftTS || fixedLeftTS.length === 0) return; if (editing) { fixedLeftTS[0].classList.add(forceUnfixClassTS); } else { fixedLeftTS[0].classList.remove(forceUnfixClassTS); } if (fixedLeftTS.css('position') === 'fixed') { const anchorHeight = anchor.outerHeight() - 1; fixedLeftTS.css('top', anchorHeight); const leftBoundingTS = fixedLeftTS[0].getBoundingClientRect(); iterateLeftpads(function (containerTS) { const containerBoundingTS = containerTS.getBoundingClientRect(); if (containerBoundingTS.left <= leftBoundingTS.right) { $(containerTS).css('padding-left', leftBoundingTS.width + 16); } }); } else { fixedLeftTS.css('top', ''); iterateLeftpads(function (containerTS) { $(containerTS).css('padding-left', ''); }); } })(); } function scrollAdjustmentTS() { if (!fixedTopTS || fixedTopTS.length !== 1 || !topAttachTS || topAttachTS.length !== 1) return; const topPosition = fixedTopTS.css('position'); if (topPosition === 'fixed' || topPosition === 'absolute') { const anchorBounding = anchor[0].getBoundingClientRect(); const attachBounding = topAttachTS[0].getBoundingClientRect(); const scrollTop = $(window).scrollTop(); fixedTopTS.css('top', Math.max(anchorBounding.bottom - 1, attachBounding.bottom)); } else { fixedTopTS.css('top', initialTopTS); } } $(window).load(function () { setTimeout(function () { resizeAdjustmentTS(); }, 350); $(window).scroll(function () { scrollAdjustmentTS(); }); var adjustTimeoutTS; $(window).resize(function () { clearTimeout(adjustTimeoutTS); adjustTimeoutTS = setTimeout(function () { resizeAdjustmentTS(); }, 350); }); $.when(window.Pages.angularToolbarComplete).done(function () { resizeAdjustmentTS(); }); }); $(function () { document.cookie = "responsiveGhost=0; path=/"; }); $(window).on("load", function () { $('body').addClass('doneLoading').removeClass('hideContent'); if ($('#404Content').length > 0) $('div#bodyWrapper').css('padding', '0px'); }); body.hideContent { opacity: 1 !important; } Arrow Left Arrow Right loadCSS('//fonts.googleapis.com/css?family=Courgette:regular|Open+Sans:300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,italic,regular|Oxygen:700,regular|Passion+One:regular|Roboto:100,100italic,300,300italic,500,500italic,700,700italic,900,900italic,italic,regular|Roboto+Condensed:300,300italic,700,700italic,italic,regular|Rufina:700,regular|'); [] Slideshow Left Arrow Slideshow Right Arrow