2521 lines
106 KiB
HTML
2521 lines
106 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from scottcountyva.com/188/Sites-Buildings by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:08:08 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("Sites-Buildings.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 = {"DepartmentHeaderId":157,"DepartmentHeaderName":"Economic Development"};
|
||
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="Business" />
|
||
<meta name="category2" content="Economic Development" />
|
||
<meta name="category3" content="Business" />
|
||
<meta name="category4" content="Sites & Buildings" />
|
||
|
||
|
||
<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>Sites & Buildings | Scott County, VA</title>
|
||
|
||
<meta name="description" content="Scott County has the following sites and building available. The Virginia Department of Small Business and Supplier Diversity can help with questions concerning conducting business in Virginia.">
|
||
<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="../1348096400.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="7fb0327b-3d22-49b5-8f27-3f4177e744b9" />
|
||
<input type="hidden" id="hdnWorkingCopyID" value="00000000-0000-0000-0000-000000000000" />
|
||
<input type="hidden" id="hdnThemeID" value="19" />
|
||
<input type="hidden" id="pageIsFrontEnd" value="true" />
|
||
<input type="hidden" id="pageModuleID" />
|
||
<input type="hidden" id="pagePageID" value="188" />
|
||
<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="../157/Economic-Development.html" target="_self"><img alt="Economic Development Home Page" class="bannerObject" height="136" src="../ImageRepository/Document7c75.png?documentID=115" width="598" /></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="157" class="rootNavMenu" role="menu"><!--
|
||
--><li id="MainItem158" class="topMenuItem" role="none" data-pageid="158" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavEconomicDevelopment" class="navMainItem mainNavItem mainNavItem1" href="../158/Economic-Development.html" target="_self">Economic Development</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem159" class="topMenuItem" role="none" data-pageid="159" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavChamberofCommerce" class="navMainItem mainNavItem mainNavItem2" href="../159/Chamber-of-Commerce.html" target="_self">Chamber of Commerce</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem160" class="topMenuItem" role="none" data-pageid="160" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem3" href="../160/Business.html" target="_self">Business</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem162" class="topMenuItem" role="none" data-pageid="162" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavNews" class="navMainItem mainNavItem mainNavItem4" href="../162/News.html" target="_self">News</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=157&moduleID=&themeID=19&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="mainNavMegaMenu158" class="contentTop mainNavMegaMenu megaMenuContainer pageID_158 hidden" data-orientation="horizontal"> <div id="cc2a85ed35-1cd6-47a1-85c6-bc9228686ef1" data-containerid="2a85ed35-1cd6-47a1-85c6-bc9228686ef1" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu159" class="contentTop mainNavMegaMenu megaMenuContainer pageID_159 hidden" data-orientation="horizontal"> <div id="ccbe06b5e8-9a66-4720-bd25-8958570a6569" data-containerid="be06b5e8-9a66-4720-bd25-8958570a6569" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu160" class="contentTop mainNavMegaMenu megaMenuContainer pageID_160 hidden" data-orientation="horizontal"> <div id="cc12d8866c-df5c-4409-a6fe-0416decc9277" data-containerid="12d8866c-df5c-4409-a6fe-0416decc9277" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu162" class="contentTop mainNavMegaMenu megaMenuContainer pageID_162 hidden" data-orientation="horizontal"> <div id="cc362db9cb-ae05-4828-ac69-dbfc3721efe2" data-containerid="362db9cb-ae05-4828-ac69-dbfc3721efe2" 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="bannerImagesJSON64" 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":64,"ThemeID":19,"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":113,"BannerOptionID":64,"FileName":"/ImageRepository/Document?documentID=116","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":0,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":114,"BannerOptionID":64,"FileName":"/ImageRepository/Document?documentID=117","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":115,"BannerOptionID":64,"FileName":"/ImageRepository/Document?documentID=118","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":2,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
|
||
'../App_Themes/Interior/Images/index.html',
|
||
'Rotating',
|
||
'2');
|
||
});
|
||
}, "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="../35/Business.html">Business</a></li><li><a class="breadCrumb" href="../157/Economic-Development.html">Economic Development</a></li><li><a class="breadCrumb" href="../160/Business.html">Business</a></li><li id="currentBCPage" data-pageid="188">Sites & Buildings</li>
|
||
</ol>
|
||
|
||
|
||
|
||
</div><div data-cpRole="mainContentContainer" id="moduleContent">
|
||
|
||
<div id="page" class="moduleContentNew">
|
||
|
||
|
||
<input id="hdnPageID" name="hdnPageID" type="hidden" value="188" />
|
||
<input id="hdnParentID" name="hdnParentID" type="hidden" value="160" />
|
||
<input id="hdnVersionID" name="hdnVersionID" type="hidden" value="1782" />
|
||
<input id="pageMenuTitle" name="pageMenuTitle" type="hidden" value="Sites & Buildings" />
|
||
<input id="pageShowFeatureColumn" name="pageShowFeatureColumn" type="hidden" value="True" />
|
||
<input id="hdnIsLayoutPage" name="hdnIsLayoutPage" type="hidden" value="False" />
|
||
<input id="hdnPageStatus" name="hdnPageStatus" type="hidden" value="Published" />
|
||
|
||
<h1 id="versionHeadLine" class="headline">
|
||
|
||
Sites & Buildings </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 col24 first last" style="" data-widgetcontainerid="3a4139f5-c8c7-45ed-bd78-e44004cb413e">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last idfa567f5d-269b-4c53-8e76-eb1caba18845" style="" data-widgetcontainerid="fa567f5d-269b-4c53-8e76-eb1caba18845">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor9b9c3dea-9c51-4d26-a51d-e87db40228cf" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<p id="isPasted">Scott County has the following sites and buildings available. The Virginia Department of Small Business and Supplier Diversity can help with questions concerning conducting business in Virginia. Visit the <a href="https://www.sbsd.virginia.gov/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">SBSD Website</a>.</p><h2 id="isPasted">Riverside Development, Weber City, VA</h2><p>Now Available! Riverside Technology Building, Weber City, VA. Located in the <a aria-label="Riverside Development (PDF) Opens in new window" href="../DocumentCenter/View/175/Riverside%2520Technology%2520Building%2520Information%2520%2528PDF%2529e311.pdf" rel="noopener" target="_blank">Riverside Development (PDF)</a> in an <a href="https://www.dhcd.virginia.gov/vez" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">Enterprise Zone</a> and an <a href="https://www.dhcd.virginia.gov/opportunity-zones-oz" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">Opportunity Zone</a>. For more information, visit <a aria-label="Riverside Website Opens in new window" href="https://www.riversidedevelopmentva.com/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" target="_blank">Riverside Website</a></p><h2 class="subhead1">Scott County Regional Business & Technology Park </h2><p>The 65-acre tract yields almost 55 developable acres, all fully served by access roads, water, sewer, broadband communications, and all necessary support services. The park is specifically geared to technology-dependent firms with plans for bringing a level of bandwidth, redundant service, and aggressive pricing for such services to the park to a degree never before offered in the Virginia-Tennessee region. </p><h2 class="subhead1">Duffield Premier Data Center Site</h2><p>Duffield Site is designated as one of twelve Premier Data Center Sites in the TVA Region. View the <a aria-label="press release (PDF) Opens in new window" href="https://scottcountyva.com/DocumentCenter/View/173/Scott-County-Primary-Data-Center-Press-Release-PDF?bidId=" rel="noopener" target="_blank">press release (PDF)</a> and the site location.</p><h2 id="isPasted">These sites and building are located in an Enterprise Zone</h2><p>These sites and buildings are located in an <a href="https://www.dhcd.virginia.gov/vez" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">Enterprise Zone</a>.</p><h2 class="subhead1">Crooked Road Tech Center </h2><p>View <a aria-label="more information (PDF) Opens in new window" href="../DocumentCenter/View/174/CRTC%2520Flyer%25202020%2520%2528PDF%2529e311.pdf" rel="noopener" target="_blank">more information (PDF)</a>.</p><h2 class="subhead1">Additional Assistance</h2><p>Projects may qualify for additional assistance from the following:</p><p>The Virginia Tobacco Region Revitalization Commission's Tobacco Region Opportunity Fund (TROF), the Virginia Coalfield Economic Development Authority's Coalfield Region Opportunity Fund (CROF), and the Virginia Economic Development Partnership.</p>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '9b9c3dea-9c51-4d26-a51d-e87db40228cf'));
|
||
});
|
||
</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 class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="97e94286-d8e9-4857-aba3-68bbbe6239e6">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id35d9e67d-b49c-4fc6-b10c-7cda4d58757a" style="" data-widgetcontainerid="35d9e67d-b49c-4fc6-b10c-7cda4d58757a">
|
||
|
||
|
||
<div class="widget slideShow skin49" id="slideshowa4f677ff-5a98-4593-80db-bc29b2c0b9c1" data-widgetID="a4f677ff-5a98-4593-80db-bc29b2c0b9c1">
|
||
<input type="hidden" class="slideTiming" value="5"/>
|
||
<input type="hidden" class="transitionTiming" value="1"/>
|
||
<input type="hidden" class="hdnSlideshowUniqueID" value="212" />
|
||
<div id="divSlideshow212" class="cpSlideshow widgetBody cpSlideshowJS212 narrow">
|
||
<link href="../Assets/Styles/PausePlay/PausePlay.css" rel="stylesheet" />
|
||
<script src="../1700977764.js" type="text/javascript"></script>
|
||
<div class="cpWindow cpWindowJS212 ">
|
||
<ol class="semanticList cpSlider fade cpSliderJS212">
|
||
<li class="hidden" id="212_1764" data-index="0">
|
||
|
||
|
||
<img src="../ImageRepository/Document96ce.jpg?documentID=169" class="" alt="Primary Data Center Site" title="Primary Data Center Site" data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
<li class="hidden" id="212_1765" data-index="1">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=170" class="" alt="SCRBTP Updated Aerial" title="SCRBTP Updated Aerial" data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
<li class="hidden" id="212_1766" data-index="2">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=171" class="" alt="The Crooked Road Tech Center" title="The Crooked Road Tech Center" data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
<li class="hidden" id="212_1767" data-index="3">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=172" class="" alt="Riverside Development" title="Riverside Development" data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
</ol>
|
||
<div class="contentSlideshowControls">
|
||
<button class="arrowNew next nextJS212 alwaysDisplayArrowNew " aria-label="Next" style="" role="button" onclick="return false;">
|
||
<svg style="color:#fff; background:#000;" class="arrowNextPrevBackground arrowNextPrevBackgroundColor">
|
||
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconSlideshowArrowRight"></use>
|
||
</svg>
|
||
</button>
|
||
<button class="arrowNew prev prevJS212 alwaysDisplayArrowNew " aria-label="Previous" style="" role="button" onclick="return false;">
|
||
<svg style="color:#fff; background:#000;" class="arrowNextPrevBackground arrowNextPrevBackgroundColor">
|
||
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconSlideshowArrowLeft"></use>
|
||
</svg>
|
||
</button>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
<ol class="semanticList pager dots">
|
||
<li class="active" id="dot212_1764">
|
||
<a href="#targetImage" onclick=" return false; " class="dotJS212" data-targetImageli="212_1764">1</a>
|
||
</li>
|
||
<li class="" id="dot212_1765">
|
||
<a href="#targetImage" onclick=" return false; " class="dotJS212" data-targetImageli="212_1765">2</a>
|
||
</li>
|
||
<li class="" id="dot212_1766">
|
||
<a href="#targetImage" onclick=" return false; " class="dotJS212" data-targetImageli="212_1766">3</a>
|
||
</li>
|
||
<li class="" id="dot212_1767">
|
||
<a href="#targetImage" onclick=" return false; " class="dotJS212" data-targetImageli="212_1767">4</a>
|
||
</li>
|
||
</ol>
|
||
<script type="text/javascript">
|
||
// <!--
|
||
var $1 = typeof $ == 'undefined' ? window.parent.$ : $;
|
||
$1(document).ready(function () {
|
||
var slideshow6ccb045264f74172805a082c60fbdb2f = new Slideshow();
|
||
slideshow6ccb045264f74172805a082c60fbdb2f.generate('212','1','5', false,false, 0);
|
||
|
||
$('.ssPlay-btn').addClass('isHidden');
|
||
});
|
||
var $pages = typeof window.Pages == 'undefined' ? window.parent.Pages : window.Pages;
|
||
$1.when($pages.rwdReady).done(function () {
|
||
var divSlideshowID = 'divSlideshow212';
|
||
var mediaQuerySize = 25;
|
||
if (mediaQuerySize == 0)
|
||
mediaQuerySize = 25; //default for not widget slide show
|
||
var mediaElementQuery = '#' + divSlideshowID + ':media(this-min-width:' + mediaQuerySize + 'em)';
|
||
var $cpMedia = typeof window.cpMedia == 'undefined' ? window.parent.cpMedia : window.cpMedia;
|
||
var $divSlideShow = $('#' + divSlideshowID);
|
||
var $arrows = $divSlideShow.find('a.arrow');
|
||
var $arrowsNew = $divSlideShow.find('a.arrowNew');
|
||
var $divExternalSlideshow = $('.bannerSlideshowControlsNew').last();
|
||
var $overlays = $(document.getElementsByName('captionOverlay_212'));
|
||
|
||
if(window.isMobileBrowserIncludingTablets){
|
||
$overlays.each(function (overlay) {
|
||
$(overlay).removeClass('overlay')
|
||
});
|
||
}
|
||
|
||
$cpMedia.unregister(mediaElementQuery)
|
||
.register(mediaElementQuery,
|
||
{
|
||
deferSetup: false,
|
||
setup: function () {
|
||
cpMedia.diag('$(element).removeClass("wide"), mediaQuery: ' + mediaElementQuery);
|
||
$divSlideShow.removeClass('wide').addClass('narrow');
|
||
if ($divExternalSlideshow.length > 0) {
|
||
$divExternalSlideshow.hide();
|
||
}
|
||
if ($arrows.length > 0) {
|
||
$arrows.hide();
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID)
|
||
.on('swipeRight',
|
||
function (e, a) {
|
||
$arrows.filter('.prev').click();
|
||
});
|
||
$$('#' + divSlideshowID)
|
||
.on('swipeLeft',
|
||
function (e) {
|
||
$arrows.filter('.next').click();
|
||
});
|
||
}
|
||
}
|
||
if ($arrowsNew.length > 0) {
|
||
|
||
if (!(true && !window.isMobileBrowserIncludingTablets)) {
|
||
$arrowsNew.hide();
|
||
}
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID)
|
||
.on('swipeRight',
|
||
function (e, a) {
|
||
$arrowsNew.filter('.prev').click();
|
||
});
|
||
$$('#' + divSlideshowID)
|
||
.on('swipeLeft',
|
||
function (e) {
|
||
$arrowsNew.filter('.next').click();
|
||
});
|
||
}
|
||
}
|
||
if ($overlays.length > 0 && window.isMobileBrowserIncludingTablets) {
|
||
if (2 == 1) {
|
||
$overlays.hide();
|
||
} else if (2 == 2) {
|
||
$overlays.removeClass('overlay');
|
||
}
|
||
}
|
||
},
|
||
match: function () {
|
||
cpMedia.diag('$(element).addClass("wide"), mediaQuery: ' + mediaElementQuery);
|
||
$divSlideShow.addClass('wide').removeClass('narrow');
|
||
if ($divExternalSlideshow.length > 0 && !$divExternalSlideshow.hasClass('none')) {
|
||
$divExternalSlideshow.show();
|
||
}
|
||
if ($arrows.length > 0) {
|
||
$arrows.show();
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID).off('swipeRight');
|
||
$$('#' + divSlideshowID).off('swipeLeft');
|
||
}
|
||
}
|
||
if ($arrowsNew.length > 0) {
|
||
$arrowsNew.show();
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID).off('swipeRight');
|
||
$$('#' + divSlideshowID).off('swipeLeft');
|
||
}
|
||
}
|
||
if ($overlays.length > 0) {
|
||
if (2 == 1) {
|
||
$overlays.show();
|
||
} else if (2 == 2 && !window.isMobileBrowserIncludingTablets) {
|
||
$overlays.addClass('overlay');
|
||
}
|
||
}
|
||
},
|
||
unmatch: function () {
|
||
cpMedia.diag('$(element).removeClass("wide"), mediaQuery: ' + mediaElementQuery);
|
||
$divSlideShow.removeClass('wide').addClass('narrow');
|
||
if ($divExternalSlideshow.length > 0) {
|
||
$divExternalSlideshow.hide();
|
||
}
|
||
if ($arrows.length > 0) {
|
||
$arrows.hide();
|
||
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID).on('swipeRight', function (e) {
|
||
$arrows.filter('.prev').click();
|
||
});
|
||
$$('#' + divSlideshowID).on('swipeLeft', function (e) {
|
||
$arrows.filter('.next').click();
|
||
});
|
||
}
|
||
}
|
||
if ($arrowsNew.length > 0) {
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID).on('swipeRight', function (e) {
|
||
$arrowsNew.filter('.prev').click();
|
||
});
|
||
$$('#' + divSlideshowID).on('swipeLeft', function (e) {
|
||
$arrowsNew.filter('.next').click();
|
||
});
|
||
}
|
||
}
|
||
if ($overlays.length > 0 && window.isMobileBrowserIncludingTablets) {
|
||
if (2 == 1) {
|
||
$overlays.hide();
|
||
} else if (2 == 2) {
|
||
$overlays.removeClass('overlay');
|
||
}
|
||
}
|
||
}
|
||
});
|
||
});
|
||
// -->
|
||
</script>
|
||
|
||
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
$('.slideshowOptions.nonEmpty').unbind('click').click(function (e) {
|
||
var $this = $(this);
|
||
// If the parent is a slider we need to tweak our "this" reference to refer to the options handle.
|
||
// This came about, because we needed to use slider images to trigger options. - JE
|
||
if ($this.parent().hasClass('cpSlider')) {
|
||
$this = $this.closest('.widget.slideShow').siblings('.handle.options');
|
||
}
|
||
|
||
//Set values for global variables for slideshow.
|
||
if ($this.attr('data-widgetID').length !== 0) {
|
||
parentID_Slideshow = 'slideshow' + $this.attr('data-widgetID');
|
||
}
|
||
callbackfnSlideshowSave = null;
|
||
var pageID = ContentCollectionInstance.PageID;
|
||
var moduleID = ContentCollectionInstance.ModuleID;
|
||
var qs = '?pageID=' + pageID + '&moduleID=' + moduleID;
|
||
//Set slideshow widgetID
|
||
ContentCollectionInstance.SlideshowWidgetID = $this.siblings('.widgetID').val();
|
||
$popUp_Slideshow = openCpModal({
|
||
title: 'Slideshow',
|
||
className: 'newCP adminWrap cpPopOver admin modalSlideshow',
|
||
isFrontEnd: false,
|
||
useIframe: false,
|
||
draggable: true,
|
||
url: '/Slideshow/SlideshowConfiguration/' + $this.siblings('.slideShow').find('.hdnSlideshowUniqueID').val() + qs
|
||
});
|
||
});
|
||
|
||
$('.slideshowOptions.empty').unbind('click').click(function (e) {
|
||
var $this = $(this);
|
||
parentID_Slideshow = $this.parents('.slideShow').attr('id');
|
||
var pageID = ContentCollectionInstance.PageID;
|
||
var moduleID = ContentCollectionInstance.ModuleID;
|
||
var qs = '?pageID=' + pageID + '&moduleID=' + moduleID;
|
||
ContentCollectionInstance.SlideshowWidgetID = $(this).parents('.slideShow').attr('data-widgetID');
|
||
$popUp_Slideshow = openCpModal({
|
||
title: 'Slideshow',
|
||
className: 'newCP adminWrap cpPopOver admin modalSlideshow',
|
||
isFrontEnd: false,
|
||
useIframe: false,
|
||
draggable: true,
|
||
url: '/Slideshow/SlideshowConfiguration/' + $(this).next('.hdnSlideshowUniqueID').val() + qs
|
||
});
|
||
});
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
ua = navigator.userAgent;
|
||
/* MSIE used to detect old browsers and Trident used to newer ones*/
|
||
var is_ie = ua.indexOf("MSIE ") > -1 || ua.indexOf("Trident/index.html") > -1;
|
||
|
||
if (is_ie) {
|
||
$('.widget.slideShow').css('overflow', 'hidden').parents('.row.nest').css('overflow', 'hidden');
|
||
}
|
||
|
||
var hasEditRights = false;
|
||
if (window.File && window.FileList && window.FileReader && hasEditRights) {
|
||
var SlideshowWidget = 3;
|
||
makeWidgetAreaDroppable('a4f677ff-5a98-4593-80db-bc29b2c0b9c1', $('#slideshow' + 'a4f677ff-5a98-4593-80db-bc29b2c0b9c1'), SlideshowWidget, true, SlideshowWidgetCallback);
|
||
}
|
||
|
||
if(hasEditRights)
|
||
browserVersionNotCompatibleWithDragDropTextUpdate($('#slideshowPlaceholder' + 'a4f677ff-5a98-4593-80db-bc29b2c0b9c1'), 'Click to start adding images.');
|
||
});
|
||
|
||
function SlideshowWidgetCallback(widgetID, response) {
|
||
if (window.ContentCollectionInstance.IsWorkingCopy) {
|
||
//Remove this field since the partial view adds it back.
|
||
$('#slideshow' + widgetID).find('.hdnSlideshowUniqueID').remove();
|
||
if ($('#slideshow' + widgetID).find('.cpSlideshow').length > 0)
|
||
$('#slideshow' + widgetID).find('.cpSlideshow').replaceWith(response);
|
||
else
|
||
$('#slideshow' + widgetID).find('.slideshowOptions.empty.placeholder').replaceWith(response);
|
||
|
||
contentUpdated();
|
||
}
|
||
else {
|
||
ContentCollectionInstance.reloadContent();
|
||
}
|
||
|
||
$('.slideshowOptions.nonEmpty').unbind('click').click(function (e) {
|
||
var $this = $(this);
|
||
// If the parent is a slider we need to tweak our "this" reference to refer to the options handle.
|
||
// This came about, because we needed to use slider images to trigger options. - JE
|
||
if ($this.parent().hasClass('cpSlider')) {
|
||
$this = $this.closest('.widget.slideShow').siblings('.handle.options');
|
||
}
|
||
|
||
//Set values for global variables for slideshow.
|
||
if ($this.attr('data-widgetID').length !== 0) {
|
||
parentID_Slideshow = 'slideshow' + $this.attr('data-widgetID');
|
||
}
|
||
callbackfnSlideshowSave = null;
|
||
var pageID = ContentCollectionInstance.PageID;
|
||
var moduleID = ContentCollectionInstance.ModuleID;
|
||
var qs = '?pageID=' + pageID + '&moduleID=' + moduleID;
|
||
//Set slideshow widgetID
|
||
ContentCollectionInstance.SlideshowWidgetID = $this.siblings('.widgetID').val();
|
||
$popUp_Slideshow = openCpModal({
|
||
title: 'Slideshow',
|
||
className: 'newCP adminWrap cpPopOver admin modalSlideshow',
|
||
isFrontEnd: false,
|
||
useIframe: false,
|
||
draggable: true,
|
||
url: '/Slideshow/SlideshowConfiguration/' + $this.siblings('.slideShow').find('.hdnSlideshowUniqueID').val() + qs
|
||
});
|
||
});
|
||
|
||
$('.slideshowOptions.empty').unbind('click').click(function (e) {
|
||
var $this = $(this);
|
||
parentID_Slideshow = $this.parents('.slideShow').attr('id');
|
||
var pageID = ContentCollectionInstance.PageID;
|
||
var moduleID = ContentCollectionInstance.ModuleID;
|
||
var qs = '?pageID=' + pageID + '&moduleID=' + moduleID;
|
||
ContentCollectionInstance.SlideshowWidgetID = $(this).parents('.slideShow').attr('data-widgetID');
|
||
$popUp_Slideshow = openCpModal({
|
||
title: 'Slideshow',
|
||
className: 'newCP adminWrap cpPopOver admin modalSlideshow',
|
||
isFrontEnd: false,
|
||
useIframe: false,
|
||
draggable: true,
|
||
url: '/Slideshow/SlideshowConfiguration/' + $(this).next('.hdnSlideshowUniqueID').val() + qs
|
||
});
|
||
});
|
||
}
|
||
</script> </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="ba8aa3d5-e116-4594-895f-1bbf6dd2f70c">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id8efbdad5-5228-4510-bcd2-ec810f5fee74" style="" data-widgetcontainerid="8efbdad5-5228-4510-bcd2-ec810f5fee74">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div data-widget-id="417f1c18-436f-481b-bdce-f470db8490ba" data-moduleWidgetType="cityDirectory" data-widget-controller-path="/CityDirectory/Widget">
|
||
<div id="cityDirectoryWidget417f1c18-436f-481b-bdce-f470db8490ba" class="widget widgetStaffDirectory skin49 wide" >
|
||
<div class="widgetHeader">
|
||
<h3><a style="" href= ../Directory-2.html>Contact Us</a></h3>
|
||
</div>
|
||
<ol class="semanticList">
|
||
<li class="widgetItem h-card">
|
||
|
||
|
||
<h4 class="widgetTitle field p-name">
|
||
John Kilgore
|
||
|
||
</h4>
|
||
<div class="field p-job-title">Director of Economic Development</div>
|
||
<div class="field u-email"><a href="mailto:jkilgore@scottcountyva.com">Email John Kilgore </a></div>
|
||
|
||
|
||
<div class="field p-tel">Phone: <a href="tel:2763862525">276-386-2525</a></div>
|
||
|
||
|
||
|
||
<br />
|
||
</li>
|
||
<li class="widgetItem h-card">
|
||
|
||
<h4 class="widgetTitle field p-name">Economic Development</h4>
|
||
|
||
|
||
|
||
<div class="field h-adr">
|
||
<strong>Physical Address</strong>
|
||
<button class="viewMap" data-moduleId="4" onclick="new CivicPlus.Maps().LoadMap(document.getElementById('googleMap9'), '100%', $(document.getElementById('googleMap9')).next('.infotext').children('.address').text());">View Map</button> <br />
|
||
<span class="p-street-address">190 Beech Street</span><br />
|
||
<span class="p-street-address">Suite 202</span><br />
|
||
<span class="locality">Gate City</span>, <span class="p-region">VA</span> <span class="p-postal-code">24251</span>
|
||
|
||
</div>
|
||
<br />
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
var mode = 2;
|
||
loadGoogleMapsScript(mode, 'loadMaps');
|
||
});
|
||
</script>
|
||
<div class="field">
|
||
<br>
|
||
<div class="mapWrapLazyLoaded">
|
||
<div id="googleMap9" class="googleMap" style=""></div>
|
||
<div style="display: none" class="infotext">
|
||
<div class="address">190 Beech Street Suite 202 Gate City VA 24251</div>
|
||
</div>
|
||
</div>
|
||
<a href="https://www.google.com/maps/place/190+Beech+Street+Suite+202+Gate+City+VA+24251" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" class="mapLink" title="Open location on Google Maps">Directions</a>
|
||
</div>
|
||
<br />
|
||
|
||
|
||
<div class="field">Fax: 276-386-6158</div>
|
||
<br />
|
||
|
||
|
||
<div class="field"><a href="../directory99f9-2.html?did=9">Directory</a></div>
|
||
<br />
|
||
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</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="771b6f5a-b25e-43ac-a4db-c35093a5a336">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id96863c0e-af7f-4519-80ff-69eba35c59d6" style="" data-widgetcontainerid="96863c0e-af7f-4519-80ff-69eba35c59d6">
|
||
|
||
|
||
|
||
|
||
<section class="widget widgetRelatedDocuments skin49 narrow" id="widgetRelDoc7144a8a5-b8b8-454f-a169-44252ec75a3c" data-widgetid="7144a8a5-b8b8-454f-a169-44252ec75a3c" data-sections="[{"Title":"Documents","DocumentIDs":"175,174,173,","FolderIds":",","SortedDocumentIds":""}]" data-columncount="1" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Related Documents">
|
||
<div id="divRelatedDocuments_7144a8a5-b8b8-454f-a169-44252ec75a3c" class="relatedDocuments">
|
||
<div class="widgetBody cpGrid cpGrid1">
|
||
|
||
<div class="row narrow sortableWidgetTitle">
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="175,174,173," data-folderids="," data-sorteddocumentids="">
|
||
<h4 class="widgetTitle" style="clear:left;">Documents</h4>
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="174"><a target="_blank" href="../DocumentCenter/View/174/CRTC%2520Flyer%25202020%2520%2528PDF%2529.pdf" class="fileType pdf" aria-label="CRTC Flyer 2020 (PDF) pdf file">CRTC Flyer 2020 (PDF)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="175"><a target="_blank" href="../DocumentCenter/View/175/Riverside%2520Technology%2520Building%2520Information%2520%2528PDF%2529.pdf" class="fileType pdf" aria-label="Riverside Technology Building Information (PDF) pdf file">Riverside Technology Building Information (PDF)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="173"><a target="_blank" href="https://scottcountyva.com/DocumentCenter/View/173/Scott-County-Primary-Data-Center-Press-Release-PDF" class="fileType pdf" aria-label="Scott County Primary Data Center Press Release (PDF) pdf file">Scott County Primary Data Center Press Release (PDF)</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//Remove section heading when it is empty and live edit is off.
|
||
if ('false' === 'false') {
|
||
var jqh4Selector = $('#widgetRelDoc' + '7144a8a5-b8b8-454f-a169-44252ec75a3c').find('div.widgetBody div.row div.relatedDocumentsSection h4.widgetTitle');
|
||
if (jqh4Selector.val() == "") {
|
||
jqh4Selector
|
||
.filter(function () {
|
||
return $.trim($(this).text()) === ''
|
||
})
|
||
.remove();
|
||
}
|
||
}
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
<script type="text/javascript">
|
||
var documentsToInsert = [];
|
||
var foldersToInsert = [];
|
||
|
||
$(document).ready(function () {
|
||
var hasEditRights = false;
|
||
if (window.File && window.FileList && window.FileReader && hasEditRights) {
|
||
var RelatedDocumentsWidget = 5;
|
||
makeWidgetAreaDroppable('7144a8a5-b8b8-454f-a169-44252ec75a3c', $('#widgetRelDoc' + '7144a8a5-b8b8-454f-a169-44252ec75a3c'), RelatedDocumentsWidget, true, RelatedDocumentsCallback);
|
||
}
|
||
|
||
if(hasEditRights)
|
||
browserVersionNotCompatibleWithDragDropTextUpdate($('#addFile' + '7144a8a5-b8b8-454f-a169-44252ec75a3c'), 'Add a new file');
|
||
});
|
||
|
||
function RelatedDocumentsCallback(widgetID, response)
|
||
{
|
||
if (window.ContentCollectionInstance.IsWorkingCopy) {
|
||
$('#widgetRelDoc' + widgetID).replaceWith(response);
|
||
contentUpdated();
|
||
attachRelatedDocumentsHandlers();
|
||
}
|
||
else {
|
||
ContentCollectionInstance.reloadContent();
|
||
}
|
||
}
|
||
</script>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</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="160" class="rootNavMenu accordionNav">
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem185" data-pageid="185">
|
||
<div class="accordionNavItem">
|
||
<a href="../185/Cutting-Edge-Technology.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">Cutting Edge Technology</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem186" data-pageid="186">
|
||
<div class="accordionNavItem">
|
||
<a href="../186/Dedicated-Workforce.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">Dedicated Workforce</a>
|
||
<a href="#" class="openAccordionNav accordionSecondaryNavItem" title="Expand Dedicated Workforce Submenu"></a>
|
||
</div>
|
||
<ol role="menu" aria-hidden="true" class="accordionNavContainer accordionNavContainer--lvl1" style="display: none;" data-parent="186">
|
||
<li role="menuitem" aria-haspopup="true" class="sideNavLi subMenuItem hasAccordionChildren" id="SideItem187" data-pageid="187">
|
||
<div class="accordionNavItem">
|
||
<a href="../187/Workforce-Statistics.html" target="_self" class="navMenuItem cpComponent" data-type="SecondaryMenuItem"><span lang="en">Workforce Statistics</span></a>
|
||
</div>
|
||
</li>
|
||
|
||
</ol>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem188" data-pageid="188">
|
||
<div class="accordionNavItem">
|
||
<a href="Sites-Buildings.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">Sites & Buildings</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem161" data-pageid="161">
|
||
<div class="accordionNavItem">
|
||
<a href="../161/Incentives.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">Incentives</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem189" data-pageid="189">
|
||
<div class="accordionNavItem">
|
||
<a href="../189/Virginia-Small-Business-Financing-Author.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">Virginia Small Business Financing Authority</a>
|
||
</div>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" class="topMenuItem sideNavLi hasAccordionChildren" id="SideItem309" data-pageid="309">
|
||
<div class="accordionNavItem">
|
||
<a href="../309/Success-Stories.html" target="_self" class="navMainItem secondaryNavItem cpComponent" data-type="SecondaryMainItem">Success Stories</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="a0ef953e-fa99-47ad-862d-affadc989803">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last id6285626f-2055-4c44-872d-9c1d989155b6" style="" data-widgetcontainerid="6285626f-2055-4c44-872d-9c1d989155b6">
|
||
|
||
<div data-widget-id="aa78950e-ffae-4eac-ba6d-7396bc5bb0af" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgetaa78950e-ffae-4eac-ba6d-7396bc5bb0af" 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="../AgendaCenter/Search/index10b0.html?term=&CIDs=5,&startDate=&endDate=&dateRange=&dateSelector=" target="_self" class="fancyButton fancyButton58 " >
|
||
<span>
|
||
<span><span class="text">Minutes</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton58.fancyButton:link,.fancyButton58.fancyButton:visited, .fancyButton58div.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;}
|
||
.fancyButton58.fancyButton:hover,.fancyButton58.fancyButton:focus,.fancyButton58.fancyButton:active,.fancyButton58.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton58.fancyButton:link > span,.fancyButton58.fancyButton:visited > span, .fancyButton58div.fancyButton > span{
|
||
}
|
||
.fancyButton58.fancyButton:hover > span,.fancyButton58.fancyButton:focus > span,.fancyButton58.fancyButton:active > span,.fancyButton58.fancyButton.hover > span{
|
||
}
|
||
.fancyButton58.fancyButton .text{
|
||
color: #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: 75px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton58.fancyButton:hover .text,.fancyButton58.fancyButton:focus .text,.fancyButton58.fancyButton:active .text,.fancyButton58.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="../183/Events.html" target="_self" class="fancyButton fancyButton59 " >
|
||
<span>
|
||
<span><span class="text">Chamber Events</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton59.fancyButton:link,.fancyButton59.fancyButton:visited, .fancyButton59div.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;}
|
||
.fancyButton59.fancyButton:hover,.fancyButton59.fancyButton:focus,.fancyButton59.fancyButton:active,.fancyButton59.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton59.fancyButton:link > span,.fancyButton59.fancyButton:visited > span, .fancyButton59div.fancyButton > span{
|
||
}
|
||
.fancyButton59.fancyButton:hover > span,.fancyButton59.fancyButton:focus > span,.fancyButton59.fancyButton:active > span,.fancyButton59.fancyButton.hover > span{
|
||
}
|
||
.fancyButton59.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('../ImageRepository/Document6aae.svg?documentID=121');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 75px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton59.fancyButton:hover .text,.fancyButton59.fancyButton:focus .text,.fancyButton59.fancyButton:active .text,.fancyButton59.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="../Bids-2.html" target="_self" class="fancyButton fancyButton60 " >
|
||
<span>
|
||
<span><span class="text">Bid Opportunities</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton60.fancyButton:link,.fancyButton60.fancyButton:visited, .fancyButton60div.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;}
|
||
.fancyButton60.fancyButton:hover,.fancyButton60.fancyButton:focus,.fancyButton60.fancyButton:active,.fancyButton60.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton60.fancyButton:link > span,.fancyButton60.fancyButton:visited > span, .fancyButton60div.fancyButton > span{
|
||
}
|
||
.fancyButton60.fancyButton:hover > span,.fancyButton60.fancyButton:focus > span,.fancyButton60.fancyButton:active > span,.fancyButton60.fancyButton.hover > span{
|
||
}
|
||
.fancyButton60.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('../ImageRepository/Document29eb.svg?documentID=120');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 75px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton60.fancyButton:hover .text,.fancyButton60.fancyButton:focus .text,.fancyButton60.fancyButton:active .text,.fancyButton60.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="aa21664c-6411-419d-bda7-a33f9effced6">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last id73090df5-c194-4e24-92ea-939a9562976f" style="" data-widgetcontainerid="73090df5-c194-4e24-92ea-939a9562976f">
|
||
|
||
<div data-widget-id="b2f83809-abe3-41ae-8f23-8e0790196802" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgetb2f83809-abe3-41ae-8f23-8e0790196802" 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="Sites-Buildings.html" target="_self" class="fancyButton fancyButton61 " >
|
||
<span>
|
||
<span><span class="text">Sites & Buildings</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton61.fancyButton:link,.fancyButton61.fancyButton:visited, .fancyButton61div.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;}
|
||
.fancyButton61.fancyButton:hover,.fancyButton61.fancyButton:focus,.fancyButton61.fancyButton:active,.fancyButton61.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton61.fancyButton:link > span,.fancyButton61.fancyButton:visited > span, .fancyButton61div.fancyButton > span{
|
||
}
|
||
.fancyButton61.fancyButton:hover > span,.fancyButton61.fancyButton:focus > span,.fancyButton61.fancyButton:active > span,.fancyButton61.fancyButton.hover > span{
|
||
}
|
||
.fancyButton61.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('../ImageRepository/Document161b.svg?documentID=124');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 75px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton61.fancyButton:hover .text,.fancyButton61.fancyButton:focus .text,.fancyButton61.fancyButton:active .text,.fancyButton61.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="../Directory3675.html?DID=9" target="_self" class="fancyButton fancyButton62 " >
|
||
<span>
|
||
<span><span class="text">Information Request</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton62.fancyButton:link,.fancyButton62.fancyButton:visited, .fancyButton62div.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;}
|
||
.fancyButton62.fancyButton:hover,.fancyButton62.fancyButton:focus,.fancyButton62.fancyButton:active,.fancyButton62.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton62.fancyButton:link > span,.fancyButton62.fancyButton:visited > span, .fancyButton62div.fancyButton > span{
|
||
}
|
||
.fancyButton62.fancyButton:hover > span,.fancyButton62.fancyButton:focus > span,.fancyButton62.fancyButton:active > span,.fancyButton62.fancyButton.hover > span{
|
||
}
|
||
.fancyButton62.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('../ImageRepository/Document0e64.svg?documentID=122');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 75px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton62.fancyButton:hover .text,.fancyButton62.fancyButton:focus .text,.fancyButton62.fancyButton:active .text,.fancyButton62.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="../AlertCenter.html" target="_self" class="fancyButton fancyButton63 " >
|
||
<span>
|
||
<span><span class="text">Special Notes</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton63.fancyButton:link,.fancyButton63.fancyButton:visited, .fancyButton63div.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;}
|
||
.fancyButton63.fancyButton:hover,.fancyButton63.fancyButton:focus,.fancyButton63.fancyButton:active,.fancyButton63.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton63.fancyButton:link > span,.fancyButton63.fancyButton:visited > span, .fancyButton63div.fancyButton > span{
|
||
}
|
||
.fancyButton63.fancyButton:hover > span,.fancyButton63.fancyButton:focus > span,.fancyButton63.fancyButton:active > span,.fancyButton63.fancyButton.hover > span{
|
||
}
|
||
.fancyButton63.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('../ImageRepository/Documentdeb7.svg?documentID=125');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 75px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton63.fancyButton:hover .text,.fancyButton63.fancyButton:focus .text,.fancyButton63.fancyButton:active .text,.fancyButton63.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="f34d3ab4-0da9-4d1a-b8c0-b11505702acc">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id0823fbcc-92ff-4a5f-a139-04fccac58cb2" style="" data-widgetcontainerid="0823fbcc-92ff-4a5f-a139-04fccac58cb2">
|
||
|
||
<div data-widget-id="5220891e-5346-4ba3-a344-cb0e065347c1" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv5220891e-5346-4ba3-a344-cb0e065347c1" 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="header5220891e-5346-4ba3-a344-cb0e065347c1">
|
||
<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) {
|
||
$('#divInfoAdv5220891e-5346-4ba3-a344-cb0e065347c1 .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col2" style="" data-widgetcontainerid="11f181ca-7e79-46e6-a916-15aaf39cdf25">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col2 first last id57f16f63-8c7c-4030-9f68-7dca3bc19549" style="" data-widgetcontainerid="57f16f63-8c7c-4030-9f68-7dca3bc19549">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="fb0ce43f-177a-4685-8f73-5a520d6a430e"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col5" style="" data-widgetcontainerid="cd66f0d5-8649-4fec-b994-8f7078102202">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col5 first last id8284dd5e-238d-420a-bedc-7247212ba5fa" style="" data-widgetcontainerid="8284dd5e-238d-420a-bedc-7247212ba5fa">
|
||
|
||
<div data-widget-id="e7c32c02-621f-4b8e-bb05-588167fa2567" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdve7c32c02-621f-4b8e-bb05-588167fa2567" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="headere7c32c02-621f-4b8e-bb05-588167fa2567">
|
||
<header class="widgetHeader" id="headere7c32c02-621f-4b8e-bb05-588167fa2567">
|
||
<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>Scott County Economic Development<br>190 Beech Street, Suite 202<br>Gate City, VA 24251 <br>Phone: <a href="tel: 276-386-2525">276-386-2525</a></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) {
|
||
$('#divInfoAdve7c32c02-621f-4b8e-bb05-588167fa2567 .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="ffd6c751-518c-47d2-b298-98cc44f6555d">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last idd43a136c-1bbd-4ac7-97de-20d14b8ebc9a" style="" data-widgetcontainerid="d43a136c-1bbd-4ac7-97de-20d14b8ebc9a">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="6bd11924-00b9-42f1-9ac3-8131fb894c0c"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4" style="" data-widgetcontainerid="3fde055f-6bd4-468c-8373-52b1a47731b6">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last idc1abf269-b45f-4773-8839-aa97193fe734" style="" data-widgetcontainerid="c1abf269-b45f-4773-8839-aa97193fe734">
|
||
|
||
<div data-widget-id="a53bccb8-a624-4e31-b9c4-32114bcbfaa3" data-widget-controller-path="/QuickLinks/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetQuicklinka53bccb8-a624-4e31-b9c4-32114bcbfaa3" class="widget widgetQuickLinks skin37 widgetOptionSet30 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeadera53bccb8-a624-4e31-b9c4-32114bcbfaa3">
|
||
<header class="widgetHeader" id="quickLinksHeadera53bccb8-a624-4e31-b9c4-32114bcbfaa3">
|
||
<div class="">
|
||
<h3><a style="" href="../QuickLinks0938.html?CID=30" >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="http://www.lenowisco.org/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" >LENOWISCO Planning District Commission</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="http://www.vaceda.org/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" >Virginia Coalfield Economic Development Authority</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="https://www.vedp.org/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" >Virginia Economic Development Partnership</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="https://www.sbsd.virginia.gov/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" >Virginia Department of Business Assistance</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="https://www.vec.virginia.gov/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" >Virginia Employment Commission</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="ce6999b3-e3b0-42a1-b6db-669c015bb0cf">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last idbc06cbdb-6441-4c40-8c51-17e47ce210d1" style="" data-widgetcontainerid="bc06cbdb-6441-4c40-8c51-17e47ce210d1">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="a74c3fdd-5dd1-4270-999d-f5e82cd1219a"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3 last" style="" data-widgetcontainerid="1b0ff6bc-496e-4344-bc09-4a7ba4d2d806">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id86547ec3-7265-4e74-8c7b-ec4ec5752e37" style="" data-widgetcontainerid="86547ec3-7265-4e74-8c7b-ec4ec5752e37">
|
||
|
||
<div data-widget-id="0bf79a6c-12bb-409e-a96a-9423b4820053" data-widget-controller-path="/QuickLinks/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetQuicklink0bf79a6c-12bb-409e-a96a-9423b4820053" class="widget widgetQuickLinks skin37 widgetOptionSet30 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeader0bf79a6c-12bb-409e-a96a-9423b4820053">
|
||
<header class="widgetHeader" id="quickLinksHeader0bf79a6c-12bb-409e-a96a-9423b4820053">
|
||
<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-65" style="display: none"></div>
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$.when(window.Pages.rwdSetupComplete)
|
||
.done(function () {
|
||
renderBanner('banner2-65',
|
||
'banner2',
|
||
{"BannerOptionID":65,"ThemeID":19,"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":99,"BannerOptionID":65,"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},{"BannerImageID":116,"BannerOptionID":65,"FileName":"/ImageRepository/Document?documentID=119","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":2,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
|
||
{"BannerImageID":99,"BannerOptionID":65,"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: '188',
|
||
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/188/Sites-Buildings by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:08:12 GMT -->
|
||
</html> |