@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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/10/11, Safari, and Firefox < 22.
 */
/* line 77, raw/bower/foundation/scss/normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, raw/bower/foundation/scss/normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, raw/bower/foundation/scss/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 110, raw/bower/foundation/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, raw/bower/foundation/scss/normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, raw/bower/foundation/scss/normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, raw/bower/foundation/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, raw/bower/foundation/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, raw/bower/foundation/scss/normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, raw/bower/foundation/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 170, raw/bower/foundation/scss/normalize.scss */
sup {
  top: -0.5em; }

/* line 174, raw/bower/foundation/scss/normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, raw/bower/foundation/scss/normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, raw/bower/foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, raw/bower/foundation/scss/normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, raw/bower/foundation/scss/normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 221, raw/bower/foundation/scss/normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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, raw/bower/foundation/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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, raw/bower/foundation/scss/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.
 */
/* line 356, raw/bower/foundation/scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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 367, raw/bower/foundation/scss/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 376, raw/bower/foundation/scss/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 387, raw/bower/foundation/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, raw/bower/foundation/scss/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 405, raw/bower/foundation/scss/normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, raw/bower/foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 421, raw/bower/foundation/scss/normalize.scss */
td,
th {
  padding: 0; }

/* line 431, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.3/"; }

/* line 435, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

/* line 440, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 48em)/";
  width: 0em; }

/* line 445, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

/* line 450, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:48.063em) and (max-width:64em)/";
  width: 48.063em; }

/* line 455, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

/* line 460, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

/* line 465, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

/* line 470, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

/* line 475, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

/* line 480, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false; }

/* line 489, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%; }

/* line 492, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 498, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%; }

/* line 502, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

/* line 515, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer; }

/* line 518, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 520, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 525, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

/* line 532, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important; }

/* line 533, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important; }

/* line 239, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

/* line 240, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both; }

/* line 537, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none; }

/* line 542, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden; }

/* line 548, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 551, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle; }

/* line 561, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px; }

/* line 564, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%; }

/* line 223, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  /* line 239, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 240, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
  .row:after {
    clear: both; }
  /* line 227, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 230, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 233, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    /* line 239, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    /* line 240, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
    .row .row:after {
      clear: both; }
    /* line 234, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      /* line 239, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      /* line 240, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
      .row .row.collapse:after {
        clear: both; }

/* line 238, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

/* line 243, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

/* line 246, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  /* line 163, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0 !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  /* line 175, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  /* line 183, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  /* line 185, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  /* line 192, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  /* line 197, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  /* line 201, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  /* line 207, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 210, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 213, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 48.063em) {
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  /* line 163, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0 !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  /* line 175, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  /* line 183, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  /* line 185, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  /* line 192, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  /* line 197, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  /* line 201, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  /* line 207, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 210, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 213, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  /* line 163, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.3333333333%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.6666666667%; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0 !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  /* line 175, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  /* line 183, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  /* line 185, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  /* line 192, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  /* line 197, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  /* line 201, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  /* line 207, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 210, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 213, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  /* line 270, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  /* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

/* line 112, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  /* line 115, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    /* line 96, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  /* line 117, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
  .alert-box.radius {
    border-radius: 3px; }
  /* line 118, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
  .alert-box.round {
    border-radius: 1000px; }
  /* line 120, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  /* line 121, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  /* line 122, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  /* line 123, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  /* line 124, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  /* line 125, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_alert-boxes.scss */
  .alert-box.alert-close {
    opacity: 0; }

/* line 107, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  /* line 239, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  /* line 240, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both; }
  /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 48.063em) {
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/* line 49, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_flex-video.scss */
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_flex-video.scss */
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_flex-video.scss */
  .flex-video.vimeo {
    padding-top: 0; }
  /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_flex-video.scss */
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/* Standard Forms */
/* line 385, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
/* line 91, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem; }
  /* line 93, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  /* line 97, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  form .row .row.collapse {
    margin: 0; }
    /* line 99, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    /* line 101, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

/* line 107, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
/* line 391, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  /* line 392, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  label.right {
    float: none !important;
    text-align: right; }
  /* line 393, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  /* line 395, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
/* line 402, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 406, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

/* line 407, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

/* line 409, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 410, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 411, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

/* line 412, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 415, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

/* line 416, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
/* line 419, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  /* line 137, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  /* line 143, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  /* line 149, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  /* line 431, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

/* line 439, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 443, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 446, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 450, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 453, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* line 457, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

/* line 460, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

/* line 464, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* line 469, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
/* line 476, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
/* line 481, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
textarea {
  max-width: 100%; }

/* line 486, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
::-webkit-input-placeholder {
  color: #666666; }

/* line 490, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

/* line 494, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

/* line 498, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
/* line 504, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  /* line 335, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  select::-ms-expand {
    display: none; }
  /* line 358, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  select.radius {
    border-radius: 3px; }
  /* line 359, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  select:focus {
    background-color: #f3f3f3;
    border-color: #999999; }
  /* line 364, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  /* line 507, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
/* line 513, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

/* line 520, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
/* line 530, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 544, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  /* line 278, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
/* line 551, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

/* line 554, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none; }

/* line 557, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

/* line 562, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

/* line 568, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

/* line 573, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124; }

/* line 578, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

/* line 583, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

/* line 595, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block; }

/* line 600, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

/* line 605, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124; }

/* line 347, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    /* line 54, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      /* line 58, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    /* line 63, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    /* line 68, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  /* line 76, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    /* line 80, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  /* line 85, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.label-right > * label {
    display: inline-block; }
  /* line 88, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  /* line 92, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    /* line 96, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width: 48.063em) {
    /* line 103, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      /* line 108, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 115, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      /* line 120, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  /* line 137, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    /* line 143, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    /* line 149, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i {
      font-size: 1.875rem; }
    /* line 153, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  /* line 177, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * label {
    color: #FFFFFF; }
  /* line 179, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * i {
    color: #FFFFFF; }
  /* line 182, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > a:hover {
    background: #008CBA; }
    /* line 186, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    /* line 188, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  /* line 191, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > a.active {
    background: #008CBA; }
    /* line 195, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > a.active label {
      color: #FFFFFF; }
    /* line 197, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > a.active i {
      color: #FFFFFF; }
  /* line 201, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    /* line 205, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  /* line 246, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.two-up .item {
    width: 50%; }
  /* line 247, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 48.063em) {
    /* line 248, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 253, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  /* line 260, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.three-up .item {
    width: 33.3333%; }
  /* line 261, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 48.063em) {
    /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 267, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  /* line 274, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.four-up .item {
    width: 25%; }
  /* line 275, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 48.063em) {
    /* line 276, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 281, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  /* line 288, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.five-up .item {
    width: 20%; }
  /* line 289, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 48.063em) {
    /* line 290, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 295, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  /* line 302, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.six-up .item {
    width: 16.66667%; }
  /* line 303, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 48.063em) {
    /* line 304, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 309, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  /* line 316, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  /* line 317, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 48.063em) {
    /* line 318, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 323, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  /* line 330, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up .item {
    width: 12.5%; }
  /* line 331, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 48.063em) {
    /* line 332, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 337, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

/* line 362, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%; }

/* line 363, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 48.063em) {
  /* line 364, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  /* line 369, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

/* line 376, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%; }

/* line 377, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 48.063em) {
  /* line 378, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  /* line 383, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

/* line 390, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%; }

/* line 391, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 48.063em) {
  /* line 392, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  /* line 397, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

/* line 404, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%; }

/* line 405, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 48.063em) {
  /* line 406, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  /* line 411, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

/* line 418, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%; }

/* line 419, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 48.063em) {
  /* line 420, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  /* line 425, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

/* line 432, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.seven-up .item {
  width: 14.28571%; }

/* line 433, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 48.063em) {
  /* line 434, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  /* line 439, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

/* line 446, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.eight-up .item {
  width: 12.5%; }

/* line 447, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 48.063em) {
  /* line 448, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  /* line 453, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

/* line 54, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
/* line 81, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative; }
  /* line 84, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    /* line 90, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    /* line 94, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .slideshow-wrapper ul li:first-child {
      display: block; }
  /* line 97, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    /* line 100, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .slideshow-wrapper .orbit-container li {
      display: block; }
      /* line 102, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    /* line 104, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  /* line 110, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555555 #FFFFFF;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

/* line 130, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  /* line 136, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    /* line 149, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    /* line 151, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      /* line 162, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      /* line 171, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
      .orbit-container .orbit-slides-container > * .orbit-caption {
        bottom: 0;
        position: absolute;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        font-size: 0.875rem;
        padding: 0.625rem 0.875rem;
        width: 100%; }
  /* line 188, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-container .orbit-slide-number {
    left: 10px;
    background: transparent;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
    /* line 194, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  /* line 199, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    /* line 209, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    /* line 223, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-timer > span {
      border: solid 4px #FFFFFF;
      border-bottom: none;
      border-top: none;
      display: none;
      height: 14px;
      position: absolute;
      top: 0;
      width: 11px;
      right: 0; }
    /* line 237, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-timer.paused > span {
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF;
      right: -4px; }
      /* line 247, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  /* line 256, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    background-color: transparent;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10; }
    /* line 272, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    /* line 276, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      border: inset 10px;
      display: block;
      height: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 0; }
  /* line 286, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-container .orbit-prev {
    left: 0; }
    /* line 287, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    /* line 292, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  /* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-container .orbit-next {
    right: 0; }
    /* line 297, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    /* line 304, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

/* line 310, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets-container {
  text-align: center; }

/* line 311, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; }
  /* line 320, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-bullets li {
    background: #CCCCCC;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 6px;
    width: 0.5625rem;
    border-radius: 1000px; }
    /* line 332, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-bullets li.active {
      background: #999999; }
    /* line 336, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
    .orbit-bullets li:last-child {
      margin-right: 0; }

/* line 342, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

/* line 346, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 48.063em) {
  /* line 354, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  /* line 358, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 48em) {
  /* line 365, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  /* line 366, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative; }
  /* line 372, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  /* line 378, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-timer {
    display: none; }
  /* line 381, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-next, .orbit-prev {
    display: none; }
  /* line 384, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_orbit.scss */
  .orbit-bullets {
    display: none; } }

/* line 150, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  /* line 105, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
  ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem; }
    /* line 111, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.625rem 0.0625rem; }
    /* line 123, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999;
      pointer-events: none; }
    /* line 56, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008CBA;
      color: #FFFFFF;
      cursor: default;
      font-weight: bold; }
      /* line 75, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008CBA; }
  /* line 137, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
/* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center; }
  /* line 137, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pagination.scss */
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

/* Pricing Tables */
/* line 139, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  /* line 68, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pricing-tables.scss */
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  /* line 142, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pricing-tables.scss */
  .pricing-table .title {
    background-color: #333333;
    color: #EEEEEE;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  /* line 143, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pricing-tables.scss */
  .pricing-table .price {
    background-color: #F6F6F6;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  /* line 144, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pricing-tables.scss */
  .pricing-table .description {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center; }
  /* line 145, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pricing-tables.scss */
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center; }
  /* line 146, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_pricing-tables.scss */
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    padding: 1.25rem 1.25rem 0;
    text-align: center; }

/* Progress Bar */
/* line 59, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  /* line 63, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
  .progress .meter {
    background: #008CBA;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    /* line 66, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
    .progress .meter.secondary {
      background: #e7e7e7;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    /* line 67, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
    .progress .meter.success {
      background: #43AC6A;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    /* line 68, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
    .progress .meter.alert {
      background: #f04124;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  /* line 71, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.success .meter {
    background: #43AC6A;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  /* line 72, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  /* line 74, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.radius {
    border-radius: 3px; }
    /* line 75, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
    .progress.radius .meter {
      border-radius: 2px; }
  /* line 78, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.round {
    border-radius: 1000px; }
    /* line 79, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_progress-bars.scss */
    .progress.round .meter {
      border-radius: 999px; }

