/*! 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.
 */
/* line 9, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 33, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 54, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 67, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 77, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 252, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 266, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 277, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 290, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 322, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 334, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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`.
 */
/* line 346, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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).
 */
/* line 357, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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).
 */
/* line 370, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 390, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
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.
 */
/* line 408, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, /Users/syborg/sites/starvistamgmt/sass/site/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 103, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.w {
  color: white;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.w.base {
  color: white;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.w.light {
  color: rgba(255, 255, 255, 0.8);
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.w.dark {
  color: #fafaf6;
}

/* line 112, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.w {
  color: background-color(w, base);
  background-color: white;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.w.base {
  background-color: white;
  background-color: white;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.w.light {
  background-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.w.dark {
  background-color: #fafaf6;
  background-color: #fafaf6;
  color: #000;
}

/* line 103, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.k {
  color: #252525;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.k.base {
  color: #252525;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.k.light {
  color: rgba(37, 37, 37, 0.5);
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.k.dark {
  color: black;
}

/* line 112, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.k {
  color: background-color(k, base);
  background-color: #252525;
  color: #fff;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.k.base {
  background-color: #252525;
  background-color: #252525;
  color: #fff;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.k.light {
  background-color: rgba(37, 37, 37, 0.5);
  background-color: rgba(37, 37, 37, 0.5);
  color: #fff;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.k.dark {
  background-color: black;
  background-color: black;
  color: #fff;
}

/* line 103, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.gray {
  color: #cdcdcd;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.gray.base {
  color: #cdcdcd;
}

/* line 112, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.gray {
  color: background-color(gray, base);
  background-color: #cdcdcd;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.gray.base {
  background-color: #cdcdcd;
  background-color: #cdcdcd;
  color: #000;
}

/* line 103, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.red {
  color: #d91350;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.red.base {
  color: #d91350;
}

/* line 112, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.red {
  color: background-color(red, base);
  background-color: #d91350;
  color: #fff;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.red.base {
  background-color: #d91350;
  background-color: #d91350;
  color: #fff;
}

/* line 103, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-one {
  color: #0688cb;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-one.x-light {
  color: #58afdc;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-one.light {
  color: #44a6d8;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-one.med-light {
  color: #1f94d0;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-one.base {
  color: #0688cb;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-one.med-dark {
  color: #057ab7;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-one.dark {
  color: #056698;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-one.x-dark {
  color: #045b88;
}

/* line 112, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-one {
  color: background-color(swatch-one, base);
  background-color: #0688cb;
  color: #fff;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-one.x-light {
  background-color: #58afdc;
  background-color: #58afdc;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-one.light {
  background-color: #44a6d8;
  background-color: #44a6d8;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-one.med-light {
  background-color: #1f94d0;
  background-color: #1f94d0;
  color: #fff;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-one.base {
  background-color: #0688cb;
  background-color: #0688cb;
  color: #fff;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-one.med-dark {
  background-color: #057ab7;
  background-color: #057ab7;
  color: #fff;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-one.dark {
  background-color: #056698;
  background-color: #056698;
  color: #fff;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-one.x-dark {
  background-color: #045b88;
  background-color: #045b88;
  color: #fff;
}

/* line 103, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-two {
  color: #ca970b;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-two.x-light {
  color: #ead59d;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-two.light {
  color: #d7b148;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-two.med-light {
  color: #cfa123;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-two.base {
  color: #ca970b;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-two.med-dark {
  color: #b6880a;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-two.dark {
  color: #987108;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.swatch-two.x-dark {
  color: #876507;
}

/* line 112, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-two {
  color: background-color(swatch-two, base);
  background-color: #ca970b;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-two.x-light {
  background-color: #ead59d;
  background-color: #ead59d;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-two.light {
  background-color: #d7b148;
  background-color: #d7b148;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-two.med-light {
  background-color: #cfa123;
  background-color: #cfa123;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-two.base {
  background-color: #ca970b;
  background-color: #ca970b;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-two.med-dark {
  background-color: #b6880a;
  background-color: #b6880a;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-two.dark {
  background-color: #987108;
  background-color: #987108;
  color: #fff;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.swatch-two.x-dark {
  background-color: #876507;
  background-color: #876507;
  color: #fff;
}

/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.logo.red {
  color: LightCoral;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.logo.blue {
  color: SkyBlue;
}
/* line 107, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
span.logo.green {
  color: PaleGreen;
}

/* line 112, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.logo {
  color: background-color(logo, base);
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.logo.red {
  background-color: LightCoral;
  background-color: LightCoral;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.logo.blue {
  background-color: SkyBlue;
  background-color: SkyBlue;
  color: #000;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_colors.scss */
div.logo.green {
  background-color: PaleGreen;
  background-color: PaleGreen;
  color: #000;
}

/* line 1, /Users/syborg/sites/starvistamgmt/sass/site/_layout.scss */
html, body {
  margin: 0;
  padding: 0;
}

/*
 *  Susy 2 layout definitions
 */
/* Susy runs with the following defaults for the global susy layout map.
  $susy: (
    flow: ltr,
    math: fluid,
    output: float,
    gutter-position: after,
    container: auto,
    container-position: center,
    columns: 4,
    gutters: .25,
    column-width: false,
    global-box-sizing: content-box,
    last-flow: to,
    debug: (
      image: hide,
      color: rgba(#66f, .25),
      output: background,
      toggle: top right,
    ),
    use-custom: (
      background-image: true,
      background-options: false,
      box-sizing: true,
      clearfix: false,
      rem: true,
    )
  );
*/
/*
  @include susy-breakpoint(<breakpoint>, <layout>) {
      ...any css, just like normal....
      NOTE: span-columns() is different from Susy 1
      span() refers to the last-set number of layout columns as the context,
      which is why we need to define the container(<layout>) for our .wrapper at each new breakpoint.
      (reference: http://susydocs.oddbird.net/en/latest/shorthand/#span)
      Oh, and span-columns(3 omega) is now span(last 3)
   }
 */
