2702 lines
100 KiB
HTML
2702 lines
100 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from scottcountyva.com/? by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:19:05 GMT -->
|
||
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
|
||
<head>
|
||
|
||
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
||
<!-- Google Tag Manager -->
|
||
<script>(function(w,d,s,l,i){w.GATrackingId='UA-204515259-140';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayer','GTM-KN5P4QJ');</script>
|
||
<!-- End Google Tag Manager --><!-- Google Tag Manager for GA4 -->
|
||
<script>(function(w,d,s,l,i){w.GAMeasurementID='G-YTC84KR1VL';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayerGA4','GTM-K73C5PS');</script>
|
||
<!-- End Google Tag Manager for GA4 -->
|
||
<script type='text/javascript'>
|
||
var enableTelemetry = 'false'
|
||
var aiConfig = {
|
||
instrumentationKey: '1cde048e-3185-4906-aa46-c92a7312b60f'
|
||
}
|
||
var appInsights = window.appInsights || function (a) { function b(a) { c[a] = function () { var b = arguments; c.queue.push(function () { c[a].apply(c, b) }) } } var c = { config: a }, d = document, e = window; setTimeout(function () { var b = d.createElement('script'); b.src = a.url || 'https://az416426.vo.msecnd.net/scripts/a/ai.0.js', d.getElementsByTagName('script')[0].parentNode.appendChild(b) }); try { c.cookie = d.cookie } catch (a) { } c.queue = []; for (var f = ['Event', 'Exception', 'Metric', 'PageView', 'Trace', 'Dependency']; f.length;)b('track' + f.pop()); if (b('setAuthenticatedUserContext'), b('clearAuthenticatedUserContext'), b('startTrackEvent'), b('stopTrackEvent'), b('startTrackPage'), b('stopTrackPage'), b('flush'), !a.disableExceptionTracking) { f = 'onerror', b('_' + f); var g = e[f]; e[f] = function (a, b, d, e, h) { var i = g && g(a, b, d, e, h); return !0 !== i && c['_' + f](a, b, d, e, h), i } } return c }(aiConfig);
|
||
window.appInsights = appInsights, appInsights.queue && 0 === appInsights.queue.length;
|
||
// Add telemetry initializer
|
||
appInsights.queue.push(function() {
|
||
appInsights.context.addTelemetryInitializer(function(envelope) {
|
||
var telemetryItem = envelope.data.baseData;
|
||
// To check the telemetry item’s type:
|
||
if (!false)
|
||
{
|
||
//If the telemetry is not enabled, we still want to capture Google map custom event, so only allow that
|
||
if (envelope.name.indexOf('.Event') == -1)
|
||
return false;
|
||
}
|
||
});
|
||
});
|
||
appInsights.trackPageView();
|
||
</script>
|
||
<script>
|
||
function populateAntiForgery(token) {
|
||
var input = document.createElement("input");
|
||
input.name = "__RequestVerificationToken";
|
||
input.type = "hidden";
|
||
input.value = token;
|
||
var absPat = /^https?:\/\/|^\/\//i;
|
||
var forms = document.getElementsByTagName("form");
|
||
for (var i = 0; i < forms.length; i++) {
|
||
if (forms[i].method == "post" &&
|
||
!forms[i].querySelector('[name="__RequestVerificationToken"]') &&
|
||
!absPat.test(forms[i].getAttribute("action"))) {
|
||
forms[i].appendChild(input.cloneNode());
|
||
}
|
||
}
|
||
}
|
||
|
||
function getAntiForgeryToken(callback, error) {
|
||
var xhr = new XMLHttpRequest();
|
||
xhr.open("GET.html", "/antiforgery");
|
||
xhr.addEventListener("load", function() {
|
||
try {
|
||
if (this.status !== 200) {
|
||
throw Error("Invalid status. Could not retrieve antiforgery token.");
|
||
}
|
||
var obj = JSON.parse(this.responseText);
|
||
callback(obj.token);
|
||
} catch (e) {
|
||
typeof error === "function" && error(e);
|
||
}
|
||
});
|
||
xhr.send();
|
||
}
|
||
|
||
getAntiForgeryToken(function(token) {
|
||
if (document.readyState === "complete"
|
||
|| document.readyState === "loaded"
|
||
|| document.readyState === "interactive") {
|
||
populateAntiForgery(token);
|
||
return;
|
||
}
|
||
document.addEventListener("DOMContentLoaded", function() {
|
||
populateAntiForgery(token);
|
||
}, false);
|
||
}, console.error);
|
||
</script>
|
||
|
||
|
||
<script type="text/javascript">
|
||
window.departmentHeader = {};
|
||
window.pageSectionTracker = {};
|
||
window.isResponsiveEnabled = true;
|
||
window.isRemoveSetHeights= false;
|
||
if (window.isRemoveSetHeights) {
|
||
document.documentElement.className += ' removeSetHeights';
|
||
}
|
||
window.mainMenuMediaQuery = 'screen and (max-width: 40em)';
|
||
window.isMobileBrowserIncludingTablets = false;
|
||
window.fixedResponsiveMenu = false;
|
||
window.fullWidthResponsiveMenu = true;
|
||
window.responsiveMenuHeight = '';
|
||
window.responsiveMenuFontSize = '';
|
||
(function () {
|
||
window.setSizeCookie = function () {
|
||
document.cookie = "dpi=" + window.devicePixelRatio + "; path=/";
|
||
document.cookie = "viewportWidth=" + window.innerWidth + "; path=/";
|
||
document.cookie = "viewportHeight=" + window.innerHeight + "; path=/";
|
||
if (screen && screen.width && screen.height) {
|
||
document.cookie = "screenWidth=" + screen.width + "; path=/";
|
||
document.cookie = "screenHeight=" + screen.height + "; path=/";
|
||
}
|
||
document.cookie = "responsiveGhost%3d1%3b%20path%3d/index.html";
|
||
};
|
||
|
||
setSizeCookie();
|
||
}());
|
||
</script>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<meta name="category0" content="Home" />
|
||
|
||
|
||
<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>Scott County, VA | Official Website</title>
|
||
|
||
<meta name="description" content="">
|
||
<meta name="keywords" content="Home">
|
||
<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="671338699.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="#cc9b263b9d-a7e2-4e23-b747-b6d686e76be0" 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="3" />
|
||
<input type="hidden" id="hdnContentCollectionID" value="3d90443c-687b-4f0a-8e54-73e62a95cd94" />
|
||
<input type="hidden" id="hdnWorkingCopyID" value="00000000-0000-0000-0000-000000000000" />
|
||
<input type="hidden" id="hdnThemeID" value="16" />
|
||
<input type="hidden" id="pageIsFrontEnd" value="true" />
|
||
<input type="hidden" id="pageModuleID" />
|
||
<input type="hidden" id="pagePageID" value="1" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<div id="stickyPlaceholder"></div>
|
||
<div id="outer-wrap" class="outer-wrap">
|
||
<div id="inner-wrap" class="inner-wrap">
|
||
<div id="divToolbars" class="cpToolbars newCP mui-fixed" style="">
|
||
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/CP/ie7.css"><![endif]-->
|
||
<!-- Allow Dashboard, Favorites Enabled -->
|
||
|
||
<!-- Begin Signed Out Bar -->
|
||
<div class="cpToolbar user public">
|
||
<div class="inner selfClear">
|
||
<p class="dropdown"><a href="https://cpauthentication.civicplus.com/connect/authorize/callback?client_id=c61cce28-72e8-4f10-9353-1c7b83b8d73d&redirect_uri=https%3a%2f%2fwww.scottcountyva.com%2fIdentityServer%2fSignInCallback&response_type=code id_token token&scope=openid profile email&state=c46477c00d8b4fc78c5ed989a9b5ac8a_&nonce=a62a3b3669e3497eb301eaff8b88486d&response_mode=form_post&showcreateaccount=true" role="button" class="myConnections" id="signedOutToolbarCreateProfileButton">Create a Website Account</a> <span class="welcomeMessage">- Manage notification subscriptions, save form progress and more. </span></p>
|
||
<ul class="nav secondary">
|
||
<li><a href="MyAccount.html" role="button" class="button" id="loggedOutToolbarSignInButton"><span>Website Sign In</span></a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<script>
|
||
$(document).ready(function () {
|
||
$('#signedOutToolbarCreateProfileButton').keypress(function (e) { if (e.which === 0) return; $(this).click(); });
|
||
$('#signedOutToolbarCreateProfileButton').click(function (event) {
|
||
event.preventDefault();
|
||
window.location.href = '/MyAccount/ProfileCreate?from=url&url=/&dn=' + window.location.origin;
|
||
});
|
||
|
||
|
||
$('#loggedOutToolbarSignInButton').click(function (event) {
|
||
event.preventDefault();
|
||
window.location.href = '/MyAccount/?from=url&url=' + encodeURIComponent(window.location.href.replace(window.location.origin, '')) + '&dn=' + window.location.host;
|
||
});
|
||
|
||
|
||
if ('False' == 'True') {
|
||
$('#loggedOutToolbarSignInButton').hide();
|
||
}
|
||
})
|
||
</script>
|
||
<!-- End Signed Out Bar -->
|
||
|
||
</div>
|
||
<div id="bodyWrapper">
|
||
<div id="mainNavHolderMobile" class="mainNavHolderMobile"></div>
|
||
|
||
<div data-cpRole="structuralContainer" id="bodyContainerTS">
|
||
<!-- Header Container --><header data-cpRole="structuralContainer" id="headerContainerTS" class="fixedTopTS">
|
||
<div class="siteWrap3"><div data-cpRole="banner" id="bannerLogoTS" class="bannerLogoTS empty">
|
||
|
||
|
||
|
||
|
||
<a style=" display: block; text-align: center;
|
||
" class="bannerObject" href="index.html" target="_self"><img alt="Home Page" class="bannerObject" height="136" src="ImageRepository/Document2efb.png?documentID=66" width="559" /></a>
|
||
|
||
</div><div data-cpRole="contentContainer" id="searchTS"> <div id="cc189351d0-bd04-4bda-b8df-57e0bef4ffed" data-containerid="189351d0-bd04-4bda-b8df-57e0bef4ffed" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="a36ff893-ab25-4d67-984b-853dc0577bd5">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id57afedde-88d9-4fdd-b176-d501a91cf0d8" style="" data-widgetcontainerid="57afedde-88d9-4fdd-b176-d501a91cf0d8">
|
||
|
||
<div data-widget-id="7adbc381-d7e9-41a8-9130-c3163f65f125" 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.widgetSearchButton7adbc381-d7e9-41a8-9130-c3163f65f125").click(function (e) {
|
||
e.preventDefault();
|
||
if ($("#ysnSearchOnlyDept7adbc381-d7e9-41a8-9130-c3163f65f125").is(':checked')) {
|
||
doWidgetSearch($(this).siblings(".widgetSearchBox").val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).siblings(".widgetSearchBox").val(), 0);
|
||
}
|
||
});
|
||
$("#searchField7adbc381-d7e9-41a8-9130-c3163f65f125").keypress(function (e) {
|
||
if (window.clipboardData) {
|
||
if (e.keyCode == 13) {
|
||
if ($("#ysnSearchOnlyDept7adbc381-d7e9-41a8-9130-c3163f65f125").is(':checked')) {
|
||
doWidgetSearch($(this).val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).val(), 0);
|
||
}
|
||
return false;
|
||
}
|
||
} else {
|
||
if (e.which == 13) {
|
||
if ($("#ysnSearchOnlyDept7adbc381-d7e9-41a8-9130-c3163f65f125").is(':checked')) {
|
||
doWidgetSearch($(this).val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).val(), 0);
|
||
}
|
||
return false;
|
||
}
|
||
}
|
||
return true;
|
||
});
|
||
|
||
if (true) {
|
||
var currentRequest = null;
|
||
|
||
var $searchField = $("#searchField7adbc381-d7e9-41a8-9130-c3163f65f125").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 ($("#searchField7adbc381-d7e9-41a8-9130-c3163f65f125").siblings('.autoCompleteError').length == 0)
|
||
$('<span class="autoCompleteError"><p class="alert error">Search autocomplete is currently not responding. Please try again later.</p></span>').insertAfter($("#searchField7adbc381-d7e9-41a8-9130-c3163f65f125"));
|
||
}
|
||
}
|
||
});
|
||
},
|
||
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 widgetSearchBox7adbc381-d7e9-41a8-9130-c3163f65f125" cp5ph="true" id="searchField7adbc381-d7e9-41a8-9130-c3163f65f125" name="searchField" onchange="searchBtnApplyQuery();" placeholder="Search..." title="Search..." type="text" value="" />
|
||
<a href="Search/Results.html" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton7adbc381-d7e9-41a8-9130-c3163f65f125" 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="searchField7adbc381-d7e9-41a8-9130-c3163f65f125">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 .widgetSearchBox7adbc381-d7e9-41a8-9130-c3163f65f125
|
||
{
|
||
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 .widgetSearchButton7adbc381-d7e9-41a8-9130-c3163f65f125
|
||
{
|
||
margin: 7px;
|
||
width: 45px;
|
||
}
|
||
.widgetSearch .widgetSearch-onlyDept7adbc381-d7e9-41a8-9130-c3163f65f125
|
||
{
|
||
display: inline-block;
|
||
color: #333;
|
||
|
||
|
||
padding-top: 10px;
|
||
}
|
||
#ysnSearchOnlyDept7adbc381-d7e9-41a8-9130-c3163f65f125
|
||
{
|
||
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("searchField7adbc381-d7e9-41a8-9130-c3163f65f125").value;
|
||
}
|
||
</script>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div><nav data-cpRole="nav" id="mainNav" class="siteNav mainNav" role="navigation">
|
||
<ol id="mainNavMenu" data-parent="1" class="rootNavMenu" role="menu"><!--
|
||
--><li id="MainItem27" class="topMenuItem" role="none" data-pageid="27" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1" href="27/Government.html" target="_self">Government</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem31" class="topMenuItem" role="none" data-pageid="31" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavResidents" class="navMainItem mainNavItem mainNavItem2" href="31/Residents.html" target="_self">Residents</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem101" class="topMenuItem" role="none" data-pageid="101" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavVisitors" class="navMainItem mainNavItem mainNavItem3" href="101/Visitors.html" target="_self">Visitors</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem35" class="topMenuItem" role="none" data-pageid="35" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem4" href="35/Business.html" target="_self">Business</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem9" class="topMenuItem" role="none" data-pageid="9" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavHowDoI" class="navMainItem mainNavItem mainNavItem5" href="9/How-Do-I.html" target="_self">How Do I...</a><!--
|
||
--><!--
|
||
--></li><!---->
|
||
</ol>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
var menuID = 'mainNavMenu';
|
||
var menuType = MAIN_MENU;
|
||
|
||
//setup menu manager properties for main menu
|
||
if (!menuManager.mobileMainNav && true)
|
||
menuManager.adjustMainItemsWidth('#' + menuID);
|
||
menuManager.isMainMenuEditable = false;
|
||
menuManager.mainMenuMaxSubMenuLevels = 4;
|
||
menuManager.setMOMMode(2, menuType);
|
||
|
||
//Init main menu
|
||
var setupDraggable = menuManager.isMainMenuEditable;
|
||
var urlToGetHiddenMenus = '/Pages/MenuMain/HiddenMainSubMenus?pageID=1&moduleID=&themeID=16&menuContainerID=mainNav';
|
||
|
||
menuManager.setupMenu(menuID, 'mainNav', menuType, setupDraggable, urlToGetHiddenMenus);
|
||
menuManager.mainMenuInit = true;
|
||
menuManager.mainMenuTextResizer = false;
|
||
if (1.00 > 0)
|
||
menuManager.mainMenuTextResizerRatio = 1.00;
|
||
if (window.isResponsiveEnabled)
|
||
menuManager.mainMenuReady.resolve();
|
||
|
||
});
|
||
</script>
|
||
|
||
|
||
<aside data-cpRole="megaMenu" id="megaMenu" class="megaMenu" style="display: none;"><input type="hidden" id="megaMenuPopupDirection" value="0"><input type="hidden" id="megaMenuWidthReference" value="0"><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu27" class="contentTop mainNavMegaMenu megaMenuContainer pageID_27 hidden" data-orientation="horizontal"> <div id="ccdf68577a-a4c9-4ab5-9954-b7f5b0f2f135" data-containerid="df68577a-a4c9-4ab5-9954-b7f5b0f2f135" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu31" class="contentTop mainNavMegaMenu megaMenuContainer pageID_31 hidden" data-orientation="horizontal"> <div id="cc441702e2-f02c-4216-8555-d91889e0dfe4" data-containerid="441702e2-f02c-4216-8555-d91889e0dfe4" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu101" class="contentTop mainNavMegaMenu megaMenuContainer pageID_101 hidden" data-orientation="horizontal"> <div id="cc93a37e61-d24a-4249-910b-e306360fddb5" data-containerid="93a37e61-d24a-4249-910b-e306360fddb5" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu35" class="contentTop mainNavMegaMenu megaMenuContainer pageID_35 hidden" data-orientation="horizontal"> <div id="cce5c33dc0-4c06-4ed2-854c-e14f0241cc56" data-containerid="e5c33dc0-4c06-4ed2-854c-e14f0241cc56" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu9" class="contentTop mainNavMegaMenu megaMenuContainer pageID_9 hidden" data-orientation="horizontal"> <div id="ccf7f159a5-ee75-4f9d-8a1e-e063d0aabd59" data-containerid="f7f159a5-ee75-4f9d-8a1e-e063d0aabd59" 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="cc8ed0980b-c9b3-4ea0-8eee-d3959df7c316" data-containerid="8ed0980b-c9b3-4ea0-8eee-d3959df7c316" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="87e8b79a-22f8-4f59-9e8c-a8b91bbb2556">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id08cf2394-9a54-4542-8614-b1b6946668a7" style="" data-widgetcontainerid="08cf2394-9a54-4542-8614-b1b6946668a7">
|
||
|
||
<div data-widget-id="cd05764f-8e1e-4265-8271-0942e708c969" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdvcd05764f-8e1e-4265-8271-0942e708c969" class="widget widgetInfoAdvanced skin43 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="headercd05764f-8e1e-4265-8271-0942e708c969">
|
||
<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/Document3c12.svg?documentId=100" class="fr-dib" alt="Welcome to Scott County"></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) {
|
||
$('#divInfoAdvcd05764f-8e1e-4265-8271-0942e708c969 .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div></div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div id="bannerImagesJSON52" class="hidden"></div>
|
||
<div id="bannerSlideshowControls_banner1" class="bannerSlideshowControlsNew centered viewport " style="">
|
||
<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":52,"ThemeID":16,"SlotName":"banner1","Name":"Default","IsDefault":true,"BannerMode":3,"SlideShowSlideTiming":"5","SlideshowTransition":0,"SlideShowTransitionTiming":"1","ImageScale":true,"ImageAlignment":1,"ImageScroll":true,"MuteSound":true,"VideoType":0,"Status":40,"SlideshowControlsPosition":1,"SlideshowControlsAlignment":0,"SlideshowBannerControlsColorScheme":0,"DisplayVideoPauseButton":false,"VideoPauseButtonAlignment":1,"VideoPauseButtonControlsAlignment":0,"VideoPauseButtonStyle":"#FFFFFF","VideoPauseButtonBackgroundStyle":"#000000","VideoPauseButtonAlignmentClass":"alignRight viewport","BannerImages":[{"BannerImageID":64,"BannerOptionID":52,"FileName":"/ImageRepository/Document?documentID=63","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":66,"BannerOptionID":52,"FileName":"/ImageRepository/Document?documentID=65","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":3,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":79,"BannerOptionID":52,"FileName":"/ImageRepository/Document?documentID=106","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":4,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":84,"BannerOptionID":52,"FileName":"/ImageRepository/Document?documentID=109","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":4,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":125,"BannerOptionID":52,"FileName":"/ImageRepository/Document?documentID=300","Height":700,"Width":2000,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":5,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
|
||
'App_Themes/Home/Images/index.html',
|
||
'Slideshow',
|
||
'-1');
|
||
});
|
||
}, "load");
|
||
</script>
|
||
|
||
|
||
</div>
|
||
</div><!-- GBs --><div data-cpRole="structuralContainer" id="gbsContainerTS">
|
||
<div class="siteWrap"><div data-cpRole="contentContainer" id="gbsTS"> <div id="ccd5742ee4-653d-4373-bffb-b8643d2b6397" data-containerid="d5742ee4-653d-4373-bffb-b8643d2b6397" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="1">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col12 first" style="" data-widgetcontainerid="b05203bc-1566-48a9-8b26-6bb12cf10abb">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last id33615f0c-3a20-4c40-afa6-c0bcb7ab244b" style="" data-widgetcontainerid="33615f0c-3a20-4c40-afa6-c0bcb7ab244b">
|
||
|
||
<div data-widget-id="8b263627-dea6-4da0-bd9c-89d928e58cd8" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidget8b263627-dea6-4da0-bd9c-89d928e58cd8" class="widget widgetGraphicLinks skin45 widgetOptionSet46 wide" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid3 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="../scottcova.portal.civicclerk.com/index.html" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_blank" class="fancyButton fancyButton46 " aria-label="Agendas & Minutes Opens in new window">
|
||
<span>
|
||
<span><span class="text">Agendas & Minutes</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton46.fancyButton:link,.fancyButton46.fancyButton:visited, .fancyButton46div.fancyButton{
|
||
background-image: url('ImageRepository/Document1c23.svg?documentID=74');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton46.fancyButton:hover,.fancyButton46.fancyButton:focus,.fancyButton46.fancyButton:active,.fancyButton46.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton46.fancyButton:link > span,.fancyButton46.fancyButton:visited > span, .fancyButton46div.fancyButton > span{
|
||
}
|
||
.fancyButton46.fancyButton:hover > span,.fancyButton46.fancyButton:focus > span,.fancyButton46.fancyButton:active > span,.fancyButton46.fancyButton.hover > span{
|
||
}
|
||
.fancyButton46.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Documentb45b.svg?documentID=70');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton46.fancyButton:hover .text,.fancyButton46.fancyButton:focus .text,.fancyButton46.fancyButton:active .text,.fancyButton46.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="Jobs.html" target="_self" class="fancyButton fancyButton47 " >
|
||
<span>
|
||
<span><span class="text">Join Our Team</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton47.fancyButton:link,.fancyButton47.fancyButton:visited, .fancyButton47div.fancyButton{
|
||
background-image: url('ImageRepository/Document0f13.svg?documentID=72');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton47.fancyButton:hover,.fancyButton47.fancyButton:focus,.fancyButton47.fancyButton:active,.fancyButton47.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton47.fancyButton:link > span,.fancyButton47.fancyButton:visited > span, .fancyButton47div.fancyButton > span{
|
||
}
|
||
.fancyButton47.fancyButton:hover > span,.fancyButton47.fancyButton:focus > span,.fancyButton47.fancyButton:active > span,.fancyButton47.fancyButton.hover > span{
|
||
}
|
||
.fancyButton47.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Documentcb5e.svg?documentID=77');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton47.fancyButton:hover .text,.fancyButton47.fancyButton:focus .text,.fancyButton47.fancyButton:active .text,.fancyButton47.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="168/Public-Safety-GIS.html" target="_self" class="fancyButton fancyButton48 " >
|
||
<span>
|
||
<span><span class="text">GIS Property Information</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton48.fancyButton:link,.fancyButton48.fancyButton:visited, .fancyButton48div.fancyButton{
|
||
background-image: url('ImageRepository/Document6204.svg?documentID=73');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton48.fancyButton:hover,.fancyButton48.fancyButton:focus,.fancyButton48.fancyButton:active,.fancyButton48.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton48.fancyButton:link > span,.fancyButton48.fancyButton:visited > span, .fancyButton48div.fancyButton > span{
|
||
}
|
||
.fancyButton48.fancyButton:hover > span,.fancyButton48.fancyButton:focus > span,.fancyButton48.fancyButton:active > span,.fancyButton48.fancyButton.hover > span{
|
||
}
|
||
.fancyButton48.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Document09be.svg?documentID=76');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton48.fancyButton:hover .text,.fancyButton48.fancyButton:focus .text,.fancyButton48.fancyButton:active .text,.fancyButton48.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col12 last" style="" data-widgetcontainerid="ec3963ea-fdcd-48da-b153-25ccb69469dc">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last id07e68909-416f-4cbf-8df3-13e423a33db5" style="" data-widgetcontainerid="07e68909-416f-4cbf-8df3-13e423a33db5">
|
||
|
||
<div data-widget-id="e7de7040-dea4-4dbe-8e0d-e73b38be7589" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgete7de7040-dea4-4dbe-8e0d-e73b38be7589" class="widget widgetGraphicLinks skin45 widgetOptionSet46 wide" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid3 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="bids.html" target="_self" class="fancyButton fancyButton49 " >
|
||
<span>
|
||
<span><span class="text">Bid Opportunities</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton49.fancyButton:link,.fancyButton49.fancyButton:visited, .fancyButton49div.fancyButton{
|
||
background-image: url('ImageRepository/Document1c23.svg?documentID=74');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton49.fancyButton:hover,.fancyButton49.fancyButton:focus,.fancyButton49.fancyButton:active,.fancyButton49.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton49.fancyButton:link > span,.fancyButton49.fancyButton:visited > span, .fancyButton49div.fancyButton > span{
|
||
}
|
||
.fancyButton49.fancyButton:hover > span,.fancyButton49.fancyButton:focus > span,.fancyButton49.fancyButton:active > span,.fancyButton49.fancyButton.hover > span{
|
||
}
|
||
.fancyButton49.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Documentcdb9.svg?documentID=75');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton49.fancyButton:hover .text,.fancyButton49.fancyButton:focus .text,.fancyButton49.fancyButton:active .text,.fancyButton49.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="287/Treasurers-Office.html" target="_self" class="fancyButton fancyButton50 " >
|
||
<span>
|
||
<span><span class="text">Payments</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton50.fancyButton:link,.fancyButton50.fancyButton:visited, .fancyButton50div.fancyButton{
|
||
background-image: url('ImageRepository/Document0f13.svg?documentID=72');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton50.fancyButton:hover,.fancyButton50.fancyButton:focus,.fancyButton50.fancyButton:active,.fancyButton50.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton50.fancyButton:link > span,.fancyButton50.fancyButton:visited > span, .fancyButton50div.fancyButton > span{
|
||
}
|
||
.fancyButton50.fancyButton:hover > span,.fancyButton50.fancyButton:focus > span,.fancyButton50.fancyButton:active > span,.fancyButton50.fancyButton.hover > span{
|
||
}
|
||
.fancyButton50.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Document9610.svg?documentID=78');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton50.fancyButton:hover .text,.fancyButton50.fancyButton:focus .text,.fancyButton50.fancyButton:active .text,.fancyButton50.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="https://www.getrave.com/login/scottcountyva" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" class="fancyButton fancyButton51 " >
|
||
<span>
|
||
<span><span class="text">RAVE Alert</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton51.fancyButton:link,.fancyButton51.fancyButton:visited, .fancyButton51div.fancyButton{
|
||
background-image: url('ImageRepository/Document6204.svg?documentID=73');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton51.fancyButton:hover,.fancyButton51.fancyButton:focus,.fancyButton51.fancyButton:active,.fancyButton51.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton51.fancyButton:link > span,.fancyButton51.fancyButton:visited > span, .fancyButton51div.fancyButton > span{
|
||
}
|
||
.fancyButton51.fancyButton:hover > span,.fancyButton51.fancyButton:focus > span,.fancyButton51.fancyButton:active > span,.fancyButton51.fancyButton.hover > span{
|
||
}
|
||
.fancyButton51.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Document6684.svg?documentID=71');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton51.fancyButton:hover .text,.fancyButton51.fancyButton:focus .text,.fancyButton51.fancyButton:active .text,.fancyButton51.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div></div>
|
||
</div><!-- 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"><script type='text/javascript'>$('#breadCrumbs').hide();</script></div><div data-cpRole="mainContentContainer" id="moduleContent">
|
||
|
||
<div id="page" class="moduleContentNew">
|
||
|
||
|
||
<input id="hdnPageID" name="hdnPageID" type="hidden" value="1" />
|
||
<input id="hdnParentID" name="hdnParentID" type="hidden" value="" />
|
||
<input id="hdnVersionID" name="hdnVersionID" type="hidden" value="1286" />
|
||
<input id="pageMenuTitle" name="pageMenuTitle" type="hidden" value="Home" />
|
||
<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" />
|
||
|
||
|
||
<div id="cc9b263b9d-a7e2-4e23-b747-b6d686e76be0" data-containerid="9b263b9d-a7e2-4e23-b747-b6d686e76be0" class="pageContent cpGrid cpGrid24" data-contentcontainerbreakpoint="40" >
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="newCP">
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div></div>
|
||
</div><!-- Calendar/Carousel --><div data-cpRole="structuralContainer" id="homeContainer1">
|
||
<div class="siteWrap"><div data-cpRole="contentContainer" id="homeContent1a"> <div id="cc7bf1b014-543b-43ed-b86a-a5078e51d198" data-containerid="7bf1b014-543b-43ed-b86a-a5078e51d198" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="3d464de9-e4c2-4ef4-977e-4cf0d04717e6">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last idb5320668-bcac-401e-a783-c81eaf46be6f" style="" data-widgetcontainerid="b5320668-bcac-401e-a783-c81eaf46be6f">
|
||
|
||
<div data-widget-id="7891eb1e-7f88-4ba0-8462-24c51e80de99" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv7891eb1e-7f88-4ba0-8462-24c51e80de99" class="widget widgetInfoAdvanced skin57 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="header7891eb1e-7f88-4ba0-8462-24c51e80de99">
|
||
<header class="widgetHeader" id="header7891eb1e-7f88-4ba0-8462-24c51e80de99">
|
||
<div class="">
|
||
<h3 >News & Upcoming Events</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 style="text-align: left;">Stay up to date with your community</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) {
|
||
$('#divInfoAdv7891eb1e-7f88-4ba0-8462-24c51e80de99 .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col12 first" style="" data-widgetcontainerid="7fca37ad-dc9e-45f1-916d-426cc8591e4a">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last idc0c97678-973b-4ecf-bb7a-219ded8edc95" style="" data-widgetcontainerid="c0c97678-973b-4ecf-bb7a-219ded8edc95">
|
||
|
||
<div data-widget-id="3a9e5fcf-82d1-4d58-bf74-cdb62ed002c4" data-widget-controller-path="/NewsFlash/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="widget widgetNewsFlash skin58 widgetOptionSet43 wide" data-modulewidgettype="newsFlash" id="widgetNewsFlash3a9e5fcf-82d1-4d58-bf74-cdb62ed002c4" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="News Flash">
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row wide" style="">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
<li class="widgetItem mediaLeft" data-news-i-d="81">
|
||
|
||
<a href="CivicAlerts4a1d.html?AID=81" target="_self"><img class="media" src="ImageRepository/Documentd4c3.jpg?documentID=508" alt="2024 ServSafe Food Protection Manager Calendar_" style="width:22%;" /></a>
|
||
<div class="text" style="margin-left:27%;">
|
||
<h4 id="newsFlashItemHeader81" class="widgetTitle">
|
||
<a href="CivicAlerts4a1d.html?AID=81" target="_self">ServSafe-Food Protection Manager Training & Certification Exam </a></h4>
|
||
<div class="widgetDesc">
|
||
This training and certification exam meets the Virginia Food Regulation requirement that mandates that every food service operation have a certified Food Protection Manager onsite during all hours of operation. <a href="CivicAlerts4a1d.html?AID=81" target="_self" id="newsFlashReadOn81" aria-labelledby="newsFlashItemHeader81 newsFlashReadOn81" class="readOn">Read on...</a>
|
||
</div>
|
||
|
||
</div>
|
||
</li>
|
||
<li class="widgetItem mediaLeft" data-news-i-d="30">
|
||
|
||
<a href="CivicAlerts3d5b.html?AID=30" target="_self"><img class="media" src="ImageRepository/Documentea59.jpg?documentID=413" alt="ExploreSCVA" style="width:22%;" /></a>
|
||
<div class="text" style="margin-left:27%;">
|
||
<h4 id="newsFlashItemHeader30" class="widgetTitle">
|
||
<a href="CivicAlerts3d5b.html?AID=30" target="_self">Upcoming Events! </a></h4>
|
||
<div class="widgetDesc">
|
||
Stay up to date on various events happening in Scott County, VA! <a href="CivicAlerts3d5b.html?AID=30" target="_self" id="newsFlashReadOn30" aria-labelledby="newsFlashItemHeader30 newsFlashReadOn30" class="readOn">Read on...</a>
|
||
</div>
|
||
|
||
</div>
|
||
</li>
|
||
<li class="widgetItem mediaLeft" data-news-i-d="13">
|
||
|
||
<a href="CivicAlerts8e9b.html?AID=13" target="_self"><img class="media" src="ImageRepository/Document7249.jpg?documentID=85" alt="Lodge" style="width:22%;" /></a>
|
||
<div class="text" style="margin-left:27%;">
|
||
<h4 id="newsFlashItemHeader13" class="widgetTitle">
|
||
<a href="CivicAlerts8e9b.html?AID=13" target="_self">Stay connected! </a></h4>
|
||
<div class="widgetDesc">
|
||
Subscribe to Notify Me to receive updates and information about community news and happenings. <a href="CivicAlerts8e9b.html?AID=13" target="_self" id="newsFlashReadOn13" aria-labelledby="newsFlashItemHeader13 newsFlashReadOn13" class="readOn">Read on...</a>
|
||
</div>
|
||
|
||
</div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
|
||
<a id="newsFlashViewAll3a9e5fcf-82d1-4d58-bf74-cdb62ed002c4" class="widgetViewAll" style="" href="CivicAlertsfc24.html?CID=1" aria-label="News Flash View All">View All News</a>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
<div class="addItemModal hidden">
|
||
<div class="url hidden">/CivicAlerts.aspx</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col1" style="" data-widgetcontainerid="49f15b74-4832-44d5-93ed-1fd79296661d">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col1 first last idfafcdff3-7c2a-4bf1-b807-5d5228ab065b" style="" data-widgetcontainerid="fafcdff3-7c2a-4bf1-b807-5d5228ab065b">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="6875dc5e-9944-47e4-8b0e-9735bd5790e1"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col11 last" style="" data-widgetcontainerid="e65ec098-02e7-438c-8446-c3f257346197">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col11 first last idd33a8c3f-3634-4062-9797-840a529de23d" style="" data-widgetcontainerid="d33a8c3f-3634-4062-9797-840a529de23d">
|
||
|
||
|
||
<div id="divTabbed17a32c3f-c9fa-44b6-9752-3703214e443c" class="widget widgetTabbed wide skin59" data-widgetid="17a32c3f-c9fa-44b6-9752-3703214e443c" role="tablist">
|
||
<ol class="tabbedWidget cpTabs " style=" ">
|
||
<!--
|
||
--><li style="width: 48%;" class="active"> <a href="#tab17a32c3f-c9fa-44b6-9752-3703214e443c_0" class="tabButton" role="tab" aria-controls="#tab17a32c3f-c9fa-44b6-9752-3703214e443c_0" aria-selected="true"
|
||
><span class="tabName editable" data-sequence="0" data-tabname="Meetings" contenteditable="false">Meetings</span></a>
|
||
</li><!--
|
||
--><li style="width: 48%;" class=""> <a href="#tab17a32c3f-c9fa-44b6-9752-3703214e443c_1" class="tabButton" role="tab" aria-controls="#tab17a32c3f-c9fa-44b6-9752-3703214e443c_1" aria-selected="false"
|
||
><span class="tabName editable" data-sequence="1" data-tabname="Events" contenteditable="false">Events</span></a>
|
||
</li><!--
|
||
-->
|
||
</ol>
|
||
|
||
<div class="cpTabPanels">
|
||
<ol class="tabbedWidgetNarrow cpTabs " style='display: none;'>
|
||
<li class="active"> <a href="#tab17a32c3f-c9fa-44b6-9752-3703214e443c_0" class="tabButton" role="tab" aria-controls="#tab17a32c3f-c9fa-44b6-9752-3703214e443c_0" aria-selected="true"
|
||
><span class="tabName editable" data-sequence="0" data-tabname="Meetings" contenteditable="false">Meetings</span></a>
|
||
</li>
|
||
</ol>
|
||
<div class="tabbedWidget cpTabPanel showing" style="" id="tab17a32c3f-c9fa-44b6-9752-3703214e443c_0" role="tabpanel">
|
||
|
||
<div data-widget-id="fba31c55-76ef-49a8-af20-6975819babe6" data-widget-controller-path="/Calendar/Widget">
|
||
<script src="Areas/Calendar/Assets/Scripts/Calendar.js"></script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="widgetCalendarfba31c55-76ef-49a8-af20-6975819babe6" class="widget widgetCalendar skin59 widgetOptionSet48 narrow" data-modulewidgettype="calendar" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn'>
|
||
<div class="widgetBody cpGrid cpGrid2 mediaAbove">
|
||
<div class="calendarInnerWrapper">
|
||
|
||
|
||
<div data-minicalendar="true" class="miniCalendar" style="">
|
||
<input type="hidden" name="monthToRender" data-year="2024" data-month="05" />
|
||
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows"><button aria-label="Previous Month" class="cp-miniCalendar-arrow cp-miniCalendar-arrow--left cp-Btn--nonStyled"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconArrow--left"></use></svg></button><div tabindex="0" class="cp-miniCalendar-title">May 2024</div><button aria-label="Next Month" class="cp-miniCalendar-arrow cp-miniCalendar-arrow--right cp-Btn--nonStyled"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconArrow--right"></use></svg></button></h3>
|
||
<table>
|
||
<thead>
|
||
<tr>
|
||
<th scope="col"><abbr title="
|
||
Sunday
|
||
">
|
||
S
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Monday
|
||
">
|
||
M
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Tuesday
|
||
">
|
||
T
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Wednesday
|
||
">
|
||
W
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Thursday
|
||
">
|
||
T
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Friday
|
||
">
|
||
F
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Saturday
|
||
">
|
||
S
|
||
</abbr></th>
|
||
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr><td class="not"><span>28</span></td>
|
||
|
||
<td class="not"><span>29</span></td>
|
||
|
||
<td class="not"><span>30</span></td>
|
||
|
||
<td><span> 1</span></td>
|
||
|
||
<td><span> 2</span></td>
|
||
|
||
<td><span> 3</span></td>
|
||
|
||
<td><span> 4</span></td>
|
||
|
||
</tr>
|
||
<tr><td><span> 5</span></td>
|
||
|
||
<td><span> 6</span></td>
|
||
|
||
<td><span> 7</span></td>
|
||
|
||
<td><span> 8</span></td>
|
||
|
||
<td><span> 9</span></td>
|
||
|
||
<td><span>10</span></td>
|
||
|
||
<td><span>11</span></td>
|
||
|
||
</tr>
|
||
<tr><td><span>12</span></td>
|
||
|
||
<td><span>13</span></td>
|
||
|
||
<td><span>14</span></td>
|
||
|
||
<td><span>15</span></td>
|
||
|
||
<td><span>16</span></td>
|
||
|
||
<td class="today"><span>17</span></td>
|
||
|
||
<td><span>18</span></td>
|
||
|
||
</tr>
|
||
<tr><td><span>19</span></td>
|
||
|
||
<td><span>20</span></td>
|
||
|
||
<td><span>21</span></td>
|
||
|
||
<td><span>22</span></td>
|
||
|
||
<td><span>23</span></td>
|
||
|
||
<td><span>24</span></td>
|
||
|
||
<td><span>25</span></td>
|
||
|
||
</tr>
|
||
<tr><td><span>26</span></td>
|
||
|
||
<td><span>27</span></td>
|
||
|
||
<td><a href='calendar8697.html?view=list&year=2024&month=5&day=28&CID=14'>28</a></td>
|
||
|
||
<td><span>29</span></td>
|
||
|
||
<td><span>30</span></td>
|
||
|
||
<td><span>31</span></td>
|
||
|
||
<td class="not"><span> 1</span></td>
|
||
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
|
||
|
||
<script src="Areas/Calendar/Assets/Script/miniCalendar.js"></script>
|
||
<script>
|
||
$(function () {
|
||
var miniCalendar = new MiniCalendar();
|
||
miniCalendar.init({
|
||
widgetId: "fba31c55-76ef-49a8-af20-6975819babe6",
|
||
preventNavigationOnArrows: false,
|
||
displayDatesOutsideOfCurrentMonth: true
|
||
});
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="row narrow" style="">
|
||
|
||
|
||
<script src="Scripts/jquery.urlToLink.min.js"></script>
|
||
<input type="hidden" value="["2024-05-28"]" name="day-list" />
|
||
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="widgetItem " data-event-i-d="1146" >
|
||
|
||
|
||
<h4 class="widgetTitle">Tue, May 28 </h4>
|
||
<div style="" class="widgetDesc">
|
||
<strong><a href="Calendareefa.html?EID=1146">Scott County Amateur Radio Society (R.A.C.E.S.)</a></strong>
|
||
|
||
</div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
<div class="col col1 ">
|
||
<ol class="semanticList">
|
||
</ol>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
<a id="calendarViewAllfba31c55-76ef-49a8-af20-6975819babe6" class="widgetViewAll" style="" href="calendarfda7.html?CID=14" aria-label="Calendar View All">View All Events</a>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
<div class="addItemModal hidden">
|
||
<div class="url hidden">/Calendar.aspx</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<ol class="tabbedWidgetNarrow cpTabs " style='display: none;'>
|
||
<li class=""> <a href="#tab17a32c3f-c9fa-44b6-9752-3703214e443c_1" class="tabButton" role="tab" aria-controls="#tab17a32c3f-c9fa-44b6-9752-3703214e443c_1" aria-selected="false"
|
||
><span class="tabName editable" data-sequence="1" data-tabname="Events" contenteditable="false">Events</span></a>
|
||
</li>
|
||
</ol>
|
||
<div class="tabbedWidget cpTabPanel " style="display: none;" id="tab17a32c3f-c9fa-44b6-9752-3703214e443c_1" role="tabpanel">
|
||
|
||
<div data-widget-id="c18379b5-8906-42ad-aa6d-d5681a2f1008" data-widget-controller-path="/Calendar/Widget">
|
||
<script src="Areas/Calendar/Assets/Scripts/Calendar.js"></script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="widgetCalendarc18379b5-8906-42ad-aa6d-d5681a2f1008" class="widget widgetCalendar skin59 widgetOptionSet48 narrow" data-modulewidgettype="calendar" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn'>
|
||
<div class="widgetBody cpGrid cpGrid2 mediaAbove">
|
||
<div class="calendarInnerWrapper">
|
||
|
||
|
||
<div data-minicalendar="true" class="miniCalendar" style="">
|
||
<input type="hidden" name="monthToRender" data-year="2024" data-month="05" />
|
||
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows"><button aria-label="Previous Month" class="cp-miniCalendar-arrow cp-miniCalendar-arrow--left cp-Btn--nonStyled"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconArrow--left"></use></svg></button><div tabindex="0" class="cp-miniCalendar-title">May 2024</div><button aria-label="Next Month" class="cp-miniCalendar-arrow cp-miniCalendar-arrow--right cp-Btn--nonStyled"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconArrow--right"></use></svg></button></h3>
|
||
<table>
|
||
<thead>
|
||
<tr>
|
||
<th scope="col"><abbr title="
|
||
Sunday
|
||
">
|
||
S
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Monday
|
||
">
|
||
M
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Tuesday
|
||
">
|
||
T
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Wednesday
|
||
">
|
||
W
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Thursday
|
||
">
|
||
T
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Friday
|
||
">
|
||
F
|
||
</abbr></th>
|
||
<th scope="col"><abbr title="
|
||
Saturday
|
||
">
|
||
S
|
||
</abbr></th>
|
||
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr><td class="not"><span>28</span></td>
|
||
|
||
<td class="not"><span>29</span></td>
|
||
|
||
<td class="not"><span>30</span></td>
|
||
|
||
<td><span> 1</span></td>
|
||
|
||
<td><span> 2</span></td>
|
||
|
||
<td><span> 3</span></td>
|
||
|
||
<td><span> 4</span></td>
|
||
|
||
</tr>
|
||
<tr><td><span> 5</span></td>
|
||
|
||
<td><span> 6</span></td>
|
||
|
||
<td><span> 7</span></td>
|
||
|
||
<td><span> 8</span></td>
|
||
|
||
<td><span> 9</span></td>
|
||
|
||
<td><span>10</span></td>
|
||
|
||
<td><span>11</span></td>
|
||
|
||
</tr>
|
||
<tr><td><span>12</span></td>
|
||
|
||
<td><span>13</span></td>
|
||
|
||
<td><span>14</span></td>
|
||
|
||
<td><span>15</span></td>
|
||
|
||
<td><span>16</span></td>
|
||
|
||
<td class="today"><span>17</span></td>
|
||
|
||
<td><span>18</span></td>
|
||
|
||
</tr>
|
||
<tr><td><span>19</span></td>
|
||
|
||
<td><span>20</span></td>
|
||
|
||
<td><span>21</span></td>
|
||
|
||
<td><span>22</span></td>
|
||
|
||
<td><span>23</span></td>
|
||
|
||
<td><span>24</span></td>
|
||
|
||
<td><span>25</span></td>
|
||
|
||
</tr>
|
||
<tr><td><span>26</span></td>
|
||
|
||
<td><a href='calendard112.html?view=list&year=2024&month=5&day=27&CID=28'>27</a></td>
|
||
|
||
<td><span>28</span></td>
|
||
|
||
<td><span>29</span></td>
|
||
|
||
<td><span>30</span></td>
|
||
|
||
<td><span>31</span></td>
|
||
|
||
<td class="not"><span> 1</span></td>
|
||
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
|
||
|
||
<script src="Areas/Calendar/Assets/Script/miniCalendar.js"></script>
|
||
<script>
|
||
$(function () {
|
||
var miniCalendar = new MiniCalendar();
|
||
miniCalendar.init({
|
||
widgetId: "c18379b5-8906-42ad-aa6d-d5681a2f1008",
|
||
preventNavigationOnArrows: false,
|
||
displayDatesOutsideOfCurrentMonth: true
|
||
});
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="row narrow" style="">
|
||
|
||
|
||
<script src="Scripts/jquery.urlToLink.min.js"></script>
|
||
<input type="hidden" value="["2024-05-27"]" name="day-list" />
|
||
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="widgetItem " data-event-i-d="916" >
|
||
|
||
|
||
<h4 class="widgetTitle">Mon, May 27 </h4>
|
||
<div style="" class="widgetDesc">
|
||
<strong><a href="Calendar36fc.html?EID=916">All Scott County Offices Closed for Memorial Day</a></strong>
|
||
|
||
</div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
<div class="col col1 ">
|
||
<ol class="semanticList">
|
||
</ol>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
<a id="calendarViewAllc18379b5-8906-42ad-aa6d-d5681a2f1008" class="widgetViewAll" style="" href="calendar9d10.html?CID=28" aria-label="Calendar View All">View All Events</a>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
<div class="addItemModal hidden">
|
||
<div class="url hidden">/Calendar.aspx</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<script type="text/javascript">
|
||
|
||
$.when(window.Pages.rwdReady).done(function () {
|
||
var tabbedWidgetID = 'divTabbed17a32c3f-c9fa-44b6-9752-3703214e443c';
|
||
var mediaQuerySize = 25;
|
||
if (mediaQuerySize > 0) {
|
||
var mediaElementQuery = '#' + tabbedWidgetID + ':media(this-min-width:' + mediaQuerySize + 'em)';
|
||
var $tabbedWidget = $('#' + tabbedWidgetID);
|
||
window.cpMedia.unregister(mediaElementQuery).register(mediaElementQuery, {
|
||
deferSetup: false,
|
||
setup: function () {
|
||
var liveEditEnabled = $.cookie("enableLiveEdit") === "true";
|
||
if (!liveEditEnabled) {
|
||
$tabbedWidget.addClass('narrow').removeClass('wide');
|
||
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
|
||
$tabbedWidget.find('.tabbedWidget.cpTabs').hide();
|
||
$tabbedWidget.find('.tabbedWidgetNarrow.cpTabs').show();
|
||
$tabbedWidget.data("tabHeightSet", false);
|
||
}
|
||
},
|
||
match: function () {
|
||
$tabbedWidget.addClass('wide').removeClass('narrow');
|
||
cpMedia.diag('$(element).removeClass("narrow"), mediaQuery: ' + mediaElementQuery);
|
||
$tabbedWidget.find('.tabbedWidget.cpTabs').show();
|
||
$tabbedWidget.find('.tabbedWidgetNarrow.cpTabs').hide();
|
||
|
||
if($tabbedWidget.data("tabHeightSet") == false)
|
||
{
|
||
$tabbedWidget.data("tabHeightSet", true);
|
||
|
||
var tabbedWidgetID = 'divTabbed17a32c3f-c9fa-44b6-9752-3703214e443c';
|
||
setTabbedWidgetsTabHeight(tabbedWidgetID);
|
||
}
|
||
$('.cpTabPanels').unbind('click');
|
||
},
|
||
unmatch: function () {
|
||
var liveEditEnabled = $.cookie("enableLiveEdit") === "true";
|
||
if (!liveEditEnabled) {
|
||
$tabbedWidget.addClass('narrow').removeClass('wide');
|
||
cpMedia.diag('$(element).addClass("narrow"), mediaQuery: ' + mediaElementQuery);
|
||
$tabbedWidget.find('.tabbedWidget.cpTabs').hide();
|
||
$tabbedWidget.find('.tabbedWidgetNarrow.cpTabs').show();
|
||
}
|
||
$('.cpTabPanels').click(function() {
|
||
this.scrollIntoView();
|
||
});
|
||
}
|
||
});
|
||
}
|
||
});
|
||
|
||
//Used for when page is initially loaded
|
||
if($('#divTabbed17a32c3f-c9fa-44b6-9752-3703214e443c').hasClass('narrow'))
|
||
{
|
||
$('.cpTabPanels').click(function() {
|
||
this.scrollIntoView();
|
||
});
|
||
}
|
||
|
||
|
||
//If responsive not enabled, execute this after a timeout
|
||
if(!isResponsiveEnabled)
|
||
{
|
||
window.setTimeout(function(){
|
||
var tabbedWidgetID = 'divTabbed17a32c3f-c9fa-44b6-9752-3703214e443c';
|
||
typeof setTabbedWidgetsTabHeight === "function" && setTabbedWidgetsTabHeight(tabbedWidgetID);
|
||
}, 1500);
|
||
}
|
||
|
||
function reinitCarousels() {
|
||
if (window.carouselsToInit) {
|
||
for (var i = 0; i < window.carouselsToInit.length; i++) {
|
||
carouselsToInit[i]();
|
||
}
|
||
}
|
||
}
|
||
function sizeTabbedContent(element){
|
||
if(window.Pages){
|
||
if(window.Pages.onResizeHandlers){
|
||
var setTabbedInterval = setInterval(function () {
|
||
window.Pages.onResizeHandlers.forEach(function(car){car();});
|
||
}, 25)
|
||
|
||
|
||
setTimeout(function () {
|
||
clearInterval(setTabbedInterval);
|
||
if ($.cookie("enableLiveEdit") === "true") {
|
||
setInterval(function () {
|
||
window.Pages.onResizeHandlers.forEach(function(car){car();});
|
||
}, 2000);
|
||
}
|
||
}, 2500);
|
||
element.onclick="window.setTimeout(function(){reinitCarousels();},2);"
|
||
}
|
||
}
|
||
}
|
||
|
||
function adjustTab(e) {
|
||
e.preventDefault();
|
||
window.setTimeout(function(){
|
||
reinitCarousels();
|
||
}, 2);
|
||
sizeTabbedContent(this);
|
||
}
|
||
|
||
var tabButtons = document.querySelectorAll("#divTabbed17a32c3f-c9fa-44b6-9752-3703214e443c .tabButton");
|
||
|
||
tabButtons.forEach(function (tabButton) {
|
||
tabButton.addEventListener("click", adjustTab);
|
||
});
|
||
|
||
</script>
|
||
|
||
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</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="ccf8d80382-6a8e-4087-98d6-562185f0d58b" data-containerid="f8d80382-6a8e-4087-98d6-562185f0d58b" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="55">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col4 first" style="" data-widgetcontainerid="52e24f61-6de9-43e8-9499-93f72ec135cd">
|
||
|
||
<div class="row nest first wide">
|
||
|
||
|
||
<div class="inner col col4 first last id83a74b3b-428b-4067-b986-c6fd2ab81823" style="" data-widgetcontainerid="83a74b3b-428b-4067-b986-c6fd2ab81823">
|
||
|
||
<div data-widget-id="bd9b0aa1-d0ea-4cb3-9e01-ca52a10c2889" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdvbd9b0aa1-d0ea-4cb3-9e01-ca52a10c2889" 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="headerbd9b0aa1-d0ea-4cb3-9e01-ca52a10c2889">
|
||
<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) {
|
||
$('#divInfoAdvbd9b0aa1-d0ea-4cb3-9e01-ca52a10c2889 .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
<div class="row nest last wide">
|
||
|
||
|
||
<div class="inner col col4 first last idb2d20313-b646-4f84-8b1c-a2c455c2a5f2" style="" data-widgetcontainerid="b2d20313-b646-4f84-8b1c-a2c455c2a5f2">
|
||
|
||
<div data-widget-id="c83c947b-18e0-4cdb-8409-0da711dc9a00" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgetc83c947b-18e0-4cdb-8409-0da711dc9a00" class="widget widgetGraphicLinks skin55 widgetOptionSet4 wide" data-elementqueryclasses='{"wide-narrow":"min-width:1em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid4 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/ScottCountyTourism" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" aria-label=" Facebook graphic"><img src="ImageRepository/Documentf599.svg?documentID=48"
|
||
class="graphicButtonLink" alt=" Facebook"
|
||
onmouseover="this.src='ImageRepository/Documentf599.svg?documentID=48'"
|
||
onmouseout="this.src='ImageRepository/Documentf599.svg?documentID=48'"
|
||
onfocus="this.src='ImageRepository/Documentf599.svg?documentID=48'"
|
||
onblur="this.src='ImageRepository/Documentf599.svg?documentID=48'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="twitter.html" target="_self" aria-label=" Twitter graphic"><img src="ImageRepository/Document32c7.svg?documentID=50"
|
||
class="graphicButtonLink" alt=" Twitter"
|
||
onmouseover="this.src='ImageRepository/Document32c7.svg?documentID=50'"
|
||
onmouseout="this.src='ImageRepository/Document32c7.svg?documentID=50'"
|
||
onfocus="this.src='ImageRepository/Document32c7.svg?documentID=50'"
|
||
onblur="this.src='ImageRepository/Document32c7.svg?documentID=50'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.instagram.com/scottcountyva/?hl=en" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" aria-label=" Instagram graphic"><img src="ImageRepository/Document51c9.svg?documentID=49"
|
||
class="graphicButtonLink" alt=" Instagram"
|
||
onmouseover="this.src='ImageRepository/Document51c9.svg?documentID=49'"
|
||
onmouseout="this.src='ImageRepository/Document51c9.svg?documentID=49'"
|
||
onfocus="this.src='ImageRepository/Document51c9.svg?documentID=49'"
|
||
onblur="this.src='ImageRepository/Document51c9.svg?documentID=49'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.youtube.com/channel/UCJiQ6PhkjJIeH-lAY5uQnDA" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" aria-label=" YouTube graphic"><img src="ImageRepository/Document2c5b.svg?documentID=51"
|
||
class="graphicButtonLink" alt=" YouTube"
|
||
onmouseover="this.src='ImageRepository/Document2c5b.svg?documentID=51'"
|
||
onmouseout="this.src='ImageRepository/Document2c5b.svg?documentID=51'"
|
||
onfocus="this.src='ImageRepository/Document2c5b.svg?documentID=51'"
|
||
onblur="this.src='ImageRepository/Document2c5b.svg?documentID=51'"> </a></div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3" style="" data-widgetcontainerid="40524371-ee6c-4b77-a69b-a3aa8bbecdec">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last ide79a7444-258f-432e-b677-3b3a8cdab643" style="" data-widgetcontainerid="e79a7444-258f-432e-b677-3b3a8cdab643">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="1d252239-820d-468e-b14e-7ebbc8f1c495"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4" style="" data-widgetcontainerid="1a0b306a-7ebe-4501-80b4-8e82d2164373">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id5a932306-3291-4f5b-879f-7c6319e326b8" style="" data-widgetcontainerid="5a932306-3291-4f5b-879f-7c6319e326b8">
|
||
|
||
<div data-widget-id="85f56b3a-dfb5-4a68-a570-36f12486e3ab" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv85f56b3a-dfb5-4a68-a570-36f12486e3ab" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="header85f56b3a-dfb5-4a68-a570-36f12486e3ab">
|
||
<header class="widgetHeader" id="header85f56b3a-dfb5-4a68-a570-36f12486e3ab">
|
||
<div class="">
|
||
<h3 >Contact Us</h3>
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row wide">
|
||
<div class="col col1 first last">
|
||
<ol class="pageStyles semanticList">
|
||
|
||
<li class="InfoAdvanced widgetItem fr-view">
|
||
<p id="isPasted">Scott County <br>190 Beech Street, Suite 201 <br>Gate City, VA 24251 <br>Phone: <a href="tel: 276-386-6521">276-386-6521</a> <br>Fax: 276-386-9198 </p>
|
||
</li> </ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Render slideshow if info advacned items contain one.
|
||
$(document).ready(function (e) {
|
||
$('#divInfoAdv85f56b3a-dfb5-4a68-a570-36f12486e3ab .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="910edb5e-2a6d-47dd-b36b-365bc41f27a5">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id13263367-8c0f-4bae-a720-4537b55cab83" style="" data-widgetcontainerid="13263367-8c0f-4bae-a720-4537b55cab83">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="2ad28614-4fcb-469a-9ae9-d63d69de4302"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4" style="" data-widgetcontainerid="252629a2-e82b-4ea9-b104-2f85bfa780b7">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id7cb056f1-5047-4fe3-9bf1-6fe7e414294f" style="" data-widgetcontainerid="7cb056f1-5047-4fe3-9bf1-6fe7e414294f">
|
||
|
||
<div data-widget-id="3053c700-4392-4968-8117-9011d6c7cf7a" data-widget-controller-path="/QuickLinks/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetQuicklink3053c700-4392-4968-8117-9011d6c7cf7a" class="widget widgetQuickLinks skin37 widgetOptionSet30 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeader3053c700-4392-4968-8117-9011d6c7cf7a">
|
||
<header class="widgetHeader" id="quickLinksHeader3053c700-4392-4968-8117-9011d6c7cf7a">
|
||
<div class="">
|
||
<h3><a style="" href="QuickLinks0fb1.html?CID=22" >Quick Links</a></h3>
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row narrow">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="https://scottcounty.dogrescues.org/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" >Adopt a Shelter Pet Website</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="0399c9e6-6964-4ac4-921e-8eac861aa3f7">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last idda6762bd-f22f-43f4-af4f-7a344a3764ee" style="" data-widgetcontainerid="da6762bd-f22f-43f4-af4f-7a344a3764ee">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="b01716ea-7aa2-4f59-aa35-9f3b60fe41a1"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3 last" style="" data-widgetcontainerid="62b46dab-e9d8-4c88-bb63-bfd5349d31a7">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id3aae3488-6f4f-4c62-b565-00b6a9f3910c" style="" data-widgetcontainerid="3aae3488-6f4f-4c62-b565-00b6a9f3910c">
|
||
|
||
<div data-widget-id="a0350ad7-c3c9-41f6-9f01-8af9bb216050" data-widget-controller-path="/QuickLinks/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetQuicklinka0350ad7-c3c9-41f6-9f01-8af9bb216050" class="widget widgetQuickLinks skin37 widgetOptionSet30 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeadera0350ad7-c3c9-41f6-9f01-8af9bb216050">
|
||
<header class="widgetHeader" id="quickLinksHeadera0350ad7-c3c9-41f6-9f01-8af9bb216050">
|
||
<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-53" style="display: none"></div>
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$.when(window.Pages.rwdSetupComplete)
|
||
.done(function () {
|
||
renderBanner('banner2-53',
|
||
'banner2',
|
||
{"BannerOptionID":53,"ThemeID":16,"SlotName":"banner2","Name":"Default","IsDefault":true,"BannerMode":1,"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":75,"BannerOptionID":53,"FileName":"/ImageRepository/Document?documentID=96","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
|
||
{"BannerImageID":75,"BannerOptionID":53,"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/Home/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="cc2bdccd28-1ef5-46cb-8436-f71248a87c70" data-containerid="2bdccd28-1ef5-46cb-8436-f71248a87c70" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="832648e5-17f6-42b1-bd3c-30f37fb54835">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id16852472-526e-49a1-9a78-1f9f89c43773" style="" data-widgetcontainerid="16852472-526e-49a1-9a78-1f9f89c43773">
|
||
|
||
|
||
<div data-widget-id='77a281ea-c38f-4432-b6c2-12dd80e0e457' data-moduleName="customHtml" id='widgetCustomHtml77a281ea-c38f-4432-b6c2-12dd80e0e457' class="widget widgetCustomHtml skin43 narrow" >
|
||
<div class="widgetBody pageStyles" id="widgetBody77a281ea-c38f-4432-b6c2-12dd80e0e457">
|
||
<div id="customHtml77a281ea-c38f-4432-b6c2-12dd80e0e457"><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: '1',
|
||
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/? by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:19:05 GMT -->
|
||
</html> |