/* line 131, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA; }
  /* line 134, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
  .range-slider.vertical-range {
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 12.5rem;
    width: 1rem; }
    /* line 136, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
    .range-slider.vertical-range .range-slider-handle {
      bottom: -10.5rem;
      margin-left: -0.5rem;
      margin-top: 0;
      position: absolute; }
    /* line 142, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
    .range-slider.vertical-range .range-slider-active-segment {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      border-top-left-radius: initial;
      bottom: 0;
      height: auto;
      width: 0.875rem; }
  /* line 151, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    /* line 153, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
    .range-slider.radius .range-slider-handle {
      background: #008CBA;
      border-radius: 3px; }
      /* line 118, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  /* line 155, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    /* line 157, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
    .range-slider.round .range-slider-handle {
      background: #008CBA;
      border-radius: 1000px; }
      /* line 118, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }
  /* line 159, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: not-allowed;
    opacity: 0.7; }
    /* line 161, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #008CBA;
      cursor: default;
      opacity: 0.7; }
      /* line 118, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #007ba4; }

/* line 164, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute; }

/* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA; }
  /* line 118, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_range-slider.scss */
  .range-slider-handle:hover {
    background: #007ba4; }

/* line 172, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

/* line 174, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 48em) {
    /* line 174, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
    .reveal-modal {
      min-height: 100vh; } }
  /* line 89, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  /* line 92, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal > :first-child {
    margin-top: 0; }
  /* line 94, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 48.063em) {
    /* line 174, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 48.063em) {
    /* line 174, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
    .reveal-modal {
      top: 6.25rem; } }
  /* line 185, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  /* line 186, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  /* line 187, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 48.063em) {
    /* line 188, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 48.063em) {
    /* line 189, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 48.063em) {
    /* line 190, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 48.063em) {
    /* line 191, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 48.063em) {
    /* line 192, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 95%; } }
  /* line 193, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 48.063em) {
      /* line 193, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 100%; } }
  /* line 205, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.toback {
    z-index: 1003; }
  /* line 209, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

/* line 215, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 58, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  /* line 74, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    /* line 81, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  /* line 88, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  /* line 110, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch input:checked + label {
    background: #008CBA; }
  /* line 114, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch input:checked + label:after {
    left: 2.25rem; }
  /* line 126, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch label {
    height: 2rem;
    width: 4rem; }
  /* line 131, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  /* line 136, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch input:checked + label:after {
    left: 2.25rem; }
  /* line 157, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  /* line 162, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch label:after {
    background: #FFFFFF; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch input:checked + label {
    background: #008CBA; }
  /* line 126, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  /* line 131, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  /* line 136, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  /* line 126, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  /* line 131, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  /* line 136, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.small input:checked + label:after {
    left: 2rem; }
  /* line 126, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  /* line 131, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  /* line 136, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  /* line 229, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.radius label {
    border-radius: 4px; }
  /* line 230, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.radius label:after {
    border-radius: 3px; }
  /* line 234, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
  .switch.round {
    border-radius: 1000px; }
    /* line 235, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
    .switch.round label {
      border-radius: 2rem; }
    /* line 236, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_switches.scss */
    .switch.round label:after {
      border-radius: 2rem; }

/* line 131, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_tables.scss */
table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_tables.scss */
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  /* line 78, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_tables.scss */
  table thead {
    background: #F5F5F5; }
    /* line 82, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_tables.scss */
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  /* line 92, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_tables.scss */
  table tfoot {
    background: #F5F5F5; }
    /* line 96, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_tables.scss */
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  /* line 107, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_tables.scss */
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  /* line 115, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_tables.scss */
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  /* line 120, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_tables.scss */
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

/* Image Thumbnails */
/* line 59, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_thumbs.scss */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_thumbs.scss */
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  /* line 63, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_thumbs.scss */
  .th.radius {
    border-radius: 3px; }

/* line 158, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important; }

/* line 159, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important; }

/* line 160, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important; }

/* line 161, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 48em) {
  /* line 165, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important; }
  /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  /* line 165, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important; }
  /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  /* line 165, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important; }
  /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 48.063em) {
  /* line 165, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important; }
  /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  /* line 165, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important; }
  /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
  /* line 165, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important; }
  /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  /* line 165, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important; }
  /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  /* line 165, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important; }
  /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  /* line 165, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important; }
  /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  /* line 165, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important; }
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important; }
  /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important; }
  /* line 168, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
/* line 196, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
/* line 220, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none; }
  /* line 225, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  a:hover, a:focus {
    color: #0078a0; }
  /* line 233, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  a img {
    border: none; }

/* Default paragraph styles */
/* line 237, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  /* line 245, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  /* line 247, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
/* line 255, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  /* line 265, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

/* line 272, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem; }

/* line 273, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem; }

/* line 274, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem; }

/* line 275, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem; }

/* line 276, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem; }

/* line 277, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem; }

/* line 279, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

/* line 281, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
/* line 290, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit; }

/* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit; }

/* line 302, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit; }

/* line 307, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
/* line 319, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

/* line 329, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
/* line 336, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

/* line 345, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

/* line 348, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

/* line 349, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

/* line 350, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
/* line 354, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem; }
  /* line 357, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* line 366, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  /* line 371, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
/* line 382, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

/* line 386, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
/* line 390, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

/* line 397, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none; }
  /* line 399, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
/* line 405, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  /* line 410, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    /* line 414, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
    blockquote cite:before {
      content: "\2014 \0020"; }
    /* line 418, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

/* line 424, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
/* line 431, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  /* line 437, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .vcard li {
    margin: 0;
    display: block; }
  /* line 441, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

/* line 448, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold; }

/* line 450, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 48.063em) {
  /* line 461, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  /* line 462, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem; }
  /* line 463, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem; }
  /* line 464, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem; }
  /* line 465, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem; }
  /* line 466, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem; }
  /* line 467, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  /* line 479, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  /* line 486, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline; }
  /* line 488, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /* line 490, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 493, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  /* line 497, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  /* line 503, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  /* line 505, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 508, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  /* line 512, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 519, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid; } }

/* line 412, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  /* line 149, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

/* line 413, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  /* line 239, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  /* line 240, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
  .inner-wrap:after {
    clear: both; }

/* line 415, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  /* line 185, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  /* line 191, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

/* line 417, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

/* line 418, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

/* line 420, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  /* line 219, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.left {
    text-align: left; }
  /* line 220, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.right {
    text-align: right; }
  /* line 224, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  /* line 228, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  /* line 232, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

/* line 424, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  /* line 196, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  /* line 229, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_global.scss */
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

/* line 448, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  /* line 106, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

/* line 449, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  /* line 106, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

/* line 450, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  /* line 106, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

/* line 451, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  /* line 106, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

/* line 453, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 246, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  /* line 258, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.6666666667rem;
    transition: background 300ms ease; }
    /* line 264, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    ul.off-canvas-list li a:hover {
      background: #242424; }
    /* line 267, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    ul.off-canvas-list li a:active {
      background: #242424; }

/* line 459, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

/* line 462, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 48.063em) {
    /* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 466, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

/* line 470, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 48.063em) {
    /* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 473, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0); }

/* line 477, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 48.063em) {
    /* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 480, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0); }

/* line 484, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 48.063em) {
    /* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 487, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

/* line 496, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 48.063em) {
    /* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 499, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

/* line 507, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 48.063em) {
    /* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 510, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

/* line 518, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 48.063em) {
    /* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 521, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

/* line 529, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 48.063em) {
    /* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 532, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

/* line 540, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 48.063em) {
    /* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 545, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

/* line 546, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

/* line 547, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

/* line 548, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

/* line 550, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

/* line 551, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

/* line 552, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

/* line 553, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

/* line 558, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  /* line 307, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  /* line 345, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    /* line 354, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    /* line 378, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  /* line 560, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

/* line 565, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  /* line 307, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  /* line 345, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    /* line 354, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    /* line 367, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  /* line 567, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

/* line 572, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  /* line 307, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  /* line 345, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    /* line 354, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .top-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  /* line 574, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

/* line 579, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  /* line 307, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  /* line 345, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    /* line 354, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
    .bottom-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  /* line 581, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

/* line 594, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

/* line 597, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  /* line 244, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  /* line 247, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  /* line 251, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  /* line 254, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  /* line 265, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  /* line 268, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  /* line 271, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 48.063em) {
  /* line 244, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  /* line 247, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  /* line 251, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  /* line 254, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  /* line 265, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  /* line 268, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  /* line 271, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  /* line 244, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  /* line 247, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  /* line 251, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  /* line 254, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  /* line 265, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  /* line 268, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  /* line 271, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  /* line 244, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  /* line 247, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  /* line 251, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  /* line 254, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  /* line 265, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  /* line 268, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  /* line 271, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  /* line 244, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  /* line 247, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  /* line 251, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  /* line 254, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  /* line 259, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  /* line 262, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  /* line 265, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  /* line 268, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  /* line 271, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
/* line 285, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

/* line 287, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
/* line 292, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

/* line 296, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

/* line 300, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

/* line 304, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

/* line 309, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  /* line 314, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  /* line 316, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  /* line 321, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  /* line 325, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  /* line 329, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  /* line 333, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  /* line 338, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  /* line 344, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  /* line 346, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  /* line 351, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  /* line 355, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  /* line 359, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  /* line 363, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  /* line 368, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
/* line 374, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important; }

/* line 375, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important; }

/* line 376, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important; }

/* line 377, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
/* line 380, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important; }

/* line 381, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important; }

/* line 382, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important; }

/* line 383, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important; }

/* line 384, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important; }

/* line 385, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important; }

/* line 386, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important; }

/* line 387, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important; }

/* line 388, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important; }

/* line 389, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important; }

/* line 390, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important; }

/* line 391, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
/* line 394, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

/* line 397, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  /* line 400, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
/* line 408, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  /* line 411, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .print-only,
  .show-for-print {
    display: block !important; }
  /* line 413, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  /* line 416, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important; }
  /* line 417, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important; }
  /* line 418, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important; }
  /* line 419, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important; }
  /* line 420, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important; }
  /* line 421, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important; } }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider-wrap {
  position: relative; }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider-wrap.unslider-carousel li {
  float: left; }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider-vertical > ul {
  height: 100%; }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider-vertical li {
  float: none;
  width: 100%; }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider-fade {
  position: relative; }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8; }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10; }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer; }

/* line 1, raw/bower/unslider/dist/css/unslider.css */
.unslider-arrow.next {
  left: auto;
  right: 20px; }

/**
 * BRAND
 * -----------------------------------------------------------
 * Colors specific to this project
 */
/**
 * Typography
 * -----------------------------------------------------------
 * Typography settings for this project
 */
/* line 55, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.alpha, h1, .w-EventDesc h1, .m-PageBreak .content h1, .m-WeekendContentBlock h3, .m-AdvertiseHeader .content h1 {
  font-size: 2.8125rem; }

/* line 58, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.beta, h2, .m-WeekendTopThree h3, .m-CategoryDetail h3, .m-AdvertiseWithBIV h3, .m-DigitalDetail h2, .w-ArticleSnippet h3 {
  font-size: 1.875rem; }

/* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.gamma, h3, .w-ArticleContent h5, .w-ArticleContent h4, .w-ArticleExtra h4, .w-PricingTable .pricing-table .title, .w-PricingTable.alt .pricing-table .title, .w-Restricted .w-RestrictedNote h3, .w-TrendingContent h3, .w-PromotedEvent h3, .w-EventListing h3, .w-EventSponsors h3, .w-VideoBlock h3, .w-SponsorDetail h4, .w-Columnist h4, .w-Columnist h5, #author_modal h2, #author_modal h3, .m-PageBreak .content h3, .m-Pricing h3, .m-ExploreData h4, .m-ExploreAuthors h3, .m-ExploreDigitalEdition h4, .m-EventHeader .content h3, .m-EventClassList h3, .m-Dashboard h3, .m-Data h4, .m-AdvertiseHeader .content h3, .m-AdvertiseMediaKits h4, .m-AdvertisePublications h4, .m-Modal h2, .m-Modal h3, .m-BasePage h3, .m-Authors h3, .m-IssueClassList h3, .w-FAQ h4, .w-PrimaryNav .HeaderNav li a, .w-CategoryPreview h3, .w-FAQ h3, .w-SectionPreview h3, .w-PeopleProfile h3, .w-ExpertProfile h3, .w-LoginBox h2, .w-LivingWorkingTitle h4, .m-Pricing h3.special, .m-LatestArticles h2, .m-ExploreSections h2, .m-ExploreSponsored h2, .m-ExploreWhatsHappening h2, .m-ExplorePeople h2, .m-ExploreData h2, .m-ExploreAuthors h2, .m-ExploreDigitalEdition h2, .m-EventGallery h2, .m-PeopleInVancouver h2, .m-PeopleWhosGettingSued h2, .m-PeopleBIVEvents h2, .m-EventClassList h2, .m-EventClassPrevious h2, .m-EventCreate h2, .m-BIVEvents h2, .m-WeekendContentBlock h2, .m-WeekendTopThree h2, .m-Video h2, .m-CategoryDetail h2, .m-Dashboard h2, .m-Data h2, .m-Data h3, .m-AdvertiseMediaKits h2, .m-AdvertisePublications h2, .m-BasePage h2, .m-AskTheExperts h2, .m-Search h2, .m-Newsletters h2, .m-Authors h2, .m-PeopleProfiles h2, .m-FeaturedEvents h2, .m-IssueClassList h2, .m-AlsoReadTest h2 {
  font-size: 1.5rem; }

/* line 64, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.delta, h4 {
  font-size: 1.4375rem; }

/* line 67, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.epsilon, h5, .w-HomePrimaryNav nav li a, .w-HeaderSearch a, .w-FooterNav nav li a {
  font-size: 1.125rem; }

/* line 70, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.zeta, h6, .w-SearchDropdown #id_q {
  font-size: 1rem; }

/* line 73, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.milli {
  font-size: 0.875rem; }

/* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.micro {
  font-size: 0.75rem; }

/* line 82, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.w-ArticleSnippet .snippet, .w-EventSidebar h3, .w-PeopleProfile h4, .w-PeopleEvents h3, .w-AuthorBlock h4, .w-ExpertProfile h4, .w-SearchSidebar h3, .w-AuthorHeader h4, .m-AskTheExperts p, .w-ArticleContent h5, .w-ArticleContent h4, .w-ArticleExtra h4, .w-PricingTable .pricing-table .title, .w-PricingTable.alt .pricing-table .title, .w-Restricted .w-RestrictedNote h3, .w-TrendingContent h3, .w-PromotedEvent h3, .w-EventListing h3, .w-EventSponsors h3, .w-VideoBlock h3, .w-SponsorDetail h4, .w-Columnist h4, .w-Columnist h5, #author_modal h2, #author_modal h3, .m-PageBreak .content h3, .m-Pricing h3, .m-ExploreData h4, .m-ExploreAuthors h3, .m-ExploreDigitalEdition h4, .m-EventHeader .content h3, .m-EventClassList h3, .m-Dashboard h3, .m-Data h4, .m-AdvertiseHeader .content h3, .m-AdvertiseMediaKits h4, .m-AdvertisePublications h4, .m-Modal h2, .m-Modal h3, .m-BasePage h3, .m-Authors h3, .m-IssueClassList h3, .w-FAQ h4, .p-Button--Green, .p-Button--Blue, .p-Button--Trans, .p-Button--Dark, label input[type="submit"], input[type="submit"], label input, input, .p-DataTable thead tr th, .footable thead tr th, .p-article-title, .p-article-title a, .w-HomePrimaryNav nav li a, .w-CategoryPreview h3, .w-CategoryPreview h5, .w-ArticleContent blockquote, .w-ArticleContent blockquote p, .w-FAQ h3, .w-SectionPreview h3, .w-PromotedEvent .date .start-date p, .w-PromotedEvent .date .end-date p, .w-EventListing .date .start-date p, .w-EventListing .date .end-date p, .w-PeopleProfile h3, .w-DashAccountInfo label input, .w-ExpertProfile h3, .w-SearchSidebar h4, .w-LoginBox h2, .w-LoginBox .pricing h3, .w-LivingWorkingTitle h4, .addthisevent-drop, .w-MenuDropdown-item-title, .w-lead-article-list-link, .m-MobileMustRead h3, .m-LatestArticles h2, .m-ExploreSections h2, .m-ExploreSections .p-Button--Trans, .m-ExploreSponsored h2, .m-ExploreWhatsHappening h2, .m-ExplorePeople h2, .m-ExploreData h2, .m-ExploreAuthors h2, .m-ExploreDigitalEdition h2, .m-EventGallery h2, .m-PeopleInVancouver h2, .m-PeopleWhosGettingSued h2, .m-PeopleBIVEvents h2, .m-EventClassList h2, .m-EventClassPrevious h2, .m-EventCreate h2, .m-BIVEvents h2, .m-WeekendContentBlock h2, .m-WeekendTopThree h2, .m-Video h2, .m-CategoryDetail h2, .m-Dashboard h2, .m-Data h2, .m-Data h3, .m-AdvertiseMediaKits h2, .m-AdvertiseNumbers ul li h3, .m-AdvertiseNumbers ul li h4, .m-AdvertiseNumbers .w-AdvertiseContact h4, .m-AdvertisePublications h2, .m-BasePage h2, .m-AskTheExperts h2, .m-Search h2, .m-Search h4, .m-Search .SearchSidebar h4, .m-Newsletters h2, .m-Authors h2, .m-PeopleProfiles h2, .m-FeaturedEvents h2, .m-IssueClassList h2, .m-AlsoReadTest h2, .m-news-ticker-title {
  font-family: "adelle", Georgia, serif; }

/* line 85, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.w-ArticleContent p, .w-ArticleContent ul li, .w-ArticleExtra p, .w-FAQ p, .w-SectionPreview h4, .w-TrendingContent h4, .w-EventSidebar h2, .w-PeopleEvents p, .w-LeadVideo .w-LeadVideo-content > p, .w-AuthorBlock h5, .w-SearchSidebar h2, .w-AuthorHeader h5, #author_modal p, .m-Pricing p, .m-ExploreAuthors h4, .m-EventClassList p, .m-EventClassPrevious p, .m-WeekendContentBlock p, .m-AdvertiseWithBIV p, .m-Modal p, .m-BasePage p, .m-BasePage ul li, .m-DigitalDetail p, .m-Authors h4, .m-IssueClassList p, .w-EventDesc h1, .m-PageBreak .content h1, .m-WeekendContentBlock h3, .m-AdvertiseHeader .content h1, .m-WeekendTopThree h3, .m-CategoryDetail h3, .m-AdvertiseWithBIV h3, .m-DigitalDetail h2, .w-CategoryPreview h4, .w-CategoryPreview h4 a, .w-CategoryPreview.sponsored h4, .w-ArticleMeta .category a, .w-ArticleSnippet .category, .w-ArticleSnippet.sponsored h4, .w-ArticleSnippet-MoreFrom.sponsored h4, .m-MobileMustRead .m-MustRead-category, .m-ExploreSponsored a.category, .m-AlsoReadTest a, .section-header, .w-MobileMenu-Nav .p-Button--Green, .w-MobileMenu-Nav .p-Button--Blue, .w-MobileMenu-Nav .p-Button--Trans, .w-MobileMenu-Nav .p-Button--Dark, .w-MobileMenu-Nav input[type="submit"], .p-Button-newsletter, label, form h6, .p-DataTable tbody tr td, .footable tbody tr td, .p-DataTable .footable-row-detail-value, .footable .footable-row-detail-value, .p-article-category, .p-article-category a, .p-article-sponsored, .p-article-byline, .p-article-byline a, .p-article-desc, .w-LeadArticle .w-LeadArticle-desc p, .p-article-desc a, .w-LeadArticle .w-LeadArticle-desc p a, .w-MobileMenu-Nav ul li a, .w-PrimaryNav .HeaderNav li a, .w-CategoryPreview a, .w-CategoryPreview p, .w-CategoryPreview .image-wrapper .overlay, .w-TransitionedNews a, .w-ShareBar .w-ShareBar-wrap p, .w-ArticleMeta .w-Storyline .tags ul li, .w-ArticleMeta .w-Storyline .tags ul li a, .w-ArticleMeta .w-Storyline .storyline, .w-ArticleMeta .date, .w-ArticleMeta .author, .w-ArticleMeta .author a, .w-ArticleImage .w-ArticleImage-credits, .w-ArticleSnippet h3, .w-ArticleSnippet h3 a, .w-ArticleSnippet .meta a, .w-ArticleSnippet .image-wrapper .overlay, .w-ArticleSnippet-MoreFrom-image-sponsored-overlay, .w-ArticleSnippet-MoreFrom-read-article, .w-HeaderSearch a, .w-FooterSearch .buttons .subscribe, .w-FooterSearch .buttons .newsletter, .w-FooterSearch input, .w-FooterSearch textarea, .w-MobileNavSearch input, .w-MobileNavSearch textarea, .w-FooterNav nav li a, .w-FooterSiteMap--header .sitemap li a, .w-FooterSiteMap--header ul.utility-nav li a, .w-Sponsored .date h6, .w-Sponsored .sponsor h6, .w-Sponsored .sponsor h6 a, .w-TrendingContent h5, .w-PromotedEvent .event-image .overlay, .w-PromotedEvent .time-venue, .w-EventListing .event-image .overlay, .w-EventListing .time-venue, .w-EventListing p, .w-EventSponsors h4, .w-Copyright .copyright p, .w-Copyright .copyright p a, .w-PeopleProfile h5, .w-PeopleProfile .tags h6 a, .w-LeadVideo .w-LeadVideo-meta h4, .w-LeadVideo .w-LeadVideo-meta h4 a, .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap p, .w-LeadVideo h1 a, .w-VideoBlock h6, .w-DashAccountInfo label, .w-DashSubscriptions .newsletters label span, .w-DashSubscriptions .digital ul li p.small, .w-SponsorDetail .description p, .w-ExpertProfile .tags h6 a, .w-LoginBox .forgot, .w-LoginBox .pricing ul li.text, .w-LoginBox .pricing h6, .w-MustReadShareBar .w-MustReadShareBar-wrap p, .w-LivingWorkingByline, .w-LivingWorkingByline a, .w-ShareBarHor .w-ShareBarHor-wrap p, .w-SearchDropdown #id_q, .w-MenuDropdown-item-byline, .w-MenuDropdown-side-title, .w-MenuDropdown-nav-list-item-link,
.w-MenuDropdown-side-list-item-link, .w-MenuDropdown-view-all, .w-MenuDropdown-view-all a, .w-magazines-view-all, .w-media-link, .w-media-slider-item-view-all, #author_modal ul.tags, .m-ExploreSections a, .m-ExploreSections h6, .m-ExploreWhatsHappening h6, .m-ExplorePeople h6, .m-ExploreData h5, .m-ExploreData h6, .m-ExploreAuthors h5, .m-ExploreDigitalEdition h5, .m-PeopleInVancouver h6, .m-PeopleWhosGettingSued h6, .m-PeopleBIVEvents h6, .m-EventClassList h6, .m-EventClassPrevious h6, .m-BIVEvents h6, .m-WeekendContentBlock h6, .m-Video h6, .m-CategoryDetail h6, .m-Data h5, .m-Data h6, .m-Data-Featured-subtitle, .m-Data-Featured-source, .m-AdvertiseMediaKits h5, .m-AdvertiseMediaKits h6, .m-AdvertiseWithBIV h6, .m-AdvertisePublications h5, .m-AdvertisePublications h6, .m-AskTheExperts h6, .m-DigitalDetail h6, .m-Authors h5, .m-Authors h6, .m-PeopleProfiles h6, .m-IssueClassList h6, .m-news-ticker-item, .m-news-ticker-link, .m-article-grid-item-image-sponsored-overlay {
  font-family: "proxima-nova", "proxima-nova-alt-condensed", "Helvetica-Neue", "Helvetica", "Arial", sans-serif; }

/* line 88, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.w-ArticleContent p, .w-ArticleContent ul li, .w-ArticleExtra p, .w-FAQ p, .w-SectionPreview h4, .w-TrendingContent h4, .w-EventSidebar h2, .w-PeopleEvents p, .w-LeadVideo .w-LeadVideo-content > p, .w-AuthorBlock h5, .w-SearchSidebar h2, .w-AuthorHeader h5, #author_modal p, .m-Pricing p, .m-ExploreAuthors h4, .m-EventClassList p, .m-EventClassPrevious p, .m-WeekendContentBlock p, .m-AdvertiseWithBIV p, .m-Modal p, .m-BasePage p, .m-BasePage ul li, .m-DigitalDetail p, .m-Authors h4, .m-IssueClassList p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem; }

/* line 95, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.w-ArticleSnippet .snippet, .w-EventSidebar h3, .w-PeopleProfile h4, .w-PeopleEvents h3, .w-AuthorBlock h4, .w-ExpertProfile h4, .w-SearchSidebar h3, .w-AuthorHeader h4, .m-AskTheExperts p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem; }

/* line 104, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.w-EventDesc h1, .m-PageBreak .content h1, .m-WeekendContentBlock h3, .m-AdvertiseHeader .content h1 {
  font-weight: 800;
  line-height: 2.5rem; }

/* line 111, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.m-WeekendTopThree h3, .m-CategoryDetail h3, .m-AdvertiseWithBIV h3, .m-DigitalDetail h2 {
  font-weight: 800;
  line-height: 2.5rem; }

/* line 118, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.w-ArticleContent h5, .w-ArticleContent h4, .w-ArticleExtra h4, .w-PricingTable .pricing-table .title, .w-PricingTable.alt .pricing-table .title, .w-Restricted .w-RestrictedNote h3, .w-TrendingContent h3, .w-PromotedEvent h3, .w-EventListing h3, .w-EventSponsors h3, .w-VideoBlock h3, .w-SponsorDetail h4, .w-Columnist h4, .w-Columnist h5, #author_modal h2, #author_modal h3, .m-PageBreak .content h3, .m-Pricing h3, .m-ExploreData h4, .m-ExploreAuthors h3, .m-ExploreDigitalEdition h4, .m-EventHeader .content h3, .m-EventClassList h3, .m-Dashboard h3, .m-Data h4, .m-AdvertiseHeader .content h3, .m-AdvertiseMediaKits h4, .m-AdvertisePublications h4, .m-Modal h2, .m-Modal h3, .m-BasePage h3, .m-Authors h3, .m-IssueClassList h3 {
  font-size: 1.375rem;
  font-weight: 100; }

/* line 124, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.w-FAQ h4 {
  font-size: 1rem;
  font-weight: 500; }

/* line 131, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.w-CategoryPreview h4, .w-CategoryPreview h4 a, .w-CategoryPreview.sponsored h4, .w-ArticleMeta .category a, .w-ArticleSnippet .category, .w-ArticleSnippet.sponsored h4, .w-ArticleSnippet-MoreFrom.sponsored h4, .m-MobileMustRead .m-MustRead-category, .m-ExploreSponsored a.category, .m-AlsoReadTest a {
  color: #87847e;
  display: block;
  font-size: 0.75rem;
  padding-bottom: 0.25rem; }
  /* line 137, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
  .w-CategoryPreview h4 i, .w-CategoryPreview.sponsored h4 i, .w-ArticleMeta .category a i, .w-ArticleSnippet .category i, .w-ArticleSnippet.sponsored h4 i, .w-ArticleSnippet-MoreFrom.sponsored h4 i, .m-MobileMustRead .m-MustRead-category i, .m-ExploreSponsored a.category i, .m-AlsoReadTest a i {
    font-size: 1rem; }
    /* line 139, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
    .w-CategoryPreview h4 i:before, .w-CategoryPreview.sponsored h4 i:before, .w-ArticleMeta .category a i:before, .w-ArticleSnippet .category i:before, .w-ArticleSnippet.sponsored h4 i:before, .w-ArticleSnippet-MoreFrom.sponsored h4 i:before, .m-MobileMustRead .m-MustRead-category i:before, .m-ExploreSponsored a.category i:before, .m-AlsoReadTest a i:before {
      width: 1.25rem;
      height: 1.25rem;
      border-radius: 50%;
      border: 2px solid #87847e;
      line-height: 1;
      text-align: center;
      color: #87847e; }
  /* line 149, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
  .w-CategoryPreview h4:hover, .w-CategoryPreview h4 a:hover, .w-ArticleMeta .category a:hover, .w-ArticleSnippet .category:hover, .w-ArticleSnippet.sponsored h4:hover, .w-ArticleSnippet-MoreFrom.sponsored h4:hover, .m-MobileMustRead .m-MustRead-category:hover, .m-ExploreSponsored a.category:hover, .m-AlsoReadTest a:hover {
    color: #7a110e; }
    /* line 151, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
    .w-CategoryPreview h4:hover i:before, .w-CategoryPreview h4 a:hover i:before, .w-ArticleMeta .category a:hover i:before, .w-ArticleSnippet .category:hover i:before, .w-ArticleSnippet.sponsored h4:hover i:before, .w-ArticleSnippet-MoreFrom.sponsored h4:hover i:before, .m-MobileMustRead .m-MustRead-category:hover i:before, .m-ExploreSponsored a.category:hover i:before, .m-AlsoReadTest a:hover i:before {
      color: #7a110e; }

/* line 166, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.section-header {
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.5625rem;
  margin: 0 0 1.5625rem; }

/* line 175, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_type.scss */
.section-header--scmp img {
  position: relative;
  top: -0.1875rem; }

/**
 * DEFAULTS
 * -----------------------------------------------------------
 * Default variables and styles that should cascade throughout
 * the entire project
 */
/* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_defaults.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_defaults.scss */
a {
  color: #0188cc;
  text-decoration: underline; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_defaults.scss */
  a:hover {
    color: #014466; }

/* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_defaults.scss */
section {
  text-align: center; }

/* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_defaults.scss */
.row {
  max-width: 75rem; }

/* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_defaults.scss */
* {
  font-family: "adelle", Georgia, serif; }

/* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_defaults.scss */
.print-logo {
  display: none; }

@media (min-width: 1200px) {
  /* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .medium-large-2 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 16.6666666667%;
    float: left; } }

@media (min-width: 1200px) {
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .medium-large-3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left; } }

@media (min-width: 1200px) {
  /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .medium-large-9 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    float: left; } }

@media (min-width: 1200px) {
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .medium-large-10 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 83.3333333333%;
    float: left; } }

@media (min-width: 1200px) {
  /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .medium-large-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    *zoom: 1; }
    /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/bower/bourbon/dist/addons/_clearfix.scss */
    .medium-large-block-grid-4:before, .medium-large-block-grid-4:after {
      content: " ";
      display: table; }
    /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/bower/bourbon/dist/addons/_clearfix.scss */
    .medium-large-block-grid-4:after {
      clear: both; }
    /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-large-block-grid-4 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-large-block-grid-4 > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 25%; }
      /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
      .medium-large-block-grid-4 > li:nth-of-type(1n) {
        clear: none; }
      /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
      .medium-large-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; } }

@media (min-width: 1200px) {
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .medium-large-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    *zoom: 1; }
    /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/bower/bourbon/dist/addons/_clearfix.scss */
    .medium-large-block-grid-5:before, .medium-large-block-grid-5:after {
      content: " ";
      display: table; }
    /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/bower/bourbon/dist/addons/_clearfix.scss */
    .medium-large-block-grid-5:after {
      clear: both; }
    /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-large-block-grid-5 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
    .medium-large-block-grid-5 > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 20%; }
      /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
      .medium-large-block-grid-5 > li:nth-of-type(1n) {
        clear: none; }
      /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/bower/foundation/scss/foundation/components/_block-grid.scss */
      .medium-large-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; } }

/* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
.u-relative {
  position: relative; }

@media only screen and (min-width: 64.0625em) {
  /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .u-initial {
    position: initial; } }

@media only screen and (min-width: 64.0625em) {
  /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .u-fill {
    position: absolute;
    height: 100%; } }

/* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
.flex-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  /* line 68, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .flex-row .flex-row {
    max-width: none;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }

/* line 75, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
.flex-row--column {
  flex: 1 1 auto; }

/* line 79, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
.flex-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: initial;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

/* line 89, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
.flex-column--row {
  display: flex;
  flex-direction: column; }

/* line 94, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
.flex-small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media only screen and (min-width: 48.063em) {
  /* line 103, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .flex-medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 110, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .flex-medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media only screen and (min-width: 64.0625em) {
  /* line 120, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .flex-large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 127, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .flex-large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 134, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .flex-large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 141, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .flex-large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

@media screen and (min-width: 1153px) {
  /* line 151, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .flex-xlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/_grid.scss */
  .flex-xlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

/* line 3, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/placeholders/_animation.scss */
a, .p-Button--Green, .p-Button--Blue, .p-Button--Trans, .p-Button--Dark, label input[type="submit"], input[type="submit"], .p-Button-newsletter, .w-CategoryPreview a:hover img, .w-CategoryPreview h3, .w-CategoryPreview h4 a, .w-CategoryPreview.sponsored h4, .w-CategoryPreview .image-wrapper, .w-CategoryPreview .image-wrapper img, .w-ShareBar .w-ShareBar-wrap ul li, .w-ArticleSnippet .category, .w-ArticleSnippet h3 a, .w-ArticleSnippet.sponsored h4, .w-ArticleSnippet .image-wrapper, .w-ArticleSnippet-MoreFrom.sponsored h4, .w-HeaderSearch label, .w-FooterSearch label, .w-MobileNavSearch label, .w-FooterSiteMap .sitemap li a, .w-FooterSiteMap ul.utility-nav li a, .w-SectionDrop section ul li a, .w-EventSidebar ul li a, .w-Copyright i, .w-SearchSidebar ul li a, .w-MustReadShareBar .w-MustReadShareBar-wrap ul li, .w-ShareBarHor .w-ShareBarHor-wrap ul li, .w-SearchDropdown, .w-MenuDropdown, .w-lead-article-list-link::after, .m-MobileMustRead, .m-MobileMustRead ul li, #author_modal .close-reveal-modal, #author_modal .social ul li, .m-Data h4, .m-Modal .close-reveal-modal, .m-Modal .social ul li {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

/* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/base/placeholders/_utilities.scss */
.w-HomePrimaryNav .logo, .w-SectionDrop section ul li a, .m-PageBreak .content, .m-EventHeader .content, .m-AdvertiseHeader .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

@font-face {
  font-family: "p-iconfont";
  src: url("../fonts/p-iconfont.eot?02fa35ffdd99cad68fe457b29f8aa4ed");
  src: url("../fonts/p-iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/p-iconfont.woff?02fa35ffdd99cad68fe457b29f8aa4ed") format("woff"), url("../fonts/p-iconfont.ttf?02fa35ffdd99cad68fe457b29f8aa4ed") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "p-iconfont";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-agriculture:before {
  content: "\f101"; }

/* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-arrow-down:before {
  content: "\f102"; }

/* line 50, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-arrow-left:before {
  content: "\f103"; }

/* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-arrow-right:before {
  content: "\f104"; }

/* line 62, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-arrow-up:before {
  content: "\f105"; }

/* line 68, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-asia-pacific:before {
  content: "\f106"; }

/* line 74, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-biv-on-roundhouse-radio:before {
  content: "\f107"; }

/* line 80, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-biv-podcasts:before {
  content: "\f108"; }

/* line 86, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-commentary:before {
  content: "\f109"; }

/* line 92, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-cross:before {
  content: "\f10a"; }

/* line 98, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-download:before {
  content: "\f10b"; }

/* line 104, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-economy:before {
  content: "\f10c"; }

/* line 110, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-education-research:before {
  content: "\f10d"; }

/* line 116, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-entertainment:before {
  content: "\f10e"; }

/* line 122, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-environment-sustainability:before {
  content: "\f10f"; }

/* line 128, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-events:before {
  content: "\f110"; }

/* line 134, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-facebook:before {
  content: "\f111"; }

/* line 140, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-forestry-fisheries:before {
  content: "\f112"; }

/* line 146, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-google:before {
  content: "\f113"; }

/* line 152, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-hospitality-tourism:before {
  content: "\f114"; }

/* line 158, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-human-resources:before {
  content: "\f115"; }

/* line 164, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-innovation:before {
  content: "\f116"; }

/* line 170, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-instagram:before {
  content: "\f117"; }

/* line 176, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-law-politics:before {
  content: "\f118"; }

/* line 182, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-left-arrow:before {
  content: "\f119"; }

/* line 188, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-linkedin:before {
  content: "\f11a"; }

/* line 194, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-lock:before {
  content: "\f11b"; }

/* line 200, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-made-by-lift:before {
  content: "\f11c"; }

/* line 206, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-magnify:before {
  content: "\f11d"; }

/* line 212, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-mail:before {
  content: "\f11e"; }

/* line 218, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-media-marketing:before {
  content: "\f11f"; }

/* line 224, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-menu:before {
  content: "\f120"; }

/* line 230, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-microphone-homepage:before {
  content: "\f121"; }

/* line 236, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-mining-energy:before {
  content: "\f122"; }

/* line 242, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-minus:before {
  content: "\f123"; }

/* line 248, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-must-read:before {
  content: "\f124"; }

/* line 254, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-outbound:before {
  content: "\f125"; }

/* line 260, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-plus:before {
  content: "\f126"; }

/* line 266, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-real-estate:before {
  content: "\f127"; }

/* line 272, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-resources:before {
  content: "\f128"; }

/* line 278, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-retail-manufacturing:before {
  content: "\f129"; }

/* line 284, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-right-arrrow-box:before {
  content: "\f12a"; }

/* line 290, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-search:before {
  content: "\f12b"; }

/* line 296, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-small-business:before {
  content: "\f12c"; }

/* line 302, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-sound-homepage:before {
  content: "\f12d"; }

/* line 308, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-sport-leisure:before {
  content: "\f12e"; }

/* line 314, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-sports-leisure:before {
  content: "\f12f"; }

/* line 320, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-technology:before {
  content: "\f130"; }

/* line 326, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-tick:before {
  content: "\f131"; }

/* line 332, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-transportation:before {
  content: "\f132"; }

/* line 338, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-twitter:before {
  content: "\f133"; }

/* line 344, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-uncategorized:before {
  content: "\f134"; }

/* line 350, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-unlock:before {
  content: "\f135"; }

/* line 356, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-video-homepage:before {
  content: "\f136"; }

/* line 362, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-video:before {
  content: "\f137"; }

/* line 368, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-iconfont.scss */
.icon-x:before {
  content: "\f138"; }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-icons.scss */
h4 i[class^="icon-"] {
  font-size: 1.5em;
  color: #7a110e;
  padding-right: 5px; }

/* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
table thead tr th {
  font-weight: bold;
  background-color: #555;
  color: #fff; }

/* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
table td, table th {
  text-align: left; }

@media only screen and (max-width: 767px) {
  /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 13%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
  .pinned table th, .pinned table td {
    white-space: nowrap;
    vertical-align: top; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
  .pinned td:last-child {
    border-bottom: 0; }
  /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
  div.table-wrapper div.scrollable {
    margin-left: 13%; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
  table.responsive {
    margin-bottom: 0; }
    /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
    table.responsive th {
      height: 60px; }
    /* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
    table.responsive td, table.responsive th {
      position: relative;
      white-space: wrap;
      vertical-align: top;
      overflow: hidden;
      max-width: 200px; }
    /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-responsive-tables.scss */
    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive td:first-child,
    table.responsive.pinned td {
      display: none; } }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
.p-Button--Green, .p-Button--Blue, .p-Button--Trans, .p-Button--Dark, label input[type="submit"], input[type="submit"] {
  border-radius: .25rem;
  color: white;
  display: inline-block;
  padding: 1rem 2rem;
  margin: .5rem;
  text-align: center;
  font-size: 1rem;
  text-decoration: none; }
  /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
  .MainMenu .p-Button--Green, .MainMenu .p-Button--Blue, .MainMenu .p-Button--Trans, .MainMenu .p-Button--Dark, .MainMenu input[type="submit"] {
    margin: .25rem;
    padding: 0.75rem 1.5rem; }
  /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
  .w-MobileMenu-Nav .p-Button--Green, .w-MobileMenu-Nav .p-Button--Blue, .w-MobileMenu-Nav .p-Button--Trans, .w-MobileMenu-Nav .p-Button--Dark, .w-MobileMenu-Nav input[type="submit"] {
    display: block; }

/* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
.p-Button--Green {
  background-color: #40b13a;
  border: 1px solid #40b13a; }
  /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
  .p-Button--Green:hover {
    color: #40b13a;
    background-color: white; }

/* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
.p-Button--Blue {
  background-color: #0188cc;
  border: 1px solid #0188cc; }
  /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
  .p-Button--Blue:hover {
    color: #0188cc;
    background-color: white; }

/* line 46, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
.p-Button--Trans {
  background: transparent;
  border: 1px solid #bdbbaf;
  color: black; }
  /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
  .p-Button--Trans:hover {
    color: black;
    background: white; }

/* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
.p-Button--Dark {
  background: #333333;
  border: 1px solid #333333;
  color: white; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
  .p-Button--Dark:hover {
    color: black;
    background: white; }

/* line 68, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
.p-Button-newsletter {
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  background: #C5392B;
  border: 1px solid #C5392B;
  color: #fff;
  padding: 0.375rem 3rem;
  margin: 0; }
  /* line 83, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-buttons.scss */
  .p-Button-newsletter:hover {
    color: #fff;
    background: #9e2e22; }

/* Base for label styling */
/* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-checkbox.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

/* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-checkbox.scss */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  margin-left: 0;
  position: relative;
  padding-left: 50px;
  padding-bottom: 15px;
  cursor: pointer; }

/* checkbox aspect */
/* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-checkbox.scss */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0px;
  display: block; }

/* checked mark aspect */
/* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-checkbox.scss */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font-family: "p-iconfont";
  content: "\f12a";
  position: absolute;
  top: 0px;
  left: 4px;
  line-height: 2rem;
  font-size: 40px;
  color: #0188cc;
  transition: all .2s; }

/* checked mark aspect changes */
/* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-checkbox.scss */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

/* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-checkbox.scss */
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
/* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-checkbox.scss */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

