@charset "UTF-8";
/*
Theme Name: GSV Labs
Version: 1.0
Author: Brand Lift
Author URI: http://brand-lift.com/
*/
/* line 5, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* SASS / Social Media Brand Colors */
/* line 1, ../../../../dev/sass/_tools.scss */
.c-site-logo, .c-nav, .c-organization-item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* line 12, ../../../../dev/sass/_tools.scss */
.c-organization-item__btn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 28, ../../../../dev/sass/_tools.scss */
.c-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 54, ../../../../dev/sass/_tools.scss */
.flip-container {
  -webkit-perspective: 1000;
          perspective: 1000;
  position: relative;
}
/* line 61, ../../../../dev/sass/_tools.scss */
.flip-container.active.entered-left .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
/* line 67, ../../../../dev/sass/_tools.scss */
.flip-container .flipper {
  transition: .7s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 77, ../../../../dev/sass/_tools.scss */
.flip-container .flipper__front,
.flip-container .flipper__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 87, ../../../../dev/sass/_tools.scss */
.flip-container .flipper__front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
/* line 93, ../../../../dev/sass/_tools.scss */
.flip-container .flipper__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 54, ../../../../dev/sass/_tools.scss */
  .flip-container {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  /* line 101, ../../../../dev/sass/_tools.scss */
  .flip-container .flipper__front,
  .flip-container .flipper__back {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  /* line 106, ../../../../dev/sass/_tools.scss */
  .flip-container .flipper__back {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  /* line 111, ../../../../dev/sass/_tools.scss */
  .flip-container.active .flipper__back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  /* line 115, ../../../../dev/sass/_tools.scss */
  .flip-container.active .flipper__front {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

/* line 124, ../../../../dev/sass/_tools.scss */
.c-organization-item {
  perspective: 1000;
  -webkit-perspective: 1000;
}
/* line 128, ../../../../dev/sass/_tools.scss */
.c-organization-item .c-flipper {
  transition: .7s linear;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  height: 100%;
}
/* line 134, ../../../../dev/sass/_tools.scss */
.c-organization-item .c-flipper.animated {
  -webkit-animation-delay: 0.65s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.65s;
}
/* line 143, ../../../../dev/sass/_tools.scss */
.active.enteredLeft.c-organization-item .c-flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
/* line 149, ../../../../dev/sass/_tools.scss */
.active.enteredRight.c-organization-item .c-flipper {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
/* line 155, ../../../../dev/sass/_tools.scss */
.active.enteredBottom.c-organization-item .c-flipper {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
/* line 161, ../../../../dev/sass/_tools.scss */
.active.enteredTop.c-organization-item .c-flipper {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
/* line 168, ../../../../dev/sass/_tools.scss */
.active.enteredBottom.c-organization-item .c-flipper__back, .active.enteredTop.c-organization-item .c-flipper__back {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
/* line 175, ../../../../dev/sass/_tools.scss */
.c-organization-item .c-flipper__front,
.c-organization-item .c-flipper__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 185, ../../../../dev/sass/_tools.scss */
.c-organization-item .c-flipper__front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
/* line 190, ../../../../dev/sass/_tools.scss */
.c-organization-item .c-flipper__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* line 1, ../../../../dev/sass/_base.scss */
html {
  font-family: "Lato", "Arial";
}

/* line 5, ../../../../dev/sass/_base.scss */
* {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-text-size-adjust: none !important;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-kerning: normal;
  -webkit-font-kerning: normal;
  -moz-font-feature-settings: normal;
}

/* line 20, ../../../../dev/sass/_base.scss */
p {
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-kerning: normal;
}

/* line 28, ../../../../dev/sass/_base.scss */
body {
  text-rendering: optimizeLegibility;
}

/* line 32, ../../../../dev/sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 37, ../../../../dev/sass/_base.scss */
i,
em {
  font-style: italic;
}

/* line 42, ../../../../dev/sass/_base.scss */
li {
  list-style: none;
}

/* line 46, ../../../../dev/sass/_base.scss */
a {
  text-decoration: none;
  color: #00c93b;
}

/* line 51, ../../../../dev/sass/_base.scss */
p a {
  font-weight: 900 !important;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.75);
  transition: all 0.6s ease !important;
}

/* line 59, ../../../../dev/sass/_base.scss */
p a:hover {
  color: #000;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(170, 170, 170, 0);
  transition: all 0.6s ease !important;
}

/* line 67, ../../../../dev/sass/_base.scss */
strong,
b {
  font-weight: 900;
}

/* line 73, ../../../../dev/sass/_base.scss */
h1 {
  color: #fff;
  margin: 140px 0 15px;
  padding: 0 35px 0 30px;
  background: #00c93b;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font: 900 48px/48px "Lato", "Arial";
}
@media screen and (min-width: 560px) {
  /* line 73, ../../../../dev/sass/_base.scss */
  h1 {
    font: 900 58px/72px "Lato", "Arial";
  }
}
/* line 88, ../../../../dev/sass/_base.scss */
h1:after {
  content: '';
  position: absolute;
  right: 25px;
  bottom: 0;
  top: 0;
  overflow: visible;
  width: 40px;
  background: #00c93b;
  z-index: 3;
  -webkit-transform: skewX(-18deg) translate(100%, 0);
  -ms-transform: skewX(-18deg) translate(100%, 0);
  transform: skewX(-18deg) translate(100%, 0);
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}

/* line 109, ../../../../dev/sass/_base.scss */
h2 {
  font: 900 30px/30px "Lato", "Arial";
  color: #000;
  padding-bottom: 20px;
}
@media screen and (min-width: 560px) {
  /* line 109, ../../../../dev/sass/_base.scss */
  h2 {
    font: 900 40px/40px "Lato", "Arial";
  }
}
@media screen and (min-width: 900px) {
  /* line 109, ../../../../dev/sass/_base.scss */
  h2 {
    font: 900 65px/65px "Lato", "Arial";
  }
}

/* line 125, ../../../../dev/sass/_base.scss */
h3 {
  font: 900 40px/44px "Lato", "Arial";
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
  padding-top: 0;
}

/* line 133, ../../../../dev/sass/_base.scss */
h4 {
  font: 900 32px/36px "Lato", "Arial";
  margin-bottom: 15px;
}

/* line 139, ../../../../dev/sass/_base.scss */
.video-container {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 140, ../../../../dev/sass/_base.scss */
.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider */
/* line 3, ../../../../dev/sass/lib/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
}

/* line 19, ../../../../dev/sass/lib/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 26, ../../../../dev/sass/lib/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 30, ../../../../dev/sass/lib/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 35, ../../../../dev/sass/lib/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 44, ../../../../dev/sass/lib/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 50, ../../../../dev/sass/lib/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../../../../dev/sass/lib/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../../../../dev/sass/lib/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../../../../dev/sass/lib/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0;
  text-align: center;
  display: none;
}
/* line 71, ../../../../dev/sass/lib/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 75, ../../../../dev/sass/lib/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 81, ../../../../dev/sass/lib/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 85, ../../../../dev/sass/lib/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 89, ../../../../dev/sass/lib/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 93, ../../../../dev/sass/lib/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 99, ../../../../dev/sass/lib/slick.scss */
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  width: 11px;
  height: 18px;
  background: none;
  background-repeat: none;
  background-size: 11px 18px;
  font-size: 0;
  line-height: 0;
  z-index: 100;
}
/* line 114, ../../../../dev/sass/lib/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}
/* line 118, ../../../../dev/sass/lib/slick.scss */
.slick-arrow.slick-prev {
  background-image: url(i/icon_left-arrow.svg);
  left: -8px;
}
/* line 123, ../../../../dev/sass/lib/slick.scss */
.slick-arrow.slick-next {
  background-image: url(i/icon_right-arrow.svg);
  right: -8px;
}
@media screen and (min-width: 900px) {
  /* line 129, ../../../../dev/sass/lib/slick.scss */
  .slick-arrow.slick-prev {
    left: -20px;
  }
  /* line 133, ../../../../dev/sass/lib/slick.scss */
  .slick-arrow.slick-next {
    right: -20px;
  }
}

/* line 142, ../../../../dev/sass/lib/slick.scss */
.slick-dots {
  position: absolute;
  right: 3.25%;
  bottom: 5%;
}
/* line 147, ../../../../dev/sass/lib/slick.scss */
.slick-dots li {
  display: inline-block;
  margin-left: 15px;
}
/* line 151, ../../../../dev/sass/lib/slick.scss */
.slick-dots li:first-child {
  margin-left: 0;
}
/* line 156, ../../../../dev/sass/lib/slick.scss */
.slick-dots li.slick-active button {
  background: #fff;
}
/* line 162, ../../../../dev/sass/lib/slick.scss */
.slick-dots button {
  font-size: 0;
  line-height: 0;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}

/*!
 * # Semantic UI 2.2.4 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
/* line 16, ../../../../dev/sass/lib/dropdown.scss */
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*******************************
            States
*******************************/
/* Animating */
/* line 34, ../../../../dev/sass/lib/dropdown.scss */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important;
}

/* Loading */
/* line 41, ../../../../dev/sass/lib/dropdown.scss */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */
/* line 48, ../../../../dev/sass/lib/dropdown.scss */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */
/* line 54, ../../../../dev/sass/lib/dropdown.scss */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
    transform: @use3DAcceleration;*/
}

/* Disabled */
/* line 62, ../../../../dev/sass/lib/dropdown.scss */
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/*******************************
          Variations
*******************************/
/* line 72, ../../../../dev/sass/lib/dropdown.scss */
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
/* line 94, ../../../../dev/sass/lib/dropdown.scss */
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 98, ../../../../dev/sass/lib/dropdown.scss */
.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn;
}

/* line 102, ../../../../dev/sass/lib/dropdown.scss */
.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft;
}

/* line 107, ../../../../dev/sass/lib/dropdown.scss */
.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight;
}

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
/*--------------
     Drop
---------------*/
/* line 252, ../../../../dev/sass/lib/dropdown.scss */
.drop.transition {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

/* line 261, ../../../../dev/sass/lib/dropdown.scss */
.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
}

/* line 265, ../../../../dev/sass/lib/dropdown.scss */
.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
}

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/*--------------
      Fade
---------------*/
/* line 324, ../../../../dev/sass/lib/dropdown.scss */
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 328, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* line 332, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* line 336, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* line 340, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* line 344, ../../../../dev/sass/lib/dropdown.scss */
.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* line 348, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/* line 352, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/* line 356, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/* line 360, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
/*--------------
     Flips
---------------*/
/* line 597, ../../../../dev/sass/lib/dropdown.scss */
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

/* line 602, ../../../../dev/sass/lib/dropdown.scss */
.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn;
}

/* line 606, ../../../../dev/sass/lib/dropdown.scss */
.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut;
}

/* line 610, ../../../../dev/sass/lib/dropdown.scss */
.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn;
}

/* line 614, ../../../../dev/sass/lib/dropdown.scss */
.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut;
}

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
/*--------------
      Scale
---------------*/
/* line 723, ../../../../dev/sass/lib/dropdown.scss */
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

/* line 727, ../../../../dev/sass/lib/dropdown.scss */
.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/*--------------
      Fly
---------------*/
/* Inward */
/* line 788, ../../../../dev/sass/lib/dropdown.scss */
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 794, ../../../../dev/sass/lib/dropdown.scss */
.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn;
}

/* line 798, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

/* line 802, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

/* line 806, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

/* line 810, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

/* Outward */
/* line 816, ../../../../dev/sass/lib/dropdown.scss */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut;
}

