/*! 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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/sass/site/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/sass/site/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/syborg/sites/leadsone/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/leadsone/sass/site/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

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

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

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

/* line 173, /Users/syborg/sites/leadsone/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/leadsone/sass/site/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/syborg/sites/leadsone/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/leadsone/sass/site/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/syborg/sites/leadsone/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/leadsone/sass/site/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/sass/site/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/sass/site/_normalize.scss */
optgroup {
  font-weight: bold;
}

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

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

/* line 109, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.white {
  color: white;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.white.base {
  color: white;
}

/* line 118, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.white {
  color: background-color(white, base);
  background-color: white;
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.white.base {
  background-color: white;
  background-color: white;
  color: #000;
}

/* line 109, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.black {
  color: #1e140b;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.black.base {
  color: #1e140b;
}

/* line 118, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.black {
  color: background-color(black, base);
  background-color: #1e140b;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.black.base {
  background-color: #1e140b;
  background-color: #1e140b;
  color: #fff;
}

/* line 109, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.gray {
  color: #8f8a85;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.gray.base {
  color: #8f8a85;
}

/* line 118, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.gray {
  color: background-color(gray, base);
  background-color: #8f8a85;
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.gray.base {
  background-color: #8f8a85;
  background-color: #8f8a85;
  color: #000;
}

/* line 109, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.red {
  color: #f3131e;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.red.base {
  color: #f3131e;
}

/* line 118, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.red {
  color: background-color(red, base);
  background-color: #f3131e;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.red.base {
  background-color: #f3131e;
  background-color: #f3131e;
  color: #fff;
}

/* line 109, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-one {
  color: #4c311b;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-one.x-light {
  color: #877566;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-one.light {
  color: #796554;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-one.med-light {
  color: #5e4632;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-one.base {
  color: #4c311b;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-one.med-dark {
  color: #442c18;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-one.dark {
  color: #392514;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-one.x-dark {
  color: #332112;
}

/* line 118, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-one {
  color: background-color(swatch-one, base);
  background-color: #4c311b;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-one.x-light {
  background-color: #877566;
  background-color: #877566;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-one.light {
  background-color: #796554;
  background-color: #796554;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-one.med-light {
  background-color: #5e4632;
  background-color: #5e4632;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-one.base {
  background-color: #4c311b;
  background-color: #4c311b;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-one.med-dark {
  background-color: #442c18;
  background-color: #442c18;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-one.dark {
  background-color: #392514;
  background-color: #392514;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-one.x-dark {
  background-color: #332112;
  background-color: #332112;
  color: #fff;
}

/* line 109, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-two {
  color: #dec0a6;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-two.x-light {
  color: #e9d5c3;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-two.light {
  color: #e6d0bc;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-two.med-light {
  color: #e1c6af;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-two.base {
  color: #dec0a6;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-two.med-dark {
  color: #c8ad95;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-two.dark {
  color: #a7907d;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.swatch-two.x-dark {
  color: #95816f;
}

/* line 118, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-two {
  color: background-color(swatch-two, base);
  background-color: #dec0a6;
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-two.x-light {
  background-color: #e9d5c3;
  background-color: #e9d5c3;
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-two.light {
  background-color: #e6d0bc;
  background-color: #e6d0bc;
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-two.med-light {
  background-color: #e1c6af;
  background-color: #e1c6af;
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-two.base {
  background-color: #dec0a6;
  background-color: #dec0a6;
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-two.med-dark {
  background-color: #c8ad95;
  background-color: #c8ad95;
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-two.dark {
  background-color: #a7907d;
  background-color: #a7907d;
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.swatch-two.x-dark {
  background-color: #95816f;
  background-color: #95816f;
  color: #000;
}

/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.logo.red {
  color: #f3131e;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.logo.brown {
  color: #423f39;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.logo.tan {
  color: #dec0a6;
}

/* line 118, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.logo {
  color: background-color(logo, base);
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.logo.red {
  background-color: #f3131e;
  background-color: #f3131e;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.logo.brown {
  background-color: #423f39;
  background-color: #423f39;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.logo.tan {
  background-color: #dec0a6;
  background-color: #dec0a6;
  color: #000;
}

/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.buttons.white {
  color: rgba(255, 255, 255, 0.2);
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.buttons.brown {
  color: #423f39;
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.buttons.tan {
  color: #dec0a6;
}

/* line 118, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.buttons {
  color: background-color(buttons, base);
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.buttons.white {
  background-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.buttons.brown {
  background-color: #423f39;
  background-color: #423f39;
  color: #fff;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.buttons.tan {
  background-color: #dec0a6;
  background-color: #dec0a6;
  color: #000;
}

/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.footer.regular {
  color: rgba(222, 192, 166, 0.5);
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.footer.hover {
  color: rgba(222, 192, 166, 0.7);
}
/* line 113, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
span.footer.current {
  color: rgba(222, 192, 166, 0.9);
}

/* line 118, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.footer {
  color: background-color(footer, base);
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.footer.regular {
  background-color: rgba(222, 192, 166, 0.5);
  background-color: rgba(222, 192, 166, 0.5);
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.footer.hover {
  background-color: rgba(222, 192, 166, 0.7);
  background-color: rgba(222, 192, 166, 0.7);
  color: #000;
}
/* line 123, /Users/syborg/sites/leadsone/sass/site/_colors.scss */
div.footer.current {
  background-color: rgba(222, 192, 166, 0.9);
  background-color: rgba(222, 192, 166, 0.9);
  color: #000;
}

