
/* SOURCE FILE: scripts/src/css/15-vendor/normalize--normalize-homecombined-interiorcombined.css */ 
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* SOURCE FILE: scripts/src/css/20-vendor/base--base-homecombined-interiorcombined.css */ 
/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.svg#robotothin") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.svg#robotothin_italic") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto/Roboto-Medium-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto/Roboto-Medium-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto/Roboto-Medium-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto/Roboto-Medium-webfont.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.svg#robotomedium_italic") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.svg#robotobold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.svg#robotoblack_italic") format("svg");
  font-weight: 900;
  font-style: italic; }
/*
// All weights and styles available
font-family:'Proxima Nova W01'; font-weight: 200; font-style: normal;
font-family:'Proxima Nova W01'; font-weight: 200; font-style: italic;
font-family:'Proxima Nova W01'; font-weight: 400; font-style: normal;
font-family:'Proxima Nova W01'; font-weight: 700; font-style: normal;
font-family:'Proxima Nova W01'; font-weight: 400; font-style: italic;
font-family:'Proxima Nova W01'; font-weight: 500; font-style: italic;
font-family:'Proxima Nova W01'; font-weight: 700; font-style: italic;
font-family:'Proxima Nova W01'; font-weight: 500; font-style: normal;
*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #004c82;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin: 2px; }
  @media print and (min-width: 1px) {
    button, input[type="button"], input[type="reset"], input[type="submit"], .button {
      border: 1px solid #004c82;
      color: #004c82; } }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
    background-color: #c96800;
    color: #fff;
    padding: 0.75em 1.5em;
    font-weight: 500;
    border: 0; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f0f0f0;
  border: .1em solid #b0b0b0;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: .1em solid #b0b0b0;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #c96800; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #0a91b7;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 61, 105, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 0.1em solid #ddd; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
          font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: auto; }

th {
  border-bottom: .1em solid #b0b0b0;
  font-weight: 600;
  padding: 10px;
  text-align: left; }

td {
  padding: 10px; }

body {
  color: #333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5; }

p {
  margin: 0 0 0.75em; }

a {
  text-decoration: none; }

hr {
  border-bottom: 0.1em solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width !important; }
@media print and (min-width: 1px) {
  div.header-wrap {
    display: none; } }

@media print and (min-width: 1px) {
  header div.inner-container {
    color: black; } }

#coa-survey-tab {
  max-width: 1200px;
  margin: 0 auto;
  font-size: .9em;
  font-weight: 500;
  text-transform: uppercase; }
  @media print and (min-width: 1px) {
    #coa-survey-tab {
      display: none; } }
  #coa-survey-tab .coa-survey-tab-home {
    display: block;
    border-radius: 0px;
    z-index: 9999;
    width: 100%;
    padding: 8px 15px 10px 40px;
    background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/coa-comment-icon.svg");
    background-position: 8px 5px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-color: #0a91b7;
    color: #fff;
    text-align: center;
    top: -2px; }
    #coa-survey-tab .coa-survey-tab-home:hover {
      background-color: #c96800; }
    @media screen and (min-width: 650px) {
      #coa-survey-tab .coa-survey-tab-home {
        display: block;
        width: auto;
        position: fixed;
        z-index: 9999;
        top: -2px;
        right: -2px;
        border-bottom-left-radius: 5px;
        box-shadow: 2px 2px 2px #000;
        text-align: left;
        border: 2px solid rgba(255, 255, 255, 0.2); } }
  #coa-survey-tab .coa-survey-tab-interior {
    display: block;
    padding: 8px 15px 10px 42px;
    background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/coa-comment-icon.svg");
    background-position: 12px 5px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-color: #0a91b7;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    text-align: center; }
    #coa-survey-tab .coa-survey-tab-interior:hover {
      background-color: #c96800; }
    @media screen and (min-width: 500px) {
      #coa-survey-tab .coa-survey-tab-interior {
        float: right;
        margin: 0;
        border-top: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; } }

.coa-myalex-logout {
  background-color: #333;
  text-align: right;
  font-size: .8em;
  font-weight: 500;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  display: none; }
  .coa-myalex-logout span {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2px 5px 5px 5px; }
  .coa-myalex-logout a {
    color: #fff;
    border-bottom: .1em dotted #fff; }
  @media print and (min-width: 1px) {
    .coa-myalex-logout {
      display: none; } }

main aside a img,
main article a img {
  border: none;
  vertical-align: top; }
main aside a,
main article a {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  border-bottom: 0.1em dotted #0a91b7;
  color: #0a91b7;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  main aside a.button,
  main article a.button {
    border: none; }
  main aside a:active, main aside a:focus, main aside a:hover,
  main article a:active,
  main article a:focus,
  main article a:hover {
    color: #c96800;
    border-bottom: 0.1em dotted #c96800;
    padding-bottom: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  main aside a:visited,
  main article a:visited {
    color: #999;
    border-bottom: .1em dotted #999; }
main aside p,
main article p {
  font-size: 1em;
  line-height: 1.6666;
  margin-bottom: 1em; }
main aside u,
main article u {
  text-decoration: none; }
main aside h1, main aside h2, main aside h3, main aside h4, main aside h5, main aside h6,
main article h1,
main article h2,
main article h3,
main article h4,
main article h5,
main article h6 {
  margin-bottom: 0.2em; }
  main aside h1 b, main aside h2 b, main aside h3 b, main aside h4 b, main aside h5 b, main aside h6 b,
  main article h1 b,
  main article h2 b,
  main article h3 b,
  main article h4 b,
  main article h5 b,
  main article h6 b {
    font-weight: inherit; }
  main aside h1 strong, main aside h2 strong, main aside h3 strong, main aside h4 strong, main aside h5 strong, main aside h6 strong,
  main article h1 strong,
  main article h2 strong,
  main article h3 strong,
  main article h4 strong,
  main article h5 strong,
  main article h6 strong {
    font-weight: inherit; }
main aside h1,
main article h1 {
  font-size: 2.2em;
  font-weight: 400; }
main aside h2,
main article h2 {
  font-size: 1.5em;
  font-weight: 500; }
main aside h3,
main article h3 {
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em; }
main aside h4, main aside h5, main aside h6,
main article h4,
main article h5,
main article h6 {
  font-size: 1.2em;
  font-weight: 500;
  font-style: italic; }
main aside ul,
main article ul {
  list-style-type: disc;
  margin: 10px 0 0 20px;
  padding: 0 0 0 1em; }
  main aside ul li,
  main article ul li {
    margin-bottom: 0.875em; }
main aside ol,
main article ol {
  list-style-type: decimal;
  margin: 10px 0 0 20px;
  padding: 0 0 0 1em; }
  main aside ol li,
  main article ol li {
    margin-bottom: 0.875em; }
main aside hr,
main article hr {
  border-bottom: 1px solid #e1e1e1;
  margin: 2.5em 0;
  clear: both; }
main aside figure,
main article figure {
  margin: 1em 0;
  padding: 0; }
  main aside figure img,
  main article figure img {
    max-width: 100%;
    height: auto; }

.coa-pdf-icon a:after {
  content: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/pdf-icon.png");
  position: relative;
  top: 3px;
  left: 5px;
  padding-right: 5px; }

a.coa-pdf-icon:after {
  content: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/pdf-icon.png");
  position: relative;
  top: 3px;
  left: 5px;
  padding-right: 5px; }

.coa-pdf-search-icon a:before {
  content: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/pdf-icon.png");
  position: relative;
  top: 3px;
  right: 5px;
  padding-left: 5px; }

.rating {
  float: left;
  font-size: 1.125em; }
  .rating .stars {
    margin-left: 20px; }
    .rating .stars svg {
      width: 18px;
      height: 18px;
      display: inline-block; }
      @media screen and (max-width: 900px) {
        .rating .stars svg {
          width: 14px;
          height: 14px; } }

.social-media-icons {
  margin: 0px 10px 0 5px;
  position: relative;
  top: 2px;
  left: 0px; }
  .social-media-icons a, .social-media-icons i {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: inline-block;
    margin-right: 17px; }
    .social-media-icons a.facebook-logo, .social-media-icons i.facebook-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/facebook-white.svg");
      background-size: 8px 15px;
      background-repeat: no-repeat;
      width: 8px;
      height: 15px; }
    .social-media-icons a.twitter-logo, .social-media-icons i.twitter-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/twitter-white.svg");
      background-size: 14px 12px;
      background-repeat: no-repeat;
      width: 14px;
      height: 12px;
      position: relative; }
    .social-media-icons a.youtube-logo, .social-media-icons i.youtube-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/play-white.svg");
      background-size: 23px 15px;
      background-repeat: no-repeat;
      width: 23px;
      height: 15px;
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      footer .social-media-icons a, footer .social-media-icons i {
        margin-right: 2em; } }
  footer .social-media-icons:before {
    display: block;
    content: attr(data-label);
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      footer .social-media-icons:before {
        display: inline-block;
        margin-right: 2em;
        content: attr(data-label-small);
        text-transform: none; } }

.social-share-icons {
  position: relative; }
  .social-share-icons a, .social-share-icons i {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    border: none; }
    .social-share-icons a.facebook-logo, .social-share-icons i.facebook-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/facebook-share.gif"); }
    .social-share-icons a.twitter-logo, .social-share-icons i.twitter-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/twitter-share.gif"); }
    .social-share-icons a.google-plus-logo, .social-share-icons i.google-plus-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/google-plus-share.gif"); }
    .social-share-icons a.linkedin-logo, .social-share-icons i.linkedin-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/linkedin-share.gif"); }
    .social-share-icons a.print-logo, .social-share-icons i.print-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/print-share.gif"); }
    .social-share-icons a.email-logo, .social-share-icons i.email-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/email-share.gif"); }

.flag {
  background: #cd0808;
  padding: 0.15em 1.75em;
  text-transform: uppercase;
  color: #FFF;
  position: absolute;
  z-index: 101; }
  @media screen and (max-width: 900px) {
    .flag {
      font-size: 0.875em; } }
  @media screen and (max-width: 600px) {
    .flag {
      font-size: 0.75em; } }

.inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .inner-container::after {
    clear: both;
    content: "";
    display: table; }

.to-top {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 1010;
  background-size: 22px;
  border-radius: 5px;
  background: rgba(9, 79, 132, 0.8) url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/up-arrow.svg") no-repeat center 50%;
  background-size: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .to-top.cd-is-visible, .to-top.cd-fade-out, .no-touch .to-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .to-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .to-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5; }
  .no-touch .to-top:hover {
    background-color: #094f84;
    opacity: 1; }
  @media screen and (max-width: 600px) {
    .to-top {
      right: 20px;
      bottom: 45px; } }

footer {
  width: 100%;
  color: #add2e8;
  background: #1f4b66;
  padding: 40px 0;
  position: relative;
  z-index: 2; }
  footer a {
    color: white;
    border-bottom: 0.1em dotted #fff; }
    footer a:hover {
      color: #c96800;
      border-bottom-color: #c96800; }
  footer .secondary a {
    border-bottom-style: none; }
  footer .col-logo a {
    border-bottom: 0; }
  footer .social-media-icons {
    margin: 0;
    top: 0;
    left: 0; }
    footer .social-media-icons a {
      border-bottom: 0; }
  footer .primary {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 2; }
    footer .primary::after {
      clear: both;
      content: "";
      display: table; }
    footer .primary .col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      footer .primary .col:last-child {
        margin-right: 0; }
      footer .primary .col.col-logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        footer .primary .col.col-logo:last-child {
          margin-right: 0; }
      footer .primary .col img.logo {
        width: 86px;
        height: auto;
        position: relative; }
      footer .primary .col.col-mobile {
        display: none; }
      footer .primary .col.col-desktop {
        display: block; }
      @media screen and (max-width: 767px) {
        footer .primary .col {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 44.55627%;
          margin-left: 4.2649%;
          margin-top: .5em;
          margin-bottom: .5em;
          margin-right: 0;
          font-size: 0.875em; }
          footer .primary .col:last-child {
            margin-right: 0; }
          footer .primary .col.col-social {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 91.4702%;
            color: white; }
            footer .primary .col.col-social:last-child {
              margin-right: 0; }
          footer .primary .col.col-logo {
            display: none; }
          footer .primary .col.col-mobile {
            display: block; }
          footer .primary .col.col-desktop {
            display: none; }
          footer .primary .col.col-address, footer .primary .col.col-contact {
            clear: left; } }
  footer .secondary {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    footer .secondary::after {
      clear: both;
      content: "";
      display: table; }
    footer .secondary img {
      display: none; }
    footer .secondary small {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-left: 76.76824%; }
      footer .secondary small:last-child {
        margin-right: 0; }
    @media screen and (max-width: 600px) {
      footer .secondary {
        background-color: #233d52;
        text-align: center;
        padding: 1em;
        margin-top: 1em; }
        footer .secondary img {
          width: 45px;
          height: auto;
          display: inline-block;
          vertical-align: middle; }
        footer .secondary small {
          box-sizing: border-box;
          display: inline-block;
          width: auto;
          margin-left: 0;
          float: none;
          font-size: 1em; }
          footer .secondary small:before {
            content: '|';
            color: #233d52;
            border-left: 1px solid #1f4b66;
            display: inline-block;
            font-size: 1.5em;
            margin: 0 .25em 0 .4em;
            vertical-align: middle; } }
  @media screen and (max-width: 600px) {
    footer {
      padding-bottom: 0; } }

/*# sourceMappingURL=base.css.map */
/* SOURCE FILE: scripts/src/css/25-vendor/home--home-homecombined.css */ 
/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thin-webfont.svg#robotothin") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-thinitalic-webfont.svg#robotothin_italic") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-lightitalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto/Roboto-Medium-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto/Roboto-Medium-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto/Roboto-Medium-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto/Roboto-Medium-webfont.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-mediumitalic-webfont.svg#robotomedium_italic") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-bolditalic-webfont.svg#robotobold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.eot");
  src: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.woff2") format("woff2"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.woff") format("woff"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.ttf") format("truetype"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-fonts/roboto2015/roboto-blackitalic-webfont.svg#robotoblack_italic") format("svg");
  font-weight: 900;
  font-style: italic; }