/* line 102, /Users/syborg/sites/starvistamgmt/sass/site/_layout.scss */
.wrapper {
  padding: 0 .5em;
  max-width: 340.88889px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 580px) {
  /* line 102, /Users/syborg/sites/starvistamgmt/sass/site/_layout.scss */
  .wrapper {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 102, /Users/syborg/sites/starvistamgmt/sass/site/_layout.scss */
  .wrapper {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3em;
  }
  /* line 12, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 992px) {
  /* line 102, /Users/syborg/sites/starvistamgmt/sass/site/_layout.scss */
  .wrapper {
    padding: 0 3em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the <a> selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
/* Graceful degredations from http://cssfontstack.com */
/* line 54, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
*[class*="fa-"] {
  opacity: 0;
  transition: opacity ease-in 0.3s;
  display: inline-block;
  width: 0.875em;
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active *[class*="fa-"] {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive *[class*="fa-"] {
  opacity: 1;
}
/* line 58, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active *[class*="fa-"]:not(.fa-fw, .fa-li) {
  width: auto;
}

/* line 64, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
*[class*="font-effects"] {
  opacity: 0;
  transition: opacity ease 0.3s;
}
/* line 67, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
*[class*="font-effects"] .wf-gfx-loaded {
  opacity: 1;
}

/* line 109, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
body {
  color: #252525;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 768px) {
  /* line 109, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
  body {
    line-height: 1.375;
  }
}

/* line 132, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.link, a {
  text-decoration: none;
  will-change: color, text-shadow;
  transition: all 0.3s ease;
}
/* line 24, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.link, a, .link:visited, a:visited, .link:active, a:active, .link:visited:active, a:visited:active {
  color: #056698;
}
/* line 29, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.link:hover, a:hover, .link:visited:hover, a:visited:hover {
  color: #cfa123;
}

/* line 139, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.italic, i, em {
  font-style: italic;
}

/* line 140, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.bold, .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, b, strong {
  font-weight: 700;
}

/* line 142, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.h1, h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 2em;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active .h1, .wf-active h1 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 142, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
  .h1, h1 {
    font-size: 2em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}
@media (min-width: 992px) {
  /* line 142, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
  .h1, h1 {
    font-size: 2em;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    line-height: 1.05;
  }
}

/* line 159, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.h2, h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.5em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active .h2, .wf-active h2 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 159, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
  .h2, h2 {
    font-size: 1.5em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  /* line 159, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
  .h2, h2 {
    font-size: 1.5em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

/* line 176, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.h3, h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active .h3, .wf-active h3 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 176, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
  .h3, h3 {
    font-size: 1.375em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  /* line 176, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
  .h3, h3 {
    font-size: 1.375em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

/* line 193, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.h4, h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.25em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 193, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
  .h4, h4 {
    line-height: 1.22222222;
    /* (22px / 18px) */
  }
}

/* line 203, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.h5, h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.25em;
  /* 1.0625x body copy size = 17px */
  line-height: 1.11111111;
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

/* line 209, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.h6, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1em;
  line-height: 1.11111111;
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

/* line 214, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.h1, h1 {
  margin-top: 0;
  margin-bottom: .5em;
}

/* line 219, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-top: 1em;
  margin-bottom: 0.15em;
}

/* line 225, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.block-margins, ul, ol, pre, blockquote {
  margin: 1rem 0;
}

/* line 241, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
p {
  margin: 0 0 1rem 0;
}

/* line 245, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

/* overrides */
/* line 248, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.intro-text {
  font-size: 1.25em;
  line-height: 1.375;
  text-align: center;
}

/* line 6, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.blockify {
  display: block !important;
}

/* line 7, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.inlinify {
  display: inline-block !important;
}

/* line 10, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 13, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.pie-clearfix {
  *zoom: 1;
}
/* line 38, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.pie-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.clear {
  clear: both;
}

/* line 16, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.clear-left {
  clear: left;
}

/* line 17, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.clear-right {
  clear: right;
}

/* line 19, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.float-left {
  float: left;
}

/* line 20, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
img.float-left {
  margin-right: 1.26582%;
}

/* line 21, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.float-right {
  float: right;
}

/* line 22, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
img.float-right {
  margin-left: 1.26582%;
}

/* line 23, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.no-float {
  float: none !important;
}

/* line 25, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.headroom {
  margin-top: 48px;
  margin-top: 3rem;
}

/* line 26, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.less-headroom {
  margin-top: 24px;
  margin-top: 1.5rem;
}

/* line 27, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.more-less-headroom {
  margin-top: 12px;
  margin-top: 0.75rem;
}

/* line 29, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.legroom {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

/* line 30, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.less-legroom {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* line 31, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.more-less-legroom {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/* line 32, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.no-legroom {
  margin-bottom: 0;
}

/* line 34, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.no-margin {
  margin: 0 !important;
}

/* line 35, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.no-border {
  border: none !important;
}

/* line 37, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.center,
.text-center {
  text-align: center !important;
}

/* line 39, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.text-left {
  text-align: left !important;
}

/* line 40, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.text-right {
  text-align: right !important;
}

/* line 47, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

/* line 59, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 71, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 67, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.list-reset li {
  margin: 0;
}

/* line 76, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.list-inline li {
  display: inline-block;
  float: left;
}
/* line 79, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
/* line 82, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

/* ghost button */
/* line 163, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.ghost-button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  background-color: #252525;
  border: 2px solid white;
  border-radius: 3px;
  text-align: center;
  outline: none;
  text-decoration: none;
  box-shadow: 0px 1px 3px #252525;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active .ghost-button {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive .ghost-button {
  opacity: 1;
}
/* line 115, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.ghost-button:link, .ghost-button:visited {
  color: white;
}
/* line 119, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.ghost-button:hover, .ghost-button:active {
  background-color: #ca970b;
  border-color: #252525;
  color: #252525;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
/* line 129, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.ghost-button.small {
  font-size: 0.85em;
}

/* striped table */
/* line 168, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped {
  border: 1px solid #ca970b;
  border-radius: 3px;
}
/* line 180, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped th {
  font-weight: 600;
  background-color: #ca970b;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
/* line 184, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped th:first-child {
  border-radius: 2px 0 0 0;
}
/* line 187, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped th:last-child {
  border-radius: 0 2px 0 0;
}
/* line 191, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(202, 151, 11, 0.5);
  border-bottom: 1px solid rgba(202, 151, 11, 0.5);
}
/* line 196, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
/* line 200, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
/* line 207, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped tbody tr:last-child td {
  border-bottom: none;
}
/* line 212, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 219, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped tfoot td {
  background-color: rgba(6, 136, 203, 0.1);
  border-top: 1px solid rgba(202, 151, 11, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
/* line 225, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped tfoot td:first-child {
  border-radius: 0 0 0 2px;
}
/* line 228, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped tfoot td:last-child {
  border-radius: 0 0 2px 0;
}
/* line 231, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped tfoot td:only-child {
  border-radius: 0 0 2px 2px;
}
/* line 236, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
table.striped caption {
  position: absolute;
  left: -9000px;
}

@media (min-width: 768px) {
  /* line 248, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
  .mobile-only {
    display: none;
  }
}

/* line 264, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.no-mobile {
  display: none;
}
@media (min-width: 768px) {
  /* line 264, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
  .no-mobile {
    display: block;
  }
  /* line 258, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
  .no-mobile ul li {
    display: list-item;
  }
}

/* debug */
/* line 269, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
div.debug {
  font-size: 10px;
  position: relative;
  background-color: #d91350;
  border: 1px dotted #d91350;
  color: white;
  padding: 2em 1em 1em 1em;
  border-radius: 1em;
  opacity: 0.5;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* line 279, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
div.debug:hover {
  opacity: 1;
}
/* line 282, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
div.debug::before {
  content: 'debug';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1em;
  line-height: 1em;
  color: #d91350;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dotted white;
  border-radius: 1em 1em 0 0;
  padding: 0.25em 1em;
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #056698;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #056698;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #056698;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #056698;
  }
}
/* line 112, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
form {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  *zoom: 1;
}
/* line 38, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
form:after {
  content: "";
  display: table;
  clear: both;
}
/* line 117, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 127, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
form .group.radio.inline label {
  margin-right: 1.5em;
}

/* line 135, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"],
input[type="date"],
input[type="text"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  -webkit-appearance: none;
  background: white;
  border: 1px solid #cdcdcd;
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 6px;
  width: 100%;
  color: rgba(37, 37, 37, 0.9);
}
/* line 58, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"]:focus, input[type="email"]:target,
input[type="date"]:focus,
input[type="date"]:target,
input[type="text"]:focus,
input[type="text"]:target,
input[type="datetime"]:focus,
input[type="datetime"]:target,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:target,
input[type="email"]:focus,
input[type="email"]:target,
input[type="month"]:focus,
input[type="month"]:target,
input[type="number"]:focus,
input[type="number"]:target,
input[type="password"]:focus,
input[type="password"]:target,
input[type="tel"]:focus,
input[type="tel"]:target,
input[type="text"]:focus,
input[type="text"]:target,
input[type="time"]:focus,
input[type="time"]:target,
input[type="url"]:focus,
input[type="url"]:target,
input[type="week"]:focus,
input[type="week"]:target,
textarea:focus,
textarea:target {
  color: #252525;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #cdcdcd;
}
/* line 64, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.error input[type="email"]:focus, div.formError[style*="opacity: 0."] + input[type="email"]:focus, div.formError[style*="opacity: 0."] + input[type="email"], input[type="email"]:focus.error, .error
input[type="date"]:focus, div.formError[style*="opacity: 0."] +
input[type="date"]:focus, div.formError[style*="opacity: 0."] +
input[type="date"],
input[type="date"]:focus.error, .error
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"],
input[type="text"]:focus.error, .error
input[type="datetime"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime"],
input[type="datetime"]:focus.error, .error
input[type="datetime-local"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime-local"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime-local"],
input[type="datetime-local"]:focus.error, .error
input[type="email"]:focus, div.formError[style*="opacity: 0."] +
input[type="email"]:focus, div.formError[style*="opacity: 0."] +
input[type="email"],
input[type="email"]:focus.error, .error
input[type="month"]:focus, div.formError[style*="opacity: 0."] +
input[type="month"]:focus, div.formError[style*="opacity: 0."] +
input[type="month"],
input[type="month"]:focus.error, .error
input[type="number"]:focus, div.formError[style*="opacity: 0."] +
input[type="number"]:focus, div.formError[style*="opacity: 0."] +
input[type="number"],
input[type="number"]:focus.error, .error
input[type="password"]:focus, div.formError[style*="opacity: 0."] +
input[type="password"]:focus, div.formError[style*="opacity: 0."] +
input[type="password"],
input[type="password"]:focus.error, .error
input[type="tel"]:focus, div.formError[style*="opacity: 0."] +
input[type="tel"]:focus, div.formError[style*="opacity: 0."] +
input[type="tel"],
input[type="tel"]:focus.error, .error
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"],
input[type="text"]:focus.error, .error
input[type="time"]:focus, div.formError[style*="opacity: 0."] +
input[type="time"]:focus, div.formError[style*="opacity: 0."] +
input[type="time"],
input[type="time"]:focus.error, .error
input[type="url"]:focus, div.formError[style*="opacity: 0."] +
input[type="url"]:focus, div.formError[style*="opacity: 0."] +
input[type="url"],
input[type="url"]:focus.error, .error
input[type="week"]:focus, div.formError[style*="opacity: 0."] +
input[type="week"]:focus, div.formError[style*="opacity: 0."] +
input[type="week"],
input[type="week"]:focus.error, .error
textarea:focus, div.formError[style*="opacity: 0."] +
textarea:focus, div.formError[style*="opacity: 0."] +
textarea,
textarea:focus.error {
  color: #d91350;
}
/* line 33, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"]:focus,
input[type="date"]:focus,
input[type="text"]: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="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  outline-color: #057ab7;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
/* line 39, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.error input[type="email"]:focus, div.formError[style^="opacity: 0."] + input[type="email"]:focus, input[type="email"]:focus.error, .error
input[type="date"]:focus, div.formError[style^="opacity: 0."] +
input[type="date"]:focus,
input[type="date"]:focus.error, .error
input[type="text"]:focus, div.formError[style^="opacity: 0."] +
input[type="text"]:focus,
input[type="text"]:focus.error, .error
input[type="datetime"]:focus, div.formError[style^="opacity: 0."] +
input[type="datetime"]:focus,
input[type="datetime"]:focus.error, .error
input[type="datetime-local"]:focus, div.formError[style^="opacity: 0."] +
input[type="datetime-local"]:focus,
input[type="datetime-local"]:focus.error, .error
input[type="email"]:focus, div.formError[style^="opacity: 0."] +
input[type="email"]:focus,
input[type="email"]:focus.error, .error
input[type="month"]:focus, div.formError[style^="opacity: 0."] +
input[type="month"]:focus,
input[type="month"]:focus.error, .error
input[type="number"]:focus, div.formError[style^="opacity: 0."] +
input[type="number"]:focus,
input[type="number"]:focus.error, .error
input[type="password"]:focus, div.formError[style^="opacity: 0."] +
input[type="password"]:focus,
input[type="password"]:focus.error, .error
input[type="tel"]:focus, div.formError[style^="opacity: 0."] +
input[type="tel"]:focus,
input[type="tel"]:focus.error, .error
input[type="text"]:focus, div.formError[style^="opacity: 0."] +
input[type="text"]:focus,
input[type="text"]:focus.error, .error
input[type="time"]:focus, div.formError[style^="opacity: 0."] +
input[type="time"]:focus,
input[type="time"]:focus.error, .error
input[type="url"]:focus, div.formError[style^="opacity: 0."] +
input[type="url"]:focus,
input[type="url"]:focus.error, .error
input[type="week"]:focus, div.formError[style^="opacity: 0."] +
input[type="week"]:focus,
input[type="week"]:focus.error, .error
textarea:focus, div.formError[style^="opacity: 0."] +
textarea:focus,
textarea:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
/* line 72, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"][size="1"],
input[type="date"][size="1"],
input[type="text"][size="1"],
input[type="datetime"][size="1"],
input[type="datetime-local"][size="1"],
input[type="email"][size="1"],
input[type="month"][size="1"],
input[type="number"][size="1"],
input[type="password"][size="1"],
input[type="tel"][size="1"],
input[type="text"][size="1"],
input[type="time"][size="1"],
input[type="url"][size="1"],
input[type="week"][size="1"],
textarea[size="1"] {
  width: 1em;
}
/* line 73, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"][size="2"],
input[type="date"][size="2"],
input[type="text"][size="2"],
input[type="datetime"][size="2"],
input[type="datetime-local"][size="2"],
input[type="email"][size="2"],
input[type="month"][size="2"],
input[type="number"][size="2"],
input[type="password"][size="2"],
input[type="tel"][size="2"],
input[type="text"][size="2"],
input[type="time"][size="2"],
input[type="url"][size="2"],
input[type="week"][size="2"],
textarea[size="2"] {
  width: 2em;
}
/* line 74, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"][size="3"],
input[type="date"][size="3"],
input[type="text"][size="3"],
input[type="datetime"][size="3"],
input[type="datetime-local"][size="3"],
input[type="email"][size="3"],
input[type="month"][size="3"],
input[type="number"][size="3"],
input[type="password"][size="3"],
input[type="tel"][size="3"],
input[type="text"][size="3"],
input[type="time"][size="3"],
input[type="url"][size="3"],
input[type="week"][size="3"],
textarea[size="3"] {
  width: 3em;
}
/* line 75, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"][size="4"],
input[type="date"][size="4"],
input[type="text"][size="4"],
input[type="datetime"][size="4"],
input[type="datetime-local"][size="4"],
input[type="email"][size="4"],
input[type="month"][size="4"],
input[type="number"][size="4"],
input[type="password"][size="4"],
input[type="tel"][size="4"],
input[type="text"][size="4"],
input[type="time"][size="4"],
input[type="url"][size="4"],
input[type="week"][size="4"],
textarea[size="4"] {
  width: 4em;
}
/* line 76, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"][size="5"],
input[type="date"][size="5"],
input[type="text"][size="5"],
input[type="datetime"][size="5"],
input[type="datetime-local"][size="5"],
input[type="email"][size="5"],
input[type="month"][size="5"],
input[type="number"][size="5"],
input[type="password"][size="5"],
input[type="tel"][size="5"],
input[type="text"][size="5"],
input[type="time"][size="5"],
input[type="url"][size="5"],
input[type="week"][size="5"],
textarea[size="5"] {
  width: 5em;
}
/* line 77, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"][type="submit"], input[type="email"][type="reset"],
input[type="date"][type="submit"],
input[type="date"][type="reset"],
input[type="text"][type="submit"],
input[type="text"][type="reset"],
input[type="datetime"][type="submit"],
input[type="datetime"][type="reset"],
input[type="datetime-local"][type="submit"],
input[type="datetime-local"][type="reset"],
input[type="email"][type="submit"],
input[type="email"][type="reset"],
input[type="month"][type="submit"],
input[type="month"][type="reset"],
input[type="number"][type="submit"],
input[type="number"][type="reset"],
input[type="password"][type="submit"],
input[type="password"][type="reset"],
input[type="tel"][type="submit"],
input[type="tel"][type="reset"],
input[type="text"][type="submit"],
input[type="text"][type="reset"],
input[type="time"][type="submit"],
input[type="time"][type="reset"],
input[type="url"][type="submit"],
input[type="url"][type="reset"],
input[type="week"][type="submit"],
input[type="week"][type="reset"],
textarea[type="submit"],
textarea[type="reset"] {
  background-color: #056698;
  background-image: none;
  color: white;
}
/* line 82, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"][type="submit"]:hover, input[type="email"][type="reset"]:hover,
input[type="date"][type="submit"]:hover,
input[type="date"][type="reset"]:hover,
input[type="text"][type="submit"]:hover,
input[type="text"][type="reset"]:hover,
input[type="datetime"][type="submit"]:hover,
input[type="datetime"][type="reset"]:hover,
input[type="datetime-local"][type="submit"]:hover,
input[type="datetime-local"][type="reset"]:hover,
input[type="email"][type="submit"]:hover,
input[type="email"][type="reset"]:hover,
input[type="month"][type="submit"]:hover,
input[type="month"][type="reset"]:hover,
input[type="number"][type="submit"]:hover,
input[type="number"][type="reset"]:hover,
input[type="password"][type="submit"]:hover,
input[type="password"][type="reset"]:hover,
input[type="tel"][type="submit"]:hover,
input[type="tel"][type="reset"]:hover,
input[type="text"][type="submit"]:hover,
input[type="text"][type="reset"]:hover,
input[type="time"][type="submit"]:hover,
input[type="time"][type="reset"]:hover,
input[type="url"][type="submit"]:hover,
input[type="url"][type="reset"]:hover,
input[type="week"][type="submit"]:hover,
input[type="week"][type="reset"]:hover,
textarea[type="submit"]:hover,
textarea[type="reset"]:hover {
  background-color: #cfa123;
  background-image: none;
}
/* line 87, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="email"][readonly],
input[type="date"][readonly],
input[type="text"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="email"][readonly],
input[type="month"][readonly],
input[type="number"][readonly],
input[type="password"][readonly],
input[type="tel"][readonly],
input[type="text"][readonly],
input[type="time"][readonly],
input[type="url"][readonly],
input[type="week"][readonly],
textarea[readonly] {
  background-color: rgba(246, 246, 246, 0.995);
  color: rgba(50, 50, 50, 0.905);
  font-size: 0.8em;
}

/* line 155, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="radio"]:not(old),
input[type="checkbox"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  opacity: 0;
}
/* line 162, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="radio"]:not(old) + label,
input[type="checkbox"]:not(old) + label {
  line-height: 2em;
  vertical-align: middle;
}
/* line 165, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="radio"]:not(old) + label::before,
input[type="checkbox"]:not(old) + label::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
  color: #0688cb;
  height: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
/* line 179, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="radio"]:not(old):checked + label::before,
input[type="checkbox"]:not(old):checked + label::before {
  color: #ca970b;
}
/* line 185, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="radio"]:not(old):focus + label,
input[type="checkbox"]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px #057ab7;
}

/* line 194, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="radio"]:not(old) + label::before {
  content: '\f10c';
}
/* line 200, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="radio"]:not(old):checked + label::before {
  content: '\f192';
}

/* line 210, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="checkbox"]:not(old) + label::before {
  content: '\f096';
}
/* line 216, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
input[type="checkbox"]:not(old):checked + label::before {
  content: '\f046';
}

/* line 224, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
textarea {
  resize: vertical;
}

/* line 228, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
label {
  font-size: 0.85em;
}

/* Group control */
/* line 234, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.sized {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 240, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  .group.sized.half {
    width: 50%;
  }
  /* line 244, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%;
  }
  /* line 247, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
  /* line 253, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 261, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  .group.sized.third {
    width: 33%;
  }
  /* line 265, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%;
  }
  /* line 268, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
  /* line 274, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 282, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  .group.sized.quarter {
    width: 25%;
  }
  /* line 286, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%;
  }
  /* line 289, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
  /* line 295, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 303, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  .group.sized.three-quarter {
    width: 75%;
  }
  /* line 307, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%;
  }
  /* line 310, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
  /* line 316, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
}
/* line 324, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.sized + *:not(*[class*="sized"]) {
  clear: both;
}
/* line 330, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: '(Read Only)';
  color: rgba(37, 37, 37, 0.85);
  font-size: 0.75em;
  line-height: 1em;
}

/* Fancy Stylized Inputs 
 * inspired by http://tympanus.net/Development/TextInputEffects/ */
/* line 346, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.pulse-on-focus {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 369, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.pulse-on-focus input[type="email"]:focus,
.group.pulse-on-focus input[type="date"]:focus,
.group.pulse-on-focus input[type="text"]:focus,
.group.pulse-on-focus input[type="datetime"]:focus,
.group.pulse-on-focus input[type="datetime-local"]:focus,
.group.pulse-on-focus input[type="email"]:focus,
.group.pulse-on-focus input[type="month"]:focus,
.group.pulse-on-focus input[type="number"]:focus,
.group.pulse-on-focus input[type="password"]:focus,
.group.pulse-on-focus input[type="tel"]:focus,
.group.pulse-on-focus input[type="text"]:focus,
.group.pulse-on-focus input[type="time"]:focus,
.group.pulse-on-focus input[type="url"]:focus,
.group.pulse-on-focus input[type="week"]:focus,
.group.pulse-on-focus textarea:focus,
.group.pulse-on-focus select:focus {
  outline-width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: animate-shadow 0.3s normal;
  animation: animate-shadow 0.3s normal;
}

/* line 378, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher {
  /*  insipired by http://cssdeck.com/labs/radio-button
    <div class="group radio switcher">
      <!-- #blank is optional, but recommended - it allows users to not answer the question-->
      <label for="blank">So here's the Yes or No Question...</label>
      <input type="radio" name="field_name" id="blank" value="" checked>
      <input type="radio" name="field_name" id="yes"   value="yes">
      <input type="radio" name="field_name" id="no"    value="no">
      <div class="switch">
        <label for="yes">Yes</label>
        <label for="no" >No</label>
        <span></span>
      </div>
    </div>
    */
  position: relative;
}
/* line 394, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher > label {
  display: block;
  text-align: center;
}
/* line 398, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher input[type="radio"] {
  display: none;
}
/* line 401, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher .switch {
  width: calc(100% - 2em);
  height: 2em;
  text-align: center;
  margin: 0 auto;
  background: #ca970b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1em;
  position: relative;
}
/* line 411, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher .switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: white;
  display: block;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
/* line 424, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher .switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 435, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher .switch span:before {
  content: 'or';
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -17px;
  left: -2px;
  z-index: 100;
  color: #cdcdcd;
  font-size: 0.8em;
  text-transform: uppercase;
}
/* line 448, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher .switch label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  width: 50%;
  line-height: 2.35294 em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 455, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher .switch label[for*="yes"] {
  position: absolute;
  left: 0px;
  height: 20px;
}
/* line 460, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher .switch label[for*="no"] {
  position: absolute;
  right: 0px;
}
/* line 467, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher label[for*="blank"]:after {
  content: ' (reset)';
  font-size: 0.8em;
  font-style: italic;
  cursor: pointer;
}
/* line 475, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch {
  background: #cdcdcd;
}
/* line 477, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span {
  background: #ca970b;
  margin-left: -8px;
}
/* line 480, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span:after {
  background: #ca970b;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
/* line 486, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span:before {
  display: none;
}
/* line 490, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch label[for*="no"] {
  color: white;
  font-weight: 700;
}
/* line 499, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher #yes:checked ~ .switch span:before {
  display: none;
}
/* line 503, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher #yes:checked ~ .switch label[for*="yes"] {
  color: white;
  font-weight: 700;
}
/* line 510, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher #blank:checked ~ .switch {
  background: white;
  border: 1px solid #cdcdcd;
}
/* line 513, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.group.radio.switcher #blank:checked ~ .switch label {
  color: rgba(37, 37, 37, 0.9);
}

/* line 521, /Users/syborg/sites/starvistamgmt/sass/site/_forms.scss */
.freeform-row .freeform-column button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  background-color: #252525;
  border: 2px solid white;
  border-radius: 3px;
  text-align: center;
  outline: none;
  text-decoration: none;
  box-shadow: 0px 1px 3px #252525;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active .freeform-row .freeform-column button {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive .freeform-row .freeform-column button {
  opacity: 1;
}
/* line 115, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.freeform-row .freeform-column button:link, .freeform-row .freeform-column button:visited {
  color: white;
}
/* line 119, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.freeform-row .freeform-column button:hover, .freeform-row .freeform-column button:active {
  background-color: #ca970b;
  border-color: #252525;
  color: #252525;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
/* line 129, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
.freeform-row .freeform-column button.small {
  font-size: 0.85em;
}

/* body */
/* line 27, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
body {
  margin-top: 88px;
}
@media (min-width: 768px) {
  /* line 27, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  body {
    margin-top: 100px;
  }
}

/* line 35, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
html.js-nav,
html.js-nav body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* header */
/* line 44, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
body > header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  background-image: url(/images/site-images/header-bg.jpg);
  background-repeat: repeat-x;
  background-color: white;
  transition: background-color 0.3s ease;
  z-index: 1000;
}
@media (min-width: 768px) {
  /* line 44, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  body > header {
    background-color: white;
    height: 100px;
  }
  /* line 58, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  body > header.smaller {
    height: 90px;
    background-color: white;
  }
  /* line 61, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  body > header.smaller nav.main {
    top: 43px;
  }
  /* line 63, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  body > header.smaller nav.main ul {
    height: 36px;
  }
  /* line 65, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  body > header.smaller nav.main ul li {
    min-height: 36px;
    height: 36px;
    line-height: 36px;
  }
}

/* Navigation components */
/* line 80, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -90px;
  left: 0px;
  color: white;
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
/* line 99, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(5, 102, 152, 0.8);
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}

@media (min-width: 768px) {
  /* line 109, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  header .wrapper {
    position: relative;
  }
}

/* line 114, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
a.logo {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1em;
  color: #fbedca;
  line-height: 40px;
  display: block;
  height: 40px;
  width: 200px;
  float: left;
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active a.logo {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive a.logo {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 114, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  a.logo {
    float: unset;
    position: absolute;
    top: 0;
    left: 3em;
  }
}

/* line 133, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
ul.soc-media-links {
  display: none;
  margin: 0;
}
@media (min-width: 768px) {
  /* line 133, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  ul.soc-media-links {
    display: block;
    position: absolute;
    top: 10px;
    right: 3em;
  }
  /* line 141, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  ul.soc-media-links li a {
    background-color: #fbedca;
    color: #252525;
    padding: 3px 6px;
    border-radius: 50%;
  }
  /* line 146, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  ul.soc-media-links li a:hover {
    background-color: #ca970b;
    color: #252525;
  }
}

/* line 153, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.mobile-navigation {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 48px;
  overflow-y: hidden;
  background-color: #0688cb;
  -moz-box-shadow: 0px 4px 12px 3px rgba(37, 37, 37, 0.25);
  -webkit-box-shadow: 0px 4px 12px 3px rgba(37, 37, 37, 0.25);
  box-shadow: 0px 4px 12px 3px rgba(37, 37, 37, 0.25);
  z-index: 2000;
}
@media (min-width: 768px) {
  /* line 153, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  .mobile-navigation {
    display: none;
  }
}

/* line 176, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
a.nav-toggle {
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  z-index: 3000;
}
@media (min-width: 768px) {
  /* line 176, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  a.nav-toggle {
    display: none;
  }
}

/* line 189, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 201, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fbedca;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 220, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 228, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 235, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 243, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -2px) rotate(45deg);
  -moz-transform: translate(8px, -2px) rotate(45deg);
  -o-transform: translate(8px, -2px) rotate(45deg);
  transform: translate(8px, -2px) rotate(45deg);
}

/* line 250, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

/* line 255, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}

/* line 265, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main {
  display: none;
}

/* line 268, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100vw;
  height: 90vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #5c5c5c;
  font-size: 1.2em;
}
/* line 279, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul,
nav.main.active li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 285, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active li,
nav.main.active li a {
  display: block;
  width: auto;
  min-height: 36px;
  line-height: 36px;
}
/* line 292, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active li a {
  padding: 0 1em;
}
/* line 295, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active li.current > a {
  font-weight: bold;
}
/* line 298, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active li.no-mobile {
  display: none;
}
/* line 301, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul {
  position: relative;
  margin-top: 12px;
}
/* line 304, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul li {
  border-bottom: 1px solid #dadada;
}
/* line 307, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul li.current a {
  color: white !important;
}
/* line 312, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul li > ul {
  display: none;
}
/* line 315, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul li:hover > ul {
  display: block;
}
/* line 318, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul li.current > ul {
  display: block;
}
/* line 321, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul ul {
  margin: 0;
  background-color: #1f94d0;
}
/* line 324, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul ul li > a {
  padding-left: 36px;
}
/* line 327, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul ul li:last-child {
  border-bottom: none;
}
/* line 332, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul > li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
/* line 45, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-active nav.main.active ul > li a {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
.wf-inactive nav.main.active ul > li a {
  opacity: 1;
}
/* line 24, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
nav.main.active ul > li a, nav.main.active ul > li a:visited, nav.main.active ul > li a:active, nav.main.active ul > li a:visited:active {
  color: #fbedca;
}
/* line 29, /Users/syborg/sites/starvistamgmt/sass/site/_typography.scss */
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  color: #cfa123;
}
/* line 335, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
/* line 341, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul > li a.ghost-button {
  margin: .5em;
  white-space: nowrap;
}
/* line 344, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
nav.main.active ul > li a.ghost-button:hover, nav.main.active ul > li a.ghost-button:visited:hover {
  text-decoration: none;
  color: #045b88;
}

@media (min-width: 768px) {
  /* line 354, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main {
    display: block;
    transition: top 0.3s ease-in;
    position: absolute;
    top: 65px;
    left: 0;
    width: 80%;
    padding: 0 10%;
  }
  /* line 363, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 36px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    text-align: center;
    padding: 0 3em;
  }
  /* line 67, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
  nav.main ul li {
    margin: 0;
  }
  /* line 76, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
  nav.main ul li {
    display: inline-block;
    float: left;
  }
  /* line 79, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
  nav.main ul li:not(:first-child) {
    margin-left: 0;
  }
  /* line 82, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
  nav.main ul li:not(:last-child) {
    margin-right: 0;
  }
  /* line 373, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main ul li {
    float: unset;
    flex: 0 1 auto;
    padding: 0 8px;
    min-height: 36px;
    height: 36px;
    line-height: 36px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  /* line 383, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main ul li:hover a {
    color: #0688cb;
    border-bottom: 2px solid #0688cb;
  }
  /* line 388, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main ul li a {
    font-size: 1.25em;
    color: #252525;
    text-transform: uppercase;
  }
  /* line 395, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main ul li.current a {
    color: #0688cb;
    border-bottom: 2px solid #0688cb;
  }
  /* line 401, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main ul ul {
    position: absolute;
    background-color: white;
    top: 49px;
    left: -10px;
    height: 38px;
  }
  /* line 407, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main ul ul li {
    font-size: .9em;
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    padding: 0 8px;
  }
  /* line 413, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main ul ul li > a {
    padding-left: 0;
    padding-right: 0;
    text-shadow: none;
    color: #252525 !important;
    display: block;
    box-shadow: none;
    background-color: transparent;
    min-height: 36px;
    height: 36px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 433, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main ul li {
    padding: 0 12px;
  }
  /* line 438, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  nav.main ul ul {
    left: unset;
  }
}

/* main */
/* line 451, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.home-hero {
  text-align: center;
}
/* line 453, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.home-hero .hero-image {
  width: 80%;
  margin: 0 auto;
  padding: 2em 0;
}
/* line 457, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.home-hero .hero-image img {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 462, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  .home-hero .hero-image {
    width: 700px;
  }
}

/* line 467, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.home-text {
  width: 55%;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  font-size: 1.25em;
  line-height: 2em;
  background: linear-gradient(#8ca1cd, #c8daed);
}

/* line 479, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.interior-logo {
  width: 100%;
  height: 170px;
  background-image: url(/images/site-images/SVMlogo_header.jpg);
  background-repeat: no-repeat;
  background-size: 285px 168px;
  background-position: center;
  padding: 25px 0;
}

/* line 488, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
header.interior-hero {
  padding: 2em 0;
  margin-bottom: 2em;
}

/* article */
@media (min-width: 768px) {
  /* line 496, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  .block-row {
    display: flex;
    margin: 0 0 1.5em 0;
  }
}

/* line 502, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.block {
  width: 80%;
  padding: 10%;
  margin-bottom: 1em;
  background-color: #e7e7e7;
  text-align: center;
}
/* line 508, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.block h3 {
  text-align: center;
  text-transform: uppercase;
}
/* line 512, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.block hr {
  width: 35%;
}
/* line 515, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.block a {
  text-align: center;
  display: block;
  margin: 0 auto;
}
/* line 520, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.block img {
  max-height: 80px;
  max-width: 80%;
}
@media (min-width: 768px) {
  /* line 502, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  .block {
    width: 27%;
    padding: 2%;
    margin: 0 1%;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  /* line 532, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  .fancybox-content {
    width: 80%;
  }
}
@media (min-width: 992px) {
  /* line 532, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  .fancybox-content {
    width: 50%;
  }
}

/* line 543, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
section.two-column article .left-column {
  background-color: #e7e7e7;
  padding: 1em;
}
/* line 546, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
section.two-column article .left-column .img-container {
  width: 100%;
}
/* line 549, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
section.two-column article .left-column img {
  width: calc(100% - 40px);
  background-color: white;
  padding: 18px;
  border: 1px solid #cdcdcd;
  box-shadow: 2px 2px 5px #cdcdcd;
}
/* line 557, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
section.two-column article .right-column {
  background-color: #252525;
  color: white;
  padding: 1em;
}
@media (min-width: 768px) {
  /* line 564, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  section.two-column article {
    display: flex;
  }
  /* line 566, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  section.two-column article .left-column {
    width: 50%;
    padding: 0;
  }
  /* line 569, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  section.two-column article .left-column .img-container {
    width: 80%;
    margin: 1em 10%;
  }
  /* line 573, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  section.two-column article .left-column h2, section.two-column article .left-column h3, section.two-column article .left-column h4, section.two-column article .left-column h5, section.two-column article .left-column p {
    padding: 0 10%;
  }
  /* line 577, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  section.two-column article .right-column {
    width: 50%;
    padding: 0;
  }
  /* line 580, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  section.two-column article .right-column h2, section.two-column article .right-column h3, section.two-column article .right-column h4, section.two-column article .right-column h5, section.two-column article .right-column p {
    padding: 0 10%;
  }
}

@media (min-width: 768px) {
  /* line 588, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  form {
    width: 80%;
    padding: 10%;
    margin: 0 auto;
  }
}

/* Button Definitions */
/* line 596, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.button-box {
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
}
/* line 599, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
.button-box a, .button-box button {
  float: right;
}

/* line 604, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
a.button, button.button, input[type="submit"] {
  text-align: center;
  border: none;
  margin: 0.5em 0;
  height: auto;
}
/* line 609, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
a.button.small, button.button.small, input.small[type="submit"] {
  font-size: 0.8em;
}
/* line 614, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
a.button.large, button.button.large, input.large[type="submit"] {
  font-size: 1.33em;
}
/* line 617, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
a.button.full-width, button.button.full-width, input.full-width[type="submit"] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* line 623, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
a.float-right, button.float-right {
  margin-left: 1em;
}

/* footer */
/* line 632, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
body > footer {
  padding-top: 150px;
}
/* line 635, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
body > footer nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
/* line 67, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
body > footer nav ul li {
  margin: 0;
}
/* line 76, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
body > footer nav ul li {
  display: inline-block;
  float: left;
}
/* line 79, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
body > footer nav ul li:not(:first-child) {
  margin-left: 0.5em;
}
/* line 82, /Users/syborg/sites/starvistamgmt/sass/site/_utilities.scss */
body > footer nav ul li:not(:last-child) {
  margin-right: 0.5em;
}
/* line 38, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
body > footer nav ul:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  /* line 635, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
  body > footer nav ul {
    font-size: .8em;
    text-align: center;
  }
}
/* line 643, /Users/syborg/sites/starvistamgmt/sass/site/_components.scss */
body > footer nav ul li {
  float: none;
}

/* Z-INDEX */
/* line 5, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError {
  z-index: 990;
}

/* line 6, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorContent {
  z-index: 991;
}

/* line 7, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow {
  z-index: 996;
}

/* line 9, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.ui-dialog .formError {
  z-index: 5000;
}

/* line 10, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

/* line 11, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

/* line 16, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.inputContainer {
  position: relative;
  float: left;
}

/* line 21, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

/* line 30, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

/* line 37, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

/* line 44, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

/* line 63, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

/* line 75, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.greenPopup .formErrorContent {
  background: #33be40;
}

/* line 79, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

/* line 84, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

/* line 89, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

/* line 94, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

/* line 103, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

/* line 119, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

/* line 126, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.greenPopup .formErrorArrow div {
  background: #33be40;
}

/* line 130, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

/* line 135, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

/* line 140, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

/* line 145, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow .line8 {
  width: 11px;
}

/* line 149, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow .line7 {
  width: 9px;
}

/* line 153, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow .line6 {
  width: 7px;
}

/* line 157, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow .line5 {
  width: 5px;
}

/* line 161, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow .line4 {
  width: 3px;
}

/* line 165, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

/* line 172, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

/* line 178, /Users/syborg/sites/starvistamgmt/sass/partials/_validation.scss */
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 25, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 30, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 41, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 44, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 47, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 55, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 63, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 84, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 87, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 94, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 97, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 107, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 110, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 113, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 121, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 0px 2px;
}

/* line 127, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 134, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 148, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 153, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 160, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 170, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 179, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 183, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 188, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 197, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 202, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 207, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 210, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 217, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 234, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 238, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 243, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 257, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 278, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 281, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 291, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 294, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 305, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 308, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 311, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 315, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 323, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 327, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 340, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 344, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 347, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 351, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 357, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 361, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 364, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 370, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 373, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 377, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 382, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 385, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 389, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 393, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 396, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 399, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 403, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 407, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 411, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 415, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 419, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 422, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* line 428, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 431, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 438, /Users/syborg/sites/starvistamgmt/sass/partials/_chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