/* line 820, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp;
}

/* line 824, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown;
}

/* line 828, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}

/* line 832, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight;
}

/* In */
@-webkit-keyframes flyIn {
  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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyIn {
  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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* Out */
@-webkit-keyframes flyOut {
  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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOut {
  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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes flyOutUp {
  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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutUp {
  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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes flyOutDown {
  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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutDown {
  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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/*--------------
     Slide
---------------*/
/* line 1245, ../../../../dev/sass/lib/dropdown.scss */
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

/* line 1253, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1260, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

/* line 1267, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

/* line 1274, ../../../../dev/sass/lib/dropdown.scss */
.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

/* line 1282, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1289, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

/* line 1296, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/*--------------
     Swing
---------------*/
/* line 1408, ../../../../dev/sass/lib/dropdown.scss */
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 1412, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

/* line 1419, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1426, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

/* line 1433, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

/* line 1440, ../../../../dev/sass/lib/dropdown.scss */
.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

/* line 1448, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1455, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

/* line 1462, ../../../../dev/sass/lib/dropdown.scss */
.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
/* line 1676, ../../../../dev/sass/lib/dropdown.scss */
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* line 1682, ../../../../dev/sass/lib/dropdown.scss */
.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake;
}

/* line 1688, ../../../../dev/sass/lib/dropdown.scss */
.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/* line 1694, ../../../../dev/sass/lib/dropdown.scss */
.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* line 1700, ../../../../dev/sass/lib/dropdown.scss */
.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* line 1706, ../../../../dev/sass/lib/dropdown.scss */
.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle;
}

/* Flash */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/* Shake */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* Bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* Tada */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* Rubberband */
@-webkit-keyframes jiggle {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jiggle {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.3 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: 0;
  text-align: left;
  transition: box-shadow .1s ease,width .1s ease;
  -webkit-tap-highlight-color: transparent;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: 0;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0;
  background: #FFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  transition: opacity .1s ease;
  z-index: 11;
  will-change: transform,opacity;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > * {
  white-space: nowrap;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown > input:not(.search):first-child, .ui.dropdown > select {
  display: none !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown > .dropdown.icon {
  position: relative;
  font-size: .85714286em;
  margin: 0 0 0 1em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0 0 0 1em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown > .text {
  display: inline-block;
  transition: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571rem 1.14286rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  box-shadow: none;
  -webkit-touch-callout: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .item:first-child {
  border-top-width: 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu .item > [class*="right floated"], .ui.dropdown > .text > [class*="right floated"] {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 1em !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu .item > [class*="left floated"], .ui.dropdown > .text > [class*="left floated"] {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 1em !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu .item > .flag.floated, .ui.dropdown .menu .item > .icon.floated, .ui.dropdown .menu .item > .image.floated, .ui.dropdown .menu .item > img.floated {
  margin-top: 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .header {
  margin: 1rem 0 .75rem;
  padding: 0 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: .78571429em;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0;
  margin: .5em 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .input {
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem .78571429rem;
  min-width: 10rem;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .header + .input {
  margin-top: 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .input:not(.transparent) input {
  padding: .5em 1em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .input:not(.transparent) .button, .ui.dropdown .menu > .input:not(.transparent) .icon, .ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: .5em;
  padding-bottom: .5em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .item > .description, .ui.dropdown > .text > .description {
  float: right;
  margin: 0 0 0 1em;
  color: rgba(0, 0, 0, 0.4);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .message {
  padding: .78571429rem 1.14285714rem;
  font-weight: 400;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu .menu {
  top: 0 !important;
  left: 100% !important;
  right: auto !important;
  margin: 0 0 0 -0.5em !important;
  border-radius: 0.28571rem !important;
  z-index: 21 !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu .menu:after {
  display: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
  margin-top: 0;
  margin-left: 0;
  float: none;
  margin-right: .78571429rem;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .image, .ui.dropdown > .text > img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 2em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .ui.menu > .item:before, .ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.buttons > .ui.dropdown:last-child .menu, .ui.menu .right.dropdown.item .menu, .ui.menu .right.menu .dropdown:last-child .menu {
  left: auto;
  right: 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.label.dropdown .menu {
  min-width: 100%;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.button.dropdown .menu {
  min-width: 100%;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
  min-width: 14em;
  min-height: 2.7142em;
  background: #FFF;
  display: inline-block;
  padding: .78571429em 2.1em .78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  transition: box-shadow .1s ease,width .1s ease;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown.active, .ui.selection.dropdown.visible {
  z-index: 10;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
select.ui.dropdown {
  height: 38px;
  padding: .5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.2142em;
  top: .78571429em;
  right: 1em;
  z-index: 3;
  margin: -.78571429em;
  padding: .78571429em;
  opacity: .8;
  transition: opacity .1s ease;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.compact.selection.dropdown {
  min-width: 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0 !important;
  outline: 0;
  margin: 0 -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0 0 .28571429rem .28571429rem;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  transition: opacity .1s ease;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before {
  display: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown .menu > .message {
  padding: .78571429rem 1.14285714rem;
}

@media only screen and (max-width: 767px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.78571rem 1.14286rem !important;
  white-space: normal;
  word-wrap: normal;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  box-shadow: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.active.dropdown:hover, .ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.active.selection.dropdown > .dropdown.icon, .ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
  z-index: 3;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571rem !important;
  box-shadow: none !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  box-shadow: none !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.search.dropdown {
  min-width: '';
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.search.dropdown > input.search {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  cursor: text;
  top: 0;
  left: 1px;
  width: 100%;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
  position: absolute;
  z-index: 2;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.search.selection.dropdown > input.search {
  line-height: 1.2142em;
  padding: .67861429em 2.1em .67861429em 1em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.2142em;
  padding: .67861429em 2.1em .67861429em 1em;
  display: none;
  white-space: pre;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.search.dropdown.active > input.search, .ui.search.dropdown.visible > input.search {
  cursor: auto;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.search.dropdown.active > .text, .ui.search.dropdown.visible > .text {
  pointer-events: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.active.search.dropdown input.search:focus + .text .flag, .ui.active.search.dropdown input.search:focus + .text .icon {
  opacity: .45;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.dropdown {
  padding: .22620476em 2.1em .22620476em .35714286em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.dropdown .menu {
  cursor: auto;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.search.dropdown, .ui.multiple.search.dropdown > input.search {
  cursor: text;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: .35714286em .78571429em;
  margin: .14285714rem .28571429rem .14285714rem 0;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.dropdown .dropdown.icon {
  margin: '';
  padding: '';
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: .45240952em 0 .45240952em .64285714em;
  line-height: 1.21428571em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14286em !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.dropdown > .label ~ .text {
  display: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: .45240952em 0 .45240952em .64285714em;
  line-height: 1.21428571em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.search.dropdown > .label ~ .text {
  display: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: .45240952em 0 .45240952em .64285714em;
  width: 2.2em;
  line-height: 1.21428571em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.inline.dropdown .dropdown.icon {
  margin: 0 .5em 0 .21428571em;
  vertical-align: baseline;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.inline.dropdown > .text {
  font-weight: 700;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: .21428571em;
  border-radius: .28571429rem;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu .active.item {
  background: 0 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
  z-index: 12;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.loading.dropdown > i.icon {
  height: 1em !important;
  padding: 1.14286em 1.07143em !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -.64285714em 0 0 -.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  box-shadow: 0 0 0 1px transparent;
  margin: -.64285714em 0 0 -.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin .6s linear;
  animation: dropdown-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: .2em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.loading.dropdown.button > i.icon:after, .ui.loading.dropdown.button > i.icon:before {
  display: none;
}

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
  color: rgba(191, 191, 191, 0.87);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.default.dropdown:not(.button) > input:focus + .text, .ui.dropdown:not(.button) > input:focus + .default.text {
  color: rgba(115, 115, 115, 0.87);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.loading.dropdown > .text {
  transition: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown > .filtered.text {
  visibility: hidden;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .filtered.item {
  display: none !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown.error, .ui.dropdown.error > .default.text, .ui.dropdown.error > .text {
  color: #9F3A38;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown.error > .menu, .ui.dropdown.error > .menu .menu, .ui.selection.dropdown.error:hover {
  border-color: #E0B4B4;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown.error > .menu > .item {
  color: #9F3A38;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.disabled.dropdown, .ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: .45;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu {
  left: 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu .right.menu, .ui.dropdown .right.menu > .menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571rem !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu .left.menu, .ui.dropdown > .left.menu .menu {
  left: auto !important;
  right: 100% !important;
  border-radius: 0.28571rem !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0 .78571429rem 0 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .item .left.dropdown.icon + .text, .ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: .28571429rem .28571429rem 0 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover {
  border-radius: 0.28571rem 0.28571rem 0 0 !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: .28571429rem .28571429rem 0 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0 !important;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.upward.selection.dropdown:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.active.upward.selection.dropdown {
  border-radius: 0 0 0.28571rem 0.28571rem !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.upward.selection.dropdown.visible {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0 0.28571rem 0.28571rem !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.upward.active.selection.dropdown:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.upward.active.selection.dropdown:hover .menu {
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .scrolling.menu > .item.item.item, .ui.scrolling.dropdown .menu .item.item.item {
  border-top: none;
  padding-right: calc(1.14285714rem + 17px) !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .scrolling.menu .item:first-child, .ui.scrolling.dropdown .menu .item:first-child {
  border-top: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown > .animating.menu .scrolling.menu, .ui.dropdown > .visible.menu .scrolling.menu {
  display: block;
}

@media all and (-ms-high-contrast: none) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    min-width: calc(100% - 17px);
  }
}
@media only screen and (max-width: 767px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 10.28571429rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 15.42857143rem;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 20.57142857rem;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 1992, ../../../../dev/sass/lib/dropdown.scss */
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 20.57142857rem;
  }
}
/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.simple.dropdown .menu:after, .ui.simple.dropdown .menu:before {
  display: none;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity .1s ease;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.simple.active.dropdown, .ui.simple.dropdown:hover {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.simple.active.dropdown > .menu, .ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.simple.dropdown:hover > .menu > .item:hover > .menu, .ui.simple.dropdown > .menu > .item:active > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0 !important;
  left: 100% !important;
  opacity: 1;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.simple.visible.dropdown > .menu {
  display: block;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571rem !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571rem !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: .78571429rem;
  border-radius: .28571429rem;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: .5em;
  height: .5em;
  box-shadow: -1px -1px 0 1px rgba(34, 36, 38, 0.15);
  background: #FFF;
  z-index: 2;
  top: -.25em;
  left: 50%;
  margin: 0 0 0 -.25em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.top.left.pointing.dropdown > .menu:after {
  top: -.25em;
  left: 1em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0;
  left: auto;
  margin: 1em 0 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.top.right.pointing.dropdown > .menu:after {
  top: -.25em;
  left: auto;
  right: 1em;
  margin: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.left.pointing.dropdown > .menu {
  top: 0;
  left: 100%;
  right: auto;
  margin: 0 0 0 1em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -.25em;
  margin: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.right.pointing.dropdown > .menu {
  top: 0;
  left: auto;
  right: 100%;
  margin: 0 1em 0 0;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -.25em;
  margin: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0;
  right: auto;
  margin: 0 0 1em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -.25em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0 !important;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0;
  right: auto;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0;
  left: auto;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.upward.pointing.dropdown > .menu, .ui.upward.top.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  margin: 0 0 .78571429rem;
  border-radius: .28571429rem;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.upward.pointing.dropdown > .menu:after, .ui.upward.top.pointing.dropdown > .menu:after {
  top: 100%;
  bottom: auto;
  box-shadow: 1px 1px 0 1px rgba(34, 36, 38, 0.15);
  margin: -.25em 0 0;
}

@font-face {
  font-family: Dropdown;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown > .dropdown.icon {
  font-family: Dropdown;
  line-height: 1;
  height: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: auto;
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7';
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: '\f0da';
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\f0d9";
}

/* line 1992, ../../../../dev/sass/lib/dropdown.scss */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\f0da";
}

/* line 2, ../../../../dev/sass/_objects.scss */
.c-slider-full {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  position: relative;
}

/* line 9, ../../../../dev/sass/_objects.scss */
.c-slide {
  padding: 150px 0 120px 2%;
  background: url(i/homepage_eventpromo_labsevents.jpg) center no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  z-index: 0;
  text-align: left;
  box-sizing: border-box;
  min-height: 550px;
}
/* line 20, ../../../../dev/sass/_objects.scss */
.c-slide:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}
/* line 33, ../../../../dev/sass/_objects.scss */
.c-slide h2 {
  color: white;
  max-width: 55%;
}

/* line 40, ../../../../dev/sass/_objects.scss */
.c-slide-tag {
  padding: 15px 25px;
  background: #000;
  position: absolute;
  top: 0;
  left: 6.5%;
  font-weight: 300;
  z-index: 100;
  color: #fff;
}

/* line 51, ../../../../dev/sass/_objects.scss */
.c-slide-subtitle {
  font: 300 16px/16px "Lato", "Arial";
  margin-bottom: 30px;
}

/* line 56, ../../../../dev/sass/_objects.scss */
.c-site-footer {
  background: #000;
  padding: 40px 5% 60px;
  position: relative;
  z-index: 3;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 900px) {
  /* line 65, ../../../../dev/sass/_objects.scss */
  .c-site-footer__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    clear: left;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 75, ../../../../dev/sass/_objects.scss */
.c-site-footer__tagline {
  font-weight: 400;
  font: 300 12px/16px "Lato", "Arial";
}
/* line 79, ../../../../dev/sass/_objects.scss */
.c-site-footer__tagline a {
  color: #fff;
  margin-top: 15px;
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  /* line 75, ../../../../dev/sass/_objects.scss */
  .c-site-footer__tagline {
    width: 350px;
    margin-bottom: 0;
  }
}

/* line 92, ../../../../dev/sass/_objects.scss */
.c-footer-logo {
  display: block;
  margin-bottom: 20px;
}

/* line 97, ../../../../dev/sass/_objects.scss */
.c-copyright {
  font: italic 300 11px/14px "Lato", "Arial";
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  /* line 97, ../../../../dev/sass/_objects.scss */
  .c-copyright {
    width: 350px;
    margin: 0;
  }
}

/* line 1, ../../../../dev/sass/_objects.grid.scss */
.l-grid {
  font-size: 0;
  clear: both;
}

/* line 6, ../../../../dev/sass/_objects.grid.scss */
.l-grid__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* line 13, ../../../../dev/sass/_objects.grid.scss */
.l-grid__item--bottom-spacing {
  margin-bottom: 25px;
}

/* line 17, ../../../../dev/sass/_objects.grid.scss */
.l-grid__item--3 {
  width: 50%;
}

/* line 21, ../../../../dev/sass/_objects.grid.scss */
.l-grid__item--4 {
  width: 100%;
}

@media screen and (min-width: 560px) {
  /* line 26, ../../../../dev/sass/_objects.grid.scss */
  .l-grid__item--5 {
    width: 25%;
  }

  /* line 29, ../../../../dev/sass/_objects.grid.scss */
  .l-grid__item--4 {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  /* line 35, ../../../../dev/sass/_objects.grid.scss */
  .l-grid__item--2 {
    width: 46.5%;
    margin-left: 7%;
  }
  /* line 39, ../../../../dev/sass/_objects.grid.scss */
  .l-grid__item--2:nth-child(odd) {
    margin-left: 0;
  }

  /* line 44, ../../../../dev/sass/_objects.grid.scss */
  .l-grid__item--3 {
    width: 31.333333%;
    margin-left: 3%;
  }
  /* line 48, ../../../../dev/sass/_objects.grid.scss */
  .l-grid__item--3:nth-child(odd) {
    margin-left: 0;
  }

  /* line 53, ../../../../dev/sass/_objects.grid.scss */
  .l-grid__item--4 {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  /* line 59, ../../../../dev/sass/_objects.grid.scss */
  .l-grid__item--5 {
    width: 20%;
  }

  /* line 62, ../../../../dev/sass/_objects.grid.scss */
  .c-portfolio .l-grid__item--5 {
    width: 20%;
  }

  /* line 65, ../../../../dev/sass/_objects.grid.scss */
  .l-grid__item--4 {
    width: 25%;
  }
}
/* line 70, ../../../../dev/sass/_objects.grid.scss */
.o-border-grid {
  border-top: 1px solid #ebebeb;
}

/* line 74, ../../../../dev/sass/_objects.grid.scss */
.o-border-grid__item {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

/* line 1, ../../../../dev/sass/_objects.structure.scss */
.l-site-wrapper {
  position: relative;
  transition: .4s linear;
}
/* line 5, ../../../../dev/sass/_objects.structure.scss */
.l-site-wrapper.active {
  -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
          transform: translateX(-260px);
}

/* line 10, ../../../../dev/sass/_objects.structure.scss */
.l-site-container {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

/* line 16, ../../../../dev/sass/_objects.structure.scss */
.l-site-container--skinny {
  max-width: 710px;
}

/* line 20, ../../../../dev/sass/_objects.structure.scss */
.l-section {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  /* line 20, ../../../../dev/sass/_objects.structure.scss */
  .l-section {
    margin-bottom: 80px;
  }
}

/* line 28, ../../../../dev/sass/_objects.structure.scss */
.l-circles-grid {
  margin-top: 100px !important;
  padding: 20px 10% 10px;
}
@media screen and (min-width: 560px) {
  /* line 28, ../../../../dev/sass/_objects.structure.scss */
  .l-circles-grid {
    padding: 20px 12.5% 10px;
  }
}
@media screen and (min-width: 1100px) {
  /* line 28, ../../../../dev/sass/_objects.structure.scss */
  .l-circles-grid {
    padding: 20px 2.5% 10px;
  }
}
/* line 42, ../../../../dev/sass/_objects.structure.scss */
.l-circles-grid p {
  font: 700 14px/22px "Lato", "Arial";
  margin: 15px auto 50px;
}
/* line 46, ../../../../dev/sass/_objects.structure.scss */
.l-circles-grid .l-circles-text {
  font: 300 28px/36px "Lato", "Arial";
  padding: 0 10%;
  margin-top: 0;
}

/* line 53, ../../../../dev/sass/_objects.structure.scss */
.u-circle {
  margin: 0 auto;
  background-size: 50px 50px !important;
}
/* line 56, ../../../../dev/sass/_objects.structure.scss */
.u-circle.circle_startups {
  background: url(i/icon_startups.svg) center no-repeat #00c93b;
}
/* line 58, ../../../../dev/sass/_objects.structure.scss */
.u-circle.circle_startups:hover {
  background: url(i/icon_startups.svg) center no-repeat #007351;
}
/* line 62, ../../../../dev/sass/_objects.structure.scss */
.u-circle.circle_corporations {
  background: url(i/icon_corporations.svg) center no-repeat #6682d6;
}
/* line 64, ../../../../dev/sass/_objects.structure.scss */
.u-circle.circle_corporations:hover {
  background: url(i/icon_corporations.svg) center no-repeat #4b589e;
}
/* line 68, ../../../../dev/sass/_objects.structure.scss */
.u-circle.circle_individuals {
  background: url(i/icon_individuals.svg) center no-repeat #ff4a00;
}
/* line 70, ../../../../dev/sass/_objects.structure.scss */
.u-circle.circle_individuals:hover {
  background: url(i/icon_individuals.svg) center no-repeat #b52933;
}
/* line 74, ../../../../dev/sass/_objects.structure.scss */
.u-circle.circle_investors {
  background: url(i/icon_investors.svg) center no-repeat #444;
}
/* line 76, ../../../../dev/sass/_objects.structure.scss */
.u-circle.circle_investors:hover {
  background: url(i/icon_investors.svg) center no-repeat #000;
}

/* line 82, ../../../../dev/sass/_objects.structure.scss */
.l-statement-block {
  background: url(i/logo_circles.svg) no-repeat -230px -240px;
  background-size: 500px 500px;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 100px 6.5% 100px 30%;
}
/* line 91, ../../../../dev/sass/_objects.structure.scss */
.l-statement-block h3 {
  margin: 0 0 40px 0;
  padding: 0;
}
/* line 95, ../../../../dev/sass/_objects.structure.scss */
.l-statement-block p {
  margin-bottom: 1.5em;
}

/* line 100, ../../../../dev/sass/_objects.structure.scss */
.l-circle-grid-full {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 80px 6.5%;
  box-sizing: border-box;
}
/* line 107, ../../../../dev/sass/_objects.structure.scss */
.l-circle-grid-full p {
  font: 300 15px/21px "Lato", "Arial";
}
/* line 110, ../../../../dev/sass/_objects.structure.scss */
.l-circle-grid-full .u-circle {
  width: 50%;
  max-width: 190px;
  height: auto;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px;
  background-size: cover !important;
}
/* line 118, ../../../../dev/sass/_objects.structure.scss */
.l-circle-grid-full .u-circle.circle__edtech {
  background: url(i/assets_gsvlabs_siteinteriors_labs_edtech_480x480.jpg) no-repeat 0 0;
}
/* line 121, ../../../../dev/sass/_objects.structure.scss */
.l-circle-grid-full .u-circle.circle__entertainment {
  background: url(i/assets_gsvlabs_siteinteriors_labs_entertainment_480x480.jpg) no-repeat 0 0;
}
/* line 124, ../../../../dev/sass/_objects.structure.scss */
.l-circle-grid-full .u-circle.circle__sustainability {
  background: url(i/assets_gsvlabs_siteinteriors_labs_sustainability_480x480.jpg) no-repeat 0 0;
}
/* line 128, ../../../../dev/sass/_objects.structure.scss */
.l-circle-grid-full .u-circle img {
  opacity: 0;
  display: block;
  visibility: hidden;
}
/* line 134, ../../../../dev/sass/_objects.structure.scss */
.l-circle-grid-full h3 {
  margin-bottom: 60px;
}
/* line 137, ../../../../dev/sass/_objects.structure.scss */
.l-circle-grid-full h4 {
  color: #00c93b;
  font: 900 26px/32px "Lato", "Arial";
}
/* line 141, ../../../../dev/sass/_objects.structure.scss */
.l-circle-grid-full .l-circle-grid__item {
  width: 33.333333%;
  box-sizing: border-box;
  padding: 0 40px 40px;
  text-align: center;
  color: #000;
}

/* line 151, ../../../../dev/sass/_objects.structure.scss */
.l-card-grid {
  width: 100% !important;
  max-width: 100% !important;
  padding: 80px 10% 80px;
  box-sizing: border-box;
  margin: 0 !important;
  background: #fff;
}
/* line 158, ../../../../dev/sass/_objects.structure.scss */
.l-card-grid h3 {
  margin-bottom: 60px;
}
/* line 161, ../../../../dev/sass/_objects.structure.scss */
.l-card-grid span {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  /* line 151, ../../../../dev/sass/_objects.structure.scss */
  .l-card-grid {
    padding: 80px 12.5% 60px;
  }
}
@media screen and (min-width: 1100px) {
  /* line 151, ../../../../dev/sass/_objects.structure.scss */
  .l-card-grid {
    padding: 80px 6.5% 60px;
  }
}

/* line 177, ../../../../dev/sass/_objects.structure.scss */
.l-card {
  background: #fff;
  margin: 0 10% 40px;
  position: relative;
}
/* line 184, ../../../../dev/sass/_objects.structure.scss */
.l-card .c-btn, .l-card .gform_footer input[type="submit"], .gform_footer .l-card input[type="submit"] {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media screen and (min-width: 560px) {
  /* line 177, ../../../../dev/sass/_objects.structure.scss */
  .l-card {
    min-height: 250px;
  }
  /* line 195, ../../../../dev/sass/_objects.structure.scss */
  .l-card.l-card--tall {
    min-height: 350px;
  }
}
@media screen and (min-width: 560px) {
  /* line 177, ../../../../dev/sass/_objects.structure.scss */
  .l-card {
    min-height: 300px;
  }
  /* line 204, ../../../../dev/sass/_objects.structure.scss */
  .l-card.l-card--tall {
    min-height: 400px;
  }
}

/* line 211, ../../../../dev/sass/_objects.structure.scss */
.l-card-image {
  display: block;
  width: 100%;
  height: 150px;
  background: url(i/blog_featureimage_ROE.jpg) center no-repeat;
  background-size: cover;
}

/* line 219, ../../../../dev/sass/_objects.structure.scss */
.l-card-info {
  padding: 20px;
  position: relative;
  font: 500 15px/21px "Lato", "Arial";
  margin-bottom: 20px;
  padding-bottom: 80px;
  color: #000;
}
/* line 228, ../../../../dev/sass/_objects.structure.scss */
.l-card-info:hover {
  color: #00c93b;
}
@media screen and (min-width: 560px) {
  /* line 219, ../../../../dev/sass/_objects.structure.scss */
  .l-card-info {
    padding-bottom: 20px;
  }
}

/* line 237, ../../../../dev/sass/_objects.structure.scss */
.l-split-full {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
/* line 241, ../../../../dev/sass/_objects.structure.scss */
.l-split-full .l-grid {
  display: table;
  width: 100%;
}

/* line 247, ../../../../dev/sass/_objects.structure.scss */
.l-split-full-block {
  width: 100%;
  display: block;
  margin: 0;
  padding: 110px 6.5%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 900px) {
  /* line 247, ../../../../dev/sass/_objects.structure.scss */
  .l-split-full-block {
    width: 50%;
    display: table-cell;
    min-height: 500px;
  }
  /* line 261, ../../../../dev/sass/_objects.structure.scss */
  .l-split-full-block.u-bias-big {
    width: 60%;
  }
  /* line 263, ../../../../dev/sass/_objects.structure.scss */
  .l-split-full-block.u-bias-big h2 {
    font: 900 49px/52px "Lato", "Arial";
    padding: 0;
  }
  /* line 267, ../../../../dev/sass/_objects.structure.scss */
  .l-split-full-block.u-bias-big p {
    margin-top: 1.5em;
  }
  /* line 271, ../../../../dev/sass/_objects.structure.scss */
  .l-split-full-block.u-bias-small {
    width: 40%;
  }
}
/* line 275, ../../../../dev/sass/_objects.structure.scss */
.l-split-full-block.l-startups-block {
  background: url(i/homepage_startupsgrid.png) no-repeat 0 0;
  background-size: cover;
}

/* line 281, ../../../../dev/sass/_objects.structure.scss */
.full-color-block {
  color: white;
}
/* line 283, ../../../../dev/sass/_objects.structure.scss */
.full-color-block p {
  width: 100%;
  font: 300 18px/28px "Lato", "Arial";
}
@media screen and (min-width: 560px) {
  /* line 283, ../../../../dev/sass/_objects.structure.scss */
  .full-color-block p {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  /* line 283, ../../../../dev/sass/_objects.structure.scss */
  .full-color-block p {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  /* line 283, ../../../../dev/sass/_objects.structure.scss */
  .full-color-block p {
    width: 75%;
  }
}
/* line 302, ../../../../dev/sass/_objects.structure.scss */
.full-color-block .c-btn, .full-color-block .gform_footer input[type="submit"], .gform_footer .full-color-block input[type="submit"] {
  margin-top: 40px;
}
/* line 305, ../../../../dev/sass/_objects.structure.scss */
.full-color-block h3 {
  color: #fff;
}
/* line 308, ../../../../dev/sass/_objects.structure.scss */
.full-color-block.l-stars-block {
  background: #007351;
}

/* line 313, ../../../../dev/sass/_objects.structure.scss */
.l-stars-img-block {
  padding: 0;
  background: url(i/startups_feature.jpg) no-repeat 0 0;
  background-size: cover;
  min-height: 417px;
}
/* line 318, ../../../../dev/sass/_objects.structure.scss */
.l-stars-img-block .u-circle {
  background: none;
  background: rgba(0, 201, 59, 0.85);
  text-align: center;
  width: 250px;
  height: 250px;
}
/* line 325, ../../../../dev/sass/_objects.structure.scss */
.l-stars-img-block .u-circle p {
  font: 500 72px/72px "Lato", "Arial";
  color: #fff;
}

/* line 332, ../../../../dev/sass/_objects.structure.scss */
.l-interior-intro-block {
  padding: 140px 6.5%;
}
/* line 334, ../../../../dev/sass/_objects.structure.scss */
.l-interior-intro-block h2 {
  font: 900 36px/40px "Lato", "Arial";
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
/* line 340, ../../../../dev/sass/_objects.structure.scss */
.l-interior-intro-block p {
  font: 300 18px/28px "Lato", "Arial";
  overflow: hidden;
}
/* line 344, ../../../../dev/sass/_objects.structure.scss */
.l-interior-intro-block .u-circle {
  float: left;
  margin: 5px 35px 20px 0;
  width: 150px;
  height: 150px;
  background-size: 75px 75px !important;
}
/* line 350, ../../../../dev/sass/_objects.structure.scss */
.l-interior-intro-block .u-circle.circle_startups:hover {
  background-color: #00c93b;
}

/* line 356, ../../../../dev/sass/_objects.structure.scss */
.l-image-slider-block {
  padding: 0 !important;
  background: url(i/facility_startups.jpg) no-repeat 0 0;
  background-size: 100%;
}
/* line 361, ../../../../dev/sass/_objects.structure.scss */
.l-image-slider-block.action-block {
  background: url(i/about_gallery1.jpg) no-repeat 0 0;
  background-size: 100%;
}
/* line 366, ../../../../dev/sass/_objects.structure.scss */
.l-image-slider-block .l-image-slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #000;
  padding: 20px 0;
  min-height: 80px;
  box-sizing: border-box;
}
/* line 377, ../../../../dev/sass/_objects.structure.scss */
.l-image-slider-block .l-image-slider-text p {
  font: 300 14px/18px "Lato", "Arial";
  width: 70%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

/* line 387, ../../../../dev/sass/_objects.structure.scss */
.l-stat-list {
  margin: 40px 0 0 0;
}
/* line 389, ../../../../dev/sass/_objects.structure.scss */
.l-stat-list li {
  display: inline-block;
  margin: 0 7.5% 20px 0;
}
/* line 392, ../../../../dev/sass/_objects.structure.scss */
.l-stat-list li span {
  font: 900 32px/36px "Lato", "Arial";
  display: block;
}

/* line 400, ../../../../dev/sass/_objects.structure.scss */
.l-slant-full-right .btn {
  z-index: 9;
}
/* line 403, ../../../../dev/sass/_objects.structure.scss */
.l-slant-full-right .u-bias-big {
  padding-left: 3.25%;
  z-index: 5;
}
/* line 408, ../../../../dev/sass/_objects.structure.scss */
.l-slant-full-right .u-bias-big:before {
  content: '';
  position: absolute;
  left: -390px;
  bottom: 0;
  top: 0;
  overflow: visible;
  width: 300px;
  background: #00c93b;
  z-index: -1;
  background: #00c93b;
  -webkit-transform: skewX(-18deg) translate(100%, 0);
  -ms-transform: skewX(-18deg) translate(100%, 0);
  transform: skewX(-18deg) translate(100%, 0);
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}

/* line 428, ../../../../dev/sass/_objects.structure.scss */
.collaborate-block {
  background: url(i/about_collaborate.jpg) no-repeat 0 0;
  background-size: cover;
}

/* line 433, ../../../../dev/sass/_objects.structure.scss */
.map-block {
  background: url(i/about_mapimage.jpg) no-repeat top center;
  background-size: cover;
}

/* line 438, ../../../../dev/sass/_objects.structure.scss */
.cta-block {
  background: url(i/about_cta.jpg) no-repeat 0 0;
  background-size: cover;
}

/* line 444, ../../../../dev/sass/_objects.structure.scss */
.l-slant-full-left .btn {
  z-index: 9;
}
/* line 447, ../../../../dev/sass/_objects.structure.scss */
.l-slant-full-left .u-bias-big {
  z-index: 5;
}
/* line 449, ../../../../dev/sass/_objects.structure.scss */
.l-slant-full-left .u-bias-big p {
  width: 100%;
}
/* line 455, ../../../../dev/sass/_objects.structure.scss */
.l-slant-full-left .l-slant-full-img:after {
  display: none;
}
/* line 460, ../../../../dev/sass/_objects.structure.scss */
.l-slant-full-left .l-slant-full-img.green-slant:after {
  content: '';
  position: absolute;
  left: -531px;
  bottom: 0;
  top: 0;
  overflow: visible;
  width: 300px;
  z-index: 0;
  background: #00c93b;
  -webkit-transform: skewX(-18deg) translate(100%, 0);
  -ms-transform: skewX(-18deg) translate(100%, 0);
  transform: skewX(-18deg) translate(100%, 0);
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}
/* line 478, ../../../../dev/sass/_objects.structure.scss */
.l-slant-full-left .l-slant-full-img.white-slant:after {
  content: '';
  position: absolute;
  left: -531px;
  bottom: 0;
  top: 0;
  overflow: visible;
  width: 300px;
  z-index: 0;
  background: #fff;
  -webkit-transform: skewX(-18deg) translate(100%, 0);
  -ms-transform: skewX(-18deg) translate(100%, 0);
  transform: skewX(-18deg) translate(100%, 0);
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}
/* line 496, ../../../../dev/sass/_objects.structure.scss */
.l-slant-full-left .l-slant-full-img.red-slant:after {
  content: '';
  position: absolute;
  left: -531px;
  bottom: 0;
  top: 0;
  overflow: visible;
  width: 300px;
  z-index: 0;
  background: #ff4a00;
  -webkit-transform: skewX(-18deg) translate(100%, 0);
  -ms-transform: skewX(-18deg) translate(100%, 0);
  transform: skewX(-18deg) translate(100%, 0);
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}
@media screen and (min-width: 560px) {
  /* line 515, ../../../../dev/sass/_objects.structure.scss */
  .l-slant-full-left .l-slant-full-img .testimonial-image {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 900px) {
  /* line 522, ../../../../dev/sass/_objects.structure.scss */
  .l-slant-full-left .l-slant-full-img:after {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  /* line 453, ../../../../dev/sass/_objects.structure.scss */
  .l-slant-full-left .l-slant-full-img {
    background: none !important;
    padding: 0 !important;
  }
}

/* line 535, ../../../../dev/sass/_objects.structure.scss */
.double-slant-overlay:before, .double-slant-overlay:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: visible;
  background: rgba(0, 0, 0, 0.075);
  z-index: 0;
  -webkit-transform: skewX(-18deg) translate(100%, 0);
  -ms-transform: skewX(-18deg) translate(100%, 0);
  transform: skewX(-18deg) translate(100%, 0);
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}
/* line 551, ../../../../dev/sass/_objects.structure.scss */
.double-slant-overlay:before {
  left: -400px;
  width: 300px;
}
/* line 555, ../../../../dev/sass/_objects.structure.scss */
.double-slant-overlay:after {
  left: -630px;
  width: 500px;
}

/* line 562, ../../../../dev/sass/_objects.structure.scss */
.l-block-copy {
  z-index: 9;
  position: relative;
}

/* line 568, ../../../../dev/sass/_objects.structure.scss */
.l-lab-gravity h3,
.l-lab-gravity p {
  color: #000 !important;
}
/* line 572, ../../../../dev/sass/_objects.structure.scss */
.l-lab-gravity h3 {
  font: 900 54px/60px "Lato", "Arial";
  margin-bottom: 20px;
}
/* line 576, ../../../../dev/sass/_objects.structure.scss */
.l-lab-gravity p {
  margin-top: 0 !important;
}
/* line 580, ../../../../dev/sass/_objects.structure.scss */
.l-lab-gravity .l-slant-full-img {
  background: url(i/assets_gsvlabs_siteinteriors_labs_edtech_480x480.jpg) no-repeat 0 0;
  background-size: cover;
}
/* line 584, ../../../../dev/sass/_objects.structure.scss */
.l-lab-gravity .l-split-full-block {
  padding-bottom: 80px;
}
/* line 587, ../../../../dev/sass/_objects.structure.scss */
.l-lab-gravity .c-btn, .l-lab-gravity .gform_footer input[type="submit"], .gform_footer .l-lab-gravity input[type="submit"] {
  margin-right: 10px;
}
/* line 590, ../../../../dev/sass/_objects.structure.scss */
.l-lab-gravity .c-btn--clear {
  color: #00c93b;
}
/* line 592, ../../../../dev/sass/_objects.structure.scss */
.l-lab-gravity .c-btn--clear:hover {
  border: 1px solid #00c93b;
}

/* line 600, ../../../../dev/sass/_objects.structure.scss */
.l-lab-quotes .l-slant-full-img {
  background: url(i/edtechlab_testimonial1.jpg) no-repeat 0 0;
  background-size: cover;
}
/* line 605, ../../../../dev/sass/_objects.structure.scss */
.l-lab-quotes .slick-slide,
.l-lab-quotes .l-grid {
  min-height: 540px;
}
/* line 610, ../../../../dev/sass/_objects.structure.scss */
.l-lab-quotes blockquote {
  font: 300 32px/36px "Lato", "Arial";
  font-style: italic;
  margin: 0 0 0 0;
}
@media screen and (min-width: 560px) {
  /* line 610, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-quotes blockquote {
    margin: 0 0 0 40px;
  }
}
/* line 617, ../../../../dev/sass/_objects.structure.scss */
.l-lab-quotes blockquote span {
  font: 600 16px/16px "Lato", "Arial";
  display: block;
  margin-top: 40px;
}
/* line 623, ../../../../dev/sass/_objects.structure.scss */
.l-lab-quotes blockquote.small {
  font-size: 24px;
  line-height: 29px;
}

/* line 632, ../../../../dev/sass/_objects.structure.scss */
.l-lab-stats .u-bias-big p {
  color: rgba(255, 255, 255, 0.6);
}
/* line 638, ../../../../dev/sass/_objects.structure.scss */
.l-lab-stats .u-bias-small ul li {
  margin: 0 0 20px 0;
  text-align: left;
}
/* line 642, ../../../../dev/sass/_objects.structure.scss */
.l-lab-stats .u-bias-small ul li:last-child {
  margin-bottom: 0;
}
/* line 645, ../../../../dev/sass/_objects.structure.scss */
.l-lab-stats .u-bias-small ul li .u-circle {
  width: 60px;
  height: 60px;
  background: #00c93b;
  margin: 0 5% 0 0;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 900px) {
  /* line 645, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-stats .u-bias-small ul li .u-circle {
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  /* line 645, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-stats .u-bias-small ul li .u-circle {
    margin: 0 5% 0 0;
  }
}
/* line 660, ../../../../dev/sass/_objects.structure.scss */
.l-lab-stats .u-bias-small ul li .u-circle span {
  font: 600 28px/28px "Lato", "Arial";
}
/* line 664, ../../../../dev/sass/_objects.structure.scss */
.l-lab-stats .u-bias-small ul li p {
  display: inline-block;
  min-height: 50px;
  font: 900 16px/20px "Lato", "Arial";
  vertical-align: top;
  padding-top: 10px;
}
@media screen and (min-width: 900px) {
  /* line 664, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-stats .u-bias-small ul li p {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  /* line 664, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-stats .u-bias-small ul li p {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (min-width: 560px) {
  /* line 638, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-stats .u-bias-small ul li {
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  /* line 638, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-stats .u-bias-small ul li {
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  /* line 638, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-stats .u-bias-small ul li {
    text-align: left;
    display: block;
  }
}
/* line 693, ../../../../dev/sass/_objects.structure.scss */
.l-lab-stats .u-bias-big {
  width: 100%;
}
@media screen and (min-width: 900px) {
  /* line 693, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-stats .u-bias-big {
    width: 55%;
  }
}
/* line 699, ../../../../dev/sass/_objects.structure.scss */
.l-lab-stats .u-bias-small {
  width: 100%;
  padding-top: 0;
}
@media screen and (min-width: 900px) {
  /* line 699, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-stats .u-bias-small {
    width: 45%;
    padding-top: 100px;
  }
}

/* line 709, ../../../../dev/sass/_objects.structure.scss */
.l-cta-full {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
}
/* line 716, ../../../../dev/sass/_objects.structure.scss */
.l-cta-full .l-grid__item {
  padding: 100px 20%;
  box-sizing: border-box;
  display: block;
}
/* line 720, ../../../../dev/sass/_objects.structure.scss */
.l-cta-full .l-grid__item a.c-btn {
  margin: 20px auto 0;
}

/* line 727, ../../../../dev/sass/_objects.structure.scss */
.l-lab-team .l-grid__item {
  margin: 0 auto;
  display: block;
}
/* line 731, ../../../../dev/sass/_objects.structure.scss */
.l-lab-team .l-grid__item .u-circle {
  background: url(i/bio_michaelnarrea.jpg) no-repeat 0 0;
  background-size: cover;
}

/* line 738, ../../../../dev/sass/_objects.structure.scss */
.l-lab-cta-grid {
  padding: 80px 6.5% 100px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  display: table;
}
/* line 748, ../../../../dev/sass/_objects.structure.scss */
.l-lab-cta-grid .u-circle {
  background: rgba(0, 0, 0, 0.1);
  width: 150px;
  height: 150px;
  margin: 0 auto 40px;
  background-size: cover !important;
  background-repeat: no-repeat;
}
/* line 757, ../../../../dev/sass/_objects.structure.scss */
.l-lab-cta-grid p {
  font: 300 16px/24px "Lato", "Arial";
  margin-bottom: 60px;
}
/* line 762, ../../../../dev/sass/_objects.structure.scss */
.l-lab-cta-grid .c-btn, .l-lab-cta-grid .gform_footer input[type="submit"], .gform_footer .l-lab-cta-grid input[type="submit"] {
  width: auto;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  /* line 762, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-cta-grid .c-btn, .l-lab-cta-grid .gform_footer input[type="submit"], .gform_footer .l-lab-cta-grid input[type="submit"] {
    margin: 0 auto;
    position: relative;
    width: auto !important;
  }
}
@media screen and (min-width: 900px) {
  /* line 762, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-cta-grid .c-btn, .l-lab-cta-grid .gform_footer input[type="submit"], .gform_footer .l-lab-cta-grid input[type="submit"] {
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70% !important;
    max-width: 400px;
    box-sizing: border-box;
  }
}
/* line 785, ../../../../dev/sass/_objects.structure.scss */
.l-lab-cta-grid .l-grid__item {
  width: 100%;
  padding: 0 5% 40px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
@media screen and (min-width: 560px) {
  /* line 785, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-cta-grid .l-grid__item {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 900px) {
  /* line 785, ../../../../dev/sass/_objects.structure.scss */
  .l-lab-cta-grid .l-grid__item {
    width: 33.333333333%;
    display: table-cell;
  }
}

/* line 804, ../../../../dev/sass/_objects.structure.scss */
.l-partner-slider {
  padding: 80px 10% 80px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
}

/* line 814, ../../../../dev/sass/_objects.structure.scss */
.l-partnerships h3 {
  margin: 0 0 0 0;
}
@media screen and (min-width: 560px) {
  /* line 814, ../../../../dev/sass/_objects.structure.scss */
  .l-partnerships h3 {
    margin: 0 0 0 40px;
  }
}

/* line 821, ../../../../dev/sass/_objects.structure.scss */
.l-partnerships-logo {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
}
/* line 827, ../../../../dev/sass/_objects.structure.scss */
.l-partnerships-logo a.c-btn--simple {
  color: #00c93b;
}
/* line 830, ../../../../dev/sass/_objects.structure.scss */
.l-partnerships-logo a.c-btn--simple:hover {
  color: #007351;
}

/* line 836, ../../../../dev/sass/_objects.structure.scss */
.l-interior-head {
  text-align: left;
}
/* line 839, ../../../../dev/sass/_objects.structure.scss */
.l-interior-head.animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
/* line 843, ../../../../dev/sass/_objects.structure.scss */
.l-interior-head h1 {
  background: none;
  margin: 0 0 0 0;
  padding: 0;
  color: #000;
  font: 900 58px/72px "Lato", "Arial" !important;
  font: 900 48px/48px "Lato", "Arial" !important;
}
/* line 849, ../../../../dev/sass/_objects.structure.scss */
.l-interior-head h1:after {
  display: none;
}
@media screen and (min-width: 560px) {
  /* line 843, ../../../../dev/sass/_objects.structure.scss */
  .l-interior-head h1 {
    font: 900 58px/72px "Lato", "Arial" !important;
  }
}

/* line 861, ../../../../dev/sass/_objects.structure.scss */
.c-modular-intro {
  padding-top: 100px !important;
}

/* line 865, ../../../../dev/sass/_objects.structure.scss */
.copy-and-controls {
  margin-bottom: 30px;
}
/* line 868, ../../../../dev/sass/_objects.structure.scss */
.copy-and-controls .c-page-intro {
  width: 100%;
}
@media screen and (min-width: 900px) {
  /* line 868, ../../../../dev/sass/_objects.structure.scss */
  .copy-and-controls .c-page-intro {
    width: 70%;
    display: table-cell;
    padding-right: 5%;
    box-sizing: border-box;
  }
}
/* line 880, ../../../../dev/sass/_objects.structure.scss */
.copy-and-controls .c-controls {
  margin: 30px 0 0 0;
  width: 100%;
}
@media screen and (min-width: 900px) {
  /* line 880, ../../../../dev/sass/_objects.structure.scss */
  .copy-and-controls .c-controls {
    margin: 0;
    width: 30%;
    display: table-cell;
  }
}
/* line 892, ../../../../dev/sass/_objects.structure.scss */
.copy-and-controls .c-controls .c-control-wrapper {
  width: 100%;
}
@media screen and (min-width: 560px) {
  /* line 892, ../../../../dev/sass/_objects.structure.scss */
  .copy-and-controls .c-controls .c-control-wrapper {
    width: 30%;
    margin: 0 2% 15px;
  }
}
@media screen and (min-width: 900px) {
  /* line 892, ../../../../dev/sass/_objects.structure.scss */
  .copy-and-controls .c-controls .c-control-wrapper {
    width: 100%;
  }
}

/* line 907, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content {
  color: #575757;
}
/* line 909, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content p,
.o-cms-content ul,
.o-cms-content ol {
  margin-bottom: 35px;
}
/* line 919, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content .wp-caption-text {
  font: 300 14px/18px "Lato", "Arial";
  padding-top: 10px;
  margin-bottom: 0;
}
/* line 925, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content h1,
.o-cms-content h2,
.o-cms-content h3 {
  margin: 0 0 8px 0;
  background: none;
  display: block;
  text-transform: none;
  color: #000;
  padding: 0;
}
/* line 935, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content h1:after,
.o-cms-content h2:after,
.o-cms-content h3:after {
  display: none;
}
/* line 940, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content h1 {
  font: 900 38px/42px "Lato", "Arial";
}
/* line 944, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content h2 {
  font: 900 28px/32px "Lato", "Arial";
}
/* line 948, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content h3 {
  font: 900 22px/30px "Lato", "Arial";
}
/* line 952, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content h4 {
  color: #00c93b;
  font: 300 36px/46px "Lato", "Arial";
  margin-bottom: 30px;
}
/* line 958, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content p {
  font: 300 20px/26px "Lato", "Arial";
}
/* line 964, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content ul {
  margin-left: 50px;
}
/* line 967, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content ul li {
  font: 300 22px/26px "Lato", "Arial";
  position: relative;
  padding-left: 23px;
  padding-bottom: 12px;
}
/* line 973, ../../../../dev/sass/_objects.structure.scss */
.o-cms-content ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00c93b;
  position: absolute;
  top: 11px;
  left: 0;
}

/* line 989, ../../../../dev/sass/_objects.structure.scss */
.c-centered-carousel .slick-track {
  margin: 0 auto !important;
}

/* line 1, ../../../../dev/sass/_objects.overlay.scss */
.o-overlay {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .2s linear;
}
/* line 14, ../../../../dev/sass/_objects.overlay.scss */
.o-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 1, ../../../../dev/sass/_components.scss */
.c-site-header {
  border-bottom: 1px solid #ebebeb;
  height: 70px;
  position: relative;
}

/* line 7, ../../../../dev/sass/_components.scss */
.c-site-logo {
  height: 38px;
  left: 15px;
  top: 15px;
  right: inherit !important;
  z-index: 5;
}
@media screen and (min-width: 900px) {
  /* line 7, ../../../../dev/sass/_components.scss */
  .c-site-logo {
    left: 30px;
  }
}

/* line 20, ../../../../dev/sass/_components.scss */
.c-nav {
  display: none;
  text-align: right;
  height: 70px;
  line-height: 70px;
  right: 15px;
  font-size: 15px;
}
/* line 28, ../../../../dev/sass/_components.scss */
.c-nav li {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
/* line 34, ../../../../dev/sass/_components.scss */
.c-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
/* line 41, ../../../../dev/sass/_components.scss */
.c-nav li:last-child .sub-menu {
  left: auto;
  right: -30px;
}
/* line 46, ../../../../dev/sass/_components.scss */
.c-nav li:last-child .sub-menu:before {
  left: auto;
  right: 38px;
}
/* line 54, ../../../../dev/sass/_components.scss */
.c-nav li:nth-last-child(2) .sub-menu {
  left: auto;
  right: -105px;
}
/* line 59, ../../../../dev/sass/_components.scss */
.c-nav li:nth-last-child(2) .sub-menu:before {
  right: -40px;
}
/* line 67, ../../../../dev/sass/_components.scss */
.c-nav img {
  vertical-align: text-bottom;
}
/* line 71, ../../../../dev/sass/_components.scss */
.c-nav a {
  color: #000;
}
/* line 73, ../../../../dev/sass/_components.scss */
.c-nav a:hover {
  color: #00c93b;
}
/* line 78, ../../../../dev/sass/_components.scss */
.c-nav .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #00c93b;
  text-align: left;
  z-index: 9000;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  box-shadow: 1px 2px 14px 1px rgba(0, 0, 0, 0.4);
  transition: .2s ease;
}
/* line 91, ../../../../dev/sass/_components.scss */
.c-nav .sub-menu li {
  display: block;
  margin-left: 0;
  border-bottom: 1px solid #59dc80;
}
/* line 96, ../../../../dev/sass/_components.scss */
.c-nav .sub-menu li:last-child {
  border-bottom: none;
}
/* line 100, ../../../../dev/sass/_components.scss */
.c-nav .sub-menu li a {
  color: #fff;
  display: block;
  padding: 18px 24px;
  line-height: 20px;
}
/* line 109, ../../../../dev/sass/_components.scss */
.c-nav .sub-menu:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #00c93b;
  width: 0;
  height: 0;
}
@media screen and (min-width: 900px) {
  /* line 20, ../../../../dev/sass/_components.scss */
  .c-nav {
    display: block;
    right: 30px;
  }
}

/* line 134, ../../../../dev/sass/_components.scss */
.c-nav-toggle {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 12px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
@media screen and (min-width: 560px) {
  /* line 134, ../../../../dev/sass/_components.scss */
  .c-nav-toggle {
    right: 30px;
  }
}
@media screen and (min-width: 900px) {
  /* line 134, ../../../../dev/sass/_components.scss */
  .c-nav-toggle {
    display: none;
  }
}
/* line 154, ../../../../dev/sass/_components.scss */
.c-nav-toggle:before {
  content: '';
  position: absolute;
  top: 4px;
  width: 26px;
  height: 4px;
  background: #000;
}

/* line 165, ../../../../dev/sass/_components.scss */
.c-mobile-navigation {
  position: fixed;
  right: -260px;
  top: 0;
  width: 260px;
  height: 100%;
  overflow: scroll;
  z-index: 9001;
  background: #00c93b;
  padding-top: 27px;
  transition: all .6s ease;
  box-sizing: border-box;
}
/* line 178, ../../../../dev/sass/_components.scss */
.c-mobile-navigation li {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 4px 0;
}
/* line 183, ../../../../dev/sass/_components.scss */
.c-mobile-navigation li:last-child {
  border-bottom: none;
}
/* line 193, ../../../../dev/sass/_components.scss */
.c-mobile-navigation a,
.c-mobile-navigation span {
  color: #fff;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  line-height: 40px;
  font-weight: 900;
  font-size: 14px;
  transition: .25s ease-out;
}
/* line 210, ../../../../dev/sass/_components.scss */
.c-mobile-navigation .sub-menu {
  margin: 0 0 10px;
}
/* line 214, ../../../../dev/sass/_components.scss */
.c-mobile-navigation .sub-menu li {
  text-transform: none;
  border-bottom: 0;
}
/* line 218, ../../../../dev/sass/_components.scss */
.c-mobile-navigation .sub-menu li a {
  color: rgba(255, 255, 255, 0.8);
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
/* line 225, ../../../../dev/sass/_components.scss */
.c-mobile-navigation .sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.35);
  transition: .25s ease-out;
}
/* line 236, ../../../../dev/sass/_components.scss */
.c-mobile-navigation.active {
  -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
          transform: translateX(-260px);
}

/* line 1, ../../../../dev/sass/_components.buttons.scss */
.c-btn, .gform_footer input[type="submit"] {
  display: inline-block;
  border-radius: 3px;
  font: 600 13px/15px "Lato", "Arial";
  padding: 10px 13px;
  text-align: center;
  color: #fff;
  background: linear-gradient(#00c83b 8%, #00b037 100%);
  z-index: 100;
  position: relative;
  transition: opacity 0.25s ease-in-out;
}
/* line 13, ../../../../dev/sass/_components.buttons.scss */
.c-btn:before, .gform_footer input[type="submit"]:before {
  border-radius: inherit;
  background: linear-gradient(#4ed957 20%, #00b037 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.25s ease-in-out;
}
/* line 28, ../../../../dev/sass/_components.buttons.scss */
.c-btn:hover:before, .gform_footer input[type="submit"]:hover:before {
  opacity: 1;
}

/* line 34, ../../../../dev/sass/_components.buttons.scss */
.c-btn--clear {
  background: none;
  border: 1px solid white;
  transition: all 0.5s ease-in;
}
/* line 38, ../../../../dev/sass/_components.buttons.scss */
.c-btn--clear:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in;
}
/* line 43, ../../../../dev/sass/_components.buttons.scss */
.c-btn--clear:before {
  display: none;
}

/* line 49, ../../../../dev/sass/_components.buttons.scss */
.c-btn--simple, .gform_footer input[type="submit"] {
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  transition: all 0.5s linear;
}
/* line 55, ../../../../dev/sass/_components.buttons.scss */
.c-btn--simple:hover, .gform_footer input[type="submit"]:hover {
  opacity: 0.6;
  transition: all 0.5s linear;
}
/* line 58, ../../../../dev/sass/_components.buttons.scss */
.c-btn--simple:hover:before, .gform_footer input[type="submit"]:hover:before {
  opacity: 0;
}
/* line 63, ../../../../dev/sass/_components.buttons.scss */
.c-btn--simple img, .gform_footer input[type="submit"] img {
  display: inline;
  vertical-align: baseline;
  width: 15px;
  margin-left: 8px;
}

/* line 72, ../../../../dev/sass/_components.buttons.scss */
.c-btn--large {
  line-height: 20px;
  padding: 15px 20px;
}

/* line 77, ../../../../dev/sass/_components.buttons.scss */
.c-btn--simple-text {
  color: #00c93b;
  background: none;
  font-size: 15px;
}
/* line 82, ../../../../dev/sass/_components.buttons.scss */
.c-btn--simple-text:hover {
  background: none !important;
  color: #3b578c;
}
/* line 86, ../../../../dev/sass/_components.buttons.scss */
.c-btn--simple-text:hover:before {
  opacity: 0;
}

/* line 92, ../../../../dev/sass/_components.buttons.scss */
.c-btn--green {
  border-color: #00c93b;
  color: #00c93b;
}

/* line 2, ../../../../dev/sass/_components.gravity.scss */
.l-interior-gravity {
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  margin: 0;
  display: block;
  position: relative;
  color: #fff;
  font: 300 20px/24px "Lato", "Arial";
}
/* line 13, ../../../../dev/sass/_components.gravity.scss */
.l-interior-gravity p {
  margin-left: 30px;
}
/* line 17, ../../../../dev/sass/_components.gravity.scss */
.l-interior-gravity .c-tick_graphic-1, .l-interior-gravity .c-tick_graphic-2 {
  position: absolute;
  right: 0;
  bottom: -15px;
}
/* line 23, ../../../../dev/sass/_components.gravity.scss */
.l-interior-gravity .c-tick_graphic-1 li, .l-interior-gravity .c-tick_graphic-2 li {
  display: inline;
  height: 20px;
  margin-left: 5px;
}
/* line 28, ../../../../dev/sass/_components.gravity.scss */
.l-interior-gravity .c-tick_graphic-1 li img, .l-interior-gravity .c-tick_graphic-2 li img {
  height: 20px;
}
/* line 33, ../../../../dev/sass/_components.gravity.scss */
.l-interior-gravity .c-tick_graphic-1 {
  top: 130px;
  left: 80px;
}
/* line 38, ../../../../dev/sass/_components.gravity.scss */
.l-interior-gravity.gravity__startups {
  background: url(i/banner_startups_guy.jpg) no-repeat center;
  background-size: cover;
}
/* line 42, ../../../../dev/sass/_components.gravity.scss */
.l-interior-gravity.gravity__about {
  background: url(i/assets_gsvlabs_siteinteriors_about_main_courtyard.jpg) no-repeat center;
  background-size: cover;
}

/* line 48, ../../../../dev/sass/_components.gravity.scss */
.l-home-gravity {
  min-height: 436px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  font: 300 24px/28px "Lato", "Arial";
  overflow: hidden;
}
/* line 55, ../../../../dev/sass/_components.gravity.scss */
.l-home-gravity .c-gravity__content {
  position: absolute;
  top: 0;
  color: #fff;
}
/* line 61, ../../../../dev/sass/_components.gravity.scss */
.l-home-gravity h1 {
  font: 900 64px/92px "Lato", "Arial";
  color: #fff;
}
/* line 66, ../../../../dev/sass/_components.gravity.scss */
.l-home-gravity p {
  margin-left: 30px;
  color: #fff;
}
/* line 71, ../../../../dev/sass/_components.gravity.scss */
.l-home-gravity .c-tick_graphic-1, .l-home-gravity .c-tick_graphic-2 {
  position: absolute;
}
/* line 76, ../../../../dev/sass/_components.gravity.scss */
.l-home-gravity .c-tick_graphic-1 li, .l-home-gravity .c-tick_graphic-2 li {
  display: inline;
  height: 20px;
  margin-left: 5px;
}
/* line 81, ../../../../dev/sass/_components.gravity.scss */
.l-home-gravity .c-tick_graphic-1 li img, .l-home-gravity .c-tick_graphic-2 li img {
  height: 20px;
}
/* line 88, ../../../../dev/sass/_components.gravity.scss */
.l-home-gravity .c-tick_graphic-1 {
  top: 150px;
  left: 150px;
}
/* line 93, ../../../../dev/sass/_components.gravity.scss */
.l-home-gravity .c-tick_graphic-2 {
  top: 319px;
  right: -7px;
}
@media screen and (min-width: 1100px) {
  /* line 48, ../../../../dev/sass/_components.gravity.scss */
  .l-home-gravity {
    min-height: 636px;
  }
  /* line 101, ../../../../dev/sass/_components.gravity.scss */
  .l-home-gravity .c-tick_graphic-1 {
    top: 273px;
    left: 200px;
  }
  /* line 106, ../../../../dev/sass/_components.gravity.scss */
  .l-home-gravity .c-tick_graphic-2 {
    top: 429px;
    right: -7px;
  }
}

/* line 115, ../../../../dev/sass/_components.gravity.scss */
.c-gravity-video {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
@media screen and (min-width: 1100px) {
  /* line 115, ../../../../dev/sass/_components.gravity.scss */
  .c-gravity-video {
    top: 40px;
    width: 450px;
    height: 450px;
    right: 100px;
  }
}

/* line 136, ../../../../dev/sass/_components.gravity.scss */
.c-gravity__title {
  font-size: 50px;
  line-height: 74px;
  margin: 0;
  padding-left: 40px;
  height: 74px;
  margin-bottom: 18px;
  width: 462px;
}
/* line 147, ../../../../dev/sass/_components.gravity.scss */
.c-gravity__title span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  line-height: 74px;
}
/* line 153, ../../../../dev/sass/_components.gravity.scss */
.c-gravity__title span.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1100px) {
  /* line 136, ../../../../dev/sass/_components.gravity.scss */
  .c-gravity__title {
    width: 470px;
    font-size: 70px;
    line-height: 94px;
    margin: 0;
    padding-left: 40px;
    height: 94px;
    margin-bottom: 18px;
  }
  /* line 168, ../../../../dev/sass/_components.gravity.scss */
  .c-gravity__title:after {
    width: 45px;
  }
  /* line 172, ../../../../dev/sass/_components.gravity.scss */
  .c-gravity__title span {
    line-height: 94px;
  }
}

/* line 178, ../../../../dev/sass/_components.gravity.scss */
.c-gravity__content {
  padding: 160px 0 0;
  font-size: 21px;
  line-height: 25px;
}
/* line 183, ../../../../dev/sass/_components.gravity.scss */
.c-gravity__content p {
  margin-left: 0;
  padding-left: 40px;
}
@media screen and (min-width: 1100px) {
  /* line 178, ../../../../dev/sass/_components.gravity.scss */
  .c-gravity__content {
    padding: 285px 0 0;
  }
}

/* line 1, ../../../../dev/sass/_components.controls.scss */
.c-controls {
  margin-bottom: 35px;
}

/* line 5, ../../../../dev/sass/_components.controls.scss */
.c-control-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  min-height: 47px;
}
/* line 14, ../../../../dev/sass/_components.controls.scss */
.c-control-wrapper:nth-child(2) .animated {
  -webkit-animation-delay: 0.85s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.85s;
}
@media screen and (min-width: 900px) {
  /* line 5, ../../../../dev/sass/_components.controls.scss */
  .c-control-wrapper {
    width: 30%;
    margin: 0 10px 15px;
  }
  /* line 23, ../../../../dev/sass/_components.controls.scss */
  .c-control-wrapper:last-child {
    margin-right: 0;
  }
}
/* line 28, ../../../../dev/sass/_components.controls.scss */
.c-control-wrapper .u-link-out.animated {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
/* line 32, ../../../../dev/sass/_components.controls.scss */
.c-control-wrapper.c-control-link {
  width: 150px;
  display: block;
  margin: 0 auto !important;
}
@media screen and (min-width: 900px) {
  /* line 38, ../../../../dev/sass/_components.controls.scss */
  .c-control-wrapper.c-control-link:last-child {
    margin-right: 10px;
  }
}

/* line 45, ../../../../dev/sass/_components.controls.scss */
.c-control {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.035);
  color: #000;
  width: 100%;
  text-align: left;
  font: 14px/47px "Lato", "Arial";
}
/* line 53, ../../../../dev/sass/_components.controls.scss */
.c-control.animated {
  -webkit-animation-delay: 0.75s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.75s;
}
/* line 58, ../../../../dev/sass/_components.controls.scss */
.c-control:hover {
  background: rgba(0, 0, 0, 0.015);
  border: 1px solid rgba(0, 0, 0, 0.25);
}

/* line 67, ../../../../dev/sass/_components.controls.scss */
.quicksearch-wrap input:focus {
  border: 1px solid rgba(0, 0, 0, 0.25);
  outline: none;
}
/* line 72, ../../../../dev/sass/_components.controls.scss */
.quicksearch-wrap.animated {
  -webkit-animation-delay: 0.95s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.95s;
}

/* line 79, ../../../../dev/sass/_components.controls.scss */
.c-control--text {
  background: #fff;
  box-sizing: border-box;
  height: 49px !important;
}
/* line 84, ../../../../dev/sass/_components.controls.scss */
.c-control--text + .fa {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 15px;
  height: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  opacity: 0;
  transition: .25s ease-in-out;
}
/* line 97, ../../../../dev/sass/_components.controls.scss */
.c-control--text + .fa.is-visible {
  opacity: 1;
}

/* line 103, ../../../../dev/sass/_components.controls.scss */
.c-control--with-dropdown {
  position: absolute;
  overflow: hidden;
  z-index: 80;
  height: 47px;
}
/* line 110, ../../../../dev/sass/_components.controls.scss */
.c-control--with-dropdown.is-open {
  height: inherit;
  padding-bottom: 8px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 900;
}
/* line 118, ../../../../dev/sass/_components.controls.scss */
.c-control--with-dropdown.is-open .c-control__label .fa {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 122, ../../../../dev/sass/_components.controls.scss */
.c-control--with-dropdown.is-open:hover {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

/* line 129, ../../../../dev/sass/_components.controls.scss */
.c-control__label {
  display: block;
  height: 47px;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
}
/* line 136, ../../../../dev/sass/_components.controls.scss */
.c-control__label .fa {
  position: absolute;
  right: 20px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 28px;
}

/* line 148, ../../../../dev/sass/_components.controls.scss */
.c-control__dropdown__values li {
  cursor: pointer;
  padding: 8px 0;
  padding-left: 25px;
  font: 14px/24px "Lato", "Arial";
  transition: .25s ease-out;
}
/* line 154, ../../../../dev/sass/_components.controls.scss */
.c-control__dropdown__values li:hover {
  background: rgba(0, 0, 0, 0.02);
  padding-left: 30px;
  transition: .25s ease-out;
}

/* line 1, ../../../../dev/sass/_components.footer.scss */
.section--landscape {
  position: relative;
  height: 500px;
}
@media screen and (min-width: 900px) {
  /* line 1, ../../../../dev/sass/_components.footer.scss */
  .section--landscape {
    height: 600px;
  }
}

/* line 12, ../../../../dev/sass/_components.footer.scss */
.section--landscape__wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}

/* line 21, ../../../../dev/sass/_components.footer.scss */
.section--landscape__content {
  position: relative;
  padding-top: 80px;
}
/* line 25, ../../../../dev/sass/_components.footer.scss */
.section--landscape__content .c-btn, .section--landscape__content .gform_footer input[type="submit"], .gform_footer .section--landscape__content input[type="submit"] {
  margin: 30px 0;
}

/* line 31, ../../../../dev/sass/_components.footer.scss */
.section--landscape__sky {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 1;
  background: url(i/footer_sky.jpg) no-repeat center top;
  background-size: 100% 146%;
}

/* line 50, ../../../../dev/sass/_components.footer.scss */
.section--landscape__buildings {
  background: url(i/landscape_buildings.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 542px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  /* line 50, ../../../../dev/sass/_components.footer.scss */
  .section--landscape__buildings {
    background-size: cover;
    bottom: -85px;
  }
}

/* line 69, ../../../../dev/sass/_components.footer.scss */
.section--landscape__connect {
  position: relative;
  z-index: 3;
  font: 900 40px/44px "Lato", "Arial";
  margin-bottom: 50px;
}

/* line 76, ../../../../dev/sass/_components.footer.scss */
.section--landscape__social {
  padding-top: 12px;
  font-size: 0;
  position: relative;
  z-index: 3;
}
/* line 81, ../../../../dev/sass/_components.footer.scss */
.section--landscape__social a {
  display: inline-block;
  width: auto;
  margin-bottom: 28px;
  opacity: 1;
  transition: .1s linear;
  margin-left: 8px;
}
/* line 89, ../../../../dev/sass/_components.footer.scss */
.section--landscape__social a:hover {
  opacity: .8;
}
/* line 93, ../../../../dev/sass/_components.footer.scss */
.section--landscape__social a img {
  width: 26px;
}
/* line 97, ../../../../dev/sass/_components.footer.scss */
.section--landscape__social a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  /* line 81, ../../../../dev/sass/_components.footer.scss */
  .section--landscape__social a {
    margin-left: 36px;
    width: 58px;
  }
  /* line 105, ../../../../dev/sass/_components.footer.scss */
  .section--landscape__social a img {
    width: 58px;
  }
}

/* line 113, ../../../../dev/sass/_components.footer.scss */
.section--landscape__heading {
  font: 700 20px/24px "Lato", "Arial";
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (min-width: 650px) {
  /* line 113, ../../../../dev/sass/_components.footer.scss */
  .section--landscape__heading {
    font: 700 28px/32px "Lato", "Arial";
  }
}
@media screen and (min-width: 900px) {
  /* line 113, ../../../../dev/sass/_components.footer.scss */
  .section--landscape__heading {
    font: 700 70px/82px "Lato", "Arial";
    margin-bottom: 35px;
  }
}

/* line 130, ../../../../dev/sass/_components.footer.scss */
.section--landscape__button {
  width: 150px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
}
@media screen and (min-width: 900px) {
  /* line 130, ../../../../dev/sass/_components.footer.scss */
  .section--landscape__button {
    width: 210px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

/* line 1, ../../../../dev/sass/_modular_organizations.scss */
.c-modular-intro {
  padding-top: 0;
  color: gray;
  font-weight: 300;
  margin-top: 0;
  z-index: 200;
  position: relative;
}
/* line 9, ../../../../dev/sass/_modular_organizations.scss */
.c-modular-intro.animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
/* line 13, ../../../../dev/sass/_modular_organizations.scss */
.c-modular-intro h1 {
  font: 300 58px/66px "Lato", "Arial";
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  /* line 1, ../../../../dev/sass/_modular_organizations.scss */
  .c-modular-intro {
    padding-top: 100px;
  }
}

/* line 24, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item {
  height: 196px;
  box-sizing: border-box;
}
/* line 28, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item.l-grid__item--5 {
  width: 50%;
}
@media screen and (min-width: 560px) {
  /* line 28, ../../../../dev/sass/_modular_organizations.scss */
  .c-organization-item.l-grid__item--5 {
    width: 33.333333333%;
  }
}
@media screen and (min-width: 900px) {
  /* line 28, ../../../../dev/sass/_modular_organizations.scss */
  .c-organization-item.l-grid__item--5 {
    width: 20%;
  }
}
/* line 41, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item img {
  display: block;
  max-width: 180px;
  width: 70%;
}

/* line 49, ../../../../dev/sass/_modular_organizations.scss */
.c-modular-outro {
  padding-top: 0;
}
/* line 52, ../../../../dev/sass/_modular_organizations.scss */
.c-modular-outro p {
  color: gray;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

/* line 61, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item__back {
  background: #000;
  text-align: center;
  font-size: 0;
}

/* line 67, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item__btn {
  max-width: 80px;
  width: 45%;
}
/* line 73, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item__btn:first-child {
  margin-right: 4%;
}

/* line 78, ../../../../dev/sass/_modular_organizations.scss */
.c-flipper img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: gray;
  transition: 1s ease-in;
  opacity: 1;
}

/* line 88, ../../../../dev/sass/_modular_organizations.scss */
.c-flipper img:hover {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  cursor: pointer;
  transition: .5s ease-out;
  opacity: 0;
}

/* line 99, ../../../../dev/sass/_modular_organizations.scss */
.flip-container {
  -webkit-perspective: 1000;
          perspective: 1000;
  position: relative;
}
/* line 106, ../../../../dev/sass/_modular_organizations.scss */
.flip-container.active.entered-left .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
/* line 112, ../../../../dev/sass/_modular_organizations.scss */
.flip-container .flipper {
  transition: .7s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 122, ../../../../dev/sass/_modular_organizations.scss */
.flip-container .flipper__front,
.flip-container .flipper__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 132, ../../../../dev/sass/_modular_organizations.scss */
.flip-container .flipper__front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
/* line 138, ../../../../dev/sass/_modular_organizations.scss */
.flip-container .flipper__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 99, ../../../../dev/sass/_modular_organizations.scss */
  .flip-container {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  /* line 146, ../../../../dev/sass/_modular_organizations.scss */
  .flip-container .flipper__front,
  .flip-container .flipper__back {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  /* line 151, ../../../../dev/sass/_modular_organizations.scss */
  .flip-container .flipper__back {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  /* line 156, ../../../../dev/sass/_modular_organizations.scss */
  .flip-container.active .flipper__back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  /* line 160, ../../../../dev/sass/_modular_organizations.scss */
  .flip-container.active .flipper__front {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

/* line 169, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item {
  perspective: 1000;
  -webkit-perspective: 1000;
}
/* line 173, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item .c-flipper {
  transition: .7s linear;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  height: 100%;
}
/* line 179, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item .c-flipper.animated {
  -webkit-animation-delay: 0.65s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.65s;
}
/* line 188, ../../../../dev/sass/_modular_organizations.scss */
.active.enteredLeft.c-organization-item .c-flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
/* line 194, ../../../../dev/sass/_modular_organizations.scss */
.active.enteredRight.c-organization-item .c-flipper {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
/* line 200, ../../../../dev/sass/_modular_organizations.scss */
.active.enteredBottom.c-organization-item .c-flipper {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
/* line 206, ../../../../dev/sass/_modular_organizations.scss */
.active.enteredTop.c-organization-item .c-flipper {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
/* line 213, ../../../../dev/sass/_modular_organizations.scss */
.active.enteredBottom.c-organization-item .c-flipper__back, .active.enteredTop.c-organization-item .c-flipper__back {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
/* line 220, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item .c-flipper__front,
.c-organization-item .c-flipper__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 230, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item .c-flipper__front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
/* line 235, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-item .c-flipper__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* line 242, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-detail-header {
  position: relative;
  padding: 60px 0;
}

/* line 248, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-detail__back-link {
  font: 400 13px/15px "Lato", "Arial";
  position: relative;
  color: rgba(0, 0, 0, 0.5);
}
/* line 252, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-detail__back-link.animated {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
/* line 256, ../../../../dev/sass/_modular_organizations.scss */
.c-organization-detail__back-link .fa {
  color: #00c93b;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

/* line 266, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-detail {
  margin-top: 0;
}

/* line 270, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-detail-info {
  text-align: center;
}
/* line 273, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-detail-info h2 {
  font: 900 40px/40px "Lato", "Arial";
}
@media screen and (min-width: 560px) {
  /* line 270, ../../../../dev/sass/_modular_organizations.scss */
  .l-startup-detail-info {
    text-align: left;
  }
}

/* line 282, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-detail-text {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 560px) {
  /* line 282, ../../../../dev/sass/_modular_organizations.scss */
  .l-startup-detail-text {
    width: 65%;
    margin-right: 10%;
  }
}

/* line 295, ../../../../dev/sass/_modular_organizations.scss */
.startup-detail-image {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
@media screen and (min-width: 560px) {
  /* line 295, ../../../../dev/sass/_modular_organizations.scss */
  .startup-detail-image {
    width: 25%;
    margin: 0;
    text-align: left;
  }
}

/* line 307, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-detail-overview {
  margin-bottom: 50px;
}

/* line 312, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-detail-data {
  font: 400 16px/20px "Lato", "Arial";
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  width: 100%;
  float: none;
  display: block;
}
@media screen and (min-width: 900px) {
  /* line 312, ../../../../dev/sass/_modular_organizations.scss */
  .l-startup-detail-data {
    width: 33.333333333%;
    float: left;
  }
}
/* line 325, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-detail-data h3 {
  font: 900 18px/30px "Lato", "Arial";
  margin-bottom: 0;
}

/* line 331, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-links {
  padding-top: 50px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  /* line 331, ../../../../dev/sass/_modular_organizations.scss */
  .l-startup-links {
    text-align: left;
  }
}
/* line 339, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-links .c-btn, .l-startup-links .gform_footer input[type="submit"], .gform_footer .l-startup-links input[type="submit"] {
  margin: 0 0 40px 0;
  display: block;
  line-height: 20px;
  padding: 15px 0;
}
@media screen and (min-width: 560px) {
  /* line 339, ../../../../dev/sass/_modular_organizations.scss */
  .l-startup-links .c-btn, .l-startup-links .gform_footer input[type="submit"], .gform_footer .l-startup-links input[type="submit"] {
    margin: 0 30px 0 0;
    display: inline-block;
    padding: 10px 13px;
    line-height: 15px;
  }
}
/* line 353, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-links a.l-startup-social {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
  margin: 0 5%;
  opacity: 1;
}
/* line 360, ../../../../dev/sass/_modular_organizations.scss */
.l-startup-links a.l-startup-social:hover {
  opacity: .8;
}
@media screen and (min-width: 560px) {
  /* line 353, ../../../../dev/sass/_modular_organizations.scss */
  .l-startup-links a.l-startup-social {
    margin: 0 0 0 30px;
  }
}

/* line 1, ../../../../dev/sass/_modular_videos.scss */
.c-video {
  margin: 0 15px 30px;
}
/* line 4, ../../../../dev/sass/_modular_videos.scss */
.c-video .animated {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
/* line 8, ../../../../dev/sass/_modular_videos.scss */
.c-video:hover .c-video-item img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  transition: .35s ease-out;
}

/* line 18, ../../../../dev/sass/_modular_videos.scss */
.c-video-item {
  min-height: 385px;
  height: 385px;
  box-sizing: border-box;
  padding: 15px 15px 85px;
  outline: 0 solid white;
}
/* line 25, ../../../../dev/sass/_modular_videos.scss */
.c-video-item a {
  display: block;
  color: gray;
  font-weight: 500;
  transition: .35s ease-out;
  min-height: 385px;
  height: 385px;
  box-sizing: border-box;
  padding: 0 0 85px;
}
/* line 37, ../../../../dev/sass/_modular_videos.scss */
.c-video-item img {
  width: 100%;
  transition: .35s ease-out;
  display: block;
}
/* line 43, ../../../../dev/sass/_modular_videos.scss */
.c-video-item:hover {
  outline: 1px solid #ededed;
  transition: .35s ease-out;
}
/* line 47, ../../../../dev/sass/_modular_videos.scss */
.c-video-item:hover img {
  filter: none;
  -webkit-filter: grayscale(0%) !important;
  -moz-filter: grayscale(0%) !important;
  -ms-filter: grayscale(0%) !important;
  -o-filter: grayscale(0%) !important;
  transition: .35s ease-out;
}
/* line 56, ../../../../dev/sass/_modular_videos.scss */
.c-video-item:hover .c-video-link:before, .c-video-item:hover .c-video-link:after {
  opacity: 1 !important;
  transition: .35s ease-out;
}
/* line 61, ../../../../dev/sass/_modular_videos.scss */
.c-video-item:hover .c-video-title {
  color: #00c93b;
  transition: .35s ease-out;
}
/* line 65, ../../../../dev/sass/_modular_videos.scss */
.c-video-item:hover a {
  color: gray;
  transition: .35s ease-out;
}

/* line 72, ../../../../dev/sass/_modular_videos.scss */
.c-video-link {
  position: relative;
}
/* line 75, ../../../../dev/sass/_modular_videos.scss */
.c-video-link:after, .c-video-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: .35s ease-out;
}
/* line 83, ../../../../dev/sass/_modular_videos.scss */
.c-video-link:after {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 17px solid #fff;
  margin-top: -14px;
  margin-left: -7px;
  z-index: 999;
}
/* line 93, ../../../../dev/sass/_modular_videos.scss */
.c-video-link:before {
  margin-top: -32px;
  margin-left: -31px;
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-radius: 50%;
  z-index: 888;
  background: #42b549;
}

/* line 106, ../../../../dev/sass/_modular_videos.scss */
.c-video-title {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 15px;
  transition: 0.25s linear;
}

/* line 115, ../../../../dev/sass/_modular_videos.scss */
.u-video-player {
  position: relative;
  padding-bottom: 51.5%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 121, ../../../../dev/sass/_modular_videos.scss */
.u-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 130, ../../../../dev/sass/_modular_videos.scss */
.c-video-detail {
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
}

/* line 136, ../../../../dev/sass/_modular_videos.scss */
.c-video-detail-header {
  position: relative;
}

/* line 139, ../../../../dev/sass/_modular_videos.scss */
.c-video-tags {
  display: block;
  margin: 30px 0 0 0;
}
/* line 143, ../../../../dev/sass/_modular_videos.scss */
.c-video-tags.animated {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

/* line 147, ../../../../dev/sass/_modular_videos.scss */
.c-video-tags ul {
  margin-top: 10px;
}

/* line 150, ../../../../dev/sass/_modular_videos.scss */
.c-video-tags li {
  display: inline;
  background: black;
  font-size: 12px;
  color: white;
  padding: 5px 10px;
  margin: 5px 3px 0 0;
  border-radius: 2px;
}

/* line 1, ../../../../dev/sass/_modular_people.scss */
.c-twitter-feed {
  padding: 60px 10% 75px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
/* line 5, ../../../../dev/sass/_modular_people.scss */
.c-twitter-feed span {
  font-size: 14px;
  margin: 0 0 15px 0;
  display: block;
  text-align: center;
}
/* line 10, ../../../../dev/sass/_modular_people.scss */
.c-twitter-feed span a {
  font-weight: 500;
}
/* line 12, ../../../../dev/sass/_modular_people.scss */
.c-twitter-feed span a:hover {
  color: #00c93b;
  transition: .35s ease-out;
}
/* line 18, ../../../../dev/sass/_modular_people.scss */
.c-twitter-feed p {
  font: 28px/36px "Lato", "Arial";
  text-align: center;
  font-weight: 300;
  color: black;
  margin-bottom: 0;
}
/* line 25, ../../../../dev/sass/_modular_people.scss */
.c-twitter-feed a {
  color: #aaaaaa;
  transition: .35s ease-out;
}
/* line 29, ../../../../dev/sass/_modular_people.scss */
.c-twitter-feed a:hover {
  color: #00c93b !important;
  transition: .35s ease-out;
}

/* line 36, ../../../../dev/sass/_modular_people.scss */
.c-close-link {
  position: absolute;
  padding: 10px 0 10px 10px;
  right: 10%;
  transition: .25s linear;
  cursor: pointer;
}
/* line 42, ../../../../dev/sass/_modular_people.scss */
.c-close-link svg {
  width: 20px;
  fill: #ffffff;
  transition: .25s linear;
}
/* line 46, ../../../../dev/sass/_modular_people.scss */
.c-close-link svg:hover {
  fill: rgba(255, 255, 255, 0.5);
  transition: .25s linear;
}

/* line 53, ../../../../dev/sass/_modular_people.scss */
.c-team-member-list {
  margin-top: 30px;
}
/* line 55, ../../../../dev/sass/_modular_people.scss */
.c-team-member-list li {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-weight: 500;
}
/* line 60, ../../../../dev/sass/_modular_people.scss */
.c-team-member-list li:before {
  content: "•";
  color: #00c93b;
  top: 0;
  left: 0;
  margin-left: -30px;
  margin-right: 20px;
}

/* line 71, ../../../../dev/sass/_modular_people.scss */
.c-team-member-info {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  padding: 50px 10%;
  background: rgba(0, 0, 0, 0.05);
}
/* line 80, ../../../../dev/sass/_modular_people.scss */
.c-team-member-info .l-grid__smaller {
  background: white;
  padding: 30px;
  box-sizing: border-box;
}
/* line 84, ../../../../dev/sass/_modular_people.scss */
.c-team-member-info .l-grid__smaller span {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 30px;
  color: #6682d6;
  font-weight: 500;
}
/* line 92, ../../../../dev/sass/_modular_people.scss */
.c-team-member-info a {
  color: #00c93b;
}
/* line 95, ../../../../dev/sass/_modular_people.scss */
.c-team-member-info p {
  color: black;
  margin: 1.5em 0;
}
/* line 99, ../../../../dev/sass/_modular_people.scss */
.c-team-member-info h3 {
  color: #6682d6;
  font: 22px/30px "Lato", "Arial";
  margin-bottom: 6px;
  margin-top: 0;
}

/* line 107, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header {
  background: #000;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  padding: 50px 10%;
  box-sizing: border-box;
  color: white;
}
/* line 116, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header .c-organization-detail__back-link {
  font: 400 13px/40px "Lato", "Arial";
  position: absolute;
  color: rgba(255, 255, 255, 0.75);
  left: 6.5%;
}
@media screen and (min-width: 560px) {
  /* line 116, ../../../../dev/sass/_modular_people.scss */
  .c-team-member-header .c-organization-detail__back-link {
    left: 10%;
  }
}
/* line 128, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header img.c-team-member-headshot {
  width: 140px;
  margin: 20px auto 0;
  border: none;
  border-radius: 50%;
  display: block;
}
/* line 139, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header h1 {
  color: white;
  font: 300 48px/48px "Lato", "Arial" !important;
  margin: 15px auto 5px;
  text-transform: none;
  background: none;
  padding: 0;
}
/* line 147, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header h1:after {
  display: none;
}
/* line 151, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header h3 {
  margin: 0 auto 15px;
  color: rgba(255, 255, 255, 0.65);
  font: 22px/30px "Lato", "Arial";
  padding: 0;
}
/* line 158, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header .c-team-member-location {
  font: 300 14px/18px "Lato", "Arial";
  font-style: italic;
}
/* line 163, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header .c-member-social {
  opacity: 1;
  margin: 0 !important;
  position: absolute;
  right: 6.5%;
}
@media screen and (min-width: 560px) {
  /* line 163, ../../../../dev/sass/_modular_people.scss */
  .c-team-member-header .c-member-social {
    right: 10%;
  }
}
/* line 172, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header .c-member-social i {
  transition: .25s linear;
  padding: 10px 10px 10px 0;
}
/* line 176, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header .c-member-social li {
  font-size: 22px;
  margin: 0;
}
/* line 179, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header .c-member-social li i:hover {
  color: white !important;
  opacity: 0.5;
  transition: .25s linear;
}
/* line 184, ../../../../dev/sass/_modular_people.scss */
.c-team-member-header .c-member-social li a {
  color: white;
}

/* line 191, ../../../../dev/sass/_modular_people.scss */
.c-team {
  margin: 50px 10% 30px;
}
@media screen and (min-width: 560px) {
  /* line 191, ../../../../dev/sass/_modular_people.scss */
  .c-team {
    margin: 50px 7.5% 30px;
  }
}
@media screen and (min-width: 900px) {
  /* line 191, ../../../../dev/sass/_modular_people.scss */
  .c-team {
    margin: 50px 5% 30px;
  }
}
/* line 200, ../../../../dev/sass/_modular_people.scss */
.c-team .animated {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
/* line 204, ../../../../dev/sass/_modular_people.scss */
.c-team:hover .c-team-member img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  transition: .35s ease-out;
}

/* line 213, ../../../../dev/sass/_modular_people.scss */
.c-member-name {
  font: 400 16px/20px "Lato", "Arial";
  margin: 15px auto 5px;
  color: #000;
}
/* line 218, ../../../../dev/sass/_modular_people.scss */
.c-member-name a {
  color: #000;
}

/* line 223, ../../../../dev/sass/_modular_people.scss */
.c-member-headshot {
  text-align: center;
}

/* line 227, ../../../../dev/sass/_modular_people.scss */
.c-member-social {
  display: block;
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
  opacity: 0;
  transition: .25s linear;
}
/* line 234, ../../../../dev/sass/_modular_people.scss */
.c-member-social a {
  color: #aaaaaa;
}
/* line 238, ../../../../dev/sass/_modular_people.scss */
.c-member-social li {
  display: inline-block;
  margin: 0 5px;
}
/* line 242, ../../../../dev/sass/_modular_people.scss */
.c-member-social i.fa-twitter:hover {
  color: #00aced;
}
/* line 245, ../../../../dev/sass/_modular_people.scss */
.c-member-social i.fa-linkedin:hover {
  color: #007bb6;
}

/* line 251, ../../../../dev/sass/_modular_people.scss */
.c-member-social li {
  color: #aaaaaa;
}

/* line 255, ../../../../dev/sass/_modular_people.scss */
.c-team-member {
  box-sizing: border-box;
  padding: 15px 15px 30px;
  outline: 0 solid white;
  text-align: center;
  min-height: 220px;
}
/* line 262, ../../../../dev/sass/_modular_people.scss */
.c-team-member.l-grid__item--5 {
  width: 50%;
}
@media screen and (min-width: 560px) {
  /* line 262, ../../../../dev/sass/_modular_people.scss */
  .c-team-member.l-grid__item--5 {
    width: 33.333333333%;
  }
}
@media screen and (min-width: 900px) {
  /* line 262, ../../../../dev/sass/_modular_people.scss */
  .c-team-member.l-grid__item--5 {
    width: 20%;
  }
}
/* line 273, ../../../../dev/sass/_modular_people.scss */
.c-team-member .u-small-text {
  color: #aaaaaa;
  margin: 0 0 0 0 !important;
  font-weight: 400;
}
/* line 279, ../../../../dev/sass/_modular_people.scss */
.c-team-member img {
  border-radius: 50%;
  transition: .35s ease-out;
  display: block;
  margin: 10px auto;
  border: 1px solid white;
  width: 120px;
}
@media screen and (min-width: 900px) {
  /* line 279, ../../../../dev/sass/_modular_people.scss */
  .c-team-member img {
    width: 140px;
  }
}
/* line 290, ../../../../dev/sass/_modular_people.scss */
.c-team-member:hover {
  outline: 1px solid #ededed;
  transition: .25s linear;
}
/* line 293, ../../../../dev/sass/_modular_people.scss */
.c-team-member:hover .c-member-social {
  opacity: 1;
  transition: .25s linear;
}
/* line 297, ../../../../dev/sass/_modular_people.scss */
.c-team-member:hover img {
  filter: none;
  -webkit-filter: grayscale(0%) !important;
  -moz-filter: grayscale(0%) !important;
  -ms-filter: grayscale(0%) !important;
  -o-filter: grayscale(0%) !important;
  transition: .25s linear;
  border: 6px solid #00c93b;
}
/* line 306, ../../../../dev/sass/_modular_people.scss */
.c-team-member:hover .c-team-member-header img.c-team-member-headshot {
  border: none !important;
}
/* line 309, ../../../../dev/sass/_modular_people.scss */
.c-team-member:hover .c-member-headshot:before,
.c-team-member:hover .c-member-headshot:after {
  opacity: 1 !important;
  transition: .35s ease-out;
}
/* line 314, ../../../../dev/sass/_modular_people.scss */
.c-team-member:hover .c-member-name {
  color: #00c93b;
  transition: .35s ease-out;
}
/* line 318, ../../../../dev/sass/_modular_people.scss */
.c-team-member:hover a {
  color: gray;
  transition: .35s ease-out;
}

@media screen and (min-width: 900px) {
  /* line 1, ../../../../dev/sass/_components.carousels.scss */
  .c-gallery-with-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  /* line 12, ../../../../dev/sass/_components.carousels.scss */
  .c-gallery-with-caption .slick-track,
  .c-gallery-with-caption .slick-list {
    height: 100%;
  }
}
/* line 20, ../../../../dev/sass/_components.carousels.scss */
.c-gallery-with-caption .slick-slide {
  position: relative;
}
/* line 25, ../../../../dev/sass/_components.carousels.scss */
.c-gallery-with-caption .slick-arrow {
  bottom: 30px;
  top: auto;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  z-index: 9999;
}
/* line 34, ../../../../dev/sass/_components.carousels.scss */
.c-gallery-with-caption .slick-arrow.slick-prev {
  left: 2%;
  background-image: url(i/icon__left-arrow--white.svg);
}
/* line 40, ../../../../dev/sass/_components.carousels.scss */
.c-gallery-with-caption .slick-arrow.slick-next {
  right: 2%;
  background-image: url(i/icon__right-arrow--white.svg);
}

/* line 49, ../../../../dev/sass/_components.carousels.scss */
.c-gallery-with-caption-wrapper {
  padding: 0;
}

/* line 52, ../../../../dev/sass/_components.carousels.scss */
.c-gallery-with-caption__image {
  display: block;
}
@media screen and (min-width: 900px) {
  /* line 52, ../../../../dev/sass/_components.carousels.scss */
  .c-gallery-with-caption__image {
    display: none;
  }
}

/* line 59, ../../../../dev/sass/_components.carousels.scss */
.l-split-full .c-gallery-with-caption-container {
  display: block;
}
@media screen and (min-width: 900px) {
  /* line 59, ../../../../dev/sass/_components.carousels.scss */
  .l-split-full .c-gallery-with-caption-container {
    display: table;
  }
}

/* line 1, ../../../../dev/sass/_components.blog.scss */
.c-blog-banner {
  height: 390px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* line 8, ../../../../dev/sass/_components.blog.scss */
.c-blog-return-link {
  position: absolute;
  top: 50px;
  font: 14px/18px "Lato", "Arial";
  color: #00c93b;
}

/* line 15, ../../../../dev/sass/_components.blog.scss */
.c-blog-title {
  text-transform: none;
  font: 900 55px/56px "Lato", "Arial";
  margin-bottom: 16px !important;
}

/* line 21, ../../../../dev/sass/_components.blog.scss */
.c-blog-date {
  margin-bottom: 44px;
  font: 13px/25px "Lato", "Arial";
  color: gray;
}

/* line 27, ../../../../dev/sass/_components.blog.scss */
.c-blog-footer {
  padding-top: 90px;
}

@media screen and (min-width: 560px) {
  /* line 31, ../../../../dev/sass/_components.blog.scss */
  .c-blog-footer-pagination__blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 40, ../../../../dev/sass/_components.blog.scss */
.c-blog-footer-pagination__block {
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (min-width: 560px) {
  /* line 40, ../../../../dev/sass/_components.blog.scss */
  .c-blog-footer-pagination__block {
    width: 40%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  /* line 40, ../../../../dev/sass/_components.blog.scss */
  .c-blog-footer-pagination__block {
    max-width: 255px;
  }
}

/* line 54, ../../../../dev/sass/_components.blog.scss */
.c-blog-footer-pagination__link {
  color: #00c93b;
  font: 15px/18px "Lato", "Arial";
  display: block;
  margin-bottom: 15px;
}

/* line 61, ../../../../dev/sass/_components.blog.scss */
.c-blog-footer-pagination__title {
  font: 900 18px/21px "Lato", "Arial";
  color: #000;
}
/* line 65, ../../../../dev/sass/_components.blog.scss */
.c-blog-footer-pagination__title:hover {
  color: #00c93b;
}

/* line 70, ../../../../dev/sass/_components.blog.scss */
.c-blog-categories {
  padding: 90px 0;
}
/* line 73, ../../../../dev/sass/_components.blog.scss */
.c-blog-categories .c-btn, .c-blog-categories .gform_footer input[type="submit"], .gform_footer .c-blog-categories input[type="submit"] {
  margin-right: 4px;
}

/* line 78, ../../../../dev/sass/_components.blog.scss */
.c-blog-categories__heading {
  font: 900 24px/26px "Lato", "Arial";
  margin-bottom: 16px;
}

/* line 1, ../../../../dev/sass/_components.signup.scss */
.c-overlay-shadow {
  z-index: 9999998;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  transition: .2s linear;
  visibility: hidden;
  opacity: 0;
}
/* line 14, ../../../../dev/sass/_components.signup.scss */
.c-overlay-shadow.is-visible {
  visibility: visible;
  opacity: 1;
}

/* line 20, ../../../../dev/sass/_components.signup.scss */
.c-overlay {
  z-index: 9999999;
  background: #fff;
  position: fixed;
  width: 100%;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  transition: .2s linear;
  height: 100%;
  overflow: scroll;
}
/* line 35, ../../../../dev/sass/_components.signup.scss */
.c-overlay.is-visible {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 900px) {
  /* line 20, ../../../../dev/sass/_components.signup.scss */
  .c-overlay {
    max-width: 1000px;
    width: 88%;
    height: auto;
    max-height: 80%;
  }
}
@media screen and (min-width: 1100px) {
  /* line 20, ../../../../dev/sass/_components.signup.scss */
  .c-overlay {
    width: 75%;
    max-width: 900px;
  }
}

/* line 54, ../../../../dev/sass/_components.signup.scss */
.c-overlay-rotator {
  display: none !important;
  max-height: 478px;
  max-width: 300px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 15px;
  vertical-align: top;
}
/* line 65, ../../../../dev/sass/_components.signup.scss */
.c-overlay-rotator img {
  display: block;
}
@media screen and (min-width: 900px) {
  /* line 54, ../../../../dev/sass/_components.signup.scss */
  .c-overlay-rotator {
    margin: 0;
    width: 33.3%;
    display: inline-block !important;
  }
}

/* line 76, ../../../../dev/sass/_components.signup.scss */
.c-overlay__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99999999;
}

/* line 84, ../../../../dev/sass/_components.signup.scss */
.c-overlay-content {
  font: 14px/19px "Lato", "Arial";
  padding: 10% 6%;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
/* line 91, ../../../../dev/sass/_components.signup.scss */
.c-overlay-content p {
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  /* line 84, ../../../../dev/sass/_components.signup.scss */
  .c-overlay-content {
    display: inline-block;
    vertical-align: top;
    width: 66.7%;
    padding: 3% 5% 2%;
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  /* line 84, ../../../../dev/sass/_components.signup.scss */
  .c-overlay-content {
    padding: 5% 5% 2%;
  }
}

/* line 108, ../../../../dev/sass/_components.signup.scss */
.c-overlay__heading {
  font: 900 36px/38px "Lato", "Arial";
  padding-bottom: 18px;
}
@media screen and (min-width: 950px) {
  /* line 108, ../../../../dev/sass/_components.signup.scss */
  .c-overlay__heading {
    font: 900 49px/48px "Lato", "Arial";
  }
}

/* line 117, ../../../../dev/sass/_components.signup.scss */
.c-overlay__link {
  color: #00c93b;
  cursor: pointer;
}

/* line 122, ../../../../dev/sass/_components.signup.scss */
.c-site-tag {
  display: block;
  width: 160px;
  height: 60px;
  font: 700 14px/16px "Lato", "Arial";
  border-radius: 3px 0 0 3px;
  background: #00c93b;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 9990;
  padding: 14px 0 14px 17px;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: .25s ease-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
/* line 141, ../../../../dev/sass/_components.signup.scss */
.c-site-tag img {
  margin-right: 12px;
}
/* line 145, ../../../../dev/sass/_components.signup.scss */
.c-site-tag span,
.c-site-tag img {
  vertical-align: middle;
  display: inline-block;
}
/* line 151, ../../../../dev/sass/_components.signup.scss */
.c-site-tag:hover {
  background: #00962c;
}
/* line 155, ../../../../dev/sass/_components.signup.scss */
.c-site-tag.is-visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 600px) {
  /* line 122, ../../../../dev/sass/_components.signup.scss */
  .c-site-tag {
    width: 43px;
    height: 38px;
    padding: 10px;
    bottom: 20px;
  }
  /* line 165, ../../../../dev/sass/_components.signup.scss */
  .c-site-tag span {
    display: none;
  }
}

/* line 1, ../../../../dev/sass/_components.forms.scss */
input {
  -webkit-appearance: none;
}

/* line 5, ../../../../dev/sass/_components.forms.scss */
.c-community-signup {
  font-size: 0;
  margin-bottom: 25px;
}
/* line 9, ../../../../dev/sass/_components.forms.scss */
.c-community-signup p {
  font-size: 14px;
}
/* line 15, ../../../../dev/sass/_components.forms.scss */
.c-community-signup .mc-field-group {
  position: relative;
}
/* line 18, ../../../../dev/sass/_components.forms.scss */
.c-community-signup .mc-field-group.c-community-signup__fn, .c-community-signup .mc-field-group.c-community-signup__ln {
  margin-bottom: 3%;
}
@media screen and (min-width: 560px) {
  /* line 24, ../../../../dev/sass/_components.forms.scss */
  .c-community-signup .mc-field-group.c-community-signup__fn, .c-community-signup .mc-field-group.c-community-signup__ln {
    display: inline-block;
  }
  /* line 29, ../../../../dev/sass/_components.forms.scss */
  .c-community-signup .mc-field-group.c-community-signup__fn {
    width: 38%;
    margin-right: 3%;
  }
  /* line 34, ../../../../dev/sass/_components.forms.scss */
  .c-community-signup .mc-field-group.c-community-signup__ln {
    width: 59%;
  }
}
/* line 40, ../../../../dev/sass/_components.forms.scss */
.c-community-signup input[name="EMAIL"],
.c-community-signup input[type="text"] {
  display: inline-block;
  height: 36px;
  font: 14px/36px 'Open Sans';
  border: 1px solid #b1b3b5;
  border-right: none;
  padding: 0 0 0 8px;
  vertical-align: top;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
}
/* line 54, ../../../../dev/sass/_components.forms.scss */
.c-community-signup input[type="text"] {
  border-right: 1px solid #b1b3b5;
}
/* line 59, ../../../../dev/sass/_components.forms.scss */
.c-community-signup input[type="submit"] {
  vertical-align: top;
  display: inline-block;
  border: none;
  width: 90px;
  height: 36px;
  background: #00c93b;
  color: #fff;
  font: 700 14px/36px 'Open Sans';
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 900px) {
  /* line 77, ../../../../dev/sass/_components.forms.scss */
  .c-community-signup input[name="EMAIL"],
  .c-community-signup input[type="text"] {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
  }
  /* line 84, ../../../../dev/sass/_components.forms.scss */
  .c-community-signup input[type="submit"] {
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    width: 108px;
  }
}

/* line 93, ../../../../dev/sass/_components.forms.scss */
#mc_embed_signup div.mce_inline_error {
  font-size: 12px;
}

/* line 97, ../../../../dev/sass/_components.forms.scss */
.c-community-signup__names {
  font-size: 0;
}

/* line 101, ../../../../dev/sass/_components.forms.scss */
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em;
  overflow: hidden;
  width: 100%;
  margin: 0 0;
  clear: both;
  font: 14px/16px "Lato", "Arial";
}

/* line 102, ../../../../dev/sass/_components.forms.scss */
#mc_embed_signup div.response {
  margin: 0;
  padding: 1em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 100%;
}

/* line 103, ../../../../dev/sass/_components.forms.scss */
#mc_embed_signup #mce-error-response {
  display: none;
}

/* line 104, ../../../../dev/sass/_components.forms.scss */
#mc_embed_signup #mce-success-response {
  color: #00c93b;
  display: none;
}

/* line 105, ../../../../dev/sass/_components.forms.scss */
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}

/* line 111, ../../../../dev/sass/_components.forms.scss */
.gform_body ul {
  margin-left: 0;
}
/* line 114, ../../../../dev/sass/_components.forms.scss */
.gform_body ul li {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 22px;
}
/* line 118, ../../../../dev/sass/_components.forms.scss */
.gform_body ul li:before {
  display: none;
}
/* line 124, ../../../../dev/sass/_components.forms.scss */
.gform_body label {
  display: none;
}
/* line 127, ../../../../dev/sass/_components.forms.scss */
.gform_body label[for="input_1_6"] {
  display: block;
  padding-bottom: 5px;
}
/* line 134, ../../../../dev/sass/_components.forms.scss */
.gform_body .ginput_left {
  display: block;
  margin-bottom: 22px;
}
/* line 139, ../../../../dev/sass/_components.forms.scss */
.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid gray;
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato", "Arial";
}
/* line 151, ../../../../dev/sass/_components.forms.scss */
.gform_body textarea {
  padding-top: 5px;
}
/* line 155, ../../../../dev/sass/_components.forms.scss */
.gform_body input[type="text"],
.gform_body input[type="email"] {
  height: 45px;
  font: 14px/45px "Lato", "Arial";
}
/* line 162, ../../../../dev/sass/_components.forms.scss */
.gform_body .ui.selection.dropdown {
  font-family: "Lato", "Arial";
  min-height: 5px;
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 15px;
  min-width: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  color: #000;
  background: whitesmoke;
  border: 1px solid gray !important;
}
/* line 176, ../../../../dev/sass/_components.forms.scss */
.gform_body .ui.selection.dropdown > .text {
  font-size: 14px;
  display: block;
  font-family: "Lato", "Arial";
}
/* line 183, ../../../../dev/sass/_components.forms.scss */
.gform_body .ui.dropdown .menu > .item {
  font-size: 15px;
  font-family: "Lato", "Arial";
  padding-left: 15px !important;
}
/* line 190, ../../../../dev/sass/_components.forms.scss */
.gform_body .ui.selection.dropdown .menu {
  box-sizing: border-box;
}
/* line 194, ../../../../dev/sass/_components.forms.scss */
.gform_body .ui.selection.active.dropdown, .gform_body .ui.selection.active.dropdown .menu {
  border-color: gray !important;
}
/* line 198, ../../../../dev/sass/_components.forms.scss */
.gform_body .ui.selection.dropdown > .delete.icon, .gform_body .ui.selection.dropdown > .dropdown.icon, .gform_body .ui.selection.dropdown > .search.icon {
  padding: 0 10px;
  line-height: 45px;
  height: 45px;
}

/* line 208, ../../../../dev/sass/_components.forms.scss */
.gform_validation_container {
  display: none;
}

/* line 213, ../../../../dev/sass/_components.forms.scss */
.gform_footer input[type="submit"] {
  cursor: pointer;
  background: #00c93b;
  border: none;
  color: #fff;
}
/* line 221, ../../../../dev/sass/_components.forms.scss */
.gform_footer input[type="submit"]:hover {
  background: #00962c;
}

/* line 227, ../../../../dev/sass/_components.forms.scss */
.l-contact-form-container {
  overflow: hidden;
}

/* line 231, ../../../../dev/sass/_components.forms.scss */
.l-contact-form-wrapper {
  margin-bottom: 80px;
}
@media screen and (min-width: 900px) {
  /* line 231, ../../../../dev/sass/_components.forms.scss */
  .l-contact-form-wrapper {
    width: 58%;
    float: left;
    margin-right: 8%;
  }
}

/* line 242, ../../../../dev/sass/_components.forms.scss */
.c-contact-address__heading {
  font: 900 22px/26px "Lato", "Arial";
}

/* line 246, ../../../../dev/sass/_components.forms.scss */
.c-contact-address {
  font: 300 22px/26px "Lato", "Arial";
}

/* line 250, ../../../../dev/sass/_components.forms.scss */
.c-contact-address__address {
  margin-bottom: 20px;
  color: gray;
}

/* line 256, ../../../../dev/sass/_components.forms.scss */
.c-contact-address__reach-out a {
  color: #00c93b;
  font-weight: 900;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
/* line 8, ../../../../dev/sass/helpers/_base.scss */
body {
  -webkit-backface-visibility: hidden;
}

/* line 12, ../../../../dev/sass/helpers/_base.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 16, ../../../../dev/sass/helpers/_base.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/* line 20, ../../../../dev/sass/helpers/_base.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* line 24, ../../../../dev/sass/helpers/_base.scss */
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/* line 29, ../../../../dev/sass/helpers/_base.scss */
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/* line 15, ../../../../dev/sass/animations/attention-seekers/_bounce.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 8, ../../../../dev/sass/animations/attention-seekers/_flash.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* line 17, ../../../../dev/sass/animations/attention-seekers/_pulse.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
/* line 15, ../../../../dev/sass/animations/attention-seekers/_shake.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* line 20, ../../../../dev/sass/animations/attention-seekers/_swing.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
            transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
            transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
            transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}
/* line 31, ../../../../dev/sass/animations/attention-seekers/_wiggle.scss */
.wiggle {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* line 25, ../../../../dev/sass/animations/attention-seekers/_wobble.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
/* line 19, ../../../../dev/sass/animations/attention-seekers/_tada.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* line 43, ../../../../dev/sass/animations/bounce-enter/_bounceIn.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 43, ../../../../dev/sass/animations/bounce-enter/_bounceInDown.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* line 43, ../../../../dev/sass/animations/bounce-enter/_bounceInLeft.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* line 43, ../../../../dev/sass/animations/bounce-enter/_bounceInRight.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 43, ../../../../dev/sass/animations/bounce-enter/_bounceInUp.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
/* line 43, ../../../../dev/sass/animations/bounce-exit/_bounceOut.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}
/* line 35, ../../../../dev/sass/animations/bounce-exit/_bounceOutDown.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
/* line 35, ../../../../dev/sass/animations/bounce-exit/_bounceOutLeft.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
/* line 35, ../../../../dev/sass/animations/bounce-exit/_bounceOutRight.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
/* line 35, ../../../../dev/sass/animations/bounce-exit/_bounceOutUp.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 8, ../../../../dev/sass/animations/fade-enter/_fadeIn.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-enter/_fadeInDown.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-enter/_fadeInDownBig.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-enter/_fadeInLeft.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-enter/_fadeInLeftBig.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-enter/_fadeInRight.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-enter/_fadeInRightBig.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-enter/_fadeInUp.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-enter/_fadeInUpBig.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 8, ../../../../dev/sass/animations/fade-exit/_fadeOut.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-exit/_fadeOutDown.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-exit/_fadeOutDownBig.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-exit/_fadeOutLeft.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-exit/_fadeOutLeftBig.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-exit/_fadeOutRight.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-exit/_fadeOutRightBig.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-exit/_fadeOutUp.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
/* line 27, ../../../../dev/sass/animations/fade-exit/_fadeOutUpBig.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
            transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
            transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
            transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
            transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
/* line 49, ../../../../dev/sass/animations/flippers/_flip.scss */
.flip {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 43, ../../../../dev/sass/animations/flippers/_flipInX.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 43, ../../../../dev/sass/animations/flippers/_flipInY.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 25, ../../../../dev/sass/animations/flippers/_flipOutX.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 25, ../../../../dev/sass/animations/flippers/_flipOutY.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
/* line 17, ../../../../dev/sass/animations/lightspeed/_lightSpeedIn.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
/* line 13, ../../../../dev/sass/animations/lightspeed/_lightSpeedOut.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
/* line 31, ../../../../dev/sass/animations/rotate-enter/_rotateIn.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
/* line 31, ../../../../dev/sass/animations/rotate-enter/_rotateInDownLeft.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
/* line 31, ../../../../dev/sass/animations/rotate-enter/_rotateInDownRight.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
/* line 31, ../../../../dev/sass/animations/rotate-enter/_rotateInUpLeft.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
/* line 31, ../../../../dev/sass/animations/rotate-enter/_rotateInUpRight.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0;
  }
}
/* line 31, ../../../../dev/sass/animations/rotate-exit/_rotateOut.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 31, ../../../../dev/sass/animations/rotate-exit/_rotateOutDownLeft.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 31, ../../../../dev/sass/animations/rotate-exit/_rotateOutDownRight.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 31, ../../../../dev/sass/animations/rotate-exit/_rotateOutUpLeft.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 30, ../../../../dev/sass/animations/rotate-exit/_rotateOutUpRight.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 25, ../../../../dev/sass/animations/slide-enter/_slideInDown.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 25, ../../../../dev/sass/animations/slide-enter/_slideInLeft.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 25, ../../../../dev/sass/animations/slide-enter/_slideInRight.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 25, ../../../../dev/sass/animations/slide-enter/_slideInUp.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
/* line 25, ../../../../dev/sass/animations/slide-exit/_slideOutDown.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
/* line 25, ../../../../dev/sass/animations/slide-exit/_slideOutLeft.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
/* line 25, ../../../../dev/sass/animations/slide-exit/_slideOutRight.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
/* line 25, ../../../../dev/sass/animations/slide-exit/_slideOutUp.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(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: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}
/* line 19, ../../../../dev/sass/animations/special/_hinge.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
/* line 15, ../../../../dev/sass/animations/special/_rollIn.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
}
/* line 29, ../../../../dev/sass/animations/special/_rollOut.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 24, ../../../../dev/sass/animations/zoom-enter/_zoomIn.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-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);
  }
  60% {
    opacity: 1;
    -webkit-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);
  }
}
@keyframes zoomInDown {
  0% {
    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);
  }
}
/* line 27, ../../../../dev/sass/animations/zoom-enter/_zoomInDown.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-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);
  }
  60% {
    opacity: 1;
    -webkit-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);
  }
}
@keyframes zoomInLeft {
  0% {
    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);
  }
}
/* line 27, ../../../../dev/sass/animations/zoom-enter/_zoomInLeft.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-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);
  }
  60% {
    opacity: 1;
    -webkit-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);
  }
}
@keyframes zoomInRight {
  0% {
    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);
  }
}
/* line 27, ../../../../dev/sass/animations/zoom-enter/_zoomInRight.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-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);
  }
  60% {
    opacity: 1;
    -webkit-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);
  }
}
@keyframes zoomInUp {
  0% {
    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);
  }
}
/* line 27, ../../../../dev/sass/animations/zoom-enter/_zoomInUp.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 28, ../../../../dev/sass/animations/zoom-exit/_zoomOut.scss */
.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);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-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);
  }
  100% {
    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);
  }
}
/* line 28, ../../../../dev/sass/animations/zoom-exit/_zoomOutDown.scss */
.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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
            transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
/* line 26, ../../../../dev/sass/animations/zoom-exit/_zoomOutLeft.scss */
.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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
            transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
/* line 26, ../../../../dev/sass/animations/zoom-exit/_zoomOutRight.scss */
.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);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-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);
  }
  100% {
    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);
  }
}
/* line 28, ../../../../dev/sass/animations/zoom-exit/_zoomOutUp.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/* line 1, ../../../../dev/sass/_utilities.scss */
.u-gray-bg {
  background: rgba(0, 0, 0, 0.05);
}

/* line 5, ../../../../dev/sass/_utilities.scss */
.u-transition {
  transition: all 0.5s ease-in;
}

/* line 9, ../../../../dev/sass/_utilities.scss */
.u-uppercase {
  text-transform: uppercase;
}

/* line 13, ../../../../dev/sass/_utilities.scss */
.u-green-block {
  background: #00c93b;
}

/* line 16, ../../../../dev/sass/_utilities.scss */
.u-red-block {
  background: #ff4a00;
}

/* line 19, ../../../../dev/sass/_utilities.scss */
.u-black-block {
  background: #000;
}

/* line 23, ../../../../dev/sass/_utilities.scss */
.u-align-left {
  text-align: left;
}

/* line 27, ../../../../dev/sass/_utilities.scss */
.u-align-center,
.aligncenter {
  text-align: center;
}

/* line 31, ../../../../dev/sass/_utilities.scss */
.u-absolute-center {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 38, ../../../../dev/sass/_utilities.scss */
.u-std-font, .l-grid__item {
  font-family: "Lato", "Arial";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

/* line 45, ../../../../dev/sass/_utilities.scss */
.u-center-text {
  text-align: center;
}

/* line 49, ../../../../dev/sass/_utilities.scss */
.u-small-text {
  font-size: 13px;
  line-height: 15px;
}

/* line 54, ../../../../dev/sass/_utilities.scss */
.u-large-text {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 900px) {
  /* line 54, ../../../../dev/sass/_utilities.scss */
  .u-large-text {
    font-size: 22px;
    line-height: 26px;
  }
}

/* line 64, ../../../../dev/sass/_utilities.scss */
.u-std-side-padding {
  padding-left: 4%;
  padding-right: 4%;
}

/* line 69, ../../../../dev/sass/_utilities.scss */
.u-top-padding {
  padding-top: 100px;
}

@media screen and (min-width: 900px) {
  /* line 73, ../../../../dev/sass/_utilities.scss */
  .u-constrain\@med {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* line 80, ../../../../dev/sass/_utilities.scss */
.u-circle {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

/* line 86, ../../../../dev/sass/_utilities.scss */
.u-hide-text {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

/* line 95, ../../../../dev/sass/_utilities.scss */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/* line 100, ../../../../dev/sass/_utilities.scss */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* line 105, ../../../../dev/sass/_utilities.scss */
.u-black-text {
  color: #000;
}

/* line 109, ../../../../dev/sass/_utilities.scss */
.u-section-footer-link {
  color: #00c93b;
  margin-top: 15px;
}
/* line 113, ../../../../dev/sass/_utilities.scss */
.u-section-footer-link .c-btn, .u-section-footer-link .gform_footer input[type="submit"], .gform_footer .u-section-footer-link input[type="submit"] {
  color: #00c93b;
}