/*
// All weights and styles available
font-family:'Proxima Nova W01'; font-weight: 200; font-style: normal;
font-family:'Proxima Nova W01'; font-weight: 200; font-style: italic;
font-family:'Proxima Nova W01'; font-weight: 400; font-style: normal;
font-family:'Proxima Nova W01'; font-weight: 700; font-style: normal;
font-family:'Proxima Nova W01'; font-weight: 400; font-style: italic;
font-family:'Proxima Nova W01'; font-weight: 500; font-style: italic;
font-family:'Proxima Nova W01'; font-weight: 700; font-style: italic;
font-family:'Proxima Nova W01'; font-weight: 500; font-style: normal;
*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #004c82;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin: 2px; }
  @media print and (min-width: 1px) {
    button, input[type="button"], input[type="reset"], input[type="submit"], .button {
      border: 1px solid #004c82;
      color: #004c82; } }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
    background-color: #c96800;
    color: #fff;
    padding: 0.75em 1.5em;
    font-weight: 500;
    border: 0; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f0f0f0;
  border: .1em solid #b0b0b0;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: .1em solid #b0b0b0;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #c96800; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #0a91b7;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 61, 105, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 0.1em solid #ddd; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
          font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: auto; }

th {
  border-bottom: .1em solid #b0b0b0;
  font-weight: 600;
  padding: 10px;
  text-align: left; }

td {
  padding: 10px; }

body {
  color: #333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5; }

p {
  margin: 0 0 0.75em; }

a {
  text-decoration: none; }

hr {
  border-bottom: 0.1em solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #004c82;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin: 2px; }
  @media print and (min-width: 1px) {
    button, input[type="button"], input[type="reset"], input[type="submit"], .button {
      border: 1px solid #004c82;
      color: #004c82; } }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
    background-color: #c96800;
    color: #fff;
    padding: 0.75em 1.5em;
    font-weight: 500;
    border: 0; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

/*
 * Media queries
 * Largest: Cap mega menu width at 1200px
 * media($xlarge-screen-down): Allow mega menu to match screen width and columns to be flexible
 * media($large-screen): Hide left column
 * media($mobile-menu-down): Switch to mobile menu
 */
header .drop:after {
  color: rgba(255, 255, 255, 0.6);
  content: "\25BC";
  font-size: 0.5em;
  padding-left: 12px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    header .drop:after {
      content: ""; } }
header .drop:hover::after {
  color: white; }
@media screen and (max-width: 767px) {
  header .no-mobile-drop .drop:after {
    display: none; } }
header .close-mobile {
  display: none; }

#coa_util_myalex_logout {
  padding-left: 1em;
  padding-right: 1em; }
  @media screen and (max-width: 767px) {
    #coa_util_myalex_logout {
      padding-left: 0;
      padding-right: 0; } }

.mobile-button {
  display: none !important;
  /* interior rules here, see below for home overrides */ }
  @media screen and (max-width: 767px) {
    .mobile-button {
      display: block !important; }
      .mobile-button a {
        margin-left: 0; }
        .mobile-button a img {
          width: 16px;
          height: auto;
          padding-top: 2px; } }

/* home overrides for mobile-button burger */
@media screen and (max-width: 767px) {
  .home {
    display: block !important; }
    .home li.mobile-button {
      margin-top: -14px;
      height: auto; }
    .home #navigation .mobile-button a {
      height: 24px; }
      .home #navigation .mobile-button a img {
        width: 33px;
        height: 24px; } }

@media screen and (max-width: 767px) {
  header .utility {
    display: none; } }
header .utility .blue-arrow {
  height: 0;
  width: 0;
  border-bottom: 7px solid #384a5b;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: none;
  margin: 6px 0 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0, 0, 0.58, 1);
  transition: -webkit-transform 500ms cubic-bezier(0, 0, 0.58, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.58, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.58, 1);
  z-index: 999; }
  header .utility .blue-arrow,
  header .utility .blue-arrow b {
    position: absolute; }
  header .utility .blue-arrow b {
    height: 0;
    width: 0;
    border-bottom: 5px solid #384a5b;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 2px;
    left: -5px; }
header .utility.active .blue-arrow {
  display: block; }
header .utility .close {
  position: absolute;
  top: 60px;
  right: 16px;
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/close-white.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
  background-position: center;
  background-size: 16px 16px;
  height: 46px;
  width: 46px;
  z-index: 999; }
  .home header .utility .close {
    position: absolute;
    top: 46px;
    right: 0; }
header .utility.active .close {
  display: block; }
header .utility .menu > li {
  display: inline-block; }
  header .utility .menu > li:first-child {
    margin-left: 0; }
  header .utility .menu > li.active .subnav {
    display: block; }
  header .utility .menu > li a {
    color: white; }
