Soil and Water Conservation District Candidate Filing Period Opens
"Search autocomplete is currently not responding. Please try again later.
View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community.
Agenda
Facility
Submit Event
Print
Email
Event Subscription
View RSS Feeds
Select on Calendar
Expand
Collapse
Previous
Next
Down
Up
Map
Share
Show more
Agenda
$(window).on("load", function () {
$('.icalDescription').urlToLink({ target: '_blank' });
});
var currentTextBox = null;
var currentDatePicker = null;
function hidePopup() {
return currentDatePicker && currentDatePicker.hidePopup();
}
//This method is called to handle the onclick and onfocus client side events for the texbox
function showPopup(sender, e) {
//this is a reference to the texbox which raised the event
//see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html
var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender);
// hide previous pop-up if open
textBox !== currentTextBox && hidePopup();
currentTextBox = textBox;
}
function dismissHook(e) {
return (e.keyCode === 27 || e.keyCode === 9) && hidePopup();
}
function handleKeydown(e) {
dismissHook(e) || searchTextHook(e);
}
//this handler is used to set the text of the TextBox to the value of selected from the popup
function dateSelected(sender, args) {
if (currentTextBox != null) {
//currentTextBox is the currently selected TextBox. Its value is set to the newly selected
//value of the picker
currentTextBox.value = args.get_newValue();
}
}
//this function is used to parse the date entered or selected by the user
function parseDate(sender, e) {
if (currentDatePicker != null) {
var date = currentDatePicker.get_dateInput().parseDate(sender.value);
var dateInput = currentDatePicker.get_dateInput();
if (date == null) {
date = currentDatePicker.get_selectedDate();
}
var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
sender.value = formattedDate;
}
}
function clearPostBack() {
Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack);
$('.icalDescription').urlToLink({ target: '_blank' });
}
function redrawContentCalendar() {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack);
if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '')
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, '');
else
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, '');
blockMenuSpawn = false;
}
function previousFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev');
}
function nextFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext');
}
order+='ModuleContent\n'
Live Edit
//
News
.fancyButton46.fancyButton:link,.fancyButton46.fancyButton:visited, .fancyButton46div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton46.fancyButton:hover,.fancyButton46.fancyButton:focus,.fancyButton46.fancyButton:active,.fancyButton46.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton46.fancyButton:link > span,.fancyButton46.fancyButton:visited > span, .fancyButton46div.fancyButton > span{
}
.fancyButton46.fancyButton:hover > span,.fancyButton46.fancyButton:focus > span,.fancyButton46.fancyButton:active > span,.fancyButton46.fancyButton.hover > span{
}
.fancyButton46.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=63');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton46 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton46:hover .text::after,
.fancyButton46:focus .text::after,
.fancyButton46:active .text::after {
height: 100%;
}
.fancyButton46.fancyButton:hover .text,.fancyButton46.fancyButton:focus .text,.fancyButton46.fancyButton:active .text,.fancyButton46.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=64');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton46.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton46.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton46.fancyButton:hover .textStyle1, .fancyButton46.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton46.fancyButton:hover .textStyle1:after,
.fancyButton46.fancyButton:focus .textStyle1:after,
.fancyButton46.fancyButton:active .textStyle1:after{
width:80px;}
Careers
.fancyButton54.fancyButton:link,.fancyButton54.fancyButton:visited, .fancyButton54div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton54.fancyButton:hover,.fancyButton54.fancyButton:focus,.fancyButton54.fancyButton:active,.fancyButton54.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton54.fancyButton:link > span,.fancyButton54.fancyButton:visited > span, .fancyButton54div.fancyButton > span{
}
.fancyButton54.fancyButton:hover > span,.fancyButton54.fancyButton:focus > span,.fancyButton54.fancyButton:active > span,.fancyButton54.fancyButton.hover > span{
}
.fancyButton54.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=71');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton54 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton54:hover .text::after,
.fancyButton54:focus .text::after,
.fancyButton54:active .text::after {
height: 100%;
}
.fancyButton54.fancyButton:hover .text,.fancyButton54.fancyButton:focus .text,.fancyButton54.fancyButton:active .text,.fancyButton54.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=70');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton54.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton54.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton54.fancyButton:hover .textStyle1, .fancyButton54.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton54.fancyButton:hover .textStyle1:after,
.fancyButton54.fancyButton:focus .textStyle1:after,
.fancyButton54.fancyButton:active .textStyle1:after{
width:80px;}
Permits
.fancyButton55.fancyButton:link,.fancyButton55.fancyButton:visited, .fancyButton55div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton55.fancyButton:hover,.fancyButton55.fancyButton:focus,.fancyButton55.fancyButton:active,.fancyButton55.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton55.fancyButton:link > span,.fancyButton55.fancyButton:visited > span, .fancyButton55div.fancyButton > span{
}
.fancyButton55.fancyButton:hover > span,.fancyButton55.fancyButton:focus > span,.fancyButton55.fancyButton:active > span,.fancyButton55.fancyButton.hover > span{
}
.fancyButton55.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=77');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton55 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton55:hover .text::after,
.fancyButton55:focus .text::after,
.fancyButton55:active .text::after {
height: 100%;
}
.fancyButton55.fancyButton:hover .text,.fancyButton55.fancyButton:focus .text,.fancyButton55.fancyButton:active .text,.fancyButton55.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=76');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton55.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton55.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton55.fancyButton:hover .textStyle1, .fancyButton55.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton55.fancyButton:hover .textStyle1:after,
.fancyButton55.fancyButton:focus .textStyle1:after,
.fancyButton55.fancyButton:active .textStyle1:after{
width:80px;}
Commissioners
.fancyButton58.fancyButton:link,.fancyButton58.fancyButton:visited, .fancyButton58div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton58.fancyButton:hover,.fancyButton58.fancyButton:focus,.fancyButton58.fancyButton:active,.fancyButton58.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton58.fancyButton:link > span,.fancyButton58.fancyButton:visited > span, .fancyButton58div.fancyButton > span{
}
.fancyButton58.fancyButton:hover > span,.fancyButton58.fancyButton:focus > span,.fancyButton58.fancyButton:active > span,.fancyButton58.fancyButton.hover > span{
}
.fancyButton58.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=73');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton58 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton58:hover .text::after,
.fancyButton58:focus .text::after,
.fancyButton58:active .text::after {
height: 100%;
}
.fancyButton58.fancyButton:hover .text,.fancyButton58.fancyButton:focus .text,.fancyButton58.fancyButton:active .text,.fancyButton58.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=72');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton58.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton58.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton58.fancyButton:hover .textStyle1, .fancyButton58.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton58.fancyButton:hover .textStyle1:after,
.fancyButton58.fancyButton:focus .textStyle1:after,
.fancyButton58.fancyButton:active .textStyle1:after{
width:80px;}
Tax
.fancyButton56.fancyButton:link,.fancyButton56.fancyButton:visited, .fancyButton56div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton56.fancyButton:hover,.fancyButton56.fancyButton:focus,.fancyButton56.fancyButton:active,.fancyButton56.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton56.fancyButton:link > span,.fancyButton56.fancyButton:visited > span, .fancyButton56div.fancyButton > span{
}
.fancyButton56.fancyButton:hover > span,.fancyButton56.fancyButton:focus > span,.fancyButton56.fancyButton:active > span,.fancyButton56.fancyButton.hover > span{
}
.fancyButton56.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=79');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton56 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton56:hover .text::after,
.fancyButton56:focus .text::after,
.fancyButton56:active .text::after {
height: 100%;
}
.fancyButton56.fancyButton:hover .text,.fancyButton56.fancyButton:focus .text,.fancyButton56.fancyButton:active .text,.fancyButton56.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=78');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton56.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton56.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton56.fancyButton:hover .textStyle1, .fancyButton56.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton56.fancyButton:hover .textStyle1:after,
.fancyButton56.fancyButton:focus .textStyle1:after,
.fancyButton56.fancyButton:active .textStyle1:after{
width:80px;}
Maps
.fancyButton57.fancyButton:link,.fancyButton57.fancyButton:visited, .fancyButton57div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton57.fancyButton:hover,.fancyButton57.fancyButton:focus,.fancyButton57.fancyButton:active,.fancyButton57.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton57.fancyButton:link > span,.fancyButton57.fancyButton:visited > span, .fancyButton57div.fancyButton > span{
}
.fancyButton57.fancyButton:hover > span,.fancyButton57.fancyButton:focus > span,.fancyButton57.fancyButton:active > span,.fancyButton57.fancyButton.hover > span{
}
.fancyButton57.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=75');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton57 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton57:hover .text::after,
.fancyButton57:focus .text::after,
.fancyButton57:active .text::after {
height: 100%;
}
.fancyButton57.fancyButton:hover .text,.fancyButton57.fancyButton:focus .text,.fancyButton57.fancyButton:active .text,.fancyButton57.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=74');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton57.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton57.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton57.fancyButton:hover .textStyle1, .fancyButton57.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton57.fancyButton:hover .textStyle1:after,
.fancyButton57.fancyButton:focus .textStyle1:after,
.fancyButton57.fancyButton:active .textStyle1:after{
width:80px;}
$.when(window.Pages.rwdReady).done(function () {
var mediaQuerySize = 77;
var carouselWidgetID = 'divCarousel2911506a-fb7f-4a53-927b-bc3048a01a9f';
var $carouselWidget = $('#' + carouselWidgetID);
var transition = 'slide';
var transitionTiming = 1;
var groupAdvance = 'manually';
var groupTiming = 5;
var showArrows = true;
var showPaging = false;
var showDots = true;
if (mediaQuerySize > 0) {
var mediaElementQuery = '#' + carouselWidgetID + ':media(this-min-width:' + mediaQuerySize + 'em)';
window.cpMedia.unregister(mediaElementQuery).register(mediaElementQuery, {
deferSetup: false,
setup: function () {
$carouselWidget.addClass('narrow').removeClass('wide');
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget({
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: 'div.widgetCarousel-item'
});
},
match: function () {
$carouselWidget.addClass('wide').removeClass('narrow');
cpMedia.diag('$(element).removeClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget('destroy');
$carouselWidget.carouselWidget('init', {
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: ''
});
},
unmatch: function () {
$carouselWidget.addClass('narrow').removeClass('wide');
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget('destroy');
$carouselWidget.carouselWidget('init', {
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: 'div.widgetCarousel-item'
});
}
});
}
});
New Hanover CountyGovernment Center230 Government Center DriveWilmington, NC 28403Phone: 910-798-7311"
Consumer Horticulture Advisory Council Meeting
"Search autocomplete is currently not responding. Please try again later.
View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community.
Agenda
Facility
Submit Event
Print
Email
Event Subscription
View RSS Feeds
Select on Calendar
Expand
Collapse
Previous
Next
Down
Up
Map
Share
Show more
Agenda
$(window).on("load", function () {
$('.icalDescription').urlToLink({ target: '_blank' });
});
var currentTextBox = null;
var currentDatePicker = null;
function hidePopup() {
return currentDatePicker && currentDatePicker.hidePopup();
}
//This method is called to handle the onclick and onfocus client side events for the texbox
function showPopup(sender, e) {
//this is a reference to the texbox which raised the event
//see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html
var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender);
// hide previous pop-up if open
textBox !== currentTextBox && hidePopup();
currentTextBox = textBox;
}
function dismissHook(e) {
return (e.keyCode === 27 || e.keyCode === 9) && hidePopup();
}
function handleKeydown(e) {
dismissHook(e) || searchTextHook(e);
}
//this handler is used to set the text of the TextBox to the value of selected from the popup
function dateSelected(sender, args) {
if (currentTextBox != null) {
//currentTextBox is the currently selected TextBox. Its value is set to the newly selected
//value of the picker
currentTextBox.value = args.get_newValue();
}
}
//this function is used to parse the date entered or selected by the user
function parseDate(sender, e) {
if (currentDatePicker != null) {
var date = currentDatePicker.get_dateInput().parseDate(sender.value);
var dateInput = currentDatePicker.get_dateInput();
if (date == null) {
date = currentDatePicker.get_selectedDate();
}
var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
sender.value = formattedDate;
}
}
function clearPostBack() {
Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack);
$('.icalDescription').urlToLink({ target: '_blank' });
}
function redrawContentCalendar() {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack);
if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '')
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, '');
else
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, '');
blockMenuSpawn = false;
}
function previousFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev');
}
function nextFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext');
}
order+='ModuleContent\n'
Live Edit
//
News
.fancyButton46.fancyButton:link,.fancyButton46.fancyButton:visited, .fancyButton46div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton46.fancyButton:hover,.fancyButton46.fancyButton:focus,.fancyButton46.fancyButton:active,.fancyButton46.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton46.fancyButton:link > span,.fancyButton46.fancyButton:visited > span, .fancyButton46div.fancyButton > span{
}
.fancyButton46.fancyButton:hover > span,.fancyButton46.fancyButton:focus > span,.fancyButton46.fancyButton:active > span,.fancyButton46.fancyButton.hover > span{
}
.fancyButton46.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=63');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton46 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton46:hover .text::after,
.fancyButton46:focus .text::after,
.fancyButton46:active .text::after {
height: 100%;
}
.fancyButton46.fancyButton:hover .text,.fancyButton46.fancyButton:focus .text,.fancyButton46.fancyButton:active .text,.fancyButton46.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=64');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton46.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton46.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton46.fancyButton:hover .textStyle1, .fancyButton46.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton46.fancyButton:hover .textStyle1:after,
.fancyButton46.fancyButton:focus .textStyle1:after,
.fancyButton46.fancyButton:active .textStyle1:after{
width:80px;}
Careers
.fancyButton54.fancyButton:link,.fancyButton54.fancyButton:visited, .fancyButton54div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton54.fancyButton:hover,.fancyButton54.fancyButton:focus,.fancyButton54.fancyButton:active,.fancyButton54.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton54.fancyButton:link > span,.fancyButton54.fancyButton:visited > span, .fancyButton54div.fancyButton > span{
}
.fancyButton54.fancyButton:hover > span,.fancyButton54.fancyButton:focus > span,.fancyButton54.fancyButton:active > span,.fancyButton54.fancyButton.hover > span{
}
.fancyButton54.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=71');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton54 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton54:hover .text::after,
.fancyButton54:focus .text::after,
.fancyButton54:active .text::after {
height: 100%;
}
.fancyButton54.fancyButton:hover .text,.fancyButton54.fancyButton:focus .text,.fancyButton54.fancyButton:active .text,.fancyButton54.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=70');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton54.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton54.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton54.fancyButton:hover .textStyle1, .fancyButton54.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton54.fancyButton:hover .textStyle1:after,
.fancyButton54.fancyButton:focus .textStyle1:after,
.fancyButton54.fancyButton:active .textStyle1:after{
width:80px;}
Permits
.fancyButton55.fancyButton:link,.fancyButton55.fancyButton:visited, .fancyButton55div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton55.fancyButton:hover,.fancyButton55.fancyButton:focus,.fancyButton55.fancyButton:active,.fancyButton55.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton55.fancyButton:link > span,.fancyButton55.fancyButton:visited > span, .fancyButton55div.fancyButton > span{
}
.fancyButton55.fancyButton:hover > span,.fancyButton55.fancyButton:focus > span,.fancyButton55.fancyButton:active > span,.fancyButton55.fancyButton.hover > span{
}
.fancyButton55.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=77');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton55 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton55:hover .text::after,
.fancyButton55:focus .text::after,
.fancyButton55:active .text::after {
height: 100%;
}
.fancyButton55.fancyButton:hover .text,.fancyButton55.fancyButton:focus .text,.fancyButton55.fancyButton:active .text,.fancyButton55.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=76');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton55.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton55.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton55.fancyButton:hover .textStyle1, .fancyButton55.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton55.fancyButton:hover .textStyle1:after,
.fancyButton55.fancyButton:focus .textStyle1:after,
.fancyButton55.fancyButton:active .textStyle1:after{
width:80px;}
Commissioners
.fancyButton58.fancyButton:link,.fancyButton58.fancyButton:visited, .fancyButton58div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton58.fancyButton:hover,.fancyButton58.fancyButton:focus,.fancyButton58.fancyButton:active,.fancyButton58.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton58.fancyButton:link > span,.fancyButton58.fancyButton:visited > span, .fancyButton58div.fancyButton > span{
}
.fancyButton58.fancyButton:hover > span,.fancyButton58.fancyButton:focus > span,.fancyButton58.fancyButton:active > span,.fancyButton58.fancyButton.hover > span{
}
.fancyButton58.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=73');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton58 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton58:hover .text::after,
.fancyButton58:focus .text::after,
.fancyButton58:active .text::after {
height: 100%;
}
.fancyButton58.fancyButton:hover .text,.fancyButton58.fancyButton:focus .text,.fancyButton58.fancyButton:active .text,.fancyButton58.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=72');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton58.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton58.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton58.fancyButton:hover .textStyle1, .fancyButton58.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton58.fancyButton:hover .textStyle1:after,
.fancyButton58.fancyButton:focus .textStyle1:after,
.fancyButton58.fancyButton:active .textStyle1:after{
width:80px;}
Tax
.fancyButton56.fancyButton:link,.fancyButton56.fancyButton:visited, .fancyButton56div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton56.fancyButton:hover,.fancyButton56.fancyButton:focus,.fancyButton56.fancyButton:active,.fancyButton56.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton56.fancyButton:link > span,.fancyButton56.fancyButton:visited > span, .fancyButton56div.fancyButton > span{
}
.fancyButton56.fancyButton:hover > span,.fancyButton56.fancyButton:focus > span,.fancyButton56.fancyButton:active > span,.fancyButton56.fancyButton.hover > span{
}
.fancyButton56.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=79');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton56 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton56:hover .text::after,
.fancyButton56:focus .text::after,
.fancyButton56:active .text::after {
height: 100%;
}
.fancyButton56.fancyButton:hover .text,.fancyButton56.fancyButton:focus .text,.fancyButton56.fancyButton:active .text,.fancyButton56.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=78');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton56.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton56.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton56.fancyButton:hover .textStyle1, .fancyButton56.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton56.fancyButton:hover .textStyle1:after,
.fancyButton56.fancyButton:focus .textStyle1:after,
.fancyButton56.fancyButton:active .textStyle1:after{
width:80px;}
Maps
.fancyButton57.fancyButton:link,.fancyButton57.fancyButton:visited, .fancyButton57div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton57.fancyButton:hover,.fancyButton57.fancyButton:focus,.fancyButton57.fancyButton:active,.fancyButton57.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton57.fancyButton:link > span,.fancyButton57.fancyButton:visited > span, .fancyButton57div.fancyButton > span{
}
.fancyButton57.fancyButton:hover > span,.fancyButton57.fancyButton:focus > span,.fancyButton57.fancyButton:active > span,.fancyButton57.fancyButton.hover > span{
}
.fancyButton57.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=75');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton57 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton57:hover .text::after,
.fancyButton57:focus .text::after,
.fancyButton57:active .text::after {
height: 100%;
}
.fancyButton57.fancyButton:hover .text,.fancyButton57.fancyButton:focus .text,.fancyButton57.fancyButton:active .text,.fancyButton57.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=74');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton57.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton57.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton57.fancyButton:hover .textStyle1, .fancyButton57.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton57.fancyButton:hover .textStyle1:after,
.fancyButton57.fancyButton:focus .textStyle1:after,
.fancyButton57.fancyButton:active .textStyle1:after{
width:80px;}
$.when(window.Pages.rwdReady).done(function () {
var mediaQuerySize = 77;
var carouselWidgetID = 'divCarousel2911506a-fb7f-4a53-927b-bc3048a01a9f';
var $carouselWidget = $('#' + carouselWidgetID);
var transition = 'slide';
var transitionTiming = 1;
var groupAdvance = 'manually';
var groupTiming = 5;
var showArrows = true;
var showPaging = false;
var showDots = true;
if (mediaQuerySize > 0) {
var mediaElementQuery = '#' + carouselWidgetID + ':media(this-min-width:' + mediaQuerySize + 'em)';
window.cpMedia.unregister(mediaElementQuery).register(mediaElementQuery, {
deferSetup: false,
setup: function () {
$carouselWidget.addClass('narrow').removeClass('wide');
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget({
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: 'div.widgetCarousel-item'
});
},
match: function () {
$carouselWidget.addClass('wide').removeClass('narrow');
cpMedia.diag('$(element).removeClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget('destroy');
$carouselWidget.carouselWidget('init', {
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: ''
});
},
unmatch: function () {
$carouselWidget.addClass('narrow').removeClass('wide');
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget('destroy');
$carouselWidget.carouselWidget('init', {
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: 'div.widgetCarousel-item'
});
}
});
}
});
New Hanover CountyGovernment Center230 Government Center DriveWilmington, NC 28403Phone: 910-798-7311"
EMGVA Communications Meeting Scheduled
"Search autocomplete is currently not responding. Please try again later.
View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community.
Agenda
Facility
Submit Event
Print
Email
Event Subscription
View RSS Feeds
Select on Calendar
Expand
Collapse
Previous
Next
Down
Up
Map
Share
Show more
Agenda
$(window).on("load", function () {
$('.icalDescription').urlToLink({ target: '_blank' });
});
var currentTextBox = null;
var currentDatePicker = null;
function hidePopup() {
return currentDatePicker && currentDatePicker.hidePopup();
}
//This method is called to handle the onclick and onfocus client side events for the texbox
function showPopup(sender, e) {
//this is a reference to the texbox which raised the event
//see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html
var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender);
// hide previous pop-up if open
textBox !== currentTextBox && hidePopup();
currentTextBox = textBox;
}
function dismissHook(e) {
return (e.keyCode === 27 || e.keyCode === 9) && hidePopup();
}
function handleKeydown(e) {
dismissHook(e) || searchTextHook(e);
}
//this handler is used to set the text of the TextBox to the value of selected from the popup
function dateSelected(sender, args) {
if (currentTextBox != null) {
//currentTextBox is the currently selected TextBox. Its value is set to the newly selected
//value of the picker
currentTextBox.value = args.get_newValue();
}
}
//this function is used to parse the date entered or selected by the user
function parseDate(sender, e) {
if (currentDatePicker != null) {
var date = currentDatePicker.get_dateInput().parseDate(sender.value);
var dateInput = currentDatePicker.get_dateInput();
if (date == null) {
date = currentDatePicker.get_selectedDate();
}
var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
sender.value = formattedDate;
}
}
function clearPostBack() {
Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack);
$('.icalDescription').urlToLink({ target: '_blank' });
}
function redrawContentCalendar() {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack);
if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '')
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, '');
else
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, '');
blockMenuSpawn = false;
}
function previousFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev');
}
function nextFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext');
}
order+='ModuleContent\n'
Live Edit
//
News
.fancyButton46.fancyButton:link,.fancyButton46.fancyButton:visited, .fancyButton46div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton46.fancyButton:hover,.fancyButton46.fancyButton:focus,.fancyButton46.fancyButton:active,.fancyButton46.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton46.fancyButton:link > span,.fancyButton46.fancyButton:visited > span, .fancyButton46div.fancyButton > span{
}
.fancyButton46.fancyButton:hover > span,.fancyButton46.fancyButton:focus > span,.fancyButton46.fancyButton:active > span,.fancyButton46.fancyButton.hover > span{
}
.fancyButton46.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=63');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton46 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton46:hover .text::after,
.fancyButton46:focus .text::after,
.fancyButton46:active .text::after {
height: 100%;
}
.fancyButton46.fancyButton:hover .text,.fancyButton46.fancyButton:focus .text,.fancyButton46.fancyButton:active .text,.fancyButton46.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=64');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton46.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton46.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton46.fancyButton:hover .textStyle1, .fancyButton46.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton46.fancyButton:hover .textStyle1:after,
.fancyButton46.fancyButton:focus .textStyle1:after,
.fancyButton46.fancyButton:active .textStyle1:after{
width:80px;}
Careers
.fancyButton54.fancyButton:link,.fancyButton54.fancyButton:visited, .fancyButton54div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton54.fancyButton:hover,.fancyButton54.fancyButton:focus,.fancyButton54.fancyButton:active,.fancyButton54.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton54.fancyButton:link > span,.fancyButton54.fancyButton:visited > span, .fancyButton54div.fancyButton > span{
}
.fancyButton54.fancyButton:hover > span,.fancyButton54.fancyButton:focus > span,.fancyButton54.fancyButton:active > span,.fancyButton54.fancyButton.hover > span{
}
.fancyButton54.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=71');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton54 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton54:hover .text::after,
.fancyButton54:focus .text::after,
.fancyButton54:active .text::after {
height: 100%;
}
.fancyButton54.fancyButton:hover .text,.fancyButton54.fancyButton:focus .text,.fancyButton54.fancyButton:active .text,.fancyButton54.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=70');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton54.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton54.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton54.fancyButton:hover .textStyle1, .fancyButton54.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton54.fancyButton:hover .textStyle1:after,
.fancyButton54.fancyButton:focus .textStyle1:after,
.fancyButton54.fancyButton:active .textStyle1:after{
width:80px;}
Permits
.fancyButton55.fancyButton:link,.fancyButton55.fancyButton:visited, .fancyButton55div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton55.fancyButton:hover,.fancyButton55.fancyButton:focus,.fancyButton55.fancyButton:active,.fancyButton55.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton55.fancyButton:link > span,.fancyButton55.fancyButton:visited > span, .fancyButton55div.fancyButton > span{
}
.fancyButton55.fancyButton:hover > span,.fancyButton55.fancyButton:focus > span,.fancyButton55.fancyButton:active > span,.fancyButton55.fancyButton.hover > span{
}
.fancyButton55.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=77');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton55 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton55:hover .text::after,
.fancyButton55:focus .text::after,
.fancyButton55:active .text::after {
height: 100%;
}
.fancyButton55.fancyButton:hover .text,.fancyButton55.fancyButton:focus .text,.fancyButton55.fancyButton:active .text,.fancyButton55.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=76');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton55.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton55.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton55.fancyButton:hover .textStyle1, .fancyButton55.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton55.fancyButton:hover .textStyle1:after,
.fancyButton55.fancyButton:focus .textStyle1:after,
.fancyButton55.fancyButton:active .textStyle1:after{
width:80px;}
Commissioners
.fancyButton58.fancyButton:link,.fancyButton58.fancyButton:visited, .fancyButton58div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton58.fancyButton:hover,.fancyButton58.fancyButton:focus,.fancyButton58.fancyButton:active,.fancyButton58.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton58.fancyButton:link > span,.fancyButton58.fancyButton:visited > span, .fancyButton58div.fancyButton > span{
}
.fancyButton58.fancyButton:hover > span,.fancyButton58.fancyButton:focus > span,.fancyButton58.fancyButton:active > span,.fancyButton58.fancyButton.hover > span{
}
.fancyButton58.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=73');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton58 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton58:hover .text::after,
.fancyButton58:focus .text::after,
.fancyButton58:active .text::after {
height: 100%;
}
.fancyButton58.fancyButton:hover .text,.fancyButton58.fancyButton:focus .text,.fancyButton58.fancyButton:active .text,.fancyButton58.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=72');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton58.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton58.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton58.fancyButton:hover .textStyle1, .fancyButton58.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton58.fancyButton:hover .textStyle1:after,
.fancyButton58.fancyButton:focus .textStyle1:after,
.fancyButton58.fancyButton:active .textStyle1:after{
width:80px;}
Tax
.fancyButton56.fancyButton:link,.fancyButton56.fancyButton:visited, .fancyButton56div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton56.fancyButton:hover,.fancyButton56.fancyButton:focus,.fancyButton56.fancyButton:active,.fancyButton56.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton56.fancyButton:link > span,.fancyButton56.fancyButton:visited > span, .fancyButton56div.fancyButton > span{
}
.fancyButton56.fancyButton:hover > span,.fancyButton56.fancyButton:focus > span,.fancyButton56.fancyButton:active > span,.fancyButton56.fancyButton.hover > span{
}
.fancyButton56.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=79');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton56 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton56:hover .text::after,
.fancyButton56:focus .text::after,
.fancyButton56:active .text::after {
height: 100%;
}
.fancyButton56.fancyButton:hover .text,.fancyButton56.fancyButton:focus .text,.fancyButton56.fancyButton:active .text,.fancyButton56.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=78');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton56.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton56.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton56.fancyButton:hover .textStyle1, .fancyButton56.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton56.fancyButton:hover .textStyle1:after,
.fancyButton56.fancyButton:focus .textStyle1:after,
.fancyButton56.fancyButton:active .textStyle1:after{
width:80px;}
Maps
.fancyButton57.fancyButton:link,.fancyButton57.fancyButton:visited, .fancyButton57div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton57.fancyButton:hover,.fancyButton57.fancyButton:focus,.fancyButton57.fancyButton:active,.fancyButton57.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton57.fancyButton:link > span,.fancyButton57.fancyButton:visited > span, .fancyButton57div.fancyButton > span{
}
.fancyButton57.fancyButton:hover > span,.fancyButton57.fancyButton:focus > span,.fancyButton57.fancyButton:active > span,.fancyButton57.fancyButton.hover > span{
}
.fancyButton57.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=75');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton57 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton57:hover .text::after,
.fancyButton57:focus .text::after,
.fancyButton57:active .text::after {
height: 100%;
}
.fancyButton57.fancyButton:hover .text,.fancyButton57.fancyButton:focus .text,.fancyButton57.fancyButton:active .text,.fancyButton57.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=74');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton57.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton57.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton57.fancyButton:hover .textStyle1, .fancyButton57.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton57.fancyButton:hover .textStyle1:after,
.fancyButton57.fancyButton:focus .textStyle1:after,
.fancyButton57.fancyButton:active .textStyle1:after{
width:80px;}
$.when(window.Pages.rwdReady).done(function () {
var mediaQuerySize = 77;
var carouselWidgetID = 'divCarousel2911506a-fb7f-4a53-927b-bc3048a01a9f';
var $carouselWidget = $('#' + carouselWidgetID);
var transition = 'slide';
var transitionTiming = 1;
var groupAdvance = 'manually';
var groupTiming = 5;
var showArrows = true;
var showPaging = false;
var showDots = true;
if (mediaQuerySize > 0) {
var mediaElementQuery = '#' + carouselWidgetID + ':media(this-min-width:' + mediaQuerySize + 'em)';
window.cpMedia.unregister(mediaElementQuery).register(mediaElementQuery, {
deferSetup: false,
setup: function () {
$carouselWidget.addClass('narrow').removeClass('wide');
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget({
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: 'div.widgetCarousel-item'
});
},
match: function () {
$carouselWidget.addClass('wide').removeClass('narrow');
cpMedia.diag('$(element).removeClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget('destroy');
$carouselWidget.carouselWidget('init', {
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: ''
});
},
unmatch: function () {
$carouselWidget.addClass('narrow').removeClass('wide');
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget('destroy');
$carouselWidget.carouselWidget('init', {
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: 'div.widgetCarousel-item'
});
}
});
}
});
New Hanover CountyGovernment Center230 Government Center DriveWilmington, NC 28403Phone: 910-798-7311"
Jr. Master Gardener 4-H Club Meeting
"Search autocomplete is currently not responding. Please try again later.
View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community.
Agenda
Facility
Submit Event
Print
Email
Event Subscription
View RSS Feeds
Select on Calendar
Expand
Collapse
Previous
Next
Down
Up
Map
Share
Show more
Agenda
$(window).on("load", function () {
$('.icalDescription').urlToLink({ target: '_blank' });
});
var currentTextBox = null;
var currentDatePicker = null;
function hidePopup() {
return currentDatePicker && currentDatePicker.hidePopup();
}
//This method is called to handle the onclick and onfocus client side events for the texbox
function showPopup(sender, e) {
//this is a reference to the texbox which raised the event
//see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html
var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender);
// hide previous pop-up if open
textBox !== currentTextBox && hidePopup();
currentTextBox = textBox;
}
function dismissHook(e) {
return (e.keyCode === 27 || e.keyCode === 9) && hidePopup();
}
function handleKeydown(e) {
dismissHook(e) || searchTextHook(e);
}
//this handler is used to set the text of the TextBox to the value of selected from the popup
function dateSelected(sender, args) {
if (currentTextBox != null) {
//currentTextBox is the currently selected TextBox. Its value is set to the newly selected
//value of the picker
currentTextBox.value = args.get_newValue();
}
}
//this function is used to parse the date entered or selected by the user
function parseDate(sender, e) {
if (currentDatePicker != null) {
var date = currentDatePicker.get_dateInput().parseDate(sender.value);
var dateInput = currentDatePicker.get_dateInput();
if (date == null) {
date = currentDatePicker.get_selectedDate();
}
var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
sender.value = formattedDate;
}
}
function clearPostBack() {
Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack);
$('.icalDescription').urlToLink({ target: '_blank' });
}
function redrawContentCalendar() {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack);
if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '')
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, '');
else
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, '');
blockMenuSpawn = false;
}
function previousFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev');
}
function nextFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext');
}
order+='ModuleContent\n'
Live Edit
//
News
.fancyButton46.fancyButton:link,.fancyButton46.fancyButton:visited, .fancyButton46div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton46.fancyButton:hover,.fancyButton46.fancyButton:focus,.fancyButton46.fancyButton:active,.fancyButton46.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton46.fancyButton:link > span,.fancyButton46.fancyButton:visited > span, .fancyButton46div.fancyButton > span{
}
.fancyButton46.fancyButton:hover > span,.fancyButton46.fancyButton:focus > span,.fancyButton46.fancyButton:active > span,.fancyButton46.fancyButton.hover > span{
}
.fancyButton46.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=63');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton46 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton46:hover .text::after,
.fancyButton46:focus .text::after,
.fancyButton46:active .text::after {
height: 100%;
}
.fancyButton46.fancyButton:hover .text,.fancyButton46.fancyButton:focus .text,.fancyButton46.fancyButton:active .text,.fancyButton46.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=64');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton46.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton46.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton46.fancyButton:hover .textStyle1, .fancyButton46.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton46.fancyButton:hover .textStyle1:after,
.fancyButton46.fancyButton:focus .textStyle1:after,
.fancyButton46.fancyButton:active .textStyle1:after{
width:80px;}
Careers
.fancyButton54.fancyButton:link,.fancyButton54.fancyButton:visited, .fancyButton54div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton54.fancyButton:hover,.fancyButton54.fancyButton:focus,.fancyButton54.fancyButton:active,.fancyButton54.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton54.fancyButton:link > span,.fancyButton54.fancyButton:visited > span, .fancyButton54div.fancyButton > span{
}
.fancyButton54.fancyButton:hover > span,.fancyButton54.fancyButton:focus > span,.fancyButton54.fancyButton:active > span,.fancyButton54.fancyButton.hover > span{
}
.fancyButton54.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=71');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton54 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton54:hover .text::after,
.fancyButton54:focus .text::after,
.fancyButton54:active .text::after {
height: 100%;
}
.fancyButton54.fancyButton:hover .text,.fancyButton54.fancyButton:focus .text,.fancyButton54.fancyButton:active .text,.fancyButton54.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=70');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton54.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton54.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton54.fancyButton:hover .textStyle1, .fancyButton54.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton54.fancyButton:hover .textStyle1:after,
.fancyButton54.fancyButton:focus .textStyle1:after,
.fancyButton54.fancyButton:active .textStyle1:after{
width:80px;}
Permits
.fancyButton55.fancyButton:link,.fancyButton55.fancyButton:visited, .fancyButton55div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton55.fancyButton:hover,.fancyButton55.fancyButton:focus,.fancyButton55.fancyButton:active,.fancyButton55.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton55.fancyButton:link > span,.fancyButton55.fancyButton:visited > span, .fancyButton55div.fancyButton > span{
}
.fancyButton55.fancyButton:hover > span,.fancyButton55.fancyButton:focus > span,.fancyButton55.fancyButton:active > span,.fancyButton55.fancyButton.hover > span{
}
.fancyButton55.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=77');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton55 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton55:hover .text::after,
.fancyButton55:focus .text::after,
.fancyButton55:active .text::after {
height: 100%;
}
.fancyButton55.fancyButton:hover .text,.fancyButton55.fancyButton:focus .text,.fancyButton55.fancyButton:active .text,.fancyButton55.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=76');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton55.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton55.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton55.fancyButton:hover .textStyle1, .fancyButton55.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton55.fancyButton:hover .textStyle1:after,
.fancyButton55.fancyButton:focus .textStyle1:after,
.fancyButton55.fancyButton:active .textStyle1:after{
width:80px;}
Commissioners
.fancyButton58.fancyButton:link,.fancyButton58.fancyButton:visited, .fancyButton58div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton58.fancyButton:hover,.fancyButton58.fancyButton:focus,.fancyButton58.fancyButton:active,.fancyButton58.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton58.fancyButton:link > span,.fancyButton58.fancyButton:visited > span, .fancyButton58div.fancyButton > span{
}
.fancyButton58.fancyButton:hover > span,.fancyButton58.fancyButton:focus > span,.fancyButton58.fancyButton:active > span,.fancyButton58.fancyButton.hover > span{
}
.fancyButton58.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=73');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton58 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton58:hover .text::after,
.fancyButton58:focus .text::after,
.fancyButton58:active .text::after {
height: 100%;
}
.fancyButton58.fancyButton:hover .text,.fancyButton58.fancyButton:focus .text,.fancyButton58.fancyButton:active .text,.fancyButton58.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=72');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton58.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton58.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton58.fancyButton:hover .textStyle1, .fancyButton58.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton58.fancyButton:hover .textStyle1:after,
.fancyButton58.fancyButton:focus .textStyle1:after,
.fancyButton58.fancyButton:active .textStyle1:after{
width:80px;}
Tax
.fancyButton56.fancyButton:link,.fancyButton56.fancyButton:visited, .fancyButton56div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton56.fancyButton:hover,.fancyButton56.fancyButton:focus,.fancyButton56.fancyButton:active,.fancyButton56.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton56.fancyButton:link > span,.fancyButton56.fancyButton:visited > span, .fancyButton56div.fancyButton > span{
}
.fancyButton56.fancyButton:hover > span,.fancyButton56.fancyButton:focus > span,.fancyButton56.fancyButton:active > span,.fancyButton56.fancyButton.hover > span{
}
.fancyButton56.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=79');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton56 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton56:hover .text::after,
.fancyButton56:focus .text::after,
.fancyButton56:active .text::after {
height: 100%;
}
.fancyButton56.fancyButton:hover .text,.fancyButton56.fancyButton:focus .text,.fancyButton56.fancyButton:active .text,.fancyButton56.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=78');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton56.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton56.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton56.fancyButton:hover .textStyle1, .fancyButton56.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton56.fancyButton:hover .textStyle1:after,
.fancyButton56.fancyButton:focus .textStyle1:after,
.fancyButton56.fancyButton:active .textStyle1:after{
width:80px;}
Maps
.fancyButton57.fancyButton:link,.fancyButton57.fancyButton:visited, .fancyButton57div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton57.fancyButton:hover,.fancyButton57.fancyButton:focus,.fancyButton57.fancyButton:active,.fancyButton57.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton57.fancyButton:link > span,.fancyButton57.fancyButton:visited > span, .fancyButton57div.fancyButton > span{
}
.fancyButton57.fancyButton:hover > span,.fancyButton57.fancyButton:focus > span,.fancyButton57.fancyButton:active > span,.fancyButton57.fancyButton.hover > span{
}
.fancyButton57.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=75');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton57 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton57:hover .text::after,
.fancyButton57:focus .text::after,
.fancyButton57:active .text::after {
height: 100%;
}
.fancyButton57.fancyButton:hover .text,.fancyButton57.fancyButton:focus .text,.fancyButton57.fancyButton:active .text,.fancyButton57.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=74');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton57.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton57.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton57.fancyButton:hover .textStyle1, .fancyButton57.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton57.fancyButton:hover .textStyle1:after,
.fancyButton57.fancyButton:focus .textStyle1:after,
.fancyButton57.fancyButton:active .textStyle1:after{
width:80px;}
$.when(window.Pages.rwdReady).done(function () {
var mediaQuerySize = 77;
var carouselWidgetID = 'divCarousel2911506a-fb7f-4a53-927b-bc3048a01a9f';
var $carouselWidget = $('#' + carouselWidgetID);
var transition = 'slide';
var transitionTiming = 1;
var groupAdvance = 'manually';
var groupTiming = 5;
var showArrows = true;
var showPaging = false;
var showDots = true;
if (mediaQuerySize > 0) {
var mediaElementQuery = '#' + carouselWidgetID + ':media(this-min-width:' + mediaQuerySize + 'em)';
window.cpMedia.unregister(mediaElementQuery).register(mediaElementQuery, {
deferSetup: false,
setup: function () {
$carouselWidget.addClass('narrow').removeClass('wide');
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget({
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: 'div.widgetCarousel-item'
});
},
match: function () {
$carouselWidget.addClass('wide').removeClass('narrow');
cpMedia.diag('$(element).removeClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget('destroy');
$carouselWidget.carouselWidget('init', {
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: ''
});
},
unmatch: function () {
$carouselWidget.addClass('narrow').removeClass('wide');
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget('destroy');
$carouselWidget.carouselWidget('init', {
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: 'div.widgetCarousel-item'
});
}
});
}
});
New Hanover CountyGovernment Center230 Government Center DriveWilmington, NC 28403Phone: 910-798-7311"
EMG Plant Sale Meeting Announced
"Search autocomplete is currently not responding. Please try again later.
View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community.
Agenda
Facility
Submit Event
Print
Email
Event Subscription
View RSS Feeds
Select on Calendar
Expand
Collapse
Previous
Next
Down
Up
Map
Share
Show more
Agenda
$(window).on("load", function () {
$('.icalDescription').urlToLink({ target: '_blank' });
});
var currentTextBox = null;
var currentDatePicker = null;
function hidePopup() {
return currentDatePicker && currentDatePicker.hidePopup();
}
//This method is called to handle the onclick and onfocus client side events for the texbox
function showPopup(sender, e) {
//this is a reference to the texbox which raised the event
//see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html
var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender);
// hide previous pop-up if open
textBox !== currentTextBox && hidePopup();
currentTextBox = textBox;
}
function dismissHook(e) {
return (e.keyCode === 27 || e.keyCode === 9) && hidePopup();
}
function handleKeydown(e) {
dismissHook(e) || searchTextHook(e);
}
//this handler is used to set the text of the TextBox to the value of selected from the popup
function dateSelected(sender, args) {
if (currentTextBox != null) {
//currentTextBox is the currently selected TextBox. Its value is set to the newly selected
//value of the picker
currentTextBox.value = args.get_newValue();
}
}
//this function is used to parse the date entered or selected by the user
function parseDate(sender, e) {
if (currentDatePicker != null) {
var date = currentDatePicker.get_dateInput().parseDate(sender.value);
var dateInput = currentDatePicker.get_dateInput();
if (date == null) {
date = currentDatePicker.get_selectedDate();
}
var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
sender.value = formattedDate;
}
}
function clearPostBack() {
Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack);
$('.icalDescription').urlToLink({ target: '_blank' });
}
function redrawContentCalendar() {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack);
if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '')
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, '');
else
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, '');
blockMenuSpawn = false;
}
function previousFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev');
}
function nextFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext');
}
order+='ModuleContent\n'
Live Edit
//
News
.fancyButton46.fancyButton:link,.fancyButton46.fancyButton:visited, .fancyButton46div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton46.fancyButton:hover,.fancyButton46.fancyButton:focus,.fancyButton46.fancyButton:active,.fancyButton46.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton46.fancyButton:link > span,.fancyButton46.fancyButton:visited > span, .fancyButton46div.fancyButton > span{
}
.fancyButton46.fancyButton:hover > span,.fancyButton46.fancyButton:focus > span,.fancyButton46.fancyButton:active > span,.fancyButton46.fancyButton.hover > span{
}
.fancyButton46.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=63');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton46 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton46:hover .text::after,
.fancyButton46:focus .text::after,
.fancyButton46:active .text::after {
height: 100%;
}
.fancyButton46.fancyButton:hover .text,.fancyButton46.fancyButton:focus .text,.fancyButton46.fancyButton:active .text,.fancyButton46.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=64');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton46.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton46.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton46.fancyButton:hover .textStyle1, .fancyButton46.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton46.fancyButton:hover .textStyle1:after,
.fancyButton46.fancyButton:focus .textStyle1:after,
.fancyButton46.fancyButton:active .textStyle1:after{
width:80px;}
Careers
.fancyButton54.fancyButton:link,.fancyButton54.fancyButton:visited, .fancyButton54div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton54.fancyButton:hover,.fancyButton54.fancyButton:focus,.fancyButton54.fancyButton:active,.fancyButton54.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton54.fancyButton:link > span,.fancyButton54.fancyButton:visited > span, .fancyButton54div.fancyButton > span{
}
.fancyButton54.fancyButton:hover > span,.fancyButton54.fancyButton:focus > span,.fancyButton54.fancyButton:active > span,.fancyButton54.fancyButton.hover > span{
}
.fancyButton54.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=71');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton54 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton54:hover .text::after,
.fancyButton54:focus .text::after,
.fancyButton54:active .text::after {
height: 100%;
}
.fancyButton54.fancyButton:hover .text,.fancyButton54.fancyButton:focus .text,.fancyButton54.fancyButton:active .text,.fancyButton54.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=70');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton54.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton54.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton54.fancyButton:hover .textStyle1, .fancyButton54.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton54.fancyButton:hover .textStyle1:after,
.fancyButton54.fancyButton:focus .textStyle1:after,
.fancyButton54.fancyButton:active .textStyle1:after{
width:80px;}
Permits
.fancyButton55.fancyButton:link,.fancyButton55.fancyButton:visited, .fancyButton55div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton55.fancyButton:hover,.fancyButton55.fancyButton:focus,.fancyButton55.fancyButton:active,.fancyButton55.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton55.fancyButton:link > span,.fancyButton55.fancyButton:visited > span, .fancyButton55div.fancyButton > span{
}
.fancyButton55.fancyButton:hover > span,.fancyButton55.fancyButton:focus > span,.fancyButton55.fancyButton:active > span,.fancyButton55.fancyButton.hover > span{
}
.fancyButton55.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=77');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton55 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton55:hover .text::after,
.fancyButton55:focus .text::after,
.fancyButton55:active .text::after {
height: 100%;
}
.fancyButton55.fancyButton:hover .text,.fancyButton55.fancyButton:focus .text,.fancyButton55.fancyButton:active .text,.fancyButton55.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=76');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton55.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton55.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton55.fancyButton:hover .textStyle1, .fancyButton55.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton55.fancyButton:hover .textStyle1:after,
.fancyButton55.fancyButton:focus .textStyle1:after,
.fancyButton55.fancyButton:active .textStyle1:after{
width:80px;}
Commissioners
.fancyButton58.fancyButton:link,.fancyButton58.fancyButton:visited, .fancyButton58div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton58.fancyButton:hover,.fancyButton58.fancyButton:focus,.fancyButton58.fancyButton:active,.fancyButton58.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton58.fancyButton:link > span,.fancyButton58.fancyButton:visited > span, .fancyButton58div.fancyButton > span{
}
.fancyButton58.fancyButton:hover > span,.fancyButton58.fancyButton:focus > span,.fancyButton58.fancyButton:active > span,.fancyButton58.fancyButton.hover > span{
}
.fancyButton58.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=73');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton58 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton58:hover .text::after,
.fancyButton58:focus .text::after,
.fancyButton58:active .text::after {
height: 100%;
}
.fancyButton58.fancyButton:hover .text,.fancyButton58.fancyButton:focus .text,.fancyButton58.fancyButton:active .text,.fancyButton58.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=72');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton58.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton58.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton58.fancyButton:hover .textStyle1, .fancyButton58.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton58.fancyButton:hover .textStyle1:after,
.fancyButton58.fancyButton:focus .textStyle1:after,
.fancyButton58.fancyButton:active .textStyle1:after{
width:80px;}
Tax
.fancyButton56.fancyButton:link,.fancyButton56.fancyButton:visited, .fancyButton56div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton56.fancyButton:hover,.fancyButton56.fancyButton:focus,.fancyButton56.fancyButton:active,.fancyButton56.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton56.fancyButton:link > span,.fancyButton56.fancyButton:visited > span, .fancyButton56div.fancyButton > span{
}
.fancyButton56.fancyButton:hover > span,.fancyButton56.fancyButton:focus > span,.fancyButton56.fancyButton:active > span,.fancyButton56.fancyButton.hover > span{
}
.fancyButton56.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=79');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton56 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton56:hover .text::after,
.fancyButton56:focus .text::after,
.fancyButton56:active .text::after {
height: 100%;
}
.fancyButton56.fancyButton:hover .text,.fancyButton56.fancyButton:focus .text,.fancyButton56.fancyButton:active .text,.fancyButton56.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=78');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton56.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton56.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton56.fancyButton:hover .textStyle1, .fancyButton56.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton56.fancyButton:hover .textStyle1:after,
.fancyButton56.fancyButton:focus .textStyle1:after,
.fancyButton56.fancyButton:active .textStyle1:after{
width:80px;}
Maps
.fancyButton57.fancyButton:link,.fancyButton57.fancyButton:visited, .fancyButton57div.fancyButton{
background-repeat: no-repeat;
background-position: left top;
position: relative;
background: linear-gradient(to bottom, #002B54 56%, rgba(255,255,255,1) 1%);
min-height: 90px;
z-index: 2;
border-radius: 10px;
box-shadow: 5px 5px 9px #002B5433;
}
.fancyButton57.fancyButton:hover,.fancyButton57.fancyButton:focus,.fancyButton57.fancyButton:active,.fancyButton57.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 5px 20px #002B5480;}
.fancyButton57.fancyButton:link > span,.fancyButton57.fancyButton:visited > span, .fancyButton57div.fancyButton > span{
}
.fancyButton57.fancyButton:hover > span,.fancyButton57.fancyButton:focus > span,.fancyButton57.fancyButton:active > span,.fancyButton57.fancyButton.hover > span{
}
.fancyButton57.fancyButton .text{
color: #002b54;
font-size: 1.1em;
font-family: "Open Sans";
padding-top: 6em;
padding-bottom: 1.5em;
font-weight: 700;
text-decoration: none;
padding-top: 6em;
padding-bottom: 1.5em;
background-image: url('/ImageRepository/Document?documentID=75');
background-repeat: no-repeat;
background-position: center .5em ;
position: relative;
transition: all .3s ease-in-out;
min-height: 90px !important;
z-index: 1;
text-transform: uppercase;
line-height: 1.1;
overflow: hidden;
background-size: 70px;
border-radius: 10px;
}
.fancyButton57 .text::after {
position: absolute;
content: "";
top: 80px;
right: 0;
left: 0;
background: #002B54;
height: 0%;
transition: all .3s ease-in-out;
z-index: -1;
}
.fancyButton57:hover .text::after,
.fancyButton57:focus .text::after,
.fancyButton57:active .text::after {
height: 100%;
}
.fancyButton57.fancyButton:hover .text,.fancyButton57.fancyButton:focus .text,.fancyButton57.fancyButton:active .text,.fancyButton57.fancyButton.hover .text{
color: #ffffff;
text-decoration: none;
background-image: url('/ImageRepository/Document?documentID=74');
background-repeat: no-repeat;
background-position: center 1em ;
padding: 5.5em 0 2em 0;
}
.fancyButton57.fancyButton .textStyle1{
color: #002b54;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
.fancyButton57.fancyButton .textStyle1:after{
transition:.2s ease-in-out;
position:absolute;
background:#2ABDBA;
margin: auto;
left:0;
right: 0;
bottom:25px;
height:2px;
width:0;
content:'';}
.fancyButton57.fancyButton:hover .textStyle1, .fancyButton57.fancyButton.hover .textStyle1{
color: #ffffff;
text-decoration: none;
}
.fancyButton57.fancyButton:hover .textStyle1:after,
.fancyButton57.fancyButton:focus .textStyle1:after,
.fancyButton57.fancyButton:active .textStyle1:after{
width:80px;}
$.when(window.Pages.rwdReady).done(function () {
var mediaQuerySize = 77;
var carouselWidgetID = 'divCarousel2911506a-fb7f-4a53-927b-bc3048a01a9f';
var $carouselWidget = $('#' + carouselWidgetID);
var transition = 'slide';
var transitionTiming = 1;
var groupAdvance = 'manually';
var groupTiming = 5;
var showArrows = true;
var showPaging = false;
var showDots = true;
if (mediaQuerySize > 0) {
var mediaElementQuery = '#' + carouselWidgetID + ':media(this-min-width:' + mediaQuerySize + 'em)';
window.cpMedia.unregister(mediaElementQuery).register(mediaElementQuery, {
deferSetup: false,
setup: function () {
$carouselWidget.addClass('narrow').removeClass('wide');
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget({
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: 'div.widgetCarousel-item'
});
},
match: function () {
$carouselWidget.addClass('wide').removeClass('narrow');
cpMedia.diag('$(element).removeClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget('destroy');
$carouselWidget.carouselWidget('init', {
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: ''
});
},
unmatch: function () {
$carouselWidget.addClass('narrow').removeClass('wide');
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
$carouselWidget.carouselWidget('destroy');
$carouselWidget.carouselWidget('init', {
transition: transition,
transitionTiming: transitionTiming,
groupAdvance: groupAdvance,
groupTiming: groupTiming,
showArrows: showArrows,
showPaging: showPaging,
showDots: showDots,
sliderSelector : 'div.widgetCarousel-slider',
groupSelector: 'div.widgetCarousel-group',
itemsSelector: 'div.widgetCarousel-item'
});
}
});
}
});
New Hanover CountyGovernment Center230 Government Center DriveWilmington, NC 28403Phone: 910-798-7311"