@charset "UTF-8";
/*
 * 1.0 - Base
 * ----------------------------------------------------------------------------
 */
/*
 * 1.1 Colors
 * - Variable names from http://chir.ag/projects/name-that-color/
 */
/*
 * 1.2 Scaffolding
 * - Settings for some of the more global styles.
 */
/*
 * 1.3 Typography
 * - Font families, weight, size, line-height and color for body text and headings.
 */
/*
 * 2.0 - Grid
 * ----------------------------------------------------------------------------
 */
/*
 * 2.1 - Media queries & breakpoints
 */
/*
 *  2.2 - Grid system
 */
/*
 * 2.3 - Container sizes
 * - Define the maximum width of `.container` for different screen sizes.
 */
/*
 * 3.0 - Layout
 * ----------------------------------------------------------------------------
 */
/*
 * 3.1 - Header
 */
/*
 * 3.2 - Footer
 */
/*
 * 3.3 - Nav
 */
/*
 * 3.3.1 - Nav
 */
/*
 * 3.3.2 - Nav btn
 */
/*
 * 3.3.3 - Nav dropdown
 */
/*
 * 4.0 - Modules
 * ----------------------------------------------------------------------------
 */
/*
 * 4.1 - Blockquotes
 */
/*
 * 4.2 - Borders
 */
/*
 * 4.3 - Buttons
 */
/*
 * 4.4 - Cards
 */
/*
 * 4.4 - Forms
 */
/*
 * 4.5 - Form states and alerts
 */
/*
 * 4.5 - Pagination
 */
/*
 * 4.6 - Posts
 */
/*
 * 4.7 - Search
 */
/*
 * 4.8 - Social
 */
/*
 * 4.9 - Subscribe
 */
/*
 * 4.10 - z-index
 */
/*
 * Clearfix
 */
.card-group__header, .footer__menu, .faux-header, .nav .menu, .post__content figure, .copyblock__content, .event, .section, .social, .subnav, .subscribe, .subscribe__form {
  *zoom: 1;
}
.card-group__header:before, .footer__menu:before, .faux-header:before, .nav .menu:before, .post__content figure:before, .copyblock__content:before, .event:before, .section:before, .social:before, .subnav:before, .subscribe:before, .subscribe__form:before, .card-group__header:after, .footer__menu:after, .faux-header:after, .nav .menu:after, .post__content figure:after, .copyblock__content:after, .event:after, .section:after, .social:after, .subnav:after, .subscribe:after, .subscribe__form:after {
  display: table;
  content: "";
  line-height: 0;
}
.card-group__header:after, .footer__menu:after, .faux-header:after, .nav .menu:after, .post__content figure:after, .copyblock__content:after, .event:after, .section:after, .social:after, .subnav:after, .subscribe:after, .subscribe__form:after {
  clear: both;
}

/*
 * Visually hidden
 */
/*
 * Glyph reset
 */
