2567 lines
116 KiB
HTML
2567 lines
116 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from scottcountyva.com/306/Voting-in-Person-on-Election-Day by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:04:56 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("Voting-in-Person-on-Election-Day.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="category0" content="Home" />
|
||
<meta name="category1" content="Government" />
|
||
<meta name="category2" content="Office of Elections and Voter Registration" />
|
||
<meta name="category3" content="→Voting in Person on Election Day" />
|
||
|
||
|
||
<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>Voting in Person on Election Day | Scott County, VA</title>
|
||
|
||
<meta name="description" content="">
|
||
<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="../-1888304419.css" rel="stylesheet" type="text/css" />
|
||
|
||
<link rel="stylesheet" type="text/css" href="../Assets/Styles/Print.css" media="print">
|
||
<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>
|
||
<!--CPHeadContent-->
|
||
<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="#cc5f8c90dc-b4cb-431b-90ee-10648f8df655" 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="1" />
|
||
<input type="hidden" id="hdnContentCollectionID" value="fde90c3f-0080-46ea-b148-09409095409c" />
|
||
<input type="hidden" id="hdnWorkingCopyID" value="00000000-0000-0000-0000-000000000000" />
|
||
<input type="hidden" id="hdnThemeID" value="1" />
|
||
<input type="hidden" id="pageIsFrontEnd" value="true" />
|
||
<input type="hidden" id="pageModuleID" />
|
||
<input type="hidden" id="pagePageID" value="306" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<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="cc0d331985-488f-46c0-9796-420be19a7415" data-containerid="0d331985-488f-46c0-9796-420be19a7415" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="c3aab418-1d1c-4093-8161-767be2c350c2">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id127ec2ea-5a61-465a-8e8e-40758c58a9e1" style="" data-widgetcontainerid="127ec2ea-5a61-465a-8e8e-40758c58a9e1">
|
||
|
||
<div data-widget-id="b9e9a02c-c5e2-49f2-b7c0-521c99b039f5" 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.widgetSearchButtonb9e9a02c-c5e2-49f2-b7c0-521c99b039f5").click(function (e) {
|
||
e.preventDefault();
|
||
if ($("#ysnSearchOnlyDeptb9e9a02c-c5e2-49f2-b7c0-521c99b039f5").is(':checked')) {
|
||
doWidgetSearch($(this).siblings(".widgetSearchBox").val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).siblings(".widgetSearchBox").val(), 0);
|
||
}
|
||
});
|
||
$("#searchFieldb9e9a02c-c5e2-49f2-b7c0-521c99b039f5").keypress(function (e) {
|
||
if (window.clipboardData) {
|
||
if (e.keyCode == 13) {
|
||
if ($("#ysnSearchOnlyDeptb9e9a02c-c5e2-49f2-b7c0-521c99b039f5").is(':checked')) {
|
||
doWidgetSearch($(this).val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).val(), 0);
|
||
}
|
||
return false;
|
||
}
|
||
} else {
|
||
if (e.which == 13) {
|
||
if ($("#ysnSearchOnlyDeptb9e9a02c-c5e2-49f2-b7c0-521c99b039f5").is(':checked')) {
|
||
doWidgetSearch($(this).val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).val(), 0);
|
||
}
|
||
return false;
|
||
}
|
||
}
|
||
return true;
|
||
});
|
||
|
||
if (true) {
|
||
var currentRequest = null;
|
||
|
||
var $searchField = $("#searchFieldb9e9a02c-c5e2-49f2-b7c0-521c99b039f5").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 ($("#searchFieldb9e9a02c-c5e2-49f2-b7c0-521c99b039f5").siblings('.autoCompleteError').length == 0)
|
||
$('<span class="autoCompleteError"><p class="alert error">Search autocomplete is currently not responding. Please try again later.</p></span>').insertAfter($("#searchFieldb9e9a02c-c5e2-49f2-b7c0-521c99b039f5"));
|
||
}
|
||
}
|
||
});
|
||
},
|
||
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 widgetSearchBoxb9e9a02c-c5e2-49f2-b7c0-521c99b039f5" cp5ph="true" id="searchFieldb9e9a02c-c5e2-49f2-b7c0-521c99b039f5" name="searchField" onchange="searchBtnApplyQuery();" placeholder="Search..." title="Search..." type="text" value="" />
|
||
<a href="../Search/Results.html" id="btnSearchIcon" class="widgetSearchButton widgetSearchButtonb9e9a02c-c5e2-49f2-b7c0-521c99b039f5" 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="searchFieldb9e9a02c-c5e2-49f2-b7c0-521c99b039f5">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 .widgetSearchBoxb9e9a02c-c5e2-49f2-b7c0-521c99b039f5
|
||
{
|
||
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 .widgetSearchButtonb9e9a02c-c5e2-49f2-b7c0-521c99b039f5
|
||
{
|
||
margin: 7px;
|
||
width: 45px;
|
||
}
|
||
.widgetSearch .widgetSearch-onlyDeptb9e9a02c-c5e2-49f2-b7c0-521c99b039f5
|
||
{
|
||
display: inline-block;
|
||
color: #333;
|
||
|
||
|
||
padding-top: 10px;
|
||
}
|
||
#ysnSearchOnlyDeptb9e9a02c-c5e2-49f2-b7c0-521c99b039f5
|
||
{
|
||
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("searchFieldb9e9a02c-c5e2-49f2-b7c0-521c99b039f5").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=&themeID=1&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="cc21ea1377-4949-4374-8913-56700b5d05b5" data-containerid="21ea1377-4949-4374-8913-56700b5d05b5" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu31" class="contentTop mainNavMegaMenu megaMenuContainer pageID_31 hidden" data-orientation="horizontal"> <div id="cc9df50f5d-7048-4ea2-b499-74dfee6ba189" data-containerid="9df50f5d-7048-4ea2-b499-74dfee6ba189" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu101" class="contentTop mainNavMegaMenu megaMenuContainer pageID_101 hidden" data-orientation="horizontal"> <div id="cc809c634f-851a-4690-acae-8d8a7941633f" data-containerid="809c634f-851a-4690-acae-8d8a7941633f" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu35" class="contentTop mainNavMegaMenu megaMenuContainer pageID_35 hidden" data-orientation="horizontal"> <div id="cc40e25b13-5f45-4c49-abea-d606dafea980" data-containerid="40e25b13-5f45-4c49-abea-d606dafea980" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu9" class="contentTop mainNavMegaMenu megaMenuContainer pageID_9 hidden" data-orientation="horizontal"> <div id="cc38d502e7-a6bc-4b39-8a67-94d07b071394" data-containerid="38d502e7-a6bc-4b39-8a67-94d07b071394" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</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="cc16e688b6-c6b4-44f7-9564-553c2503dbf7" data-containerid="16e688b6-c6b4-44f7-9564-553c2503dbf7" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div></div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div id="bannerImagesJSON2" 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":2,"ThemeID":1,"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":57,"BannerOptionID":2,"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":59,"BannerOptionID":2,"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":81,"BannerOptionID":2,"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":85,"BannerOptionID":2,"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/Interior/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><a class="breadCrumb" href="../27/Government.html">Government</a></li><li><a class="breadCrumb" href="../288/Office-of-Elections-and-Voter-Registrati.html">Office of Elections and Voter Registration</a></li><li id="currentBCPage" data-pageid="306">→Voting in Person on Election Day</li>
|
||
</ol>
|
||
|
||
|
||
|
||
</div><div data-cpRole="mainContentContainer" id="moduleContent">
|
||
|
||
<div id="page" class="moduleContentNew">
|
||
|
||
|
||
<input id="hdnPageID" name="hdnPageID" type="hidden" value="306" />
|
||
<input id="hdnParentID" name="hdnParentID" type="hidden" value="288" />
|
||
<input id="hdnVersionID" name="hdnVersionID" type="hidden" value="2152" />
|
||
<input id="pageMenuTitle" name="pageMenuTitle" type="hidden" value="→Voting in Person on Election Day" />
|
||
<input id="pageShowFeatureColumn" name="pageShowFeatureColumn" type="hidden" value="False" />
|
||
<input id="hdnIsLayoutPage" name="hdnIsLayoutPage" type="hidden" value="False" />
|
||
<input id="hdnPageStatus" name="hdnPageStatus" type="hidden" value="Published" />
|
||
|
||
<h1 id="versionHeadLine" class="headline">
|
||
|
||
Voting in Person on Election Day </h1>
|
||
|
||
<div id="cc5f8c90dc-b4cb-431b-90ee-10648f8df655" data-containerid="5f8c90dc-b4cb-431b-90ee-10648f8df655" class="pageContent cpGrid cpGrid24" data-contentcontainerbreakpoint="30" >
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col4 first" style="" data-widgetcontainerid="8f621cf7-882b-4408-ae78-4daadb424b8d">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id761220da-dd35-4f98-a01b-fea1c7820c9e" style="" data-widgetcontainerid="761220da-dd35-4f98-a01b-fea1c7820c9e">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditorfe67c08b-19f4-40b7-a09c-73727bce3f51" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<p><img src="../ImageRepository/Document5cff.png?documentId=322" class="fr-fil fr-dib" alt="map_marker" style="width: 303px;"></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + 'fe67c08b-19f4-40b7-a09c-73727bce3f51'));
|
||
});
|
||
</script>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col20 last" style="" data-widgetcontainerid="7bf0e3c3-90c2-42c2-b3ba-2dfc002f0cd2">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col20 first last iddcd9e2b4-7246-466c-816f-d5354216141f" style="" data-widgetcontainerid="dcd9e2b4-7246-466c-816f-d5354216141f">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor053700f6-56ce-46ff-8a79-b99af109c6bc" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h3 class="subhead2"><br></h3><h3 class="subhead2">Cast your vote at your local polling place from 6am-7pm.</h3><p>You must vote at the polling place that corresponds to your voting precinct. Not sure where your polling location is? <a href="https://vote.elections.virginia.gov/VoterInformation/Lookup/polling" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">Click here to look up where you vote!</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '053700f6-56ce-46ff-8a79-b99af109c6bc'));
|
||
});
|
||
</script>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="67ad5c74-b643-42f0-bb5f-cfc4cadb153e">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id1baef23d-c866-4ddd-8b9b-ab594569c100" style="" data-widgetcontainerid="1baef23d-c866-4ddd-8b9b-ab594569c100">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditorb1364709-aa3d-4013-af9e-2ea852df6b73" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1">How to Vote</h2><p><span id="isPasted" style="color: rgb(56, 56, 56); font-family: Lato; font-size: 15.2px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">Enter your polling location and locate the check-in table. Simply show your ID and follow instructions given by an election worker to receive a ballot. Proceed to a private station, mark your ballot, and place the ballot in the ballot scanner.</span></p><h3 class="subhead2">REMINDER: BRING YOUR ID!</h3><p><span id="isPasted" style="color: rgb(56, 56, 56); font-family: Lato; font-size: 15.2px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">Virginia law requires all voters to provide an acceptable form of ID when voting in person. Voters arriving at the polls without an acceptable form of ID will be required to either sign an ID Confirmation Statement or vote a provisional ballot.</span> </p><h3 class="subhead2">ACCESSIBLE VOTING</h3><p><span id="isPasted" style="color: rgb(56, 56, 56); font-family: Lato; font-size: 15.2px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">Every citizen has the right to vote regardless of whether he or she is affected by a disability. Scott County, VA is dedicated to providing accessible voting to all registered voters. If you are 65 or older, or have a physical disability, you may vote early or on Election Day without leaving your vehicle. This is called curbside voting. If you would like to use curbside voting, please call the number stated on the posted sign for assistance.</span></p><p><br></p><h2 class="subhead1">Where to Vote on Election Day</h2><p><span class="hyperlink"></span><span id="isPasted" style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-weight: 400; font-style: normal; font-size: 15.2px; font-family: Lato; vertical-align: baseline; outline: 0px; color: rgb(56, 56, 56); font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">You must vote at the polling place that corresponds to your voting precinct. Not sure where your polling location is? <a href="https://vote.elections.virginia.gov/VoterInformation/Lookup/polling" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" id="isPasted" style="box-sizing: border-box; user-select: auto; color: rgb(41, 80, 118); text-decoration: underline; font-family: Arial; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);">Click here to look up where you vote!</a> </span></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + 'b1364709-aa3d-4013-af9e-2ea852df6b73'));
|
||
});
|
||
</script>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="18fc7f05-198b-4e1f-a825-f26f18b1e924">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last idcfa6e9c0-f6ee-4493-8171-243705400e94" style="" data-widgetcontainerid="cfa6e9c0-f6ee-4493-8171-243705400e94">
|
||
|
||
|
||
|
||
|
||
<script defer src="../Areas/Layout/Assets/Scripts/CarouselWidget.js" type="text/javascript"></script>
|
||
|
||
<section id="divCarousel150ccbf8-f022-4c9a-95e9-fa1f9135e205" data-widgetid="150ccbf8-f022-4c9a-95e9-fa1f9135e205" class="widget widgetCarousel wide" data-transition="slide" data-transitiontiming="1" aria-labelledby="header150ccbf8-f022-4c9a-95e9-fa1f9135e205" aria-label="Carousel">
|
||
<header class="widgetHeader" id="header150ccbf8-f022-4c9a-95e9-fa1f9135e205">
|
||
<div>
|
||
<h3 data-headertext="Voting Precincts">Voting Precincts</h3>
|
||
</div>
|
||
</header>
|
||
|
||
<div class="widgetBody">
|
||
<div class="widgetCarousel-container">
|
||
<div class="widgetCarousel-window" style="flex:80%">
|
||
<div class="widgetCarousel-slider" >
|
||
|
||
|
||
<div class="widgetCarousel-group" data-group="1">
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor09d14a69-8a1c-4f33-82f6-0511da56222f" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1" style="text-align: center;"><br></h2><h2 class="subhead1" style="text-align: center;">101 Weber City</h2><h3 class="subhead2" style="text-align: center;">Weber City Elementary School</h3><p style="text-align: center;"><a aria-label="322 Jennings St., Weber City, VA 24290 Opens in new window" href="https://goo.gl/maps/ugyveURK1nWuYBEg7" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">322 Jennings St., Weber City, VA 24290</a></p><div style="text-align: center;"><span class="hyperlink" style="text-align: center;"><br></span></div><p><br></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '09d14a69-8a1c-4f33-82f6-0511da56222f'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditord405d13f-df18-414f-9655-373fc2681c4b" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">102 Yuma</h2><h3 class="subhead2" style="text-align: center;">Yuma Elementary School</h3><p style="text-align: center;"><a href="https://goo.gl/maps/wKG5vMyhb8A1Hq2R7" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">130 Grover Cleveland Ln., Weber City, VA 24290</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + 'd405d13f-df18-414f-9655-373fc2681c4b'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor89af79c5-0757-4c65-a0b4-ff80c2d7284a" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1">202 Weber City East</h2><h3 class="subhead2">Weber City Elementary School</h3><p><a href="https://goo.gl/maps/ugyveURK1nWuYBEg7" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">322 Jennings St., Weber City, VA 24290</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '89af79c5-0757-4c65-a0b4-ff80c2d7284a'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="widgetCarousel-group" data-group="2">
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor5d20e216-c40e-4942-bd2f-85d9ab767481" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">203 Hiltons</h2><h3 class="subhead2" style="text-align: center;">Hiltons Elementary School</h3><p style="text-align: center;"><a aria-label="303 Academy Rd., Hiltons, VA 24258 Opens in new window" href="https://goo.gl/maps/14xkCnb8kHPsLPBo8" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">303 Academy Rd., Hiltons, VA 24258</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '5d20e216-c40e-4942-bd2f-85d9ab767481'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditore78855a7-deb8-4886-9063-797ad7cb97fd" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">204 Clarks</h2><h3 class="subhead2" style="text-align: center;">Boozy Creek Community Center</h3><p style="text-align: center;"><a aria-label="198 Shelleys Rd, Bristol, VA 24202 Opens in new window" href="https://goo.gl/maps/MEEMo3xSGSx8EHen6" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">198 Shelleys Rd, Bristol, VA 24202</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + 'e78855a7-deb8-4886-9063-797ad7cb97fd'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor8d1ac8fa-5b2c-43bb-a080-9269c515976e" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">301 Nickelsville</h2><h3 class="subhead2" style="text-align: center;">Nickelsville Elementary School</h3><p style="text-align: center;"><a aria-label="11415 Nickelsville Hwy, Nickelsville, VA 24271 Opens in new window" href="https://goo.gl/maps/Vf9Ci2UHyCux6kZm7" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">11415 Nickelsville Hwy, Nickelsville, VA 24271</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '8d1ac8fa-5b2c-43bb-a080-9269c515976e'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="widgetCarousel-group" data-group="3">
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor63d18f6c-933c-48d9-92a8-4430a5ce3524" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">302 Snowflake</h2><h3 class="subhead2" style="text-align: center;">Roadside Mission Building</h3><p style="text-align: center;"><a aria-label="5068 Nickelsville Hwy, Gate City, VA 24251 Opens in new window" href="https://goo.gl/maps/96Wrx439JMaYqypY7" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">5068 Nickelsville Hwy, Gate City, VA 24251</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '63d18f6c-933c-48d9-92a8-4430a5ce3524'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditorbb1049e5-6d28-49ac-bec9-16388c2f99d9" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">303 Twin Springs</h2><h3 class="subhead2" style="text-align: center;">Twin Springs High School</h3><p style="text-align: center;"><a aria-label="273 Titan Ln., Nickelsville, VA 24271 Opens in new window" href="https://goo.gl/maps/xivYPFHiqAUHvQqb7" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">273 Titan Ln., Nickelsville, VA 24271</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + 'bb1049e5-6d28-49ac-bec9-16388c2f99d9'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor04884903-dcd3-403b-b314-c9bc12123df8" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">304 Copper Creek</h2><h3 class="subhead2" style="text-align: center;">Copper Creek Ruritan</h3><p style="text-align: center;"><a aria-label="457 Ruritan Run Rd., Gate City, VA 24251 Opens in new window" href="https://goo.gl/maps/4HLzm6TCRKYES7iFA" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">457 Ruritan Run Rd., Gate City, VA 24251</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '04884903-dcd3-403b-b314-c9bc12123df8'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="widgetCarousel-group" data-group="4">
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor41b722f9-cd78-4eee-937a-73519bb1455a" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">401 Gate City</h2><h3 class="subhead2" style="text-align: center;">Gate City High School</h3><p style="text-align: center;"><a aria-label="170 Harry Fry Drive, Gate City, VA 24251 Opens in new window" href="https://goo.gl/maps/VZSx8Koa2SvbCfDu5" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">170 Harry Fry Dr, Gate City, VA 24251</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '41b722f9-cd78-4eee-937a-73519bb1455a'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor298a201a-e362-4cae-8a50-82f9ea4e9229" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">501 Dungannon</h2><h3 class="subhead2" style="text-align: center;">Dungannon Elementary School</h3><p style="text-align: center;"><a aria-label="113 Fifth Ave., Dungannon, VA 24245 Opens in new window" href="https://goo.gl/maps/ha9qr4cTQbCCxgiW8" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">113 Fifth Ave., Dungannon, VA 24245</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '298a201a-e362-4cae-8a50-82f9ea4e9229'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditorb442fec8-4931-476d-b527-0f6f64032d5f" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">502 Ft. Blackmore</h2><h3 class="subhead2" style="text-align: center;">Ft. Blackmore Elementary School</h3><p style="text-align: center;"><a aria-label="214 Big Stoney Creek Rd, Fort Blackmore, VA 24250 Opens in new window" href="https://goo.gl/maps/KKN3rcoBEWBpuauN8" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">214 Big Stoney Creek Rd, Fort Blackmore, VA 24250</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + 'b442fec8-4931-476d-b527-0f6f64032d5f'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="widgetCarousel-group" data-group="5">
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditorc955483e-e017-4d93-9703-147037522cb8" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">503 Manville</h2><h3 class="subhead2" style="text-align: center;">Manville Community Center</h3><p style="text-align: center;"><a aria-label="111 Sorrel Creek Ln., Gate City, VA 24251 Opens in new window" href="https://goo.gl/maps/AkjtAiaRHVzvVUzs5" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">111 Sorrel Creek Ln., Gate City, VA 24251</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + 'c955483e-e017-4d93-9703-147037522cb8'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor6b3af321-6cf8-4dba-b38b-806fa39e49ce" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">504 Rye Cove</h2><h3 class="subhead2" style="text-align: center;">Rye Cove High School</h3><p style="text-align: center;"><a aria-label="164 Eagles Nest Ln., Duffield, VA 24244 Opens in new window" href="https://goo.gl/maps/TGof6B1BkKheh9Z69" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">164 Eagles Nest Ln., Duffield, VA 24244</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '6b3af321-6cf8-4dba-b38b-806fa39e49ce'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor02f7a982-db8d-4d70-956c-89cdf016d0d4" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">601 Clinchport</h2><h3 class="subhead2" style="text-align: center;">Clinchport Community Center</h3><p style="text-align: center;"><a aria-label="743 Mustang St., Duffield, VA 24244 Opens in new window" href="https://goo.gl/maps/xmhajYffCjFxhVWk6" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">743 Mustang St., Duffield, VA 24244</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '02f7a982-db8d-4d70-956c-89cdf016d0d4'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="widgetCarousel-group" data-group="6">
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditord351e6ea-28ca-4f74-820b-adc11fab2ce2" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">602 Duffield/Pattonsville</h2><h3 class="subhead2" style="text-align: center;">Duffield Primary School</h3><p style="text-align: center;"><a aria-label="663 Duff Patt Hwy., Duffield, VA 24244 Opens in new window" href="https://goo.gl/maps/HgXatzGHTZPL1Y6T9" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">663 Duff Patt Hwy., Duffield, VA 24244</a></p><p><br></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + 'd351e6ea-28ca-4f74-820b-adc11fab2ce2'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor98d370af-2c8d-4156-b201-4b1536a2a97f" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">603 Fairview</h2><h3 class="subhead2" style="text-align: center;">Fairview Community Center</h3><p style="text-align: center;"><a aria-label="9357 Fairview Rd., Duffield, VA 24244 Opens in new window" href="https://goo.gl/maps/wJZEEC6JdPTt487W7" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">9357 Fairview Rd., Duffield, VA 24244</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '98d370af-2c8d-4156-b201-4b1536a2a97f'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetCarousel-item widgetCarousel-item--33 col" style="padding: 0 0.5em;opacity:0;">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditordbcf4d78-e376-453b-8f0a-48c53b7539cf" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h2 class="subhead1"><br></h2><h2 class="subhead1" style="text-align: center;">Central Absentee Precinct</h2><h3 class="subhead2" style="text-align: center;">General Registrar's Office</h3><p style="text-align: center;"><a aria-label="190 Beech Street, Suite 204, Gate City, VA 24251 Opens in new window" href="https://goo.gl/maps/BDJ27YN33sHiGGMM9" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">190 Beech Street, Suite 204, Gate City, VA 24251</a></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + 'dbcf4d78-e376-453b-8f0a-48c53b7539cf'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<a href="#" class="arrow next widgetCarousel-next disabled" style="display: none;"><span class="arrowBG"></span>Next<span class="arrowInner"></span></a>
|
||
<a href="#" class="arrow prev widgetCarousel-previous disabled" style="display: none;"><span class="arrowBG"></span>Previous<span class="arrowInner"></span></a>
|
||
<ol class="semanticList pager dots" style="display: none;"></ol>
|
||
<script type="text/javascript">
|
||
$.when(window.Pages.rwdReady).done(function () {
|
||
var mediaQuerySize = 25;
|
||
var carouselWidgetID = 'divCarousel150ccbf8-f022-4c9a-95e9-fa1f9135e205';
|
||
var $carouselWidget = $('#' + carouselWidgetID);
|
||
var transition = 'slide';
|
||
var transitionTiming = 1;
|
||
var groupAdvance = 'automatically';
|
||
var groupTiming = 5;
|
||
var showArrows = false;
|
||
var showPaging = true;
|
||
var showDots = true;
|
||
|
||
if (mediaQuerySize > 0) {
|
||
var mediaElementQuery = '#' + carouselWidgetID + ':media(this-min-width:' + mediaQuerySize + 'em)';
|
||
window.cpMedia.unregister(mediaElementQuery).register(mediaElementQuery, {
|
||
deferSetup: false,
|
||
setup: function () {
|
||
$carouselWidget.addClass('narrow').removeClass('wide');
|
||
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
|
||
|
||
$carouselWidget.carouselWidget({
|
||
transition: transition,
|
||
transitionTiming: transitionTiming,
|
||
groupAdvance: groupAdvance,
|
||
groupTiming: groupTiming,
|
||
showArrows: showArrows,
|
||
showPaging: showPaging,
|
||
showDots: showDots,
|
||
sliderSelector : 'div.widgetCarousel-slider',
|
||
groupSelector: 'div.widgetCarousel-group',
|
||
itemsSelector: 'div.widgetCarousel-item'
|
||
});
|
||
},
|
||
match: function () {
|
||
$carouselWidget.addClass('wide').removeClass('narrow');
|
||
cpMedia.diag('$(element).removeClass("narrow"), mediaQuery: ' + mediaElementQuery);
|
||
|
||
$carouselWidget.carouselWidget('destroy');
|
||
$carouselWidget.carouselWidget('init', {
|
||
transition: transition,
|
||
transitionTiming: transitionTiming,
|
||
groupAdvance: groupAdvance,
|
||
groupTiming: groupTiming,
|
||
showArrows: showArrows,
|
||
showPaging: showPaging,
|
||
showDots: showDots,
|
||
sliderSelector : 'div.widgetCarousel-slider',
|
||
groupSelector: 'div.widgetCarousel-group',
|
||
itemsSelector: ''
|
||
});
|
||
},
|
||
unmatch: function () {
|
||
$carouselWidget.addClass('narrow').removeClass('wide');
|
||
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
|
||
|
||
$carouselWidget.carouselWidget('destroy');
|
||
$carouselWidget.carouselWidget('init', {
|
||
transition: transition,
|
||
transitionTiming: transitionTiming,
|
||
groupAdvance: groupAdvance,
|
||
groupTiming: groupTiming,
|
||
showArrows: showArrows,
|
||
showPaging: showPaging,
|
||
showDots: showDots,
|
||
sliderSelector : 'div.widgetCarousel-slider',
|
||
groupSelector: 'div.widgetCarousel-group',
|
||
itemsSelector: 'div.widgetCarousel-item'
|
||
});
|
||
}
|
||
});
|
||
}
|
||
});
|
||
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
</section> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="3771d489-d000-43cc-9294-77e468d84c95">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id83ef4d7d-b412-46df-b1ce-93b477742593" style="" data-widgetcontainerid="83ef4d7d-b412-46df-b1ce-93b477742593">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor0f4dcf14-aa0f-4e9c-8247-e0f6b47dad16" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<h3 id="isPasted" style="text-align: center;">Scott County Office of Elections and Voter Registration</h3><p style="text-align: center;"><em>190 Beech St. Ste 204 Gate City, VA 24251 • Hours: Monday-Friday 8:00am-4:00pm</em><br><em>Mailing Address: P.O. Box 1892 Gate City, VA 24251</em><br><em>Phone: 276-386-3843 • Fax: 276-386-3741 • Email: <a href="mailto:medwards@scottcountyva.com">medwards@scottcountyva.com</a></em></p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '0f4dcf14-aa0f-4e9c-8247-e0f6b47dad16'));
|
||
});
|
||
</script>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="newCP">
|
||
|
||
</div>
|
||
</div>
|
||
</div><aside data-cpRole="contentContainer" id="featureColumn" class="secondaryContent"> <div id="ccd6923f64-2522-4bce-8783-61ad1b416b69" data-containerid="d6923f64-2522-4bce-8783-61ad1b416b69" class="pageContent cpGrid cpGrid24 showInMobile" data-contentcontainerbreakpoint="40">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside>
|
||
</div><div data-cpRole="structuralContainer" id="siteSidebarTS" class="siteSidebar">
|
||
<aside data-cpRole="contentContainer" id="sidebarContainer1TS"> <div id="ccfdbdeaef-e8f0-4313-aa73-9f78170da978" data-containerid="fdbdeaef-e8f0-4313-aa73-9f78170da978" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><nav data-cpRole="nav" id="secondaryNav" class="siteNav secondaryNav">
|
||
|
||
|
||
|
||
|
||
|
||
<ol role="menu" id="secondaryMenusecondaryNav" data-parent="288" class="rootNavMenu accordionNav">
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem301" data-pageid="301">
|
||
<div class="accordionNavItem">
|
||
<a href="../301/About-Us.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">About Us</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem319" data-pageid="319">
|
||
<div class="accordionNavItem">
|
||
<a href="../319/Electoral-Board.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">Electoral Board</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem302" data-pageid="302">
|
||
<div class="accordionNavItem">
|
||
<a href="../302/Registering-to-Vote.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">Registering to Vote</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem303" data-pageid="303">
|
||
<div class="accordionNavItem">
|
||
<a href="../303/Casting-a-Ballot.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">Casting a Ballot</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem304" data-pageid="304">
|
||
<div class="accordionNavItem">
|
||
<a href="../304/Absentee-Voting-by-Mail.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">→Absentee Voting by Mail</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem305" data-pageid="305">
|
||
<div class="accordionNavItem">
|
||
<a href="../305/Early-Voting-in-Person.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">→Early Voting in Person</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem306" data-pageid="306">
|
||
<div class="accordionNavItem">
|
||
<a href="Voting-in-Person-on-Election-Day.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">→Voting in Person on Election Day</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem308" data-pageid="308">
|
||
<div class="accordionNavItem">
|
||
<a href="../308/Helpful-Links-FAQs.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">Helpful Links & FAQs</a>
|
||
</div>
|
||
</li>
|
||
|
||
</ol>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//setup menu manager properties for secondary menu
|
||
menuManager.isSideMenuEditable = false;
|
||
menuManager.sideMenuMaxSubMenuLevels = 4;
|
||
menuManager.sideMenuHasCustomLinks = false;
|
||
});
|
||
</script>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
$('*[id^="SideItem"]').each(function () {
|
||
var ids = $('[id="' + this.id + '"]');
|
||
if (ids.length > 1)
|
||
$.each(ids, function (index, value) {
|
||
value.id = value.id + '_' + index;
|
||
});
|
||
});
|
||
|
||
$('.hasAccordionChildren .openAccordionNav').click(function (e) {
|
||
e.preventDefault();
|
||
showHideAccordionMenuForSecondaryNav($(this));
|
||
});
|
||
|
||
$("#secondaryNav .grippy").each(function () {
|
||
menuManager.setupDraggableElement($(this), SIDE_MENU, '#secondaryNav');
|
||
});
|
||
|
||
$("#secondaryNav li").each(function () {
|
||
menuManager.setupDroppableAccordionElement($(this), SIDE_MENU);
|
||
});
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
</nav><aside data-cpRole="contentContainer" id="sidebarContainer2TS"> <div id="cc5ef90f05-82fa-4944-8f6d-653e6e0c0078" data-containerid="5ef90f05-82fa-4944-8f6d-653e6e0c0078" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside>
|
||
</div>
|
||
</div></div>
|
||
</div><!-- GBs --><div data-cpRole="structuralContainer" id="gbsContainerTS">
|
||
<div class="siteWrap"><div data-cpRole="contentContainer" id="gbsTS"> <div id="cc7365dff8-da14-4225-baaf-33abd9c78f16" data-containerid="7365dff8-da14-4225-baaf-33abd9c78f16" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="1">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col12 first" style="" data-widgetcontainerid="430d6f14-490a-4d18-a3a7-81e7cdf61a49">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last id4fc2d592-bdbc-4096-98dc-0b1eecb7102c" style="" data-widgetcontainerid="4fc2d592-bdbc-4096-98dc-0b1eecb7102c">
|
||
|
||
<div data-widget-id="b854ffc1-1ba9-43c8-bbc5-80aa31a9e8b9" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgetb854ffc1-1ba9-43c8-bbc5-80aa31a9e8b9" 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="8b3a9866-efc8-424c-b6db-dd320e7057d5">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last id8c239dea-67aa-460e-a625-8521917f7a85" style="" data-widgetcontainerid="8c239dea-67aa-460e-a625-8521917f7a85">
|
||
|
||
<div data-widget-id="11881e11-99f8-4df1-b96a-8944eb875236" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidget11881e11-99f8-4df1-b96a-8944eb875236" 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="ccb6f566fd-0b59-4562-aa26-4f086a54c8b8" data-containerid="b6f566fd-0b59-4562-aa26-4f086a54c8b8" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="55">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col4 first" style="" data-widgetcontainerid="b93a8194-9d2c-4f79-bd0b-71873f93cde9">
|
||
|
||
<div class="row nest first wide">
|
||
|
||
|
||
<div class="inner col col4 first last id559ac1d0-6a60-4cce-a166-d478803be4ab" style="" data-widgetcontainerid="559ac1d0-6a60-4cce-a166-d478803be4ab">
|
||
|
||
<div data-widget-id="a4d852e4-a44a-44da-a97f-7ee0e068d8bc" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdva4d852e4-a44a-44da-a97f-7ee0e068d8bc" 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="headera4d852e4-a44a-44da-a97f-7ee0e068d8bc">
|
||
<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) {
|
||
$('#divInfoAdva4d852e4-a44a-44da-a97f-7ee0e068d8bc .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 id0327bc5f-9afc-49a3-984c-b2f93237357d" style="" data-widgetcontainerid="0327bc5f-9afc-49a3-984c-b2f93237357d">
|
||
|
||
<div data-widget-id="8a74d211-4c87-4b76-9f39-4b7ec92abcf8" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidget8a74d211-4c87-4b76-9f39-4b7ec92abcf8" 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="85a59e11-4b26-48db-8329-33a0232f3d38">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id759ae247-803f-4dd9-8364-c0dd3bb94aed" style="" data-widgetcontainerid="759ae247-803f-4dd9-8364-c0dd3bb94aed">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="06cf9bc8-fd08-4aa6-b239-f8265a8d048e"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4" style="" data-widgetcontainerid="602700d9-c291-4b6d-895c-c9bb80b9744f">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id647ee9c2-f75f-446d-b72a-3c1edae8a9cd" style="" data-widgetcontainerid="647ee9c2-f75f-446d-b72a-3c1edae8a9cd">
|
||
|
||
<div data-widget-id="2842f037-7ddc-4da7-a3e1-facbbb23f565" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv2842f037-7ddc-4da7-a3e1-facbbb23f565" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="header2842f037-7ddc-4da7-a3e1-facbbb23f565">
|
||
<header class="widgetHeader" id="header2842f037-7ddc-4da7-a3e1-facbbb23f565">
|
||
<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) {
|
||
$('#divInfoAdv2842f037-7ddc-4da7-a3e1-facbbb23f565 .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="4c371095-e99b-42ac-ba33-8d0783304e4c">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last idc709b22e-5c39-4050-a7e1-31ea45247b0a" style="" data-widgetcontainerid="c709b22e-5c39-4050-a7e1-31ea45247b0a">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="840076a6-036e-4cdd-9a3f-66b3379f09d0"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4" style="" data-widgetcontainerid="12299648-a0f6-4b06-8202-1c112440b729">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id7a3c1b53-3c4f-4212-8fb7-5bf0102d8b1d" style="" data-widgetcontainerid="7a3c1b53-3c4f-4212-8fb7-5bf0102d8b1d">
|
||
|
||
<div data-widget-id="09d79684-e37e-4bb8-9dd3-f98da628f3f5" data-widget-controller-path="/QuickLinks/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetQuicklink09d79684-e37e-4bb8-9dd3-f98da628f3f5" class="widget widgetQuickLinks skin37 widgetOptionSet30 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeader09d79684-e37e-4bb8-9dd3-f98da628f3f5">
|
||
<header class="widgetHeader" id="quickLinksHeader09d79684-e37e-4bb8-9dd3-f98da628f3f5">
|
||
<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="4320b6dd-0858-4f25-b504-48870296ae90">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id9570c8c5-d5c8-4019-8325-76aecb9d24ad" style="" data-widgetcontainerid="9570c8c5-d5c8-4019-8325-76aecb9d24ad">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="29d1f7a2-3f3f-4b94-9d60-83f3c6e850d0"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3 last" style="" data-widgetcontainerid="63ec0da0-1482-4d77-8b3c-c8a0d39aa1d4">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id002c08bb-449e-416b-8124-c87d45532d67" style="" data-widgetcontainerid="002c08bb-449e-416b-8124-c87d45532d67">
|
||
|
||
<div data-widget-id="9be65736-2a55-408f-8075-cc32b56222c7" data-widget-controller-path="/QuickLinks/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetQuicklink9be65736-2a55-408f-8075-cc32b56222c7" class="widget widgetQuickLinks skin37 widgetOptionSet30 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeader9be65736-2a55-408f-8075-cc32b56222c7">
|
||
<header class="widgetHeader" id="quickLinksHeader9be65736-2a55-408f-8075-cc32b56222c7">
|
||
<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-9" style="display: none"></div>
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$.when(window.Pages.rwdSetupComplete)
|
||
.done(function () {
|
||
renderBanner('banner2-9',
|
||
'banner2',
|
||
{"BannerOptionID":9,"ThemeID":1,"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":76,"BannerOptionID":9,"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":76,"BannerOptionID":9,"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/Interior/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="cc6d6cb0a5-86c2-47f0-94f9-e6f6b71ca58f" data-containerid="6d6cb0a5-86c2-47f0-94f9-e6f6b71ca58f" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="aa579444-2609-4679-ad28-0a4baf2f58d9">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id2c9db04f-b12d-41a3-ac89-254809839d37" style="" data-widgetcontainerid="2c9db04f-b12d-41a3-ac89-254809839d37">
|
||
|
||
|
||
<div data-widget-id='de3fa38d-c2a3-4dd0-968c-1951a1f2bdc4' data-moduleName="customHtml" id='widgetCustomHtmlde3fa38d-c2a3-4dd0-968c-1951a1f2bdc4' class="widget widgetCustomHtml skin37 narrow" >
|
||
<div class="widgetBody pageStyles" id="widgetBodyde3fa38d-c2a3-4dd0-968c-1951a1f2bdc4">
|
||
<div id="customHtmlde3fa38d-c2a3-4dd0-968c-1951a1f2bdc4"><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: '306',
|
||
targetType: 1
|
||
}
|
||
|
||
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/306/Voting-in-Person-on-Election-Day by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:04:57 GMT -->
|
||
</html> |