/* line 1, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
html, body {
  margin: 0;
  padding: 0;
  background: url(/images/site_images/L1_background.jpg);
}

/*
 *  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 96, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
.wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  position: relative;
}
/* line 12, /Users/syborg/.rvm/gems/ruby-2.1.2/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 481px) {
  /* line 96, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
  .wrapper {
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, /Users/syborg/.rvm/gems/ruby-2.1.2/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 801px) {
  /* line 96, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
  .wrapper {
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 12, /Users/syborg/.rvm/gems/ruby-2.1.2/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 110, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
.left-column {
  overflow: hidden;
  *zoom: 1;
}

@media (min-width: 481px) {
  /* line 115, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
  #main-content > .left-column {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    margin-right: 8.47458%;
    padding-bottom: 2em;
  }
  /* line 120, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
  #main-content > aside {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    padding-top: 4em;
  }
}
@media (min-width: 801px) {
  /* line 126, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
  #main-content > .left-column {
    width: 57.98319%;
    float: left;
    margin-right: 0.84034%;
    margin-right: 4.20168%;
  }
  /* line 130, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
  #main-content > aside {
    width: 36.97479%;
    float: right;
    margin-right: 0;
  }
}

/* line 135, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
.home-banner {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #423f39;
}
/* line 139, /Users/syborg/sites/leadsone/sass/site/_layout.scss */
.home-banner p {
  color: #dec0a6;
}

/* Graceful degredations from http://cssfontstack.com */
/* line 36, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
*[class*="fa"] {
  opacity: 0;
  transition: opacity ease-in 0.5s;
  display: inline-block;
  width: 0.875em;
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active *[class*="fa"] {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive *[class*="fa"] {
  opacity: 1;
}
/* line 40, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active *[class*="fa"]:not(.fa-fw, .fa-li) {
  width: auto;
}

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

/* line 87, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
body {
  color: #4c311b;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.375;
}
@media (min-width: 481px) {
  /* line 87, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  body {
    line-height: 1.375;
  }
}

/* line 100, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
body, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.58;
}

/* line 115, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.link, a {
  color: #5e4632;
  text-decoration: none;
}
/* line 121, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.link:hover, a:hover {
  color: #4c311b;
  text-decoration: underline;
}
/* line 125, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.link:active, a:active, .link:visited:active, a:visited:active {
  color: #e1c6af;
}
/* line 128, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.no-underline .link, .no-underline a, .link.no-underline, a.no-underline {
  text-decoration: none;
}

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

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

/* line 136, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.h1, h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  color: #f3131e;
  font-size: 2em;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  /* 2x body copy size = 32px */
  line-height: 1.05;
  /* 45px / 36px */
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active .h1, .wf-active h1 {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 481px) {
  /* line 136, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .h1, h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}
@media (min-width: 801px) {
  /* line 136, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .h1, h1 {
    font-size: 3em;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    line-height: 1.05;
  }
}

/* line 155, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.h2, h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active .h2, .wf-active h2 {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}
@media (min-width: 481px) {
  /* line 155, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .h2, h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media (min-width: 801px) {
  /* line 155, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .h2, h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

/* line 172, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.h3, h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active .h3, .wf-active h3 {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 481px) {
  /* line 172, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .h3, h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media (min-width: 801px) {
  /* line 172, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .h3, h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

/* line 189, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.h4, h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 481px) {
  /* line 189, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .h4, h4 {
    line-height: 1.22222222;
    /* (22px / 18px) */
  }
}

/* line 199, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.h5, h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.0625em;
  /* 1.0625x body copy size = 17px */
  line-height: 1.11111111;
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