/* line 62, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-checkbox.scss */
[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

/* line 65, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-checkbox.scss */
[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
/* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-checkbox.scss */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #0188cc; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-radio.scss */
input[type="radio"] {
  display: none; }

/* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-radio.scss */
input[type="radio"] + label {
  color: black;
  font-size: 14px;
  padding-right: 10px;
  margin-left: 0; }

/* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-radio.scss */
input[type="radio"] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-radio.scss */
input[type="radio"] + label span {
  background-color: white;
  border: 2px solid white;
  box-shadow: 0px 0px 0px 1px #ccc; }

/* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-radio.scss */
input[type="radio"]:checked + label span {
  background-color: #2582d3; }

/* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-radio.scss */
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-forms.scss */
label {
  text-transform: uppercase;
  color: #333; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-forms.scss */
  label input {
    border-radius: 3px; }

/* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-forms.scss */
input {
  border-radius: 3px; }
  /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-forms.scss */
  input[type="submit"] {
    background-color: #0188cc;
    border: 1px solid #0188cc;
    margin: 0 auto;
    padding: .5rem 1rem;
    text-align: center; }
    /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-forms.scss */
    input[type="submit"]:hover {
      color: #0188cc;
      background-color: white; }

/* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-forms.scss */
form h6 {
  text-transform: uppercase;
  color: #333;
  font-size: 0.875rem; }

/* Tables      */
/* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination {
  margin: 20px 0;
  font-weight: normal; }

/* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  box-shadow: none;
  background-color: #ffffff; }

/* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination > ul > li {
  display: inline; }

/* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination > ul > li > a,
.footable .pagination > ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-left-width: 0; }

/* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination > ul > li:first-child > a,
.footable .pagination > ul > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px; }

/* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination > ul > li:last-child > a,
.footable .pagination > ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination > ul > li > a:hover,
.footable .pagination > ul > li > a:focus,
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  background-color: #eeeeee; }

/* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  color: #444444;
  cursor: default; }

/* line 52, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination > ul > .disabled > span,
.footable .pagination > ul > .disabled > a,
.footable .pagination > ul > .disabled > a:hover,
.footable .pagination > ul > .disabled > a:focus {
  color: #cccccc;
  cursor: default;
  background: #eee; }

/* line 60, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination.pagination-centered {
  text-align: center; }

/* line 63, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable .pagination.pagination-right {
  text-align: center; }

/* line 70, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.p-DataTable, .footable {
  width: 100%;
  border: none; }
  /* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
  .p-DataTable tbody tr:hover, .footable tbody tr:hover {
    background: #fffdec; }
  /* line 79, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
  .p-DataTable tbody tr th, .footable tbody tr th {
    border: 1px solid #dbd8d0; }
  /* line 82, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
  .p-DataTable tbody tr td, .footable tbody tr td {
    border: 1px solid #dbd8d0;
    vertical-align: top; }
  /* line 93, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
  .p-DataTable thead tr th, .footable thead tr th {
    background: #dbd8d0;
    border: 1px solid #dbd8d0;
    color: #333333;
    padding: 0.5rem 0.525rem 0.525rem;
    font-weight: normal;
    text-align: center; }
  /* line 105, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
  .p-DataTable tfoot, .footable tfoot {
    background: url(/static/img/bg_pattern.jpg) repeat;
    border: none; }
    /* line 108, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
    .p-DataTable tfoot tr, .footable tfoot tr {
      border: none; }
      /* line 110, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
      .p-DataTable tfoot tr td, .footable tfoot tr td {
        border: none; }
  /* line 117, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
  .p-DataTable .footable-row-detail-value, .footable .footable-row-detail-value {
    font-size: 0.75rem; }
  /* line 122, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
  .p-DataTable span.footable-toggle, .footable span.footable-toggle {
    display: inline-block;
    font-family: 'p-iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
    font-size: 14px;
    color: #0188cc; }
    @media only screen and (min-width: 64.0625em) {
      /* line 122, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
      .p-DataTable span.footable-toggle, .footable span.footable-toggle {
        display: none; } }
  /* line 138, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
  .p-DataTable span.footable-toggle:before, .footable span.footable-toggle:before {
    content: "\e020"; }
  /* line 141, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
  .p-DataTable .footable-detail-show span.footable-toggle:before, .footable .footable-detail-show span.footable-toggle:before {
    content: "\e01d"; }

/* line 148, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable > thead > tr > th > span.footable-sort-indicator {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  background: url("/static/img/footables/sorting_sprite.png") no-repeat top left; }

/* line 156, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer; }

/* line 164, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator {
  background-position: 0 -16px; }

/* line 168, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator {
  background-position: 0 -32px; }

/* line 172, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: transparent; }

/* line 175, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-datatable.scss */
table tr.alt {
  background: #dfdfdf; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination {
  margin: 20px 0;
  font-weight: normal; }

/* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  box-shadow: none;
  background-color: #ffffff; }

/* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination ul li {
  display: inline; }

/* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination ul li a,
.pagination ul li span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-left-width: 0; }

/* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination ul li:first-child a,
.pagination ul li:first-child span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px; }

/* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination ul li:last-child a,
.pagination ul li:last-child span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul .active a,
.pagination ul .active span {
  background-color: #eeeeee; }

/* line 46, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination ul .active a,
.pagination ul .active span {
  color: #444444;
  cursor: default; }

/* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination ul .disabled span,
.pagination ul .disabled a,
.pagination ul .disabled a:hover,
.pagination ul .disabled a:focus {
  color: #cccccc;
  cursor: default;
  background: #eee; }

/* line 59, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination.pagination-centered {
  text-align: center; }

/* line 62, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-pagination.scss */
.pagination.pagination-right {
  text-align: center; }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-anchor.scss */
.p-anchor {
  color: #222222;
  text-decoration: none;
  padding-top: 50px; }
  /* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-anchor.scss */
  .p-anchor:hover {
    color: #222222; }
  @media only screen and (min-width: 48.063em) {
    /* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-anchor.scss */
    .p-anchor {
      padding-top: 170px; } }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
.p-article-category {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #C5392B; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
  .p-article-category a {
    color: #C5392B;
    text-decoration: none; }
    /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
    .p-article-category a:hover, .p-article-category a:active {
      color: #9e2e22; }

/* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
.p-article-sponsored {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #555;
  margin-top: -0.125rem;
  margin-bottom: 0.1875rem; }

/* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
.p-article-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  color: #333333; }
  /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
  .p-article-title a {
    color: #333333;
    text-decoration: none; }
    /* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
    .p-article-title a:hover, .p-article-title a:active {
      color: #555; }

/* line 54, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
.p-article-byline {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #747474; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
  .p-article-byline a {
    font-weight: 400;
    line-height: 1.5;
    color: #747474;
    text-decoration: none; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
    .p-article-byline a:hover, .p-article-byline a:active {
      color: #000; }

/* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
.p-article-byline--scmp {
  margin-top: -5px; }

/* line 80, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
.p-article-desc, .w-LeadArticle .w-LeadArticle-desc p {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333333; }
  /* line 87, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
  .p-article-desc a, .w-LeadArticle .w-LeadArticle-desc p a {
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    text-decoration: none; }
    /* line 94, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
    .p-article-desc a:hover, .w-LeadArticle .w-LeadArticle-desc p a:hover, .p-article-desc a:active, .w-LeadArticle .w-LeadArticle-desc p a:active {
      color: #555; }

/* line 101, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
.p-article-title--medium {
  font-size: 1.5625rem; }

/* line 105, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-article.scss */
.p-article-title--large {
  font-size: 1.9375rem; }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-hr.scss */
.p-hr-dotted {
  margin: 1rem 0;
  border: 0;
  border-top: 1px dotted #333333; }

/* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-hr.scss */
.p-hr-thick {
  margin: 1rem 0;
  border: 0;
  border-top: 0.5rem solid #333333; }

@font-face {
  font-family: 'social_shapesregular';
  src: url("../fonts/social_shapes.woff2") format("woff2"), url("../fonts/social_shapes.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
[class^="font-icon-"]:before,
[class*=" font-icon-"]:before {
  font-family: "social_shapesregular", sans-serif;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
.font-icon-facebook:before {
  content: "²"; }

/* line 37, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
.font-icon-google:before {
  content: "´"; }

/* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
.font-icon-linkedin:before {
  content: "¸"; }

/* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
.font-icon-twitter:before {
  content: "¹"; }

/* line 49, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
.font-icon-mail:before {
  content: "Ü"; }

/* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
.font-icon-facebook-circle:before {
  content: "!"; }

/* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
.font-icon-twitter-circle:before {
  content: "\0022"; }

/* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
.font-icon-linkedin-circle:before {
  content: "'"; }

/* line 65, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
.font-icon-google-circle:before {
  content: "#"; }

/* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/patterns/_p-font-icon.scss */
.font-icon-youtube-circle:before {
  content: "*"; }

/* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
.w-MobileMenu-Nav {
  position: relative;
  top: 115px; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
  .w-MobileMenu-Nav ul {
    margin: 0;
    border-bottom: 1px solid #dbd8d0; }
    /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
    .w-MobileMenu-Nav ul li {
      list-style-type: none; }
      /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
      .w-MobileMenu-Nav ul li a {
        display: block;
        color: #333333;
        padding: .75rem;
        outline: none;
        text-decoration: none; }
        /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
        .w-MobileMenu-Nav ul li a:hover {
          color: #fff;
          background: rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px transparent; }

/* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
.l-Site-container.mm-is-open .w-MobileMenu-Nav {
  visibility: visible;
  -webkit-transform: translate3D(0, 0, 0);
  -moz-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  -o-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); }

/* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
.w-loginMobile ul {
  margin: 0;
  border-top: 1px solid #dbd8d0; }
  /* line 43, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
  .w-loginMobile ul li {
    list-style-type: none; }
    /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
    .w-loginMobile ul li a {
      display: block;
      color: #333333;
      padding: .75rem;
      outline: none; }
      /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
      .w-loginMobile ul li a:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 -1px transparent; }

/* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileMenu.scss */
.w-loginMobile-account-button i {
  font-size: 1.3rem;
  line-height: 1;
  padding-right: 5px; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
.w-PrimaryNav {
  background-color: #000;
  width: 100%;
  position: relative; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
  .w-PrimaryNav .MainMenu {
    height: 75px;
    position: relative; }
    /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
    .w-PrimaryNav .MainMenu .logo {
      width: 140px;
      height: 36px;
      margin: 0 auto;
      position: relative;
      display: inline-block;
      padding: 17px 0; }
      @media only screen and (min-width: 64.0625em) {
        /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
        .w-PrimaryNav .MainMenu .logo {
          position: relative;
          top: 17px;
          float: left;
          padding: 0; } }
  /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
  .w-PrimaryNav .nav-button {
    position: absolute;
    top: 20px;
    right: 0.9375rem; }
    /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
    .w-PrimaryNav .nav-button i {
      color: white;
      font-size: 2rem;
      cursor: pointer; }
  /* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
  .w-PrimaryNav .must-read-button {
    position: absolute;
    top: 20px;
    left: 0.9375rem; }
    /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
    .w-PrimaryNav .must-read-button i {
      color: white;
      font-size: 2rem;
      cursor: pointer; }
  /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
  .w-PrimaryNav .HeaderNav {
    float: left;
    display: none; }
    @media only screen and (min-width: 64.0625em) {
      /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
      .w-PrimaryNav .HeaderNav {
        display: block; } }
    /* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
    .w-PrimaryNav .HeaderNav ul {
      margin: 0;
      text-align: left; }
    /* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
    .w-PrimaryNav .HeaderNav li {
      display: none; }
      @media only screen and (min-width: 64.0625em) {
        /* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
        .w-PrimaryNav .HeaderNav li {
          list-style-type: none;
          display: inline-block; } }
      /* line 68, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
      .w-PrimaryNav .HeaderNav li.w-PrimaryNav-MobileMenu {
        display: block; }
        @media only screen and (min-width: 64.0625em) {
          /* line 68, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
          .w-PrimaryNav .HeaderNav li.w-PrimaryNav-MobileMenu {
            display: none; } }
      /* line 74, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
      .w-PrimaryNav .HeaderNav li a {
        display: block;
        border-top: 5px solid transparent;
        color: #fff;
        padding: 21px 10px 11px;
        text-decoration: none;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        /* line 85, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
        .w-PrimaryNav .HeaderNav li a:hover {
          color: #fff;
          background-color: #3d3b3d; }
      /* line 91, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
      .w-PrimaryNav .HeaderNav li.w-PrimaryNav-MobileMenu {
        display: inline-block; }
        /* line 94, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
        .w-PrimaryNav .HeaderNav li.w-PrimaryNav-MobileMenu span.text {
          position: relative;
          display: inline-block;
          box-shadow: none;
          top: 5px;
          left: 25px;
          float: left;
          color: #fff; }
      /* line 106, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PrimaryNav.scss */
      .w-PrimaryNav .HeaderNav li:first-child a {
        margin-left: -10px; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
.w-HomePrimaryNav {
  background: #333333;
  width: 100%;
  padding: 0 1rem; }
  @media only screen and (min-width: 48.063em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
    .w-HomePrimaryNav {
      background: url(../img/bg_pattern.jpg) repeat white;
      height: 190px; } }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
  .w-HomePrimaryNav .logo-container {
    height: 120px; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
  .w-HomePrimaryNav .logo {
    margin: 0 auto;
    position: relative;
    padding: 1.5rem 0; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
  .w-HomePrimaryNav .w-Ads-leaderboard {
    padding: 1rem 0;
    text-align: right; }
  /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
  .w-HomePrimaryNav .MainMenu {
    height: 75px;
    position: relative; }
    @media only screen and (min-width: 48.063em) {
      /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
      .w-HomePrimaryNav .MainMenu {
        height: 66px;
        border: 1px solid black; } }
    /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
    .w-HomePrimaryNav .MainMenu .small-logo {
      width: 150px;
      height: 46px;
      margin: 0 auto;
      position: relative;
      display: inline-block;
      padding: 15px 0; }
  /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
  .w-HomePrimaryNav .nav-button {
    position: absolute;
    top: 20px;
    right: 10px; }
    /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
    .w-HomePrimaryNav .nav-button i {
      color: white;
      font-size: 2rem;
      cursor: pointer; }
  /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
  .w-HomePrimaryNav .must-read-button {
    position: absolute;
    top: 20px;
    left: 10px; }
    /* line 55, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
    .w-HomePrimaryNav .must-read-button i {
      color: white;
      font-size: 2rem;
      cursor: pointer; }
  /* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
  .w-HomePrimaryNav nav {
    float: left; }
    /* line 64, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
    .w-HomePrimaryNav nav ul {
      margin: 0;
      text-align: left; }
    /* line 68, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
    .w-HomePrimaryNav nav li {
      display: none; }
      @media only screen and (min-width: 48.063em) {
        /* line 68, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
        .w-HomePrimaryNav nav li {
          list-style-type: none;
          display: inline-block;
          margin: 18px 0; } }
      /* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
      .w-HomePrimaryNav nav li.w-PrimaryNav-MobileMenu {
        display: block; }
        @media only screen and (min-width: 48.063em) {
          /* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
          .w-HomePrimaryNav nav li.w-PrimaryNav-MobileMenu {
            display: none; } }
      /* line 82, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
      .w-HomePrimaryNav nav li a {
        border-right: 1px solid black;
        color: #333333;
        padding: 20px 15px;
        text-decoration: none; }
        /* line 89, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
        .w-HomePrimaryNav nav li a:hover {
          color: #fff;
          background: #b12220; }
      /* line 94, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
      .w-HomePrimaryNav nav li.w-PrimaryNav-MobileMenu {
        display: inline-block; }
        /* line 97, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HomePrimaryNav.scss */
        .w-HomePrimaryNav nav li.w-PrimaryNav-MobileMenu span.text {
          position: relative;
          display: inline-block;
          box-shadow: none;
          top: 5px;
          left: 25px;
          float: left;
          color: #fff; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
.w-Login {
  background-color: black;
  color: white;
  display: block; }
  @media only screen and (max-width: 48em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
    .w-Login {
      display: none; }
      /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
      .w-Login .column {
        padding: 0; } }
  @media only screen and (min-width: 48.063em) {
    /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
    .w-Login ul {
      text-align: right;
      width: auto;
      margin: 0; }
      /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
      .w-Login ul li {
        width: auto;
        float: none;
        display: inline-block;
        width: auto;
        float: none;
        padding: 10px;
        font-size: 0.875rem; }
        /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
        .w-Login ul li a {
          font-family: "proxima-nova", "proxima-nova-alt-condensed", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
          color: #dbd8d0;
          text-decoration: none; }
          /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
          .w-Login ul li a:hover {
            color: #aaa; } }

/* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
.w-Login-account-list {
  padding: 5px; }

/* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
.w-Login-account-button {
  background-color: #0188cc;
  color: #fff !important; }
  /* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
  .w-Login-account-button i {
    font-size: 1rem;
    line-height: 1;
    padding-right: 3px; }
  /* line 60, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Login.scss */
  .w-Login-account-button:hover {
    color: #0188cc !important;
    background-color: #fff !important; }

/* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadArticle.scss */
.w-LeadArticle .w-LeadArticle-image {
  margin-bottom: 1.5rem; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadArticle.scss */
  .w-LeadArticle .w-LeadArticle-image a {
    display: block;
    vertical-align: top; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadArticle.scss */
  .w-LeadArticle .w-LeadArticle-image img {
    max-width: 100%; }

/* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadArticle.scss */
.w-LeadArticle .w-LeadArticle-content {
  max-width: 32.5rem;
  margin: 0 auto; }

/* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadArticle.scss */
.w-LeadArticle .w-LeadArticle-category,
.w-LeadArticle .w-LeadArticle-desc {
  margin: 0; }

/* line 46, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadArticle.scss */
.w-LeadArticle .w-LeadArticle-category {
  margin-bottom: 0.3125rem; }

/* line 50, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadArticle.scss */
.w-LeadArticle .w-LeadArticle-title {
  margin-bottom: 0.625rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
.w-CategoryPreview {
  margin: 0;
  padding-bottom: 1rem;
  text-align: left; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
  .w-CategoryPreview a {
    font-size: 0.75rem;
    text-decoration: none;
    color: #87847e; }
    /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
    .w-CategoryPreview a:hover .image-wrapper {
      position: relative;
      background: #0188cc url(/static/img/overlay-arrow.png) 50% 50% no-repeat; }
    /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
    .w-CategoryPreview a:hover img {
      opacity: 0.25;
      transform: scale(1.05);
      -ms-transform: scale(1.05);
      /* IE 9 */
      -webkit-transform: scale(1.05);
      /* Chrome, Safari, Opera */
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: grayscale(100%); }
    /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
    .w-CategoryPreview a:hover h3 {
      color: #b12220; }
    /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
    .w-CategoryPreview a:hover h5 {
      color: #333333; }
  /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
  .w-CategoryPreview h3 {
    text-align: left;
    font-size: 0.875rem;
    margin-top: 1rem; }
  /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
  .w-CategoryPreview h4 a {
    text-decoration: none; }
  /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
  .w-CategoryPreview h5 {
    font-size: 12px;
    color: #444; }
  /* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
  .w-CategoryPreview p {
    color: #87847e;
    font-size: 0.75rem;
    text-align: left;
    margin-top: 0.5rem;
    margin-bottom: 0; }
    /* line 63, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
    .w-CategoryPreview p a.article-author {
      display: inline; }
  /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
  .w-CategoryPreview.sponsored h4 {
    border: 1px solid #d1b746;
    margin-bottom: 1px;
    padding: 6px;
    background: #fffcd9; }
    /* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
    .w-CategoryPreview.sponsored h4 a {
      padding-bottom: 0; }
  /* line 81, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
  .w-CategoryPreview .image-wrapper {
    position: relative;
    background: #0188cc url(/static/img/overlay-arrow.png) 45% 50% no-repeat;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 5px white; }
    /* line 87, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
    .w-CategoryPreview .image-wrapper .overlay {
      background: rgba(0, 0, 0, 0.7);
      color: white;
      font-size: 0.75rem;
      padding: 3px 6px;
      position: absolute;
      right: 0;
      text-align: right;
      text-transform: uppercase;
      top: 0;
      width: 100%;
      z-index: 10; }
  /* line 105, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
  .w-CategoryPreview .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    /* line 112, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-CategoryPreview.scss */
    .w-CategoryPreview .video-container iframe, .w-CategoryPreview .video-container object, .w-CategoryPreview .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleProgress.scss */
.w-ArticleProgress {
  border-top: 1px solid #dbd8d0; }
  /* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleProgress.scss */
  .w-ArticleProgress .w-ArticleProgress-bar {
    margin: 0;
    border: 0;
    height: 5px;
    padding: 0; }
    /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleProgress.scss */
    .w-ArticleProgress .w-ArticleProgress-bar .meter {
      background: #7a110e; }
      @media only screen and (min-width: 48.063em) {
        /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleProgress.scss */
        .w-ArticleProgress .w-ArticleProgress-bar .meter {
          background: #272527; } }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ViewAllSections.scss */
.w-ViewAllSections {
  text-align: center;
  padding: .5rem 0; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ViewAllSections.scss */
  .w-ViewAllSections a {
    color: #8b8c86;
    width: 100%;
    height: 100%;
    display: block; }
  @media only screen and (min-width: 48.063em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ViewAllSections.scss */
    .w-ViewAllSections {
      padding: 0;
      text-align: left; }
      /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ViewAllSections.scss */
      .w-ViewAllSections a {
        color: #7a110e;
        padding: 0.5rem 0 .25rem 1rem;
        border-bottom: 2px solid transparent;
        display: block; }
        /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ViewAllSections.scss */
        .w-ViewAllSections a:hover {
          color: #4c0b09;
          border-bottom: 2px solid #7a110e; } }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
.w-TransitionedNews {
  padding: 0 1rem; }
  /* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
  .w-TransitionedNews a {
    color: #7a110e;
    padding-right: 70px;
    font-size: 0.75rem; }
    /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
    .w-TransitionedNews a:hover {
      color: #1f0404; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
  .w-TransitionedNews .orbit-container {
    overflow: hidden;
    width: 100%;
    background: none;
    height: 30px;
    padding: 0.125rem 0;
    text-align: right; }
    /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
    .w-TransitionedNews .orbit-container li.active {
      z-index: 50; }
    /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
    .w-TransitionedNews .orbit-container .orbit-bullets-container {
      text-align: center;
      position: absolute;
      top: -7px;
      right: 0; }
    /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
    .w-TransitionedNews .orbit-container .orbit-bullets {
      overflow: hidden;
      position: relative;
      float: right;
      display: block;
      margin: 0; }
      /* line 39, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
      .w-TransitionedNews .orbit-container .orbit-bullets li {
        border-radius: 0;
        background: #dbd8d0;
        width: 1rem;
        height: 0.5rem;
        margin-right: 3px; }
        /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
        .w-TransitionedNews .orbit-container .orbit-bullets li.active {
          background: #b12220;
          z-index: 50; }
        /* line 49, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
        .w-TransitionedNews .orbit-container .orbit-bullets li:hover {
          color: #333333; }
  /* line 55, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TransitionedNews.scss */
  .w-TransitionedNews .orbit-prev, .w-TransitionedNews .orbit-next, .w-TransitionedNews .orbit-slide-number, .w-TransitionedNews .orbit-timer {
    display: none; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
.w-ShareBar {
  margin-bottom: 1.5rem;
  padding: 0;
  text-align: left;
  margin-left: 1.875rem;
  margin-top: 2rem; }
  @media only screen and (min-width: 48.063em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
    .w-ShareBar {
      position: relative;
      top: 50px;
      margin-left: 0;
      margin-top: 0; } }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
  .w-ShareBar .w-ShareBar-wrap {
    top: 0; }
    @media only screen and (min-width: 48.063em) {
      /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
      .w-ShareBar .w-ShareBar-wrap {
        max-width: 50px; } }
    /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
    .w-ShareBar .w-ShareBar-wrap p {
      display: none;
      border-top: 1px dotted #333333;
      padding-top: 0.3125rem; }
      @media only screen and (min-width: 48.063em) {
        /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
        .w-ShareBar .w-ShareBar-wrap p {
          display: block;
          font-size: 0.75rem;
          margin-bottom: 0;
          padding: 2px 0 0; } }
    /* line 39, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
    .w-ShareBar .w-ShareBar-wrap ul {
      display: inline-block;
      margin: 0 auto 1rem; }
      @media only screen and (min-width: 48.063em) {
        /* line 39, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
        .w-ShareBar .w-ShareBar-wrap ul {
          display: block; } }
      /* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
      .w-ShareBar .w-ShareBar-wrap ul li {
        display: inline-block;
        list-style-type: none;
        line-height: 0;
        margin-bottom: -0.25rem; }
        @media only screen and (min-width: 48.063em) {
          /* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
          .w-ShareBar .w-ShareBar-wrap ul li {
            display: block; } }
        /* line 58, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
        .w-ShareBar .w-ShareBar-wrap ul li a {
          display: block;
          font-size: 2rem;
          line-height: 0;
          color: #333333; }
          /* line 64, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBar.scss */
          .w-ShareBar .w-ShareBar-wrap ul li a:hover, .w-ShareBar .w-ShareBar-wrap ul li a:active {
            color: #888; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleHeader.scss */
.w-ArticleHeader {
  max-width: 31.25rem;
  margin: 0 auto;
  margin-bottom: 1.5625rem; }

/* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleHeader.scss */
.w-ArticleHeader-category {
  margin-bottom: 0.3125rem; }

/* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleHeader.scss */
.w-ArticleHeader-title {
  margin-bottom: 0.625rem; }

/* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleHeader.scss */
.w-ArticleHeader-desc {
  margin-bottom: 0.9375rem; }

/* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleHeader.scss */
.w-ArticleHeader-byline-separator {
  margin: 0 0.25rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
.w-ArticleMeta {
  margin-bottom: 1rem !important; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
  .w-ArticleMeta i {
    font-size: 1rem; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
  .w-ArticleMeta .w-Storyline .tags {
    text-align: center;
    padding: 0 16px 13px; }
    @media only screen and (min-width: 48.063em) {
      /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
      .w-ArticleMeta .w-Storyline .tags {
        padding: 13px 16px;
        text-align: left; } }
    /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
    .w-ArticleMeta .w-Storyline .tags ul {
      margin: 0;
      list-style-type: none;
      line-height: .75rem; }
      /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
      .w-ArticleMeta .w-Storyline .tags ul li {
        display: inline-block; }
        /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
        .w-ArticleMeta .w-Storyline .tags ul li a {
          font-size: 0.75rem;
          color: #87847e;
          text-decoration: none; }
          /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
          .w-ArticleMeta .w-Storyline .tags ul li a:hover {
            color: #0188cc; }
  /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
  .w-ArticleMeta .w-Storyline .storyline {
    text-align: center;
    font-size: 0.75rem;
    padding: 0 16px 13px;
    color: #87847e; }
    @media only screen and (min-width: 48.063em) {
      /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
      .w-ArticleMeta .w-Storyline .storyline {
        text-align: right;
        padding: 13px 16px; } }
  /* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
  .w-ArticleMeta .w-ArticleMeta-wrap {
    height: auto; }
    @media only screen and (min-width: 48.063em) {
      /* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
      .w-ArticleMeta .w-ArticleMeta-wrap {
        height: 40px; } }
  /* line 65, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
  .w-ArticleMeta p {
    margin: 10px 0; }
  /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
  .w-ArticleMeta .date {
    color: #87847e;
    text-align: center;
    padding: 13px 16px 0;
    font-size: 0.75rem; }
    @media only screen and (min-width: 48.063em) {
      /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
      .w-ArticleMeta .date {
        padding: 13px 16px;
        border-bottom: none;
        text-align: right; } }
  /* line 81, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
  .w-ArticleMeta .category {
    text-align: center; }
    /* line 83, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
    .w-ArticleMeta .category a {
      margin: 9px 0;
      text-decoration: none;
      padding-bottom: 0; }
    @media only screen and (min-width: 48.063em) {
      /* line 81, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
      .w-ArticleMeta .category {
        text-align: left; } }
  /* line 94, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
  .w-ArticleMeta .author {
    color: #87847e;
    text-align: center;
    font-size: 0.75rem;
    padding: 0 0 10px; }
    /* line 100, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
    .w-ArticleMeta .author a {
      font-size: 0.75rem;
      color: #87847e;
      text-decoration: none; }
      /* line 105, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
      .w-ArticleMeta .author a:hover {
        color: #0188cc; }
    @media only screen and (min-width: 48.063em) {
      /* line 94, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
      .w-ArticleMeta .author {
        text-align: center;
        padding: 13px; } }
  /* line 114, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleMeta.scss */
  .w-ArticleMeta .w-Sponsored {
    margin-bottom: 0; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleImage.scss */
.w-ArticleImage {
  margin-bottom: 1rem;
  position: relative; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleImage.scss */
  .w-ArticleImage .w-ArticleImage-credits {
    font-size: 0.875rem;
    font-style: italic;
    color: #333333;
    margin-top: 0.625rem;
    text-align: left; }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleImage.scss */
  .w-ArticleImage .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleImage.scss */
    .w-ArticleImage .video-container iframe, .w-ArticleImage .video-container object, .w-ArticleImage .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleImage.scss */
  .w-ArticleImage .orbit-container {
    overflow: visible !important; }
    /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleImage.scss */
    .w-ArticleImage .orbit-container .orbit-slides-container {
      overflow: hidden !important; }
    /* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleImage.scss */
    .w-ArticleImage .orbit-container .orbit-next {
      right: -20px;
      background: white;
      color: black;
      width: 40px;
      height: 40px;
      border: 1px solid #87847e; }
      /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleImage.scss */
      .w-ArticleImage .orbit-container .orbit-next > span {
        border-left-color: black; }
    /* line 49, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleImage.scss */
    .w-ArticleImage .orbit-container .orbit-prev {
      left: -20px;
      background: white;
      color: black;
      width: 40px;
      height: 40px;
      border: 1px solid #87847e; }
      /* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleImage.scss */
      .w-ArticleImage .orbit-container .orbit-prev > span {
        border-right-color: black; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
.w-ArticleContent {
  margin-top: 1rem;
  text-align: left;
  padding: 0; }
  @media only screen and (min-width: 48.063em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
    .w-ArticleContent {
      padding: 0 2rem; } }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
  .w-ArticleContent p {
    text-align: left; }
  /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
  .w-ArticleContent img {
    margin: 0 auto; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
  .w-ArticleContent h5 {
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
  .w-ArticleContent h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
  .w-ArticleContent blockquote, .w-ArticleContent blockquote p {
    color: #b12220;
    font-style: italic;
    font-size: 1.25rem;
    border-left: none;
    padding: 0 2rem; }
    @media only screen and (min-width: 48.063em) {
      /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
      .w-ArticleContent blockquote, .w-ArticleContent blockquote p {
        font-size: 1.875rem; } }
    @media only screen and (min-width: 64.0625em) {
      /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
      .w-ArticleContent blockquote, .w-ArticleContent blockquote p {
        font-size: 1.875rem;
        width: 50%;
        float: right; } }
  /* line 46, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
  .w-ArticleContent ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    text-align: left; }
    /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
    .w-ArticleContent ul li {
      padding-left: 1em;
      text-indent: -.7em; }
      /* line 55, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
      .w-ArticleContent ul li:before {
        content: "■";
        color: #7a110e;
        padding-right: 7px; }
  /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
  .w-ArticleContent .w-Ads-bigBox {
    text-align: center;
    margin: 1rem -1.9rem; }
    @media only screen and (min-width: 48.063em) {
      /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleContent.scss */
      .w-ArticleContent .w-Ads-bigBox {
        float: left;
        margin: 0rem 1rem 1rem 0; } }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleExtra.scss */
.w-ArticleExtra {
  margin-top: 1rem;
  text-align: left;
  padding: 0 2rem; }
  @media only screen and (min-width: 48.063em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleExtra.scss */
    .w-ArticleExtra {
      padding: 0 0 2rem; } }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleExtra.scss */
  .w-ArticleExtra p {
    text-align: left; }

@media only screen and (min-width: 48.063em) {
  /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleCallout.scss */
  .w-ArticleCallout {
    max-width: 50%;
    float: right;
    margin: 0 0 1.25rem 1.25rem; } }

/* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleCallout.scss */
.w-ArticleCallout blockquote {
  border-left: none;
  padding-bottom: 15px;
  font-size: 1.5rem;
  font-style: italic;
  color: #b12220;
  text-align: left; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Ads.scss */
.w-Ads-leaderboard {
  margin: 1rem -1.9rem 2rem;
  text-align: center; }
  @media only screen and (min-width: 48.063em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Ads.scss */
    .w-Ads-leaderboard {
      margin: 2rem 0; }
      /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Ads.scss */
      .w-Ads-leaderboard.w-Ads-leaderboard--belowLeadArticle {
        margin: 1rem 0; }
      /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Ads.scss */
      .w-Ads-leaderboard.w-Ads-leaderboard--aboveLoadMore {
        margin: 1rem 0 3.125rem; }
      /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Ads.scss */
      .w-Ads-leaderboard.w-Ads-leaderboard--homeTopCorner {
        margin: 0; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Ads.scss */
    .w-Ads-leaderboard.w-Ads-leaderboard--absolute {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); } }

/* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Ads.scss */
.w-Ads-bigBox {
  text-align: center;
  margin: 1rem -1.9rem; }
  @media only screen and (min-width: 48.063em) {
    /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Ads.scss */
    .w-Ads-bigBox {
      margin: 0 0 2rem; } }

/* line 37, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Ads.scss */
.w-Ads-small {
  margin: 0 0 1rem;
  border: 1px solid #dbd8d0;
  padding: 0.5rem;
  text-align: center; }

/* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Ads.scss */
.sticky-ad.fixto-fixed {
  backface-visibility: hidden; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
.w-ArticleSnippet {
  text-align: left; }
  /* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet .row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet:last-child {
    float: left; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet .category {
    text-decoration: none; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet h3 {
    font-weight: bold;
    line-height: 120%;
    text-align: left; }
    /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
    .w-ArticleSnippet h3 a {
      color: #333333;
      text-decoration: none; }
      /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
      .w-ArticleSnippet h3 a:hover {
        color: #0188cc; }
  /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet h2, .w-ArticleSnippet p {
    margin: 0; }
  /* line 37, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet .date, .w-ArticleSnippet .author {
    font-size: 0.875rem; }
  /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet .author, .w-ArticleSnippet .snippet {
    margin-bottom: 1rem; }
  /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet .snippet {
    margin-top: 0; }
  /* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet.sponsored h4 {
    border: 1px solid #d1b746;
    margin-bottom: 1px;
    padding: 6px;
    background: #fffcd9; }
    /* line 60, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
    .w-ArticleSnippet.sponsored h4 a {
      padding-bottom: 0; }
  /* line 65, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet h6 {
    font-family: "proxima-nova", "proxima-nova-alt-condensed", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    color: #555;
    text-align: left;
    font-size: 0.875rem; }
  /* line 72, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
  .w-ArticleSnippet .image-wrapper {
    position: relative;
    overflow: hidden; }
    /* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet.scss */
    .w-ArticleSnippet .image-wrapper .overlay {
      background: rgba(0, 0, 0, 0.7);
      color: white;
      font-size: 0.75rem;
      padding: 3px 6px;
      position: absolute;
      right: 0;
      text-align: right;
      text-transform: uppercase;
      top: 0;
      width: 100%;
      z-index: 10; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
.w-ArticleSnippet-MoreFrom {
  text-align: left;
  margin-bottom: 2rem; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
  .w-ArticleSnippet-MoreFrom.sponsored h4 {
    border: 1px solid #d1b746;
    margin-bottom: 1px;
    padding: 6px;
    background: #fffcd9; }
    /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
    .w-ArticleSnippet-MoreFrom.sponsored h4 a {
      padding-bottom: 0; }

/* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
.w-ArticleSnippet-MoreFrom-image {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 48.063em) {
    /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
    .w-ArticleSnippet-MoreFrom-image {
      margin-bottom: 0; } }

/* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
.w-ArticleSnippet-MoreFrom-image-sponsored-overlay {
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0.125rem 0.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
.w-ArticleSnippet-MoreFrom-content {
  padding-top: 0.3125rem;
  border-top: 1px dotted #333333; }
  @media only screen and (min-width: 48.063em) {
    /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
    .w-ArticleSnippet-MoreFrom-content {
      margin-left: 1rem; } }

/* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
.w-ArticleSnippet-MoreFrom-category {
  margin-bottom: 0.3125rem; }

/* line 62, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
.sponsored .w-ArticleSnippet-MoreFrom-category-highlight {
  background-color: #fffcd9;
  display: block; }

/* line 68, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
.w-ArticleSnippet-MoreFrom-byline {
  margin-bottom: 0.3125rem; }

/* line 72, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
.w-ArticleSnippet-MoreFrom-desc {
  margin-bottom: 0.3125rem;
  line-height: 1.4; }

/* line 77, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
.w-ArticleSnippet-MoreFrom-read-article {
  font-weight: 400;
  line-height: 1.2;
  color: #C5392B;
  text-decoration: none; }
  /* line 85, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ArticleSnippet-MoreFrom.scss */
  .w-ArticleSnippet-MoreFrom-read-article:hover, .w-ArticleSnippet-MoreFrom-read-article:active {
    color: #9e2e22; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ContentPusher.scss */
body .w-ContentPusher {
  height: 75px;
  display: block; }

/* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ContentPusher.scss */
body.article .w-ContentPusher {
  height: 75px; }

/* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ContentPusher.scss */
body.home .w-ContentPusher {
  height: 75px; }

/* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ContentPusher.scss */
body.events .w-ContentPusher {
  height: 75px; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
.w-HeaderSearch {
  float: right;
  display: none; }
  @media only screen and (min-width: 64.0625em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HeaderSearch {
      display: block; } }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HeaderSearch a {
    display: inline-block;
    border-top: 5px solid transparent;
    color: #fff;
    padding: 26px 10px 17px;
    text-decoration: none;
    vertical-align: top;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
    /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HeaderSearch a:hover {
      color: #fff;
      background-color: #3d3b3d; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HeaderSearch .search-icon {
    padding: 24px 20px 18px; }
  /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HeaderSearch .icon-search {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1;
    vertical-align: top; }
  /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HeaderSearch .buttons {
    display: inline-block; }
    /* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HeaderSearch .buttons .dashboard {
      display: none; }
      @media (min-width: 920px) {
        /* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
        .w-HeaderSearch .buttons .dashboard {
          display: inline-block; } }
    /* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HeaderSearch .buttons .subscribe {
      display: none; }
      @media (min-width: 920px) {
        /* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
        .w-HeaderSearch .buttons .subscribe {
          display: inline-block; } }
    /* line 59, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HeaderSearch .buttons .newsletter {
      display: none; }
      @media (min-width: 1075px) {
        /* line 59, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
        .w-HeaderSearch .buttons .newsletter {
          display: inline-block; } }
  /* line 66, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HeaderSearch .search {
    display: inline-block;
    margin: 10px 0;
    height: 20px;
    padding: 0 10px; }
  /* line 72, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HeaderSearch input, .w-HeaderSearch textarea {
    background: transparent;
    border: none;
    color: #dbd8d0;
    height: 24px;
    margin: 12px 0px 0 0;
    font-size: 1rem;
    padding: 0px 0;
    width: 100px;
    box-shadow: none; }
    /* line 82, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HeaderSearch input:focus, .w-HeaderSearch textarea:focus {
      background: transparent;
      box-shadow: none; }
    /* line 87, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HeaderSearch input::-webkit-input-placeholder, .w-HeaderSearch textarea::-webkit-input-placeholder {
      color: #dbd8d0; }
    /* line 91, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HeaderSearch input:-moz-placeholder, .w-HeaderSearch textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #dbd8d0; }
    /* line 95, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HeaderSearch input::-moz-placeholder, .w-HeaderSearch textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #dbd8d0; }
    /* line 99, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HeaderSearch input:-ms-input-placeholder, .w-HeaderSearch textarea:-ms-input-placeholder {
      color: #dbd8d0; }
  /* line 105, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HeaderSearch label {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 11px;
    color: #aaa;
    opacity: 0;
    font-weight: 300;
    cursor: default; }
  /* line 116, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HeaderSearch label.on {
    color: white; }
  /* line 119, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HeaderSearch label.show {
    top: 0px;
    opacity: 1; }
  /* line 123, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HeaderSearch .postfix.button {
    background: none; }

/* line 130, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
.w-HomePrimaryNav .w-HeaderSearch {
  padding-right: 15px; }
  /* line 132, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HomePrimaryNav .w-HeaderSearch .postfix.button {
    background: none; }
  /* line 135, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HomePrimaryNav .w-HeaderSearch .search {
    display: inline-block;
    margin: 8px 0;
    height: 42px;
    padding: 0 10px;
    background: #333333;
    float: left;
    border-radius: 3px; }
    /* line 143, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
    .w-HomePrimaryNav .w-HeaderSearch .search input {
      margin: 8px 0 0 0; }
  /* line 147, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
  .w-HomePrimaryNav .w-HeaderSearch .buttons {
    display: none; }
    @media (min-width: 920px) {
      /* line 147, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-HeaderSearch.scss */
      .w-HomePrimaryNav .w-HeaderSearch .buttons {
        float: left;
        margin-top: 4px;
        margin-right: 10px;
        display: inline-block; } }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
.w-FooterSearch {
  float: right;
  padding: 3px 0;
  display: none; }
  @media only screen and (min-width: 64.0625em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
    .w-FooterSearch {
      display: block; } }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-FooterSearch .buttons {
    display: inline; }
    /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
    .w-FooterSearch .buttons .dashboard {
      display: none; }
      @media (min-width: 920px) {
        /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
        .w-FooterSearch .buttons .dashboard {
          display: inline-block; } }
    /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
    .w-FooterSearch .buttons .subscribe {
      display: none; }
      @media (min-width: 920px) {
        /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
        .w-FooterSearch .buttons .subscribe {
          display: inline-block; } }
    /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
    .w-FooterSearch .buttons .newsletter {
      display: none; }
      @media (min-width: 1075px) {
        /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
        .w-FooterSearch .buttons .newsletter {
          display: inline-block; } }
  /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-FooterSearch .search {
    display: inline-block;
    margin: 10px 0;
    height: 20px;
    padding: 0 10px; }
  /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-FooterSearch input, .w-FooterSearch textarea {
    background: transparent;
    border: none;
    color: #dbd8d0;
    height: 24px;
    margin: 12px 0px 0 0;
    font-size: 1rem;
    padding: 0px 0;
    width: 100px;
    box-shadow: none; }
    /* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
    .w-FooterSearch input:focus, .w-FooterSearch textarea:focus {
      background: transparent;
      box-shadow: none; }
    /* line 58, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
    .w-FooterSearch input::-webkit-input-placeholder, .w-FooterSearch textarea::-webkit-input-placeholder {
      color: #dbd8d0; }
    /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
    .w-FooterSearch input:-moz-placeholder, .w-FooterSearch textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #dbd8d0; }
    /* line 66, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
    .w-FooterSearch input::-moz-placeholder, .w-FooterSearch textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #dbd8d0; }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
    .w-FooterSearch input:-ms-input-placeholder, .w-FooterSearch textarea:-ms-input-placeholder {
      color: #dbd8d0; }
  /* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-FooterSearch label {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 11px;
    color: #aaa;
    opacity: 0;
    font-weight: 300;
    cursor: default; }
  /* line 87, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-FooterSearch label.on {
    color: white; }
  /* line 90, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-FooterSearch label.show {
    top: 0px;
    opacity: 1; }
  /* line 94, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-FooterSearch .postfix.button {
    background: none; }
  /* line 97, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-FooterSearch .icon-magnify {
    font-size: 2rem;
    color: #dbd8d0; }

/* line 106, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
.w-HomePrimaryNav .w-FooterSearch {
  padding-right: 15px; }
  /* line 108, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-HomePrimaryNav .w-FooterSearch .postfix.button {
    background: none; }
  /* line 111, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-HomePrimaryNav .w-FooterSearch .search {
    display: inline-block;
    margin: 8px 0;
    height: 42px;
    padding: 0 10px;
    background: #333333;
    float: left;
    border-radius: 3px; }
    /* line 119, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
    .w-HomePrimaryNav .w-FooterSearch .search input {
      margin: 8px 0 0 0; }
  /* line 123, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
  .w-HomePrimaryNav .w-FooterSearch .buttons {
    display: none; }
    @media (min-width: 920px) {
      /* line 123, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSearch.scss */
      .w-HomePrimaryNav .w-FooterSearch .buttons {
        float: left;
        margin-top: 4px;
        margin-right: 10px;
        display: inline-block; } }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
.w-MobileNavSearch {
  padding: 3px 0;
  display: block; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
  .w-MobileNavSearch .search {
    display: block;
    margin: 0;
    height: 50px;
    padding: 0 10px; }
  /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
  .w-MobileNavSearch input, .w-MobileNavSearch textarea {
    background: transparent;
    border: none;
    color: #333333;
    height: 24px;
    margin: 12px 0px 0 0;
    font-size: 1rem;
    padding: 0px 0;
    box-shadow: none; }
    /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
    .w-MobileNavSearch input:focus, .w-MobileNavSearch textarea:focus {
      background: transparent;
      box-shadow: none; }
    /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
    .w-MobileNavSearch input::-webkit-input-placeholder, .w-MobileNavSearch textarea::-webkit-input-placeholder {
      color: #333333; }
    /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
    .w-MobileNavSearch input:-moz-placeholder, .w-MobileNavSearch textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #333333; }
    /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
    .w-MobileNavSearch input::-moz-placeholder, .w-MobileNavSearch textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #333333; }
    /* line 39, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
    .w-MobileNavSearch input:-ms-input-placeholder, .w-MobileNavSearch textarea:-ms-input-placeholder {
      color: #333333; }
  /* line 43, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
  .w-MobileNavSearch label {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 11px;
    color: #aaa;
    opacity: 0;
    font-weight: 300;
    cursor: default; }
  /* line 54, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
  .w-MobileNavSearch label.on {
    color: #333333; }
  /* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
  .w-MobileNavSearch label.show {
    top: 0px;
    opacity: 1; }
  /* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
  .w-MobileNavSearch .postfix.button {
    background: none; }
  /* line 64, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MobileNavSearch.scss */
  .w-MobileNavSearch .icon-magnify {
    font-size: 2rem;
    color: #333333; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
.w-FooterNav {
  background-color: #272527;
  width: 100%;
  padding: 0 1rem; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
  .w-FooterNav .MainMenu {
    height: 75px;
    position: relative; }
    /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
    .w-FooterNav .MainMenu .logo {
      width: 140px;
      height: 36px;
      margin: 0 auto;
      position: relative;
      display: inline-block;
      padding: 17px 0;
      float: none; }
      @media only screen and (min-width: 48.063em) {
        /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
        .w-FooterNav .MainMenu .logo {
          float: left; } }
  /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
  .w-FooterNav .nav-button {
    position: absolute;
    top: 28px;
    left: 10px; }
  /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
  .w-FooterNav nav {
    float: left;
    padding: 0 20px; }
    /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
    .w-FooterNav nav ul {
      margin: 0;
      text-align: left; }
    /* line 37, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
    .w-FooterNav nav li {
      display: none; }
      @media only screen and (min-width: 48.063em) {
        /* line 37, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
        .w-FooterNav nav li {
          list-style-type: none;
          display: inline-block;
          margin: 23px 0; } }
      /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
      .w-FooterNav nav li.w-PrimaryNav-MobileMenu {
        display: block; }
        @media only screen and (min-width: 48.063em) {
          /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
          .w-FooterNav nav li.w-PrimaryNav-MobileMenu {
            display: none; } }
      /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
      .w-FooterNav nav li a {
        font-weight: 400;
        color: #fff;
        padding: 20px 10px;
        border-top: 5px solid transparent;
        text-decoration: none; }
        /* line 59, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
        .w-FooterNav nav li a:hover {
          color: #ccc;
          border-top: 5px solid #b12220; }
      /* line 64, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
      .w-FooterNav nav li.w-PrimaryNav-MobileMenu {
        display: inline-block; }
        /* line 67, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterNav.scss */
        .w-FooterNav nav li.w-PrimaryNav-MobileMenu span.text {
          position: relative;
          display: inline-block;
          box-shadow: none;
          top: 5px;
          left: 25px;
          float: left;
          color: #fff; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
.w-FooterSiteMap {
  border-top: 1px solid white;
  text-align: left;
  padding: 2rem 1rem 2rem; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
  .w-FooterSiteMap .sitemap {
    margin: 0;
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }
    /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
    .w-FooterSiteMap .sitemap li {
      padding: 0 1rem 0 0;
      text-align: left; }
      /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
      .w-FooterSiteMap .sitemap li a {
        color: #bdbbaf;
        font-weight: 100;
        text-decoration: none; }
        /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
        .w-FooterSiteMap .sitemap li a:hover {
          color: #fff; }
  /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
  .w-FooterSiteMap ul.utility-nav {
    list-style-type: none; }
    /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
    .w-FooterSiteMap ul.utility-nav li a {
      color: white;
      font-weight: 100;
      text-decoration: none; }
      /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
      .w-FooterSiteMap ul.utility-nav li a:hover {
        color: #cccccc; }
  /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
  .w-FooterSiteMap .social ul li {
    display: inline-block;
    margin: .25rem; }
    /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
    .w-FooterSiteMap .social ul li a {
      color: #eee;
      display: block;
      font-size: 2.5rem; }

/* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
.w-FooterSiteMap--header {
  border: 0;
  background-color: #e5e5e5;
  padding: 2.5rem 1rem 1rem; }
  /* line 66, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
  .w-FooterSiteMap--header .sitemap {
    line-height: 1.5; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
    .w-FooterSiteMap--header .sitemap li {
      padding: 0 1rem 0 0; }
      /* line 72, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
      .w-FooterSiteMap--header .sitemap li a {
        font-weight: 400;
        color: #747474; }
        /* line 77, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
        .w-FooterSiteMap--header .sitemap li a:hover {
          color: #000; }
  /* line 84, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
  .w-FooterSiteMap--header ul.utility-nav {
    line-height: 1.5; }
    /* line 88, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
    .w-FooterSiteMap--header ul.utility-nav li a {
      font-weight: 400;
      color: #000; }
      /* line 93, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
      .w-FooterSiteMap--header ul.utility-nav li a:hover {
        color: #747474; }
  /* line 102, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
  .w-FooterSiteMap--header .social ul li {
    margin: 0 0.125rem 0 0; }
    /* line 105, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FooterSiteMap.scss */
    .w-FooterSiteMap--header .social ul li a {
      color: #000;
      font-size: 1.25rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
.w-SectionDrop {
  text-align: left;
  background: #272527;
  display: none; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
  .w-SectionDrop section {
    padding: 0;
    border-bottom: none;
    border-top: none; }
    /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
    .w-SectionDrop section p {
      margin-bottom: 0; }
    /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
    .w-SectionDrop section ul {
      margin-left: 10px;
      list-style-type: none; }
      /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
      .w-SectionDrop section ul li {
        text-align: center;
        display: block;
        width: 50%;
        height: 35px;
        font-size: .8rem;
        line-height: 1rem;
        float: left; }
        /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
        .w-SectionDrop section ul li:hover {
          background: #333; }
        /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
        .w-SectionDrop section ul li a {
          color: #87847e;
          display: block;
          padding: 5px;
          text-decoration: none;
          width: 100%; }
          /* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
          .w-SectionDrop section ul li a:hover {
            background: #333;
            color: #52504d; }
  @media only screen and (min-width: 48.063em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
    .w-SectionDrop {
      text-align: left;
      background: white;
      display: none; }
      /* line 50, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
      .w-SectionDrop .w-SectionDropCTA {
        padding: .5rem 1rem; }
      /* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
      .w-SectionDrop section {
        padding: 1.5rem 1rem 1rem 1rem;
        border-top: 1px solid #dbd8d0; }
        /* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
        .w-SectionDrop section p {
          margin-bottom: 0; }
        /* line 60, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
        .w-SectionDrop section ul {
          margin: 0;
          list-style-type: none;
          -webkit-column-count: 3;
          -moz-column-count: 3;
          column-count: 3;
          -webkit-column-gap: 40px;
          -moz-column-gap: 40px;
          column-gap: 40px; }
          /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
          .w-SectionDrop section ul li {
            border: 0;
            float: none;
            font-size: 1rem;
            padding: 0;
            text-align: left;
            line-height: 1rem;
            height: 30px;
            width: 100%; }
            /* line 78, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
            .w-SectionDrop section ul li:hover {
              background: none; }
            /* line 81, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
            .w-SectionDrop section ul li a {
              -webkit-transition: all 0.25s ease-out;
              -moz-transition: all 0.25s ease-out;
              transition: all 0.25s ease-out;
              color: #87847e;
              display: block;
              text-decoration: none;
              top: 0;
              -webkit-transform: translateY(0);
              -moz-transform: translateY(0);
              -ms-transform: translateY(0);
              -o-transform: translateY(0);
              transform: translateY(0); }
              /* line 92, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
              .w-SectionDrop section ul li a:before {
                -webkit-transition: all 0.25s ease-out;
                -moz-transition: all 0.25s ease-out;
                transition: all 0.25s ease-out;
                display: inline-block;
                opacity: 0; }
              /* line 101, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
              .w-SectionDrop section ul li a:hover {
                background: none;
                color: #52504d; }
                /* line 104, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionDrop.scss */
                .w-SectionDrop section ul li a:hover:before {
                  opacity: 1; } }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FAQ.scss */
.w-FAQ {
  padding: 3rem 0;
  background: white;
  border-top: 1px solid #dbd8d0;
  border-bottom: 1px solid #dbd8d0; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FAQ.scss */
  .w-FAQ h3 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FAQ.scss */
  .w-FAQ h4 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1rem; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-FAQ.scss */
  .w-FAQ p {
    text-align: left;
    margin-bottom: 2rem; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
.dragend-page {
  height: auto !important; }

/* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
.w-PricingTable {
  position: relative;
  padding: 10px; }
  @media only screen and (min-width: 48.063em) {
    /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
    .w-PricingTable {
      padding: 0; } }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
  .w-PricingTable [class*="p-Button"] {
    display: block;
    margin-right: 0;
    margin-left: 0; }
    /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
    .w-PricingTable [class*="p-Button"].monthly {
      margin-top: 1rem; }
    /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
    .w-PricingTable [class*="p-Button"].yearly {
      margin-bottom: 1rem; }
  /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
  .w-PricingTable .pricing-table {
    border: 1px solid #222; }
    /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
    .w-PricingTable .pricing-table .title {
      color: white;
      background: #222; }
    /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
    .w-PricingTable .pricing-table .bullet-item, .w-PricingTable .pricing-table .description {
      text-align: left; }
      /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
      .w-PricingTable .pricing-table .bullet-item i, .w-PricingTable .pricing-table .description i {
        font-size: 2rem;
        float: right;
        margin: -10px 0;
        color: #0188cc; }
    /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
    .w-PricingTable .pricing-table .inactive {
      color: #dbd8d0; }
    /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
    .w-PricingTable .pricing-table .cta-button {
      padding: 0 1.25rem 0;
      background: none; }
  @media only screen and (min-width: 48.063em) {
    /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
    .w-PricingTable.alt {
      margin-top: 2rem; } }
  /* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
  .w-PricingTable.alt .pricing-table {
    border: 1px solid #bdbbaf; }
    /* line 58, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
    .w-PricingTable.alt .pricing-table i {
      color: #87847e; }
    /* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PricingTable.scss */
    .w-PricingTable.alt .pricing-table .title {
      background: #bdbbaf;
      color: #222; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
.w-RestrictedCopy {
  position: relative;
  margin-top: 2rem;
  -moz-mask-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  -o-mask-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  mask-image: linear, to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%;
  /* W3C */ }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
  .w-RestrictedCopy p {
    text-align: left; }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
  .w-RestrictedCopy.w-RestrictedCopy--datatable {
    margin: 0; }

/* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
.w-Restricted {
  background-color: #fff;
  border-bottom: thin solid #ccc;
  margin-bottom: 2rem; }
  /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
  .w-Restricted .pagination {
    display: none; }
  /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
  .w-Restricted .w-RestrictedNote {
    display: block;
    padding: 50px;
    border-radius: 5px;
    border-top: none; }
    /* line 39, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
    .w-Restricted .w-RestrictedNote.w-RestrictedNote--datatable {
      padding: 3rem 1.5rem; }
    /* line 43, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
    .w-Restricted .w-RestrictedNote h3 {
      font-weight: 700;
      border-bottom: none; }
    /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
    .w-Restricted .w-RestrictedNote p {
      margin-bottom: 0;
      font-style: italic;
      text-align: center; }
      /* line 52, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
      .w-Restricted .w-RestrictedNote p small {
        font-size: 80%; }
    /* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
    .w-Restricted .w-RestrictedNote .w-Restricted-button {
      margin: 1rem 0; }
    /* line 59, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Restricted.scss */
    .w-Restricted .w-RestrictedNote .p-Button--Blue {
      margin: 0 20px;
      padding: 5px 10px;
      font-style: normal; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
.w-Sponsored {
  display: block;
  border: 1px solid #d1b746;
  padding: 10px;
  background: #fffcd9;
  margin-bottom: 1rem; }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
  .w-Sponsored .date {
    padding: 0 10px 0 0;
    float: right;
    width: 100%; }
    @media only screen and (min-width: 48.063em) {
      /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
      .w-Sponsored .date {
        width: auto; } }
    /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
    .w-Sponsored .date h6 {
      color: #555;
      font-size: 0.875rem;
      margin: 0;
      text-align: center; }
      @media only screen and (min-width: 48.063em) {
        /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
        .w-Sponsored .date h6 {
          text-align: right; } }
  /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
  .w-Sponsored .sponsor {
    padding-bottom: 0;
    width: 100%; }
    @media only screen and (min-width: 48.063em) {
      /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
      .w-Sponsored .sponsor {
        width: auto; } }
    /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
    .w-Sponsored .sponsor h6 {
      color: #555;
      font-size: 0.875rem;
      margin: 0;
      text-align: center;
      text-transform: none; }
      @media only screen and (min-width: 48.063em) {
        /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
        .w-Sponsored .sponsor h6 {
          text-align: left; } }
      /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
      .w-Sponsored .sponsor h6 a {
        color: #555; }

/* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Sponsored.scss */
.cleanslate {
  clear: both; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionPreview.scss */
.w-SectionPreview {
  margin: 0;
  padding-bottom: 1rem;
  position: relative;
  text-align: left; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionPreview.scss */
  .w-SectionPreview h4 {
    font-size: 0.75rem;
    text-align: left; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionPreview.scss */
  .w-SectionPreview h3 {
    font-size: 1rem;
    margin-top: 1rem;
    text-align: left; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionPreview.scss */
  .w-SectionPreview i {
    background: white;
    border: 2px solid black;
    border-radius: 50%;
    display: block;
    font-size: 1.75rem;
    height: 2rem;
    line-height: 1rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1rem;
    width: 2rem; }
    /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionPreview.scss */
    .w-SectionPreview i.icon-biv-podcasts {
      font-size: 1rem;
      line-height: 1.5rem; }
  /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SectionPreview.scss */
  .w-SectionPreview a {
    text-decoration: none; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TrendingContent.scss */
.w-TrendingContent ul {
  margin: 0;
  list-style-type: none; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TrendingContent.scss */
  .w-TrendingContent ul a {
    text-decoration: none; }

/* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TrendingContent.scss */
.w-TrendingContent h3 {
  font-size: 1rem;
  margin-bottom: 1rem; }

/* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TrendingContent.scss */
.w-TrendingContent h4 {
  margin-bottom: 1rem; }

/* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-TrendingContent.scss */
.w-TrendingContent h5 {
  font-size: 0.75rem;
  color: #87847e;
  margin-bottom: 0; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
.w-PromotedEvent {
  background: white;
  border: 1px solid #dbd8d0;
  margin-bottom: 2rem; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
  .w-PromotedEvent .event-image {
    position: relative; }
    /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
    .w-PromotedEvent .event-image .overlay {
      background: #0188cc;
      bottom: 0;
      color: white;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 0.875rem;
      margin: 0;
      padding: .25rem .5rem;
      text-align: left;
      text-transform: uppercase;
      width: 100%; }
      /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
      .w-PromotedEvent .event-image .overlay.biv {
        background: #0188cc; }
      /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
      .w-PromotedEvent .event-image .overlay.featured {
        background: #87847e; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
  .w-PromotedEvent h3 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding: 1rem 1rem .5rem; }
  /* line 39, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
  .w-PromotedEvent .meta {
    border-bottom: 1px solid #dbd8d0; }
  /* line 43, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
  .w-PromotedEvent .date {
    background: #dbd8d0;
    color: #333333;
    display: block;
    padding: .75rem; }
    /* line 49, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
    .w-PromotedEvent .date .start-date {
      width: 50px;
      display: inline-block; }
      /* line 52, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
      .w-PromotedEvent .date .start-date p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center; }
        /* line 60, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
        .w-PromotedEvent .date .start-date p span {
          font-size: 2rem; }
    /* line 65, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
    .w-PromotedEvent .date .separater {
      display: inline-block;
      width: 30px;
      vertical-align: super; }
      /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
      .w-PromotedEvent .date .separater span {
        padding: 0;
        font-size: 2rem; }
    /* line 74, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
    .w-PromotedEvent .date .end-date {
      width: 50px;
      display: inline-block; }
      /* line 77, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
      .w-PromotedEvent .date .end-date p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center; }
        /* line 85, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
        .w-PromotedEvent .date .end-date p span {
          font-size: 2rem; }
  /* line 92, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
  .w-PromotedEvent .time-venue {
    color: #333333;
    display: block;
    padding: 1rem;
    text-align: left; }
  /* line 99, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
  .w-PromotedEvent .p-Button--Trans {
    margin: .5rem;
    display: block; }
    /* line 102, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
    .w-PromotedEvent .p-Button--Trans.details {
      color: #0188cc; }
    /* line 106, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PromotedEvent.scss */
    .w-PromotedEvent .p-Button--Trans.register i {
      color: #0188cc; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
.w-EventSidebar {
  text-align: left; }
  /* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
  .w-EventSidebar .p-Button--Blue {
    border-radius: 0;
    color: white;
    display: block;
    margin: 0 0 .5rem 0;
    padding: 1rem 2rem; }
    /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
    .w-EventSidebar .p-Button--Blue:hover {
      color: #0188cc; }
  /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
  .w-EventSidebar h2 {
    border: 1px solid #dbd8d0;
    color: #333333;
    display: block;
    padding: .5rem; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
  .w-EventSidebar h3 {
    border: 1px solid #dbd8d0;
    color: #333333;
    display: block;
    padding: .5rem; }
  /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
  .w-EventSidebar ul {
    list-style-type: none;
    margin: 1rem 0; }
    /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
    .w-EventSidebar ul li {
      padding: 0.25rem 0.5rem; }
      /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
      .w-EventSidebar ul li a {
        color: #333333;
        display: block;
        text-decoration: none; }
        /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
        .w-EventSidebar ul li a:hover {
          color: #0188cc; }
        /* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
        .w-EventSidebar ul li a.active {
          color: #0188cc; }
  /* line 50, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSidebar.scss */
  .w-EventSidebar .clear-search {
    padding: .5rem 0 1rem;
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
.w-EventListing {
  border: 1px solid #dbd8d0;
  margin: 0 0 2rem;
  background: white; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing .event-image {
    position: relative;
    min-height: 66px; }
    /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing .event-image .overlay {
      bottom: 0;
      color: white;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 0.875rem;
      margin: 0;
      padding: .25rem 1rem;
      position: absolute;
      text-align: left;
      text-transform: uppercase;
      width: 100%; }
      /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
      .w-EventListing .event-image .overlay.biv {
        background: rgba(1, 136, 204, 0.8); }
      /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
      .w-EventListing .event-image .overlay.featured {
        background: rgba(135, 132, 126, 0.8); }
  /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    padding: .75rem;
    text-align: left; }
  /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing .meta-wrap {
    border-right: 1px solid #dbd8d0;
    border-left: 1px solid #dbd8d0; }
  /* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing .date {
    background: #dbd8d0;
    color: #333333;
    display: block;
    padding: .75rem; }
    /* line 50, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing .date .start-date {
      width: 50px;
      display: inline-block; }
      /* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
      .w-EventListing .date .start-date p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center; }
        /* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
        .w-EventListing .date .start-date p span {
          font-size: 2rem; }
    /* line 66, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing .date .separater {
      display: inline-block;
      width: 30px;
      vertical-align: super; }
      /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
      .w-EventListing .date .separater span {
        padding: 0;
        font-size: 2rem; }
    /* line 75, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing .date .end-date {
      width: 50px;
      display: inline-block; }
      /* line 78, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
      .w-EventListing .date .end-date p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center; }
        /* line 86, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
        .w-EventListing .date .end-date p span {
          font-size: 2rem; }
  /* line 93, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing .description {
    text-align: left; }
    /* line 96, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing .description > div {
      font-size: 1rem;
      line-height: 1.25rem;
      padding: 0 .75rem .75rem;
      font-weight: 100; }
  /* line 106, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing .time-venue {
    color: #333333;
    display: block;
    padding: 0 .75rem .75rem;
    text-align: left;
    font-size: .9rem; }
  /* line 118, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing a {
    color: #0188cc;
    text-decoration: none; }
    /* line 121, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing a.register {
      color: #333333; }
      /* line 123, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
      .w-EventListing a.register i {
        color: #0188cc; }
  /* line 128, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing p {
    font-size: 0.75rem;
    margin: 0;
    padding: .75rem;
    text-align: left; }
  /* line 135, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing .links {
    padding: .75rem;
    text-align: center; }
    /* line 138, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing .links a {
      display: block;
      padding: .5rem 0; }
    @media only screen and (min-width: 48.063em) {
      /* line 135, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
      .w-EventListing .links {
        text-align: left; } }
  /* line 146, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing .p-Button--Trans {
    margin: .5rem;
    display: block; }
    /* line 149, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing .p-Button--Trans.details {
      color: #0188cc; }
    /* line 153, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing .p-Button--Trans.register i {
      color: #0188cc; }
  /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
  .w-EventListing .BIVeventlinks {
    padding: 1rem .75rem;
    text-align: center; }
    @media only screen and (min-width: 48.063em) {
      /* line 158, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
      .w-EventListing .BIVeventlinks {
        text-align: left; } }
    /* line 164, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing .BIVeventlinks .set {
      display: block;
      padding: .5rem 0; }
      /* line 167, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
      .w-EventListing .BIVeventlinks .set a {
        display: block;
        padding: .75rem 0 0; }
    /* line 172, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
    .w-EventListing .BIVeventlinks .p-Button--Blue {
      display: block;
      margin: 0;
      color: white; }
      /* line 176, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventListing.scss */
      .w-EventListing .BIVeventlinks .p-Button--Blue:hover {
        color: #0188cc; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventDesc.scss */
.w-EventDesc {
  text-align: left; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventMap.scss */
.w-EventMap {
  background: white;
  border: 1px solid #dbd8d0;
  margin-bottom: 2rem; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventMap.scss */
  .w-EventMap .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden; }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventMap.scss */
  .w-EventMap .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventMap.scss */
  .w-EventMap .p-Button--Trans {
    margin: .5rem;
    display: block; }
    /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventMap.scss */
    .w-EventMap .p-Button--Trans.register i {
      color: #0188cc; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSponsors.scss */
.w-EventSponsors {
  background: white;
  border: 1px solid #dbd8d0;
  margin-bottom: 2rem;
  padding: 1rem; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSponsors.scss */
  .w-EventSponsors h3 {
    margin: 0;
    padding: 0 0 1rem; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSponsors.scss */
  .w-EventSponsors h4 {
    border-bottom: 1px solid #dbd8d0;
    display: block;
    color: #87847e;
    font-size: 0.75rem;
    margin: 0;
    text-align: left; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSponsors.scss */
  .w-EventSponsors .w-EventSponsors-logos {
    margin: 0 0 2rem; }
  /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-EventSponsors.scss */
  .w-EventSponsors img {
    margin: .5rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Copyright.scss */
.w-Copyright {
  text-align: center;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 48.063em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Copyright.scss */
    .w-Copyright {
      text-align: left; } }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Copyright.scss */
  .w-Copyright .copyright {
    overflow: hidden;
    padding: 0; }
    /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Copyright.scss */
    .w-Copyright .copyright p {
      color: #bdbbaf;
      display: inline-block;
      font-size: 0.75rem;
      line-height: 0.75rem;
      position: relative; }
      @media only screen and (min-width: 48.063em) {
        /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Copyright.scss */
        .w-Copyright .copyright p:after {
          border-bottom: 1px solid #bdbbaf;
          bottom: 0;
          content: "";
          position: absolute;
          width: 1500px;
          margin-left: 1rem; } }
      /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Copyright.scss */
      .w-Copyright .copyright p a {
        color: #bdbbaf; }
        /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Copyright.scss */
        .w-Copyright .copyright p a:hover {
          color: white; }
  /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Copyright.scss */
  .w-Copyright i {
    color: #bdbbaf;
    font-size: 5rem; }
    /* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Copyright.scss */
    .w-Copyright i:before {
      vertical-align: top;
      line-height: .65rem; }
    /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Copyright.scss */
    .w-Copyright i:hover {
      color: #b12220; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleProfile.scss */
.w-PeopleProfile {
  background: white;
  border: 1px solid #dbd8d0;
  margin-bottom: 2rem;
  padding: 1rem; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleProfile.scss */
  .w-PeopleProfile h3 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 1rem;
    margin-top: 0;
    padding-bottom: .5rem;
    text-align: left; }
    /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleProfile.scss */
    .w-PeopleProfile h3 a {
      text-decoration: none;
      color: #333333; }
      /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleProfile.scss */
      .w-PeopleProfile h3 a:hover {
        color: #0188cc; }
  /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleProfile.scss */
  .w-PeopleProfile h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0rem;
    padding-bottom: .5rem; }
  /* line 37, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleProfile.scss */
  .w-PeopleProfile a {
    color: #333333;
    text-decoration: none; }
    /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleProfile.scss */
    .w-PeopleProfile a:hover {
      color: #0188cc; }
  /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleProfile.scss */
  .w-PeopleProfile .tags h6 {
    border-bottom: none;
    text-align: left;
    margin-bottom: 0rem; }
    /* line 49, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleProfile.scss */
    .w-PeopleProfile .tags h6 a {
      font-size: 1rem;
      color: #87847e;
      padding-bottom: .5rem;
      text-decoration: none; }
      /* line 55, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleProfile.scss */
      .w-PeopleProfile .tags h6 a:hover {
        color: #0188cc; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleEvents.scss */
.w-PeopleEvents {
  background: white;
  border: 1px solid #dbd8d0;
  padding: 1rem; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleEvents.scss */
  .w-PeopleEvents h3 {
    margin: 1rem 0;
    text-align: left; }
  /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-PeopleEvents.scss */
  .w-PeopleEvents p {
    text-align: left; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
.w-LeadVideo {
  text-align: left;
  position: relative;
  top: 0px;
  background: #333333;
  margin-bottom: 2rem;
  color: white; }
  @media only screen and (min-width: 64.0625em) {
    /* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
    .w-LeadVideo {
      margin-top: 20px; } }
  /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
  .w-LeadVideo .w-LeadVideo-content {
    z-index: 20;
    padding: 20px;
    position: relative; }
    /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
    .w-LeadVideo .w-LeadVideo-content > p {
      margin: 1em 0;
      color: white; }
  /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
  .w-LeadVideo .w-LeadVideo-meta {
    padding: 5px 0;
    border-top: thin solid white;
    margin: 0 0 1rem 0; }
    /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
    .w-LeadVideo .w-LeadVideo-meta p {
      font-size: 0.75rem; }
    /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
    .w-LeadVideo .w-LeadVideo-meta h4 {
      color: white;
      font-size: 0.75rem;
      font-weight: normal;
      margin: 3px 0;
      text-align: left; }
      /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
      .w-LeadVideo .w-LeadVideo-meta h4 i {
        color: white; }
      /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
      .w-LeadVideo .w-LeadVideo-meta h4 a {
        color: white;
        text-decoration: none; }
  /* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
  .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap {
    text-align: center;
    top: 0;
    width: 100%; }
    @media only screen and (min-width: 64.0625em) {
      /* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
      .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap p {
        background-color: #b12220;
        color: white;
        display: block;
        font-size: 0.75rem;
        margin-bottom: 0;
        padding: 4px 5px 2px;
        text-align: center;
        text-transform: uppercase; } }
    /* line 70, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
    .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap ul {
      display: inline-block;
      margin: 0 auto;
      width: 100%; }
      /* line 74, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
      .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap ul li {
        display: inline-block;
        list-style-type: none;
        padding: 0 10px; }
        /* line 79, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
        .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap ul li a {
          color: white;
          display: block;
          font-size: 1.25rem;
          text-align: center;
          text-decoration: none; }
  /* line 91, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
  .w-LeadVideo h1, .w-LeadVideo p {
    color: #fff;
    margin: 0;
    line-height: 1.2; }
  /* line 96, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
  .w-LeadVideo h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    font-weight: 900; }
    /* line 100, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
    .w-LeadVideo h1 a {
      color: white;
      text-decoration: none; }
      /* line 104, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
      .w-LeadVideo h1 a:hover {
        color: white; }
  /* line 110, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
  .w-LeadVideo .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    /* line 117, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LeadVideo.scss */
    .w-LeadVideo .video-container iframe, .w-LeadVideo .video-container object, .w-LeadVideo .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-VideoBlock.scss */
.w-VideoBlock {
  margin: 0;
  padding-bottom: 1rem;
  text-align: left; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-VideoBlock.scss */
  .w-VideoBlock h6 {
    text-transform: uppercase;
    color: #555;
    text-align: left;
    font-size: 0.875rem; }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-VideoBlock.scss */
  .w-VideoBlock a {
    color: #333333;
    font-size: 1rem;
    margin: 1rem 0;
    text-decoration: none; }
  /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-VideoBlock.scss */
  .w-VideoBlock .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: .5rem 0 1rem; }
    /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-VideoBlock.scss */
    .w-VideoBlock .video-container iframe, .w-VideoBlock .video-container object, .w-VideoBlock .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashAccountInfo.scss */
.w-DashAccountInfo label {
  text-transform: uppercase;
  color: #333333; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashAccountInfo.scss */
  .w-DashAccountInfo label input {
    border-radius: 3px; }

/* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashSubscriptions.scss */
.w-DashSubscriptions .newsletters a {
  margin: 1rem 0; }

/* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashSubscriptions.scss */
.w-DashSubscriptions .newsletters label {
  font-size: 1rem;
  line-height: 1rem;
  margin-left: 0; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashSubscriptions.scss */
  .w-DashSubscriptions .newsletters label span {
    font-size: 0.75rem; }

/* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashSubscriptions.scss */
.w-DashSubscriptions .digital a {
  margin: 1rem 0; }

/* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashSubscriptions.scss */
.w-DashSubscriptions .digital ul {
  list-style-type: none;
  margin: 0; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashSubscriptions.scss */
  .w-DashSubscriptions .digital ul li {
    border: 1px solid #87847e;
    color: #87847e;
    padding: 10px;
    margin-bottom: 1rem; }
    /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashSubscriptions.scss */
    .w-DashSubscriptions .digital ul li p {
      margin: 0; }
      /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashSubscriptions.scss */
      .w-DashSubscriptions .digital ul li p.small {
        font-size: 0.75rem; }
    /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashSubscriptions.scss */
    .w-DashSubscriptions .digital ul li.active {
      border: 1px solid #0188cc;
      color: #333333; }
      /* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DashSubscriptions.scss */
      .w-DashSubscriptions .digital ul li.active div:before {
        font-family: "p-iconfont";
        content: "\f12a";
        position: relative;
        float: left;
        padding: 6px 15px 6px 0;
        top: 0px;
        left: 4px;
        line-height: 2rem;
        font-size: 40px;
        color: #0188cc; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AuthorBlock.scss */
.w-AuthorBlock img {
  border-radius: 50%;
  border: 1px solid #87847e; }

/* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AuthorBlock.scss */
.w-AuthorBlock h4 {
  font-size: 20px; }

/* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AuthorBlock.scss */
.w-AuthorBlock h5 {
  font-size: 12px; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SponsorDetail.scss */
.w-SponsorDetail {
  margin-top: 0rem;
  border: 1px solid #dbd8d0; }
  @media only screen and (min-width: 48.063em) {
    /* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SponsorDetail.scss */
    .w-SponsorDetail {
      margin-top: 2rem; } }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SponsorDetail.scss */
  .w-SponsorDetail img {
    border-right: 1px solid #dbd8d0; }
    @media only screen and (min-width: 48.063em) {
      /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SponsorDetail.scss */
      .w-SponsorDetail img {
        border-bottom: 1px solid #dbd8d0; } }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SponsorDetail.scss */
  .w-SponsorDetail h4 {
    background: #fffcd9;
    color: #333333;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    padding: .5rem 1rem .5rem;
    text-align: left;
    border-bottom: 1px solid #dbd8d0; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SponsorDetail.scss */
  .w-SponsorDetail .description p {
    font-size: 0.75rem;
    margin: 0;
    padding: 1rem;
    text-align: left; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NewsSidebar.scss */
.w-NewsSidebar {
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #dbd8d0; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NewsSidebar.scss */
  .w-NewsSidebar .p-Button--Blue {
    display: block; }

/* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NewsSidebar.scss */
.w-NewsSidebar--belowLeadArticle {
  padding: 0;
  border: 0;
  margin: 0 0 2.125rem;
  text-align: center; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NewsSidebar.scss */
  .w-NewsSidebar--belowLeadArticle .p-Button-newsletter {
    line-height: 1.625rem; }
  @media only screen and (min-width: 48.063em) {
    /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NewsSidebar.scss */
    .w-NewsSidebar--belowLeadArticle {
      margin: 0 0 1.0625rem; } }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Disqus.scss */
#disqus_thread {
  padding: 2rem 0; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ExpertProfile.scss */
.w-ExpertProfile {
  background: white;
  border: 1px solid #dbd8d0;
  margin-bottom: 2rem;
  padding: 1rem; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ExpertProfile.scss */
  .w-ExpertProfile h3 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    margin-top: 0;
    padding-bottom: .5rem;
    text-align: left; }
    /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ExpertProfile.scss */
    .w-ExpertProfile h3 a {
      text-decoration: none;
      color: #333333; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ExpertProfile.scss */
  .w-ExpertProfile h4 {
    text-align: left; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ExpertProfile.scss */
  .w-ExpertProfile a {
    color: #0188cc; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ExpertProfile.scss */
  .w-ExpertProfile .tags h6 {
    border-bottom: none;
    text-align: left;
    margin-bottom: 0rem; }
    /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ExpertProfile.scss */
    .w-ExpertProfile .tags h6 a {
      font-size: 1rem;
      color: #87847e;
      padding-bottom: .5rem;
      text-decoration: none; }
      /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ExpertProfile.scss */
      .w-ExpertProfile .tags h6 a:hover {
        color: #0188cc; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
.w-SearchSidebar {
  text-align: left;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */ }
  /* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar .p-Button--Blue {
    border-radius: 0;
    color: white;
    display: block;
    margin: 0 0 .5rem 0;
    padding: 1rem 2rem;
    width: 100%; }
    /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
    .w-SearchSidebar .p-Button--Blue:hover {
      color: #0188cc; }
  /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar h2 {
    border: 1px solid #dbd8d0;
    color: #333333;
    display: block;
    padding: .5rem; }
  /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar h3 {
    border: 1px solid #dbd8d0;
    color: #333333;
    display: block;
    padding: .5rem; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar ul {
    list-style-type: none;
    margin: .5rem 0 1rem; }
    /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
    .w-SearchSidebar ul li {
      padding: 0; }
      /* line 37, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
      .w-SearchSidebar ul li a {
        color: #333333;
        display: block;
        text-decoration: none; }
        /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
        .w-SearchSidebar ul li a:hover {
          color: #0188cc; }
        /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
        .w-SearchSidebar ul li a.active {
          color: #0188cc; }
  /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar h4 {
    padding: 1rem 0 0 0; }
  /* line 55, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar dl dd {
    margin-bottom: .5rem; }
  /* line 58, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar dl dt {
    font-weight: normal; }
  /* line 64, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar p.count {
    display: inline; }
  /* line 67, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar input[type="checkbox"] + label {
    margin-right: 0; }
  /* line 71, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar [type="checkbox"]:not(:checked),
  .w-SearchSidebar [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  /* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar [type="checkbox"]:not(:checked) + label,
  .w-SearchSidebar [type="checkbox"]:checked + label {
    margin-left: 0;
    position: relative;
    padding-left: 20px;
    padding-bottom: 0px;
    text-transform: none;
    cursor: pointer; }
  /* line 86, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar [type="checkbox"]:checked + label a {
    text-decoration: none;
    color: #333333; }
  /* line 92, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar [type="checkbox"]:not(:checked) + label a {
    text-decoration: none;
    color: #aaa; }
  /* line 98, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar [type="checkbox"]:not(:checked) ~ p,
  .w-SearchSidebar [type="checkbox"]:checked ~ p {
    display: inline;
    color: #aaa; }
  /* line 105, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar [type="checkbox"]:not(:checked) + label:before,
  .w-SearchSidebar [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 0px;
    display: block; }
  /* line 119, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchSidebar.scss */
  .w-SearchSidebar [type="checkbox"]:not(:checked) + label:after,
  .w-SearchSidebar [type="checkbox"]:checked + label:after {
    font-family: "p-iconfont";
    content: "\f12a";
    position: absolute;
    top: 3px;
    left: 2px;
    line-height: 1rem;
    font-size: 20px;
    color: #0188cc;
    transition: all .2s; }

/* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ViewMoreArticles.scss */
.w-ViewMoreArticles .p-Button--Trans {
  display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
.w-LoginBox {
  border-radius: 1rem;
  background: white;
  padding: 2rem 1rem;
  border: 1px solid #dbd8d0;
  margin-bottom: 1rem;
  /* checkbox aspect */
  /* checked mark aspect */ }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox .p-Button--Blue {
    display: block;
    width: 100%;
    padding: 1rem;
    margin: 0; }
  /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox .p-Button--Trans {
    display: block;
    margin: 0; }
  /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox label {
    text-align: left; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox .forgot {
    float: right;
    margin-top: 3px;
    font-size: 0.875rem;
    text-transform: uppercase; }
  /* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox p {
    font-size: 0.875rem;
    margin: .5rem 0; }
  /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox .pricing ul li.text {
    text-align: right; }
  /* line 49, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox .pricing ul li.numbers {
    text-align: left; }
  /* line 52, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox .pricing ul li.discount {
    color: #b12220; }
  /* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox .pricing h3 {
    color: #0188cc;
    margin-top: 0;
    font-size: 2.5rem; }
  /* line 63, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox .pricing h6 {
    text-transform: uppercase;
    margin-bottom: 0; }
  /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox .errorlist {
    font-size: 0.75rem;
    border: 1px solid #d90600;
    list-style-type: none;
    margin: .5rem 0 0;
    text-align: left;
    padding: .5rem;
    border-radius: 3px;
    background: #ffdad9;
    position: relative; }
    /* line 79, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
    .w-LoginBox .errorlist:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      bottom: -7px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #d90600; }
    /* line 89, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
    .w-LoginBox .errorlist li {
      color: #400200; }
  /* line 93, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox [type="checkbox"]:not(:checked) + label, .w-LoginBox [type="checkbox"]:checked + label {
    padding-left: 27px;
    display: block; }
  /* line 99, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox [type="checkbox"]:not(:checked) + label:before, .w-LoginBox [type="checkbox"]:checked + label:before {
    width: 20px;
    height: 20px; }
  /* line 105, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox [type="checkbox"]:not(:checked) + label:after, .w-LoginBox [type="checkbox"]:checked + label:after {
    line-height: 1.25rem;
    font-size: 26px;
    left: 3px; }
  /* line 111, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
  .w-LoginBox label {
    text-transform: none; }

/* line 117, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LoginBox.scss */
.w-LoginBox.w-LoginBox--passReset .p-Button--Blue {
  width: 50%;
  margin: 1rem auto 0;
  padding: 0.5rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Columnist.scss */
.w-Columnist {
  margin-bottom: 2rem;
  padding: 1rem; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Columnist.scss */
  .w-Columnist h5 {
    font-size: 1rem; }
  /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Columnist.scss */
  .w-Columnist img {
    margin: .5rem;
    background: white;
    border: 1px solid #87847e;
    border-radius: 50%; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AuthorHeader.scss */
.w-AuthorHeader img {
  border-radius: 50%;
  border: 1px solid #87847e;
  margin-bottom: 1rem; }

/* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AuthorHeader.scss */
.w-AuthorHeader h4 {
  font-size: 20px; }

/* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AuthorHeader.scss */
.w-AuthorHeader h5 {
  font-size: 12px; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MustReadShareBar.scss */
.w-MustReadShareBar {
  margin-bottom: 1.5rem;
  padding: 0;
  position: relative;
  z-index: 1; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MustReadShareBar.scss */
  .w-MustReadShareBar .w-MustReadShareBar-wrap {
    text-align: center;
    top: 0; }
    /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MustReadShareBar.scss */
    .w-MustReadShareBar .w-MustReadShareBar-wrap p {
      display: block;
      color: #333333;
      font-size: 0.75rem;
      margin-bottom: 0;
      padding: 2px 0 0;
      text-align: center;
      text-transform: uppercase; }
    /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MustReadShareBar.scss */
    .w-MustReadShareBar .w-MustReadShareBar-wrap ul {
      background: #333333;
      display: inline-block;
      margin: 0 auto 10px; }
      /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MustReadShareBar.scss */
      .w-MustReadShareBar .w-MustReadShareBar-wrap ul li {
        display: inline-block;
        list-style-type: none;
        width: 50px; }
        /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MustReadShareBar.scss */
        .w-MustReadShareBar .w-MustReadShareBar-wrap ul li:hover {
          background: #0188cc; }
        /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MustReadShareBar.scss */
        .w-MustReadShareBar .w-MustReadShareBar-wrap ul li a {
          padding: 10px;
          color: white;
          display: block;
          font-size: 1.25rem;
          text-align: center; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LivingWorking.scss */
.w-LivingWorking-ad {
  position: relative;
  z-index: 1; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LivingWorking.scss */
  .w-LivingWorking-ad a {
    display: block; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LivingWorking.scss */
  .w-LivingWorking-ad .w-LivingWorking-ad-bg {
    background-position: center;
    height: 350px; }

/* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LivingWorking.scss */
.w-LivingWorking-ad--top .w-LivingWorking-ad-bg {
  background-position: center;
  height: 150px; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LivingWorkingTitle.scss */
.w-LivingWorkingTitle {
  text-align: center;
  padding: 2rem 0;
  position: relative;
  z-index: 1; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LivingWorkingTitle.scss */
  .w-LivingWorkingTitle h4 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 1rem;
    padding-bottom: .5rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LivingWorkingByline.scss */
.w-LivingWorkingByline {
  color: #87847e; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LivingWorkingByline.scss */
  .w-LivingWorkingByline a {
    text-decoration: none;
    color: #87847e; }
    /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-LivingWorkingByline.scss */
    .w-LivingWorkingByline a:hover {
      color: #0188cc; }

/* AddThisEvent */
/* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent-drop {
  position: relative;
  z-index: 999998;
  color: #222 !important;
  text-decoration: none;
  border: 1px solid #bdbbaf;
  color: #555;
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 3px;
  margin: 0 0.5rem 0.5rem 0.5rem;
  display: block; }

/* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent-drop:hover {
  border: 1px solid #bdbbaf;
  color: #222;
  text-decoration: none; }

/* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent-drop:active {
  top: 1px; }

/* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent-selected {
  background-color: #f7f7f7; }

/* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent_dropdown {
  width: 100%;
  position: absolute;
  z-index: 99999;
  padding: 6px 0px 0px 0px;
  background: #fff;
  text-align: left;
  display: none;
  margin-top: -2px;
  margin-left: -1px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #bebebe;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15); }

/* line 54, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent_dropdown span {
  width: 100%;
  display: block;
  line-height: 110%;
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  color: #0188cc;
  padding: 8px 10px 9px 15px; }

/* line 64, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent_dropdown span:hover {
  background: #f4f4f4;
  color: #014466;
  text-decoration: none;
  font-size: 12px; }

/* line 70, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent span {
  display: none !important; }

/* line 71, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent-drop ._url, .addthisevent-drop ._start, .addthisevent-drop ._end, .addthisevent-drop ._summary, .addthisevent-drop ._description, .addthisevent-drop ._location, .addthisevent-drop ._organizer, .addthisevent-drop ._organizer_email, .addthisevent-drop ._facebook_event, .addthisevent-drop ._all_day_event {
  display: none !important; }

/* line 72, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent_dropdown .copyx {
  width: 200px;
  height: 21px;
  display: block;
  position: relative;
  cursor: default; }

/* line 73, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent_dropdown .brx {
  width: 180px;
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 9px; }

/* line 74, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent_dropdown .frs {
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 10px;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  z-index: 101;
  line-height: 110%;
  background: #fff;
  text-decoration: none;
  font-size: 9px;
  color: #cacaca; }

/* line 75, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent_dropdown .frs:hover {
  color: #6d84b4; }

/* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-AddThisEvent.scss */
.addthisevent {
  visibility: hidden; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Iframe.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Iframe.scss */
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Iframe.scss */
.responsive-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }
  /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Iframe.scss */
  .responsive-container iframe, .responsive-container object, .responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Iframe.scss */
.quietly-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }
  /* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-Iframe.scss */
  .quietly-container iframe, .quietly-container object, .quietly-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DisqusHide.scss */
.w-DisqusHide {
  text-align: left;
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  margin: 1rem 0 0;
  line-height: 1;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  font-weight: 700; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DisqusHide.scss */
  .w-DisqusHide a {
    color: #C5392B;
    text-decoration: none; }
    /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-DisqusHide.scss */
    .w-DisqusHide a:hover, .w-DisqusHide a:active {
      color: #9e2e22; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
.w-NextEffect {
  margin-top: 0.125rem;
  position: relative; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
  .w-NextEffect .open-icon-wrap {
    color: #333333;
    font-size: 1.5rem; }
  /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
  .w-NextEffect .icon-wrap {
    position: relative;
    z-index: 100;
    display: inline-block;
    border: 0px solid transparent;
    border-top-width: 5px;
    color: #333333;
    -webkit-transition: border-width 0.3s 0.15s, padding .3s;
    transition: border-width 0.3s 0.15s, padding .3s;
    font-size: 1rem;
    padding: 0 0.25rem;
    line-height: 0;
    opacity: 0;
    visibility: hidden; }
  /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
  .w-NextEffect .icon-wrap--flip i:before {
    transform: rotate(0.5turn); }
  /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
  .w-NextEffect div {
    position: absolute;
    top: 2.25rem;
    bottom: 0;
    padding: 20px;
    width: 360px;
    height: 126px;
    background: #333333;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
  /* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
  .w-NextEffect a.next div {
    right: 50px;
    padding: 10px 10px 10px 127px;
    -webkit-transform: translateY(0%) translateX(50%) scaleX(0);
    transform: translateY(0%) translateX(50%) scaleX(0); }
  /* line 54, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
  .w-NextEffect a:hover .icon-wrap,
  .w-NextEffect a:active .icon-wrap {
    border-bottom-width: 105px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #C5392B;
    border-color: #C5392B;
    color: #fff;
    opacity: 1;
    visibility: visible; }
  /* line 66, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
  .w-NextEffect a.next:active div,
  .w-NextEffect a.next:hover div {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(0%) translateX(0%) scaleX(1);
    transform: translateY(0%) translateX(0%) scaleX(1); }

/* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
.effect-wrapper {
  display: block; }

/* line 84, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
.w-NextEffect-title {
  color: #fff;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem; }

/* line 90, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
.w-NextEffect-byline {
  color: #fff; }

/* line 94, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-NextEffect.scss */
.w-NextEffect-image {
  position: absolute;
  top: 13px;
  left: 13px; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBarHor.scss */
.w-ShareBarHor {
  margin-bottom: 1.5rem;
  padding: 0; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBarHor.scss */
  .w-ShareBarHor .w-ShareBarHor-wrap {
    text-align: center;
    top: 0; }
    /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBarHor.scss */
    .w-ShareBarHor .w-ShareBarHor-wrap p {
      display: none; }
    /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBarHor.scss */
    .w-ShareBarHor .w-ShareBarHor-wrap ul {
      display: inline-block;
      margin: 0 auto 10px; }
      @media only screen and (min-width: 48.063em) {
        /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBarHor.scss */
        .w-ShareBarHor .w-ShareBarHor-wrap ul {
          display: block; } }
      /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBarHor.scss */
      .w-ShareBarHor .w-ShareBarHor-wrap ul li {
        display: inline-block;
        list-style-type: none; }
        /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBarHor.scss */
        .w-ShareBarHor .w-ShareBarHor-wrap ul li a {
          padding: 4px 10px 6px;
          display: block;
          font-size: 1.25rem;
          text-align: center;
          color: #87847e; }
          /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-ShareBarHor.scss */
          .w-ShareBarHor .w-ShareBarHor-wrap ul li a:hover {
            color: #52504d; }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchDropdown.scss */
.w-SearchDropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchDropdown.scss */
  .w-SearchDropdown.is-open {
    visibility: visible;
    opacity: 1; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchDropdown.scss */
  .w-SearchDropdown .search {
    background-color: #000; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchDropdown.scss */
  .w-SearchDropdown #id_q {
    font-weight: 400;
    background: none;
    outline: none;
    margin: 1.5rem 0 0.875rem;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #888;
    color: #fff; }
    /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/bower/bourbon/dist/css3/_placeholder.scss */
    .w-SearchDropdown #id_q::-webkit-input-placeholder {
      font-family: "proxima-nova", "proxima-nova-alt-condensed", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      color: #fff; }
    /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/bower/bourbon/dist/css3/_placeholder.scss */
    .w-SearchDropdown #id_q:-moz-placeholder {
      font-family: "proxima-nova", "proxima-nova-alt-condensed", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      color: #fff; }
    /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/bower/bourbon/dist/css3/_placeholder.scss */
    .w-SearchDropdown #id_q::-moz-placeholder {
      font-family: "proxima-nova", "proxima-nova-alt-condensed", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      color: #fff; }
    /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/bower/bourbon/dist/css3/_placeholder.scss */
    .w-SearchDropdown #id_q:-ms-input-placeholder {
      font-family: "proxima-nova", "proxima-nova-alt-condensed", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      color: #fff; }
  /* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-SearchDropdown.scss */
  .w-SearchDropdown .search-close {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1;
    vertical-align: top;
    padding: 30px 20px 23px;
    display: block; }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  background-color: #e5e5e5;
  padding: 1.5rem 0; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
  .w-MenuDropdown.is-hidden {
    visibility: hidden;
    opacity: 0; }

/* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-nav-list {
  list-style: none;
  margin: 0 0 1.5rem; }

/* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-nav-list-item {
  display: inline-block;
  font-weight: 800;
  margin-right: 1rem; }
  /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
  .w-MenuDropdown-nav-list-item:last-child {
    margin-right: 0; }

/* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-item {
  padding-bottom: 0 !important;
  position: relative !important; }

/* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-item-hide-when-small {
  display: none !important; }
  @media (min-width: 1200px) {
    /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
    .w-MenuDropdown-item-hide-when-small {
      display: block !important; } }

/* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-item-link {
  display: block;
  text-decoration: none; }

/* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-item-image {
  margin-bottom: 0.75rem; }

/* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.125rem; }

/* line 65, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-item-byline {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #747474; }

/* line 74, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-item-byline-link {
  color: #747474;
  text-decoration: none; }
  /* line 78, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
  .w-MenuDropdown-item-byline-link:hover, .w-MenuDropdown-item-byline-link:active {
    color: #000; }

/* line 84, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-side {
  padding-left: 3rem; }

/* line 88, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-side-title {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #747474;
  margin-bottom: 0.75rem; }

/* line 98, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-side-list {
  list-style: none;
  margin: 0; }

/* line 103, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-side-list-item {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.75rem; }

/* line 109, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-nav-list-item-link,
.w-MenuDropdown-side-list-item-link {
  color: #747474;
  text-decoration: none; }
  /* line 115, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
  .w-MenuDropdown-nav-list-item-link:hover,
  .w-MenuDropdown-side-list-item-link:hover {
    color: #000; }
  /* line 119, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
  .is-active .w-MenuDropdown-nav-list-item-link, .is-active
  .w-MenuDropdown-side-list-item-link {
    color: #000; }

/* line 124, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
.w-MenuDropdown-view-all {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #747474;
  margin-bottom: 0;
  margin-top: 1.25rem; }
  /* line 134, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
  .w-MenuDropdown-view-all a {
    color: #747474;
    text-decoration: none; }
    /* line 139, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-MenuDropdown.scss */
    .w-MenuDropdown-view-all a:hover, .w-MenuDropdown-view-all a:active {
      color: #6a6a6a; }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-lead-article-list.scss */
.w-lead-article-list {
  margin: 0 0 2rem;
  list-style: none; }

/* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-lead-article-list.scss */
.w-lead-article-list-item {
  border-top: 1px dotted #333333;
  margin: 0 0 1.125rem;
  padding-top: 0.3125rem;
  line-height: 1.3; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-lead-article-list.scss */
  .w-lead-article-list-item.is-active {
    border-color: #cecece; }

/* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-lead-article-list.scss */
.w-lead-article-list-link {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #333333;
  text-decoration: none;
  position: relative;
  display: block; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-lead-article-list.scss */
  .w-lead-article-list-link:hover, .w-lead-article-list-link:active {
    color: #555; }
  /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-lead-article-list.scss */
  .w-lead-article-list-link::after {
    font-family: "p-iconfont";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f117";
    font-size: 1.125rem;
    position: absolute;
    color: #C5392B;
    bottom: -0.125rem;
    left: 0;
    transform: translateY(100%);
    opacity: 0; }
  /* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-lead-article-list.scss */
  .is-active .w-lead-article-list-link {
    color: #cecece; }
    /* line 59, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-lead-article-list.scss */
    .is-active .w-lead-article-list-link::after {
      opacity: 1; }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-magazines.scss */
.w-magazines {
  margin: 0 0 1rem;
  border: 1px solid #dbd8d0;
  padding: 0.5rem;
  text-align: center; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-magazines.scss */
  .w-magazines .orbit-timer {
    display: none; }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-magazines.scss */
  .w-magazines .orbit-container .orbit-prev > span {
    border-right-color: #C5392B !important; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-magazines.scss */
  .w-magazines .orbit-container .orbit-next > span {
    border-left-color: #C5392B !important; }

/* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-magazines.scss */
.w-magazines-title {
  margin-bottom: 0.75rem; }

/* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-magazines.scss */
.w-magazine-link {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 11.25rem; }

/* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-magazines.scss */
.w-magazines-view-all {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  display: block; }
  /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-magazines.scss */
  .w-magazines-view-all:hover, .w-magazines-view-all:active {
    color: #555; }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
.w-media-links {
  margin: 0 0 1.125rem;
  border-bottom: 1px solid #C5392B;
  text-align: center; }
  /* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
  .w-media-links li {
    display: inline; }
  @media only screen and (min-width: 48.063em) {
    /* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
    .w-media-links {
      text-align: left; } }

/* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
.w-media-link {
  font-weight: 400;
  line-height: 1.5;
  color: #C5392B;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.3125rem;
  border: 1px solid transparent;
  transition: all 0.25s;
  margin-left: -1px; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
  .w-media-link.is-active {
    border-top-color: #C5392B;
    border-left-color: #C5392B;
    border-right-color: #C5392B;
    border-bottom: 2px solid #fff;
    background-color: #fff;
    margin-bottom: -1px; }
  /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
  .w-media-link:hover, .w-media-link:active {
    color: #9e2e22; }
  /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
  li:first-child .w-media-link {
    margin-left: 0; }
  /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
  .w-media-link i {
    font-size: 0.75rem; }
  /* line 49, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
  .w-media-link .icon-video-homepage {
    vertical-align: top;
    font-size: 0.625rem;
    line-height: 2.3; }
  /* line 55, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
  .w-media-link .icon-sound-homepage {
    vertical-align: top;
    line-height: 1.9; }
  /* line 60, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-links.scss */
  .w-media-link .icon-microphone-homepage {
    vertical-align: top;
    line-height: 1.9; }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-slider.scss */
.w-media-slider {
  margin-bottom: 0.75rem; }

/* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-slider.scss */
.w-media-slider-item-title {
  margin-top: 0; }

/* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-slider.scss */
.w-media-slider-item-media {
  margin-bottom: 0.75rem; }

/* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-slider.scss */
.w-media-slider-item-caption {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px dotted #333333;
  font-weight: 400; }

/* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-slider.scss */
.w-media-slider-item-view-all {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
  margin-bottom: 0.75rem;
  display: block; }
  /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-media-slider.scss */
  .w-media-slider-item-view-all:hover, .w-media-slider-item-view-all:active {
    color: #555; }

/* line 2, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-article-list.scss */
#w-article-list > li {
  padding-bottom: 0 !important; }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-unslider.scss */
.w-unslider {
  height: 250px; }
  /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/widgets/_w-unslider.scss */
  .w-unslider ul[class*="block-grid-"] {
    margin: 0 -0.625rem !important; }

/* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
.m-SiteHeader {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 77; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
  .m-SiteHeader.bar-hidden {
    top: -75px; }
    /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
    .sb-active .m-SiteHeader.bar-hidden {
      top: 0; }
  @media only screen and (min-width: 48.063em) {
    /* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
    .m-SiteHeader {
      top: 0; }
      /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
      .m-SiteHeader.bar-hidden {
        top: 0; }
        /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
        .sb-active .m-SiteHeader.bar-hidden {
          top: 0; } }

/* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
.home .m-SiteHeader {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 77; }
  /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
  .home .m-SiteHeader.bar-hidden {
    top: -75px; }
    /* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
    .sb-active .home .m-SiteHeader.bar-hidden {
      top: 0; }
  @media only screen and (min-width: 48.063em) {
    /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
    .home .m-SiteHeader {
      top: 0; }
      /* line 49, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
      .home .m-SiteHeader.bar-hidden {
        top: 0; }
        /* line 51, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteHeader.scss */
        .sb-active .home .m-SiteHeader.bar-hidden {
          top: 0; } }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
.m-MustRead {
  display: block;
  margin: 0;
  text-align: left;
  z-index: 111; }
  @media only screen and (min-width: 48.063em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
    .m-MustRead {
      box-shadow: none;
      z-index: 7; } }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
  .m-MustRead .m-MustRead-links {
    top: 0;
    text-align: left;
    margin-top: 0.5rem; }
  /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
  .m-MustRead .m-MustRead-category {
    padding-top: 0.3125rem;
    margin: 0 0 0.1875rem; }
  /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
  .m-MustRead .m-MustRead-articleTitle {
    margin: 0 0 1.25rem; }
  /* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
  .m-MustRead ul {
    margin: 0 0 2rem; }
    /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
    .m-MustRead ul li {
      display: block;
      list-style-type: none;
      list-style-position: inside;
      position: relative;
      border-top: 1px dotted #333333; }
  /* line 50, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
  .m-MustRead a {
    display: block;
    text-decoration: none; }
    /* line 54, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
    .m-MustRead a p {
      color: #333333; }
    /* line 59, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
    .m-MustRead a:hover p {
      color: #4d4d4d; }
  /* line 65, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MustRead.scss */
  .m-MustRead p {
    margin: 0; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
.m-MobileMustRead {
  background-color: #fff;
  padding: 0 0 2rem;
  position: relative;
  text-align: center;
  top: 115px; }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
  .m-MobileMustRead .m-MustRead-links {
    background-color: white; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
  .m-MobileMustRead h3 {
    text-align: center;
    color: #333333;
    line-height: 100%;
    margin: 0;
    padding: 20px 0 0; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
  .m-MobileMustRead ul {
    background-color: #fff;
    margin: 0; }
    /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
    .m-MobileMustRead ul li {
      text-align: center;
      border-bottom: 1px solid #dbd8d0;
      display: block;
      list-style-type: none;
      list-style-position: inside;
      padding: 1em; }
      /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
      .m-MobileMustRead ul li:hover {
        background: #fffdec; }
      /* line 37, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
      .m-MobileMustRead ul li:first-child {
        padding-top: 1em; }
      /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
      .m-MobileMustRead ul li:last-child {
        margin-bottom: 0; }
  /* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
  .m-MobileMustRead a {
    display: block;
    text-decoration: none; }
    /* line 50, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
    .m-MobileMustRead a p {
      color: #333333; }
    /* line 54, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
    .m-MobileMustRead a:hover p {
      color: #4d4d4d; }
  /* line 60, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
  .m-MobileMustRead p {
    margin: 0; }
  /* line 64, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
  .m-MobileMustRead .m-MustRead-articleTitle {
    font-size: 0.875rem;
    margin-bottom: .25rem; }
    /* line 67, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
    .m-MobileMustRead .m-MustRead-articleTitle span {
      color: #7a110e; }
  /* line 76, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MobileMustRead.scss */
  .m-MobileMustRead .m-MustRead-img {
    margin: 0.5em auto; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleFixture.scss */
.m-ArticleFixture {
  background-color: #dbd8d0; }
  /* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleFixture.scss */
  .m-ArticleFixture a {
    text-decoration: none; }
  @media only screen and (min-width: 48.063em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleFixture.scss */
    .m-ArticleFixture {
      padding: 0 1rem;
      background: url(/static/img/bg_pattern.jpg) repeat; } }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleBody.scss */
.m-ArticleBody {
  margin-top: 3rem; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleBody.scss */
  .m-ArticleBody.mustread {
    border-bottom: 1px solid #dbd8d0; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AlsoRead.scss */
.m-AlsoRead {
  margin: 3.125rem 0 4.6875rem;
  padding: 4rem 0 3rem;
  background: #e5e5e5;
  text-align: left; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AlsoFrom.scss */
.m-AlsoFrom {
  margin: 0 0 3.125rem; }

/* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AlsoFrom.scss */
.m-AlsoFrom-title {
  margin-bottom: 2.1875rem; }

/* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
#author_modal {
  box-shadow: none;
  border: none; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
  #author_modal p {
    margin-bottom: 0; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
  #author_modal h2 {
    font-size: 1.4rem;
    margin-bottom: 0; }
  /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
  #author_modal h3 {
    font-size: 1rem; }
  /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
  #author_modal .columnist {
    margin: 0 auto;
    text-align: center; }
    /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
    #author_modal .columnist img {
      border-radius: 50%;
      border: 1px solid #ccc;
      margin: 0 auto; }
  /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
  #author_modal ul.tags {
    list-style-type: none;
    margin: 0; }
    /* line 37, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
    #author_modal ul.tags li {
      display: inline-block;
      margin: 0 .5em 0 0;
      font-size: 0.75rem;
      color: #272527; }
  /* line 46, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
  #author_modal .close-reveal-modal {
    background-color: #b12220;
    color: white;
    display: block;
    font-weight: normal;
    height: 30px;
    line-height: 0.75;
    padding: 2px 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    width: 30px; }
    @media only screen and (min-width: 48.063em) {
      /* line 46, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
      #author_modal .close-reveal-modal {
        height: 50px;
        line-height: 1;
        right: -50px;
        width: 50px; } }
    /* line 66, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
    #author_modal .close-reveal-modal:hover {
      background-color: #861a18; }
  /* line 71, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
  #author_modal .social {
    width: 30px;
    position: absolute;
    top: 30px;
    right: 0px; }
    @media only screen and (min-width: 48.063em) {
      /* line 71, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
      #author_modal .social {
        width: 50px;
        top: 50px;
        right: -50px; } }
    /* line 81, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
    #author_modal .social ul {
      list-style-type: none;
      margin: 0; }
      /* line 84, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
      #author_modal .social ul li {
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0;
        display: block;
        background-color: #222; }
        @media only screen and (min-width: 48.063em) {
          /* line 84, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
          #author_modal .social ul li {
            width: 50px;
            height: 50px;
            padding: 10px 0; } }
        /* line 99, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
        #author_modal .social ul li:hover {
          background-color: #0188cc; }
        /* line 102, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
        #author_modal .social ul li a {
          font-size: 1rem;
          color: white; }
          @media only screen and (min-width: 48.063em) {
            /* line 102, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
            #author_modal .social ul li a {
              font-size: 1.25rem; } }
  /* line 113, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AuthorModal.scss */
  #author_modal hr {
    border-bottom: 1px solid #ccc; }

/* -----------------------------------
 * Slidebars
 * Version 0.10.2
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
/* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #fff; }

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
/* ----------
 * 002 - Site
 */
/* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */ }

/* ---------------
 * 003 - Slidebars
 */
/* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #fff;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
  position: fixed;
  max-width: 14rem; }

/* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
  border-right: 3px solid rgba(0, 0, 0, 0.1); }

/* line 74, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
  border-left: 3px solid rgba(0, 0, 0, 0.1); }

/* line 79, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */ }

/* line 84, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */ }

/* line 88, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */ }

/* line 92, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */ }

/* Slidebar widths for browsers/devices that don't support media queries. */
/* line 97, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-slidebar {
  width: 30%; }

/* line 101, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-width-thin {
  width: 15%; }

/* line 105, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-width-wide {
  width: 45%; }

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  /* line 110, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-slidebar {
    width: 70%; }
  /* line 114, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-width-thin {
    width: 55%; }
  /* line 118, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-width-wide {
    width: 85%; } }

@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  /* line 124, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-slidebar {
    width: 55%; }
  /* line 128, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-width-thin {
    width: 40%; }
  /* line 132, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-width-wide {
    width: 70%; } }

@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  /* line 138, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-slidebar {
    width: 40%; }
  /* line 142, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-width-thin {
    width: 25%; }
  /* line 146, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-width-wide {
    width: 55%; } }

@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  /* line 152, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-slidebar {
    width: 30%; }
  /* line 156, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-width-thin {
    width: 15%; }
  /* line 160, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-width-wide {
    width: 45%; } }

@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  /* line 166, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-slidebar {
    width: 20%; }
  /* line 170, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-width-thin {
    width: 5%; }
  /* line 174, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
  .sb-width-wide {
    width: 35%; } }

/* ---------------
 * 004 - Animation
 */
/* line 183, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */ }

/* --------------------
 * 005 - Helper Classes
 */
/* line 196, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Slidebars.scss */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */ }

/* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-SiteFooter.scss */
.m-SiteFooter {
  background-color: #272527;
  overflow: hidden; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PageBreak.scss */
.m-PageBreak {
  height: 400px;
  position: relative;
  text-align: center;
  background: url(/static/img/page-breaks/van_bg_1.jpg) center center no-repeat;
  background-size: cover; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PageBreak.scss */
  .m-PageBreak.alt {
    background: url(/static/img/page-breaks/van_bg_2.jpg) center center no-repeat; }
  /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PageBreak.scss */
  .m-PageBreak.alt2 {
    background: url(/static/img/page-breaks/van_bg_3.jpg) center center no-repeat; }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PageBreak.scss */
  .m-PageBreak .content h1 {
    color: white;
    font-size: 2rem; }
    @media only screen and (min-width: 48.063em) {
      /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PageBreak.scss */
      .m-PageBreak .content h1 {
        font-size: 2.8125rem; } }
  /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PageBreak.scss */
  .m-PageBreak .content h3 {
    color: white;
    font-size: 1rem; }
    @media only screen and (min-width: 48.063em) {
      /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PageBreak.scss */
      .m-PageBreak .content h3 {
        font-size: 1.375rem; } }
  /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PageBreak.scss */
  .m-PageBreak .overlay {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Pricing.scss */
.m-Pricing {
  background: url(/static/img/bg_pattern.jpg) repeat;
  padding-bottom: 3rem; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Pricing.scss */
  .m-Pricing h3 {
    margin-bottom: 2rem; }
    /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Pricing.scss */
    .m-Pricing h3.special {
      font-weight: normal;
      text-align: center;
      margin-top: 2rem;
      margin-bottom: 2rem;
      border-bottom: 5px solid #dbd8d0; }

/* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Pricing.scss */
.m-Pricing-student {
  margin: 3rem auto;
  padding: 3rem 0;
  background: white;
  border-top: 1px solid #dbd8d0;
  border-bottom: 1px solid #dbd8d0; }

/* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Pricing.scss */
.m-Pricing-student-title {
  font-weight: normal !important;
  border-bottom: 5px solid #dbd8d0; }
  @media only screen and (min-width: 48.063em) {
    /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Pricing.scss */
    .m-Pricing-student-title {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none !important; } }

@media only screen and (min-width: 48.063em) {
  /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Pricing.scss */
  .m-Pricing-student-desc {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 83.3333333333%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }

@media only screen and (min-width: 64.0625em) {
  /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Pricing.scss */
  .m-Pricing-student-desc {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.6666666667%;
    float: left; } }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-LatestArticles.scss */
.m-LatestArticles {
  margin: 30px 0 0 0;
  padding: 3rem 1rem 0 1rem;
  text-align: left; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-LatestArticles.scss */
  .m-LatestArticles h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    text-align: center; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSections.scss */
.m-ExploreSections {
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat;
  box-shadow: inset 0 -20px 20px -20px #333333;
  -moz-box-shadow: inset 0 -20px 20px -20px #333333;
  -webkit-box-shadow: inset 0 -20px 20px -20px #333333; }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSections.scss */
  .m-ExploreSections h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSections.scss */
  .m-ExploreSections a {
    color: #87847e;
    display: block;
    font-size: 0.75rem; }
    /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSections.scss */
    .m-ExploreSections a:hover {
      color: #7a110e; }
  /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSections.scss */
  .m-ExploreSections img {
    margin: 0 auto; }
  /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSections.scss */
  .m-ExploreSections p {
    margin-top: 1em; }
  /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSections.scss */
  .m-ExploreSections h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 45, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSections.scss */
  .m-ExploreSections .p-Button--Trans {
    display: block;
    font-size: 1rem;
    color: #0188cc; }
    /* line 50, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSections.scss */
    .m-ExploreSections .p-Button--Trans:hover {
      color: #014466; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSponsored.scss */
.m-ExploreSponsored {
  border-bottom: 1px solid #dbd8d0;
  padding: 3rem 0;
  text-align: left;
  background: white;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSponsored.scss */
  .m-ExploreSponsored h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem;
    text-align: center; }
  /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSponsored.scss */
  .m-ExploreSponsored img {
    margin: 0 auto; }
  /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSponsored.scss */
  .m-ExploreSponsored p {
    margin-top: 1em; }
  @media only screen and (min-width: 48.063em) {
    /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSponsored.scss */
    .m-ExploreSponsored h6, .m-ExploreSponsored p {
      text-align: left; } }
  /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreSponsored.scss */
  .m-ExploreSponsored .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreWhatsHappening.scss */
.m-ExploreWhatsHappening {
  padding: 3rem 0;
  text-align: left;
  background: white;
  border-bottom: 1px solid #dbd8d0; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreWhatsHappening.scss */
  .m-ExploreWhatsHappening h2 {
    margin-bottom: 0;
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreWhatsHappening.scss */
  .m-ExploreWhatsHappening h6 {
    text-align: center;
    font-size: 1rem;
    color: #87847e; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreWhatsHappening.scss */
  .m-ExploreWhatsHappening a {
    color: #0188cc; }
  /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreWhatsHappening.scss */
  .m-ExploreWhatsHappening .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExplorePeople.scss */
.m-ExplorePeople {
  padding: 3rem 0;
  text-align: left; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExplorePeople.scss */
  .m-ExplorePeople h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExplorePeople.scss */
  .m-ExplorePeople h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExplorePeople.scss */
  .m-ExplorePeople .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreData.scss */
.m-ExploreData {
  padding: 3rem 0;
  background: white;
  border-top: 1px solid #dbd8d0; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreData.scss */
  .m-ExploreData h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreData.scss */
  .m-ExploreData h4 {
    margin: 1rem 0 0; }
    /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreData.scss */
    .m-ExploreData h4 a {
      text-decoration: none;
      color: #333333; }
      /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreData.scss */
      .m-ExploreData h4 a:hover {
        color: #0188cc; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreData.scss */
  .m-ExploreData h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: .5rem; }
  /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreData.scss */
  .m-ExploreData h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 43, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreData.scss */
  .m-ExploreData .p-Button--Trans {
    margin-top: 2rem;
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreAuthors.scss */
.m-ExploreAuthors {
  padding: 3rem 0;
  text-align: center;
  background: white;
  border-top: 1px solid #dbd8d0;
  border-bottom: 1px solid #dbd8d0; }
  @media only screen and (min-width: 64.0625em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreAuthors.scss */
    .m-ExploreAuthors {
      text-align: left; } }
  /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreAuthors.scss */
  .m-ExploreAuthors h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreAuthors.scss */
  .m-ExploreAuthors h3 {
    font-size: 1rem;
    margin-bottom: .5rem;
    margin-top: 1rem; }
    @media only screen and (min-width: 64.0625em) {
      /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreAuthors.scss */
      .m-ExploreAuthors h3 {
        margin-top: .5rem; } }
  /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreAuthors.scss */
  .m-ExploreAuthors h5 {
    font-size: 0.75rem;
    color: #dbd8d0; }
  /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreAuthors.scss */
  .m-ExploreAuthors .author a {
    color: #0188cc;
    font-size: 0.875rem;
    line-height: .5rem;
    text-decoration: none; }
  /* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreAuthors.scss */
  .m-ExploreAuthors .author img {
    border-radius: 50%;
    border: 2px solid #dbd8d0; }
  /* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreAuthors.scss */
  .m-ExploreAuthors .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreDigitalEdition.scss */
.m-ExploreDigitalEdition {
  border-bottom: 1px solid #dbd8d0;
  padding: 3rem 0;
  background: white; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreDigitalEdition.scss */
  .m-ExploreDigitalEdition a {
    text-decoration: none; }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreDigitalEdition.scss */
  .m-ExploreDigitalEdition h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem;
    text-align: center; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreDigitalEdition.scss */
  .m-ExploreDigitalEdition h4 {
    margin: 1rem 0 0; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreDigitalEdition.scss */
  .m-ExploreDigitalEdition h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .5rem; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ExploreDigitalEdition.scss */
  .m-ExploreDigitalEdition .magazine {
    margin-bottom: 2rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventGallery.scss */
.m-EventGallery {
  border-top: thin solid #ccc;
  border-bottom: thin solid #ccc;
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventGallery.scss */
  .m-EventGallery h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventGallery.scss */
  .m-EventGallery .orbit-container {
    overflow: visible !important; }
    /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventGallery.scss */
    .m-EventGallery .orbit-container .orbit-slides-container {
      overflow: hidden !important; }
    /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventGallery.scss */
    .m-EventGallery .orbit-container .orbit-next {
      right: -20px;
      background: white;
      color: black;
      width: 40px;
      height: 40px;
      border: 1px solid #87847e; }
      /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventGallery.scss */
      .m-EventGallery .orbit-container .orbit-next > span {
        border-left-color: black; }
    /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventGallery.scss */
    .m-EventGallery .orbit-container .orbit-prev {
      left: -20px;
      background: white;
      color: black;
      width: 40px;
      height: 40px;
      border: 1px solid #87847e; }
      /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventGallery.scss */
      .m-EventGallery .orbit-container .orbit-prev > span {
        border-right-color: black; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleInVancouver.scss */
.m-PeopleInVancouver {
  padding: 3rem 0;
  text-align: left;
  border-bottom: 1px solid #dbd8d0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  box-shadow: inset 0 -20px 20px -20px #333333;
  -moz-box-shadow: inset 0 -20px 20px -20px #333333;
  -webkit-box-shadow: inset 0 -20px 20px -20px #333333; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleInVancouver.scss */
  .m-PeopleInVancouver h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleInVancouver.scss */
  .m-PeopleInVancouver h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleInVancouver.scss */
  .m-PeopleInVancouver .p-Button--Trans {
    display: block;
    color: #0188cc; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleWhosGettingSued.scss */
.m-PeopleWhosGettingSued {
  padding: 3rem 0;
  text-align: left;
  background: white;
  border-bottom: 1px solid #dbd8d0; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleWhosGettingSued.scss */
  .m-PeopleWhosGettingSued h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleWhosGettingSued.scss */
  .m-PeopleWhosGettingSued h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleWhosGettingSued.scss */
  .m-PeopleWhosGettingSued a {
    color: #0188cc; }
  /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleWhosGettingSued.scss */
  .m-PeopleWhosGettingSued .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleBIVEvents.scss */
.m-PeopleBIVEvents {
  padding: 3rem 0;
  text-align: left;
  border-bottom: 1px solid #dbd8d0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  box-shadow: inset 0 -20px 20px -20px #333333;
  -moz-box-shadow: inset 0 -20px 20px -20px #333333;
  -webkit-box-shadow: inset 0 -20px 20px -20px #333333; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleBIVEvents.scss */
  .m-PeopleBIVEvents h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleBIVEvents.scss */
  .m-PeopleBIVEvents h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleBIVEvents.scss */
  .m-PeopleBIVEvents a {
    color: #0188cc; }
  /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleBIVEvents.scss */
  .m-PeopleBIVEvents .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventHeader.scss */
.m-EventHeader {
  height: 400px;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  background-position: center center;
  background-repeat: no-repeat; }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventHeader.scss */
  .m-EventHeader.fortyunder40 {
    background-color: #5A514A;
    background-size: 1222px 400px;
    background-image: url("/static/img/events/40under40.png");
    margin-top: -1rem; }
  /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventHeader.scss */
  .m-EventHeader.influential_women {
    background-color: #3e3c40;
    background-size: 1222px 400px;
    background-image: url("/static/img/events/influencial_women_bg.png");
    margin-top: -1rem; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventHeader.scss */
  .m-EventHeader.ceo_of_the_year {
    background-color: #625a53;
    background-size: 1222px 400px;
    background-image: url("/static/img/events/ceo_of_the_year_bg.png");
    margin-top: -1rem; }
  /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventHeader.scss */
  .m-EventHeader.cfo_of_the_year {
    background-color: #625a53;
    background-size: 1222px 400px;
    background-image: url("/static/img/events/cfo_of_the_year_bg.png");
    margin-top: -1rem; }
  /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventHeader.scss */
  .m-EventHeader .content {
    text-align: left;
    z-index: 4; }
    /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventHeader.scss */
    .m-EventHeader .content h3 {
      color: white;
      margin: 1rem 0; }
  /* line 46, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventHeader.scss */
  .m-EventHeader .overlay {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2; }
  /* line 54, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventHeader.scss */
  .m-EventHeader .p-Button--Blue {
    margin: 0; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassList.scss */
.m-EventClassList {
  margin: 30px 0;
  padding: 3rem 0;
  text-align: left;
  background: white;
  border-top: 1px solid #dbd8d0; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassList.scss */
  .m-EventClassList h2 {
    margin-bottom: 0;
    text-align: center; }
  /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassList.scss */
  .m-EventClassList h3 {
    font-size: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #87847e; }
  /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassList.scss */
  .m-EventClassList h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassList.scss */
  .m-EventClassList a {
    color: #0188cc; }
  /* line 39, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassList.scss */
  .m-EventClassList img {
    border-radius: 50%;
    border: 1px solid #87847e; }
  /* line 43, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassList.scss */
  .m-EventClassList .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassPrevious.scss */
.m-EventClassPrevious {
  margin: 30px 0;
  padding: 3rem 0;
  text-align: left;
  background: white;
  border-top: 1px solid #dbd8d0; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassPrevious.scss */
  .m-EventClassPrevious h2 {
    margin-bottom: 0;
    text-align: center; }
  /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassPrevious.scss */
  .m-EventClassPrevious h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassPrevious.scss */
  .m-EventClassPrevious a {
    color: #0188cc; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassPrevious.scss */
  .m-EventClassPrevious img {
    border-radius: 50%;
    border: 1px solid #87847e; }
  /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventClassPrevious.scss */
  .m-EventClassPrevious .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventCreate.scss */
.m-EventCreate {
  border-bottom: thin solid #ccc;
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventCreate.scss */
  .m-EventCreate h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventCreate.scss */
  .m-EventCreate p {
    clear: both; }
  /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventCreate.scss */
  .m-EventCreate .recurrence-widget {
    margin-bottom: 1rem; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-EventCreate.scss */
  .m-EventCreate div.recurrence-widget .add-button, .m-EventCreate div.recurrence-widget .add-button:link, .m-EventCreate div.recurrence-widget .add-button:visited {
    color: #0188cc; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BIVEvents.scss */
.m-BIVEvents h2 {
  margin-bottom: 0;
  text-align: center; }

/* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BIVEvents.scss */
.m-BIVEvents h6 {
  border-bottom: 5px solid #dbd8d0;
  text-align: center;
  font-size: 1rem;
  color: #87847e;
  margin-bottom: 2rem;
  padding-bottom: .5rem; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BIVEvents.scss */
  .m-BIVEvents h6.tags {
    text-align: left;
    border-bottom: none;
    margin: 0.5rem 0;
    padding: .5rem 0; }

/* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BIVEvents.scss */
.m-BIVEvents .header {
  padding-bottom: 2rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendContentBlock.scss */
.m-WeekendContentBlock {
  padding: 3rem 0;
  border-top: 1px solid #dbd8d0;
  padding-bottom: 1rem; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendContentBlock.scss */
  .m-WeekendContentBlock h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendContentBlock.scss */
  .m-WeekendContentBlock h3 {
    margin-bottom: 2rem; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendContentBlock.scss */
  .m-WeekendContentBlock h6 {
    text-transform: uppercase;
    color: #555;
    text-align: left;
    font-size: 0.875rem; }
  /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendContentBlock.scss */
  .m-WeekendContentBlock p {
    text-align: left; }
  /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendContentBlock.scss */
  .m-WeekendContentBlock .centered {
    text-align: center; }
  /* line 33, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendContentBlock.scss */
  .m-WeekendContentBlock .left {
    text-align: left; }
  /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendContentBlock.scss */
  .m-WeekendContentBlock ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; }
    /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendContentBlock.scss */
    .m-WeekendContentBlock ul li {
      padding-left: 1em;
      text-indent: -.7em; }
      /* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendContentBlock.scss */
      .m-WeekendContentBlock ul li:before {
        content: "■";
        color: #7a110e;
        padding-right: 7px; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendTopThree.scss */
.m-WeekendTopThree {
  padding: 3rem 0;
  border-top: 1px solid #dbd8d0;
  padding-bottom: 1rem; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-WeekendTopThree.scss */
  .m-WeekendTopThree h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Video.scss */
.m-Video {
  border-bottom: thin solid #ccc;
  padding: 3rem 0;
  text-align: center;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Video.scss */
  .m-Video h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
  /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Video.scss */
  .m-Video h6 {
    text-transform: uppercase;
    color: #555;
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 0; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-CategoryDetail.scss */
.m-CategoryDetail {
  padding: 3rem 0; }
  /* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-CategoryDetail.scss */
  .m-CategoryDetail h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
  /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-CategoryDetail.scss */
  .m-CategoryDetail h6 {
    text-transform: uppercase;
    color: #555;
    text-align: left;
    font-size: 0.875rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Dashboard.scss */
.m-Dashboard {
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Dashboard.scss */
  .m-Dashboard h2 {
    border-bottom: 1px solid #dbd8d0;
    display: block;
    margin: 1rem 0;
    padding: .25rem 0;
    text-align: left; }
  /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Dashboard.scss */
  .m-Dashboard h3 {
    border-bottom: 1px solid #dbd8d0;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: .25rem 0; }
  /* line 24, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Dashboard.scss */
  .m-Dashboard .p-Button--Blue {
    margin: 0; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Dashboard.scss */
  .m-Dashboard > div {
    padding-bottom: 2rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data {
  padding: 3rem 0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  text-align: left; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data a {
    text-decoration: none; }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data p {
    padding: 0; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data .ads {
    margin-top: 2rem; }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data h2 {
    margin: 2rem 0 0;
    padding-bottom: 0.25rem; }
  /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data h3 {
    border-bottom: 1px solid #dbd8d0;
    margin: 2rem 0 1rem;
    padding-bottom: 0.25rem; }
  /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data h4:hover {
    color: #0188cc; }
  /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: .5rem; }
  /* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data h6 {
    border-bottom: 5px solid #dbd8d0;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 55, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data .data-search {
    text-align: center; }
    /* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data .data-search a {
      font-size: 0.75rem; }
  /* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data .btn {
    padding: 0 1rem;
    border-radius: 0 3px 3px 0; }
  /* line 65, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data input {
    border-radius: 3px 0 0 3px; }
  /* line 68, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data .p-Button--Trans {
    display: block; }

@media only screen and (min-width: 64.0625em) {
  /* line 73, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
  .m-Data-pageSubtitle {
    margin-bottom: 4rem !important; } }

/* line 79, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-Search {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 64.0625em) {
    /* line 79, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-Search {
      padding: 1.5rem;
      border: 1px solid #dbd8d0;
      margin-bottom: 0; } }

/* line 88, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-Search-description {
  font-size: 1.125rem !important;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-bottom: 1.5; }

/* line 94, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-Search-form {
  max-width: 25rem;
  margin: 0 auto; }
  @media only screen and (min-width: 64.0625em) {
    /* line 94, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-Search-form {
      margin: 0; } }

/* line 102, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-Search-label {
  margin-bottom: 0.5rem;
  font-weight: 700; }

/* line 106, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-Search-input {
  margin-bottom: 0 !important; }

/* line 109, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-Featured {
  padding: 1rem;
  border: 1px solid #dbd8d0; }
  @media only screen and (min-width: 64.0625em) {
    /* line 109, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-Featured {
      padding: 1.5rem; } }

/* line 117, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-Featured-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0; }

/* line 123, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-Featured-title {
  border-bottom: 0 !important;
  margin: 0 0 0.5rem !important;
  padding-bottom: 0 !important;
  text-align: left !important;
  font-size: 1.4375rem !important;
  line-height: 1.3; }
  @media only screen and (min-width: 48.063em) {
    /* line 123, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-Featured-title {
      font-size: 1.5rem !important;
      margin: 0 0 1rem !important; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 123, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-Featured-title {
      font-size: 1.875rem !important; } }

/* line 139, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-Featured-description {
  margin-bottom: 0.5rem;
  line-height: 1.125rem; }
  @media only screen and (min-width: 48.063em) {
    /* line 139, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-Featured-description {
      font-size: 1rem !important;
      line-height: 1.25rem;
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 139, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-Featured-description {
      font-size: 1.125rem !important;
      line-height: 1.375rem; } }

/* line 153, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-Featured-source {
  color: #87847e;
  margin-bottom: 0;
  line-height: 0.875rem; }
  @media only screen and (min-width: 48.063em) {
    /* line 153, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-Featured-source {
      font-size: 0.875rem !important;
      line-height: 1.125rem; } }
  @media only screen and (min-width: 64.0625em) {
    /* line 153, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-Featured-source {
      font-size: 1rem !important;
      line-height: 1.25rem; } }

/* line 168, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-list-item {
  margin: 0;
  padding-bottom: 0.75rem !important; }

/* line 172, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-list-anchor {
  padding: 0.25rem 0.5rem;
  background-color: #ecece7;
  display: block;
  position: relative;
  z-index: 1; }

/* line 179, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-list-title {
  padding: 0;
  margin: 0;
  font-size: 1.125rem !important;
  font-family: "proxima-nova", "proxima-nova-alt-condensed", "Helvetica-Neue", "Helvetica", "Arial", sans-serif !important; }

/* line 185, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-PageMap {
  margin-top: 2rem;
  list-style-type: none;
  margin-left: .5rem;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 48.063em) {
    /* line 185, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-PageMap {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px; } }

/* line 196, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-anchor-top {
  padding-top: 80px; }
  @media only screen and (min-width: 48.063em) {
    /* line 196, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
    .m-Data-anchor-top {
      padding-top: 125px; } }

/* line 202, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Data.scss */
.m-Data-top {
  float: right;
  padding: 1rem 0; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
.m-MessageCenter {
  display: block; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
  .m-MessageCenter .alert-box {
    background-color: #fffcd9;
    border-color: #d9c800;
    border-radius: .5rem;
    color: #403b00;
    margin: 1rem 0 2rem;
    padding: 1rem 0; }
    /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
    .m-MessageCenter .alert-box a {
      text-decoration: none; }
    /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
    .m-MessageCenter .alert-box .button {
      background: #8d8100;
      border-radius: 3px;
      color: white;
      font-style: italic;
      margin: 1rem;
      padding: .5rem 1rem; }
      /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
      .m-MessageCenter .alert-box .button:hover {
        background: #403b00; }
    /* line 29, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
    .m-MessageCenter .alert-box .close {
      background: white;
      border: 1px solid #d9c800;
      border-radius: 50%;
      color: #d9c800;
      opacity: 1;
      padding: 8px 2px 8px 2px;
      position: absolute;
      right: 0.5rem;
      top: 50%; }
    /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
    .m-MessageCenter .alert-box.warning {
      border: 1px solid #d9c800;
      color: #403b00;
      background: #fffcd9; }
      /* line 44, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
      .m-MessageCenter .alert-box.warning .button {
        background: #D0B75A; }
        /* line 46, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
        .m-MessageCenter .alert-box.warning .button:hover {
          background: #c0a337; }
      /* line 50, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
      .m-MessageCenter .alert-box.warning .close {
        border: 1px solid #d9c800;
        color: #d9c800; }
    /* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
    .m-MessageCenter .alert-box.error {
      border: 1px solid #d90600;
      color: #400200;
      background: #ffdad9; }
      /* line 60, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
      .m-MessageCenter .alert-box.error .button {
        background: #8d0400; }
        /* line 62, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
        .m-MessageCenter .alert-box.error .button:hover {
          background: #400200; }
      /* line 66, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
      .m-MessageCenter .alert-box.error .close {
        border: 1px solid #d90600;
        color: #d90600; }
    /* line 71, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
    .m-MessageCenter .alert-box.success {
      border: 1px solid #0bd900;
      color: #034000;
      background: #dbffd9; }
      /* line 75, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
      .m-MessageCenter .alert-box.success .button {
        background: #078d00; }
        /* line 77, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
        .m-MessageCenter .alert-box.success .button:hover {
          background: #034000; }
      /* line 81, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
      .m-MessageCenter .alert-box.success .close {
        border: 1px solid #0bd900;
        color: #0bd900; }
    /* line 86, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
    .m-MessageCenter .alert-box.information {
      border: 1px solid #00d8b1;
      color: #003f34;
      background: #d8fff8; }
      /* line 90, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
      .m-MessageCenter .alert-box.information .button {
        background: #003f34; }
        /* line 92, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
        .m-MessageCenter .alert-box.information .button:hover {
          background: #000c0a; }
      /* line 96, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
      .m-MessageCenter .alert-box.information .close {
        border: 1px solid #00d8b1;
        color: #00d8b1; }
  /* line 102, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MessageCenter.scss */
  .m-MessageCenter p {
    margin: 0;
    padding: 0; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseHeader.scss */
.m-AdvertiseHeader {
  height: 400px;
  position: relative;
  text-align: center;
  background: url(/static/img/subscribe_background.png) center center no-repeat;
  background-size: cover; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseHeader.scss */
  .m-AdvertiseHeader .content h1 {
    color: white; }
  /* line 16, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseHeader.scss */
  .m-AdvertiseHeader .content h3 {
    color: white; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseHeader.scss */
  .m-AdvertiseHeader .content p {
    color: #fff; }
  /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseHeader.scss */
  .m-AdvertiseHeader .overlay {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseMediaKits.scss */
.m-AdvertiseMediaKits {
  background: white;
  border-top: thin solid #ccc;
  border-bottom: thin solid #ccc;
  padding: 3rem 0; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseMediaKits.scss */
  .m-AdvertiseMediaKits h2 {
    margin-bottom: 0;
    text-align: center; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseMediaKits.scss */
  .m-AdvertiseMediaKits h4 {
    font-size: 1.125rem;
    margin: 0 0 0 1rem; }
  /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseMediaKits.scss */
  .m-AdvertiseMediaKits h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: .5rem; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseMediaKits.scss */
  .m-AdvertiseMediaKits h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseMediaKits.scss */
  .m-AdvertiseMediaKits .p-Button--Trans, .m-AdvertiseMediaKits .p-Button--Blue {
    margin: 1rem;
    padding: .5rem 1rem; }
  /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseMediaKits.scss */
  .m-AdvertiseMediaKits ul {
    text-align: left; }
    /* line 43, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseMediaKits.scss */
    .m-AdvertiseMediaKits ul li {
      margin-bottom: 1rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseNumbers.scss */
.m-AdvertiseNumbers {
  background: url(/static/img/bg_pattern.jpg) repeat;
  padding: 3rem 0; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseNumbers.scss */
  .m-AdvertiseNumbers ul li h3 {
    font-size: 3.75rem; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseNumbers.scss */
  .m-AdvertiseNumbers ul li h4 {
    font-size: 1rem; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseNumbers.scss */
  .m-AdvertiseNumbers .w-AdvertiseContact {
    padding: 4rem 0 0 0; }
    /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseNumbers.scss */
    .m-AdvertiseNumbers .w-AdvertiseContact h4 {
      font-size: 1rem; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseWithBIV.scss */
.m-AdvertiseWithBIV {
  padding: 3rem 0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  text-align: left; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseWithBIV.scss */
  .m-AdvertiseWithBIV h3 {
    margin-bottom: 0; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseWithBIV.scss */
  .m-AdvertiseWithBIV h6 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: .5rem; }
  /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertiseWithBIV.scss */
  .m-AdvertiseWithBIV .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertisePublications.scss */
.m-AdvertisePublications {
  background: url(/static/img/bg_pattern.jpg) repeat;
  padding: 3rem 0;
  text-align: left; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertisePublications.scss */
  .m-AdvertisePublications h2 {
    margin-bottom: 0;
    text-align: center; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertisePublications.scss */
  .m-AdvertisePublications h4 {
    border-bottom: 1px solid #dbd8d0;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    padding-bottom: .25rem; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertisePublications.scss */
  .m-AdvertisePublications h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: .5rem; }
  /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertisePublications.scss */
  .m-AdvertisePublications h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
    /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertisePublications.scss */
    .m-AdvertisePublications h6.tags {
      text-align: left;
      border-bottom: none;
      margin: 0.5rem 0;
      padding: .5rem 0; }
  /* line 43, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertisePublications.scss */
  .m-AdvertisePublications .p-Button--Trans, .m-AdvertisePublications .p-Button--Blue {
    margin: 0;
    padding: .5rem 1rem; }
  /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AdvertisePublications.scss */
  .m-AdvertisePublications .w-Publication {
    border-bottom: 1px solid #dbd8d0;
    padding: 3rem 0; }

/* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleGallery.scss */
.m-ArticleGallery .orbit-container {
  overflow: visible !important; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleGallery.scss */
  .m-ArticleGallery .orbit-container .orbit-slides-container {
    overflow: hidden !important; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleGallery.scss */
  .m-ArticleGallery .orbit-container .orbit-next {
    right: -20px;
    background: white;
    color: black;
    width: 40px;
    height: 40px;
    border: 1px solid #87847e; }
    /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleGallery.scss */
    .m-ArticleGallery .orbit-container .orbit-next > span {
      border-left-color: black; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleGallery.scss */
  .m-ArticleGallery .orbit-container .orbit-prev {
    left: -20px;
    background: white;
    color: black;
    width: 40px;
    height: 40px;
    border: 1px solid #87847e; }
    /* line 30, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ArticleGallery.scss */
    .m-ArticleGallery .orbit-container .orbit-prev > span {
      border-right-color: black; }

/* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
.m-Modal {
  box-shadow: none;
  border: none; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
  .m-Modal a {
    text-decoration: none; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
  .m-Modal p {
    margin-bottom: 0; }
  /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
  .m-Modal h2 {
    font-size: 1.4rem;
    margin-bottom: 0; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
  .m-Modal h3 {
    font-size: 1rem; }
  /* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
  .m-Modal ul {
    list-style-type: none;
    margin-left: 0; }
  /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
  .m-Modal .close-reveal-modal {
    text-align: center;
    color: white;
    font-weight: normal;
    padding: 2px 0;
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    display: block;
    background-color: #b12220; }
    @media only screen and (min-width: 48.063em) {
      /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
      .m-Modal .close-reveal-modal {
        right: -50px; } }
    /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
    .m-Modal .close-reveal-modal:hover {
      background-color: #861a18; }
  /* line 52, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
  .m-Modal .social {
    width: 50px;
    position: absolute;
    top: 50px;
    right: -50px; }
    /* line 57, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
    .m-Modal .social ul {
      list-style-type: none;
      margin: 0; }
      /* line 60, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
      .m-Modal .social ul li {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        padding: 10px 0;
        display: block;
        background-color: #222; }
        /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
        .m-Modal .social ul li:hover {
          background-color: #0188cc; }
        /* line 72, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Modal.scss */
        .m-Modal .social ul li a {
          font-size: 1.25rem;
          color: white; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BasePage.scss */
.m-BasePage {
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BasePage.scss */
  .m-BasePage h2 {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 5px solid #dbd8d0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 83.3333333333%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
    /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BasePage.scss */
    .m-BasePage h2.pagetitle {
      margin-top: 0; }
    @media only screen and (min-width: 48.063em) {
      /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BasePage.scss */
      .m-BasePage h2 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left; } }
  /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BasePage.scss */
  .m-BasePage ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    text-align: left; }
    /* line 39, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BasePage.scss */
    .m-BasePage ul li {
      padding-left: 1em;
      text-indent: -.7em; }
      /* line 43, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-BasePage.scss */
      .m-BasePage ul li:before {
        content: "■";
        color: #7a110e;
        padding-right: 7px; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AskTheExperts.scss */
.m-AskTheExperts {
  padding: 3rem 0;
  text-align: left;
  border-bottom: 1px solid #dbd8d0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  box-shadow: inset 0 -20px 20px -20px #333333;
  -moz-box-shadow: inset 0 -20px 20px -20px #333333;
  -webkit-box-shadow: inset 0 -20px 20px -20px #333333; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AskTheExperts.scss */
  .m-AskTheExperts h2 {
    margin-bottom: 0;
    text-align: center; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AskTheExperts.scss */
  .m-AskTheExperts h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AskTheExperts.scss */
  .m-AskTheExperts a {
    color: #0188cc; }
  /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AskTheExperts.scss */
  .m-AskTheExperts .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
.m-Search {
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
  .m-Search small {
    font-size: 80%;
    line-height: inherit;
    color: #666; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
  .m-Search h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
  .m-Search h4 {
    font-size: 1.25rem;
    padding: 0;
    margin-bottom: 0; }
  /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
  .m-Search p {
    margin-top: 0; }
  /* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
  .m-Search img {
    margin: 0 auto; }
  /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
  .m-Search .SearchSidebar {
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */ }
    /* line 36, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
    .m-Search .SearchSidebar h4 {
      padding: 1rem 0 0 0; }
    /* line 40, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
    .m-Search .SearchSidebar dl dd {
      margin-bottom: .5rem; }
    /* line 43, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
    .m-Search .SearchSidebar dl dt {
      font-weight: normal; }
    /* line 49, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
    .m-Search .SearchSidebar input[type="checkbox"] + label {
      margin-right: 0; }
    /* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
    .m-Search .SearchSidebar [type="checkbox"]:not(:checked),
    .m-Search .SearchSidebar [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    /* line 58, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
    .m-Search .SearchSidebar [type="checkbox"]:not(:checked) + label,
    .m-Search .SearchSidebar [type="checkbox"]:checked + label {
      margin-left: 0;
      position: relative;
      padding-left: 20px;
      padding-bottom: 0px;
      text-transform: none;
      cursor: pointer; }
    /* line 69, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
    .m-Search .SearchSidebar [type="checkbox"]:not(:checked) + label:before,
    .m-Search .SearchSidebar [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 15px;
      height: 15px;
      border: 1px solid #aaa;
      background: #f8f8f8;
      border-radius: 0px;
      display: block; }
    /* line 83, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Search.scss */
    .m-Search .SearchSidebar [type="checkbox"]:not(:checked) + label:after,
    .m-Search .SearchSidebar [type="checkbox"]:checked + label:after {
      font-family: "p-iconfont";
      content: "\f12a";
      position: absolute;
      top: 3px;
      left: 2px;
      line-height: 1rem;
      font-size: 20px;
      color: #0188cc;
      transition: all .2s; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Login.scss */
.m-Login {
  padding: 3rem 0;
  text-align: center;
  background: url(/static/img/bg_pattern.jpg) repeat; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-DigitalDetail.scss */
.m-DigitalDetail {
  padding: 3rem 0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  text-align: left; }
  /* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-DigitalDetail.scss */
  .m-DigitalDetail h2 {
    margin-bottom: 0; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-DigitalDetail.scss */
  .m-DigitalDetail h6 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: .5rem; }
  /* line 22, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-DigitalDetail.scss */
  .m-DigitalDetail .embed-box {
    position: relative;
    padding-bottom: 65.14%;
    /* ratio for youtube embed */
    height: auto;
    overflow: hidden; }
  /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-DigitalDetail.scss */
  .m-DigitalDetail .embed-box iframe,
  .m-DigitalDetail .embed-box object,
  .m-DigitalDetail .embed-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Newsletters.scss */
.m-Newsletters {
  padding: 2rem 0;
  text-align: left; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Newsletters.scss */
  .m-Newsletters h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Newsletters.scss */
  .m-Newsletters .indicates-required, .m-Newsletters .asterisk {
    color: #b12220; }
  /* line 18, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Newsletters.scss */
  .m-Newsletters .indicates-required {
    margin-bottom: 1rem; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Newsletters.scss */
  .m-Newsletters .submit-wrapper {
    padding: 1rem;
    text-align: center; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Authors.scss */
.m-Authors {
  padding: 3rem 0;
  text-align: center;
  background: white;
  border-top: 1px solid #dbd8d0;
  border-bottom: 1px solid #dbd8d0; }
  @media only screen and (min-width: 64.0625em) {
    /* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Authors.scss */
    .m-Authors {
      text-align: left; } }
  /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Authors.scss */
  .m-Authors h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Authors.scss */
  .m-Authors h3 {
    font-size: 1rem;
    margin-bottom: .5rem;
    margin-top: 1rem; }
    @media only screen and (min-width: 64.0625em) {
      /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Authors.scss */
      .m-Authors h3 {
        margin-top: .5rem; } }
  /* line 34, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Authors.scss */
  .m-Authors h5 {
    font-size: 0.75rem;
    color: #dbd8d0; }
  /* line 39, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Authors.scss */
  .m-Authors h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 49, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Authors.scss */
  .m-Authors .author a {
    color: #0188cc;
    font-size: 0.75rem;
    line-height: 1rem;
    text-decoration: none; }
  /* line 55, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Authors.scss */
  .m-Authors .author img {
    border-radius: 50%;
    border: 2px solid #dbd8d0; }
  /* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-Authors.scss */
  .m-Authors .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleProfiles.scss */
.m-PeopleProfiles {
  padding: 3rem 0;
  text-align: left; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleProfiles.scss */
  .m-PeopleProfiles h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleProfiles.scss */
  .m-PeopleProfiles h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 25, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PeopleProfiles.scss */
  .m-PeopleProfiles .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-FeaturedEvents.scss */
.m-FeaturedEvents {
  border-top: thin solid #ccc;
  padding: 3rem 0;
  text-align: left;
  background: #fff; }
  /* line 10, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-FeaturedEvents.scss */
  .m-FeaturedEvents h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-PasswordRecovery.scss */
.m-PasswordRecovery {
  padding: 3rem 0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  text-align: left; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-IssueClassList.scss */
.m-IssueClassList {
  margin: 0;
  padding: 3rem 0;
  text-align: left;
  background: white; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-IssueClassList.scss */
  .m-IssueClassList h2 {
    margin-bottom: 0;
    text-align: center; }
  /* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-IssueClassList.scss */
  .m-IssueClassList h3 {
    font-size: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #87847e; }
  /* line 21, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-IssueClassList.scss */
  .m-IssueClassList h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: .5rem; }
  /* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-IssueClassList.scss */
  .m-IssueClassList a {
    color: #0188cc; }
  /* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-IssueClassList.scss */
  .m-IssueClassList img {
    border-radius: 50%;
    border: 1px solid #87847e; }
  /* line 42, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-IssueClassList.scss */
  .m-IssueClassList .p-Button--Trans {
    display: block; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ErrorPage.scss */
.m-ErrorPage {
  margin: 3rem 0; }
  /* line 6, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ErrorPage.scss */
  .m-ErrorPage h1 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    font-family: "Adelle", Georgia, serif; }
  /* line 14, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ErrorPage.scss */
  .m-ErrorPage h4 {
    font-family: "Adelle", Georgia, serif; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ErrorPage.scss */
  .m-ErrorPage .button .icon-magnify {
    font-size: 2rem; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-ErrorPage.scss */
  .m-ErrorPage form label {
    display: none; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AlsoReadTest.scss */
.m-AlsoReadTest {
  margin: 30px 0;
  text-align: left; }
  /* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AlsoReadTest.scss */
  .m-AlsoReadTest h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  /* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AlsoReadTest.scss */
  .m-AlsoReadTest img {
    margin: 0 auto; }
  /* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AlsoReadTest.scss */
  .m-AlsoReadTest p {
    margin-top: 1em; }
  @media only screen and (min-width: 48.063em) {
    /* line 28, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-AlsoReadTest.scss */
    .m-AlsoReadTest h6, .m-AlsoReadTest p {
      text-align: left; } }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-news-ticker.scss */
.m-news-ticker {
  text-align: left;
  background-color: #e5e5e5;
  padding: 0.5rem 1rem;
  margin: 0 0 1.0625rem; }

/* line 8, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-news-ticker.scss */
.m-news-ticker-header {
  display: inline-block;
  vertical-align: top; }

/* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-news-ticker.scss */
.m-news-ticker-title {
  font-weight: 700;
  line-height: 1.2;
  margin-right: 0.5rem; }

/* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-news-ticker.scss */
.m-news-ticker-slider-container {
  width: 100%;
  max-width: 32.5rem;
  display: inline-block;
  vertical-align: top; }
  /* line 26, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-news-ticker.scss */
  .m-news-ticker-slider-container .orbit-timer {
    display: none; }

/* line 31, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-news-ticker.scss */
.m-news-ticker-slider {
  margin: 0; }

/* line 35, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-news-ticker.scss */
.m-news-ticker-item {
  font-weight: 400;
  line-height: 1.5; }

/* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-news-ticker.scss */
.m-news-ticker-link {
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-decoration: none; }
  /* line 48, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-news-ticker.scss */
  .m-news-ticker-link:hover, .m-news-ticker-link:active {
    color: #555; }

/* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
.m-article-grid-item {
  border-top: 1px dotted #333333;
  margin-bottom: 3.125rem;
  padding-top: 0.3125rem;
  position: relative;
  height: 16.40625rem; }
  /* line 13, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
  .m-article-grid-item.medium {
    height: 35.9375rem; }
  /* line 17, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
  .m-article-grid-item.also-read {
    height: 20.3125rem;
    margin-bottom: 0; }

/* line 23, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
.m-article-grid-item--noimages {
  height: 9.375rem !important; }

/* line 27, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
.m-article-grid-item--no-borders {
  padding-top: 0;
  border-top: 0; }

@media only screen and (max-width: 48em) {
  /* line 32, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
  .m-article-grid-item--ad {
    height: auto !important; } }

/* line 38, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
.m-article-grid-item-category {
  margin-bottom: 0.0625rem; }
  /* line 41, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
  .medium .m-article-grid-item-category {
    margin-bottom: 0.625rem; }

/* line 47, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
.sponsored .m-article-grid-item-category-highlight {
  background-color: #fffcd9;
  display: block; }

/* line 53, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
.m-article-grid-item-title {
  margin-bottom: 0.25rem; }
  /* line 56, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
  .medium .m-article-grid-item-title {
    margin-bottom: 0.625rem; }

/* line 61, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
.m-article-grid-item-byline {
  margin: 0; }

/* line 65, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
.m-article-grid-item-image {
  position: absolute;
  bottom: 0;
  left: 0; }

/* line 71, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
.m-article-grid-item-image-sponsored-overlay {
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0.125rem 0.5rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }

@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  /* line 88, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
  .m-article-grid-final-four-container {
    padding-bottom: 19.53125rem; } }

@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  /* line 95, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-article-grid.scss */
  .m-article-grid-final-four {
    position: absolute;
    height: 16.40625rem;
    width: 200%;
    left: -100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

/* line 1, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MoreSCMP.scss */
.m-MoreSCMP {
  margin: 3.125rem 0 3.125rem;
  padding: 2rem 0 3rem;
  text-align: left; }

/* line 7, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MoreSCMP.scss */
.m-MoreSCMP-wrap {
  padding: 0 0.9375rem; }

/* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MoreSCMP.scss */
.m-MoreSCMP-list {
  padding: 0 0.9375rem; }

/* line 15, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MoreSCMP.scss */
.m-MoreSCMP-list-item {
  margin-bottom: 0.25rem; }

/* line 19, /home/hyshka/Lift/business-in-vancouver/raw/scss/modules/_m-MoreSCMP.scss */
.m-MoreSCMP-list-link {
  text-decoration: none; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/layouts/_l-ArticleSingle.scss */
.l-ArticleSingle {
  margin-top: 1rem; }
  /* line 9, /home/hyshka/Lift/business-in-vancouver/raw/scss/layouts/_l-ArticleSingle.scss */
  .l-ArticleSingle .ArticleBody-wrap .row > [class*="column"] + [class*="column"]:last-child {
    float: left; }
  /* line 12, /home/hyshka/Lift/business-in-vancouver/raw/scss/layouts/_l-ArticleSingle.scss */
  .l-ArticleSingle:after {
    content: "";
    display: table;
    clear: both; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/layouts/_l-Site.scss */
.l-Site-container {
  position: relative;
  overflow: hidden; }
  /* line 5, /home/hyshka/Lift/business-in-vancouver/raw/scss/layouts/_l-Site.scss */
  .l-Site-container .site-wrapper {
    min-height: 500px; }
  /* line 11, /home/hyshka/Lift/business-in-vancouver/raw/scss/layouts/_l-Site.scss */
  .l-Site-container .l-Site-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  /* line 20, /home/hyshka/Lift/business-in-vancouver/raw/scss/layouts/_l-Site.scss */
  .l-Site-container.mm-is-open .l-Site-pusher {
    -webkit-transform: translate3D(300px, 0, 0);
    -moz-transform: translate3D(300px, 0, 0);
    -ms-transform: translate3D(300px, 0, 0);
    -o-transform: translate3D(300px, 0, 0);
    transform: translate3D(300px, 0, 0); }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/layouts/_l-Subscribe.scss */
.l-Subscribe {
  text-align: center; }

/* line 4, /home/hyshka/Lift/business-in-vancouver/raw/scss/layouts/_l-Base.scss */
.l-Base {
  margin-top: 1rem;
  margin-bottom: 1.7rem; }