header .utility .subnav {
  display: none;
  position: absolute;
  left: 20px;
  right: 20px;
  background: -webkit-linear-gradient(#384a5b, #293540);
  background: linear-gradient(#384a5b, #293540);
  padding: 2em;
  z-index: 998;
  max-width: 1200px;
  margin: 12px auto 0;
  color: #FFF;
  border: 1px solid #293540;
  box-shadow: 0 2px 5px 0 #333; }
  header .utility .subnav .column-list {
    float: left;
    width: 30%;
    margin-right: 5%;
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 40px; }
    header .utility .subnav .column-list:first-child {
      border-left: 0;
      padding-left: 0; }
    header .utility .subnav .column-list:last-child {
      margin-right: 0; }
    header .utility .subnav .column-list li {
      display: block;
      padding: 0 0 0.6em 0; }
      header .utility .subnav .column-list li a {
        border-bottom: 0.1em dotted #fff; }
        header .utility .subnav .column-list li a:hover {
          color: #c96800;
          border-bottom-color: #c96800; }
header .utility .subnav.custom {
  text-align: left; }
  header .utility .subnav.custom a {
    border-bottom: 0.1em dotted #fff;
    line-height: 1.6; }
    header .utility .subnav.custom a:hover {
      color: #c96800;
      border-bottom-color: #c96800; }
  header .utility .subnav.custom h3 {
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    font-size: 1.125em;
    line-height: 1.2; }
    header .utility .subnav.custom h3 a {
      line-height: 1.4; }
  header .utility .subnav.custom h4 {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2; }
    header .utility .subnav.custom h4 a {
      line-height: 1.4; }
  header .utility .subnav.custom p {
    margin-bottom: 2em;
    color: #ABBCCB;
    line-height: 1.2; }
  header .utility .subnav.custom .no-margin {
    margin: 0; }
  header .utility .subnav.custom .highlight-box {
    background: #1B232A;
    padding: 1em; }
header .utility .subnav.custom-contact .nav-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  header .utility .subnav.custom-contact .nav-content:last-child {
    margin-right: 0; }
header .utility .subnav.custom-contact .highlight-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0; }
  header .utility .subnav.custom-contact .highlight-box:last-child {
    margin-right: 0; }
  header .utility .subnav.custom-contact .highlight-box .item-one {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%; }
    header .utility .subnav.custom-contact .highlight-box .item-one:last-child {
      margin-right: 0; }
  header .utility .subnav.custom-contact .highlight-box .item-two {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%; }
    header .utility .subnav.custom-contact .highlight-box .item-two:last-child {
      margin-right: 0; }
@media screen and (max-width: 900px) {
  header .utility .subnav.custom-contact .nav-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    header .utility .subnav.custom-contact .nav-content:last-child {
      margin-right: 0; }
    header .utility .subnav.custom-contact .nav-content:nth-child(2) {
      margin-right: 0; }
  header .utility .subnav.custom-contact .highlight-box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-top: 20px; }
    header .utility .subnav.custom-contact .highlight-box:last-child {
      margin-right: 0; } }
header .utility .subnav.custom-connect .nav-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  header .utility .subnav.custom-connect .nav-content:last-child {
    margin-right: 0; }
  header .utility .subnav.custom-connect .nav-content.tiny {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%; }
    header .utility .subnav.custom-connect .nav-content.tiny:last-child {
      margin-right: 0; }
  header .utility .subnav.custom-connect .nav-content .social-nav li {
    padding: 20px 0; }
    header .utility .subnav.custom-connect .nav-content .social-nav li a {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      display: block;
      width: 100%;
      height: 20px;
      background-position: center;
      border-bottom: none; }
      header .utility .subnav.custom-connect .nav-content .social-nav li a:hover, header .utility .subnav.custom-connect .nav-content .social-nav li a:active {
        border-bottom: none; }
      header .utility .subnav.custom-connect .nav-content .social-nav li a.facebook-logo {
        background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/facebook-grey.svg");
        background-size: 20px 20px;
        background-repeat: no-repeat; }
      header .utility .subnav.custom-connect .nav-content .social-nav li a.twitter-logo {
        background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/twitter-grey.svg");
        background-size: 20px 20px;
        background-repeat: no-repeat; }
      header .utility .subnav.custom-connect .nav-content .social-nav li a.youtube-logo {
        background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/play-grey.svg");
        background-size: 20px 20px;
        background-repeat: no-repeat; }
      header .utility .subnav.custom-connect .nav-content .social-nav li a.instagram-logo {
        background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/instagram-grey.svg");
        background-size: 20px 20px;
        background-repeat: no-repeat; }
      header .utility .subnav.custom-connect .nav-content .social-nav li a.linkedin-logo {
        background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/linkedin-grey.svg");
        background-size: 20px 20px;
        background-repeat: no-repeat; }
    header .utility .subnav.custom-connect .nav-content .social-nav li.active a.facebook-logo, header .utility .subnav.custom-connect .nav-content .social-nav li a:hover.facebook-logo, header .utility .subnav.custom-connect .nav-content .social-nav li a:active.facebook-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/facebook-white.svg");
      background-size: 20px 20px;
      background-repeat: no-repeat; }
    header .utility .subnav.custom-connect .nav-content .social-nav li.active a.twitter-logo, header .utility .subnav.custom-connect .nav-content .social-nav li a:hover.twitter-logo, header .utility .subnav.custom-connect .nav-content .social-nav li a:active.twitter-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/twitter-white.svg");
      background-size: 20px 20px;
      background-repeat: no-repeat; }
    header .utility .subnav.custom-connect .nav-content .social-nav li.active a.youtube-logo, header .utility .subnav.custom-connect .nav-content .social-nav li a:hover.youtube-logo, header .utility .subnav.custom-connect .nav-content .social-nav li a:active.youtube-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/play-white.svg");
      background-size: 20px 20px;
      background-repeat: no-repeat; }
    header .utility .subnav.custom-connect .nav-content .social-nav li.active a.instagram-logo, header .utility .subnav.custom-connect .nav-content .social-nav li a:hover.instagram-logo, header .utility .subnav.custom-connect .nav-content .social-nav li a:active.instagram-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/instagram-white.svg");
      background-size: 20px 20px;
      background-repeat: no-repeat; }
    header .utility .subnav.custom-connect .nav-content .social-nav li.active a.linkedin-logo, header .utility .subnav.custom-connect .nav-content .social-nav li a:hover.linkedin-logo, header .utility .subnav.custom-connect .nav-content .social-nav li a:active.linkedin-logo {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/linkedin-white.svg");
      background-size: 20px 20px;
      background-repeat: no-repeat; }
header .utility .subnav.custom-connect .highlight-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
  min-height: 300px;
  position: relative; }
  header .utility .subnav.custom-connect .highlight-box:last-child {
    margin-right: 0; }
  header .utility .subnav.custom-connect .highlight-box .arrow {
    height: 0;
    width: 0;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #1B232A;
    border-top: 8px solid transparent;
    position: absolute;
    top: 0;
    left: -16px;
    display: block;
    width: 16px;
    height: 16px; }
  header .utility .subnav.custom-connect .highlight-box .social-item {
    display: none; }
    header .utility .subnav.custom-connect .highlight-box .social-item.active {
      display: block; }
  header .utility .subnav.custom-connect .highlight-box li {
    margin-bottom: 0.75em; }
  header .utility .subnav.custom-connect .highlight-box .item-one {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%; }
    header .utility .subnav.custom-connect .highlight-box .item-one:last-child {
      margin-right: 0; }
  header .utility .subnav.custom-connect .highlight-box .item-two {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%; }
    header .utility .subnav.custom-connect .highlight-box .item-two:last-child {
      margin-right: 0; }
@media screen and (max-width: 900px) {
  header .utility .subnav.custom-connect .nav-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    header .utility .subnav.custom-connect .nav-content:last-child {
      margin-right: 0; }
    header .utility .subnav.custom-connect .nav-content.tiny {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 6.17215%; }
      header .utility .subnav.custom-connect .nav-content.tiny:last-child {
        margin-right: 0; }
  header .utility .subnav.custom-connect .highlight-box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    header .utility .subnav.custom-connect .highlight-box:last-child {
      margin-right: 0; } }