/* line 205, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.h6, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1em;
  line-height: 1.11111111;
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

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

/* line 215, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.h1, h1 {
  margin-bottom: 0em;
}

/* line 219, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.block-margins, p, ul, ol, pre, blockquote {
  margin: .5em 0;
}

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

/* overrides */
/* line 240, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.copyright {
  color: rgba(222, 192, 166, 0.5);
  text-align: center;
}

/* line 244, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.intro-text {
  font-size: 1.25em;
  line-height: 1.375;
}

/* line 249, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.member-list h3 {
  margin: .5em 0 0 0;
}
/* line 252, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.member-list h4 {
  font-weight: 400;
  margin: 0;
}
/* line 256, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.member-list h5 {
  font-weight: 400;
  font-style: italic;
  margin: .25em 0 .5em 0;
}

/* line 262, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.text p a {
  color: #f3131e;
  text-decoration: underline;
}

/* line 266, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
a.readmore {
  font-size: .8em;
  font-style: italic;
  text-decoration: underline;
}

/* line 271, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.home-sub, aside h2 {
  color: #f3131e;
  margin-top: 0;
}

/* line 275, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
a.business-type {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0 .15em;
}

/* line 280, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.error {
  color: #f3131e;
}

/* line 284, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.business-cat {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 42, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
.headroom {
  margin-top: 2.4em;
}

/* line 43, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
.less-headroom {
  margin-top: 1.2em;
}

/* line 44, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
.more-less-headroom {
  margin-top: 0.6em;
}

/* line 46, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
.legroom {
  margin-bottom: 2.4em;
}

/* line 47, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
.less-legroom {
  margin-bottom: 1.2em;
}

/* line 48, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
.more-less-legroom {
  margin-bottom: 0.6em;
}

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

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

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

/* line 53, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
.no-padding {
  padding: 0 !important;
}

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

/* line 57, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
.smaller {
  font-size: .6em;
}

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

/* line 62, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
ul.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 9, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
ul.reset li {
  margin: 0;
}

/* striped table */
/* line 67, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped {
  border: 1px solid #dec0a6;
  border-radius: 1px;
}
/* line 79, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped th {
  font-weight: 600;
  background-color: #dec0a6;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
/* line 83, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped th:first-child {
  border-radius: 0px 0 0 0;
}
/* line 86, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped th:last-child {
  border-radius: 0 0px 0 0;
}
/* line 90, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(222, 192, 166, 0.5);
  border-bottom: 1px solid rgba(222, 192, 166, 0.5);
}
/* line 95, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
/* line 99, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
/* line 106, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped tbody tr:last-child td {
  border-bottom: none;
}
/* line 111, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 118, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped tfoot td {
  background-color: rgba(76, 49, 27, 0.1);
  border-top: 1px solid rgba(222, 192, 166, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
/* line 124, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped tfoot td:first-child {
  border-radius: 0 0 0 0px;
}
/* line 127, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped tfoot td:last-child {
  border-radius: 0 0 0px 0;
}
/* line 130, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped tfoot td:only-child {
  border-radius: 0 0 0px 0px;
}
/* line 135, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
table.striped caption {
  position: absolute;
  left: -9000px;
}

/* line 141, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
div.debug {
  font-size: 10px;
  position: relative;
  background-color: #f3131e;
  border: 1px dotted #f3131e;
  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 151, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
div.debug:hover {
  opacity: 1;
}
/* line 154, /Users/syborg/sites/leadsone/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: #f3131e;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dotted white;
  border-radius: 1em 1em 0 0;
  padding: 0.25em 1em;
}

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

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #392514;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #392514;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #392514;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #392514;
  }
}
/* line 112, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
form {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  font-weight: 400;
  *zoom: 1;
}
/* line 38, /Users/syborg/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
form:after {
  content: "";
  display: table;
  clear: both;
}
/* line 117, /Users/syborg/sites/leadsone/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/leadsone/sass/site/_forms.scss */
form .group.radio.inline label {
  margin-right: 1.5em;
}

/* line 135, /Users/syborg/sites/leadsone/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: rgba(255, 255, 255, 0.8);
  border: 1px solid #8f8a85;
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 6px;
  width: 100%;
  color: rgba(30, 20, 11, 0.9);
}
/* line 58, /Users/syborg/sites/leadsone/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: #1e140b;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #8f8a85;
}
/* line 64, /Users/syborg/sites/leadsone/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: #f3131e;
}
/* line 33, /Users/syborg/sites/leadsone/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: #442c18;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
/* line 39, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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: #5e4632;
  background-image: none;
  color: white;
}
/* line 82, /Users/syborg/sites/leadsone/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: #4c311b;
  background-image: none;
}
/* line 87, /Users/syborg/sites/leadsone/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(241, 241, 240, 0.805);
  color: rgba(39, 30, 21, 0.895);
  font-size: 0.8em;
}

/* line 155, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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: #4c311b;
  height: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
/* line 179, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
input[type="radio"]:not(old):checked + label::before,
input[type="checkbox"]:not(old):checked + label::before {
  color: #dec0a6;
}
/* line 185, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
input[type="radio"]:not(old):focus + label,
input[type="checkbox"]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px #442c18;
}

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

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

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

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

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

/* Fancy Stylized Inputs 
 * inspired by http://tympanus.net/Development/TextInputEffects/ */