[class^="icon-"], [class*=" icon-"], .nav .menu .menu-item-has-children:after {
  speak: none;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * Z-index from $z-layers var
 */
/*
 * Media Queries
 */
/*
 * Typography
 */
/*
 * Placeholders
 */
/*
 * Embedded SVG
 */
/*
 * Responsive Inline SVG Padding
 */
/*
 * Pseudo underline
 */
/*
 * Post content horizontal margin
 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@media (min-width: 768px) {
  .post-type-archive-events .subnav .page-item-1383 a:before,
  .post-type-archive-events .nav .menu .menu-item-1419 a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.artist-cards:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .artist-cards:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .artist-cards .fp-card-list-item {
    width: 49.15254%;
    float: left;
  }
  .artist-cards .fp-card-list-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .artist-cards .fp-card-list-item:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 992px) {
  .artist-cards .fp-card-list-item {
    width: 32.20339%;
    float: left;
  }
  .artist-cards .fp-card-list-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .artist-cards .fp-card-list-item:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .artist-cards .fp-card-list-item:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 768px) {
  .artist-cards .fp-card-content {
    min-height: 232px;
  }
}

.featured-events {
  width: 100%;
}
.featured-events .fp-card-list-item {
  width: 100%;
}
@media (min-width: 992px) {
  .featured-events .fp-card-list-item .fp-card-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f9f9f7;
  }
}
@media (min-width: 992px) {
  .featured-events .fp-card-list-item .fp-card-figure {
    width: 66.10169%;
  }
}
.featured-events .fp-card-list-item .fp-card-content {
  background-color: #fff;
}
@media (min-width: 992px) {
  .featured-events .fp-card-list-item .fp-card-content {
    width: 32.20339%;
    margin-left: 1.69492%;
  }
}

.cycle-pager {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 200;
  color: #ffffff;
  text-align: center;
}
.cycle-pager span {
  text-indent: -999em;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #2b3084;
  margin: 0 5px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border-radius: 100%;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  background-color: #4fb59b;
  cursor: default;
}

.card-group-tools {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin: 20px 0;
}
.card-group-tools:after {
  content: " ";
  display: block;
  clear: both;
}
.card-group-tools .filter {
  width: 100%;
}
@media (min-width: 768px) {
  .card-group-tools .filter {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .card-group-tools .filter {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}
.card-group-tools .filter .filter__group {
  margin-top: 10px;
  width: 48.27586%;
  float: left;
}
.card-group-tools .filter .filter__group:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.card-group-tools .filter .filter__group:nth-child(2n + 2) {
  margin-left: 51.72414%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 768px) {
  .card-group-tools .filter .filter__group {
    margin-top: 0;
    width: 48.27586%;
    float: left;
  }
  .card-group-tools .filter .filter__group:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .card-group-tools .filter .filter__group:nth-child(2n + 2) {
    margin-left: 51.72414%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1200px) {
  .card-group-tools .filter .filter__group {
    width: 47.36842%;
    float: left;
  }
  .card-group-tools .filter .filter__group:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .card-group-tools .filter .filter__group:nth-child(2n + 2) {
    margin-left: 52.63158%;
    margin-right: -100%;
    clear: none;
  }
}
.card-group-tools .filter .filter__group .dropdown__wrapper {
  margin-left: 0;
  float: none;
}
.card-group-tools .filter .select {
  width: 100%;
  float: none;
  margin: 0;
  height: auto;
}
.card-group-tools .filter .select select {
  padding: 11px 15px;
  background-color: #f9f9f7;
}
.card-group-tools .filter .dropdown {
  width: 100%;
}

@media (min-width: 768px) {
  .autocomplete {
    width: calc( 49.15254%  - 1px);
    float: left;
    padding-top: 28px;
  }
}
@media (min-width: 992px) {
  .autocomplete {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .autocomplete {
    width: calc( 66.10169%  - 1px);
    float: left;
  }
}
.autocomplete .name-search {
  font-size: 16px;
  width: 100%;
  border: 2px solid #2b3084;
  background-color: #f9f9f7;
  padding: 11px 15px;
  line-height: 1;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .autocomplete .name-search {
    font-size: 18px;
  }
}
.autocomplete .name-search:focus {
  outline: none;
}
.autocomplete .name-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #2b3084;
}
.autocomplete .name-search::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #2b3084;
}
.autocomplete .name-search:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #2b3084;
}
.autocomplete .name-search:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #2b3084;
}

.card-group__header .card-group__intro.new-intro {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .card-group__header .card-group__intro.new-intro {
    float: left;
    padding-left: 0;
    margin-right: 50%;
  }
}

.name-search-wrap {
  position: relative;
}
.name-search-wrap .no-items {
  display: none;
  position: absolute;
  border: 2px solid #2b3084;
  border-top: 0;
  padding: 9px 12px;
  margin: 0;
  background-color: #fcdfbf;
  text-transform: initial;
  color: #2b3084;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .name-search-wrap .no-items {
    padding: 12px;
    font-size: 18px;
  }
}
.name-search-wrap .ui-autocomplete {
  position: absolute !important;
  z-index: 100;
  width: calc(100% - 1px);
  padding: 0;
  margin: 0;
  color: #2b3084;
  background-color: #f9f9f7;
  text-transform: initial;
  list-style-type: none;
  font-size: 16px;
}
@media (min-width: 768px) {
  .name-search-wrap .ui-autocomplete {
    font-size: 18px;
  }
}
.name-search-wrap .ui-menu-item {
  border: 2px solid #2b3084;
  border-top: 0;
  padding: 9px 12px;
  color: #2b3084;
}
@media (min-width: 768px) {
  .name-search-wrap .ui-menu-item {
    padding: 12px;
  }
}
.name-search-wrap .ui-menu-item a {
  color: #2b3084;
  text-decoration: none;
}
.name-search-wrap .ui-state-highlight {
  text-decoration: underline;
}
.name-search-wrap .ui-state-focus {
  background-color: #fcdfbf;
  color: #2b3084;
}
.name-search-wrap .ui-state-focus a {
  color: #2b3084;
}

.ui-helper-hidden-accessible {
  display: none;
}

.conf-lead--content {
  padding: 100px 0;
  position: relative;
  z-index: 10;
}
.conf-lead--content .hero__main, .conf-lead--content .hero__aside {
  top: 0;
}
.conf-lead--content .hero__details__time,
.conf-lead--content .hero__details__location {
  color: #fff;
}
.conf-lead--content .hero__btn {
  display: block;
  font-size: 30px;
}
.conf-lead--content .hero__btn:hover {
  color: #4fb59b;
}

.conf-lead--banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.conf-lead {
  position: relative;
}
.conf-lead .hero__aside {
  min-height: 0;
}
@media (min-width: 768px) {
  .conf-lead .hero__aside {
    min-height: 200px;
  }
}
.conf-lead .hero__btn {
  margin-top: 0;
}
@media (min-width: 768px) {
  .conf-lead .hero__btn {
    margin-top: 22px;
  }
}
.conf-lead .hero__btn.btn__disabled {
  white-space: normal;
  height: auto;
  line-height: 1.2em;
  padding: 10px 30px;
}
.conf-lead .hero__btn.btn__disabled:hover {
  background-color: transparent;
  color: #ffffff;
  cursor: default;
}

.conf-speakers {
  padding: 80px 0;
}

.conf-speakers--content ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: bold;
}
.conf-speakers--content ul li {
  margin: 6px 0;
}
.conf-speakers--content ul li a {
  color: #2b3084;
  text-transform: uppercase;
  position: relative;
}
.conf-speakers--content ul li a:before {
  background-color: #2b3084;
  content: " ";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.conf-speakers--content ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.conf-rooms {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .conf-rooms .container {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}
.conf-rooms .conf-room-item {
  padding: 40px 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}
.conf-rooms .conf-room-item p {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1em;
}
.conf-rooms .conf-room-item p:last-of-type {
  margin-bottom: 0;
}
.conf-rooms .conf-room-event--title {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 20px 0;
  text-transform: uppercase;
  display: inline-block;
}

.conf-strip img {
  width: 100%;
  height: auto;
}

.conf-info {
  background-color: #2b3084;
  padding: 80px 0;
}
.conf-info * {
  color: #fff;
}
.conf-info.reverse {
  background-color: transparent;
}
.conf-info.reverse * {
  color: #2b3084;
}

.conf-info--header {
  margin-bottom: 20px;
}
.conf-info--header span {
  font-size: 30px;
  line-height: 1.2em;
  display: block;
  font-weight: bold;
}

@media (min-width: 768px) {
  .conf-info--inner {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}
.conf-info--inner p {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1em;
}
.conf-info--inner p:last-of-type {
  margin-bottom: 0;
}

.conf-venue {
  margin: 80px 0;
}
.conf-venue .conf-venue--wrap {
  position: relative;
}
.conf-venue .conf-venue--wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .conf-venue .conf-venue--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .conf-venue .conf-venue--photo {
    width: 50%;
    float: right;
  }
}

.conf-venue--header {
  font-size: 30px;
  line-height: 1.2em;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}

.conf-venue--content {
  background-color: #ffffff;
  padding: 20px;
}
@media (min-width: 768px) {
  .conf-venue--content {
    width: 50%;
    float: left;
    padding: 40px;
  }
}
.conf-venue--content p {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1em;
}
.conf-venue--content p:last-of-type {
  margin-bottom: 0;
}
.conf-venue--content p a {
  color: #2b3084;
  font-weight: bold;
  position: relative;
}
.conf-venue--content p a:before {
  background-color: #2b3084;
  content: " ";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.conf-venue--content p a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.conf-slider--slide {
  position: relative;
}
.conf-slider--slide img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .conf-slider--overlay {
    position: absolute;
    z-index: 2;
    width: calc( 100% - 80px );
    left: 40px;
    top: 40px;
  }
}
.conf-slider--overlay blockquote {
  background-color: #2b3084;
  color: #ffffff;
  padding: 20px;
}
@media (min-width: 768px) {
  .conf-slider--overlay blockquote {
    padding: 40px;
  }
}
.conf-slider--overlay blockquote p {
  font-size: 21px;
  line-height: 1.2em;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}
.conf-slider--overlay blockquote p:before {
  content: '“';
}
.conf-slider--overlay blockquote p:after {
  content: '”';
}
@media (min-width: 768px) {
  .conf-slider--overlay blockquote p {
    font-size: 30px;
  }
}
.conf-slider--overlay blockquote footer:before {
  display: none !important;
}
.conf-slider--overlay blockquote cite {
  font-style: normal;
}

.conf-info--col {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .conf-info--col {
    margin-bottom: 0;
  }
}

.page-template-tmpl-onepager .header {
  background-color: #ffdd00;
}
.page-template-tmpl-onepager .nav .menu a {
  color: #2b327e;
  position: relative;
}
.page-template-tmpl-onepager .nav .menu a:before {
  background-color: #2b327e;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.page-template-tmpl-onepager .nav .menu a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page-template-tmpl-onepager .nav .menu a:hover {
  color: #2b327e;
}
.page-template-tmpl-onepager .content-area {
  padding-bottom: 0;
}
.page-template-tmpl-onepager .nav-btn {
  display: none;
}
.page-template-tmpl-onepager .mobile-back {
  color: #2b327e;
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 14px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .page-template-tmpl-onepager .mobile-back {
    display: none;
  }
}

.op-header:after {
  content: "";
  display: table;
  clear: both;
}

.op-article {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .op-article {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0;
  }
}
.op-article h1 {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.op-article p {
  margin-bottom: 1em;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .logos {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .logos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.logos .logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .logos .logo {
    width: 30%;
    margin-right: 0;
  }
}

.op-grid {
  margin-bottom: 60px;
}
.op-grid:after {
  content: "";
  display: table;
  clear: both;
}

.op-grid-item {
  width: 340px;
  height: 300px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .op-grid-item {
    width: 32.20339%;
    float: left;
    margin-bottom: 30px;
    height: auto;
  }
  .op-grid-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .op-grid-item:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .op-grid-item:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
.op-grid-item a {
  display: block;
  border: 1px solid #2b327e;
  margin-right: 10px;
  box-shadow: 10px 10px 0px 0px #2b327e;
  overflow: hidden;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.op-grid-item a img {
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.op-grid-item a:hover {
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  background-color: #ffdd00;
  box-shadow: 0px 0px 0px 0px #2b327e;
}

.op-contributors {
  background-color: #2b327e;
  padding: 60px 0;
}
.op-contributors * {
  color: #ffdd00;
}
.op-contributors h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.op-contributors .op-contrib-list {
  -webkit-columns: 2;
          columns: 2;
  font-size: 14px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .op-contributors .op-contrib-list {
    -webkit-columns: 3;
            columns: 3;
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (min-width: 992px) {
  .op-contributors .op-contrib-list {
    -webkit-columns: 4;
            columns: 4;
  }
}

@media (min-width: 768px) {
  .single-artists .hero__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hero-artist-info {
  color: #fcdfbf;
}
.hero-artist-info a {
  display: inline-block;
  margin-right: 5px;
  font-family: "Circular-Medium";
  color: #fcdfbf;
  position: relative;
}
.hero-artist-info a:before {
  background-color: #fcdfbf;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-backface-visibility: hidden;
}
.hero-artist-info a:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.author-bio {
  padding: 60px 0 54px 0;
  text-align: center;
}

.author-bio__avatar {
  border-radius: 100%;
  height: 56px;
  margin: 0 auto;
  overflow: hidden;
  width: 56px;
}

.author-bio__header {
  margin-top: 12px;
}

.author-bio__description {
  margin-top: 14px;
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
/*
 * Inheritance
 */
button,
input[type=submit],
.btn, .hero__btn, .event__btn,
.post__event-cta__btn {
  background-image: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Circular-Medium", sans-serif;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 40px;
  line-height: inherit;
  padding: 7px 30px 6px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
button:hover,
input[type=submit]:hover,
.btn:hover, .hero__btn:hover, .event__btn:hover,
.post__event-cta__btn:hover {
  text-decoration: none;
}

button:hover,
input[type=submit]:hover,
.btn:hover {
  background-color: #181818;
  color: #ffffff;
}

button,
input[type=submit],
.btn {
  background-color: #4fb59b;
  color: #ffffff;
}

.hero__btn {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.event__btn,
.post__event-cta__btn {
  border: 2px solid #f05d33;
  color: #f05d33;
}

/*
 * Classes
 */
.hero__btn {
  margin-top: 22px;
  height: 60px;
  line-height: 56px;
  padding: 0 30px;
}
.hero__btn:hover {
  background-color: #ffffff;
  color: #f05d33;
}

.hero__btn--disabled {
  cursor: default;
}
.hero__btn--disabled:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.event__btn,
.post__event-cta__btn {
  margin-top: 22px;
  height: 60px;
  line-height: 56px;
  padding: 0 30px;
}
.event__btn:hover,
.post__event-cta__btn:hover {
  border-color: #2b3084;
  color: #2b3084;
}

.post__event-cta__btn--disabled {
  cursor: default;
}
.post__event-cta__btn--disabled:hover {
  background-color: transparent;
  border-color: #f05d33;
  color: #f05d33;
}

.event__btn:hover {
  border-color: #4fb59b;
  color: #4fb59b;
}

.event__btn--disabled {
  border-color: #a8a69b;
  color: #a8a69b;
  cursor: default;
}
.event__btn--disabled:hover {
  border-color: #a8a69b;
  color: #a8a69b;
}

.event__btn--notification {
  border-color: #f9f9f7;
  background-color: #f9f9f7;
  cursor: default;
}
.event__btn--notification:hover {
  border-color: #f9f9f7;
  color: #f05d33;
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.flexbox .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexbox .card-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .card-list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexbox .card-list .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexbox .card-list .card__content p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.card-list__item {
  overflow: hidden;
  width: 100%;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-group--three-per-row .card-list__item:nth-child(3) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .card-list__item {
    width: 50%;
  }

  .no-flexbox .card-list__item {
    float: left;
  }

  .no-flexbox .card-list__item:nth-child(2n+1) {
    clear: both;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .card-group--three-per-row .card-list__item {
    width: 33.33%;
  }

  .no-flexbox .card-list--3-row .card-list__item:nth-child(3n+1) {
    clear: both;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.card-group {
  margin-top: 52px;
  position: relative;
}

.card-group + .card-group {
  margin-top: 68px;
}

.owl-hero + .card-group {
  margin-top: 40px;
}

.subscribe + .card-group {
  margin-top: 68px;
}

.archive .card-group {
  margin-top: 73px;
}

.type-post + .card-group,
.type-artists + .card-group,
.type-events + .card-group,
.type-venues + .card-group {
  margin-top: 60px;
}

.card-group__header,
.card-group__content {
  position: relative;
  z-index: 99;
}

.card-group__title {
  color: #4fb59b;
  font-size: 24px;
  line-height: 34px;
}

.card-group__wrap:after {
  content: "";
  display: table;
  clear: both;
}

.card-group__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .card-group__download {
    width: 50%;
    float: right;
    text-align: right;
  }
}
.card-group__download span {
  display: inline-block;
  font-family: "Circular-Medium", sans-serif;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .card-group__download span {
    font-size: 1em;
  }
}
.card-group__download a {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-left: 10px;
  border: 2px solid #2b3084;
  -webkit-transition: all .75s;
  transition: all .75s;
}
@media (min-width: 768px) {
  .card-group__download a {
    width: 50px;
    height: 50px;
    margin-left: 20px;
  }
}
.card-group__download a:hover {
  background-color: #fcdfbf;
}

.card-group__content {
  margin-top: 10px;
  text-align: center;
}

.card-group__intro {
  margin-top: 6px;
}
.card-group__intro p {
  font-family: "Circular-Medium", sans-serif;
  margin-top: 0;
}
.card-group__intro a {
  color: #2b3084;
  font-family: "Circular-Medium", sans-serif;
  position: relative;
}
.card-group__intro a:before {
  background-color: #2b3084;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  visibility: visible;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-backface-visibility: hidden;
}
.card-group__intro a:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.card-group--three-per-row .card-group__title {
  color: #fcdfbf;
  margin-top: 66px;
}
.card-group--three-per-row .card__figure {
  background-color: #2b3084;
}

.card-group__bg {
  background-color: #2b3084;
  height: 362px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

.card-group__content__no-results {
  font-family: "Circular-Medium", sans-serif;
  margin-top: 30px;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .owl-hero + .card-group {
    margin-top: 60px;
  }

  .card-group + .card-group {
    margin-top: 108px;
  }

  .subscribe + .card-group {
    margin-top: 108px;
  }

  .copyblock + .card-group {
    margin-top: 72px !important;
  }
  .copyblock + .card-group .card-group__header {
    border-top: 1px solid #e6e6e6;
    padding-top: 64px;
  }

  .type-post + .card-group,
  .type-artists + .card-group,
  .type-events + .card-group,
  .type-venues + .card-group {
    margin-top: 22px;
  }

  .card-group__bg {
    height: 365px;
  }

  .card-group__header {
    padding-left: 0;
    padding-right: 0;
  }

  .card-group__title {
    font-size: 36px;
    line-height: 52px;
  }

  .card-group__content__no-results {
    font-size: 24px;
    line-height: 34px;
    margin-top: 38px;
    text-align: left;
  }

  .card-group__intro {
    font-size: 24px;
    line-height: 34px;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .site-main > .card-group:first-of-type {
    margin-top: 68px;
  }

  .owl-hero + .card-group {
    margin-top: 10px;
  }

  .card-group__title {
    float: left;
    width: 50%;
  }
  .card-group__title.wide {
    width: 100%;
    float: none;
  }

  .card-group__intro {
    float: right;
    padding-left: 10px;
    width: 50%;
  }

  .card-group__content {
    margin-top: 8px;
  }

  .card-group__bg {
    height: 346px;
  }
}
@media only screen and (min-width: 1200px) {
  .card-group__bg {
    height: 390px;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.card-list {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
}

.card-list__item {
  margin-top: 20px;
  padding: 0 10px;
}

.card {
  background: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.card__figure {
  position: relative;
  overflow: hidden;
}

.card__img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 600ms;
  transition: all 600ms;
  -webkit-backface-visibility: hidden;
}

.card__content {
  padding: 0 30px 26px 30px;
}

.card__title {
  color: #2b3084;
  font-size: 24px;
  line-height: 1.33333em;
  margin-top: 25px;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}

.card__meta {
  color: #4fb59b;
  font-size: 16px;
  font-family: "Circular-Medium", sans-serif;
  line-height: 1.33333em;
  display: inline-block;
  margin-top: 16px;
}

.card__excerpt {
  color: #a8a69b;
  font-size: 16px;
  line-height: 1.33333em;
  margin-top: 5px;
}

.card__title + .card__excerpt {
  margin-top: 15px;
}

.card__content__list {
  list-style-type: none;
  margin: 62px 0 0 0;
  padding: 0;
}

.card__content__list-anchor {
  color: #4fb59b;
  font-family: "Circular-Medium", sans-serif;
  position: relative;
}
.card__content__list-anchor:before {
  background-color: #4fb59b;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 1px;
  left: 0;
  visibility: visible;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-backface-visibility: hidden;
}
.card__content__list-anchor:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .card__content {
    min-height: 240px;
  }

  .card__meta {
    font-size: 18px;
    line-height: 1.33333em;
  }

  .card__excerpt {
    font-size: 18px;
    line-height: 1.33333em;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .card__title {
    font-size: 24px;
    line-height: 1.33333em;
  }

  .card__meta {
    margin-top: 14px;
  }

  .card__excerpt {
    margin-top: 8px;
  }

  a.card:hover .card__title {
    color: #4fb59b;
  }
  a.card:hover .card__img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * Navigation
 */
.owl-prev,
.owl-next {
  background-color: #ffffff;
  color: #2b3084;
  border-radius: 100%;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 40px;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.owl-prev i,
.owl-next i {
  line-height: 40px;
  position: relative;
}
.owl-prev:hover,
.owl-next:hover {
  background-color: #2b3084;
  color: #ffffff;
}

.owl-prev {
  left: 30px;
}
.owl-prev i {
  left: -1px;
}

.owl-next {
  right: 30px;
}
.owl-next i {
  right: -1px;
}

.owl-hero .owl-nav {
  display: none;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .owl-hero .owl-nav {
    display: block;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.dropdown {
  display: none;
}

.card-group__filter {
  margin-top: 15px;
}

.filter .select {
  margin-top: 5px;
  width: 130px;
}

.filter__group {
  float: left;
  margin-right: 10px;
  width: 130px;
}

.dropdown__label {
  font-size: 16px;
  line-height: 26px;
}

.filter .select {
  height: 40px;
}
.filter .select select {
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 11px;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .card-group__filter {
    margin-top: 17px;
  }

  .filter__group {
    float: left;
    margin: 0;
    width: auto;
  }

  .filter .select {
    float: left;
    margin-top: 0;
    margin-right: 20px;
    width: 240px;
  }

  .dropdown__label {
    font-size: 18px;
    line-height: 28px;
  }

  .filter .select {
    height: 50px;
    margin-top: 8px;
  }
  .filter .select select {
    font-size: 18px;
    padding: 8px 15px 13px 15px;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .filter .select {
    display: none;
  }

  .card-group__header {
    z-index: 999;
  }

  .card-group__filter {
    margin-top: 0;
    position: absolute;
    top: -34px;
    right: 0;
    z-index: 999;
  }

  .dropdown {
    display: block;
    margin-top: 12px;
    position: relative;
    width: 210px;
    z-index: 99999;
  }
  .dropdown:hover .dropdown__list {
    max-height: 268px;
    overflow-y: scroll;
  }

  .dropdown__wrapper {
    float: left;
    margin-left: 30px;
  }

  .dropdown__list {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .dropdown--is-active .dropdown__title {
    color: #2b3084;
  }

  .dropdown__title,
  .dropdown__anchor {
    background-color: #f9f9f7;
    border: 2px solid #2b3084;
    color: #2b3084;
    display: block;
    min-height: 50px;
    line-height: 1;
    padding: 13px 15px;
  }

  .dropdown__title {
    cursor: pointer;
    position: relative;
  }

  .dropdown__anchor {
    border-top: 0;
  }

  .dropdown__icon {
    font-size: 10px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 15px;
    text-align: center;
  }

  .dropdown__list {
    list-style-type: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 99999;
  }

  .dropdown__anchor {
    -webkit-transition: background-color 200ms linear, color 200ms linear;
    transition: background-color 200ms linear, color 200ms linear;
  }
  .dropdown__anchor:hover {
    color: #4fb59b;
  }

  .dropdown__anchor--is-selected {
    background-color: #fcdfbf;
    cursor: default;
    color: #2b3084;
  }
  .dropdown__anchor--is-selected:hover {
    color: #2b3084;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
@font-face {
  font-family: "Circular-Medium";
  src: url("../webfonts/lineto-circular-medium.eot");
  src: url("../webfonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/lineto-circular-medium.woff2") format("woff2"), url("../webfonts/lineto-circular-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular-Book";
  src: url("../webfonts/lineto-circular-book.eot");
  src: url("../webfonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../webfonts/lineto-circular-book.woff2") format("woff2"), url("../webfonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.footer {
  background-color: #4fb59b;
  clear: both;
  padding: 72px 0 72px 0;
}

.footer__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.33333em;
}
.footer__menu a {
  color: #ffffff;
  font-size: 16px;
  position: relative;
}
.footer__menu a:before {
  background-color: #ffffff;
  content: " ";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.footer__menu a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.footer__menu a:hover {
  color: #ffffff;
}

.footer__copyright,
.footer__credit {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.33333em;
}

.footer__copyright {
  display: block;
  margin-top: 34px;
}

.footer__credit__link {
  color: #ffffff;
  position: relative;
}
.footer__credit__link:before {
  background-color: #ffffff;
  content: " ";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-backface-visibility: hidden;
}
.footer__credit__link:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .footer .container {
    position: relative;
  }

  .footer__copyright,
  .footer__credit {
    display: inline-block;
  }

  .footer__copyright {
    margin-top: 46px;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
  .footer__credit {
    margin-left: 50px;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
input {
  border-radius: 0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
label.error {
  background: #f05d33;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  padding: 7px 15px;
  position: absolute;
  top: -18px;
  left: 15px;
  text-transform: none;
  white-space: nowrap;
  width: auto;
  z-index: 1;
}
label.error:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 93, 51, 0);
  border-top-color: #f05d33;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

.select {
  background-color: #ffffff;
  border: 2px solid #2b3084;
  height: 50px;
  padding: 0;
  position: relative;
  width: 100%;
}
.select i {
  font-size: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 10;
}
.select select {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  background-image: none;
  color: #2b3084;
  height: auto;
  line-height: normal;
  padding: 8px 15px 13px 15px;
  position: relative;
  width: 100%;
  z-index: 9;
  -webkit-appearance: none;
  appearance: none;
}
.select select:focus {
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select label.error {
  top: -13px !important;
}

@media (min-width: 992px) {
  .fp-card-list {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

.fp-card-list-item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.fp-card {
  background: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  margin-bottom: 20px;
}
.fp-card:hover .fp-card-title {
  color: #4fb59b;
}
.fp-card:hover .fp-card-img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.fp-card-figure {
  position: relative;
  overflow: hidden;
}

.fp-card-img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 600ms;
  transition: all 600ms;
  -webkit-backface-visibility: hidden;
}

.fp-card-content {
  padding: 0 30px 26px 30px;
}
@media (min-width: 768px) {
  .fp-card-content {
    min-height: 240px;
  }
}

.fp-card-title {
  color: #2b3084;
  font-size: 24px;
  line-height: 1.33333em;
  margin-top: 25px;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}

.fp-card-meta {
  color: #4fb59b;
  font-size: 16px;
  font-family: "Circular-Medium", sans-serif;
  line-height: 1.33333em;
  display: inline-block;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .fp-card-meta {
    font-size: 18px;
    line-height: 1.33333em;
  }
}
@media (min-width: 992px) {
  .fp-card-meta {
    margin-top: 14px;
  }
}

.fp-card-excerpt {
  color: #a8a69b;
  font-size: 16px;
  line-height: 1.2em;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .fp-card-excerpt {
    font-size: 18px;
    line-height: 1.33333em;
  }
}
@media (min-width: 992px) {
  .fp-card-excerpt {
    margin-top: 8px;
  }
}

.fp-card-title + .fp-card-excerpt {
  margin-top: 15px;
}

/* Call-to-actions */
.fp-card-cta {
  display: block;
  background-color: #f9f9f7;
  position: relative;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .fp-card-cta {
    padding-bottom: 66.66667%;
  }
}
.fp-card-cta:hover .fp-cta-link {
  background-color: #ffffff;
  color: #f9f9f7;
}
.fp-card-cta.cta-green {
  background-color: #4fb59b;
}
.fp-card-cta.cta-green:hover .fp-cta-link {
  color: #4fb59b;
}
.fp-card-cta.cta-blue {
  background-color: #2b3084;
}
.fp-card-cta.cta-blue:hover .fp-cta-link {
  color: #2b3084;
}
.fp-card-cta.cta-grey {
  background-color: #a8a69b;
}
.fp-card-cta.cta-grey:hover .fp-cta-link {
  color: #a8a69b;
}
.fp-card-cta.cta-orange {
  background-color: #f05d33;
}
.fp-card-cta.cta-orange:hover .fp-cta-link {
  color: #f05d33;
}

.fp-cta-content {
  padding: 25px 30px;
}
@media (min-width: 768px) {
  .fp-cta-content {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.fp-cta-title {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-family: "Circular-Medium";
}
@media (min-width: 768px) {
  .fp-cta-title {
    font-size: 36px;
    line-height: 1.33333em;
  }
}
@media (min-width: 992px) {
  .fp-cta-title {
    font-size: 30px;
    line-height: 1.33333em;
  }
}
@media (min-width: 1200px) {
  .fp-cta-title {
    font-size: 36px;
    line-height: 1.33333em;
  }
}

.fp-cta-excerpt {
  display: block;
  font-size: 18px;
  line-height: 1.33333em;
  font-family: "Circular-Medium";
  margin-top: 12px;
}
@media (min-width: 768px) {
  .fp-cta-excerpt {
    font-size: 24px;
    padding-right: 15%;
  }
}
@media (min-width: 992px) {
  .fp-cta-excerpt {
    font-size: 18px;
    padding-right: 15%;
  }
}
@media (min-width: 1200px) {
  .fp-cta-excerpt {
    font-size: 24px;
  }
}

.fp-cta-link {
  font-family: "Circular-Medium";
  border: 2px solid #ffffff;
  display: inline-block;
  padding: 14px 28px;
  margin-top: 60px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (min-width: 768px) {
  .fp-cta-link {
    position: absolute;
    bottom: 30px;
    margin-top: 0;
  }
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-direction-down:before, .nav .menu .menu-item-has-children:after {
  content: "\e903";
}

.icon-direction-left:before {
  content: "\e904";
}

.icon-direction-right:before {
  content: "\e905";
}

.icon-direction-up:before {
  content: "\e906";
}

.icon-envelope:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-flickr:before {
  content: "\e909";
}

.icon-gplus:before {
  content: "\e90a";
}

.icon-instagram:before {
  content: "\e90b";
}

.icon-linkedin:before {
  content: "\e90c";
}

.icon-pinterest:before {
  content: "\e90d";
}

.icon-play:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}

.icon-select:before {
  content: "\e910";
}

.icon-tumblr:before {
  content: "\e911";
}

.icon-twitter:before {
  content: "\e912";
}

.icon-www:before {
  content: "\e913";
}

.icon-youtube:before {
  content: "\e914";
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-sm-4, .col-sm-6, .col-sm-8,
.col-md-4, .col-md-6, .col-md-8,
.col-lg-3, .col-lg-6, .col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hidden-xs {
  display: none;
}

.visible-xs {
  display: block;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media (min-width: 768px) {
  .col-sm-6,
  .col-sm-4,
  .col-sm-8 {
    float: left;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .hidden-xs {
    display: block;
  }

  .visible-xs {
    display: none;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media (min-width: 992px) {
  .col-md-4,
  .col-md-6,
  .col-md-8 {
    float: left;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }
}
/* -------------------------------------------------------
   Large Desktop
   ------------------------------------------------------- */
@media (min-width: 1200px) {
  .col-lg-3,
  .col-lg-6,
  .col-lg-8 {
    float: left;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@-ms-viewport {
  width: device-width;
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.header {
  background-color: #2b3084;
  padding: 0 15px 0 15px;
  height: 70px;
  position: fixed;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.open {
  -webkit-transform: translate3d(-290px, 0, 0);
          transform: translate3d(-290px, 0, 0);
}
.header.push {
  position: fixed !important;
  z-index: 999 !important;
}

.header__logo {
  display: inline-block;
  position: absolute;
  top: 15px;
  height: 0;
  padding-top: 44.6875px;
  position: relative;
  width: 55px;
}
.header__logo svg {
  position: absolute;
  top: 0;
  left: 0;
}
.header__logo path {
  -webkit-transition: fill 200ms linear;
  transition: fill 200ms linear;
}
.header__logo:hover path {
  fill: #4fb59b;
}

.header__logo--md {
  display: none;
}

.header__cta {
  color: #f05d33;
  font-family: "Circular-Medium", sans-serif;
  position: absolute;
  top: 20px;
  right: 64px;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .faux-header {
    height: 180px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  .faux-header.headroom--unpinned {
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px);
  }

  .header {
    height: 180px;
    padding: 0 30px 0 30px;
  }
  .header.headroom--unpinned {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header.open {
    -webkit-transform: translate3d(-290px, 0, 0);
            transform: translate3d(-290px, 0, 0);
  }

  .header__logo--xs {
    display: inline-block;
    position: absolute;
    top: 30px;
    height: 0;
    padding-top: 52.8125px;
    position: relative;
    width: 65px;
  }
  .header__logo--xs svg {
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__cta {
    position: absolute !important;
    top: 22px;
    right: 30px;
    position: relative;
  }
  .header__cta:before {
    background-color: #f05d33;
    content: " ";
    height: 2px;
    position: absolute;
    bottom: 3px;
    left: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .header__cta:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .header__logo--xs {
    display: none;
  }

  .header__logo--md {
    display: inline-block;
  }

  .header__logo {
    top: 30px;
    padding-top: 120px;
    width: 177px;
  }
}
@media (min-width: 768px) {
  .faux-header {
    position: fixed;
  }
}

.content-area.push {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .content-area.push {
    padding-top: 180px;
  }
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.headline {
  padding: 70px 0;
}

.headline__title {
  font-size: 24px;
  line-height: 1.33333em;
  max-width: 460px;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .headline {
    padding: 68px 0;
  }

  .headline__title {
    font-size: 36px;
    line-height: 1.33333em;
    max-width: none;
    width: 100%;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .headline__title {
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .headline__title {
    width: 60%;
  }
}
/*
 * FOUT
 */
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading li,
.wf-loading a,
.wf-loading input,
.wf-loading label,
.wf-loading figcaption,
.wf-loading select,
.wf-loading span,
.wf-loading .author-info,
.wf-loading .dropdown__title,
.wf-loading .dropdown__label,
.wf-loading .event,
.wf-loading .hero__event-pricing,
.wf-loading .hero__btn,
.wf-loading .post__event-cta-pricing,
.wf-loading .schedule__date {
  visibility: hidden;
}

/*
 * Font Face
 */
@font-face {
  font-family: "Circular-Medium";
  src: url("../webfonts/lineto-circular-medium.eot");
  src: url("../webfonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/lineto-circular-medium.woff2") format("woff2"), url("../webfonts/lineto-circular-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular-Book";
  src: url("../webfonts/lineto-circular-book.eot");
  src: url("../webfonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../webfonts/lineto-circular-book.woff2") format("woff2"), url("../webfonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'glyphicons';
  src: url("../webfonts/glyphicons.eot?rlgcrb");
  src: url("../webfonts/glyphicons.eot?rlgcrb#iefix") format("embedded-opentype"), url("../webfonts/glyphicons.woff?rlgcrb") format("woff"), url("../webfonts/glyphicons.ttf?rlgcrb") format("truetype"), url("../webfonts/glyphicons.svg?rlgcrb#glyphicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 * Scrolling
 */
.no-scroll {
  overflow: hidden;
}

/*
 * WordPress Helper Classes
 */
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter,
.size-full {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.size-full {
  width: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.screen-reader-text,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
/*
 * Hero structure
 */
.hero,
.hero-carousel {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.hero__main {
  background-color: #2b3084;
  color: #ffffff;
  padding: 22px 30px 30px 30px;
  min-height: 230px;
}

.hero__aside {
  background-color: #4fb59b;
  color: #ffffff;
  padding: 24px 30px 30px 30px;
  min-height: 200px;
}

.hero__main,
.hero__aside {
  font-size: 16px;
  line-height: 1.33333em;
  position: relative;
  top: -30px;
}

.hero--events .hero__aside {
  background-color: #f05d33;
}

/*
 * Hero main
 */
.hero__title {
  font-size: 24px;
  font-family: "Circular-Medium", sans-serif;
  line-height: 1.33333em;
}

.hero__title__anchor {
  color: #ffffff;
  position: relative;
}
.hero__title__anchor:before {
  background-color: #ffffff;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.hero__title__anchor:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.hero__meta {
  margin-top: 16px;
}

.hero__excerpt {
  color: #fcdfbf;
  margin-top: 10px;
}

.hero__details {
  color: #fcdfbf;
}
.hero__details a {
  color: #fcdfbf;
  position: relative;
}
.hero__details a:before {
  background-color: #fcdfbf;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  visibility: visible;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-backface-visibility: hidden;
}
.hero__details a:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.hero__details a.hero__download,
.hero__download {
  color: #4fb59b;
  display: inline-block;
  margin-top: 22px;
  position: relative;
}
.hero__details a.hero__download:before,
.hero__download:before {
  background-color: #4fb59b;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  visibility: visible;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-backface-visibility: hidden;
}
.hero__details a.hero__download:hover:before,
.hero__download:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.hero__img {
  width: 100% !important;
}

/*
 * Hero aside
 */
.hero__link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hero__link-list__item {
  margin-top: 4px;
}
.hero__link-list__item:first-of-type {
  margin-top: 0;
}

.hero__aside__anchor,
.hero__link-list__anchor {
  color: #ffffff;
  position: relative;
}
.hero__aside__anchor:before,
.hero__link-list__anchor:before {
  background-color: #ffffff;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-backface-visibility: hidden;
}
.hero__aside__anchor:hover:before,
.hero__link-list__anchor:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/*
 * Misc.
 */
.hero__main,
.hero__aside,
.hero__title__anchor,
.hero__details a,
.hero__download,
.hero__aside__anchor,
.hero__link-list__anchor,
.hero__btn {
  -webkit-backface-visibility: hidden;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .hero__main,
  .hero__aside {
    position: relative;
    top: -50px;
  }

  .hero__main,
  .hero__aside {
    font-size: 18px;
    line-height: 1.33333em;
  }

  .hero__main {
    float: left;
    min-height: 280px;
    width: 60%;
  }

  .hero__aside {
    float: left;
    min-height: 200px;
    width: 40%;
  }

  .hero__title__anchor {
    position: relative;
  }
  .hero__title__anchor:before {
    background-color: #ffffff;
    content: " ";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .hero__title__anchor:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  /*
   * Hero structure
   */
  .hero__main,
  .hero__aside {
    top: -100px;
  }

  .hero__main {
    width: 66.66666666666666%;
  }

  .hero__aside {
    width: 33.33333333333333%;
  }

  /*
   * Hero main
   */
  .hero__title {
    font-size: 50px;
    line-height: 1.33333em;
  }

  .hero__meta {
    margin-top: 30px;
  }

  .hero__excerpt {
    color: #fcdfbf;
    margin-top: 30px;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.content-area {
  background-color: #f9f9f7;
  padding-top: 70px;
  padding-bottom: 80px;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .content-area {
    padding-top: 0;
    padding-bottom: 120px;
  }
}
.modal-boxoffice {
  width: 700px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 500;
  height: 600px;
  overflow-y: scroll;
}

.modal-close {
  width: 50px;
  height: 50px;
  display: block;
  right: 20px;
  top: 20px;
  background-color: #FFF;
  position: fixed;
  z-index: 501;
}

.modal-cover {
  position: fixed;
  display: block;
  z-index: 499;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 48, 132, 0.75);
  top: 0;
  left: 0;
}

body#shop-front.new_event_page.widget #shop-container {
  box-shadow: none !important;
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.icon-bar,
.icon-bar:before,
.icon-bar:after {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #fcdfbf;
  border-radius: 1px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.icon-bar {
  margin-top: -1px;
  margin-left: -12.5px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.icon-bar:before, .icon-bar:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 3px center;
          transform-origin: 3px center;
}
.icon-bar:before {
  top: 9px;
}
.icon-bar:after {
  top: -9px;
}

.nav-btn {
  background: transparent;
  border: 0;
  height: 20px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 15px;
  -webkit-transition: 400ms;
  transition: 400ms;
  width: 25px;
  z-index: 9999;
}
.nav-btn:active {
  -webkit-transition: 0;
  transition: 0;
}
.nav-btn:hover {
  background: transparent;
}
.nav-btn.active {
  opacity: 1;
}
.nav-btn.close .icon-bar {
  background: transparent;
}
.nav-btn.close .icon-bar:before, .nav-btn.close .icon-bar:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  width: 26px;
}
.nav-btn.close .icon-bar:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
.nav-btn.close .icon-bar:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .nav-btn {
    display: none;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.nav li {
  position: relative;
}
.nav .sub-menu {
  max-height: 0;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav .sub-menu.open {
  border-top: 1px solid #2b3084;
  max-height: 1000px;
}
.nav .sub-menu a {
  background-color: #fcdfbf;
  color: #2b3084 !important;
  padding: 12px 15px !important;
  height: auto !important;
}
.nav .sub-menu li:last-child {
  border-bottom: 0;
}

.sub-menu-toggle {
  background-color: #2b3084;
  color: #fcdfbf;
  cursor: pointer;
  display: block;
  font-size: 8px;
  height: 60px;
  line-height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
}
.sub-menu-toggle.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .nav .sub-menu {
    display: none !important;
    visibility: hidden;
  }

  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.push {
  overflow: visible;
  position: relative;
  z-index: 99;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.push.open {
  overflow: hidden;
  -webkit-transform: translate3d(-290px, 0, 0);
          transform: translate3d(-290px, 0, 0);
}

.nav {
  background: #2b3084;
  display: none;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 290px;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nav.opening {
  display: block;
}
.nav.opened {
  display: block;
  z-index: 100;
}
.nav.closing {
  display: block;
  z-index: 0;
}
.nav.closed {
  display: none;
}
.nav .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav .menu li {
  position: relative;
}
.nav .menu .menu-item-has-children:after {
  display: none;
}
.nav .menu a {
  color: #fcdfbf;
  display: block;
  font-family: "Circular-Medium", sans-serif;
  height: 60px;
  padding: 17px 15px;
}
.nav .menu a:active, .nav .menu a:hover {
  color: #4fb59b;
}
.nav .menu .current-menu-item > a {
  color: #4fb59b;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav .menu li {
    margin-left: 20px;
  }
  .nav .menu li:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .push {
    overflow: visible;
    position: relative;
    z-index: 99;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  }
  .push.open {
    overflow: hidden;
    -webkit-transform: translate3d(-290px, 0, 0);
            transform: translate3d(-290px, 0, 0);
  }

  .nav {
    background: transparent;
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
    position: fixed;
    top: 128px;
    right: 30px;
    bottom: auto;
    width: auto;
    z-index: 999;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .nav.closed {
    display: block;
  }
  .nav .menu {
    margin-bottom: 0;
  }
  .nav .menu li {
    border-bottom: 0;
    display: block;
    float: left;
    line-height: normal;
  }
  .nav .menu a {
    background-color: transparent;
    color: #fcdfbf;
    display: inline-block;
    height: auto;
    padding: 0;
    position: relative;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
    position: relative;
  }
  .nav .menu a:before {
    background-color: #fcdfbf;
    content: " ";
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .nav .menu a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .nav .menu a:hover {
    color: #fcdfbf;
  }
  .nav .menu .current-menu-item a,
  .nav .menu .current-page-ancestor a {
    color: #fcdfbf;
    position: relative;
  }
  .nav .menu .current-menu-item a:before,
  .nav .menu .current-page-ancestor a:before {
    background-color: #fcdfbf;
    content: " ";
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    visibility: visible;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-backface-visibility: hidden;
  }
  .nav .menu .current-menu-item a:hover:before,
  .nav .menu .current-page-ancestor a:hover:before {
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  .push.open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .nav .menu li {
    margin-left: 30px;
  }
  .nav .menu li:first-child {
    margin-left: 0;
  }
}
.card-list-nav {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.card-list-nav .page-numbers {
  font-size: 18px;
  line-height: 24px;
  margin: 8px 12px;
  padding: 0 2px;
  display: inline-block;
  text-align: center;
  color: #2b3084;
}
.card-list-nav .page-numbers.current {
  color: #4fb59b;
  border-bottom: 2px solid #4fb59b;
}
.card-list-nav .prev,
.card-list-nav .next {
  font-size: 18px;
  line-height: 36px;
  margin: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
  text-indent: -999em;
  border: 2px solid #2b3084;
  box-sizing: border-box;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.card-list-nav .prev:before,
.card-list-nav .next:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -5px;
  border-left: 2px solid #2b3084;
  border-top: 2px solid #2b3084;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.card-list-nav .prev:hover,
.card-list-nav .next:hover {
  background-color: #2b3084;
}
.card-list-nav .prev:hover:before,
.card-list-nav .next:hover:before {
  border-color: #ffffff;
}
.card-list-nav .next:before {
  border-left: none;
  border-top: none;
  margin-left: -10px;
  border-right: 2px solid #2b3084;
  border-bottom: 2px solid #2b3084;
}

/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.notification {
  background-color: #f05d33;
  padding: 20px 0;
}

.notification__title {
  color: #ffffff;
  font-family: "Circular-Medium", sans-serif;
  font-size: 18px;
  line-height: 1.33333em;
}
.notification__title a {
  color: #ffffff;
  position: relative;
}
.notification__title a:before {
  background-color: #ffffff;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 1px;
  left: 0;
  visibility: visible;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-backface-visibility: hidden;
}
.notification__title a:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .notification {
    padding: 35px 0;
  }

  .notification__title {
    font-size: 24px;
    line-height: 34px;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.site-overlay {
  background: #000;
  height: 100%;
  position: fixed;
  top: 70px;
  right: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.site-overlay.active {
  visibility: visible;
  opacity: 0.7;
  right: 290px;
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.nav-links {
  display: block;
  margin-top: 60px;
  text-align: center;
}
.nav-links .page-numbers {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 100%;
  color: #2b3084;
  display: inline-block;
  line-height: 34px;
  font-family: "Circular-Medium", sans-serif;
  height: 40px;
  padding: 0;
  position: relative;
  margin: 0 5px;
  text-decoration: none;
  width: 40px;
  -webkit-transition: border-color 200ms linear, color 200ms linear;
  transition: border-color 200ms linear, color 200ms linear;
}
.nav-links .page-numbers:hover {
  color: #4fb59b;
}
.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
  border-color: #2b3084;
}
.nav-links .page-numbers.next:hover, .nav-links .page-numbers.prev:hover {
  border-color: #4fb59b;
}
.nav-links .page-numbers.dots:hover {
  color: #2b3084;
}
.nav-links .page-numbers.current {
  border-color: #4fb59b;
  color: #4fb59b;
}
.nav-links .page-numbers.current:hover {
  color: #4fb59b;
}
.nav-links .icon-direction-left,
.nav-links .icon-direction-right {
  position: relative;
  top: 2px;
}
.nav-links .icon-direction-left {
  left: -1px;
}
.nav-links .icon-direction-right {
  right: -1px;
}

/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .nav-links {
    margin-top: 80px;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
/*
 * Post header
 */
.post__header + .post__attachment,
.post__aside + .post__attachment {
  margin-top: 52px;
}

.post__header + .post__content,
.post__aside + .post__content {
  margin-top: 42px;
}

.post__attachment + .post__content {
  margin-top: 52px;
}

.post__header {
  margin-top: 50px;
}

/*
 * Post meta
 */
.post__aside {
  margin-top: 15px;
  text-align: center;
}

.post__author {
  margin-top: 12px;
}

.post__author__avatar {
  border-radius: 100%;
  height: 56px;
  margin: 0 auto;
  overflow: hidden;
  width: 56px;
}

.post__author__link {
  color: #2b3084;
  display: inline-block;
  margin-top: 12px;
}
.post__author__link:hover {
  color: #4fb59b;
}

/*
 * Post attachment
 */
.post__attachment img {
  width: 100%;
}
.post__attachment figcaption {
  background-color: #ffffff;
  padding: 10px 15px;
}

/*
 * 404, No search results
 */
.post--no-results,
.post--not-found {
  margin-top: 65px !important;
  padding-bottom: 62px;
  top: 0 !important;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /*
   * Post header
   */
  .post__title {
    font-size: 36px;
    line-height: 1.33333em;
  }

  /*
   * Post meta
   */
  .post__aside {
    margin-top: 28px;
  }

  .post--no-results .post__content p,
  .post--not-found .post__content p {
    padding-left: 0;
    padding-right: 0;
  }

  /*
   * 404, No search results
   */
  .post--no-results,
  .post--not-found {
    margin-top: 105px !important;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
/*
 * Post content
 */
.type-post,
.type-artists,
.type-events,
.type-venues {
  margin-top: 22px;
}

.post__content {
  /*
   * Typography styles
   */
  /*
   * Typography margins
   */
  /*
   * Blockquote margins
   */
  /*
   * Image margins
   */
  /*
   * Social embed margins
   */
  /*
   * Video embed margins
   */
}
.post__content h1, .post__content h2 {
  font-size: 24px;
  font-family: "Circular-Medium", sans-serif;
  line-height: 1.33333em;
}
.post__content h3, .post__content h4, .post__content h5, .post__content h6 {
  font-size: 24px;
  font-family: "Circular-Medium", sans-serif;
  line-height: 1.33333em;
}
.post__content p a {
  color: #4fb59b;
  font-family: "Circular-Medium", sans-serif;
  position: relative;
}
.post__content p a:before {
  background-color: #4fb59b;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  visibility: visible;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-backface-visibility: hidden;
}
.post__content p a:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.post__content li {
  line-height: 26px;
}
.post__content ol,
.post__content ul {
  list-style-position: outside;
}
.post__content ul {
  padding-left: 22px;
}
.post__content ol {
  padding-left: 18px;
}
.post__content blockquote p {
  color: #4fb59b;
  font-size: 21px;
  font-family: "Circular-Medium", sans-serif;
  line-height: 1.33333em;
}
.post__content figure {
  clear: both;
  position: relative;
  width: auto !important;
}
.post__content figcaption {
  background-color: #f9f9f7;
  color: #a8a69b;
  font-size: 14px;
  line-height: 22px;
  padding: 20px 0;
}
.post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6 {
  margin-top: 45px;
}
.post__content h1 + p, .post__content h2 + p, .post__content h3 + p, .post__content h4 + p, .post__content h5 + p, .post__content h6 + p {
  margin-top: 18px;
}
.post__content p,
.post__content li {
  margin-top: 30px;
}
.post__content blockquote p {
  margin-top: 40px;
}
.post__content blockquote + p {
  margin-top: 42px;
}
.post__content img {
  margin-top: 54px;
}
.post__content img + p {
  margin-top: 50px;
}
.post__content img + h3 {
  margin-top: 55px;
}
.post__content .twitter-tweet {
  margin-top: 53px !important;
}
.post__content .twitter-tweet + p {
  margin-top: 50px;
}
.post__content .fluid-width-video-wrapper {
  margin-top: 54px;
}
.post__content h1 + .fluid-width-video-wrapper,
.post__content h2 + .fluid-width-video-wrapper {
  margin-top: 52px;
}
.post__content h3 + .fluid-width-video-wrapper,
.post__content h4 + .fluid-width-video-wrapper,
.post__content h5 + .fluid-width-video-wrapper,
.post__content h6 + .fluid-width-video-wrapper {
  margin-top: 50px;
}
.post__content .fluid-width-video-wrapper + h1,
.post__content .fluid-width-video-wrapper + h2 {
  margin-top: 54px;
}
.post__content .fluid-width-video-wrapper + h3,
.post__content .fluid-width-video-wrapper + h4,
.post__content .fluid-width-video-wrapper + h5,
.post__content .fluid-width-video-wrapper + h6 {
  margin-top: 52px;
}
.post__content .fluid-width-video-wrapper + p {
  margin-top: 50px;
}

/*
 * Post event cta
 */
.post__event-cta {
  color: #f05d33;
  margin-top: 44px;
}

/*
 * Post share
 */
.post__share {
  margin-top: 46px;
  margin-left: 15px;
  margin-right: 15px;
}

.post__event-cta + .post__share {
  margin-top: 52px;
}

.post__share-title {
  color: #4fb59b;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0;
}

.social.social--post {
  margin: 3px 0 0 0;
}
.social.social--post li {
  margin-top: 10px;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /*
   * Imagery
   */
  .post__content {
    padding-left: 0;
    padding-right: 0;
  }
  .post__content figcaption {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
  }
  .post__content blockquote {
    font-size: 24px;
    line-height: 1.33333em;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .type-post,
  .type-artists,
  .type-events,
  .type-venues {
    margin-top: 0;
    position: relative;
    top: -57px;
  }

  .post__content {
    /*
     * Typography sizing
     */
    /*
     * Typography margins
     */
    /*
     * Blockquote margins
     */
    /*
     * Image margins
     */
    /*
     * Social embed margins
     */
    /*
     * Video embed margins
     */
  }
  .post__content p,
  .post__content li,
  .post__content .image-grid,
  .post__content .image--grid {
    width: 66.666666%;
  }
  .post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6,
  .post__content p, .post__content .twitter-tweet {
    padding-left: 30px;
    padding-right: 30px;
  }
  .post__content li {
    margin-left: 30px;
    margin-right: 30px;
  }
  .post__content blockquote,
  .post__content figure,
  .post__content img {
    width: 100%;
  }
  .post__content blockquote p {
    font-size: 50px;
    line-height: 62px;
    width: 100%;
  }
  .post__content h1,
  .post__content h2 {
    font-size: 36px;
    line-height: 1.33333em;
  }
  .post__content p,
  .post__content li {
    font-size: 20px;
    line-height: 1.33333em;
  }
  .post__content p,
  .post__content li {
    margin-top: 28px;
  }
  .post__content h1, .post__content h2 {
    margin-top: 42px;
  }
  .post__content h1 + p, .post__content h2 + p {
    margin-top: 25px;
  }
  .post__content h3, .post__content h4, .post__content h5, .post__content h6 {
    margin-top: 45px;
  }
  .post__content h3 + p, .post__content h4 + p, .post__content h5 + p, .post__content h6 + p {
    margin-top: 18px;
  }
  .post__content blockquote p {
    margin-top: 58px;
  }
  .post__content blockquote + p {
    margin-top: 60px;
  }
  .post__content img {
    margin-top: 74px;
  }
  .post__content img + p {
    margin-top: 56px;
  }
  .post__content img + h1, .post__content img + h2, .post__content img + h3, .post__content img + h4, .post__content img + h5, .post__content img + h6 {
    margin-top: 66px;
  }
  .post__content figure + p {
    margin-top: 72px;
  }
  .post__content figure + h1,
  .post__content figure + h2 {
    margin-top: 68px;
  }
  .post__content figure + h3,
  .post__content figure + h4,
  .post__content figure + h5,
  .post__content figure + h6 {
    margin-top: 71px;
  }
  .post__content .twitter-tweet {
    margin-top: 75px !important;
  }
  .post__content .twitter-tweet + p {
    margin-top: 70px;
  }
  .post__content .fluid-width-video-wrapper {
    margin-top: 74px;
  }
  .post__content h1 + .fluid-width-video-wrapper,
  .post__content h2 + .fluid-width-video-wrapper {
    margin-top: 68px;
  }
  .post__content .fluid-width-video-wrapper + h1,
  .post__content .fluid-width-video-wrapper + h2 {
    margin-top: 66px;
  }
  .post__content h3 + .fluid-width-video-wrapper,
  .post__content h4 + .fluid-width-video-wrapper,
  .post__content h5 + .fluid-width-video-wrapper,
  .post__content h6 + .fluid-width-video-wrapper {
    margin-top: 72px;
  }
  .post__content .fluid-width-video-wrapper + h3,
  .post__content .fluid-width-video-wrapper + h4,
  .post__content .fluid-width-video-wrapper + h5,
  .post__content .fluid-width-video-wrapper + h6 {
    margin-top: 70px;
  }
  .post__content .fluid-width-video-wrapper + p {
    margin-top: 72px;
  }

  .post__event-cta {
    margin-top: 64px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .post__share {
    margin-top: 66px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .post__event-cta + .post__share {
    margin-top: 72px;
  }

  .post__share--title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .post__content figcaption {
    padding: 24px 15px 22px 15px;
    width: 33.33%;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.copyblock {
  padding-top: 72px;
}
.copyblock .copyblock__content {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 74px;
}
.copyblock:first-of-type {
  padding-top: 72px;
}
.copyblock:last-of-type .copyblock__content {
  border-bottom: 0;
  padding-bottom: 0;
}
.copyblock .container {
  position: relative;
}

.copyblock__title {
  color: #4fb59b;
  font-size: 24px;
  line-height: 34px;
}

.copyblock + .subscribe {
  margin-top: 74px;
}

.copyblock + .card-group {
  margin-top: 75px;
}
.copyblock + .card-group .card-group__header {
  border-top: 1px solid #e6e6e6;
  padding-top: 72px;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .copyblock {
    padding-top: 66px;
  }

  .copyblock__header {
    padding-left: 0;
    padding-right: 0;
  }

  .copyblock__title {
    color: #4fb59b;
    font-size: 36px;
    line-height: 52px;
  }

  .copyblock + .subscribe {
    margin-top: 72px;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .copyblock {
    padding-top: 72px;
  }

  .copyblock__title {
    position: absolute;
    top: -6px;
  }

  .copyblock__content > p:first-of-type, .copyblock__content > ul:first-of-type, .copyblock__content > ol:first-of-type, .copyblock__content > li:first-of-type {
    margin-top: 0;
  }
  .copyblock__content h1, .copyblock__content h2, .copyblock__content h3, .copyblock__content h4, .copyblock__content h5, .copyblock__content h6,
  .copyblock__content p, .copyblock__content li,
  .copyblock__content blockquote {
    clear: both;
    float: right;
  }
  .copyblock__content h1, .copyblock__content h2, .copyblock__content h3, .copyblock__content h4, .copyblock__content h5, .copyblock__content h6 {
    width: 66.666666%;
  }
  .copyblock__content blockquote {
    width: 66.666666%;
  }
  .copyblock__content blockquote p {
    font-size: 36px !important;
    line-height: 52px !important;
  }
  .copyblock__content .image-grid,
  .copyblock__content .image--grid {
    float: right;
    margin-left: 0;
    padding-left: 30px;
  }
  .copyblock__content .image-grid + figcaption,
  .copyblock__content .image--grid + figcaption {
    left: 33.333333%;
    padding-left: 45px;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #f9f9f7;
  color: #2b3084;
  font-family: "Circular-Book", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #4fb59b;
  outline: 0;
  text-decoration: none;
}

figure {
  margin: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

img {
  height: auto;
  max-width: 100%;
}

hr {
  border: 0;
  border-top: 1px solid #f0f0f0;
  margin-top: 30px;
  margin-bottom: 30px;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

[role="button"] {
  cursor: pointer;
}

a:focus,
button:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .schedule-header {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .sch-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    float: right;
    width: 50%;
    margin-bottom: 20px;
  }
}

.sch-toggle .card-group__download {
  float: none;
  width: auto;
}

.toggle-grid,
.toggle-list {
  display: none !important;
  background-color: #f9f9f7;
  border: 2px solid #2b3084;
  color: #2b3084;
  display: block;
  min-height: 50px;
  line-height: 1;
  width: 50px;
  padding: 13px 15px;
  float: right;
  margin-left: 12px;
  position: relative;
}
@media (min-width: 768px) {
  .toggle-grid,
  .toggle-list {
    display: block !important;
  }
}
.toggle-grid:hover,
.toggle-list:hover {
  background-color: #fcdfbf;
}

.toggle-grid:before, .toggle-grid:after,
.toggle-grid i:before,
.toggle-grid i:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #2b3084;
  position: absolute;
  left: 50%;
  top: 50%;
}
.toggle-grid:before {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.toggle-grid:after {
  -webkit-transform: translate(1px, -11px);
          transform: translate(1px, -11px);
}
.toggle-grid i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.toggle-grid i:before {
  -webkit-transform: translate(-11px, 1px);
          transform: translate(-11px, 1px);
}
.toggle-grid i:after {
  -webkit-transform: translate(-11px, -11px);
          transform: translate(-11px, -11px);
}

.toggle-list:before, .toggle-list:after,
.toggle-list i:before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background-color: #2b3084;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  z-index: 1;
}
.toggle-list i:after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background-color: #f9f9f7;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -20px;
  position: absolute;
  z-index: 2;
}
.toggle-list:before {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
}
.toggle-list:after {
  -webkit-transform: translate(0, 8px);
          transform: translate(0, 8px);
}
.toggle-list i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.toggle-list i:before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.toggle-list:hover i:after {
  background-color: #fcdfbf;
}

.toggle {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.toggle:before, .toggle:after,
.toggle i:before,
.toggle i:after {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.toggle-grid,
.toggle-list {
  cursor: pointer;
}
.toggle-grid.active,
.toggle-list.active {
  background-color: #2b3084;
}
.toggle-grid.active:before, .toggle-grid.active:after,
.toggle-grid.active i:before,
.toggle-list.active:before,
.toggle-list.active:after,
.toggle-list.active i:before {
  background-color: #f9f9f7;
}

.toggle-list {
  cursor: pointer;
}
.toggle-list.active {
  background-color: #2b3084;
}
.toggle-list.active i:after {
  background-color: #2b3084;
}

.toggle-grid {
  cursor: pointer;
}
.toggle-grid.active {
  background-color: #2b3084;
}
.toggle-grid.active i:after {
  background-color: #f9f9f7;
}

.sch {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.sch:after {
  content: " ";
  display: block;
  clear: both;
}

.sch-group {
  margin-bottom: 30px;
}

.sch-group-header {
  background-color: #4fb59b;
  color: #ffffff;
  padding: 24px;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.33333em;
}
@media (min-width: 992px) {
  .sch-group-header {
    font-size: 24px;
  }
}
.sch-group-header.header-grey {
  background-color: #777777;
}
.sch-group-header.header-orange {
  background-color: #f05d33;
}

.sch-grid {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sch-grid {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .sch-grid .sch-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sch-grid .sch-item {
  display: block;
  background-color: #2b3084;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sch-grid .sch-item {
    width: 32.20339%;
    padding-bottom: 32.20339%;
    margin-right: 1.69492%;
    margin-bottom: 1.69492%;
  }
  .sch-grid .sch-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .sch-grid .sch-item {
    width: 23.72881%;
    padding-bottom: 23.72881%;
  }
  .sch-grid .sch-item:nth-child(3n+3) {
    margin-right: 1.69492%;
  }
  .sch-grid .sch-item:nth-child(4n+4) {
    margin-right: 0;
  }
}
.sch-grid .sch-item > div {
  padding: 24px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .sch-grid .sch-item > div {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sch-grid .sch-item .sch-footer {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sch-grid .sch-item .sch-footer {
    margin-top: 0;
  }
}
.sch-grid .sch-item .sch-time {
  color: #4fb59b;
  display: block;
}
.sch-grid .sch-item .sch-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  color: #4fb59b;
}
.sch-grid .sch-item .sch-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  mix-blend-mode: luminosity;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.sch-grid .sch-item:hover .sch-img {
  opacity: .5;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.sch-list .sch-img {
  display: none;
}
.sch-list .sch-item {
  display: block;
  background-color: #ffffff;
  padding: 24px;
  margin-bottom: 10px;
}
.sch-list .sch-item .sch-title {
  display: block;
  color: #2b3084;
  margin-bottom: 20px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sch-list .sch-item:hover .sch-title {
  color: #4fb59b;
}
.sch-list .sch-item .sch-cats,
.sch-list .sch-item .sch-time {
  color: #777777;
  display: block;
  line-height: 1.33333em;
}

.sch-title {
  font-size: 18px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .sch-title {
    font-size: 24px;
  }
}

.sch-footer {
  font-size: 16px;
}
@media (min-width: 768px) {
  .sch-footer {
    font-size: 18px;
  }
}

/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
/*
 * Schedule
 */
.schedule {
  padding: 72px 0 0 0;
}

.schedule__title {
  font-size: 24px;
  font-family: "Circular-Medium", sans-serif;
  line-height: 34px;
}

/*
 * Schedule Date
 */
.schedule__date {
  background-color: #4fb59b;
  color: #ffffff;
  font-family: "Circular-Medium", sans-serif;
  margin-top: 40px;
  padding: 24px 15px;
}

.schedule__group:first-of-type .schedule__date:first-of-type {
  margin-top: 30px;
}

.schedule__date,
.event__meta,
.event__description,
.event__title {
  font-size: 18px;
  line-height: 28px;
}

/*
 * Event
 */
.event {
  background-color: #ffffff;
  padding: 22px 15px 30px 15px;
  margin-top: 10px;
}

/*
 * Event Meta
 */
.event__meta {
  margin-top: 15px;
}

.event__type {
  color: #a8a69b;
}

/*
 * Event Description
 */
.event__title {
  font-family: "Circular-Medium", sans-serif;
}

.event__title__anchor {
  color: #2b3084;
  position: relative;
}
.event__title__anchor:before {
  background-color: #2b3084;
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.event__title__anchor:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.event__venue {
  color: #4fb59b;
}

.event__price {
  color: #a8a69b;
}

/*
 * Event Tickets
 */
.event__btn {
  margin-top: 24px !important;
  padding: 0 !important;
  width: 160px !important;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /*
   * Schedule
   */
  .schedule__title {
    font-size: 36px;
    line-height: 52px;
  }

  .schedule__date {
    padding-left: 30px;
    padding-right: 30px;
  }

  /*
   * Event
   */
  .event {
    padding-left: 30px;
    padding-right: 30px;
  }

  .schedule__date,
  .event__meta,
  .event__description,
  .event__title {
    font-size: 24px;
    line-height: 34px;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .event {
    padding: 0;
    position: relative;
  }

  .event__description,
  .event__meta {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .event__main {
    margin-left: 260px;
    margin-right: 190px;
  }

  .event__description {
    padding-right: 30px;
    width: 100%;
  }

  .event__meta {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
  }

  .event__tickets {
    padding-top: 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
  }

  .event__btn {
    margin-top: 0 !important;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.section {
  padding: 70px 0;
}

.section--bay {
  background-color: #2b3084;
}

.section--desert {
  background-color: #f9f9f7;
}

.section--tradewind {
  background-color: #4fb59b;
}

.section--ac {
  text-align: center;
}

.section.sponsors {
  padding: 80px 0;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social li {
  float: left;
  margin-right: 20px;
}
.social a {
  background-color: transparent;
  border: 2px solid #4fb59b;
  border-radius: 100%;
  color: #4fb59b;
  display: block;
  font-size: 40px;
  height: 44px;
  text-decoration: none;
  text-align: center;
  width: 44px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.social a:hover {
  border-color: #2b3084;
  color: #2b3084;
}

.social--footer {
  margin-top: 32px;
}
.social--footer a {
  border-color: #ffffff;
  color: #ffffff;
}
.social--footer a:hover {
  border-color: #2b3084;
  color: #2b3084;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .social--footer {
    float: right;
    margin-top: 8px;
  }
  .social--footer li {
    float: left;
    margin-right: 0;
    margin-left: 20px;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.sponsor-logo {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.sponsor-logo--md {
  display: none;
}

/*
.sponsor-list {
  @extend %clearfix;
  list-style-type: none;
  margin: -30px 0 0 0;
  padding: 0;
}

.sponsor-list__item {
  border-right: 1px solid $tradewind;
  display: block;
  float: left;
  height: 80px;
  line-height: 80px;
  margin-top: 30px;
  text-align: center;
  width: 50%;
  svg {
    max-width: 72%;
    vertical-align: middle;
  }
  &:first-child,
  &:nth-child(2n+1) {
    border-left: 1px solid $tradewind;
  }
}
*/
/* -------------------------------------------------------
   Mobile
   ------------------------------------------------------- */
/*
@media only screen and (min-width: 480px)  {

  .sponsor-list__item {
    width: 33%;
    &:nth-child(2n+1) {
      border-left: 0;
    }
    &:first-child,
    &:nth-child(4) {
      border-left: 1px solid $tradewind;
    }
  }

}
*/
/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .sponsor-logo--xs {
    display: none;
  }

  .sponsor-logo--md {
    display: block;
  }

  /*
  .primary-sponsor {
    display: block;
    margin: 60px auto 10px auto;
  }
  */
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
/*
@include alt-breakpoint(desktop-up) {

  .primary-sponsor {
    margin-top: 100px;
  }

  .sponsor-list__item {
    height: 70px;
    line-height: 70px;
    width: 16.66666666666667%;
    &:nth-child(4) {
      border-left: 0;
    }
  }

}
*/
/*
@include alt-breakpoint(large-desktop) {

  .sponsor-list__item {
    height: 80px;
    line-height: 80px;
  }

}
*/
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.subnav {
  display: none;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .subnav {
    display: block;
    background: #fcdfbf;
  }
  .subnav ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .subnav li {
    display: inline-block;
    margin-right: 30px;
    padding: 18px 0 20px 0;
  }
  .subnav a {
    color: #2b3084;
    display: inline-block;
    font-family: "Circular-Medium", sans-serif;
    position: relative;
  }
  .subnav a:before {
    background-color: #2b3084;
    content: " ";
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .subnav a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .subnav .current_page_item a,
  .subnav .current-menu-item a {
    position: relative;
  }
  .subnav .current_page_item a:before,
  .subnav .current-menu-item a:before {
    background-color: #2b3084;
    content: " ";
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    visibility: visible;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-backface-visibility: hidden;
  }
  .subnav .current_page_item a:hover:before,
  .subnav .current-menu-item a:hover:before {
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
/*
 * Subscribe section
 */
.subscribe {
  background-color: #2b3084;
  padding: 70px 0;
}

.card-group + .subscribe {
  margin-top: 80px;
}

.subscribe__title {
  font-size: 24px;
  line-height: 1.33333em;
}

.subscribe__title,
.subscribe__content {
  color: #fcdfbf;
}

.subscribe__content {
  margin-top: 6px;
}
.subscribe__content p {
  font-family: "Circular-Medium", sans-serif;
}

/*
 * Subscribe form
 */
.subscribe__form {
  border: 2px solid #ffffff;
  margin-top: 32px;
  margin-bottom: 10px;
  position: relative;
}

.subscribe__field {
  border: 0;
  color: #2b3084;
  float: left;
  line-height: normal;
  height: 60px;
  margin: 0;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 100%;
}
.subscribe__field::-webkit-input-placeholder {
  color: #a8a69b;
  opacity: 1;
}
.subscribe__field:-moz-placeholder {
  color: #a8a69b;
  opacity: 1;
}
.subscribe__field::-moz-placeholder {
  color: #a8a69b;
  opacity: 1;
}
.subscribe__field:-ms-input-placeholder {
  color: #a8a69b;
  opacity: 1;
}

.subscribe__submit {
  background-color: #4fb59b;
  color: #ffffff;
  height: 60px;
  display: block;
  width: 100%;
}
.subscribe__submit:hover {
  background-color: #fcdfbf;
  color: #2b3084;
}

.subscribe__spinner {
  position: absolute;
  right: 50%;
  bottom: -25px;
}

.subscribe__msg p.error, .subscribe__msg p.success {
  margin-top: 35px;
}
.subscribe__msg p.error {
  color: #f05d33;
}
.subscribe__msg p.success {
  color: #4fb59b;
}

.subscribe--footer {
  background: transparent;
  margin-top: 40px;
  max-width: 320px;
  padding: 0;
}
.subscribe--footer .subscribe__form {
  border: 0;
  border-bottom: 1px solid #ffffff;
  margin: 0;
  max-width: 320px;
  width: 100%;
}
.subscribe--footer .subscribe__field-wrap {
  margin-right: 30px;
}
.subscribe--footer .subscribe__field {
  background: #4fb59b;
  color: #ffffff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: left;
}
.subscribe--footer .subscribe__field::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.subscribe--footer .subscribe__field:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.subscribe--footer .subscribe__field::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.subscribe--footer .subscribe__field:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.subscribe--footer .subscribe__submit {
  background: #4fb59b;
  color: #ffffff;
  font-size: 12px;
  height: 30px;
  padding: 0;
  text-align: right;
  width: 30px;
}
.subscribe--footer .subscribe__msg {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}
.subscribe--footer .subscribe__msg p.error {
  margin-bottom: 10px;
}
.subscribe--footer .subscribe__msg p.error,
.subscribe--footer .subscribe__msg p.success {
  color: #2b3084;
  margin-top: 0;
}
.subscribe--footer label.error {
  font-size: 14px;
  padding: 5px 10px;
  top: -26px;
  left: 0;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /*
   * Subscribe form
   */
  .subscribe__form {
    margin-top: 52px;
  }

  .subscribe__field-wrap {
    margin-right: 180px;
  }

  .subscribe__field {
    text-align: left;
  }

  .subscribe__submit {
    float: right;
    width: 180px;
  }

  .subscribe__spinner {
    top: 30px;
    right: -25px;
    bottom: auto;
  }

  .subscribe--footer {
    position: absolute;
    right: 15px;
    bottom: 4px;
    width: 100%;
  }
  .subscribe--footer .subscribe__form {
    float: right;
    margin-top: 0;
    width: 100%;
  }
  .subscribe--footer .subscribe__form.invisible {
    display: none;
    visibility: hidden;
  }
  .subscribe--footer .subscribe__field {
    font-size: 16px;
  }
  .subscribe--footer .subscribe__msg {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
  }
  .subscribe--footer .subscribe__msg p.success {
    text-align: right;
  }
  .subscribe--footer .subscribe__spinner {
    top: 15px;
  }
}
/* -------------------------------------------------------
   Desktop
   ------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  /*
   * Subscribe section
   */
  .subscribe__header,
  .subscribe__content {
    float: left;
    width: 50%;
  }

  .subscribe__header {
    padding-right: 10px;
  }

  .subscribe__title {
    font-size: 36px;
    line-height: 52px;
  }

  .subscribe__content {
    padding-left: 10px;
  }
  .subscribe__content p {
    font-size: 24px;
    line-height: 1.33333em;
  }
}
/* -------------------------------------------------------
   Base
   ------------------------------------------------------- */
.tweet {
  padding: 72px 0 0 0;
}

.tweet__title {
  font-size: 24px;
  font-family: "Circular-Medium", sans-serif;
  line-height: 1.33333em;
}

.tweet__content {
  margin-top: 6px;
}

.tweet__text {
  font-family: "Circular-Medium", sans-serif;
}

.tweet__meta {
  color: #a8a69b;
  font-size: 14px;
  line-height: 1.33333em;
  margin-top: 22px;
}

/* -------------------------------------------------------
   Tablet
   ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .tweet {
    padding-left: 0;
    padding-right: 0;
  }

  .tweet__header,
  .tweet__content {
    float: left;
    width: 50%;
  }

  .tweet__header {
    padding-right: 10px;
  }

  .tweet__title {
    font-size: 36px;
    line-height: 1.33333em;
    position: relative;
  }
  .tweet__title:before {
    background-color: #4fb59b;
    content: " ";
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .tweet__title:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .tweet__content {
    padding-left: 10px;
  }

  .tweet__text {
    font-size: 24px;
    line-height: 1.33333em;
  }
  .tweet__text a {
    position: relative;
  }
  .tweet__text a:before {
    background-color: #4fb59b;
    content: " ";
    height: 2px;
    position: absolute;
    bottom: 3px;
    left: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .tweet__text a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .tweet__meta {
    font-size: 18px;
    line-height: 1.33333em;
  }
}
/*
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Circular-Medium", sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}

h2 {
  font-size: 36px;
  line-height: 52px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4, h5, h6 {
  font-size: 18px;
  line-height: 28px;
}

/*
 * Body text
 */
p {
  font-weight: 400;
  margin: 0;
}

strong {
  font-family: "Circular-Medium", sans-serif;
  font-weight: 400;
}

/*
 * Links
 */
a {
  color: #4fb59b;
  outline: 0;
  text-decoration: none;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}

a:focus {
  outline: 0;
}

/*
 * Lists
 */
dl {
  margin-top: 0;
  margin-bottom: 0;
}

dt,
dd {
  line-height: 28px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/*
 * Misc
 */
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #f0f0f0;
}

address {
  margin-bottom: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}
blockquote footer {
  display: block;
}
blockquote footer:before {
  content: '\2014 \00A0';
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}



/*# sourceMappingURL=main.css.map */