#primary-navigation {
  position: relative;
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400; }
  #primary-navigation::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1200px) {
    #primary-navigation {
      max-width: 100%; } }
  @media screen and (max-width: 900px) {
    #primary-navigation {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    #primary-navigation {
      max-width: 500px; } }
  #primary-navigation a {
    color: #FFF; }
    @media screen and (max-width: 767px) {
      #primary-navigation a {
        text-transform: uppercase;
        font-size: 1em; } }
  #primary-navigation .coamainnavigation {
    text-align: center;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
    list-style-type: none; }
    #primary-navigation .coamainnavigation > li {
      display: block;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        #primary-navigation .coamainnavigation > li {
          height: 1em;
          line-height: 1;
          border-right: 2px solid #FFF; }
          #primary-navigation .coamainnavigation > li.hide-mobile {
            display: none; }
          #primary-navigation .coamainnavigation > li.no-mobile-drop {
            border-right: none; } }
      #primary-navigation .coamainnavigation > li.active a {
        /*
        					border-bottom:2px dotted rgba(255,255,255,0.6);
        
        					@include media($mobile-menu-down) {
        						border-bottom: none;
        					}
        */ }
        #primary-navigation .coamainnavigation > li.active a:after {
          color: #FFF; }
      @media screen and (max-width: 767px) {
        #primary-navigation .coamainnavigation > li a:after {
          content: " ";
          padding-left: 2.5em; } }
      #primary-navigation .coamainnavigation > li a:hover, #primary-navigation .coamainnavigation > li a:active {
        /*
        					border-bottom:2px dotted rgba(255,255,255,0.6);
        
        					@include media($mobile-menu-down) {
        						border-bottom: none;
        					}
        */ }
        #primary-navigation .coamainnavigation > li a:hover:after, #primary-navigation .coamainnavigation > li a:active:after {
          color: #FFF; }
  #primary-navigation.active .menu-content {
    display: block; }
    #primary-navigation.active .menu-content .close {
      display: block; }
  #primary-navigation .menu-content {
    background: #fff;
    border: 1px solid #d8dadc;
    display: none;
    font-size: 13px;
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 1200px;
    z-index: 998;
    box-shadow: 0 5px 10px 0 #666; }
    #primary-navigation .menu-content .close {
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/close-grey.svg");
      background-repeat: no-repeat;
      cursor: pointer;
      display: none;
      background-position: center;
      background-size: 16px 16px;
      height: 46px;
      width: 46px;
      z-index: 999; }
    #primary-navigation .menu-content .menu-live::after,
    #primary-navigation .menu-content .menu-business::after,
    #primary-navigation .menu-content .menu-play::after,
    #primary-navigation .menu-content .menu-services::after,
    #primary-navigation .menu-content .menu-government::after,
    #primary-navigation .menu-content .menu-projects-plans::after,
    #primary-navigation .menu-content .menu-events::after,
    #primary-navigation .menu-content .menu-i-want-to::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 900px) {
      #primary-navigation .menu-content .menu-live,
      #primary-navigation .menu-content .menu-business,
      #primary-navigation .menu-content .menu-play,
      #primary-navigation .menu-content .menu-services,
      #primary-navigation .menu-content .menu-government,
      #primary-navigation .menu-content .menu-projects-plans,
      #primary-navigation .menu-content .menu-events,
      #primary-navigation .menu-content .menu-i-want-to {
        background-image: none; } }
    #primary-navigation .menu-content .menu-live {
      background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/menu-background-live.jpg") left bottom no-repeat; }
    #primary-navigation .menu-content .menu-play {
      background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/menu-background-play.jpg") left bottom no-repeat; }
    #primary-navigation .menu-content .menu-business {
      background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/menu-background-business.jpg") left bottom no-repeat; }
    #primary-navigation .menu-content .menu-services {
      background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/menu-background-services.jpg") left bottom no-repeat; }
    #primary-navigation .menu-content .menu-government {
      background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/menu-background-govt.jpg") left bottom no-repeat; }
    #primary-navigation .menu-content .menu-projects-plans {
      background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/menu-background-projects.jpg") left bottom no-repeat; }
    #primary-navigation .menu-content .menu-events {
      background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/menu-background-events.jpg") left bottom no-repeat; }
    #primary-navigation .menu-content .menu-i-want-to {
      background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/menu-background-iwant.jpg") left bottom no-repeat; }
    #primary-navigation .menu-content > .row {
      display: none;
      margin-left: 0;
      margin-right: 0;
      position: relative; }
      #primary-navigation .menu-content > .row.active {
        display: block; }
        #primary-navigation .menu-content > .row.active::after {
          clear: both;
          content: "";
          display: table; }
      #primary-navigation .menu-content > .row .intro {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        padding: 52px 30px 0 30px; }
        #primary-navigation .menu-content > .row .intro:last-child {
          margin-right: 0; }
        @media screen and (max-width: 900px) {
          #primary-navigation .menu-content > .row .intro {
            display: none;
            height: 0;
            width: 0;
            padding: 0;
            overflow: hidden;
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: -2.35765%; }
            #primary-navigation .menu-content > .row .intro:last-child {
              margin-right: 0; } }
        #primary-navigation .menu-content > .row .intro a {
          color: #0a91b7;
          border-bottom: 0.1em dotted #0a91b7; }
          #primary-navigation .menu-content > .row .intro a:hover {
            color: #c96800;
            border-bottom-color: #c96800; }
        #primary-navigation .menu-content > .row .intro p {
          font-size: 0.9375em;
          color: #686161;
          font-style: italic;
          line-height: 1.866; }
        #primary-navigation .menu-content > .row .intro h3 {
          font-size: 1.2em;
          font-weight: 500;
          margin-bottom: 0.2em;
          text-transform: uppercase;
          letter-spacing: .05em; }
        #primary-navigation .menu-content > .row .intro li {
          margin-bottom: .5em; }
      #primary-navigation .menu-content > .row .secondary-menu {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        padding: 52px 0;
        border-right: 1px solid #ebebeb;
        min-height: 460px; }
        #primary-navigation .menu-content > .row .secondary-menu:last-child {
          margin-right: 0; }
        @media screen and (max-width: 900px) {
          #primary-navigation .menu-content > .row .secondary-menu {
            background: -webkit-linear-gradient(#FFF, #f5f5f5) left repeat;
            background: linear-gradient(#FFF, #f5f5f5) left repeat; } }
        #primary-navigation .menu-content > .row .secondary-menu li {
          display: block;
          padding: 0.4em 0; }
          @media screen and (max-width: 900px) {
            #primary-navigation .menu-content > .row .secondary-menu li {
              padding-left: 20px; } }
          #primary-navigation .menu-content > .row .secondary-menu li a {
            color: #363636;
            text-decoration: none;
            border-bottom: none; }
          #primary-navigation .menu-content > .row .secondary-menu li:hover a {
            color: #c96800; }
          #primary-navigation .menu-content > .row .secondary-menu li.active a {
            color: #0a91b7; }
          #primary-navigation .menu-content > .row .secondary-menu li.active {
            background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/top-secondary-menu-hover.jpg"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/bottom-secondary-menu-hover.jpg");
            background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/top-secondary-menu-hover.jpg"), url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/bottom-secondary-menu-hover.jpg");
            background-position: right -30%, right 130%;
            background-repeat: no-repeat, no-repeat;
            background-color: #FFF;
            border-right: 1px solid #FFF;
            margin-right: -1px; }
      #primary-navigation .menu-content > .row .tertiary-menu {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-right: 0;
        padding: 52px 30px 0 0; }
        #primary-navigation .menu-content > .row .tertiary-menu:last-child {
          margin-right: 0; }
        @media screen and (max-width: 900px) {
          #primary-navigation .menu-content > .row .tertiary-menu {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 74.41059%; }
            #primary-navigation .menu-content > .row .tertiary-menu:last-child {
              margin-right: 0; } }
        #primary-navigation .menu-content > .row .tertiary-menu .final-content {
          display: none; }
          #primary-navigation .menu-content > .row .tertiary-menu .final-content.active {
            display: block; }
        #primary-navigation .menu-content > .row .tertiary-menu .coa_CalendarDateHeader {
          font-weight: 500; }
        #primary-navigation .menu-content > .row .tertiary-menu .event-container {
          border-top: 1px solid #EEE;
          margin-top: 20px;
          padding-top: 20px; }
          #primary-navigation .menu-content > .row .tertiary-menu .event-container a {
            color: #0a91b7;
            text-decoration: none;
            border-bottom: 0.1em dotted #0a91b7; }
        #primary-navigation .menu-content > .row .tertiary-menu p {
          display: inline-block;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          word-wrap: normal;
          font-size: 0.9375em;
          color: #686161;
          font-style: italic;
          line-height: 2;
          white-space: normal; }
        #primary-navigation .menu-content > .row .tertiary-menu a {
          color: #0a91b7;
          border-bottom: 0.1em dotted #0a91b7; }
          #primary-navigation .menu-content > .row .tertiary-menu a:hover {
            color: #c96800;
            border-bottom-color: #c96800; }
        #primary-navigation .menu-content > .row .tertiary-menu ul {
          padding: 10px; }
          #primary-navigation .menu-content > .row .tertiary-menu ul li {
            display: block;
            margin: 0 0 1em 0; }
            #primary-navigation .menu-content > .row .tertiary-menu ul li a {
              color: #0a91b7;
              text-decoration: none;
              border-bottom: 0.1em dotted #0a91b7; }
              #primary-navigation .menu-content > .row .tertiary-menu ul li a:hover {
                color: #c96800;
                border-bottom: 0.1em dotted #c96800; }
      #primary-navigation .menu-content > .row h2 {
        font-size: 2em;
        font-weight: 500;
        margin: 0 0 .5em 0; }
        #primary-navigation .menu-content > .row h2 a {
          color: #0a91b7;
          text-decoration: none;
          border-bottom: 0.1em dotted #0a91b7; }
          #primary-navigation .menu-content > .row h2 a:hover {
            color: #c96800;
            border-bottom-color: #c96800; }
      #primary-navigation .menu-content > .row h3 {
        font-size: 1.5em;
        font-weight: 500;
        margin: 0 0 .5em 0; }
        #primary-navigation .menu-content > .row h3 a {
          color: #0a91b7;
          text-decoration: none;
          border-bottom: 0.1em dotted #0a91b7; }
          #primary-navigation .menu-content > .row h3 a:hover {
            color: #c96800;
            border-bottom-color: #c96800; }
  #primary-navigation li[data-index] {
    position: relative; }
  #primary-navigation .arrow {
    height: 0;
    width: 0;
    border-bottom: 7px solid #d8dadc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -7px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0, 0, 0.58, 1);
    transition: -webkit-transform 500ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 500ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 500ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.58, 1); }
    #primary-navigation .arrow,
    #primary-navigation .arrow b {
      position: absolute; }
    #primary-navigation .arrow b {
      height: 0;
      width: 0;
      border-bottom: 5px solid #fff;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      top: 2px;
      left: -5px; }

@media screen and (max-width: 767px) {
  .mobile-active {
    background: #293540; }
    .mobile-active .mobile-button {
      display: none  !important; }
    .mobile-active header {
      position: relative; }
      .mobile-active header .close-mobile {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 24px;
        left: 24px;
        z-index: 1001; }
    .mobile-active main {
      display: none; }
    .mobile-active #home-search {
      position: absolute;
      top: 92px;
      margin: 0;
      width: 100%;
      z-index: 1000; }
    .mobile-active header .utility {
      display: block;
      position: absolute;
      bottom: 0;
      max-width: 767px;
      margin: 0;
      text-align: left;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      width: 100%;
      background: #1b4164; }
      .mobile-active header .utility .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 19px 10px;
        max-width: 450px;
        margin: 0 auto;
        height: 58px; }
        .mobile-active header .utility .menu li {
          margin-left: 0;
          font-size: 1em; }
          .mobile-active header .utility .menu li a:after {
            padding: 0; }
      .mobile-active header .utility .hide-mobile {
        display: none; }
    .mobile-active #primary-navigation {
      display: block;
      background: #121b23;
      width: 100%;
      margin: 0;
      max-width: 767px; }
      .mobile-active #primary-navigation #coa-events-mobile-dayholder a {
        color: #0a91b7;
        text-decoration: none;
        border-bottom: 0.1em dotted #0a91b7; }
        .mobile-active #primary-navigation #coa-events-mobile-dayholder a:hover {
          color: #c96800;
          border-bottom: 0.1em dotted #c96800; }
      .mobile-active #primary-navigation #navigation {
        text-align: left;
        max-width: 767px;
        display: block;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
            -ms-flex-pack: start;
                justify-content: start;
        margin: 0;
        padding: 0; }
        .mobile-active #primary-navigation #navigation > li {
          height: auto;
          line-height: 1.4;
          border-right: none; }
          .mobile-active #primary-navigation #navigation > li.hide-mobile {
            display: block; }
          .mobile-active #primary-navigation #navigation > li > .menu-toggle {
            background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/plus-white.svg") center center no-repeat;
            background-size: 19px;
            position: absolute;
            right: 0;
            top: 0;
            width: 19px;
            height: 19px;
            display: block;
            padding: 38px;
            cursor: pointer; }
          .mobile-active #primary-navigation #navigation > li > a {
            text-transform: capitalize;
            font-size: 1.5em;
            font-weight: 500;
            background: #121b23;
            padding: 25px 15px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            display: block; }
          .mobile-active #primary-navigation #navigation > li .mobile-secondary > li::after {
            clear: both;
            content: "";
            display: table; }
        .mobile-active #primary-navigation #navigation > li.active > .menu-toggle {
          background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/minus-white.svg") center center no-repeat;
          background-size: 19px; }
        .mobile-active #primary-navigation #navigation > li.active ul {
          background: #1b4164; }
          .mobile-active #primary-navigation #navigation > li.active ul li > .submenu-toggle {
            background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/plus-white.svg") center center no-repeat;
            background-size: 16px;
            position: relative;
            width: 56px;
            height: 69px;
            display: block;
            float: left;
            cursor: pointer; }
          .mobile-active #primary-navigation #navigation > li.active ul li a {
            font-weight: 500;
            font-size: 1.5em;
            padding: 25px 15px;
            display: block;
            text-transform: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
            .mobile-active #primary-navigation #navigation > li.active ul li a:after {
              padding: 0; }
          .mobile-active #primary-navigation #navigation > li.active ul li.active > .submenu-toggle {
            background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/minus-white.svg") center center no-repeat;
            background-size: 16px; }
        .mobile-active #primary-navigation #navigation > li.active .mobile-tertiary {
          background: #e0e0e0;
          padding: 0;
          color: #333; }
          .mobile-active #primary-navigation #navigation > li.active .mobile-tertiary a {
            padding: 20px;
            display: block;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            color: #0a91b7; }
          .mobile-active #primary-navigation #navigation > li.active .mobile-tertiary a:before {
            content: "\276f";
            font-family: "Zapf Dingbats", Roboto, helvetica, arial, sans-serif;
            display: block;
            float: right;
            padding-left: 10px; }
          .mobile-active #primary-navigation #navigation > li.active .mobile-tertiary.no-ul {
            padding-top: 25px;
            padding-bottom: 25px;
            color: #6B98D4; }
            .mobile-active #primary-navigation #navigation > li.active .mobile-tertiary.no-ul a {
              padding: 0; }
              .mobile-active #primary-navigation #navigation > li.active .mobile-tertiary.no-ul a:before {
                display: none; } }
