/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../scss/_normalize.scss */
html {
  font-family: Helvetica, Arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* apply a natural box layout model to all elements, but allowing components to change */
/* line 16, ../scss/_normalize.scss */
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

/* line 20, ../scss/_normalize.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * Remove default margin.
 */
/* line 28, ../scss/_normalize.scss */
body {
  margin: 0;
  background: #ffffff;
}

/* 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 44, ../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 65, ../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 78, ../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/11, Safari, and Firefox < 22.
 */
/* line 88, ../scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 100, ../scss/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 108, ../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 120, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 137, ../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 146, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 155, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 164, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 180, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 184, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 195, ../scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 203, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 222, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 232, ../scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 240, ../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 263, ../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 277, ../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 288, ../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 301, ../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 313, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 322, ../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 333, ../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 345, ../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 357, ../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
 *    (include `-moz` to future-proof).
 */
/* line 368, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 381, ../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 390, ../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 401, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 410, ../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 419, ../scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 430, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 435, ../scss/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, ../scss/_app-push.scss */
.ve__app-push {
  position: relative;
  padding: 10px;
  background: #ffffff;
  border-bottom: 2px solid #ebeded;
}
/* line 8, ../scss/_app-push.scss */
.ve__app-push__close {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8.5px;
  background: url('../images/ve__app-push__close.png?1451311826') no-repeat center center;
  background-size: 17px 17px;
}
/* line 22, ../scss/_app-push.scss */
.ve__app-push__content {
  display: block;
  margin-left: 24px;
  overflow: hidden;
  text-decoration: none;
}
/* line 29, ../scss/_app-push.scss */
.ve__app-push__content__favicon {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  background: url('../images/ve__app-push__content__favicon.png?1451312721') no-repeat center center;
  background-size: 64px 64px;
}
/* line 41, ../scss/_app-push.scss */
.ve__app-push__content__title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-family: "Myriad Pro", "Myriad", "Gill Sans", "Gill Sans MT", Calibri, Helvetica, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
}
/* line 51, ../scss/_app-push.scss */
.ve__app-push__content__text {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
/* line 57, ../scss/_app-push.scss */
.ve__app-push__content__install {
  display: block;
  text-align: right;
}
/* line 62, ../scss/_app-push.scss */
.ve__app-push__content__install__cta {
  display: inline-block;
  width: 82px;
  padding: 6px 0;
  background: #4fc3ad;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Myriad Pro", "Myriad", "Gill Sans", "Gill Sans MT", Calibri, Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

@media only screen and (min-width: 1023px) {
  /* line 83, ../scss/_app-push.scss */
  .ve__app-push {
    display: none;
  }
}
/* line 2, ../scss/_header.scss */
.ve__header__logo {
  padding: 25px 0;
  margin: 0;
}
/* line 6, ../scss/_header.scss */
.ve__header__logo__link {
  display: block;
  margin: 0 auto;
  width: 198px;
  height: 53px;
  background: url('../images/ve__logo.png?1451314559') no-repeat center center;
  background-size: 100% auto;
  text-indent: -150%;
}
/* line 19, ../scss/_header.scss */
.ve__header__cta {
  display: none;
  float: right;
  width: 320px;
  padding: 17px 0;
  margin-top: 18.5px;
  background: #c03118;
  border-radius: 13px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}
/* line 37, ../scss/_header.scss */
.ve__header__language {
  display: none;
  float: right;
  margin-right: 25px;
  margin-top: 38.5px;
  padding: 10px 25px;
}
/* line 44, ../scss/_header.scss */
.ve__header__language__selected {
  position: relative;
  padding-right: 13px;
  color: #3b3b3b;
  font-size: 14px;
}
/* line 51, ../scss/_header.scss */
.ve__header__language__selected:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  border-style: solid;
  border-width: 4px;
  border-color: #3b3b3b transparent transparent;
}

@media only screen and (min-width: 720px) {
  /* line 71, ../scss/_header.scss */
  .ve__header {
    overflow: hidden;
    padding: 0 25px;
  }
  /* line 75, ../scss/_header.scss */
  .ve__header__logo {
    width: 240px;
    float: left;
  }
  /* line 79, ../scss/_header.scss */
  .ve__header__logo__link {
    width: 240px;
    height: 63px;
  }
  /* line 85, ../scss/_header.scss */
  .ve__header__cta, .ve__header__language {
    display: block;
  }
}
@media only screen and (min-width: 1023px) {
  /* line 94, ../scss/_header.scss */
  .ve__header {
    max-width: 1250px;
    margin: 0 auto;
  }
}
/* line 1, ../scss/_footer.scss */
.ve__footer {
  padding: 35px 0;
  background: #3c5667;
  text-align: center;
  color: #ececec;
}
/* line 9, ../scss/_footer.scss */
.ve__footer__content {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
/* line 14, ../scss/_footer.scss */
.ve__footer__content__social-networks {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
/* line 21, ../scss/_footer.scss */
.ve__footer__content__social-networks__item {
  display: inline-block;
  margin: 0 20px;
}
/* line 25, ../scss/_footer.scss */
.ve__footer__content__social-networks__item__link {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ececec;
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -150%;
  color: transparent;
}
/* line 39, ../scss/_footer.scss */
.ve__footer__content__social-networks__item__link:hover {
  background-color: #4fc3ad;
}
/* line 43, ../scss/_footer.scss */
.ve__footer__content__social-networks__item__link.--facebook {
  background-image: url('../images/ve__footer__content__social-networks__item__link--facebook.png?1451378417');
}
/* line 47, ../scss/_footer.scss */
.ve__footer__content__social-networks__item__link.--twitter {
  background-image: url('../images/ve__footer__content__social-networks__item__link--twitter.png?1451378418');
}
/* line 54, ../scss/_footer.scss */
.ve__footer__content__contact {
  padding: 25px 0;
}
/* line 57, ../scss/_footer.scss */
.ve__footer__content__contact__link {
  font-size: 18px;
  color: #ececec;
  text-decoration: underline;
}
/* line 62, ../scss/_footer.scss */
.ve__footer__content__contact__link:hover {
  color: #4fc3ad;
  text-decoration: underline;
}
/* line 69, ../scss/_footer.scss */
.ve__footer__content__copyright {
  font-size: 14px;
}
/* line 73, ../scss/_footer.scss */
.ve__footer__content__logo {
  display: block;
  margin: 25px auto 0;
  width: 150px;
  height: 40px;
  background: url('../images/ve__logo--light.png?1451379161') no-repeat center center;
  background-size: 150px auto;
  text-indent: -150%;
  color: transparent;
}

@media only screen and (min-width: 720px) {
  /* line 91, ../scss/_footer.scss */
  .ve__footer__content {
    max-width: none;
    width: auto;
    margin: 0 25px;
    padding: 0.1px;
  }
  /* line 97, ../scss/_footer.scss */
  .ve__footer__content__social-networks {
    float: left;
    width: 27%;
    text-align: left;
  }
  /* line 103, ../scss/_footer.scss */
  .ve__footer__content__social-networks__item {
    margin: 0;
  }
  /* line 106, ../scss/_footer.scss */
  .ve__footer__content__social-networks__item ~ .ve__footer__content__social-networks__item {
    margin-left: 30px;
  }
  /* line 112, ../scss/_footer.scss */
  .ve__footer__content__contact {
    float: left;
    width: 46%;
    padding: 9px 0;
    text-align: center;
  }
  /* line 120, ../scss/_footer.scss */
  .ve__footer__content__copyright {
    float: left;
    width: 27%;
    padding: 12px 0;
    text-align: right;
  }
  /* line 127, ../scss/_footer.scss */
  .ve__footer__content__copyright:after {
    content: "";
    display: block;
    clear: both;
  }
  /* line 134, ../scss/_footer.scss */
  .ve__footer__content__logo {
    clear: both;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1023px) {
  /* line 145, ../scss/_footer.scss */
  .ve__footer__content {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
  }
  /* line 150, ../scss/_footer.scss */
  .ve__footer__content__social-networks {
    width: 13%;
  }
  /* line 154, ../scss/_footer.scss */
  .ve__footer__content__contact {
    width: 20%;
    text-align: left;
  }
  /* line 160, ../scss/_footer.scss */
  .ve__footer__content__copyright {
    width: 51%;
  }
  /* line 164, ../scss/_footer.scss */
  .ve__footer__content__logo {
    clear: none;
    float: left;
    width: 16%;
    margin-top: 5px;
    background-position: right center;
  }
}
/* line 1, ../scss/_intro.scss */
.ve__intro {
  display: none;
  padding-top: 57%;
  position: relative;
  background: url('../images/ve__intro.jpg?1451381755') no-repeat center center;
  background-size: cover;
  border-bottom: 7px solid #c03118;
}
/* line 10, ../scss/_intro.scss */
.ve__intro__content {
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  text-align: center;
  color: #ffffff;
  transform: translateY(-50%);
}
/* line 22, ../scss/_intro.scss */
.ve__intro__content__title {
  font-family: "Costa Pro", "Costa", Helvetica, Arial, sans-serif;
  font-size: 70px;
}
/* line 27, ../scss/_intro.scss */
.ve__intro__content__body {
  margin: 10px 0 20px;
  font-size: 19px;
}
/* line 32, ../scss/_intro.scss */
.ve__intro__content__body:before, .ve__intro__content__body:after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  height: 2px;
  width: 42px;
  background: #ffffff;
  vertical-align: middle;
}
/* line 46, ../scss/_intro.scss */
.ve__intro__content__cta {
  display: inline-block;
  padding: 12px 0;
  width: 240px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}
/* line 59, ../scss/_intro.scss */
.ve__intro__content__cta:hover {
  background: #ffffff;
  color: #4fc3ad;
}

@media only screen and (min-width: 720px) {
  /* line 69, ../scss/_intro.scss */
  .ve__intro {
    display: block;
  }
}
@media only screen and (min-width: 1023px) {
  /* line 76, ../scss/_intro.scss */
  .ve__intro {
    padding-top: 50%;
  }
}
/* line 1, ../scss/_geo-search.scss */
.ve__geo-search {
  padding: 20px;
  background: #3c5667;
}
/* line 6, ../scss/_geo-search.scss */
.ve__geo-search__form {
  margin: 0 auto;
  position: relative;
}
/* line 10, ../scss/_geo-search.scss */
.ve__geo-search__form__input-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
/* line 18, ../scss/_geo-search.scss */
.ve__geo-search__form__label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 49px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: bold;
  color: #c03118;
  line-height: 49px;
}
/* line 32, ../scss/_geo-search.scss */
.ve__geo-search__form__input {
  display: block;
  width: 100%;
  padding: 16px 10px 16px 70px;
  background: #ffffff;
  border-radius: 3px;
  border: none;
  outline: none;
  font-size: 15px;
  color: #3c5667;
}
/* line 46, ../scss/_geo-search.scss */
.ve__geo-search__form__geoloc {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 85px;
  padding: 5px 10px 5px 25px;
  background: #ffffff url('../images/ve__geo-search__form__geoloc.png?1451316787') no-repeat left center;
  background-size: 19px 28px;
  box-shadow: -5px 0 5px 0 #ffffff;
  border-radius: 3px;
  font-size: 15px;
  color: #c03118;
  text-decoration: none;
}
/* line 64, ../scss/_geo-search.scss */
.ve__geo-search__form__submit {
  display: block;
  width: 216px;
  max-width: 100%;
  margin: 10px auto 0;
  padding: 16px 0;
  background: #4fc3ad;
  border-radius: 3px;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
}

@media only screen and (min-width: 720px) {
  /* line 85, ../scss/_geo-search.scss */
  .ve__geo-search {
    position: relative;
    padding-top: 10px;
    z-index: 2;
  }
  /* line 90, ../scss/_geo-search.scss */
  .ve__geo-search__form {
    text-align: center;
  }
  /* line 93, ../scss/_geo-search.scss */
  .ve__geo-search__form__input-container {
    width: 420px;
    max-width: auto;
    display: inline-block;
    margin-right: 7px;
  }
  /* line 100, ../scss/_geo-search.scss */
  .ve__geo-search__form__submit {
    display: inline-block;
  }

  /* line 106, ../scss/_geo-search.scss */
  .ve__intro ~ .ve__geo-search {
    margin-top: -96px;
    background: rgba(60, 86, 103, 0.6);
  }
}
/* line 1, ../scss/_current-events.scss */
.ve__current-events {
  padding: 20px 0;
}
/* line 4, ../scss/_current-events.scss */
.ve__current-events__title {
  display: block;
  margin: 0 auto 20px;
  max-width: 200px;
  text-align: center;
}
/* line 12, ../scss/_current-events.scss */
.ve__current-events__list {
  display: block;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
  list-style: none;
}
/* line 20, ../scss/_current-events.scss */
.ve__current-events__list__item {
  display: block;
  margin-top: 20px;
  vertical-align: top;
}
/* line 26, ../scss/_current-events.scss */
.ve__current-events__list__item:nth-of-type(n+5) {
  display: none;
}

@media only screen and (min-width: 720px) {
  /* line 35, ../scss/_current-events.scss */
  .ve__current-events {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  /* line 40, ../scss/_current-events.scss */
  .ve__current-events__title {
    display: inline-block;
    max-width: none;
    margin-bottom: 50px;
    text-align: left;
  }
  /* line 47, ../scss/_current-events.scss */
  .ve__current-events__title:after {
    content: "";
    display: inline-block;
    margin-left: 25px;
    width: 200px;
    height: 2px;
    background: #e5e3e3;
    vertical-align: middle;
  }
  /* line 60, ../scss/_current-events.scss */
  .ve__current-events__list {
    max-width: none;
    width: 2000%;
    margin-right: -40px;
    transition: margin 0.5s ease;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='1'] {
    margin-left: 0%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='2'] {
    margin-left: -104.11%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='3'] {
    margin-left: -208.22%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='4'] {
    margin-left: -312.33%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='5'] {
    margin-left: -416.44%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='6'] {
    margin-left: -520.55%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='7'] {
    margin-left: -624.66%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='8'] {
    margin-left: -728.77%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='9'] {
    margin-left: -832.88%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='10'] {
    margin-left: -936.99%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='11'] {
    margin-left: -1041.1%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='12'] {
    margin-left: -1145.21%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='13'] {
    margin-left: -1249.32%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='14'] {
    margin-left: -1353.43%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='15'] {
    margin-left: -1457.54%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='16'] {
    margin-left: -1561.65%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='17'] {
    margin-left: -1665.76%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='18'] {
    margin-left: -1769.87%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='19'] {
    margin-left: -1873.98%;
  }
  /* line 70, ../scss/_current-events.scss */
  .ve__current-events__list[data-show='20'] {
    margin-left: -1978.09%;
  }
  /* line 75, ../scss/_current-events.scss */
  .ve__current-events__list__item {
    display: inline-block !important;
    width: calc(1.3% - 40px);
    margin-right: 36px;
    vertical-align: top;
  }
}
/* line 3, ../scss/_search-results.scss */
.ve__search-results {
  overflow: hidden;
}
/* line 6, ../scss/_search-results.scss */
.ve__search-results__map {
  display: block;
  position: absolute !important;
  height: 100vh;
  width: 100vh;
  left: -100vh;
  z-index: -11;
  float: left;
  margin-right: 50px;
  height: 80vh;
  background: rgba(0, 0, 0, 0.2);
}
/* line 19, ../scss/_search-results.scss */
.ve__search-results__map .ve__event-card {
  display: block;
  width: 300px;
  text-align: center;
}
/* line 27, ../scss/_search-results.scss */
.ve__search-results__list {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 400px;
  list-style: none;
}
/* line 35, ../scss/_search-results.scss */
.ve__search-results__list__item {
  display: block;
  clear: left;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 41, ../scss/_search-results.scss */
.ve__search-results__list__item.--hidden {
  display: none;
}

@media only screen and (min-width: 720px) {
  /* line 51, ../scss/_search-results.scss */
  .ve__search-results__list {
    max-width: none;
    margin: 0 -20px 0 25px;
  }
  /* line 55, ../scss/_search-results.scss */
  .ve__search-results__list__item {
    display: inline-block;
    width: calc(33.2% - 40px);
    margin-right: 36px;
    margin-top: 35px !important;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1023px) {
  /* line 70, ../scss/_search-results.scss */
  .ve__search-results__map {
    display: block;
    position: relative !important;
    height: 80vh;
    width: 40%;
    left: 0;
    z-index: 1;
  }
  /* line 79, ../scss/_search-results.scss */
  .ve__search-results__list {
    width: 57%;
    float: left;
    padding-top: 20px;
    margin-right: -20px;
    margin-left: 0;
    max-height: 80vh;
    overflow: auto;
  }
}
/* line 1, ../scss/_event-card.scss */
.ve__event-card {
  overflow: hidden;
  text-decoration: none;
}
/* line 6, ../scss/_event-card.scss */
.ve__event-card__text {
  margin-left: 100px;
}
/* line 10, ../scss/_event-card.scss */
.ve__event-card__picture {
  display: block;
  float: left;
  width: 90px;
  height: 77px;
  margin-right: 10px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 22, ../scss/_event-card.scss */
.ve__event-card__title {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #555555;
}
/* line 31, ../scss/_event-card.scss */
.ve__event-card__location {
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
/* line 37, ../scss/_event-card.scss */
.ve__event-card__price {
  font-size: 14px;
  line-height: 20px;
  color: #c03118;
}
/* line 42, ../scss/_event-card.scss */
.ve__event-card__price:before, .ve__event-card__price:after {
  content: " - ";
}

@media only screen and (min-width: 720px) {
  /* line 52, ../scss/_event-card.scss */
  .ve__event-card__text {
    margin-left: 0;
  }
  /* line 56, ../scss/_event-card.scss */
  .ve__event-card__picture {
    margin-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  /* line 63, ../scss/_event-card.scss */
  .ve__event-card__title, .ve__event-card__location, .ve__event-card__price {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 1, ../scss/_mobile-apps.scss */
.ve__mobile-apps {
  padding: 25px 10px 35px;
  background: #4fc3ad;
}
/* line 6, ../scss/_mobile-apps.scss */
.ve__mobile-apps__content {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
/* line 15, ../scss/_mobile-apps.scss */
.ve__mobile-apps__content__title {
  display: none;
  max-width: 400px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.4em;
}
/* line 23, ../scss/_mobile-apps.scss */
.ve__mobile-apps__content__title:after {
  content: "";
  display: block;
  width: 292px;
  height: 5px;
  margin: 20px 0 0;
  background: #ffffff;
}
/* line 34, ../scss/_mobile-apps.scss */
.ve__mobile-apps__content__cta {
  display: block;
  width: 196px;
  margin: 20px auto 0;
}
/* line 39, ../scss/_mobile-apps.scss */
.ve__mobile-apps__content__cta ~ .ve__mobile-apps__content__cta {
  margin-top: 10px;
}
/* line 43, ../scss/_mobile-apps.scss */
.ve__mobile-apps__content__cta__image {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 720px) {
  /* line 54, ../scss/_mobile-apps.scss */
  .ve__mobile-apps__content {
    font-size: 18px;
  }
  /* line 57, ../scss/_mobile-apps.scss */
  .ve__mobile-apps__content.ve__site__container {
    max-width: 655px;
  }
  /* line 61, ../scss/_mobile-apps.scss */
  .ve__mobile-apps__content__cta {
    display: inline-block;
    margin-top: 25px;
    margin-right: 5px;
  }

  /* line 70, ../scss/_mobile-apps.scss */
  .ve__current-events ~ .ve__mobile-apps .ve__mobile-apps__content {
    max-width: 1250px;
    padding-right: 38% !important;
    position: relative;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }
  /* line 79, ../scss/_mobile-apps.scss */
  .ve__current-events ~ .ve__mobile-apps .ve__mobile-apps__content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 36%;
    background: url('../images/ve__mobile-apps__content.png?1451395689') no-repeat center center;
    background-size: contain;
  }
  /* line 92, ../scss/_mobile-apps.scss */
  .ve__current-events ~ .ve__mobile-apps .ve__mobile-apps__content__title {
    display: block;
  }
}
@media only screen and (min-width: 1023px) {
  /* line 102, ../scss/_mobile-apps.scss */
  .ve__current-events ~ .ve__mobile-apps .ve__mobile-apps__content {
    padding-right: 480px !important;
  }
  /* line 105, ../scss/_mobile-apps.scss */
  .ve__current-events ~ .ve__mobile-apps .ve__mobile-apps__content:after {
    top: -30px;
    width: 450px;
  }
  /* line 110, ../scss/_mobile-apps.scss */
  .ve__current-events ~ .ve__mobile-apps .ve__mobile-apps__content__title {
    max-width: none;
    font-size: 50px;
  }
  /* line 116, ../scss/_mobile-apps.scss */
  .ve__current-events ~ .ve__mobile-apps .ve__mobile-apps__content__cta {
    margin-top: 55px;
  }
}
/* line 1, ../scss/_event-details.scss */
.ve__event-details {
  padding: 30px 0;
  color: #555555;
}
/* line 6, ../scss/_event-details.scss */
.ve__event-details__abstract {
  text-align: center;
}
/* line 9, ../scss/_event-details.scss */
.ve__event-details__abstract__picture {
  width: 230px;
  height: auto;
}
/* line 14, ../scss/_event-details.scss */
.ve__event-details__abstract__title {
  margin: 15px 0 10px;
  font-size: 20px;
  font-weight: bold;
}
/* line 21, ../scss/_event-details.scss */
.ve__event-details__abstract__location {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: normal;
}
/* line 28, ../scss/_event-details.scss */
.ve__event-details__abstract__datetime {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 34, ../scss/_event-details.scss */
.ve__event-details__abstract__address {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 40, ../scss/_event-details.scss */
.ve__event-details__abstract__price {
  margin-bottom: 25px;
  font-size: 16px;
  color: #c03118;
}
/* line 47, ../scss/_event-details.scss */
.ve__event-details__abstract__price:before, .ve__event-details__abstract__price:after {
  content: " - ";
}
/* line 54, ../scss/_event-details.scss */
.ve__event-details__title {
  position: relative;
  margin: 20px 0;
  text-transform: uppercase;
  color: #3c5667;
  font-size: 20px;
  font-weight: normal;
}
/* line 63, ../scss/_event-details.scss */
.ve__event-details__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  right: 0;
  height: 2px;
  background: #e5e3e3;
}
/* line 75, ../scss/_event-details.scss */
.ve__event-details__title__text {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
/* line 85, ../scss/_event-details.scss */
.ve__event-details__basic-text {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.4em;
}
/* line 92, ../scss/_event-details.scss */
.ve__event-details__map {
  height: 240px;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 240px;
  color: #ffffff;
}
/* line 103, ../scss/_event-details.scss */
.ve__event-details__direction {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.4em;
}
/* line 109, ../scss/_event-details.scss */
.ve__event-details__direction > p {
  margin-bottom: 0.7em;
}
/* line 112, ../scss/_event-details.scss */
.ve__event-details__direction > p b {
  font-weight: bold;
}
/* line 118, ../scss/_event-details.scss */
.ve__event-details__contact {
  display: block;
  padding: 0 15px;
  margin: 10px 0;
  overflow: hidden;
  list-style: none;
}
/* line 126, ../scss/_event-details.scss */
.ve__event-details__contact__item {
  display: block;
  margin: 0 0 15px 0;
}
/* line 130, ../scss/_event-details.scss */
.ve__event-details__contact__item.--column {
  float: left;
  width: 33.2%;
}
/* line 134, ../scss/_event-details.scss */
.ve__event-details__contact__item.--column .ve__event-details__contact__item__link {
  text-align: center;
}
/* line 137, ../scss/_event-details.scss */
.ve__event-details__contact__item.--column .ve__event-details__contact__item__link:before {
  display: block;
  margin: 0 auto;
}
/* line 144, ../scss/_event-details.scss */
.ve__event-details__contact__item__link {
  display: inline-block;
  height: 52px;
  color: #555555;
  font-size: 14px;
  text-decoration: none;
  line-height: 52px;
}
/* line 153, ../scss/_event-details.scss */
.ve__event-details__contact__item__link:before {
  content: "";
  display: inline-block;
  height: 52px;
  width: 52px;
  margin-right: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 52px 52px;
  vertical-align: middle;
}
/* line 167, ../scss/_event-details.scss */
.ve__event-details__contact__item__link.--organizer:before {
  background-image: url('../images/ve__event-details__contact__item__link--organizer.png?1451408099');
}
/* line 171, ../scss/_event-details.scss */
.ve__event-details__contact__item__link.--phone:before {
  background-image: url('../images/ve__event-details__contact__item__link--phone.png?1451408100');
}
/* line 175, ../scss/_event-details.scss */
.ve__event-details__contact__item__link.--twitter:before {
  background-image: url('../images/ve__event-details__contact__item__link--twitter.png?1451408101');
}
/* line 179, ../scss/_event-details.scss */
.ve__event-details__contact__item__link.--facebook:before {
  background-image: url('../images/ve__event-details__contact__item__link--facebook.png?1451408174');
}
/* line 183, ../scss/_event-details.scss */
.ve__event-details__contact__item__link.--website:before {
  background-image: url('../images/ve__event-details__contact__item__link--website.png?1451408102');
}
/* line 187, ../scss/_event-details.scss */
.ve__event-details__contact__item__link:hover {
  color: #4fc3ad;
}
/* line 193, ../scss/_event-details.scss */
.ve__event-details__contact__spacer {
  display: block;
  height: 0;
  width: 100%;
}

@media only screen and (min-width: 720px) {
  /* line 204, ../scss/_event-details.scss */
  .ve__event-details.ve__site__container {
    max-width: 655px;
    margin: 0 auto;
  }
  /* line 209, ../scss/_event-details.scss */
  .ve__event-details__contact {
    text-align: center;
  }
  /* line 212, ../scss/_event-details.scss */
  .ve__event-details__contact__item {
    display: inline-block;
    margin-right: 50px;
  }
  /* line 216, ../scss/_event-details.scss */
  .ve__event-details__contact__item.--column {
    display: inline-block;
    float: none;
    margin-top: 30px;
    margin-right: 0;
    width: 110px;
  }
}
/* line 1, ../scss/_tutorial.scss */
.ve__tutorial {
  padding: 20px 0;
  position: relative;
  background: #4fc3ad;
  color: #ffffff;
}
/* line 9, ../scss/_tutorial.scss */
.ve__tutorial__step {
  max-width: 370px;
  padding: 0 15px;
  margin: 30px auto;
  text-align: center;
}
/* line 16, ../scss/_tutorial.scss */
.ve__tutorial__step__picture {
  max-width: 100%;
  height: auto;
}
/* line 21, ../scss/_tutorial.scss */
.ve__tutorial__step__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
}
/* line 28, ../scss/_tutorial.scss */
.ve__tutorial__step__body {
  font-size: 15px;
  line-height: 1.4em;
}
/* line 34, ../scss/_tutorial.scss */
.ve__tutorial__close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: url('../images/ve__tutorial__close.png?1451551822') no-repeat center center;
  text-indent: -150%;
  color: transparent;
}

@media only screen and (min-width: 1023px) {
  /* line 51, ../scss/_tutorial.scss */
  .ve__tutorial {
    text-align: center;
  }
  /* line 54, ../scss/_tutorial.scss */
  .ve__tutorial__step {
    display: inline-block;
    max-width: 33%;
    vertical-align: top;
  }
  /* line 60, ../scss/_tutorial.scss */
  .ve__tutorial__step__picture {
    max-height: 190px;
  }
}
/* line 4, ../scss/_site.scss */
.ve__site__title {
  color: #3c5667;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 11, ../scss/_site.scss */
.ve__site__container {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 720px) {
  /* line 20, ../scss/_site.scss */
  .ve__site__title {
    font-size: 18px;
  }
  /* line 24, ../scss/_site.scss */
  .ve__site__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1023px) {
  /* line 34, ../scss/_site.scss */
  .ve__site__container {
    max-width: 1250px;
    margin: 0 auto;
  }
}