/* line 346, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.pulse-on-focus {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 369, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/sass/site/_forms.scss */
.group.radio.switcher > label {
  display: block;
  text-align: center;
}
/* line 398, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher input[type="radio"] {
  display: none;
}
/* line 401, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher .switch {
  width: calc(100% - 2em);
  height: 2em;
  text-align: center;
  margin: 0 auto;
  background: #dec0a6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1em;
  position: relative;
}
/* line 411, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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: #8f8a85;
  font-size: 0.8em;
  text-transform: uppercase;
}
/* line 448, /Users/syborg/sites/leadsone/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/leadsone/sass/site/_forms.scss */
.group.radio.switcher .switch label[for*="yes"] {
  position: absolute;
  left: 0px;
  height: 20px;
}
/* line 460, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher .switch label[for*="no"] {
  position: absolute;
  right: 0px;
}
/* line 467, /Users/syborg/sites/leadsone/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/leadsone/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch {
  background: #8f8a85;
}
/* line 477, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span {
  background: #dec0a6;
  margin-left: -8px;
}
/* line 480, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span:after {
  background: #dec0a6;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
/* line 486, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span:before {
  display: none;
}
/* line 490, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch label[for*="no"] {
  color: white;
  font-weight: 700;
}
/* line 499, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher #yes:checked ~ .switch span:before {
  display: none;
}
/* line 503, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher #yes:checked ~ .switch label[for*="yes"] {
  color: white;
  font-weight: 700;
}
/* line 510, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher #blank:checked ~ .switch {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #8f8a85;
}
/* line 513, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.group.radio.switcher #blank:checked ~ .switch label {
  color: rgba(30, 20, 11, 0.9);
}

/* honey pot */
/* line 521, /Users/syborg/sites/leadsone/sass/site/_forms.scss */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

@media (min-width: 481px) {
  /* line 11, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  .mobile-only {
    display: none;
  }
}

/* line 18, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.no-mobile {
  display: none;
}
@media (min-width: 481px) {
  /* line 18, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  .no-mobile {
    display: block;
  }
  /* line 23, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  .no-mobile ul li {
    display: list-item;
  }
}

/* branding */
/* line 32, /Users/syborg/sites/leadsone/sass/site/_components.scss */
a.leadsone--logo {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  box-shadow: 0px 0px 3px 2px #1e140b;
  display: block;
  background: url("/images/site_images/lg1_logo_lrg.jpg") no-repeat scroll top left;
  background-size: 158px 158px;
  width: 158px;
  height: 158px;
  margin: auto;
}
@media (min-width: 481px) {
  /* line 32, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  a.leadsone--logo {
    position: relative;
    z-index: 1000;
    display: inline-block;
    background-size: contain;
    width: 150px;
    height: 150px;
    margin: 0 24px;
    float: left;
  }
}

/* body */
/* header */
/* line 69, /Users/syborg/sites/leadsone/sass/site/_components.scss */
body > header {
  background-color: #1e140b;
  height: 72px;
  margin-bottom: 128px;
}
@media (min-width: 481px) {
  /* line 69, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  body > header {
    margin-bottom: 80px;
  }
}

/* Navigation components */
/* line 82, /Users/syborg/sites/leadsone/sass/site/_components.scss */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -86px;
  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 101, /Users/syborg/sites/leadsone/sass/site/_components.scss */
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(94, 70, 50, 0.8);
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}

/* line 111, /Users/syborg/sites/leadsone/sass/site/_components.scss */
a.mobile-navigation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  overflow-y: hidden;
  z-index: 1000;
}
@media (min-width: 481px) {
  /* line 111, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  a.mobile-navigation {
    display: none;
  }
}

/* line 133, /Users/syborg/sites/leadsone/sass/site/_components.scss */
#nav-icon {
  width: 40px;
  height: 40px;
  margin: 16px 16px;
  position: relative;
  -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 151, /Users/syborg/sites/leadsone/sass/site/_components.scss */
#nav-icon span {
  will-change: transform;
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background-color: #dec0a6;
  border-radius: 8px;
  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 169, /Users/syborg/sites/leadsone/sass/site/_components.scss */
#nav-icon span:nth-child(1) {
  top: 0px;
}
/* line 172, /Users/syborg/sites/leadsone/sass/site/_components.scss */
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 16px;
}
/* line 176, /Users/syborg/sites/leadsone/sass/site/_components.scss */
#nav-icon span:nth-child(4) {
  top: 32px;
}
/* line 183, /Users/syborg/sites/leadsone/sass/site/_components.scss */
#nav-icon:hover span:nth-child(1), #nav-icon.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}
/* line 188, /Users/syborg/sites/leadsone/sass/site/_components.scss */
#nav-icon:hover span:nth-child(2), #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 194, /Users/syborg/sites/leadsone/sass/site/_components.scss */
#nav-icon:hover span:nth-child(3), #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 200, /Users/syborg/sites/leadsone/sass/site/_components.scss */
#nav-icon:hover span:nth-child(4), #nav-icon.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}