@media screen and (max-width: 767px) {
  #coanavigation {
    color: inherit; }
    #coanavigation > li {
      text-align: left;
      padding-left: 1em;
      padding-bottom: 3em;
      padding-top: 2em;
      border-bottom: 1px solid blue; }
      #coanavigation > li > a {
        text-transform: none; }
    #coanavigation > li.emptynav {
      border-right-color: transparent; } }
@media screen and (max-width: 767px) {
  #primary-navigation .emptynav {
    display: block;
    padding-bottom: 0; } }
@media screen and (max-width: 600px) {
  #primary-navigation #navigation {
    font-size: 0.875em;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    #primary-navigation #navigation > li {
      border-right: none; }
      #primary-navigation #navigation > li > a:after {
        padding: 0; } }
#home-search .search-overlay,
#search .search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(28, 44, 58, 0.6);
  display: none; }
  .body-search-results #home-search .search-overlay, .body-search-results
  #search .search-overlay {
    display: block;
    z-index: 1001; }
#home-search .search-box,
#search .search-box {
  position: relative;
  z-index: 800; }
  .body-search-results #home-search .search-box, .body-search-results
  #search .search-box {
    z-index: 1003; }
  #home-search .search-box input[type="search"],
  #search .search-box input[type="search"] {
    background-repeat: no-repeat;
    border: 0;
    display: block;
    font-style: italic;
    margin: 0; }
    #home-search .search-box input[type="search"]::-webkit-input-placeholder,
    #search .search-box input[type="search"]::-webkit-input-placeholder {
      color: #434343; }
    #home-search .search-box input[type="search"]::-moz-placeholder,
    #search .search-box input[type="search"]::-moz-placeholder {
      color: #434343; }
    #home-search .search-box input[type="search"]:-moz-placeholder,
    #search .search-box input[type="search"]:-moz-placeholder {
      color: #434343; }
    #home-search .search-box input[type="search"]:-ms-input-placeholder,
    #search .search-box input[type="search"]:-ms-input-placeholder {
      color: #434343; }
    #home-search .search-box input[type="search"]:focus,
    #search .search-box input[type="search"]:focus {
      border: 0; }
    #home-search .search-box input[type="search"]::-ms-clear,
    #search .search-box input[type="search"]::-ms-clear {
      display: none; }
    .body-search-active #home-search .search-box input[type="search"], .body-search-active
    #search .search-box input[type="search"] {
      background-image: none; }
  #home-search .search-box .close,
  #search .search-box .close {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/close-grey.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    display: none; }
    .body-search-active #home-search .search-box .close, .body-search-active
    #search .search-box .close {
      display: block; }
#home-search .search-results,
#search .search-results {
  position: absolute;
  right: 0;
  left: 0;
  max-width: 1240px;
  margin: 0 auto;
  display: none;
  width: 100%;
  overflow: hidden; }
  #home-search .search-results::after,
  #search .search-results::after {
    clear: both;
    content: "";
    display: table; }
  .body-search-results #home-search .search-results, .body-search-results
  #search .search-results {
    -webkit-animation: fly-in-from-left 0.2s ease both;
            animation: fly-in-from-left 0.2s ease both;
    display: block;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    z-index: 1002; }
  #home-search .search-results .inner-container,
  #search .search-results .inner-container {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #d8dadc;
    padding: 15px 35px 40px;
    margin: 0 20px 20px; }
  #home-search .search-results .search-filters,
  #search .search-results .search-filters {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0; }
    #home-search .search-results .search-filters::after,
    #search .search-results .search-filters::after {
      clear: both;
      content: "";
      display: table; }
    #home-search .search-results .search-filters .search-filter-toggle,
    #search .search-results .search-filters .search-filter-toggle {
      display: none; }
    #home-search .search-results .search-filters > ul,
    #search .search-results .search-filters > ul {
      position: relative; }
      #home-search .search-results .search-filters > ul > li,
      #search .search-results .search-filters > ul > li {
        float: left;
        padding-right: 20px; }
        #home-search .search-results .search-filters > ul > li + li,
        #search .search-results .search-filters > ul > li + li {
          padding-left: 20px; }
          #home-search .search-results .search-filters > ul > li + li:before,
          #search .search-results .search-filters > ul > li + li:before {
            background: #ebebeb;
            content: '';
            height: 49px;
            margin-left: -20px;
            margin-top: 1px;
            position: absolute;
            width: 1px; }
    #home-search .search-results .search-filters.active .search-filter-toggle,
    #search .search-results .search-filters.active .search-filter-toggle {
      opacity: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    #home-search .search-results .search-filters.active > ul,
    #search .search-results .search-filters.active > ul {
      display: block; }
  #home-search .search-results .search-filter,
  #search .search-results .search-filter {
    position: relative; }
    #home-search .search-results .search-filter::after,
    #search .search-results .search-filter::after {
      clear: both;
      content: "";
      display: table; }
    #home-search .search-results .search-filter > label,
    #search .search-results .search-filter > label {
      background: #f1f2f2;
      border: 1px solid #d7d7d7;
      cursor: pointer;
      height: 51px;
      line-height: 51px;
      margin: 0;
      padding: 0 12px;
      position: relative;
      text-transform: uppercase;
      width: 300px; }
      #home-search .search-results .search-filter > label:after,
      #search .search-results .search-filter > label:after {
        height: 0;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #666666;
        content: '';
        position: absolute;
        right: 19px;
        top: 26px; }
    #home-search .search-results .search-filter > div,
    #search .search-results .search-filter > div {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      background: #fff;
      border-color: #d7d7d7;
      border-style: solid;
      border-width: 0 1px 1px;
      display: none;
      margin-top: -1px; }
      #home-search .search-results .search-filter > div .search-filter-options,
      #search .search-results .search-filter > div .search-filter-options {
        margin: 5px 0 25px 85px; }
        #home-search .search-results .search-filter > div .search-filter-options li + li,
        #search .search-results .search-filter > div .search-filter-options li + li {
          margin-top: 25px; }
        #home-search .search-results .search-filter > div .search-filter-options label,
        #search .search-results .search-filter > div .search-filter-options label {
          cursor: pointer;
          font-weight: 400;
          margin: 0; }
        #home-search .search-results .search-filter > div .search-filter-options input:checked + label,
        #search .search-results .search-filter > div .search-filter-options input:checked + label {
          font-weight: 600; }
    #home-search .search-results .search-filter.active > label,
    #search .search-results .search-filter.active > label {
      background: #fff;
      border-bottom-color: transparent; }
    #home-search .search-results .search-filter.active > div,
    #search .search-results .search-filter.active > div {
      display: block; }
  #home-search .search-results .search-results-summary,
  #search .search-results .search-results-summary {
    color: #333;
    padding: 20px 0; }
    #home-search .search-results .search-results-summary span,
    #search .search-results .search-results-summary span {
      color: #c96800; }
  #home-search .search-results .search-results-page article h3,
  #search .search-results .search-results-page article h3 {
    margin: 0; }
    #home-search .search-results .search-results-page article h3 a,
    #search .search-results .search-results-page article h3 a {
      border-bottom: 0.1em dotted #0a91b7;
      text-decoration: none; }
      #home-search .search-results .search-results-page article h3 a:hover,
      #search .search-results .search-results-page article h3 a:hover {
        color: #c96800;
        border-bottom-color: #c96800; }
      #home-search .search-results .search-results-page article h3 a:visited,
      #search .search-results .search-results-page article h3 a:visited {
        color: #999;
        border-bottom-color: #999; }
  #home-search .search-results .search-results-pager::after,
  #search .search-results .search-results-pager::after {
    clear: both;
    content: "";
    display: table; }
  #home-search .search-results .search-results-pager button,
  #search .search-results .search-results-pager button {
    background-color: #f0f0f0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px 16px;
    border-radius: 0;
    float: left;
    height: 52px;
    width: 52px; }
    #home-search .search-results .search-results-pager button + button,
    #search .search-results .search-results-pager button + button {
      margin-left: 7px; }
    #home-search .search-results .search-results-pager button.search-results-prev,
    #search .search-results .search-results-pager button.search-results-prev {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/arrow-blue-left.svg"); }
    #home-search .search-results .search-results-pager button.search-results-next,
    #search .search-results .search-results-pager button.search-results-next {
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/arrow-blue-right.svg"); }
  #home-search .search-results .search-main,
  #search .search-results .search-main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    box-sizing: border-box;
    padding-left: 6px;
    padding-right: 74px; }
    #home-search .search-results .search-main:last-child,
    #search .search-results .search-main:last-child {
      margin-right: 0; }
    #home-search .search-results .search-main .search-results-summary,
    #search .search-results .search-main .search-results-summary {
      font-size: 22px;
      font-weight: 600;
      line-height: 1.40909; }
      #home-search .search-results .search-main .search-results-summary span,
      #search .search-results .search-main .search-results-summary span {
        font-size: 32px;
        line-height: 0.96875; }
    #home-search .search-results .search-main .search-results-page article + article,
    #search .search-results .search-main .search-results-page article + article {
      margin-top: 30px; }
    #home-search .search-results .search-main .search-results-page article h3,
    #search .search-results .search-main .search-results-page article h3 {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.72222; }
      #home-search .search-results .search-main .search-results-page article h3 a,
      #search .search-results .search-main .search-results-page article h3 a {
        color: #0a91b7; }
        #home-search .search-results .search-main .search-results-page article h3 a:hover,
        #search .search-results .search-main .search-results-page article h3 a:hover {
          color: #c96800; }
        #home-search .search-results .search-main .search-results-page article h3 a:visited,
        #search .search-results .search-main .search-results-page article h3 a:visited {
          color: #999;
          border-bottom-color: #999; }
    #home-search .search-results .search-main .search-results-page article p,
    #search .search-results .search-main .search-results-page article p {
      color: #333;
      font-size: 1em;
      line-height: normal;
      margin-top: 7px; }
    #home-search .search-results .search-main .search-results-pager,
    #search .search-results .search-main .search-results-pager {
      margin-top: 35px; }
  #home-search .search-results .search-side,
  #search .search-results .search-side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    box-sizing: border-box;
    padding-right: 6px;
    padding-top: 10px; }
    #home-search .search-results .search-side:last-child,
    #search .search-results .search-side:last-child {
      margin-right: 0; }
    #home-search .search-results .search-side > div,
    #search .search-results .search-side > div {
      padding-bottom: 20px; }
    #home-search .search-results .search-side .search-done,
    #search .search-results .search-side .search-done {
      border-top: 1px solid #ebebeb; }
    #home-search .search-results .search-side .search-results-summary,
    #search .search-results .search-side .search-results-summary {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.72222; }
      #home-search .search-results .search-side .search-results-summary span,
      #search .search-results .search-side .search-results-summary span {
        font-size: 28px;
        line-height: 1.10714; }
    #home-search .search-results .search-side .search-results-page article h3,
    #search .search-results .search-side .search-results-page article h3 {
      font-size: 1em;
      font-weight: 400;
      line-height: normal;
      margin: 10px 0; }
      #home-search .search-results .search-side .search-results-page article h3 a,
      #search .search-results .search-side .search-results-page article h3 a {
        color: #0a91b7; }
        #home-search .search-results .search-side .search-results-page article h3 a:hover,
        #search .search-results .search-side .search-results-page article h3 a:hover {
          color: #c96800; }
        #home-search .search-results .search-side .search-results-page article h3 a:visited,
        #search .search-results .search-side .search-results-page article h3 a:visited {
          color: #999;
          border-bottom-color: #999; }
        #home-search .search-results .search-side .search-results-page article h3 a span,
        #search .search-results .search-side .search-results-page article h3 a span {
          font-size: 1em;
          text-transform: uppercase; }
    #home-search .search-results .search-side .search-results-pager,
    #search .search-results .search-side .search-results-pager {
      margin-top: 20px; }
