2523 lines
115 KiB
HTML
2523 lines
115 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from scottcountyva.com/calendar.aspx?PREVIEW=YES&EID=1154 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:20:41 GMT -->
|
||
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
|
||
<head>
|
||
|
||
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
||
<!-- Google Tag Manager -->
|
||
<script>(function(w,d,s,l,i){w.GATrackingId='UA-204515259-140';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayer','GTM-KN5P4QJ');</script>
|
||
<!-- End Google Tag Manager --><!-- Google Tag Manager for GA4 -->
|
||
<script>(function(w,d,s,l,i){w.GAMeasurementID='G-YTC84KR1VL';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayerGA4','GTM-K73C5PS');</script>
|
||
<!-- End Google Tag Manager for GA4 -->
|
||
<script type='text/javascript'>
|
||
var enableTelemetry = 'false'
|
||
var aiConfig = {
|
||
instrumentationKey: '1cde048e-3185-4906-aa46-c92a7312b60f'
|
||
}
|
||
var appInsights = window.appInsights || function (a) { function b(a) { c[a] = function () { var b = arguments; c.queue.push(function () { c[a].apply(c, b) }) } } var c = { config: a }, d = document, e = window; setTimeout(function () { var b = d.createElement('script'); b.src = a.url || 'https://az416426.vo.msecnd.net/scripts/a/ai.0.js', d.getElementsByTagName('script')[0].parentNode.appendChild(b) }); try { c.cookie = d.cookie } catch (a) { } c.queue = []; for (var f = ['Event', 'Exception', 'Metric', 'PageView', 'Trace', 'Dependency']; f.length;)b('track' + f.pop()); if (b('setAuthenticatedUserContext'), b('clearAuthenticatedUserContext'), b('startTrackEvent'), b('stopTrackEvent'), b('startTrackPage'), b('stopTrackPage'), b('flush'), !a.disableExceptionTracking) { f = 'onerror', b('_' + f); var g = e[f]; e[f] = function (a, b, d, e, h) { var i = g && g(a, b, d, e, h); return !0 !== i && c['_' + f](a, b, d, e, h), i } } return c }(aiConfig);
|
||
window.appInsights = appInsights, appInsights.queue && 0 === appInsights.queue.length;
|
||
// Add telemetry initializer
|
||
appInsights.queue.push(function() {
|
||
appInsights.context.addTelemetryInitializer(function(envelope) {
|
||
var telemetryItem = envelope.data.baseData;
|
||
// To check the telemetry item’s type:
|
||
if (!false)
|
||
{
|
||
//If the telemetry is not enabled, we still want to capture Google map custom event, so only allow that
|
||
if (envelope.name.indexOf('.Event') == -1)
|
||
return false;
|
||
}
|
||
});
|
||
});
|
||
appInsights.trackPageView();
|
||
</script>
|
||
<script>
|
||
function populateAntiForgery(token) {
|
||
var input = document.createElement("input");
|
||
input.name = "__RequestVerificationToken";
|
||
input.type = "hidden";
|
||
input.value = token;
|
||
var absPat = /^https?:\/\/|^\/\//i;
|
||
var forms = document.getElementsByTagName("form");
|
||
for (var i = 0; i < forms.length; i++) {
|
||
if (forms[i].method == "post" &&
|
||
!forms[i].querySelector('[name="__RequestVerificationToken"]') &&
|
||
!absPat.test(forms[i].getAttribute("action"))) {
|
||
forms[i].appendChild(input.cloneNode());
|
||
}
|
||
}
|
||
}
|
||
|
||
function getAntiForgeryToken(callback, error) {
|
||
var xhr = new XMLHttpRequest();
|
||
xhr.open("GET.html", "/antiforgery");
|
||
xhr.addEventListener("load", function() {
|
||
try {
|
||
if (this.status !== 200) {
|
||
throw Error("Invalid status. Could not retrieve antiforgery token.");
|
||
}
|
||
var obj = JSON.parse(this.responseText);
|
||
callback(obj.token);
|
||
} catch (e) {
|
||
typeof error === "function" && error(e);
|
||
}
|
||
});
|
||
xhr.send();
|
||
}
|
||
|
||
getAntiForgeryToken(function(token) {
|
||
if (document.readyState === "complete"
|
||
|| document.readyState === "loaded"
|
||
|| document.readyState === "interactive") {
|
||
populateAntiForgery(token);
|
||
return;
|
||
}
|
||
document.addEventListener("DOMContentLoaded", function() {
|
||
populateAntiForgery(token);
|
||
}, false);
|
||
}, console.error);
|
||
</script>
|
||
|
||
|
||
<script type="text/javascript">
|
||
window.departmentHeader = {};
|
||
window.pageSectionTracker = {};
|
||
window.isResponsiveEnabled = true;
|
||
window.isRemoveSetHeights= false;
|
||
if (window.isRemoveSetHeights) {
|
||
document.documentElement.className += ' removeSetHeights';
|
||
}
|
||
window.mainMenuMediaQuery = 'screen and (max-width: 40em)';
|
||
window.isMobileBrowserIncludingTablets = false;
|
||
window.fixedResponsiveMenu = false;
|
||
window.fullWidthResponsiveMenu = true;
|
||
window.responsiveMenuHeight = '';
|
||
window.responsiveMenuFontSize = '';
|
||
(function () {
|
||
window.setSizeCookie = function () {
|
||
document.cookie = "dpi=" + window.devicePixelRatio + "; path=/";
|
||
document.cookie = "viewportWidth=" + window.innerWidth + "; path=/";
|
||
document.cookie = "viewportHeight=" + window.innerHeight + "; path=/";
|
||
if (screen && screen.width && screen.height) {
|
||
document.cookie = "screenWidth=" + screen.width + "; path=/";
|
||
document.cookie = "screenHeight=" + screen.height + "; path=/";
|
||
}
|
||
document.cookie = "responsiveGhost%3d1%3b%20path%3d/index.html";
|
||
};
|
||
|
||
setSizeCookie();
|
||
}());
|
||
</script>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
|
||
|
||
<meta name="theme-color" content="#295076">
|
||
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
|
||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
|
||
<title>Calendar • Scott County, VA • CivicEngage</title>
|
||
|
||
<script src="Assets/Scripts/jQuery/jquery-2.2.4.min.js"></script>
|
||
<script src="Assets/Scripts/jQuery/jQuery-migrate-1.4.1.js" type="text/javascript"></script>
|
||
<!--[if IE 6]><script language="JavaScript" type="text/javascript"> var isie6 = true; </script><![endif]-->
|
||
<!--[if IE 7]><script language="JavaScript" type="text/javascript"> var isie7 = true; </script><![endif]-->
|
||
<!--[if IE 8]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<!--[if IE 9]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<script type="text/javascript"><!--
|
||
var intCountryCode = 840;
|
||
var externalSiteDialogHeight = '390px';
|
||
var order = '';
|
||
//--></script>
|
||
|
||
<link href="-1542169068.css" rel="stylesheet" type="text/css" /> <link href="1814023158.css" rel="stylesheet" type="text/css" />
|
||
|
||
<link rel="stylesheet" type="text/css" href="Assets/Styles/Print.css" >
|
||
<script type="text/javascript">
|
||
window.Pages = window.Pages || {};
|
||
// FrontEnd RWD initialization
|
||
window.Pages.rwdReady = $.Deferred();
|
||
window.Pages.toolBarDeferred = $.Deferred();
|
||
window.Pages.rwdSetupComplete = $.Deferred();
|
||
window.Pages.megaMenuLoaded = $.Deferred();
|
||
window.Pages.angularToolbarComplete = $.Deferred();
|
||
window.Pages.frontEndToolbarComplete = $.Deferred();
|
||
</script>
|
||
|
||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
||
|
||
<meta property="og:image" content="https://scottcountyva.com/Images/SocialMedia/IconModuleCalendar.png" />
|
||
<meta name="twitter:image" content="https://scottcountyva.com/Images/SocialMedia/IconModuleCalendar.png" />
|
||
<meta property="og:title" content="Electoral Board Meeting 3:00 p.m." />
|
||
<meta name="twitter:title" content="Electoral Board Meeting 3:00 p.m." />
|
||
<meta property="og:url" content="https://scottcountyva.com/Calendar.aspx?EID=1154" />
|
||
<meta name="twitter:url" content="https://scottcountyva.com/Calendar.aspx?EID=1154" />
|
||
<meta property="og:site_name" content="Scott County, VA" />
|
||
<meta name="twitter:site" content="Scott County, VA" />
|
||
<meta property="og:description" content="&nbsp;" />
|
||
<meta name="twitter:description" content="&nbsp;" />
|
||
<meta name="twitter:card" content="summary" />
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="App_Themes/CP/nmenu.css" type="text/css">
|
||
|
||
|
||
<!-- Dynamic Header Scripts -->
|
||
|
||
<!--Reference Stylesheet-->
|
||
|
||
|
||
<!--Dynamic Header Styles-->
|
||
<style type="text/css">
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<script src="-1992112027.js" type="text/javascript"></script>
|
||
|
||
<script src="248816995.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/App_Themes/ie8.css"><![endif]-->
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/ie7.css"><![endif]-->
|
||
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/App_Themes/ie6.css"><![endif]-->
|
||
<!--[if lt IE 9]><script type="text/javascript" src="/Scripts/html5.js"></script><![endif]-->
|
||
|
||
<script type="text/javascript">
|
||
setEditorVariables(false, 840);
|
||
function getPrintPreviewType() { return 0; } function printPreview() {pPreview(getPrintPreviewType()); }
|
||
</script>
|
||
|
||
</head>
|
||
<body class="wide " >
|
||
|
||
<script>jQuery(document).click(function (event) {
|
||
var target = jQuery(event.target);
|
||
if (target.attr('src') && target.parents('.image').length && target.parents('.widget').length) {
|
||
var text = target.attr('title');
|
||
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Image',
|
||
eventAction: 'Image - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.is('button') || target.hasClass('button') || target.parents().hasClass('button')) {
|
||
var text = "";
|
||
if (target.parents('.button')[0]) {
|
||
text = target.parents('.button')[0].text;
|
||
} else if (target.text().length) {
|
||
text = target.text();
|
||
} else if (target.attr('title').length) {
|
||
text = target.attr('title');
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Button',
|
||
eventAction: 'Button - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetCustomHtml').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Custom Html',
|
||
eventAction: 'Custom Html Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.editor').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Editor',
|
||
eventAction: 'Editor Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.GraphicLinks').length) {
|
||
var text = "";
|
||
var targetGraphicLink = target;
|
||
if (target.hasClass('widgetGraphicLinksLink')) {
|
||
targetGraphicLink = jQuery(target.children()[0]);
|
||
}
|
||
if (targetGraphicLink.hasClass('text')) {
|
||
text = targetGraphicLink.text();
|
||
} else if (targetGraphicLink.attr('src').length) {
|
||
if (targetGraphicLink.attr('alt').length) {
|
||
text = targetGraphicLink.attr('alt');
|
||
} else {
|
||
text = targetGraphicLink.attr('src');
|
||
}
|
||
} else {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Graphic Links',
|
||
eventAction: 'Graphic Link - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.InfoAdvanced').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Info Advanced',
|
||
eventAction: 'Info Advanced Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.list').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'List',
|
||
eventAction: 'List Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.megaMenuItem').length || target.parents('.topMenuItem').length) {
|
||
var megaMenuText = jQuery('.topMenuItem.mouseover').find('span').text();
|
||
var breadCrumbs = [];
|
||
jQuery('.breadCrumbs > li').each(function () {
|
||
breadCrumbs.push(this.textContent);
|
||
});
|
||
var pageTitle = breadCrumbs.join('>');
|
||
var subTitleText = target.parents('.megaMenuItem').children('.widgetTitle').children().text();
|
||
var text = "";
|
||
if (pageTitle) {
|
||
text += pageTitle + " | ";
|
||
} else {
|
||
text += document.title + ' - ';
|
||
}
|
||
if (target.text() == "" && megaMenuText == "") {
|
||
text += "N/A";
|
||
} else if (target.text().length && megaMenuText.length) {
|
||
if (megaMenuText == target.text()) {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += megaMenuText + " - " + subTitleText + " - " + target.text();
|
||
}
|
||
} else if (target.text() == "") {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += target.text();
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Mega Menu',
|
||
eventAction: 'Mega Menu : ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetNewsFlash').length && target.parents('.widgetItem').length) {
|
||
var text = jQuery(target.parents('.widgetItem')[0]).find('.widgetTitle').children().text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'News Flash',
|
||
eventAction: 'News Flash - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.hasClass('widgetQuickLinksLink') || target.find('.widgetQuickLinksLink').length) {
|
||
var text = target.text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Quick Links',
|
||
eventAction: 'Quick Links - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.attr('src') && target.parents('.cpSlideshow').length) {
|
||
var text = target.attr('title');
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Slideshow',
|
||
eventAction: 'Slideshow - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetText').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Text',
|
||
eventAction: 'Text Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
});</script>
|
||
|
||
<div id="fb-root"></div>
|
||
<div id=skipToContentLinks>
|
||
<a href="#contentarea" target="_self" class="skipToContentLink">Skip to Main Content</a>
|
||
</div>
|
||
<form id="frmReferenceFormForTelerikEditorDialogs"></form>
|
||
|
||
<input type="hidden" id="GoogleMapsKey" value="AIzaSyDWUuE-ifkbhxblF920N8MjpBdTg1Wt784" />
|
||
|
||
|
||
|
||
<input type="hidden" id="cpcDomain" value="https://cp-civicplusuniversity2.civicplus.com">
|
||
<input type="hidden" id="hdnStructureID" value="2" />
|
||
<input type="hidden" id="hdnContentCollectionID" value="760c99d9-604f-4a5f-a462-0fb632138ffd" />
|
||
<input type="hidden" id="hdnWorkingCopyID" value="00000000-0000-0000-0000-000000000000" />
|
||
<input type="hidden" id="hdnThemeID" value="17" />
|
||
<input type="hidden" id="pageIsFrontEnd" value="true" />
|
||
<input type="hidden" id="pageModuleID" value="58" />
|
||
<input type="hidden" id="pagePageID" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<input type="hidden" id="hdnModuleID" value="58" />
|
||
<div id="stickyPlaceholder"></div>
|
||
<div id="outer-wrap" class="outer-wrap">
|
||
<div id="inner-wrap" class="inner-wrap">
|
||
<div id="divToolbars" class="cpToolbars newCP mui-fixed" style="">
|
||
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/CP/ie7.css"><![endif]-->
|
||
<!-- Allow Dashboard, Favorites Enabled -->
|
||
|
||
<!-- Begin Signed Out Bar -->
|
||
<div class="cpToolbar user public">
|
||
<div class="inner selfClear">
|
||
<p class="dropdown"><a href="https://cpauthentication.civicplus.com/connect/authorize/callback?client_id=c61cce28-72e8-4f10-9353-1c7b83b8d73d&redirect_uri=https%3a%2f%2fwww.scottcountyva.com%2fIdentityServer%2fSignInCallback&response_type=code id_token token&scope=openid profile email&state=c46477c00d8b4fc78c5ed989a9b5ac8a_&nonce=a62a3b3669e3497eb301eaff8b88486d&response_mode=form_post&showcreateaccount=true" role="button" class="myConnections" id="signedOutToolbarCreateProfileButton">Create a Website Account</a> <span class="welcomeMessage">- Manage notification subscriptions, save form progress and more. </span></p>
|
||
<ul class="nav secondary">
|
||
<li><a href="MyAccount.html" role="button" class="button" id="loggedOutToolbarSignInButton"><span>Website Sign In</span></a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<script>
|
||
$(document).ready(function () {
|
||
$('#signedOutToolbarCreateProfileButton').keypress(function (e) { if (e.which === 0) return; $(this).click(); });
|
||
$('#signedOutToolbarCreateProfileButton').click(function (event) {
|
||
event.preventDefault();
|
||
window.location.href = '/MyAccount/ProfileCreate?from=url&url=/&dn=' + window.location.origin;
|
||
});
|
||
|
||
|
||
$('#loggedOutToolbarSignInButton').click(function (event) {
|
||
event.preventDefault();
|
||
window.location.href = '/MyAccount/?from=url&url=' + encodeURIComponent(window.location.href.replace(window.location.origin, '')) + '&dn=' + window.location.host;
|
||
});
|
||
|
||
|
||
if ('False' == 'True') {
|
||
$('#loggedOutToolbarSignInButton').hide();
|
||
}
|
||
})
|
||
</script>
|
||
<!-- End Signed Out Bar -->
|
||
|
||
</div>
|
||
<div id="bodyWrapper">
|
||
<div id="mainNavHolderMobile" class="mainNavHolderMobile"></div>
|
||
|
||
<div data-cpRole="structuralContainer" id="bodyContainerTS">
|
||
<!-- Header Container --><header data-cpRole="structuralContainer" id="headerContainerTS" class="fixedTopTS">
|
||
<div class="siteWrap3"><div data-cpRole="banner" id="bannerLogoTS" class="bannerLogoTS empty">
|
||
|
||
|
||
|
||
|
||
<a style=" display: block; text-align: center;
|
||
" class="bannerObject" href="index.html" target="_self"><img alt="Home Page" class="bannerObject" height="136" src="ImageRepository/Document2efb.png?documentID=66" width="559" /></a>
|
||
|
||
</div><div data-cpRole="contentContainer" id="searchTS"> <div id="cc2d5d1709-5d66-49f4-95ab-964c933e1c42" data-containerid="2d5d1709-5d66-49f4-95ab-964c933e1c42" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="8e12b538-882d-42e4-80be-78be99c609de">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id8005f4bd-61e3-4a75-9885-b16b5cc6e154" style="" data-widgetcontainerid="8005f4bd-61e3-4a75-9885-b16b5cc6e154">
|
||
|
||
<div data-widget-id="18176157-715e-4a5c-8b8c-b5de294a6a0e" data-widget-controller-path="/Layout/WidgetSearch">
|
||
|
||
<script defer type="text/javascript" src="Common/Controls/jquery-ui-1.10.4/js/jquery.ui.autocomplete.min.js"></script>
|
||
<script defer src="Areas/Layout/Assets/Scripts/Search.js" type="text/javascript"></script>
|
||
<script defer type="text/javascript">
|
||
|
||
$(document).ready(function () {
|
||
try {
|
||
$(".widgetSearchButton.widgetSearchButton18176157-715e-4a5c-8b8c-b5de294a6a0e").click(function (e) {
|
||
e.preventDefault();
|
||
if ($("#ysnSearchOnlyDept18176157-715e-4a5c-8b8c-b5de294a6a0e").is(':checked')) {
|
||
doWidgetSearch($(this).siblings(".widgetSearchBox").val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).siblings(".widgetSearchBox").val(), 0);
|
||
}
|
||
});
|
||
$("#searchField18176157-715e-4a5c-8b8c-b5de294a6a0e").keypress(function (e) {
|
||
if (window.clipboardData) {
|
||
if (e.keyCode == 13) {
|
||
if ($("#ysnSearchOnlyDept18176157-715e-4a5c-8b8c-b5de294a6a0e").is(':checked')) {
|
||
doWidgetSearch($(this).val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).val(), 0);
|
||
}
|
||
return false;
|
||
}
|
||
} else {
|
||
if (e.which == 13) {
|
||
if ($("#ysnSearchOnlyDept18176157-715e-4a5c-8b8c-b5de294a6a0e").is(':checked')) {
|
||
doWidgetSearch($(this).val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).val(), 0);
|
||
}
|
||
return false;
|
||
}
|
||
}
|
||
return true;
|
||
});
|
||
|
||
if (true) {
|
||
var currentRequest = null;
|
||
|
||
var $searchField = $("#searchField18176157-715e-4a5c-8b8c-b5de294a6a0e").autocomplete({
|
||
source: function (request, response) {
|
||
currentRequest = $.ajax({
|
||
url: '/Search/AutoComplete',
|
||
dataType: "json",
|
||
timeout: 10000,
|
||
beforeSend: function () {
|
||
if (currentRequest != null) {
|
||
currentRequest.abort();
|
||
}
|
||
},
|
||
data:
|
||
{
|
||
term: request.term,
|
||
},
|
||
success: function (data) {
|
||
response(data);
|
||
$('.autoCompleteError').remove();
|
||
},
|
||
error: function (xmlhttprequest, textstatus, message) {
|
||
if (textstatus === "timeout") {
|
||
if ($("#searchField18176157-715e-4a5c-8b8c-b5de294a6a0e").siblings('.autoCompleteError').length == 0)
|
||
$('<span class="autoCompleteError"><p class="alert error">Search autocomplete is currently not responding. Please try again later.</p></span>').insertAfter($("#searchField18176157-715e-4a5c-8b8c-b5de294a6a0e"));
|
||
}
|
||
}
|
||
});
|
||
},
|
||
html: true,
|
||
delay: 500,
|
||
select: function (event, ui) {
|
||
$(this).val(ui.item.value);
|
||
$(this).next().click();
|
||
}
|
||
});
|
||
|
||
if (true && true) {
|
||
$searchField.data("ui-autocomplete")._renderItem = function (ul, item) {
|
||
return $("<li class=\"itemList\"></li>")
|
||
.data("ui-autocomplete-item", item)
|
||
.append("<a>" + item.label + "</a>")
|
||
.appendTo(ul);
|
||
};
|
||
}
|
||
else {
|
||
$searchField.data("autocomplete")._renderItem = function (ul, item) {
|
||
return $("<li></li>")
|
||
.data("item.autocomplete", item)
|
||
.append("<a>" + item.label + "</a>")
|
||
.appendTo(ul);
|
||
};
|
||
}
|
||
}
|
||
}
|
||
catch(e) {} //we're going to eat this error. Autocomplete won't work but we dont wan't to break anything else on the page.
|
||
});
|
||
</script>
|
||
|
||
<section id="widgetPreviewSearch" class="widget widgetSearch skin43 widgetOptionSet15" style="display: block;" aria-label="Search">
|
||
<!-- For the button right and inside -->
|
||
<div class="widgetBody buttonRightInside">
|
||
<input class="widgetSearchBox widgetSearchBox18176157-715e-4a5c-8b8c-b5de294a6a0e" cp5ph="true" id="searchField18176157-715e-4a5c-8b8c-b5de294a6a0e" name="searchField" onchange="searchBtnApplyQuery();" placeholder="Search..." title="Search..." type="text" value="" />
|
||
<a href="Search/Results.html" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton18176157-715e-4a5c-8b8c-b5de294a6a0e" role="button"><img alt="Search" class="imageHover" data-hover="/ImageRepository/Document?documentID=68" data-image="/ImageRepository/Document?documentID=69" src="ImageRepository/Documentd400.svg?documentID=69" /></a>
|
||
|
||
<label class="searchLabel" for="searchField18176157-715e-4a5c-8b8c-b5de294a6a0e">Search</label>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
<style scoped>
|
||
|
||
.widgetSearch ::-webkit-input-placeholder {
|
||
color: #373330;
|
||
}
|
||
.widgetSearch :-moz-placeholder { /* Firefox 18- */
|
||
color: #373330;
|
||
}
|
||
.widgetSearch ::-moz-placeholder { /* Firefox 19+ */
|
||
color: #373330;
|
||
}
|
||
.widgetSearch :-ms-input-placeholder {
|
||
color: #373330;
|
||
}
|
||
|
||
|
||
.widgetSearch .widgetBody .widgetSearchBox18176157-715e-4a5c-8b8c-b5de294a6a0e
|
||
{
|
||
color: #373330;
|
||
font-family: Open Sans;
|
||
height: 60px;
|
||
font-size: 1.1em;
|
||
border: none;
|
||
box-shadow: 0px 3px 10px #00000033;
|
||
border-radius: 100px;
|
||
padding: 0 80px 0 25px;
|
||
}
|
||
.widgetSearch .widgetBody .widgetSearchButton18176157-715e-4a5c-8b8c-b5de294a6a0e
|
||
{
|
||
margin: 7px;
|
||
width: 45px;
|
||
}
|
||
.widgetSearch .widgetSearch-onlyDept18176157-715e-4a5c-8b8c-b5de294a6a0e
|
||
{
|
||
display: inline-block;
|
||
color: #333;
|
||
|
||
|
||
padding-top: 10px;
|
||
}
|
||
#ysnSearchOnlyDept18176157-715e-4a5c-8b8c-b5de294a6a0e
|
||
{
|
||
position: relative;
|
||
top: .125em;
|
||
}
|
||
|
||
</style>
|
||
|
||
<link rel="stylesheet" href="Common/Controls/jquery-ui-1.10.4/themes/jquery-ui.css">
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Updates search icons href to have the correct queryString
|
||
function searchBtnApplyQuery() {
|
||
document.getElementById("btnSearchIcon").href = "/Search?searchPhrase=" + document.getElementById("searchField18176157-715e-4a5c-8b8c-b5de294a6a0e").value;
|
||
}
|
||
</script>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div><nav data-cpRole="nav" id="mainNav" class="siteNav mainNav" role="navigation">
|
||
<ol id="mainNavMenu" data-parent="1" class="rootNavMenu" role="menu"><!--
|
||
--><li id="MainItem27" class="topMenuItem" role="none" data-pageid="27" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1" href="27/Government.html" target="_self">Government</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem31" class="topMenuItem" role="none" data-pageid="31" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavResidents" class="navMainItem mainNavItem mainNavItem2" href="31/Residents.html" target="_self">Residents</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem101" class="topMenuItem" role="none" data-pageid="101" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavVisitors" class="navMainItem mainNavItem mainNavItem3" href="101/Visitors.html" target="_self">Visitors</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem35" class="topMenuItem" role="none" data-pageid="35" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem4" href="35/Business.html" target="_self">Business</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem9" class="topMenuItem" role="none" data-pageid="9" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavHowDoI" class="navMainItem mainNavItem mainNavItem5" href="9/How-Do-I.html" target="_self">How Do I...</a><!--
|
||
--><!--
|
||
--></li><!---->
|
||
</ol>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
var menuID = 'mainNavMenu';
|
||
var menuType = MAIN_MENU;
|
||
|
||
//setup menu manager properties for main menu
|
||
if (!menuManager.mobileMainNav && true)
|
||
menuManager.adjustMainItemsWidth('#' + menuID);
|
||
menuManager.isMainMenuEditable = false;
|
||
menuManager.mainMenuMaxSubMenuLevels = 4;
|
||
menuManager.setMOMMode(2, menuType);
|
||
|
||
//Init main menu
|
||
var setupDraggable = menuManager.isMainMenuEditable;
|
||
var urlToGetHiddenMenus = '/Pages/MenuMain/HiddenMainSubMenus?pageID=1&moduleID=58&themeID=17&menuContainerID=mainNav';
|
||
|
||
menuManager.setupMenu(menuID, 'mainNav', menuType, setupDraggable, urlToGetHiddenMenus);
|
||
menuManager.mainMenuInit = true;
|
||
menuManager.mainMenuTextResizer = false;
|
||
if (1.00 > 0)
|
||
menuManager.mainMenuTextResizerRatio = 1.00;
|
||
if (window.isResponsiveEnabled)
|
||
menuManager.mainMenuReady.resolve();
|
||
|
||
});
|
||
</script>
|
||
|
||
|
||
<aside data-cpRole="megaMenu" id="megaMenu" class="megaMenu" style="display: none;"><input type="hidden" id="megaMenuPopupDirection" value="0"><input type="hidden" id="megaMenuWidthReference" value="0"><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu27" class="contentTop mainNavMegaMenu megaMenuContainer pageID_27 hidden" data-orientation="horizontal"> <div id="ccf6aa5ef4-7bcd-4667-b404-02f855165d3e" data-containerid="f6aa5ef4-7bcd-4667-b404-02f855165d3e" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu31" class="contentTop mainNavMegaMenu megaMenuContainer pageID_31 hidden" data-orientation="horizontal"> <div id="ccd7cd77ad-f1de-489c-a0af-4d3d88fcc88d" data-containerid="d7cd77ad-f1de-489c-a0af-4d3d88fcc88d" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu101" class="contentTop mainNavMegaMenu megaMenuContainer pageID_101 hidden" data-orientation="horizontal"> <div id="cccf43deeb-1c4a-4a42-b4f3-f99d89e5f23a" data-containerid="cf43deeb-1c4a-4a42-b4f3-f99d89e5f23a" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu35" class="contentTop mainNavMegaMenu megaMenuContainer pageID_35 hidden" data-orientation="horizontal"> <div id="ccc919b318-b00e-4d3b-b789-e16d19b5a650" data-containerid="c919b318-b00e-4d3b-b789-e16d19b5a650" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu9" class="contentTop mainNavMegaMenu megaMenuContainer pageID_9 hidden" data-orientation="horizontal"> <div id="cc2c514937-df7f-40c9-aa97-3f77b6459a68" data-containerid="2c514937-df7f-40c9-aa97-3f77b6459a68" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside></aside></nav></div>
|
||
</header><!-- Banner --><div data-cpRole="structuralContainer" id="bannerContainerTS" class="noOverflowTS">
|
||
<div data-cpRole="banner" id="banner1"><div data-cpRole="structuralContainer" id="bannerSizingTS">
|
||
<div class="siteWrap"><div data-cpRole="structuralContainer" id="bannerContentTS">
|
||
<div data-cpRole="contentContainer" id="bannerContentTSa"> <div id="ccd9f94616-ebed-410d-aa8b-53554ccee8db" data-containerid="d9f94616-ebed-410d-aa8b-53554ccee8db" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div></div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div id="bannerImagesJSON56" class="hidden"></div>
|
||
<div id="bannerSlideshowControls_banner1" class="bannerSlideshowControlsNew none " style="display:none">
|
||
<button id="arrowPrev_banner1" class="arrowNew prev cp-Btn--nonStyled" aria-label="Banner Arrow Previous"><svg class=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconSlideshowArrowLeft"></use></svg></button>
|
||
<button id="arrowNext_banner1" class="arrowNew next cp-Btn--nonStyled" aria-label="Banner Arrow Next"><svg class=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconSlideshowArrowRight"></use></svg></button>
|
||
</div>
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$.when(window.Pages.rwdSetupComplete)
|
||
.done(function () {
|
||
renderExternalBannerSlideshow('banner1',
|
||
{"BannerOptionID":56,"ThemeID":17,"SlotName":"banner1","Name":"Default","IsDefault":true,"BannerMode":2,"SlideShowSlideTiming":null,"SlideshowTransition":0,"SlideShowTransitionTiming":null,"ImageScale":true,"ImageAlignment":1,"ImageScroll":true,"MuteSound":true,"VideoType":0,"Status":40,"SlideshowControlsPosition":0,"SlideshowControlsAlignment":0,"SlideshowBannerControlsColorScheme":0,"DisplayVideoPauseButton":false,"VideoPauseButtonAlignment":1,"VideoPauseButtonControlsAlignment":0,"VideoPauseButtonStyle":"#FFFFFF","VideoPauseButtonBackgroundStyle":"#000000","VideoPauseButtonAlignmentClass":"alignRight viewport","BannerImages":[{"BannerImageID":70,"BannerOptionID":56,"FileName":"/ImageRepository/Document?documentID=63","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":0,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":72,"BannerOptionID":56,"FileName":"/ImageRepository/Document?documentID=65","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":83,"BannerOptionID":56,"FileName":"/ImageRepository/Document?documentID=106","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":2,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":86,"BannerOptionID":56,"FileName":"/ImageRepository/Document?documentID=109","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":3,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
|
||
'App_Themes/Simple/Images/index.html',
|
||
'Rotating',
|
||
'3');
|
||
});
|
||
}, "load");
|
||
</script>
|
||
|
||
|
||
</div>
|
||
</div><!-- Content container --><div data-cpRole="structuralContainer" id="mainContainerTS">
|
||
<div class="siteWrap"><div data-cpRole="structuralContainer" id="mainWrapTS" class="mainWrap" role="main">
|
||
<div data-cpRole="structuralContainer" id="outerContentWrapTS" class="outerContentWrap">
|
||
<div data-cpRole="structuralContainer" id="contentWrapTS" class="contentWrap">
|
||
<div data-cpRole="breadCrumbs" id="breadCrumbs" class="breadCrumbContainer"> <ol class="semanticList breadCrumbs">
|
||
<li><a class="breadCrumb" href="index.html">Home</a></li><li>Calendar</li>
|
||
</ol>
|
||
|
||
|
||
|
||
</div>
|
||
<div data-cpRole="mainContentContainer" id="moduleContent">
|
||
|
||
<div id="ctl00_ctl00_MainContent_BodyWrapper">
|
||
|
||
<script type="text/javascript"><!--
|
||
var isie6 = false, isie7 = false, isie6or7 = false;
|
||
var intCountryCode = 840;
|
||
|
||
function setUrlLength(editor) {
|
||
//Toggle Image Context Menu Items
|
||
setMenuItems(editor);
|
||
//setContentBackgroundColor(editor);
|
||
removeIEParagraphs(editor);
|
||
}
|
||
function setUrlLengthAndToolToggle(editor) {
|
||
var minToolsGroups = 2; // Number of MinimumSetOfTools tools groups.
|
||
|
||
// Hide the MinimumSetOfTools on load.
|
||
var toolbar = editor.get_toolContainer(); // Get toolbar container.
|
||
var toolgroups = toolbar.getElementsByTagName("UL"); // Get all toolgroups containers.
|
||
|
||
for (var i = toolgroups.length - 1; i >= minToolsGroups; i--) toolgroups[i].style.display = "none";
|
||
|
||
if (editor.isIE) {
|
||
var elem = editor.get_element();
|
||
elem.style.height = "430px";
|
||
elem.style.minHeight = "430px";
|
||
}
|
||
|
||
// Toggle Image Context Menu Items.
|
||
setMenuItems(editor);
|
||
//setContentBackgroundColor(editor);
|
||
removeIEParagraphs(editor);
|
||
}
|
||
//--></script><!--[if IE 6]><script type="text/javascript">isie6 = true; isie6or7 = true;</script><![endif]-->
|
||
<!--[if IE 7]><script type="text/javascript">isie7 = true; isie6or7 = true;</script><![endif]-->
|
||
|
||
|
||
|
||
<form name="aspnetForm" method="post" action="https://scottcountyva.com/calendar.aspx?PREVIEW=YES&EID=1154" id="aspnetForm" style="display:inline;" onsubmit="return headerValidationCallback();" enctype="multipart/form-data" autocomplete="off">
|
||
<div>
|
||
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
|
||
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
|
||
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" />
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
var theForm = document.forms['aspnetForm'];
|
||
if (!theForm) {
|
||
theForm = document.aspnetForm;
|
||
}
|
||
function __doPostBack(eventTarget, eventArgument) {
|
||
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
|
||
theForm.__EVENTTARGET.value = eventTarget;
|
||
theForm.__EVENTARGUMENT.value = eventArgument;
|
||
theForm.submit();
|
||
}
|
||
}
|
||
//]]>
|
||
</script>
|
||
|
||
|
||
<script src="WebResource3fdf.js?d=pynGkmcFUV13He1Qd6_TZDLabodcikOjfaxGftwY9HZ4kdGjeaKe0dWaPQB1vgEd44eKAO0Ba1XMxE47-4twmw2&t=638460058960000000" type="text/javascript"></script>
|
||
|
||
|
||
<script src="ScriptResourcef64b.js?d=VNykGJWg0CJtLn38V7nc0X_VDu0mVcy38IYpdq8u__N2bKKvozlsLntZhkBHyNpvA47-_2JYwkKO9M7NIPPqLOUGZ04c92JxsTZbRoL5jwKx8Tpao4tNLClIaOHrQKwjpwDZMs_mc4iLLZkAL31X__wJqmifM44EK-iig7MiU3bRlcnIeWOsXgPyEeauSXqwISwnjmhTQJ-PTuwRo9X4PG_TtSswYIHYp_P-a_6Ys97QDHezV9WM7RrA2T0wQVh5H_hJEyF4c32hSLb2kMfONx_bCM_fpYCg2kUZbJK55SEhTNKoifd_s26u2s4akDlo7yY_8YN37iTqyTDO4XY3-FFhfzO76EX0sPDctMK5demj0KQKKmLSp2LWpdR0szGcWa7uyRke1GH7YJB7-gTcDiewLIdoN5WDNf3v_YcZW4iu7Hgn0im8_WqlnXBsacmhiWOmthGPs-e1azlumjcXVnS9OSLoc1BKPM_ybp1XiWQV_fDED1JdrZKUtnpevAcZp36840WMOi9TNT_WmD3uz50dCId52JN5ffwe9SgYIXo3PM9m5ddPSrkfYJbwck-g3-bM_sD7MuRe9dqGVVIUL4T_65RwxVPvJJtXKUVj_wof6w8_PnCxXrS14vgQikA7WxOg4x1N8a-SpWXwIZz5SaWmaSsjpV6yG1iAylbB9igdslrgBI-apNVdcBwQd2-8WHBkjFTVY5jDecQfN8mh7h8uSNybjawfyL9ODI0haaGg2rImoaqfe4CsGrR4hjHgAfa0iWF-bFldO6bU-HJL15uW7ZTZT7_gqtrwhay4Z8LuP-guanzdDMAbXjbIksAGVSiK28o-G3L5duEKco1VwDfZ6vPVPqmqcRoptJHCHnw1" type="text/javascript"></script>
|
||
<div>
|
||
|
||
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="B66867E1" />
|
||
</div>
|
||
<!--for archiving purpose-->
|
||
<input name="ysnNotifyMe" type="hidden">
|
||
<input name="strPage" type="hidden">
|
||
<input name="intArchMainCatID" type="hidden">
|
||
<input name="intArchMainItemID" type="hidden">
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
Sys.WebForms.PageRequestManager._initialize('ctl00$ctl00$MainContent$scriptManager', 'aspnetForm', ['tctl00$ctl00$MainContent$ModuleContent$ctl00$featured','featured','tctl00$ctl00$MainContent$ModuleContent$ctl00$contentUpdatePanelListView','','tctl00$ctl00$MainContent$ModuleContent$ctl00$contentUpdatePanel','','tctl00$ctl00$MainContent$ModuleContent$ctl00$ctl04$eventDetails',''], [], [], 90, 'ctl00$ctl00');
|
||
//]]>
|
||
</script>
|
||
|
||
<script type="text/javascript">
|
||
Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(beginRequest);
|
||
Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoaded);
|
||
</script>
|
||
|
||
<div id='contentbox' name='contentbox' style="text-align: left;">
|
||
<div id="modulecontent" name="modulecontent.aspx" style="padding-top: 0px;">
|
||
<a id="contentarea" name="contentarea" title="Content Area"></a>
|
||
|
||
<script src="Assets/Scripts/RssBehavior.js"></script>
|
||
<script src="common/modules/Calendar/Calendar.js"></script>
|
||
<script src="Scripts/jquery.urlToLink.min.js"></script>
|
||
|
||
<link href="Common/Modules/Calendar/CalendarSite.css" rel="stylesheet" />
|
||
|
||
|
||
<link href="141947727.css" rel="stylesheet" type="text/css" />
|
||
<link href="common/modules/Calendar/print.css" rel="stylesheet" type="text/css">
|
||
|
||
<div id="CalendarContent" class="newCP moduleContentNew">
|
||
<div class="printHeader">
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div id="featured">
|
||
|
||
|
||
|
||
</div>
|
||
|
||
<div id="aboveContent" style="display: none;"></div>
|
||
<div id="contentDiv" class="contentMain listView selfClear" style="margin-right:0px;">
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView">
|
||
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_header" class="header" style="">
|
||
<div class="text">
|
||
<h1>
|
||
Calendar </h1>
|
||
<p style="padding-left:5px">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.</p> </div>
|
||
|
||
<div id="subheader" class="nav">
|
||
<ul class="tabs">
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liListView" class="">
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkListView" onclick="changeView('list', '','','','0'); return false;" onkeypress="return this.onclick();" href="index.html"><span>List</span></a>
|
||
</li>
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liWeekView" class="">
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkWeekView" onclick="changeView('week', '','','','0'); return false;" onkeypress="return this.onclick();" href="index.html"><span>Week</span></a>
|
||
</li>
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liMonthView" class="">
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkMonthView" onclick="changeView('month', '','','','0'); return false;" onkeypress="return this.onclick();" href="index.html"><span>Month</span></a>
|
||
</li>
|
||
</ul>
|
||
<ul class="misc">
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liRSS"><a href="rss-2.html#calendar" title="View RSS Feeds">
|
||
<svg><use href="#iconRSS"></use></svg>
|
||
</a></li>
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liICal">
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkiCal" href="common/modules/iCalendar/CalendarEvent7417.ics?feed=calendar&eventID=1154">
|
||
<svg><use href="#iconSubscribeEvent"></use></svg>
|
||
<span> Subscribe to iCalendar</span>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkPrint" href="calendarbf38.html?PREVIEW=YES&EID=1154" target="_blank">
|
||
<svg><use href="#iconPrint"></use></svg>
|
||
<span> Print</span>
|
||
</a>
|
||
</li>
|
||
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liNotifyMe">
|
||
<a href="listdbf4.html?Mode=Subscribe#calendar">
|
||
<svg><use href="#iconEmail"></use></svg>
|
||
<span id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkNotifyMe"> Notify Me®</span></a>
|
||
</li>
|
||
|
||
<li>
|
||
<a class="reserveFacility" href="Facilities.html">
|
||
<svg><use href="#iconFacility"></use></svg>
|
||
<span> Find a Facility</span>
|
||
</a>
|
||
</li>
|
||
|
||
</ul>
|
||
<div class="search">
|
||
<h2>Search calendar by:</h2>
|
||
<div class="inputs">
|
||
<span class="date"> <input MaxLength="10" data-cp-datetimepicker='{"wrapInsideDiv": true}' Width="100%" title="Start Date" id="startDateFromAmsul" type="text" onkeydown="handleKeydown(event);" placeholder="Start Date" value="">
|
||
</span> <span class="date"> <input MaxLength="10" data-cp-datetimepicker='{"wrapInsideDiv": true}' Width="100%" title="End Date" id="endDateFromAmsul" type="text" onkeydown="handleKeydown(event);" placeholder="End Date" value="">
|
||
</span> <input onkeydown="handleKeydown(event);" onblur="removeDefaultSearchTerm(this);" onfocus="removeDefaultSearchTerm(this);" title="Search Terms" id="searchTerm" type="text" value="Search">
|
||
<span class="showPastEvents"><input id="showPastEvents" class="pastEvents" type="checkbox" onclick="checkShowPastEvents(this.checked)"/>
|
||
<label id="showPastEventsLabel" for="showPastEvents" class="moduleContentNew pastEvents">Show Past Events</label></span>
|
||
|
||
<a href="#" id="a_calendar" data-cp-toggle="collapse" class="button" tabindex="0" aria-haspopup="true" aria-expanded="false" aria-controls="calendarSelectors"><span>Select a Calendar</span></a>
|
||
<div id="calendarSelectors" class="calendarList" style="display: none;" aria-labelledby="a_calendar" tabindex="-1">
|
||
<div>
|
||
<ol>
|
||
<li>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="checkAllCalendars(this.checked);" title="All Calendars" id="allCalendars">
|
||
<label for="allCalendars">All Calendars</label>
|
||
</li>
|
||
<li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="26" checked="checked">
|
||
Chamber of Commerce-Events
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.26" data-add-item-behavior="0" data-modify-item-behavior="0" /></ol>
|
||
<ol>
|
||
<li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="27" checked="checked">
|
||
Chamber of Commerce-Meetings
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.27" data-add-item-behavior="0" data-modify-item-behavior="0" /> <li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="23" checked="checked">
|
||
Economic Development
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.23" data-add-item-behavior="0" data-modify-item-behavior="0" /></ol>
|
||
<ol>
|
||
<li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="28" checked="checked">
|
||
Main Calendar-Events
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.28" data-add-item-behavior="0" data-modify-item-behavior="0" /> <li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="14" checked="checked">
|
||
Main Calendar-Meetings
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.14" data-add-item-behavior="1" data-modify-item-behavior="1" /></ol>
|
||
<ol>
|
||
<li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="25" checked="checked">
|
||
Office of General Registrar
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.25" data-add-item-behavior="0" data-modify-item-behavior="0" /></ol>
|
||
<script type="text/javascript"> numCheckable = 6; numChecked = 6; document.getElementById('allCalendars').checked = (numChecked == numCheckable);</script>
|
||
</div>
|
||
</div>
|
||
<input type="image" onkeypress="this.onclick();" onclick="calendarSearch();" class="searchButton" alt="Search Calendar(s)" title="Search Calendar(s)" src="Common/images/SearchButton.png">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel">
|
||
|
||
|
||
<div class="eventDetails selfClear">
|
||
<div class="viewHeader selfClear">
|
||
<div class="title">
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkPrevious" class="returnLink" onclick="changeView('','','','','26','','',''); return false;" onkeypress="return this.onclick();" href="index.html">Return to Previous</a>
|
||
<h2>Event Details</h2>
|
||
</div>
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_viewMap" class="viewMapPopout" onkeypress="this.onclick();" onclick="displayPopUp('mapPopout');">
|
||
<div class="view_map_btn">
|
||
<svg class="icon"><use href="#iconMap" /></svg>
|
||
<span class="label">View Map</span>
|
||
</div>
|
||
<div id="mapPopout" class="miniPopout mapPopout" style="display: none;">
|
||
<div class="miniPopoutTop">
|
||
<div class="miniPopoutBtm">
|
||
<ol>
|
||
<li><a href="http://maps.google.com/maps?q=,%20Gate+City,%20VA%2024251" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_blank" title="Launches a separate window containing a map provided by Google.">Google</a></li><li><a href="http://maps.live.com/default.aspx?where1=,%20Gate+City,%20VA%2024251" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_blank" title="Launches a separate window containing a map provided by Bing.">Bing</a></li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDetails">
|
||
|
||
<span itemscope itemtype="http://schema.org/Event">
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody" class="detailsBody selfClear">
|
||
|
||
|
||
<div id="divAboveDetails" style="display:none;"></div>
|
||
<div class="detailSpecifics">
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date" class="specificDetail">
|
||
<div class="specificDetailHeader">Date:</div>
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv" class="specificDetailItem">May 13, 2024</div>
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" itemprop="startDate" class="hidden">2024-05-13T15:00:00</div>
|
||
</div>
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time" class="specificDetail">
|
||
<div class="specificDetailHeader">Time:</div>
|
||
<div class="specificDetailItem">
|
||
3:00 PM - 4:00 PM
|
||
</div>
|
||
</div>
|
||
|
||
<div itemprop="location" itemscope class="fr-view" itemtype="http://schema.org/Place">
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name" class="specificDetail" style="display:none;">
|
||
<div class="specificDetailHeader">Location:</div>
|
||
<div class="specificDetailItem">
|
||
|
||
<div itemprop="name">
|
||
Event Location
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_divAddress" class="specificDetail">
|
||
<div class="specificDetailHeader">Address:</div>
|
||
<div class="specificDetailItem">
|
||
<span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="addressLocality">Gate City</span>, <span itemprop="addressRegion">VA</span> <span itemprop="postalCode">24251</span></span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<span itemprop="performer" itemtype="http://schema.org/Person">
|
||
|
||
|
||
</span>
|
||
|
||
|
||
|
||
<div class="specificDetailNB">
|
||
|
||
<div style="margin-top: 3px; text-align: right">
|
||
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fscottcountyva.com%2fCalendar.aspx%3fEID%3d1154&t=Check%20out%20this%20event%20for%20Scott%20County,%20VA" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" class="button" target="_blank">
|
||
<span><img src="Assets/Images/IconShareFacebook.png" alt="Facebook" title="Share on Facebook"/></span>
|
||
</a>
|
||
<a href="https://twitter.com/share?url=https%3a%2f%2fscottcountyva.com%2fCalendar.aspx%3fEID%3d1154&text=Check%20out%20this%20event%20for%20Scott%20County,%20VA" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" class="button" target="_blank">
|
||
<span><img src="Assets/Images/IconShareTwitter.png" alt="Twitter" title="Share on Twitter"/></span>
|
||
</a>
|
||
|
||
|
||
<a href="#" id="shareViaEmailButton" class="button" target="_blank"
|
||
data-email-subject ="Check out this event for Scott County, VA"
|
||
data-share-url = "Calendar1418.html?EID=1154">
|
||
<span><img src="Assets/Images/IconShareEmail.png" alt="Email" title="Share via Email"/></span>
|
||
</a>
|
||
|
||
<script language="javascript" type="text/javascript" src="Assets/Scripts/SocialShare.js"></script>
|
||
<script language="javascript" type="text/javascript">
|
||
$(document).ready(function () {
|
||
var socialShareJs = new SocialShare();
|
||
socialShareJs.setup('Check out this event for Scott County, VA', 'Calendar1418.html?EID=1154');
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="divDetailTitle" class="detailTitle" style="margin-right:350px;">
|
||
<span itemprop="name">
|
||
<h2 id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Electoral Board Meeting 3:00 p.m.</h2>
|
||
</span>
|
||
<div class="detailDateDesc">
|
||
<h3 id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, May 13, 2024</h3>
|
||
|
||
</div>
|
||
<hr>
|
||
</div>
|
||
<div id="divBelowDetails" style="display:none;"></div>
|
||
|
||
<div itemprop="description" class="fr-view"></div>
|
||
<ul itemprop="documents" class="documentsList"><li></li></ul>
|
||
</div>
|
||
</span>
|
||
|
||
</div>
|
||
</div>
|
||
<!-- SVG Icon Map -->
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
|
||
<symbol id="iconMap" svg viewBox="0 0 24 24">
|
||
<title>Map</title>
|
||
<path fill="currentColor" d="M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M14,6.11L8,4V15.89L9,16.24V16.5C9,17.14 9.09,17.76 9.26,18.34L8,17.9L2.66,19.97L2.5,20A0.5,0.5 0 0,1 2,19.5V4.38C2,4.15 2.15,3.97 2.36,3.9L8,2L14,4.1L19.34,2H19.5A0.5,0.5 0 0,1 20,2.5V11.81C18.83,10.69 17.25,10 15.5,10C15,10 14.5,10.06 14,10.17V6.11Z"></path>
|
||
</symbol>
|
||
<svg>
|
||
</div>
|
||
<!-- SVG Icon -->
|
||
|
||
<!-- SVG Icon Agenda -->
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
|
||
<symbol id="iconAgenda" svg viewBox="0 0 24 24">
|
||
<title>Agenda</title>
|
||
<path fill="currentColor" d="M19,3H14.82C14.25,1.44 12.53,0.64 11,1.2C10.14,1.5 9.5,2.16 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M7,7H17V5H19V19H5V5H7V7M17,11H7V9H17V11M15,15H7V13H15V15Z" /> </symbol>
|
||
</symbol>
|
||
<svg>
|
||
</div>
|
||
<!-- SVG Icon -->
|
||
|
||
|
||
</div>
|
||
|
||
<!-- SVG Icon -->
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
|
||
<symbol id="iconFacility" viewBox="0 0 24 24">
|
||
<title>Facility</title>
|
||
<path fill="currentColor" d="M5,3V21H11V17.5H13V21H19V3H5M7,5H9V7H7V5M11,5H13V7H11V5M15,5H17V7H15V5M7,9H9V11H7V9M11,9H13V11H11V9M15,9H17V11H15V9M7,13H9V15H7V13M11,13H13V15H11V13M15,13H17V15H15V13M7,17H9V19H7V17M15,17H17V19H15V17Z"></path>
|
||
</symbol>
|
||
<symbol id="iconSubmitEvent" viewBox="0 0 24 24">
|
||
<title>Submit Event</title>
|
||
<path fill="currentColor" d="M19,19H5V8H19M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M16.53,11.06L15.47,10L10.59,14.88L8.47,12.76L7.41,13.82L10.59,17L16.53,11.06Z"></path>
|
||
</symbol>
|
||
<symbol id="iconPrint" viewBox="0 0 24 24">
|
||
<title>Print</title>
|
||
<path fill="currentColor" d="M18,3H6V7H18M19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12M16,19H8V14H16M19,8H5A3,3 0 0,0 2,11V17H6V21H18V17H22V11A3,3 0 0,0 19,8Z"></path>
|
||
</symbol>
|
||
<symbol id="iconEmail" viewBox="0 0 24 24">
|
||
<title>Email</title>
|
||
<path fill="currentColor" d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z"></path>
|
||
</symbol>
|
||
<symbol id="iconSubscribeEvent" viewBox="0 0 24 24">
|
||
<title>Event Subscription</title>
|
||
<path fill="currentColor" d="M19,20V9H5V20H19M16,2H18V4H19A2,2 0 0,1 21,6V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2M12,18.17L11.42,17.64C9.36,15.77 8,14.54 8,13.03C8,11.8 8.97,10.83 10.2,10.83C10.9,10.83 11.56,11.15 12,11.66C12.44,11.15 13.1,10.83 13.8,10.83C15.03,10.83 16,11.8 16,13.03C16,14.54 14.64,15.77 12.58,17.64L12,18.17Z"></path>
|
||
</symbol>
|
||
<symbol id="iconRSS" viewBox="0 0 24 24">
|
||
<title>View RSS Feeds</title>
|
||
<path fill="currentColor" d="M6.18,15.64A2.18,2.18 0 0,1 8.36,17.82C8.36,19 7.38,20 6.18,20C5,20 4,19 4,17.82A2.18,2.18 0 0,1 6.18,15.64M4,4.44A15.56,15.56 0 0,1 19.56,20H16.73A12.73,12.73 0 0,0 4,7.27V4.44M4,10.1A9.9,9.9 0 0,1 13.9,20H11.07A7.07,7.07 0 0,0 4,12.93V10.1Z"></path>
|
||
</symbol>
|
||
<symbol id="iconCalendar" viewBox="0 0 24 24">
|
||
<title>Select on Calendar</title>
|
||
<path fill="currentColor" d="M9,10H7V12H9V10M13,10H11V12H13V10M17,10H15V12H17V10M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,19H5V8H19V19Z"></path>
|
||
</symbol>
|
||
<symbol id="iconExpand" viewBox="0 0 24 24">
|
||
<title>Expand</title>
|
||
<path fill="currentColor" d="M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z"></path>
|
||
</symbol>
|
||
<symbol id="iconCollapse" viewBox="0 0 24 24">
|
||
<title>Collapse</title>
|
||
<path fill="currentColor" d="M16.59,5.41L15.17,4L12,7.17L8.83,4L7.41,5.41L12,10M7.41,18.59L8.83,20L12,16.83L15.17,20L16.58,18.59L12,14L7.41,18.59Z" />
|
||
</symbol>
|
||
<symbol id="iconChevronPrev" viewBox="0 0 24 24">
|
||
<title>Previous</title>
|
||
<path fill="currentColor" d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z" />
|
||
</symbol>
|
||
<symbol id="iconChevronNext" viewBox="0 0 24 24">
|
||
<title>Next</title>
|
||
<path fill="currentColor" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" />
|
||
</symbol>
|
||
<symbol id="iconChevronDown" viewBox="0 0 24 24">
|
||
<title>Down</title>
|
||
<path fill="currentColor" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" />
|
||
</symbol>
|
||
<symbol id="iconChevronUp" viewBox="0 0 24 24">
|
||
<title>Up</title>
|
||
<path fill="currentColor" d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" />
|
||
</symbol>
|
||
<symbol id="iconMap" viewBox="0 0 24 24">
|
||
<title>Map</title>
|
||
<path fill="currentColor" d="M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M14,6.11L8,4V15.89L9,16.24V16.5C9,17.14 9.09,17.76 9.26,18.34L8,17.9L2.66,19.97L2.5,20A0.5,0.5 0 0,1 2,19.5V4.38C2,4.15 2.15,3.97 2.36,3.9L8,2L14,4.1L19.34,2H19.5A0.5,0.5 0 0,1 20,2.5V11.81C18.83,10.69 17.25,10 15.5,10C15,10 14.5,10.06 14,10.17V6.11Z"></path>
|
||
</symbol>
|
||
<symbol id="iconShare" viewBox="0 0 24 24">
|
||
<title>Share</title>
|
||
<path fill="currentColor" d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M14 16V13C10.39 13 7.81 14.43 6 17C6.72 13.33 8.94 9.73 14 9V6L19 11L14 16Z" />
|
||
</symbol>
|
||
<symbol id="iconShowMore" viewBox="0 0 24 24">
|
||
<title>Show more</title>
|
||
<path fill="currentColor" d="M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M19,8H5V19H9.5C9.81,19.75 10.26,20.42 10.81,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H6V1H8V3H16V1H18V3H19A2,2 0 0,1 21,5V13.03C20.5,12.22 19.8,11.54 19,11V8Z" />
|
||
</symbol>
|
||
|
||
<svg>
|
||
</div>
|
||
<!-- SVG Icon -->
|
||
|
||
<!-- SVG Icon Agenda -->
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
|
||
<symbol id="iconAgenda" svg viewBox="0 0 24 24">
|
||
<title>Agenda</title>
|
||
<path fill="currentColor" d="M19,3H14.82C14.25,1.44 12.53,0.64 11,1.2C10.14,1.5 9.5,2.16 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M7,7H17V5H19V19H5V5H7V7M17,11H7V9H17V11M15,15H7V13H15V15Z" /> </symbol>
|
||
</symbol>
|
||
<svg>
|
||
</div>
|
||
<!-- SVG Icon -->
|
||
|
||
|
||
<div id="aboveFooter" style="display: none;"></div>
|
||
|
||
</div>
|
||
<input type="hidden" name="ShowInRssFeed" value="false" />
|
||
<input type="hidden" name="RssConfigurationEnabled" value="True" />
|
||
<input name="calendarView" type="hidden" value="" />
|
||
<input name="eventID" type="hidden" />
|
||
<input name="showMoreDay" type="hidden" />
|
||
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$('.icalDescription').urlToLink({ target: '_blank' });
|
||
}, "load");
|
||
|
||
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');
|
||
}
|
||
</script>
|
||
|
||
</div>
|
||
<script type="text/javascript">order+='ModuleContent\n'</script>
|
||
</div>
|
||
<script type='text/javascript'><!--
|
||
var theContentBox = document.getElementById('contentbox');
|
||
|
||
theContentBox.style.left = '0in';
|
||
theContentBox.style.top = '0in';
|
||
theContentBox.display = 'table';
|
||
|
||
var tabname = document.getElementById('tabname');
|
||
|
||
if (tabname != null) {
|
||
tabname.style.display = 'inline-block';
|
||
tabname.style.textAlign = 'right';
|
||
}
|
||
//--></script>
|
||
|
||
<div id="ctl00_ctl00_MainContent_ctl00_liveEditPopupWindow" class="modalContainer modalContainerCP" style="display: none;">
|
||
<div id="ctl00_liveEditTitleBar" class="modalTitleLeft"><h3 id="ctl00_LiveEditModalTitle" class="modalTitle">Live Edit</h3><a id="ctl00_LiveEditCloseButton" class="modalClose" aria-label="Close this modal" href="index.html" title="Close this window"><svg viewBox='0 0 25 25' id='modalIconClose'><polygon style='fill:currentcolor' points='18.806,6.98 18.075,6.248 12.532,11.792 6.989,6.248 6.257,6.98 11.786,12.508 6.212,18.084 6.943,18.815 12.532,13.224 18.12,18.815 18.851,18.084 13.277,12.508'></polygon></svg></a></div><div id="ctl00_liveEditContentLeft" class="modalContentLeft"><div id="ctl00_liveEditContentRight" class="modalContentRight"><div id="ctl00_liveEditContent" class="modalContent"><iframe style="display: none; border: none;" src="about:blank" id="liveEditDialog" title="Live Edit Dialog" name="liveEditDialog"></iframe></div></div></div><div id="ctl00_liveEditFooter" class="modalBottomLeft"><div id="ctl00_liveEditfooterbar" class="modalBottomRight"><div id="ctl00_liveEditfooterbar1" class="modalBottom"></div></div></div>
|
||
</div><input type="submit" name="ctl00$ctl00$MainContent$ctl00_liveEditSpawnWindow" value="" id="ctl00_ctl00_MainContent_ctl00_liveEditSpawnWindow" disabled="disabled" style="display: none;" />
|
||
|
||
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
Sys.Application.add_init(function() {
|
||
$create(AjaxControlToolkit.ModalPopupBehavior, {"BackgroundCssClass":"modalBackground","CancelControlID":"ctl00_LiveEditCloseButton","PopupControlID":"ctl00_ctl00_MainContent_ctl00_liveEditPopupWindow","PopupDragHandleControlID":"ctl00_liveEditTitleBar","dynamicServicePath":"/calendar.aspx","id":"editItemBehavior"}, null, null, $get("ctl00_ctl00_MainContent_ctl00_liveEditSpawnWindow"));
|
||
});
|
||
//]]>
|
||
</script>
|
||
</form>
|
||
<form id="aspnetSearchForm" name="aspnetSearchForm" style="display:none;" action="https://scottcountyva.com/Search.aspx" method="get">
|
||
<input name="SearchString" type = "hidden" value ="" />
|
||
</form>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div></div>
|
||
</div><!-- GBs --><div data-cpRole="structuralContainer" id="gbsContainerTS">
|
||
<div class="siteWrap"><div data-cpRole="contentContainer" id="gbsTS"> <div id="cccc0ca3af-eae6-4c00-8e57-ced92b2fe864" data-containerid="cc0ca3af-eae6-4c00-8e57-ced92b2fe864" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="1">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col12 first" style="" data-widgetcontainerid="8983bbdb-2cdd-4a0b-991a-52e0215545f2">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last idff726160-f60a-4cb5-a8c4-dd1411a96088" style="" data-widgetcontainerid="ff726160-f60a-4cb5-a8c4-dd1411a96088">
|
||
|
||
<div data-widget-id="281d4e33-f017-4606-ba2a-033a253db3a0" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidget281d4e33-f017-4606-ba2a-033a253db3a0" class="widget widgetGraphicLinks skin45 widgetOptionSet46 wide" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid3 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="../scottcova.portal.civicclerk.com/index.html" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_blank" class="fancyButton fancyButton46 " aria-label="Agendas & Minutes Opens in new window">
|
||
<span>
|
||
<span><span class="text">Agendas & Minutes</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton46.fancyButton:link,.fancyButton46.fancyButton:visited, .fancyButton46div.fancyButton{
|
||
background-image: url('ImageRepository/Document1c23.svg?documentID=74');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton46.fancyButton:hover,.fancyButton46.fancyButton:focus,.fancyButton46.fancyButton:active,.fancyButton46.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.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: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Documentb45b.svg?documentID=70');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton46.fancyButton:hover .text,.fancyButton46.fancyButton:focus .text,.fancyButton46.fancyButton:active .text,.fancyButton46.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="Jobs.html" target="_self" class="fancyButton fancyButton47 " >
|
||
<span>
|
||
<span><span class="text">Join Our Team</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton47.fancyButton:link,.fancyButton47.fancyButton:visited, .fancyButton47div.fancyButton{
|
||
background-image: url('ImageRepository/Document0f13.svg?documentID=72');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton47.fancyButton:hover,.fancyButton47.fancyButton:focus,.fancyButton47.fancyButton:active,.fancyButton47.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton47.fancyButton:link > span,.fancyButton47.fancyButton:visited > span, .fancyButton47div.fancyButton > span{
|
||
}
|
||
.fancyButton47.fancyButton:hover > span,.fancyButton47.fancyButton:focus > span,.fancyButton47.fancyButton:active > span,.fancyButton47.fancyButton.hover > span{
|
||
}
|
||
.fancyButton47.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Documentcb5e.svg?documentID=77');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton47.fancyButton:hover .text,.fancyButton47.fancyButton:focus .text,.fancyButton47.fancyButton:active .text,.fancyButton47.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="168/Public-Safety-GIS.html" target="_self" class="fancyButton fancyButton48 " >
|
||
<span>
|
||
<span><span class="text">GIS Property Information</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton48.fancyButton:link,.fancyButton48.fancyButton:visited, .fancyButton48div.fancyButton{
|
||
background-image: url('ImageRepository/Document6204.svg?documentID=73');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton48.fancyButton:hover,.fancyButton48.fancyButton:focus,.fancyButton48.fancyButton:active,.fancyButton48.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton48.fancyButton:link > span,.fancyButton48.fancyButton:visited > span, .fancyButton48div.fancyButton > span{
|
||
}
|
||
.fancyButton48.fancyButton:hover > span,.fancyButton48.fancyButton:focus > span,.fancyButton48.fancyButton:active > span,.fancyButton48.fancyButton.hover > span{
|
||
}
|
||
.fancyButton48.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Document09be.svg?documentID=76');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton48.fancyButton:hover .text,.fancyButton48.fancyButton:focus .text,.fancyButton48.fancyButton:active .text,.fancyButton48.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col12 last" style="" data-widgetcontainerid="ff297431-9656-4cc7-8fcd-f1aafe933dc9">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last idc45426e5-ab4b-4ffd-96fc-db1b50d71210" style="" data-widgetcontainerid="c45426e5-ab4b-4ffd-96fc-db1b50d71210">
|
||
|
||
<div data-widget-id="a22dbf96-5060-4add-bd05-b0a95e7269c2" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgeta22dbf96-5060-4add-bd05-b0a95e7269c2" class="widget widgetGraphicLinks skin45 widgetOptionSet46 wide" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid3 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="bids.html" target="_self" class="fancyButton fancyButton49 " >
|
||
<span>
|
||
<span><span class="text">Bid Opportunities</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton49.fancyButton:link,.fancyButton49.fancyButton:visited, .fancyButton49div.fancyButton{
|
||
background-image: url('ImageRepository/Document1c23.svg?documentID=74');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton49.fancyButton:hover,.fancyButton49.fancyButton:focus,.fancyButton49.fancyButton:active,.fancyButton49.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton49.fancyButton:link > span,.fancyButton49.fancyButton:visited > span, .fancyButton49div.fancyButton > span{
|
||
}
|
||
.fancyButton49.fancyButton:hover > span,.fancyButton49.fancyButton:focus > span,.fancyButton49.fancyButton:active > span,.fancyButton49.fancyButton.hover > span{
|
||
}
|
||
.fancyButton49.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Documentcdb9.svg?documentID=75');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton49.fancyButton:hover .text,.fancyButton49.fancyButton:focus .text,.fancyButton49.fancyButton:active .text,.fancyButton49.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="287/Treasurers-Office.html" target="_self" class="fancyButton fancyButton50 " >
|
||
<span>
|
||
<span><span class="text">Payments</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton50.fancyButton:link,.fancyButton50.fancyButton:visited, .fancyButton50div.fancyButton{
|
||
background-image: url('ImageRepository/Document0f13.svg?documentID=72');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton50.fancyButton:hover,.fancyButton50.fancyButton:focus,.fancyButton50.fancyButton:active,.fancyButton50.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton50.fancyButton:link > span,.fancyButton50.fancyButton:visited > span, .fancyButton50div.fancyButton > span{
|
||
}
|
||
.fancyButton50.fancyButton:hover > span,.fancyButton50.fancyButton:focus > span,.fancyButton50.fancyButton:active > span,.fancyButton50.fancyButton.hover > span{
|
||
}
|
||
.fancyButton50.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Document9610.svg?documentID=78');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton50.fancyButton:hover .text,.fancyButton50.fancyButton:focus .text,.fancyButton50.fancyButton:active .text,.fancyButton50.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="https://www.getrave.com/login/scottcountyva" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" class="fancyButton fancyButton51 " >
|
||
<span>
|
||
<span><span class="text">RAVE Alert</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton51.fancyButton:link,.fancyButton51.fancyButton:visited, .fancyButton51div.fancyButton{
|
||
background-image: url('ImageRepository/Document6204.svg?documentID=73');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton51.fancyButton:hover,.fancyButton51.fancyButton:focus,.fancyButton51.fancyButton:active,.fancyButton51.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton51.fancyButton:link > span,.fancyButton51.fancyButton:visited > span, .fancyButton51div.fancyButton > span{
|
||
}
|
||
.fancyButton51.fancyButton:hover > span,.fancyButton51.fancyButton:focus > span,.fancyButton51.fancyButton:active > span,.fancyButton51.fancyButton.hover > span{
|
||
}
|
||
.fancyButton51.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Document6684.svg?documentID=71');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton51.fancyButton:hover .text,.fancyButton51.fancyButton:focus .text,.fancyButton51.fancyButton:active .text,.fancyButton51.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div></div>
|
||
</div><!-- Calendar/Carousel --><!-- <div data-cpRole="structuralContainer" id="homeContainer1">
|
||
<div class="siteWrap">
|
||
<div data-cpRole="contentContainer" id="homeContent1a"></div>
|
||
</div>
|
||
</div> --><!-- Banner --><div data-cpRole="structuralContainer" id="bannerContainerTS2" class="noOverflowTS">
|
||
<div data-cpRole="banner" id="banner2"><!-- Footer --><footer data-cpRole="structuralContainer" id="footerContainerTS">
|
||
<div class="siteWrap"><div data-cpRole="contentContainer" id="footerTS"> <div id="ccefebff3f-4c62-417a-b818-2ac5f97487bc" data-containerid="efebff3f-4c62-417a-b818-2ac5f97487bc" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="55">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col4 first" style="" data-widgetcontainerid="317eec43-3459-4cb1-9022-94f7b955be99">
|
||
|
||
<div class="row nest first wide">
|
||
|
||
|
||
<div class="inner col col4 first last idac8ea27d-53e7-4b4e-9a64-005a6c240346" style="" data-widgetcontainerid="ac8ea27d-53e7-4b4e-9a64-005a6c240346">
|
||
|
||
<div data-widget-id="c948ff2e-c55e-4e72-a960-7765d5deb43f" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdvc948ff2e-c55e-4e72-a960-7765d5deb43f" class="widget widgetInfoAdvanced skin56 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Info Advanced">
|
||
<header class="widgetHeader" id="headerc948ff2e-c55e-4e72-a960-7765d5deb43f">
|
||
<div class="">
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row wide">
|
||
<div class="col col1 first last">
|
||
<ol class="pageStyles semanticList">
|
||
|
||
<li class="InfoAdvanced widgetItem fr-view">
|
||
<p><img src="ImageRepository/Document622c.svg?documentId=81" class="fr-dib" alt="Scott County Logo"></p>
|
||
</li> </ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Render slideshow if info advacned items contain one.
|
||
$(document).ready(function (e) {
|
||
$('#divInfoAdvc948ff2e-c55e-4e72-a960-7765d5deb43f .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
<div class="row nest last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id7c8281e0-e4d4-48a5-b7ab-0046889c14ef" style="" data-widgetcontainerid="7c8281e0-e4d4-48a5-b7ab-0046889c14ef">
|
||
|
||
<div data-widget-id="e7fd66ad-9b4e-4847-aabf-eed7cc80f825" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgete7fd66ad-9b4e-4847-aabf-eed7cc80f825" class="widget widgetGraphicLinks skin55 widgetOptionSet4 wide" data-elementqueryclasses='{"wide-narrow":"min-width:1em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid4 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/ScottCountyTourism" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" aria-label=" Facebook graphic"><img src="ImageRepository/Documentf599.svg?documentID=48"
|
||
class="graphicButtonLink" alt=" Facebook"
|
||
onmouseover="this.src='ImageRepository/Documentf599.svg?documentID=48'"
|
||
onmouseout="this.src='ImageRepository/Documentf599.svg?documentID=48'"
|
||
onfocus="this.src='ImageRepository/Documentf599.svg?documentID=48'"
|
||
onblur="this.src='ImageRepository/Documentf599.svg?documentID=48'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="twitter.html" target="_self" aria-label=" Twitter graphic"><img src="ImageRepository/Document32c7.svg?documentID=50"
|
||
class="graphicButtonLink" alt=" Twitter"
|
||
onmouseover="this.src='ImageRepository/Document32c7.svg?documentID=50'"
|
||
onmouseout="this.src='ImageRepository/Document32c7.svg?documentID=50'"
|
||
onfocus="this.src='ImageRepository/Document32c7.svg?documentID=50'"
|
||
onblur="this.src='ImageRepository/Document32c7.svg?documentID=50'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.instagram.com/scottcountyva/?hl=en" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" aria-label=" Instagram graphic"><img src="ImageRepository/Document51c9.svg?documentID=49"
|
||
class="graphicButtonLink" alt=" Instagram"
|
||
onmouseover="this.src='ImageRepository/Document51c9.svg?documentID=49'"
|
||
onmouseout="this.src='ImageRepository/Document51c9.svg?documentID=49'"
|
||
onfocus="this.src='ImageRepository/Document51c9.svg?documentID=49'"
|
||
onblur="this.src='ImageRepository/Document51c9.svg?documentID=49'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.youtube.com/channel/UCJiQ6PhkjJIeH-lAY5uQnDA" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" aria-label=" YouTube graphic"><img src="ImageRepository/Document2c5b.svg?documentID=51"
|
||
class="graphicButtonLink" alt=" YouTube"
|
||
onmouseover="this.src='ImageRepository/Document2c5b.svg?documentID=51'"
|
||
onmouseout="this.src='ImageRepository/Document2c5b.svg?documentID=51'"
|
||
onfocus="this.src='ImageRepository/Document2c5b.svg?documentID=51'"
|
||
onblur="this.src='ImageRepository/Document2c5b.svg?documentID=51'"> </a></div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3" style="" data-widgetcontainerid="4f048e14-bdef-4e42-8a6d-5a38410eb43c">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id07fa1161-c907-493d-ab67-f302f03d0ad0" style="" data-widgetcontainerid="07fa1161-c907-493d-ab67-f302f03d0ad0">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="2a99bfaf-ff80-400a-9973-a99d2ae068fd"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4" style="" data-widgetcontainerid="ad711cb2-97f2-4ece-8503-013b5e3563ac">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id9deb9cf1-8a92-4e89-8d98-af5df16fc724" style="" data-widgetcontainerid="9deb9cf1-8a92-4e89-8d98-af5df16fc724">
|
||
|
||
<div data-widget-id="9254eaa6-7a05-4413-b4b9-537390bad899" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv9254eaa6-7a05-4413-b4b9-537390bad899" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="header9254eaa6-7a05-4413-b4b9-537390bad899">
|
||
<header class="widgetHeader" id="header9254eaa6-7a05-4413-b4b9-537390bad899">
|
||
<div class="">
|
||
<h3 >Contact Us</h3>
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row wide">
|
||
<div class="col col1 first last">
|
||
<ol class="pageStyles semanticList">
|
||
|
||
<li class="InfoAdvanced widgetItem fr-view">
|
||
<p id="isPasted">Scott County <br>190 Beech Street, Suite 201 <br>Gate City, VA 24251 <br>Phone: <a href="tel: 276-386-6521">276-386-6521</a> <br>Fax: 276-386-9198 </p>
|
||
</li> </ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Render slideshow if info advacned items contain one.
|
||
$(document).ready(function (e) {
|
||
$('#divInfoAdv9254eaa6-7a05-4413-b4b9-537390bad899 .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3" style="" data-widgetcontainerid="8b0ca67b-b0e2-413c-8285-2b63a3dd1da9">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last idfaf6bc92-771a-4664-8e43-dbbe6810a439" style="" data-widgetcontainerid="faf6bc92-771a-4664-8e43-dbbe6810a439">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="4255d396-03d9-469c-b65a-17caf2efab57"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4" style="" data-widgetcontainerid="aa5bbf67-9291-4476-8b6c-7a8d349dedf8">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id78a78fb9-c4d0-423e-9ce9-bd08e1303b4c" style="" data-widgetcontainerid="78a78fb9-c4d0-423e-9ce9-bd08e1303b4c">
|
||
|
||
<div data-widget-id="0581b518-6890-4e6b-8033-719b76a6d6e0" data-widget-controller-path="/QuickLinks/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetQuicklink0581b518-6890-4e6b-8033-719b76a6d6e0" class="widget widgetQuickLinks skin37 widgetOptionSet30 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeader0581b518-6890-4e6b-8033-719b76a6d6e0">
|
||
<header class="widgetHeader" id="quickLinksHeader0581b518-6890-4e6b-8033-719b76a6d6e0">
|
||
<div class="">
|
||
<h3><a style="" href="QuickLinks5d32.html?CID=15" >Quick Links</a></h3>
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row narrow">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="https://my.vdot.virginia.gov/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" >VDOT-Report a Problem</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="132/Community-Events.html" target="_self" >Community Events</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="FormCenter/Technology-Request-5/Technology-Request-46.html" target="_self" >Technology Request</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="229/Scott-County-Facts-Figures.html" target="_self" >Scott County Facts & Figures</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="157/Economic-Development.html" target="_self" >Economic Development</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="http://recreation.scottcountyva.com/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" >Parks & Recreation</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
<div class="addItemModal hidden">
|
||
<div class="url hidden">/QuickLinks.aspx</div>
|
||
</div>
|
||
|
||
</section>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3" style="" data-widgetcontainerid="02d0d3a4-89e5-4135-9228-c6de4fc0f62c">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id2547f024-458c-443a-ab00-43c0a45cb94b" style="" data-widgetcontainerid="2547f024-458c-443a-ab00-43c0a45cb94b">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="dcf80d67-6138-4510-a6cb-d311be9164bc"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3 last" style="" data-widgetcontainerid="97b02a32-7911-46b2-9c32-7099539572b7">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id718e7ccd-326c-44ab-b58e-7ebf6e582365" style="" data-widgetcontainerid="718e7ccd-326c-44ab-b58e-7ebf6e582365">
|
||
|
||
<div data-widget-id="6aea8712-b2b4-4695-9db7-39ddd9583c39" data-widget-controller-path="/QuickLinks/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetQuicklink6aea8712-b2b4-4695-9db7-39ddd9583c39" class="widget widgetQuickLinks skin37 widgetOptionSet30 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeader6aea8712-b2b4-4695-9db7-39ddd9583c39">
|
||
<header class="widgetHeader" id="quickLinksHeader6aea8712-b2b4-4695-9db7-39ddd9583c39">
|
||
<div class="">
|
||
<h3><a style="" href="QuickLinks3ee2.html?CID=16" >Helpful Links</a></h3>
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row narrow">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="index.html" target="_self" >Home</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="sitemap.html" target="_self" >Site Map</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="directory.html" target="_self" >Contact Us</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="accessibility.html" target="_self" >Accessibility</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="copyright.html" target="_self" >Copyright Notices</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="privacy.html" target="_self" >Privacy Policy</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
<div class="addItemModal hidden">
|
||
<div class="url hidden">/QuickLinks.aspx</div>
|
||
</div>
|
||
|
||
</section>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div></div>
|
||
</footer>
|
||
|
||
|
||
|
||
|
||
<div id="banner2-57" style="display: none"></div>
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$.when(window.Pages.rwdSetupComplete)
|
||
.done(function () {
|
||
renderBanner('banner2-57',
|
||
'banner2',
|
||
{"BannerOptionID":57,"ThemeID":17,"SlotName":"banner2","Name":"Default","IsDefault":true,"BannerMode":1,"SlideShowSlideTiming":null,"SlideshowTransition":0,"SlideShowTransitionTiming":null,"ImageScale":false,"ImageAlignment":2,"ImageScroll":true,"MuteSound":true,"VideoType":0,"Status":40,"SlideshowControlsPosition":0,"SlideshowControlsAlignment":0,"SlideshowBannerControlsColorScheme":0,"DisplayVideoPauseButton":false,"VideoPauseButtonAlignment":1,"VideoPauseButtonControlsAlignment":0,"VideoPauseButtonStyle":"#FFFFFF","VideoPauseButtonBackgroundStyle":"#000000","VideoPauseButtonAlignmentClass":"alignRight viewport","BannerImages":[{"BannerImageID":77,"BannerOptionID":57,"FileName":"/ImageRepository/Document?documentID=96","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
|
||
{"BannerImageID":77,"BannerOptionID":57,"FileName":"/ImageRepository/Document?documentID=96","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null},
|
||
'App_Themes/Simple/Images/index.html',
|
||
'<img alt="" class="bannerObject" src="/ImageRepository/Document?documentID=96" />');
|
||
});
|
||
}, "load");
|
||
</script>
|
||
|
||
|
||
</div>
|
||
</div><!-- Powered By --><div data-cpRole="structuralContainer" id="poweredByContainerTS">
|
||
<div class="siteWrap"><div data-cpRole="contentContainer" id="poweredByTS"> <div id="ccb2bc0126-8e13-4c22-9c9c-37aad2879d1a" data-containerid="b2bc0126-8e13-4c22-9c9c-37aad2879d1a" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="bca57f8c-0e2e-4e2e-b3b6-be1800fca1af">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id90a32dd3-8e45-459b-9124-c357a8ccdf20" style="" data-widgetcontainerid="90a32dd3-8e45-459b-9124-c357a8ccdf20">
|
||
|
||
|
||
<div data-widget-id='063c8a48-c8cb-4481-ab0f-f47aae6f7811' data-moduleName="customHtml" id='widgetCustomHtml063c8a48-c8cb-4481-ab0f-f47aae6f7811' class="widget widgetCustomHtml skin37 narrow" >
|
||
<div class="widgetBody pageStyles" id="widgetBody063c8a48-c8cb-4481-ab0f-f47aae6f7811">
|
||
<div id="customHtml063c8a48-c8cb-4481-ab0f-f47aae6f7811"><div><style>
|
||
/* CP icon */
|
||
.cpBylineIconTS {
|
||
color: #fff;
|
||
}
|
||
/* CP Text */
|
||
.cpBylineTextTS,
|
||
.cpBylineTextTS a:link {
|
||
color: #fff;
|
||
}
|
||
|
||
.cpBylineTS {
|
||
text-align: center;
|
||
}
|
||
|
||
.cpBylineIconTS {
|
||
fill: currentColor;
|
||
width: 39px;
|
||
height: 26px;
|
||
display: inline;
|
||
vertical-align: middle;
|
||
}
|
||
</style>
|
||
|
||
<div class="widgetItem cpBylineTS">
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" class="cpBylineIconTS">
|
||
<path class="c" d="M73.4,23.2h-19v16.7h19c2.8,0,5,2.2,5,5c0,2.8-2.2,5-5,5h-19v28.4h5.5l11.3-11.7h2.2c11.9,0,21.6-9.7,21.6-21.6C95,33,85.3,23.2,73.4,23.2"></path>
|
||
<path class="p" d="M45.8,66.5H26.6C14.7,66.5,5,56.8,5,44.9C5,33,14.7,23.2,26.6,23.2h19.1v16.7H26.6c-2.8,0-5,2.2-5,5c0,2.8,2.2,5,5,5h19.1V66.5z"></path>
|
||
</svg>
|
||
<span class="cpBylineTextTS">Government Websites by <a href="https://connect.civicplus.com/referral" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">CivicPlus®</a></span>
|
||
</div></div></div>
|
||
</div>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div></div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<link href="745732998.css" rel="stylesheet" type="text/css" />
|
||
|
||
<div tabindex="0"></div>
|
||
<div id="SplashMessageWrapper" class="cp-Splash-wrapper">
|
||
<div role="dialog" aria-labelledby="cp-Splash-title" aria-describedby="editorContentDesc" aria-modal="true" tabindex="-1" id="SplashMessage" class="hidden cp-Splash cp-Splash--modal is-open">
|
||
<div class="cp-Splash-header">
|
||
<h3 class="cp-Splash-title" id="cp-Splash-title">Loading</h3>
|
||
<button class="cp-Splash-Btn cp-Splash-close" aria-label="Close this modal" title="Close this window">
|
||
<svg id="iconClose" viewBox="0 0 25 25">
|
||
<polygon style="fill:currentcolor"
|
||
points="18.806,6.98 18.075,6.248 12.532,11.792 6.989,6.248 6.257,6.98 11.786,12.508 6.212,18.084 6.943,18.815 12.532,13.224 18.12,18.815 18.851,18.084 13.277,12.508"></polygon>
|
||
</svg>
|
||
</button>
|
||
</div>
|
||
<div class="cp-Splash-body">
|
||
<div class="cp-Splash-Prose editorContent fr-view fr-element" id="editorContentDesc">
|
||
<!-- Content from the Froala Editor will go here. -->
|
||
Loading
|
||
</div>
|
||
</div>
|
||
<div class="cp-Splash-footer">
|
||
<button class="cp-Splash-Btn cp-Splash-Btn--NoShow">Do Not Show Again</button>
|
||
<button class="cp-Splash-Btn cp-Splash-Btn--Close">Close</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div tabindex="0"></div>
|
||
|
||
<script src="Assets/Scripts/APIClient.js"></script>
|
||
<script src="Assets/Mystique/Shared/Scripts/Moment/Moment.min.js"></script>
|
||
<script src="Assets/Scripts/SplashModal/SplashModalRender.js"></script>
|
||
<script>
|
||
|
||
$(document).ready(function () {
|
||
var filter = {
|
||
targetId: '',
|
||
targetType: 0
|
||
}
|
||
|
||
new SplashModalRender().triggerRender(filter);
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="58870828.js" type="text/javascript"></script>
|
||
<!-- Fixed Nav Adjustment -->
|
||
<script>
|
||
function getValueTS(elem, attr) {
|
||
var val = elem.css(attr);
|
||
if (val === undefined) return undefined;
|
||
var num = parseInt(val, 10);
|
||
if (num === NaN) return undefined;
|
||
return num;
|
||
}
|
||
|
||
function clampTS(number, min, max) {
|
||
return Math.min(Math.max(number, min), max);
|
||
}
|
||
|
||
function isPageEditingTS() {
|
||
return (
|
||
$("#doneEditing").length > 0 || // In live edit
|
||
typeof DesignCenter !== "undefined" // In theme manager
|
||
);
|
||
}
|
||
|
||
var bgColorRegexTS = new RegExp("rgba\((\d+), (\d+), (\d+), (\d*\.?\d*)\)");
|
||
function isTransparentTS(elem) {
|
||
var bg = elem.css('background-color');
|
||
if (typeof bg !== "string") return false;
|
||
if (bg === "transparent") return true;
|
||
if (!bg.startsWith('rgba(')) return false;
|
||
var matchState = bg.match(bgColorRegexTS);
|
||
if (!matchState || matchState.length !== 5) return false;
|
||
var alpha = parseFloat(matchState[4], 10);
|
||
if (!(alpha >= 0 && alpha < 1)) return false;
|
||
return true;
|
||
}
|
||
|
||
function iterateLeftpads(cb) {
|
||
var containersTS = $("[class^='siteWrap'],[class*=' siteWrap']");
|
||
for (var i = 0; i < containersTS.length; i++) {
|
||
var containerTS = containersTS[i];
|
||
// Skip the body container and anything with data-skip-leftpad
|
||
if (
|
||
containerTS.id !== "bodyContainerTS" &&
|
||
containerTS.getAttribute('data-skip-leftpad') === null
|
||
) {
|
||
cb(containerTS);
|
||
}
|
||
}
|
||
}
|
||
|
||
function iterateRightpads(cb) {
|
||
var containersTS = $("[class^='siteWrap'],[class*=' siteWrap']");
|
||
for (var i = 0; i < containersTS.length; i++) {
|
||
var containerTS = containersTS[i];
|
||
// Skip the body container and anything with data-skip-rightpad
|
||
if (
|
||
containerTS.id !== "bodyContainerTS" &&
|
||
containerTS.getAttribute('data-skip-rightpad') === null
|
||
) {
|
||
cb(containerTS);
|
||
}
|
||
}
|
||
}
|
||
|
||
var anchor = $("#divToolbars");
|
||
var bodyContainerTS = $("#bodyContainerTS");
|
||
|
||
// Outer banner padding (push banner down)
|
||
var outerSizingTS = $("#bannerContainerTS");
|
||
// Inner banner padding (push banner content down) - Transparent header OR on attaching headers
|
||
var innerSizingTS = $("#bannerSizingTS");
|
||
|
||
var forceUnfixClassTS = "forceUnfixTS";
|
||
|
||
var fixedTopTS = $(".fixedTopTS");
|
||
var fixedBottomTS = $(".fixedBottomTS");
|
||
var fixedLeftTS = $(".fixedLeftTS");
|
||
var fixedRightTS = $(".fixedRightTS");
|
||
|
||
var initialTopTS;
|
||
var topAttachTS;
|
||
if (fixedTopTS && fixedTopTS.length === 1) {
|
||
initialTopTS = getValueTS(fixedTopTS, 'top');
|
||
var attachment = fixedTopTS.attr('data-attach');
|
||
if (attachment) topAttachTS = $("#" + attachment);
|
||
if (!topAttachTS || topAttachTS.length !== 1) topAttachTS = undefined;
|
||
}
|
||
|
||
function resizeAdjustmentTS() {
|
||
var editing = isPageEditingTS();
|
||
|
||
// Fixed top script
|
||
(function () {
|
||
if (!fixedTopTS || fixedTopTS.length !== 1 || initialTopTS === undefined) return;
|
||
|
||
if (editing) {
|
||
fixedTopTS[0].classList.add(forceUnfixClassTS);
|
||
} else {
|
||
fixedTopTS[0].classList.remove(forceUnfixClassTS);
|
||
}
|
||
|
||
var topPosition = fixedTopTS.css('position');
|
||
if (topPosition === 'fixed') {
|
||
if (topAttachTS) {
|
||
scrollAdjustmentTS();
|
||
} else {
|
||
var anchorHeight = anchor.outerHeight() - 1;
|
||
fixedTopTS.css('top', anchorHeight + initialTopTS);
|
||
}
|
||
} else {
|
||
fixedTopTS.css('top', initialTopTS);
|
||
}
|
||
|
||
if (topPosition === 'fixed' || topPosition === 'absolute') {
|
||
// Bump the banner content down
|
||
if (isTransparentTS(fixedTopTS)) {
|
||
innerSizingTS.css('padding-top', initialTopTS + fixedTopTS.outerHeight());
|
||
outerSizingTS.css('padding-top', '');
|
||
|
||
try {
|
||
window.Pages.onResizeHandlersExecute();
|
||
} catch (e) { }
|
||
} else {
|
||
outerSizingTS.css('padding-top', fixedTopTS.outerHeight() - 1);
|
||
innerSizingTS.css('padding-top', '');
|
||
}
|
||
} else {
|
||
innerSizingTS.css('padding-top', '');
|
||
outerSizingTS.css('padding-top', '');
|
||
}
|
||
})();
|
||
|
||
// Fixed bottom script
|
||
(function () {
|
||
if (!fixedBottomTS || fixedBottomTS.length === 0) return;
|
||
|
||
// If the widget has gone narrow, force unfix
|
||
if (editing || fixedBottomTS.outerHeight() > 200) {
|
||
fixedBottomTS[0].classList.add(forceUnfixClassTS);
|
||
} else {
|
||
fixedBottomTS[0].classList.remove(forceUnfixClassTS);
|
||
}
|
||
|
||
if (fixedBottomTS.css('position') === 'fixed') {
|
||
bodyContainerTS.css('padding-bottom', fixedBottomTS.outerHeight());
|
||
} else {
|
||
bodyContainerTS.css('padding-bottom', '');
|
||
}
|
||
})();
|
||
|
||
// Fixed left script
|
||
(function () {
|
||
if (!fixedLeftTS || fixedLeftTS.length === 0) return;
|
||
|
||
if (editing) {
|
||
fixedLeftTS[0].classList.add(forceUnfixClassTS);
|
||
} else {
|
||
fixedLeftTS[0].classList.remove(forceUnfixClassTS);
|
||
}
|
||
|
||
if (fixedLeftTS.css('position') === 'fixed') {
|
||
var anchorHeight = anchor.outerHeight() - 1;
|
||
fixedLeftTS.css('top', anchorHeight);
|
||
var leftBoundingTS = fixedLeftTS[0].getBoundingClientRect();
|
||
iterateLeftpads(function (containerTS) {
|
||
var containerBoundingTS = containerTS.getBoundingClientRect();
|
||
if (containerBoundingTS.left <= leftBoundingTS.right) {
|
||
$(containerTS).css('padding-left', leftBoundingTS.width + 16);
|
||
} else {
|
||
$(containerTS).css('padding-left', '');
|
||
}
|
||
});
|
||
} else {
|
||
fixedLeftTS.css('top', '');
|
||
iterateLeftpads(function (containerTS) {
|
||
$(containerTS).css('padding-left', '');
|
||
});
|
||
}
|
||
})();
|
||
|
||
// Fixed right script
|
||
(function () {
|
||
if (!fixedRightTS || fixedRightTS.length === 0) return;
|
||
|
||
if (editing) {
|
||
fixedRightTS[0].classList.add(forceUnfixClassTS);
|
||
} else {
|
||
fixedRightTS[0].classList.remove(forceUnfixClassTS);
|
||
}
|
||
|
||
if (fixedRightTS.css('position') === 'fixed') {
|
||
var anchorHeight = anchor.outerHeight() - 1;
|
||
fixedRightTS.css('top', anchorHeight);
|
||
var rightBoundingTS = fixedRightTS[0].getBoundingClientRect();
|
||
iterateRightpads(function (containerTS) {
|
||
var containerBoundingTS = containerTS.getBoundingClientRect();
|
||
if (containerBoundingTS.right >= rightBoundingTS.left) {
|
||
$(containerTS).css('padding-right', rightBoundingTS.width + 16);
|
||
}
|
||
});
|
||
} else {
|
||
fixedRightTS.css('top', '');
|
||
iterateRightpads(function (containerTS) {
|
||
$(containerTS).css('padding-right', '');
|
||
});
|
||
}
|
||
})();
|
||
}
|
||
|
||
function scrollAdjustmentTS() {
|
||
if (!fixedTopTS || fixedTopTS.length !== 1 || !topAttachTS || topAttachTS.length !== 1) return;
|
||
var topPosition = fixedTopTS.css('position');
|
||
if (topPosition === 'fixed' || topPosition === 'absolute') {
|
||
var anchorBounding = anchor[0].getBoundingClientRect();
|
||
var attachBounding = topAttachTS[0].getBoundingClientRect();
|
||
var scrollTop = $(window).scrollTop();
|
||
|
||
fixedTopTS.css('top', Math.max(anchorBounding.bottom - 1, attachBounding.bottom));
|
||
} else {
|
||
fixedTopTS.css('top', initialTopTS);
|
||
}
|
||
}
|
||
|
||
$(window).load(function () {
|
||
setTimeout(function () {
|
||
try {
|
||
resizeAdjustmentTS();
|
||
} catch (e) {
|
||
console.error(e);
|
||
}
|
||
}, 350);
|
||
|
||
$(window).scroll(function () {
|
||
try {
|
||
scrollAdjustmentTS();
|
||
} catch (e) {
|
||
console.error(e);
|
||
}
|
||
});
|
||
|
||
var adjustTimeoutTS;
|
||
$(window).resize(function () {
|
||
clearTimeout(adjustTimeoutTS);
|
||
adjustTimeoutTS = setTimeout(function () {
|
||
try {
|
||
resizeAdjustmentTS();
|
||
} catch (e) {
|
||
console.error(e);
|
||
}
|
||
}, 350);
|
||
});
|
||
|
||
$.when(window.Pages.angularToolbarComplete).done(function () {
|
||
try {
|
||
resizeAdjustmentTS();
|
||
} catch (e) {
|
||
console.error(e);
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
<!-- End Fixed Nav Adjustment -->
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(function () {
|
||
document.cookie = "responsiveGhost%3d0%3b%20path%3d/index.html";
|
||
});
|
||
onOrLive($(window), function () {
|
||
$('body').addClass('doneLoading').removeClass('hideContent');
|
||
|
||
if ($('#404Content').length > 0)
|
||
$('div#bodyWrapper').css('padding', '0px');
|
||
}, 'load');
|
||
</script>
|
||
|
||
<noscript>
|
||
<style>
|
||
body.hideContent {
|
||
opacity: 1 !important;
|
||
}
|
||
</style>
|
||
</noscript>
|
||
|
||
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
|
||
|
||
<symbol id="iconArrow--left" viewbox="0 0 25 25">
|
||
<title>Arrow Left</title>
|
||
<polygon style="fill:currentcolor" points="18.044,25 19.498,23.545 8.409,12.454 19.408,1.455 17.954,0 5.502,12.452"></polygon>
|
||
</symbol>
|
||
|
||
<symbol id="iconArrow--right" viewbox="0 0 25 25">
|
||
<title>Arrow Right</title>
|
||
<polygon style="fill:currentcolor" points="6.957,0 5.502,1.455 16.591,12.546 5.592,23.545 7.047,25 19.498,12.548"></polygon>
|
||
</symbol>
|
||
|
||
</svg>
|
||
</div>
|
||
<script type="text/javascript">loadCSS('//fonts.googleapis.com/css?family=Open+Sans:300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,italic,regular|');</script>
|
||
|
||
|
||
<div class="hidden activeWidgetSkinComponentsOnPageJson">[]</div>
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||
<symbol id="iconSlideshowArrowLeft" viewBox="0 0 22.68 40">
|
||
<title>Slideshow Left Arrow</title>
|
||
<g>
|
||
<path style="fill:currentcolor;" d="M20,40a2.67,2.67,0,0,1-1.9-.79L.79,21.9a2.68,2.68,0,0,1,0-3.79L18.1.79a2.68,2.68,0,1,1,3.79,3.79L6.47,20,21.89,35.42A2.68,2.68,0,0,1,20,40Z"></path>
|
||
</g>
|
||
</symbol>
|
||
<symbol id="iconSlideshowArrowRight" viewBox="0 0 22.68 40">
|
||
<title>Slideshow Right Arrow</title>
|
||
<g>
|
||
<path style="fill:currentcolor;" d="M2.68,0a2.67,2.67,0,0,1,1.9.79L21.89,18.1a2.68,2.68,0,0,1,0,3.79L4.58,39.21A2.68,2.68,0,0,1,.79,35.42L16.21,20,.79,4.58A2.68,2.68,0,0,1,2.68,0Z"></path>
|
||
</g>
|
||
</symbol>
|
||
</svg>
|
||
</div>
|
||
|
||
|
||
|
||
<div id="root-picker-outlet"></div>
|
||
</body>
|
||
|
||
<!-- Mirrored from scottcountyva.com/calendar.aspx?PREVIEW=YES&EID=1154 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:20:41 GMT -->
|
||
</html> |