/* line 211, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.js-ready nav.main {
  position: fixed;
  background-color: rgba(30, 20, 11, 0.99);
  background-image: url(/images/site_images/mobile-nav-bg-pattern.png);
  background-size: 6px 6px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 219, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.js-ready nav.main:not(.target), .js-ready nav.main:not(:target) {
  top: 0px;
  left: 0;
  right: 0;
  left: 0;
  height: 0px;
  overflow: hidden;
  padding-top: 6em;
  opacity: 0;
}
/* line 230, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.js-ready nav.main.target, .js-ready nav.main:target {
  opacity: 0.95;
  height: calc(100% - 124px);
  height: calc(100vh - 124px);
  overflow-y: scroll;
  z-index: 999;
}
/* line 237, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.js-ready nav.main.target ul, .js-ready nav.main:target ul {
  margin-bottom: 5rem;
}
/* line 242, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main ul,
nav.main li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 9, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
nav.main ul li,
nav.main li li {
  margin: 0;
}
/* line 246, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main li,
nav.main li a {
  min-height: 48px;
  line-height: 48px;
}
/* line 251, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main > ul {
  position: relative;
  padding-bottom: 44px;
}
/* line 255, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main > ul li:last-child {
  border-bottom: none;
}
/* line 258, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main > ul li > a {
  display: block;
  margin-left: 20px;
  margin-right: 12px;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 36px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active nav.main > ul li > a {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive nav.main > ul li > a {
  opacity: 1;
}
/* line 266, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main > ul li > a:visited, nav.main > ul li > a:hover, nav.main > ul li > a:visited:hover {
  color: white;
}
/* line 272, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main > ul li ul.second-level {
  display: none;
}
/* line 274, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.js-nav nav.main > ul li ul.second-level {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 9, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
.js-nav nav.main > ul li ul.second-level li {
  margin: 0;
}
/* line 278, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main > ul li ul.second-level li {
  padding-left: 20px;
  padding-right: 12px;
}
/* line 281, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main > ul li ul.second-level li a {
  box-shadow: none;
  background-color: transparent;
  border-left: 1px solid white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 25px;
  padding-left: 20px;
  padding-right: 12px;
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active nav.main > ul li ul.second-level li a {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive nav.main > ul li ul.second-level li a {
  opacity: 1;
}
/* line 297, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main > ul li.current > a {
  position: relative;
  overflow: visible;
}
/* line 300, /Users/syborg/sites/leadsone/sass/site/_components.scss */
nav.main > ul li.current > a::before {
  content: '';
  display: block;
  width: 29px;
  height: 16px;
  background-image: url(/images/site_images/nav-current.png);
  background-size: 29px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 16px;
  left: -22px;
}