@media screen and (max-width: 900px) {
  #home-search .search-results .inner-container,
  #search .search-results .inner-container {
    padding: 12px 32px 30px; }
  #home-search .search-results .search-filters > ul > li,
  #search .search-results .search-filters > ul > li {
    padding-right: 15px; }
    #home-search .search-results .search-filters > ul > li + li,
    #search .search-results .search-filters > ul > li + li {
      padding-left: 15px; }
      #home-search .search-results .search-filters > ul > li + li:before,
      #search .search-results .search-filters > ul > li + li:before {
        margin-left: -15px; }
  #home-search .search-results .search-filter > label,
  #search .search-results .search-filter > label {
    padding: 0 7px;
    width: 200px; }
    #home-search .search-results .search-filter > label:after,
    #search .search-results .search-filter > label:after {
      right: 14px; }
  #home-search .search-results .search-filter > div .search-filter-options,
  #search .search-results .search-filter > div .search-filter-options {
    margin: 5px 0 20px 30px; }
    #home-search .search-results .search-filter > div .search-filter-options li + li,
    #search .search-results .search-filter > div .search-filter-options li + li {
      margin-top: 20px; }
  #home-search .search-results .search-main,
  #search .search-results .search-main {
    padding-left: 0;
    padding-right: 60px; }
  #home-search .search-results .search-side,
  #search .search-results .search-side {
    padding-right: 0; } }
@media screen and (max-width: 700px) {
  #home-search .search-results .search-main,
  #home-search .search-results .search-side,
  #search .search-results .search-main,
  #search .search-results .search-side {
    margin: 0;
    padding: 0;
    width: 100%; }
  #home-search .search-results .search-side,
  #search .search-results .search-side {
    border-top: 1px solid #ebebeb;
    margin-top: 20px; }
    #home-search .search-results .search-side .search-group .search-results-summary,
    #search .search-results .search-side .search-group .search-results-summary {
      position: relative;
      cursor: pointer; }
      #home-search .search-results .search-side .search-group .search-results-summary:before, #home-search .search-results .search-side .search-group .search-results-summary:after,
      #search .search-results .search-side .search-group .search-results-summary:before,
      #search .search-results .search-side .search-group .search-results-summary:after {
        background: currentColor;
        content: '';
        position: absolute;
        width: 1.4em;
        height: 1.4em; }
      #home-search .search-results .search-side .search-group .search-results-summary:before,
      #search .search-results .search-side .search-group .search-results-summary:before {
        height: 1.5px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      #home-search .search-results .search-side .search-group .search-results-summary:after,
      #search .search-results .search-side .search-group .search-results-summary:after {
        right: 0.7em;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1.5px;
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    #home-search .search-results .search-side .search-group .search-results-accordion,
    #search .search-results .search-side .search-group .search-results-accordion {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.2s ease-in;
      transition: max-height 0.2s ease-in; }
    #home-search .search-results .search-side .search-group.expanded .search-results-summary:after,
    #search .search-results .search-side .search-group.expanded .search-results-summary:after {
      -webkit-transform: rotate(90deg) translateX(-0.7em);
              transform: rotate(90deg) translateX(-0.7em); }
    #home-search .search-results .search-side .search-group.expanded .search-results-accordion,
    #search .search-results .search-side .search-group.expanded .search-results-accordion {
      max-height: 400px; } }
@media screen and (max-width: 600px) {
  #home-search .search-results .inner-container,
  #search .search-results .inner-container {
    padding: 15px 20px;
    margin: 0; }
  #home-search .search-results .search-filters,
  #search .search-results .search-filters {
    padding: 10px 0; }
    #home-search .search-results .search-filters .search-filter-toggle,
    #search .search-results .search-filters .search-filter-toggle {
      width: 14px;
      height: 14px; }
    #home-search .search-results .search-filters > ul > li,
    #search .search-results .search-filters > ul > li {
      box-sizing: border-box;
      padding-right: 10px;
      width: 50%; }
      #home-search .search-results .search-filters > ul > li + li,
      #search .search-results .search-filters > ul > li + li {
        padding-left: 0; }
        #home-search .search-results .search-filters > ul > li + li:before,
        #search .search-results .search-filters > ul > li + li:before {
          display: none; }
      #home-search .search-results .search-filters > ul > li:nth-child(2n),
      #search .search-results .search-filters > ul > li:nth-child(2n) {
        padding-left: 10px;
        padding-right: 0; }
        #home-search .search-results .search-filters > ul > li:nth-child(2n):before,
        #search .search-results .search-filters > ul > li:nth-child(2n):before {
          display: block;
          height: 24px;
          margin-left: -10px;
          margin-top: 5px; }
  #home-search .search-results .search-filter > label,
  #search .search-results .search-filter > label {
    font-size: 13.5px;
    height: 34px;
    line-height: 34px;
    padding: 0 6px;
    width: 100%; }
    #home-search .search-results .search-filter > label:after,
    #search .search-results .search-filter > label:after {
      height: 0;
      width: 0;
      border-left: 3.5px solid transparent;
      border-right: 3.5px solid transparent;
      border-top: 4px solid #666666;
      right: 7px;
      top: 18px; }
  #home-search .search-results .search-filter > div .search-filter-options,
  #search .search-results .search-filter > div .search-filter-options {
    margin: 5px 0 10px 5px; }
    #home-search .search-results .search-filter > div .search-filter-options label,
    #search .search-results .search-filter > div .search-filter-options label {
      font-size: 13.5px; }
  #home-search .search-results .search-results-summary,
  #search .search-results .search-results-summary {
    padding: 10px 0; }
  #home-search .search-results .search-results-pager button,
  #search .search-results .search-results-pager button {
    background-size: 7px 12px;
    height: 42px;
    width: 42px; }
    #home-search .search-results .search-results-pager button + button,
    #search .search-results .search-results-pager button + button {
      margin-left: 15px; }
  #home-search .search-results .search-main .search-results-summary,
  #home-search .search-results .search-side .search-results-summary,
  #search .search-results .search-main .search-results-summary,
  #search .search-results .search-side .search-results-summary {
    font-size: 16px;
    line-height: 1.125; }
    #home-search .search-results .search-main .search-results-summary span,
    #home-search .search-results .search-side .search-results-summary span,
    #search .search-results .search-main .search-results-summary span,
    #search .search-results .search-side .search-results-summary span {
      font-size: 21px;
      line-height: 1.125; }
  #home-search .search-results .search-main .search-results-page article + article,
  #home-search .search-results .search-side .search-results-page article + article,
  #search .search-results .search-main .search-results-page article + article,
  #search .search-results .search-side .search-results-page article + article {
    margin-top: 20px; }
  #home-search .search-results .search-main .search-results-page article h3,
  #home-search .search-results .search-side .search-results-page article h3,
  #search .search-results .search-main .search-results-page article h3,
  #search .search-results .search-side .search-results-page article h3 {
    font-size: 14px;
    line-height: 1.42857; }
  #home-search .search-results .search-main .search-results-page article p,
  #home-search .search-results .search-side .search-results-page article p,
  #search .search-results .search-main .search-results-page article p,
  #search .search-results .search-side .search-results-page article p {
    font-size: 13px;
    line-height: 1.38462;
    margin-top: 2.5px; }
  #home-search .search-results .search-main .search-results-pager,
  #home-search .search-results .search-side .search-results-pager,
  #search .search-results .search-main .search-results-pager,
  #search .search-results .search-side .search-results-pager {
    margin-top: 20px; } }

.coa_archivedContent h3:before {
  content: "Archive";
  margin-right: 5px;
  color: #fff;
  background-color: #999;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: .7em;
  font-weight: 400; }

@-webkit-keyframes fly-in-from-left {
  from {
    opacity: 0;
    -webkit-transform: translateY(15rem) rotate(15deg);
            transform: translateY(15rem) rotate(15deg); } }

@keyframes fly-in-from-left {
  from {
    opacity: 0;
    -webkit-transform: translateY(15rem) rotate(15deg);
            transform: translateY(15rem) rotate(15deg); } }
#coa_ajaxyalerts {
  /*@include pad();*/
  position: relative;
  display: none;
  background-color: rgba(194, 51, 1, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 0 0; }
  #coa_ajaxyalerts .AlertsSingle {
    background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/alert.svg");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 10px;
    color: #FFF; }
    #coa_ajaxyalerts .AlertsSingle a {
      color: #FFF;
      border-bottom: .1em dotted white; }
    #coa_ajaxyalerts .AlertsSingle .coaAlertUID {
      display: none; }
    #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsTitle {
      padding-left: 30px;
      font-size: 1em;
      font-weight: 400; }
    #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsMoreLink, #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsSummary {
      display: none; }
    #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsDateTime {
      font-size: .7em;
      font-style: italic;
      padding: 5px 5px 0 35px; }
    #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody {
      color: #333;
      margin: 10px 0 0 0;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.9);
      border: 2px solid rgba(255, 255, 255, 0.5); }
      #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody p {
        margin: 0 0 1em 0; }
      #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody h1, #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody h2 {
        font-size: 2.2em;
        font-weight: 400;
        margin-bottom: 0.2em; }
      #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody h3 {
        font-size: 1.2em;
        font-weight: 500;
        margin-bottom: 0.2em;
        text-transform: uppercase;
        letter-spacing: .05em; }
      #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody h4, #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody h5, #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody h6 {
        font-size: 1.2em;
        font-weight: 500;
        margin-bottom: 0.2em;
        font-style: italic; }
      #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody a {
        color: #0a91b7;
        border-bottom: 0.1em dotted #0a91b7; }
        #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody a:hover {
          color: #c96800;
          border-bottom-color: #c96800; }
      #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody ul {
        margin: 20px 0 20px 30px; }
        #coa_ajaxyalerts .AlertsSingle .ajaxyAlertsBody ul li {
          list-style-type: disc;
          margin: 0 0 20px 0;
          padding: 0; }
    #coa_ajaxyalerts .AlertsSingle .close {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      position: absolute;
      top: 10px;
      right: 10px;
      display: block;
      border-bottom: none;
      background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/close-white.svg") center center no-repeat;
      background-size: 16px;
      cursor: pointer;
      width: 26px;
      height: 26px; }