/* line 320, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.js-nav main,
.js-nav footer {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* line 328, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.js-nav #navigation {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

@media (min-width: 481px) {
  /* line 337, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main {
    width: 74.57627%;
    margin-left: 23.72881%;
    padding-top: 1.5em;
    padding-left: 1em;
  }
  /* line 343, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  /* line 9, /Users/syborg/sites/leadsone/sass/site/_utilities.scss */
  nav.main ul li {
    margin: 0;
  }
  /* line 345, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main ul li {
    padding: 0 0.5rem;
    display: inline-block;
  }
  /* line 348, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main ul li.mobile-desktop-only {
    display: none;
  }
  /* line 354, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li {
    min-height: 42px;
    height: 42px;
    line-height: 42px;
  }
  /* line 358, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li > a {
    min-height: 42px;
    height: 42px;
    line-height: 42px;
    display: block;
    padding: 0;
    margin-left: 0;
    margin-right: 0em;
    text-align: center;
    width: 100%;
  }
  /* line 368, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li > a, nav.main > ul li > a:visited {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    font-size: 1.05em;
    line-height: 2.28571em;
    line-height: 42px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 1px 2px #1e140b;
  }
  /* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .wf-active nav.main > ul li > a, .wf-active nav.main > ul li > a:visited {
    opacity: 1;
  }
  /* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .wf-inactive nav.main > ul li > a, .wf-inactive nav.main > ul li > a:visited {
    opacity: 1;
  }
  /* line 375, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li > a:hover, nav.main > ul li > a:visited:hover {
    color: white;
    text-shadow: 1px 1px 1px #4c311b;
  }
  /* line 381, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li:last-child {
    border-left: 1px solid white;
    position: relative;
    float: right;
    z-index: 1;
  }
  /* line 386, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li:last-child::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: -1;
  }
  /* line 397, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current {
    color: white;
    text-shadow: 1px 1px 1px #4c311b;
    background-color: #f3131e;
  }
  /* line 401, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current > a {
    color: white;
    position: relative;
    overflow: visible;
  }
  /* line 414, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current ul.second-level {
    display: block;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 2px;
    position: absolute;
    left: -1rem;
    top: 58px;
    width: calc(100% - 2rem);
    height: auto;
    z-index: 1;
  }
  /* line 425, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current ul.second-level li {
    border-left: none;
  }
  /* line 427, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current ul.second-level li > a {
    display: table;
    padding: 0;
    text-align: center;
    width: 100%;
    border-left: none;
  }
  /* line 433, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current ul.second-level li > a, nav.main > ul li.current ul.second-level li > a:visited {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    font-size: 0.85em;
    line-height: 1.41176em;
    color: #442c18;
    text-shadow: none;
  }
  /* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .wf-active nav.main > ul li.current ul.second-level li > a, .wf-active nav.main > ul li.current ul.second-level li > a:visited {
    opacity: 1;
  }
  /* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
  .wf-inactive nav.main > ul li.current ul.second-level li > a, .wf-inactive nav.main > ul li.current ul.second-level li > a:visited {
    opacity: 1;
  }
  /* line 439, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current ul.second-level li > a:hover, nav.main > ul li.current ul.second-level li > a:visited:hover {
    color: #332112;
    text-shadow: 1px 1px 1px #877566;
  }
  /* line 445, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current ul.second-level li:last-child {
    float: none;
  }
  /* line 447, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current ul.second-level li:last-child::after {
    display: none;
  }
  /* line 452, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current ul.second-level li.current > a {
    color: #dec0a6;
  }
  /* line 454, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main > ul li.current ul.second-level li.current > a::before {
    display: none;
  }
}
@media (min-width: 801px) {
  /* line 337, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main {
    width: 83.19328%;
    margin-left: 20.16807%;
    padding-left: 0;
  }
  /* line 475, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main ul li.mobile-desktop-only {
    padding: 0 0.5rem;
    display: inline-block;
  }
  /* line 479, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  nav.main ul li.login {
    float: right;
  }
}

/* line 530, /Users/syborg/sites/leadsone/sass/site/_components.scss */
aside ul.second-level {
  margin-top: 4.5em;
}
/* line 532, /Users/syborg/sites/leadsone/sass/site/_components.scss */
aside ul.second-level li {
  margin: .5em 0;
}
/* line 534, /Users/syborg/sites/leadsone/sass/site/_components.scss */
aside ul.second-level li a {
  font-size: 1.2em;
  line-height: 1em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active aside ul.second-level li a {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive aside ul.second-level li a {
  opacity: 1;
}
/* line 538, /Users/syborg/sites/leadsone/sass/site/_components.scss */
aside ul.second-level li a:hover {
  text-decoration: none;
  color: #f3131e;
}
@media (min-width: 801px) {
  /* line 546, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  aside ul.second-level {
    margin-top: 2.5em;
  }
}

/* line 553, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.slideshow {
  margin: -2em 0em -2em 0em;
}
@media (min-width: 481px) {
  /* line 553, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  .slideshow {
    margin: -2em 0em -2em 0em;
  }
}
/* line 558, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.slideshow,
.slideshow .slide {
  padding: 1em;
  width: calc(100% - 2em);
}

/* line 564, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.slide {
  margin-bottom: 1em;
}
/* line 566, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.slide .slide-info {
  text-align: center;
}
/* line 568, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.slide .slide-info h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  margin: .5em 0 0 0;
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active .slide .slide-info h2 {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive .slide .slide-info h2 {
  opacity: 1;
}
/* line 572, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.slide .slide-info h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.2em;
  margin: 0 0 .25em 0;
  font-style: italic;
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active .slide .slide-info h3 {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive .slide .slide-info h3 {
  opacity: 1;
}
/* line 578, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.slide .slide-info h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1em;
  margin: 0 0 1em 0;
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active .slide .slide-info h4 {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive .slide .slide-info h4 {
  opacity: 1;
}
/* line 584, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.slide .slide-image {
  margin: 0 auto;
  text-align: center;
}
/* line 587, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.slide .slide-image img {
  border: 1px solid;
  background-color: rgba(222, 192, 166, 0.5);
}
@media (min-width: 481px) {
  /* line 564, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  .slide {
    overflow: hidden;
    *zoom: 1;
    border: 1px solid #4c311b;
    z-index: 0;
  }
  /* line 596, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  .slide .slide-info {
    padding-top: 4em;
  }
  /* line 599, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  .slide .slide-image {
    margin: 0;
    float: right;
  }
}

/* main */
/* line 609, /Users/syborg/sites/leadsone/sass/site/_components.scss */
main.home aside h2 {
  color: #f3131e;
  font-size: 1.75em;
  border-bottom: 1px solid #4c311b;
}

/* line 617, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.home-banner {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  background-color: #423f39;
}
/* line 622, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.home-banner h1 {
  margin-top: 0;
  text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.9);
}
/* line 626, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.home-banner p {
  color: #dec0a6;
}

/* line 630, /Users/syborg/sites/leadsone/sass/site/_components.scss */
article.member-list {
  overflow: hidden;
  *zoom: 1;
  padding: 1em 0;
  border-bottom: 1px solid #e6d0bc;
}

/* line 635, /Users/syborg/sites/leadsone/sass/site/_components.scss */
article.news-events {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #e6d0bc;
}

/* line 641, /Users/syborg/sites/leadsone/sass/site/_components.scss */
article.sidebar {
  overflow: hidden;
  *zoom: 1;
  margin: .5em 0 1em 0;
}
/* line 644, /Users/syborg/sites/leadsone/sass/site/_components.scss */
article.sidebar h3 {
  margin: 0;
  font-size: 1.2em;
}

/* line 649, /Users/syborg/sites/leadsone/sass/site/_components.scss */
p.date {
  font-style: italic;
  margin: 0;
  font-size: .8em;
}

/* line 655, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.social-media {
  text-align: center;
  font-size: 2em;
}
/* line 658, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.social-media .fa-linkedin-square {
  color: #187fb8;
}
/* line 661, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.social-media .fa-twitter-square {
  color: #24a9e6;
}
/* line 664, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.social-media .fa-facebook-square {
  color: #455898;
}
@media (min-width: 481px) {
  /* line 655, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  .social-media {
    text-align: left;
  }
  /* line 669, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  .social-media.center {
    text-align: center;
  }
}

/* line 674, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.entries {
  width: 100%;
  height: 2.5em;
  padding: 2px 12px;
  line-height: 2.5em;
}
/* line 679, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.entries .entry-title {
  width: 60%;
  float: left;
}
/* line 683, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.entries .edit {
  width: 35%;
  float: right;
}

/* line 688, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.odd {
  background-color: rgba(222, 192, 166, 0.5);
}

/* line 691, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.even {
  background-color: rgba(222, 192, 166, 0.7);
}

/* article#main-content */
/* line 699, /Users/syborg/sites/leadsone/sass/site/_components.scss */
article#main-content aside section h2:first-of-type {
  margin-top: 0;
}

/* Button Definitions */
/* line 709, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.button-box {
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
}
/* line 712, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.button-box a, .button-box button {
  float: right;
}
/* line 715, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.button-box.readmore {
  margin-top: -.5em;
}

/* line 720, /Users/syborg/sites/leadsone/sass/site/_components.scss */
a.button, button.button {
  text-align: center;
  border: none;
  margin: 0.5em 0;
  height: auto;
}
/* line 725, /Users/syborg/sites/leadsone/sass/site/_components.scss */
a.button.small, button.button.small {
  font-size: 0.8em;
}
/* line 730, /Users/syborg/sites/leadsone/sass/site/_components.scss */
a.button.large, button.button.large {
  font-size: 1.33em;
}
/* line 733, /Users/syborg/sites/leadsone/sass/site/_components.scss */
a.button.full-width, button.button.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* line 739, /Users/syborg/sites/leadsone/sass/site/_components.scss */
a.float-right, button.float-right {
  margin-left: 1em;
}

/* ghost button */
/* ghost button */
/* line 749, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.ghost-button, input[type="submit"] {
  cursor: pointer;
  padding: 8px 24px;
  color: #4c311b;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #4c311b;
  border-radius: 1px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  line-height: 1.2em;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
/* line 27, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-active .ghost-button, .wf-active input[type="submit"] {
  opacity: 1;
}
/* line 30, /Users/syborg/sites/leadsone/sass/site/_typography.scss */
.wf-inactive .ghost-button, .wf-inactive input[type="submit"] {
  opacity: 1;
}
/* line 764, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.ghost-button.small, input.small[type="submit"] {
  font-size: 0.8em;
}
/* line 767, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.ghost-button:link, input[type="submit"]:link, .ghost-button:visited, input[type="submit"]:visited {
  color: #1e140b;
}
/* line 771, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.ghost-button:hover, input[type="submit"]:hover, .ghost-button:active, input[type="submit"]:active {
  background-color: #f3131e;
  border-color: #4c311b;
  color: white;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
}
/* line 780, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.ghost-button.white, input.white[type="submit"] {
  background-color: white;
  border: 2px solid #dec0a6;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
/* line 784, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.ghost-button.white:link, input.white[type="submit"]:link, .ghost-button.white:visited, input.white[type="submit"]:visited {
  color: #dec0a6;
}
/* line 788, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.ghost-button.white:hover, input.white[type="submit"]:hover, .ghost-button.white:active, input.white[type="submit"]:active {
  background-color: #dec0a6;
  border-color: white;
  color: white;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
}
/* line 798, /Users/syborg/sites/leadsone/sass/site/_components.scss */
.ghost-button.mobile-button, input.mobile-button[type="submit"] {
  display: block;
  font-size: 1.2em;
  overflow: hidden;
  *zoom: 1;
  margin: .5em auto;
}
@media (min-width: 481px) {
  /* line 798, /Users/syborg/sites/leadsone/sass/site/_components.scss */
  .ghost-button.mobile-button, input.mobile-button[type="submit"] {
    display: none;
  }
}

/* footer */
/* line 810, /Users/syborg/sites/leadsone/sass/site/_components.scss */
body > footer {
  background-color: #1e140b;
  padding-bottom: 1em;
  color: #dec0a6;
}
/* line 815, /Users/syborg/sites/leadsone/sass/site/_components.scss */
body > footer .credits a[title*="Imp"] {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 100%;
  height: 1em;
  margin: 0.25em auto;
  padding-top: 28px;
  background-color: transparent;
  background-image: url(/images/site_images/an-id-creation.svg);
  background-size: 100px 25px;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  line-height: 1em;
}
/* line 831, /Users/syborg/sites/leadsone/sass/site/_components.scss */
body > footer nav {
  overflow: hidden;
  *zoom: 1;
}
/* line 833, /Users/syborg/sites/leadsone/sass/site/_components.scss */
body > footer nav ul {
  list-style: none;
  margin: 0;
  padding: 1em 1em;
  text-align: center;
}
/* line 838, /Users/syborg/sites/leadsone/sass/site/_components.scss */
body > footer nav ul li {
  display: inline-block;
  margin: 0 .5em;
}
/* line 842, /Users/syborg/sites/leadsone/sass/site/_components.scss */
body > footer nav ul li a.link, body > footer nav ul li a {
  color: rgba(222, 192, 166, 0.5);
}
/* line 843, /Users/syborg/sites/leadsone/sass/site/_components.scss */
body > footer nav ul li a:hover {
  color: rgba(222, 192, 166, 0.7);
  text-decoration: no-underline;
}
/* line 847, /Users/syborg/sites/leadsone/sass/site/_components.scss */
body > footer nav ul li a.red {
  color: #f3131e;
}
/* line 852, /Users/syborg/sites/leadsone/sass/site/_components.scss */
body > footer nav ul li.current a {
  color: rgba(222, 192, 166, 0.9);
}

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

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

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

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

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

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

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

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

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

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

/* line 44, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/sass/partials/_validation.scss */
.greenPopup .formErrorContent {
  background: #33be40;
}

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

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

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

/* line 94, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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/leadsone/sass/partials/_validation.scss */
.greenPopup .formErrorArrow div {
  background: #33be40;
}

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

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

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

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

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

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

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

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

/* line 165, /Users/syborg/sites/leadsone/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/leadsone/sass/partials/_validation.scss */
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

/* line 178, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

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

/* line 47, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 87, /Users/syborg/sites/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 97, /Users/syborg/sites/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

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

/* line 113, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

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

/* line 188, /Users/syborg/sites/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

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

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

/* line 210, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

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

/* line 243, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 281, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 308, /Users/syborg/sites/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 315, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

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

/* line 347, /Users/syborg/sites/leadsone/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/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

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

/* line 364, /Users/syborg/sites/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-rtl {
  text-align: right;
}

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

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

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

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

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

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

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

/* line 399, /Users/syborg/sites/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

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

/* line 411, /Users/syborg/sites/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

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

/* line 422, /Users/syborg/sites/leadsone/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/leadsone/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 431, /Users/syborg/sites/leadsone/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/leadsone/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 */
/* line 12, /Users/syborg/sites/leadsone/sass/print.scss */
body, h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

/* line 13, /Users/syborg/sites/leadsone/sass/print.scss */
body {
  font-size: 12pt;
}

/* line 14, /Users/syborg/sites/leadsone/sass/print.scss */
h1 {
  font-size: 36pt;
}

/* line 15, /Users/syborg/sites/leadsone/sass/print.scss */
h2 {
  font-size: 24pt;
}

/* line 16, /Users/syborg/sites/leadsone/sass/print.scss */
h3 {
  font-size: 18px;
}

/* line 17, /Users/syborg/sites/leadsone/sass/print.scss */
h4 {
  font-size: 14px;
}

/* line 18, /Users/syborg/sites/leadsone/sass/print.scss */
blockquote {
  font-size: 24px;
  line-height: 1.45833333;
}