#coa-events-smallgrid {
  margin: 0;
  width: 90%; }
  #coa-events-smallgrid td {
    padding: 8px 0;
    margin: 0;
    text-align: center;
    min-width: 30px;
    border: 0; }
  #coa-events-smallgrid .coa-events-monthyear {
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd; }
  #coa-events-smallgrid a {
    color: #0a91b7;
    border-bottom: 0.1em dotted #0a91b7; }
    #coa-events-smallgrid a:hover {
      color: #c96800;
      border-bottom-color: #c96800; }
  #coa-events-smallgrid .coa-events-prev {
    color: #0a91b7;
    display: block;
    margin: 5px 0 0 8px;
    float: left;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 500;
    border-bottom: 0.1em dotted #0a91b7; }
    #coa-events-smallgrid .coa-events-prev:hover {
      color: #c96800;
      border-bottom: 0.1em dotted #c96800; }
  #coa-events-smallgrid .coa-events-next {
    color: #0a91b7;
    display: block;
    margin: 5px 8px 0 0;
    float: right;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 500;
    border-bottom: 0.1em dotted #0a91b7; }
    #coa-events-smallgrid .coa-events-next:hover {
      color: #c96800;
      border-bottom: 0.1em dotted #c96800; }

.coa-events-item {
  margin: 0 0 10px 0; }
  .coa-events-item .coa-events-desc {
    font-style: italic; }
  .coa-events-item .coa-events-time {
    font-size: .9em; }

#home-search .search-box {
  margin: 0 auto;
  max-width: 505px; }
  #home-search .search-box input[type="search"] {
    background-color: rgba(255, 255, 255, 0.9);
    background-position: right 25px top 18px;
    background-size: 23px 23px;
    border-radius: 4px;
    color: #434343;
    font-size: 1.2em;
    font-style: italic;
    height: 60px;
    padding: 10px 70px 10px 30px; }
    #home-search .search-box input[type="search"]:focus, .body-search-active #home-search .search-box input[type="search"] {
      background-color: white;
      box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.43); }
  #home-search .search-box .close {
    background-position: right 27px top 20px;
    background-size: 20px 20px;
    height: 60px;
    width: 70px; }
#home-search .search-results {
  margin-top: -30px; }
  #home-search .search-results .inner-container {
    padding-top: 50px; }
@media screen and (max-width: 900px) {
  #home-search .search-box {
    max-width: 500px; }
    #home-search .search-box input[type="search"] {
      background-position: right 13px top 18px;
      padding: 10px 50px 10px 15px; }
    #home-search .search-box .close {
      background-position: right 15px top 20px;
      width: 50px; }
  #home-search .search-results .inner-container {
    padding-top: 40px; }
  .mobile-active #home-search .search-box input[type="search"] {
    height: 40px;
    background-position: right 13px top 8px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .mobile-active #home-search .search-box .close {
    height: 40px;
    background-position: right 15px top 10px; }
  .mobile-active #home-search .search-results {
    margin-top: -20px; } }
@media screen and (max-width: 600px) {
  #home-search .search-box {
    margin: 0 20px;
    max-width: none; }
    #home-search .search-box input[type="search"] {
      background-position: right 13px top 18px;
      background-size: 18px 18px;
      font-size: 1em;
      height: 45px;
      padding: 15px 45px 15px 15px; }
    #home-search .search-box .close {
      background-position: right 15px top 20px;
      background-size: 14px 14px;
      height: 55px;
      width: 45px; }
  #home-search .search-results {
    margin-top: -28px; }
    #home-search .search-results .inner-container {
      padding-top: 28px; }
  .mobile-active #home-search .search-box input[type="search"] {
    background-position: right 13px top 11px; }
  .mobile-active #home-search .search-box .close {
    background-position: right 15px top 13px; } }

#coa_runsearch {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/search-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0a91b7;
  background-size: 30px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

#coa_clearsearch {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  width: 40px;
  height: 100%;
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/clear-x.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 0.5; }

#coa_hidesearch {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 35px;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/close-grey.svg");
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (max-width: 700px) {
  #coa_hidesearch {
    top: 125px;
    right: 50px;
    width: 20px;
    height: 20px; } }
@media screen and (max-width: 600px) {
  #coa_runsearch {
    width: 40px;
    background-size: 20px; }

  #coa_hidesearch {
    top: 75px;
    right: 20px;
    width: 15px;
    height: 15px; }

  #coa_clearsearch {
    background-size: auto 20px;
    right: 45px; } }
body {
  /*background: linear-gradient(to bottom right,rgba(28,71,134,.9) 50px,rgba(0,135,213,.8));*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%; }

/* body alternate backgrounds

Note:

1) The banner class names MUST begin with "homeBanner" and be followed by a number.
2) The first should be named "homeBanner1".
3) If you change the number of banners, edit the "coa_homeBannerCount" variable at the top of /2015-js/site.js accordingly.

*/
body.homeBanner1 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner1.jpg"); }

body.homeBanner2 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner2.jpg"); }

body.homeBanner3 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner3.jpg"); }

body.homeBanner4 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner4.jpg"); }

body.homeBanner5 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner5.jpg"); }

body.homeBanner6 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner6.jpg"); }

body.homeBanner7 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner7.jpg"); }

body.homeBanner8 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner8.jpg"); }

body.homeBanner9 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner9.jpg"); }

body.homeBanner10 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner10.jpg"); }

body.homeBanner11 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner11.jpg"); }

body.homeBanner12 {
  background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/banners/homebanner12.jpg"); }

@media screen and (max-width: 736px) {
  body.home {
    background-size: 100%; } }

#page-wrap {
  background: -webkit-linear-gradient(rgba(0, 35, 61, 0.8), rgba(0, 35, 61, 0) 600px);
  background: linear-gradient(rgba(0, 35, 61, 0.8), rgba(0, 35, 61, 0) 600px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center; }

header {
  font-size: 15px;
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    header {
      padding-left: 0;
      padding-right: 0;
      padding-top: 80px;
      position: relative; }
      .mobile-active header {
        padding-top: 150px;
        padding-bottom: 60px; } }
  header .utility {
    position: relative;
    text-align: center; }
    header .utility .menu {
      padding: 20px 0 30px; }
      header .utility .menu > li {
        margin-left: 28px; }
    header .utility .subnav {
      margin-top: 8px;
      left: 0;
      right: 0; }
    header .utility .blue-arrow {
      margin: -28px 0 0; }
  @media screen and (max-width: 767px) {
    header #primary-navigation {
      margin: 20px auto; } }
  header #logo {
    position: relative;
    width: 377px;
    height: auto;
    margin: 3% auto 20px; }
    .body-search-results header #logo {
      z-index: 1002; }
    @media screen and (max-width: 767px) {
      header #logo {
        position: absolute;
        top: 10px;
        margin: 0;
        width: 100%;
        z-index: 1000; }
        header #logo a {
          display: block;
          width: 200px;
          height: auto;
          margin: 0 auto; } }
    header #logo img {
      width: 100%; }
    header #logo h1 {
      display: none; }

main {
  background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/home-bg.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  color: white;
  margin-top: 15%;
  padding-bottom: 200px; }
  @media screen and (max-width: 1200px) {
    main {
      background-size: contain;
      background-color: #45597e; } }
  main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    padding-bottom: 17.1%;
    margin-top: -17.1%;
    background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/home-bg-slice.png") no-repeat center top;
    background-size: cover; }
  main:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -80px;
    right: 0;
    width: 100%;
    height: 568px;
    background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/ghost-town.png") no-repeat center bottom;
    background-size: contain;
    z-index: 1; }
  @media screen and (max-width: 1200px) {
    main {
      margin-top: 240px; }
      main:before {
        top: -200px;
        height: 200px;
        padding: 0;
        margin: 0; }
      main:after {
        bottom: 0;
        height: 450px;
        background-size: cover; } }
  @media screen and (max-width: 900px) {
    main {
      margin-top: 150px; }
      main:before {
        top: -150px;
        height: 150px; } }
  @media screen and (max-width: 600px) {
    main {
      margin-top: 100px; }
      main:before {
        top: -100px;
        height: 100px; }
      main:after {
        bottom: -50px; } }
  main .inner-container {
    /*
    		@include fill-parent();
    		@include row(table);
    */
    z-index: 10;
    position: relative; }
  main #coa_ajaxyalerts {
    margin: 10px; }
  main #promo-slider {
    width: 71%;
    float: right;
    background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/home-promo-bkg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: -6%;
    overflow: hidden; }
    main #promo-slider .promo-slider-slides {
      padding: 20px 0 40px 0; }
    main #promo-slider .promo-slider-container {
      position: relative; }
      main #promo-slider .promo-slider-container .arrow {
        background: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/promo-nav-active-arrow.png") no-repeat;
        position: absolute;
        width: 14px;
        height: 26px;
        border-right: solid 1px #4D7A9F;
        left: 60%;
        margin-left: -14px;
        z-index: 998;
        top: 0;
        display: block; }
    main #promo-slider .promo-slider-slideshow {
      width: 60%;
      border-right: 1px solid rgba(135, 180, 221, 0.5);
      overflow: hidden;
      min-height: 745px;
      float: left; }
      main #promo-slider .promo-slider-slideshow .pager {
        display: none; }
    main #promo-slider .promo-box {
      text-align: center;
      font-size: 18px;
      width: 100%;
      padding: 0 36px; }
      main #promo-slider .promo-box h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 40px; }
        main #promo-slider .promo-box h2 a {
          color: white;
          border: none; }
      main #promo-slider .promo-box a {
        border: none; }
      main #promo-slider .promo-box .promo-summary a {
        color: white;
        border-bottom: .1em dotted #fff; }
        main #promo-slider .promo-box .promo-summary a:hover {
          color: #c96800;
          border-bottom: .1em dotted #c96800; }
      main #promo-slider .promo-box .featured-img {
        border-radius: 50%;
        border: 20px solid #5583a7;
        width: 313px;
        height: 313px;
        margin-bottom: 10px; }
      main #promo-slider .promo-box a.button {
        margin-top: 10px; }
    main #promo-slider .promo-slider-nav-wrap {
      box-shadow: -35px 0px 40px -40px rgba(0, 76, 130, 0.6);
      float: left;
      width: 40%; }
      main #promo-slider .promo-slider-nav-wrap .cycle-carousel-wrap {
        width: 100%; }
      main #promo-slider .promo-slider-nav-wrap .promo-slider-nav-paginated {
        overflow: hidden;
        position: relative; }
        main #promo-slider .promo-slider-nav-wrap .promo-slider-nav-paginated,
        main #promo-slider .promo-slider-nav-wrap .promo-slider-nav-paginated ul.cycle-slide {
          height: 575px; }
      main #promo-slider .promo-slider-nav-wrap li {
        font-size: 1em;
        line-height: 1.1em;
        position: relative;
        cursor: pointer;
        width: 100%;
        /* active home page headline
            Beware! changing the font style or weight could cause the headline
                    to change the number of rowss required to render.
        */
                /*
				&.active,
				&.cycle-slide-active {
					font-style: italic;
				}
                */ }
        main #promo-slider .promo-slider-nav-wrap li:hover, main #promo-slider .promo-slider-nav-wrap li.active, main #promo-slider .promo-slider-nav-wrap li.cycle-slide-active {
          background: rgba(255, 255, 255, 0.1); }
        main #promo-slider .promo-slider-nav-wrap li a {
          color: white;
          border: none;
          padding: 20px 0 20px 44px;
          width: 90%;
          display: block;
          line-height: 1.3em; }
    main #promo-slider .promo-slider-prevnext {
      padding-left: 45px;
      padding-top: 20px;
      float: left; }
      main #promo-slider .promo-slider-prevnext a {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        border: none;
        background-color: #094f84;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px 9px;
        width: 52px;
        height: 52px;
        display: inline-block;
        margin-right: 8px; }
        main #promo-slider .promo-slider-prevnext a:hover, main #promo-slider .promo-slider-prevnext a.disabled {
          opacity: 0.2; }
        main #promo-slider .promo-slider-prevnext a.disabled {
          cursor: default; }
        main #promo-slider .promo-slider-prevnext a.next {
          background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/down-arrow.svg"); }
        main #promo-slider .promo-slider-prevnext a.prev {
          background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/up-arrow.svg"); }
    main #promo-slider .promo-slider-list {
      display: none; }
      main #promo-slider .promo-slider-list ul {
        padding: 0 36px; }
      main #promo-slider .promo-slider-list li {
        border-top: 1px solid #87b4dd;
        text-align: center; }
        main #promo-slider .promo-slider-list li:first-child {
          border-top: none; }
        main #promo-slider .promo-slider-list li a {
          color: white;
          font-weight: 500;
          display: block;
          padding: 16px 10px; }
    main #promo-slider .coa-news-link {
      display: block;
      clear: both;
      padding: 0 20px 20px 20px;
      text-align: right; }
      @media screen and (max-width: 900px) {
        main #promo-slider .coa-news-link {
          text-align: center; } }
  main #twitter-feed {
    width: 28%;
    float: right;
    padding: 0 30px; }
    main #twitter-feed h2 {
      text-transform: uppercase;
      font-weight: 500;
      background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/twitter-blue.svg");
      background-repeat: no-repeat;
      background-position: center left;
      height: 28px;
      padding-left: 50px;
      line-height: 28px;
      font-size: 17px; }
      main #twitter-feed h2 a {
        color: white;
        border: none; }
    main #twitter-feed ul li {
      border-top: 1px solid rgba(135, 180, 221, 0.3);
      padding: 25px 0;
      font-size: 15px;
      line-height: 30px; }
      main #twitter-feed ul li .user,
      main #twitter-feed ul li .timePosted,
      main #twitter-feed ul li .interact {
        display: none; }
      main #twitter-feed ul li .tweet {
        word-wrap: break-word;
        margin: 0; }
      main #twitter-feed ul li a {
        border-bottom: .1em dotted white;
        color: white; }
        main #twitter-feed ul li a:hover {
          color: #c96800;
          border-bottom-color: #c96800; }
  main .quick-fact {
    max-width: 730px;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    margin: 0 auto;
    overflow: hidden; }
    main .quick-fact h3 {
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      display: inline-block; }
      main .quick-fact h3:before, main .quick-fact h3:after {
        content: '';
        position: absolute;
        top: 50%;
        background-color: rgba(135, 180, 221, 0.5);
        height: 1px;
        width: 50vh; }
      main .quick-fact h3:before {
        right: 100%;
        margin-right: 35px; }
      main .quick-fact h3:after {
        left: 100%;
        margin-left: 35px; }
    main .quick-fact h4 {
      font-size: 24px;
      line-height: 44px;
      letter-spacing: 0.02em;
      font-weight: 500; }
    main .quick-fact a.button {
      margin-top: 10px; }
  @media screen and (max-width: 1200px) {
    main .inner-container {
      max-width: 800px; }
    main #promo-slider {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-top: -14%; }
      main #promo-slider:last-child {
        margin-right: 0; }
    main #twitter-feed {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-top: 40px; }
      main #twitter-feed:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 900px) {
    main .inner-container {
      max-width: 500px; }
    main #promo-slider .arrow {
      display: none; }
    main #promo-slider .promo-slider-slides {
      padding: 25px 0; }
    main #promo-slider .promo-slider-slideshow {
      width: auto;
      border-right: 0;
      min-height: 0;
      z-index: 1; }
      main #promo-slider .promo-slider-slideshow .pager {
        display: block; }
        main #promo-slider .promo-slider-slideshow .pager a {
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          border: none;
          background-color: #094f84;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 10px 20px;
          width: 36px;
          height: 36px;
          display: block;
          margin: 0;
          position: absolute;
          z-index: 999;
          top: 30%; }
          main #promo-slider .promo-slider-slideshow .pager a.next {
            right: 0;
            background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/right-arrow.svg"); }
          main #promo-slider .promo-slider-slideshow .pager a.prev {
            left: 0;
            background-image: url("https://www3.alexandriava.gov/scripts/blue/c/96/images/2015-images/left-arrow.svg"); }
    main #promo-slider .promo-box {
      padding: 0 32px; }
    main #promo-slider .promo-slider-nav-wrap {
      display: none; }
    main #promo-slider .promo-slider-prevnext {
      display: none; }
    main #promo-slider .promo-slider-list {
      display: block; }
    main #twitter-feed {
      padding: 0; }
    main .quick-fact {
      max-width: none; } }
  @media screen and (max-width: 600px) {
    main .inner-container {
      max-width: none;
      padding: 0 15px; }
    main #promo-slider .promo-box {
      padding: 0 32px;
      font-size: 14px; }
      main #promo-slider .promo-box h2 {
        font-size: 20px;
        line-height: 25px; }
      main #promo-slider .promo-box .featured-img {
        border-width: 10px;
        width: 202px;
        height: 202px; }
    main #promo-slider .promo-slider-nav-wrap {
      top: 35%; }
      main #promo-slider .promo-slider-nav-wrap .promo-slider-prevnext a {
        background-size: 5px 10px;
        width: 32px;
        height: 32px; }
    main #promo-slider .promo-slider-list {
      font-size: 15px; }
      main #promo-slider .promo-slider-list ul {
        padding: 0 17px; }
    main #twitter-feed h2 {
      font-size: 13.5px;
      line-height: 23px;
      padding-left: 40px;
      background-size: 22px 22px;
      height: auto; }
    main #twitter-feed ul li {
      font-size: 14px;
      line-height: 23px;
      padding: 15px 0; }
    main .quick-fact {
      padding-top: 60px;
      padding-bottom: 60px; }
      main .quick-fact h3 {
        font-size: 17px; }
      main .quick-fact h4 {
        font-size: 17px;
        line-height: 27px; }
      main .quick-fact a.button {
        font-size: 13px; } }

/*# sourceMappingURL=home.css.map */
/* SOURCE FILE: scripts/src/css/40-city/010noprint--coacode-homecombined-interiorcombined.css */ 

@media print and (min-width: 1px) {
	.noprint{display:none;}
}

/* SOURCE FILE: scripts/src/css/40-city/020bluebox--interiorcombined-homecombined-coacode.css */ 

.coa_HighlightBox { 
	border-radius: 5px; 
	max-width: 600px; 
	border: 1px solid #1f4b66; 
	background-color: #BEE0FF; 
	padding: 0 8px;
	margin: 10px 0; 
}

.coa_widgetplaceholder_hide {
	display: none;
}


/* SOURCE FILE: scripts/src/css/40-city/020myalexlogout--coacode-homecombined-interiorcombined.css */ 

.coa_myalex_logout {
	display: none;
}

#coa_util_myalex_logout {
	display: none;
}



/* SOURCE FILE: scripts/src/css/40-city/080frameworkcms--coacode-homecombined-interiorcombined.css */ 

.coa_cms_editlinks {
  display: inline-block;
}

#coa_contentbox .coa_cms_editlinks ul {
  list-style-type: none;  margin: 0;  padding: 0; 
}

.coa_cms_editlinks ul {
  list-style-type: none;  margin: 0;  padding: 0; 
}

#coa_contentbox .coa_cms_editlinks li {
  float: left; margin: 0; padding: 0 5px 0 8px;
  background-image: url(https://www3.alexandriava.gov/scripts/blue/c/96/images/arrow-right.gif);
  background-repeat: no-repeat; background-position: 0 4px; text-align: left;
}

.coa_cms_editlinks li {
  float: left; margin: 0; padding: 0 5px 0 8px;
  background-image: url(https://www3.alexandriava.gov/scripts/blue/c/96/images/arrow-right.gif);
  background-repeat: no-repeat; background-position: 0 4px; text-align: left;
}

.coa_cms_editlinks a {
	border-bottom: none;
}


/* SOURCE FILE: scripts/src/css/40-city/nophonelogo-coacode-interiorcombined-homecombined.css */ 

/* http://stackoverflow.com/questions/6728521/disable-lync-click-to-call-detecting-numbers-in-a-web-page  */

span.baec5a81-e4d6-4674-97f3-e9220f0136c1 > img,
span.baec5a81-e4d6-4674-97f3-e9220f0136c1 > a {
   display: none !important;
}

