/* Libs
------------------------------------------------------------ */
/* Grid Settings
------------------------------------------------------------ */
.l-pad-4-bot {
  padding-bottom: 60px; }
  @media (max-width: 600px) {
    .l-pad-4-bot {
      padding-bottom: 24px; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Globals : Dependencies
------------------------------------------------------------ */
/* Reset
------------------------------------------------------------ */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #f15a22;
  color: #fff;
  text-shadow: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

a, a:hover, a:focus, a:active {
  text-decoration: none; }

/* Helper Mixins
------------------------------------------------------------ */
/* ==========================================================================

   Vertical Rhythm and Modular Scale with Baseline Grid by Justin Metros
   // inspired by www.gridlover.net

   ========================================================================== */
/* Colors
------------------------------------------------------------ */
.projectGradient, .topVideo.lacuna, .textSnippet, .invision {
  background-image: -webkit-linear-gradient(left, #ffffff, #f8f8f8);
  background-image: linear-gradient(to right, #ffffff, #f8f8f8); }

.bodyGradient {
  background-image: -webkit-linear-gradient(left, #19191C, #080809);
  background-image: linear-gradient(to right, #19191C, #080809); }

::-moz-selection {
  background: #BA4141;
  text-shadow: none; }

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

/* Typography
------------------------------------------------------------ */
body {
  font-size: 19px;
  line-height: 28.5px; }

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

h1, .alpha {
  font-size: 70px;
  line-height: 1.3; }

h2, .beta {
  font-size: 40px;
  line-height: 1.2; }

h3, .gamma {
  font-size: 29px;
  line-height: 1.5; }

h4, .delta {
  font-size: 18px;
  line-height: 1.5; }

h5, .epsilon {
  font-size: 14px;
  line-height: 1.5; }

h6, .zeta {
  font-size: 12px;
  line-height: 1.5; }

p, ul, ol {
  font-size: 18px;
  line-height: 1.4; }

h1, h2 {
  color: #19191C;
  font-family: "din-2014", "ff-din-web", "Verdana", sans-serif;
  letter-spacing: .2px; }

h1 {
  font-weight: 300; }
  @media screen and (max-width: 899px) {
    h1 {
      font-size: 50px;
      font-weight: 300; } }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 40px;
      line-height: 1.4; } }

h2, .beta {
  font-weight: 300; }
  @media screen and (max-width: 640px) {
    h2, .beta {
      font-size: 20px;
      font-weight: 400; } }

@media screen and (max-width: 640px) {
  h3, .gamma {
    font-size: 24px; } }

@media screen and (max-width: 640px) {
  h4, .delta {
    font-size: 16px; } }

h3, h4, h5, h6 {
  color: #505256;
  font-family: "din-2014", "ff-din-web", "Verdana", sans-serif;
  font-weight: 400;
  letter-spacing: .2px; }

li {
  color: #828385;
  font-family: "din-2014", "ff-din-web", "Verdana", sans-serif;
  font-weight: regular;
  letter-spacing: 0.2px; }
  @media screen and (max-width: 640px) {
    li {
      font-size: .9em; } }

p {
  font-family: "din-2014", "ff-din-web", "Helvetica", sans-serif;
  line-height: 1.8;
  letter-spacing: .2px;
  color: #828385;
  font-weight: 400; }
  @media screen and (max-width: 640px) {
    p {
      line-height: 1.6;
      font-family: "din-2014", "ff-din-web", "Helvetica", sans-serif;
      font-size: 18px; } }

.title {
  font-family: "din-2014", "ff-din-web", "Verdana", sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 10px; }
  @media screen and (max-width: 640px) {
    .title {
      letter-spacing: 4px; } }

.sectionTitle {
  text-align: center; }

/* Forms
------------------------------------------------------------ */
.button a {
  font-size: 1.05em;
  padding: 16px 32px;
  display: inline-block;
  color: #303034;
  border-radius: 2px;
  border: 1.5px solid #828385;
  text-transform: uppercase;
  margin: 24px 0;
  letter-spacing: 3px; }
  @media screen and (max-width: 640px) {
    .button a {
      font-size: .85em; } }
  .button a:hover {
    color: black;
    background-color: #BA4141;
    border-color: #BA4141;
    color: #fff; }
  .button a:active, .button a:visited {
    fill: #6e2727; }

#brandedPage .flex a {
  color: #fff;
  border-color: #fff; }
  #brandedPage .flex a:hover {
    color: #19191C;
    border-color: #BA4141; }
  #brandedPage .flex a:active, #brandedPage .flex a:visited {
    fill: #6e2727; }

a {
  color: #f8f8fa;
  opacity: 1;
  font-family: "din-2014", "ff-din-web", "Verdana", sans-serif;
  text-decoration: none; }
  a:hover {
    color: #BA4141; }
  a:active {
    color: #6e2727; }
  a.linkOnDark {
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-shadow: 1px 1px #19191C, 1px -1px #19191C, -1px 1px #19191C, -1px -1px #19191C; }
    a.linkOnDark:hover {
      border-color: #BA4141;
      color: #BA4141; }
  a.linkOnDark.notMe {
    text-shadow: none; }

.projectBrief a {
  color: #505256;
  opacity: 1;
  display: inline-block;
  line-height: 1;
  font-family: "din-2014", "ff-din-web", "Verdana", sans-serif;
  border-bottom: 1px solid #505256;
  text-decoration-skip: ink;
  text-decoration: none; }
  .projectBrief a:active {
    color: #6e2727; }
  .projectBrief a:link:hover, .projectBrief a:visited:hover {
    border-color: #BA4141;
    color: #BA4141; }

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-5%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-5%); }
  100% {
    -webkit-transform: translateY(0%); } }

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(15%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(15%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1; } }

/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1.75s;
  -webkit-animation-duration: 1.75s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }
  50% {
    transform: translateX(-8%); }
  65% {
    transform: translateX(4%); }
  80% {
    transform: translateX(-4%); }
  95% {
    transform: translateX(2%); }
  100% {
    transform: translateX(0%); } }

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%); }
  50% {
    -webkit-transform: translateX(-8%); }
  65% {
    -webkit-transform: translateX(4%); }
  80% {
    -webkit-transform: translateX(-4%); }
  95% {
    -webkit-transform: translateX(2%); }
  100% {
    -webkit-transform: translateX(0%); } }

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 2.2s;
  -webkit-animation-duration: 2.2s;
  animation-iteration-count: once;
  -webkit-animation-iteration-count: once; }

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7; }
  50% {
    transform: scale(1.01);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0.7; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.05);
    opacity: 1; } }

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }

.transition, a:link, a:visited, .logo, .logo path, .logo rect, .logo circle, nav, nav a, .topProject, footer .socialFoot .socialIcons path, footer .socialFoot .socialIcons rect, footer .socialFoot .socialIcons circle {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.transitionHover, a:hover, .logo:hover path, .logo:hover circle, .logo:hover rect, .projectHover:hover h2,
.projectHover:hover p, .projectHover:hover h3, footer .socialFoot .socialIcons:hover path, footer .socialFoot .socialIcons:hover circle, footer .socialFoot .socialIcons:hover rect {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.imgTransition, .projectHover {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.imgTransitionHover, .projectHover:hover {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

body {
  overflow: hidden; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F7F7F7;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */ }

#status {
  max-width: 200px;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 55%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/preloader3.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

.logoBottmFill {
  fill: #fff; }

.logoFill {
  fill: #fff; }

#logoAnimation {
  width: 45%;
  height: 45%;
  position: absolute;
  left: 0;
  right: 410px;
  top: 180px;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 899px) {
    #logoAnimation {
      width: 100%;
      height: 100%;
      left: -20px;
      top: 140px; } }

#motionLarge {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto; }
  @media screen and (max-width: 899px) {
    #motionLarge {
      width: 100%;
      height: 100%; } }

#motionHeader {
  width: 30%;
  height: 30%;
  position: absolute;
  left: 60%;
  right: 0;
  top: 0%;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 899px) {
    #motionHeader {
      width: 60%;
      height: 80%;
      left: 200px;
      top: -200px; } }
  @media screen and (max-width: 640px) {
    #motionHeader {
      top: 100px;
      left: 120px; } }

#badgeAnimation {
  width: 20%;
  height: 20%;
  position: relative;
  margin: 6% auto;
  display: block; }
  @media screen and (max-width: 899px) {
    #badgeAnimation {
      width: 60%;
      height: 60%;
      margin: 13% auto; } }

#ebLogoAnimation {
  width: 45%;
  height: 45%;
  position: relative;
  margin: 6% auto 3% auto;
  display: block; }
  @media screen and (max-width: 899px) {
    #ebLogoAnimation {
      width: 70%;
      height: 70%;
      margin: 13% auto; } }

#waitingRoomAnimation {
  padding: 5% 10% 0 10%;
  position: relative;
  margin: 6% auto;
  display: block; }

#kioskAnimation {
  padding: 5% 5% 0 5%;
  position: relative;
  margin: 6% auto;
  display: block; }

/* Partials : Sections
------------------------------------------------------------ */
/* Layout
------------------------------------------------------------ */
body {
  background-color: #fff;
  font-size: 1em;
  line-height: 1.4; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 1em; } }

#brandedPage {
  background-color: #19191C; }

.wrapper {
  *zoom: 1;
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }
  @media (max-width: 1250px) {
    .wrapper {
      padding: 0 7%; } }

img {
  width: 100%; }

section.paddingFixBottom {
  padding-bottom: 0; }

section.paddingFixTop {
  padding-top: 0; }

.paddingBottom {
  padding-bottom: 6%; }

.marginBottom {
  margin-bottom: 6%; }

#main video {
  position: absolute;
  border-radius: 0px 4px 4px 0px;
  left: 0px;
  top: 180px;
  min-width: 10%;
  min-height: 15%;
  width: 50%;
  height: auto;
  z-index: -100;
  background-size: cover;
  box-shadow: 0px 4px 40px 0 rgba(0, 0, 0, 0.03), 0px 2px 10px 0 rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 899px) {
    #main video {
      width: 830px;
      height: 470px;
      left: -310px;
      top: 225px; } }
  @media screen and (max-width: 640px) {
    #main video {
      width: 580px;
      top: 80px; } }

.functionality video {
  width: 100%    !important;
  height: auto   !important; }

.borderFlare, footer .socialFoot h5:nth-child(2)::after {
  display: block;
  border-bottom: 4px solid #828385;
  opacity: .9;
  width: 1.75em;
  padding: .7em 0 0 0; }

.backgroundImage, .topProject, #projectPage .hero, .fullImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50% 9 !important; }

.backgroundImageLeft {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-position: 50% 50% 9 !important;
  width: 500px;
  height: auto;
  background-color: red; }

.softContainer {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px; }

.boxShadow, .button a:hover, .projectNav a:hover, .thumbnail {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.01); }

@media screen and (max-width: 899px) {
  #main.home {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }

@media screen and (max-width: 899px) {
  #main.aboutHero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 60%; } }

/* Header
------------------------------------------------------------ */
img {
  vertical-align: middle; }

.logo {
  position: fixed;
  z-index: 9990;
  max-width: 5em;
  width: 100%;
  padding: 32px 0 0 0;
  left: 2.2%; }
  .logo:active path, .logo:visited path {
    fill: #6e2727; }
  @media screen and (max-width: 899px) {
    .logo {
      max-width: 5em;
      height: 10%;
      left: 0%;
      padding-top: 16px; } }
  @media screen and (max-width: 640px) {
    .logo {
      max-width: 4.5em;
      margin-left: -.9em;
      margin-top: 0;
      padding-top: 0px;
      left: 2%; } }

nav {
  position: fixed;
  z-index: 9990;
  max-width: 100px;
  cursor: pointer;
  right: 2%;
  padding-top: 12px; }
  @media screen and (max-width: 899px) {
    nav {
      max-width: 5em;
      height: 10%; } }
  @media screen and (max-width: 640px) {
    nav {
      padding: 8px 0 0 0; } }
  nav a {
    opacity: .5;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    text-align: right;
    display: block;
    padding: 20px 0 0 0; }
    @media screen and (max-width: 899px) {
      nav a {
        padding: 16px 0 0 0; } }
    @media screen and (max-width: 640px) {
      nav a {
        padding-top: 12px;
        font-size: 12px; } }
    nav a:hover, nav a a:link {
      transform: translate(-10px); }

#brandedPage nav a.selected:link {
  color: #BA4141;
  opacity: 1; }

#brandedPage .logo path, #brandedPage .logo rect, #brandedPage .logo circle {
  fill: #828385;
  opacity: .9; }

#brandedPage .logo:hover path, #brandedPage .logo:hover circle, #brandedPage .logo:hover rect {
  fill: #BA4141;
  opacity: 1; }

#brandedPage nav a:link, #brandedPage nav a:visited {
  color: #828385;
  opacity: .9; }

#brandedPage nav a:hover {
  color: #BA4141;
  opacity: 1; }

#projectPage .logo path, #projectPage .logo rect, #projectPage .logo circle {
  fill: #303034;
  opacity: .5; }

#projectPage .logo:hover path, #projectPage .logo:hover circle, #projectPage .logo:hover rect {
  fill: #BA4141;
  opacity: 1; }

#projectPage nav a {
  color: #19191C; }
  #projectPage nav a:hover {
    color: #BA4141;
    opacity: 1; }

.name {
  position: fixed;
  z-index: 1;
  right: -120px;
  bottom: 24%;
  display: block;
  width: 300px;
  opacity: .5;
  -webkit-transform: rotate(-90deg); }
  @media screen and (max-width: 899px) {
    .name {
      right: -19%; } }
  @media screen and (max-width: 640px) {
    .name {
      right: -39%; } }
  .name h4 {
    color: #4d4c4c;
    font-size: 10px;
    letter-spacing: 4px; }

.headerEmbelishment {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #666666;
  width: 10%;
  height: 150px;
  z-index: 1;
  left: 0;
  top: 50%;
  opacity: .2; }
  @media screen and (max-width: 640px) {
    .headerEmbelishment {
      width: 5%; } }

.headerEmbelishment2 {
  position: absolute;
  content: "";
  display: block;
  background-color: #666666;
  width: 30%;
  height: 1px;
  z-index: 1;
  right: 0;
  top: 65%;
  opacity: .2; }

.embelishment {
  position: fixed;
  z-index: 1;
  left: 0%;
  bottom: 4%;
  display: block;
  content: "";
  display: block;
  background-color: #666666;
  width: 7%;
  height: 1px;
  opacity: .4; }

.aboutEmbelishments .headerEmbelishment {
  top: 50%;
  height: 300px; }

.aboutEmbelishments .headerEmbelishment2 {
  top: 90%; }

html, body {
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */ }

/* Container */
#container {
  position: relative;
  padding: 20px 40px; }

/* Home
------------------------------------------------------------ */
.hero .tag {
  position: absolute;
  width: 100%;
  bottom: 30%;
  text-align: center; }

.hero .tagHome {
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 30%;
  text-align: center;
  top: -9999px;
  left: -9999px; }

@media screen and (max-width: 640px) {
  .hero h1 {
    line-height: 1.5em; } }

.hero h1::after {
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .hero h1::after {
      margin: 0; } }

.hero p {
  color: #828385;
  letter-spacing: .05em;
  font-size: 1.4em;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .hero p {
      margin: 0;
      width: 100%; } }

.topProject {
  margin: auto;
  width: 90%;
  margin-bottom: 50px;
  border-radius: 2px;
  background-color: #fff;
  background-position: 50% 49%;
  opacity: .9; }
  .topProject:hover {
    opacity: 1; }
  .topProject:nth-child(1) {
    background-image: url("../img/eventbrite-app-home.jpg"); }
  .topProject:nth-child(2) {
    background-image: url("../img/motion-styleguide-home.jpg"); }
  .topProject:nth-child(3) {
    background-image: url("../img/unlabel-home.jpg"); }
  .topProject:nth-child(4) {
    background-image: url("../img/illustration-hero.png"); }
    @media screen and (max-width: 640px) {
      .topProject:nth-child(4) {
        background-image: url("../img/illustrations-hero-mobile.png"); } }
    .topProject:nth-child(4) h2, .topProject:nth-child(4) h3 {
      color: #fff; }
    .topProject:nth-child(4) p {
      color: rgba(255, 255, 255, 0.3); }
  .topProject:nth-child(5) {
    background-image: url("../img/stitch-home4.jpg"); }
    .topProject:nth-child(5) h2, .topProject:nth-child(5) h3 {
      color: #fff; }
    .topProject:nth-child(5) p {
      color: rgba(255, 255, 255, 0.3); }
  .topProject:nth-child(6) {
    background-image: url("../img/posters-hero.jpg"); }
    .topProject:nth-child(6) h2, .topProject:nth-child(6) h3 {
      color: #fff; }
    .topProject:nth-child(6) p {
      color: rgba(255, 255, 255, 0.3); }
  .topProject:last-child {
    margin-bottom: 100px; }
    @media screen and (max-width: 640px) {
      .topProject:last-child {
        margin-bottom: 40px; } }
  .topProject:nth-child(even) {
    text-align: right; }
    .topProject:nth-child(even) h2 {
      margin-right: -8px; }
  .topProject .wrapper {
    padding: 340px 8% 220px 8%;
    margin: 0 auto;
    cursor: pointer; }
    .topProject .wrapper:nth-child(2) {
      text-align: right;
      clear: both; }
    @media (min-width: 1600px) {
      .topProject .wrapper {
        padding: 420px 40px 250px 40px; } }
    @media screen and (max-width: 899px) {
      .topProject .wrapper {
        padding: 200px 40px 160px 40px; } }
    @media screen and (max-width: 640px) {
      .topProject .wrapper {
        text-align: left;
        padding: 100px 20px 80px 20px; } }
  .topProject h2 {
    color: #505256;
    clear: both;
    display: block;
    padding-bottom: 20px; }
  .topProject p {
    color: rgba(0, 0, 0, 0.3);
    clear: both;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px; }
  @media screen and (max-width: 640px) {
    .topProject {
      width: 92%;
      margin-bottom: 16px; } }

.gridItem figure {
  position: relative;
  overflow: hidden; }

.projectHover {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  box-shadow: 0px 4px 40px 0 rgba(0, 0, 0, 0.03), 0px 2px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: box-shadow 500ms ease;
  -moz-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease; }
  .projectHover:hover {
    box-shadow: 0px 4px 50px 0 rgba(0, 0, 0, 0.15), 0px 2px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 1000ms ease;
    -moz-transition: box-shadow 1000ms ease;
    transition: box-shadow 1000ms ease; }

figure figcaption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure figcaption::before,
figure figcaption::after {
  pointer-events: none; }

figure figcaption,
figure figcaption > a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.projectHover h2,
.projectHover p,
.projectHover h3 {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

.projectHover h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

.projectHover p,
.projectHover h3 {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s; }
  @media screen and (max-width: 899px) {
    .projectHover p,
    .projectHover h3 {
      display: none; } }

.projectHover:hover p, .projectHover:hover h3 {
  opacity: 1; }

.projectHover:hover h2,
.projectHover:hover p, .projectHover:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.projectHover:hover p, .projectHover:hover h3 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

/* Layout
------------------------------------------------------------ */
.hero {
  display: relative; }
  .hero.eventbriteAppHero {
    background-image: -webkit-linear-gradient(bottom, transparent, transparent), url("../img/eventbrite-app-home.jpg");
    background-image: linear-gradient(to top, transparent, transparent), url("../img/eventbrite-app-home.jpg"); }
  .hero.motionStyleGuideHero {
    background-image: -webkit-linear-gradient(bottom, transparent, transparent), url("../img/motion-styleguide-hero.jpg");
    background-image: linear-gradient(to top, transparent, transparent), url("../img/motion-styleguide-hero.jpg"); }
  .hero.unlabelHero {
    background-image: -webkit-linear-gradient(bottom, transparent, transparent), url("../img/unlabel-hero.jpg");
    background-image: linear-gradient(to top, transparent, transparent), url("../img/unlabel-hero.jpg"); }
  .hero.illustrationsHero {
    background-image: -webkit-linear-gradient(bottom, transparent, transparent), url("../img/illustrations-hero.jpg");
    background-image: linear-gradient(to top, transparent, transparent), url("../img/illustrations-hero.jpg"); }
  .hero.stitchHero {
    background-image: -webkit-linear-gradient(bottom, transparent, transparent), url("../img/stitch-hero5.jpg");
    background-image: linear-gradient(to top, transparent, transparent), url("../img/stitch-hero5.jpg"); }
    .hero.stitchHero h1 {
      color: #fff; }
  .hero.enrichHero {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/enrich-hero.jpg");
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/enrich-hero.jpg"); }
  .hero.oaklanizeHero {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/oaklanize-hero1.jpg");
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/oaklanize-hero1.jpg"); }
  .hero.logosHero {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/50logos-hero3.jpg");
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/50logos-hero3.jpg"); }
  .hero.sageHero {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/sage-hero.jpg");
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/sage-hero.jpg"); }
  .hero.posterHero {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/posters-hero.jpg");
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/posters-hero.jpg"); }
    .hero.posterHero h1 {
      color: #fff; }
  .hero.lacunaHero {
    background-image: -webkit-linear-gradient(bottom, transparent, transparent), url("../img/lacuna-hero.jpg");
    background-image: linear-gradient(to top, transparent, transparent), url("../img/lacuna-hero.jpg"); }
  .hero.visualizerHero {
    background-image: -webkit-linear-gradient(bottom, transparent, transparent), url("../img/visualizer-hero.jpg");
    background-image: linear-gradient(to top, transparent, transparent), url("../img/visualizer-hero.jpg"); }
  .hero.stellarHero {
    background-image: -webkit-linear-gradient(bottom, transparent, transparent), url("../img/stellar-hero.jpg");
    background-image: linear-gradient(to top, transparent, transparent), url("../img/stellar-hero.jpg"); }
  .hero.errorHero {
    background-image: -webkit-linear-gradient(bottom, transparent, transparent), url("../img/error-hero.jpg");
    background-image: linear-gradient(to top, transparent, transparent), url("../img/error-hero.jpg"); }
  .hero .projectTitle {
    position: absolute;
    display: box;
    bottom: 20%;
    left: 10%;
    text-align: left; }
    @media screen and (max-width: 899px) {
      .hero .projectTitle {
        bottom: 15%;
        left: 2%; } }
    @media screen and (max-width: 640px) {
      .hero .projectTitle {
        bottom: 15%;
        left: 1%; } }
    .hero .projectTitle h3 {
      padding-bottom: 16px;
      opacity: .5; }
    .hero .projectTitle .lightColor {
      color: #fff; }

.lightColor {
  color: #fff; }

#projectPage .hero.eventbriteAppHero {
  background-position: 65% 20%; }

.projectBrief {
  padding: 7.5% 0 6% 0;
  z-index: 500; }
  @media screen and (max-width: 899px) {
    .projectBrief {
      padding: 10% 0 10% 0; } }
  @media screen and (max-width: 640px) {
    .projectBrief {
      padding: 10% 0 10% 0; } }
  .projectBrief .wrapper {
    visibility: hidden; }
  .projectBrief .descriptionHeader {
    padding-bottom: 20px; }
    .projectBrief .descriptionHeader h2 {
      font-weight: 400;
      color: #505256; }
  .projectBrief .description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    border-color: #82858a; }
    .projectBrief .description:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .projectBrief .description {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        padding-bottom: 2em; }
        .projectBrief .description:last-child {
          margin-right: 0; } }
    .projectBrief .description.web::after {
      border: none; }
  .projectBrief .tags {
    margin-top: -45px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    margin-left: 8.5298042998%;
    margin-right: 0; }
    .projectBrief .tags:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .projectBrief .tags {
        margin-top: 8px;
        padding-top: 30px;
        border-top: solid 1px #e9e9ea;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%; }
        .projectBrief .tags:last-child {
          margin-right: 0; } }
    .projectBrief .tags .role {
      font-weight: 600;
      color: #505256; }
    .projectBrief .tags li {
      padding-bottom: 1em; }
      @media screen and (max-width: 640px) {
        .projectBrief .tags li {
          display: inline;
          padding-right: 5%; } }

.topVideo {
  padding-top: 6%;
  padding-bottom: 6%; }
  @media screen and (max-width: 640px) {
    .topVideo {
      padding-top: 13%;
      padding-bottom: 13%; } }
  .topVideo .video1 {
    margin: 0 auto; }

.video1 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 2.4%; }
  .video1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#main-content .content-editor .video-container {
  height: 0;
  overflow: hidden;
  padding-top: 30px; }

.layout1 {
  padding-top: 6%;
  padding-bottom: 6%; }
  @media screen and (max-width: 640px) {
    .layout1 {
      padding-top: 13%;
      padding-bottom: 13%; } }
  .layout1 img:nth-child(1) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .layout1 img:nth-child(1):last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .layout1 img:nth-child(1) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .layout1 img:nth-child(1):last-child {
          margin-right: 0; } }
  .layout1 .column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0;
    padding-bottom: 2.5%; }
    .layout1 .column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .layout1 .column {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .layout1 .column:last-child {
          margin-right: 0; } }
    .layout1 .column img:nth-child(1) {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 100%;
      margin-bottom: 5%; }
      .layout1 .column img:nth-child(1):last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        .layout1 .column img:nth-child(1) {
          padding-top: 5%;
          margin-bottom: 0%;
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .layout1 .column img:nth-child(1):last-child {
            margin-right: 0; } }
    .layout1 .column img:nth-child(2) {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 100%;
      margin-right: 0; }
      .layout1 .column img:nth-child(2):last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        .layout1 .column img:nth-child(2) {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          padding-top: 5%; }
          .layout1 .column img:nth-child(2):last-child {
            margin-right: 0; } }

.row {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .row:last-child {
    margin-right: 0; }
  .row img {
    width: 100%; }

.layout4 {
  padding-top: 6%;
  padding-bottom: 6%; }
  @media screen and (max-width: 640px) {
    .layout4 {
      padding-top: 13% -32px;
      padding-bottom: 13% -32px; } }
  .layout4 img:nth-child(odd), .layout4 .layer:nth-child(odd) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .layout4 img:nth-child(odd):last-child, .layout4 .layer:nth-child(odd):last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .layout4 img:nth-child(odd), .layout4 .layer:nth-child(odd) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
        padding-bottom: 10%; }
        .layout4 img:nth-child(odd):last-child, .layout4 .layer:nth-child(odd):last-child {
          margin-right: 0; } }
  .layout4 img:nth-child(even), .layout4 .layer:nth-child(even) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0; }
    .layout4 img:nth-child(even):last-child, .layout4 .layer:nth-child(even):last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .layout4 img:nth-child(even), .layout4 .layer:nth-child(even) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        padding-bottom: 10%; }
        .layout4 img:nth-child(even):last-child, .layout4 .layer:nth-child(even):last-child {
          margin-right: 0; } }
  .layout4 img:nth-child(3), .layout4 img:nth-child(4) {
    padding-top: 2.5%; }
    @media screen and (max-width: 640px) {
      .layout4 img:nth-child(3), .layout4 img:nth-child(4) {
        padding-top: 0; } }
  .layout4.enrich {
    background-image: -webkit-linear-gradient(bottom, #222, #222);
    background-image: linear-gradient(to top, #222, #222); }
  .layout4.logos {
    padding-top: 0; }

.layout5 {
  padding-top: 6%;
  padding-bottom: 6%; }
  @media screen and (max-width: 640px) {
    .layout5 {
      padding-top: 13%;
      padding-bottom: 13%; } }
  .layout5 .row {
    padding-bottom: 6%; }
    .layout5 .row img {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .layout5 .row img:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        .layout5 .row img {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          padding: 0 1%; }
          .layout5 .row img:last-child {
            margin-right: 0; } }

.lower img:nth-child(1) {
  margin-left: 17.0596085997%; }
  @media screen and (max-width: 640px) {
    .lower img:nth-child(1) {
      margin-left: 0%; } }

.lower img {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
  padding: 0 3.5em; }
  .lower img:last-child {
    margin-right: 0; }

.functionality2 {
  background-image: -webkit-linear-gradient(bottom, #222, #222);
  background-image: linear-gradient(to top, #222, #222);
  padding-top: 7.8%;
  padding-bottom: 6%; }
  @media screen and (max-width: 640px) {
    .functionality2 {
      padding-top: 13%;
      padding-bottom: 13%; } }
  .functionality2 .column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .functionality2 .column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .functionality2 .column {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .functionality2 .column:last-child {
          margin-right: 0; } }
    .functionality2 .column .group {
      padding-top: 35%; }
      @media screen and (max-width: 899px) {
        .functionality2 .column .group {
          padding-top: 10%; } }
      @media screen and (max-width: 640px) {
        .functionality2 .column .group {
          padding-top: 0; } }
      .functionality2 .column .group h3 {
        color: #fff; }
      .functionality2 .column .group p {
        color: #a6a6a6; }
  .functionality2 .videoContainer {
    position: relative;
    padding-bottom: 37%;
    /* 16:9 */
    height: 0;
    margin-bottom: 2.4%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .functionality2 .videoContainer:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .functionality2 .videoContainer {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .functionality2 .videoContainer:last-child {
          margin-right: 0; } }
    .functionality2 .videoContainer iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.fullImg {
  height: 50em; }
  @media screen and (max-width: 899px) {
    .fullImg {
      height: 34em; } }
  @media screen and (max-width: 640px) {
    .fullImg {
      height: 20em; } }
  .fullImg.eventbriteAppGrid {
    background-image: url("../img/eventbrite-app-masonry-layout-scott-brookshire.png"); }
  .fullImg.eventbriteAppColor {
    background-image: url("../img/eventbrite-app-color-study.jpg");
    height: 100%; }
  .fullImg.unlbabelGrid {
    background-image: url("../img/unlabel-full-image.jpg"); }
  .fullImg.stitchGrid {
    background-image: url("../img/stitch-home2.jpg"); }
  .fullImg.enrichFull {
    background-image: url("../img/enrich-full-dashboard.jpg"); }
  .fullImg.enrichFull2 {
    background-image: url("../img/enrich-full2.jpg"); }
  .fullImg.oaklanizeAppGrid {
    background-image: url("../img/oaklanize-macbook.jpg"); }
  .fullImg.oaklanizeMockup {
    background-image: url("../img/oaklanize-app_grid.jpg"); }
  .fullImg.sageMockup {
    background-image: url("../img/sage-mockup.jpg"); }
  .fullImg.lacunaMockup {
    background-image: url("../img/lacuna-mockup.jpg"); }

.fullImgContain {
  padding-top: 6%;
  padding-bottom: 6%; }
  @media screen and (max-width: 640px) {
    .fullImgContain {
      padding-top: 13%;
      padding-bottom: 13%; } }
  .fullImgContain .row {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .fullImgContain .row:last-child {
      margin-right: 0; }
    .fullImgContain .row img {
      width: 100%; }
  .fullImgContain.stitch {
    padding-top: 3%;
    padding-bottom: 3%;
    background-image: -webkit-linear-gradient(bottom, #222, #222);
    background-image: linear-gradient(to top, #222, #222); }
  .fullImgContain.abstractMotionGraphic {
    background-image: -webkit-linear-gradient(right, #0EEFBB, #39C2DF);
    background-image: linear-gradient(to left, #0EEFBB, #39C2DF); }
  .fullImgContain.tokenCode {
    background-color: #272822; }
  .fullImgContain video {
    position: relative;
    display: block;
    width: 40%;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      .fullImgContain video {
        width: 90%; } }

.fullImgBkg {
  padding-top: 12%;
  padding-bottom: 6%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-position: 50% 50% 9 !important;
  height: 100%; }
  @media screen and (max-width: 640px) {
    .fullImgBkg {
      padding-top: 24px;
      padding-bottom: 24px; } }
  .fullImgBkg.ebGroup1 {
    background-image: url("../img/background-wave-1.jpg"); }
  .fullImgBkg.ebGroup2 {
    background-image: url("../img/background-wave-2.jpg"); }
  .fullImgBkg.ebGroup3 {
    background-image: url("../img/background-wave-2.jpg"); }
  .fullImgBkg.unlabel {
    padding-bottom: 0px; }
    @media screen and (max-width: 640px) {
      .fullImgBkg.unlabel {
        padding-bottom: 0; } }
  .fullImgBkg .layer {
    clear: both;
    display: block;
    position: relative;
    padding-top: 40px;
    padding-bottom: 140px; }
    @media screen and (max-width: 640px) {
      .fullImgBkg .layer {
        padding-top: 24px;
        padding-bottom: 40px; } }
    .fullImgBkg .layer.iconography img {
      padding-bottom: 0; }
    .fullImgBkg .layer.single {
      width: 60%; }
      @media screen and (max-width: 640px) {
        .fullImgBkg .layer.single {
          width: 100%; } }
  .fullImgBkg .typeStudy {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%;
    margin-right: 0; }
    .fullImgBkg .typeStudy:last-child {
      margin-right: 0; }
    @media screen and (max-width: 899px) {
      .fullImgBkg .typeStudy {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%; }
        .fullImgBkg .typeStudy:last-child {
          margin-right: 0; } }
  .fullImgBkg .iconography .sectionTitle {
    padding-bottom: 20px; }
  .fullImgBkg .eventCard {
    width: 60%; }
    @media screen and (max-width: 640px) {
      .fullImgBkg .eventCard {
        width: 100%;
        margin-top: -20px; } }
    .fullImgBkg .eventCard .sectionTitle {
      padding-bottom: 50px; }

.fullImgTwo {
  display: block;
  position: relative; }
  .fullImgTwo img:first-child {
    width: 50%;
    float: left; }
    @media screen and (max-width: 640px) {
      .fullImgTwo img:first-child {
        width: 100%;
        float: none; } }
  .fullImgTwo img:nth-child(2) {
    width: 50%; }
    @media screen and (max-width: 640px) {
      .fullImgTwo img:nth-child(2) {
        width: 100%;
        float: none; } }

.functionality {
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative; }
  @media screen and (max-width: 640px) {
    .functionality {
      padding-top: 13%;
      padding-bottom: 13%; } }
  .functionality img {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .functionality img:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .functionality img {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        padding-top: 6%; }
        .functionality img:last-child {
          margin-right: 0; } }
  .functionality.invision img {
    padding-left: 10em; }
    @media screen and (max-width: 640px) {
      .functionality.invision img {
        padding: 0 5em;
        padding-top: 6%; } }
  .functionality .demo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .functionality .demo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .functionality .demo {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .functionality .demo:last-child {
          margin-right: 0; } }
  .functionality .info {
    visibility: hidden;
    position: absolute;
    top: 40%;
    left: 53%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-right: 0; }
    .functionality .info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 899px) {
      .functionality .info {
        top: 15%; } }
    @media screen and (max-width: 640px) {
      .functionality .info {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        padding-top: 1em; }
        .functionality .info:last-child {
          margin-right: 0; } }

.flex {
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch; }
  @media screen and (max-width: 899px) {
    .flex {
      padding-top: 13%;
      padding-bottom: 13%; } }
  @media screen and (max-width: 640px) {
    .flex {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 13%;
      padding-bottom: 13%; } }
  .flex.paddingFix {
    padding-bottom: 0; }
  .flex video {
    width: 100%;
    height: 100%; }
  .flex .mediaContent {
    width: 40%;
    display: block;
    position: relative;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; }
    @media screen and (max-width: 899px) {
      .flex .mediaContent {
        width: 45%; } }
    @media screen and (max-width: 640px) {
      .flex .mediaContent {
        width: 95%; } }
    .flex .mediaContent.reverse {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
      @media screen and (max-width: 640px) {
        .flex .mediaContent.reverse {
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1; } }
    .flex .mediaContent.phoneContent {
      width: 30%; }
      @media screen and (max-width: 640px) {
        .flex .mediaContent.phoneContent {
          width: 87%; } }
  .flex .info {
    padding-left: 5%;
    padding-right: 5%;
    width: 40%;
    display: block;
    position: relative;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; }
    @media screen and (max-width: 899px) {
      .flex .info {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .flex .info {
        width: 100%;
        padding-top: 32px;
        padding-left: 0; } }
    .flex .info.reverse {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
      @media screen and (max-width: 640px) {
        .flex .info.reverse {
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2; } }
    .flex .info h3 {
      padding-bottom: 24px; }

.bgColor1 {
  background-color: #F8FAF9; }

.ebColor1 {
  background-color: #4BC8CF; }
  .ebColor1 h3, .ebColor1 p {
    color: #fff; }

.ebColor2 {
  background-color: #018A96; }

.ebColor3 {
  background-color: #F6682F; }

.textSnippet {
  padding: 8% 0 8% 0; }
  @media screen and (max-width: 899px) {
    .textSnippet {
      padding: 8% 0 7% 0; } }
  @media screen and (max-width: 640px) {
    .textSnippet {
      padding: 15% 0 15% 0; } }
  .textSnippet .wrapper {
    visibility: hidden; }
  .textSnippet p {
    text-align: center; }
    .textSnippet p::after {
      padding-top: 4%; }
  .textSnippet.columnLayout h3 {
    text-align: left;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-left: 8.5298042998%; }
    .textSnippet.columnLayout h3:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .textSnippet.columnLayout h3 {
        padding-bottom: 20px;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; }
        .textSnippet.columnLayout h3:last-child {
          margin-right: 0; } }
  .textSnippet.columnLayout p {
    text-align: left;
    margin-top: -4px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 8.5298042998%;
    margin-right: 0; }
    .textSnippet.columnLayout p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .textSnippet.columnLayout p {
        margin-top: 0;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%; }
        .textSnippet.columnLayout p:last-child {
          margin-right: 0; } }

.invision {
  padding-top: 6%;
  padding-bottom: 6%; }
  @media screen and (max-width: 640px) {
    .invision {
      padding-top: 13%;
      padding-bottom: 13%; } }
  .invision iframe {
    margin: 0 auto;
    max-width: 442px;
    width: 100%;
    height: 926px; }
  .invision .proto {
    max-width: 450px;
    margin: 0 auto; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 2.72em;
  position: relative;
  zoom: 1; }

.process {
  padding-top: 6%; }
  @media screen and (max-width: 640px) {
    .process {
      padding-top: 13%; } }

.flex-viewport {
  max-height: 650px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1;
  -webkit-filter: contrast(0.7); }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  max-width: 5em;
  width: 100%;
  height: 100%;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  .flex-direction-nav a:hover {
    box-shadow: none; }

.flex-direction-nav .flex-prev {
  opacity: .75;
  left: 1.9em; }
  @media screen and (max-width: 899px) {
    .flex-direction-nav .flex-prev {
      opacity: .95;
      left: 1em; } }
  @media screen and (max-width: 640px) {
    .flex-direction-nav .flex-prev {
      left: .95em; } }

.flex-direction-nav .flex-next {
  opacity: .75;
  right: 1em;
  text-align: right; }
  @media screen and (max-width: 899px) {
    .flex-direction-nav .flex-next {
      opacity: .95;
      right: -.7em;
      text-align: right; } }
  @media screen and (max-width: 640px) {
    .flex-direction-nav .flex-next {
      margin-right: .85em;
      max-width: 2.75em;
      text-align: right; } }

.flexslider:hover .flex-prev {
  opacity: 1; }

.flexslider:hover .flex-next {
  opacity: 1; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  display: block;
  width: 4em;
  height: 4em;
  content: "";
  border: 3.5px solid white;
  background: url("../img/icons/arrow.svg") no-repeat 3px;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
  @media screen and (max-width: 899px) {
    .flex-direction-nav a:before {
      background-size: 100%;
      width: 3em;
      height: 3em; } }
  @media screen and (max-width: 640px) {
    .flex-direction-nav a:before {
      border: 2px solid white;
      width: 1.9em;
      height: 1.9em;
      background-position: 2px; } }

.flex-direction-nav a.flex-next:before {
  display: block;
  content: "";
  background: url("../img/icons/arrow.svg") no-repeat 1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  @media screen and (max-width: 640px) {
    .flex-direction-nav a.flex-next:before {
      background-position: 1px; } }

/* Footer
------------------------------------------------------------ */
.projectNav {
  z-index: 1000;
  position: relative; }
  .projectNav .after a {
    background-color: #37393c; }
  .projectNav .before a {
    background-color: #272222;
    display: none; }
  .projectNav a {
    letter-spacing: 1px;
    width: 100%;
    float: left;
    font-size: 22px;
    text-align: center;
    padding: 2em;
    color: white; }
    @media (max-width: 400px) {
      .projectNav a {
        font-size: 16px; } }
    .projectNav a:hover {
      background-color: #BA4141;
      color: #fff; }
  .projectNav span {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    opacity: 0.8;
    padding-bottom: 4px; }
    @media screen and (max-width: 640px) {
      .projectNav span {
        font-size: 14px; } }
    .projectNav span:hover {
      color: #fff; }

footer {
  z-index: 9990;
  position: relative;
  background-color: #303034;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66.666%, #141417), color-stop(66.666%, #0f0f11));
  background-image: -webkit-linear-gradient(left, #141417 66.666%, #0f0f11 66.666%);
  background-image: linear-gradient(to right,#141417 66.666%, #0f0f11 66.666%);
  clear: both; }
  @media screen and (max-width: 899px) {
    footer {
      background-color: #303034;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60.666%, #141417), color-stop(60.666%, #0f0f11));
      background-image: -webkit-linear-gradient(left, #141417 60.666%, #0f0f11 60.666%);
      background-image: linear-gradient(to right,#141417 60.666%, #0f0f11 60.666%); } }
  @media screen and (max-width: 640px) {
    footer {
      background-color: #303034;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #0f0f11), color-stop(36%, #141417));
      background-image: -webkit-linear-gradient(bottom, #0f0f11 36%, #141417 36%);
      background-image: linear-gradient(to top,#0f0f11 36%, #141417 36%); } }
  @media (min-width: 1300px) {
    footer {
      background-color: #303034;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #141417), color-stop(60%, #0f0f11));
      background-image: -webkit-linear-gradient(left, #141417 60%, #0f0f11 60%);
      background-image: linear-gradient(to right,#141417 60%, #0f0f11 60%); } }
  footer .socialFoot {
    height: 16em;
    padding-top: 7.5%;
    margin-right: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-right: 0; }
    footer .socialFoot:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      footer .socialFoot {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        padding-top: 2.5em;
        height: inherit; }
        footer .socialFoot:last-child {
          margin-right: 0; } }
    footer .socialFoot h5 {
      color: #888;
      padding-bottom: 16px;
      text-transform: none;
      letter-spacing: .5px;
      line-height: 1.5em; }
      footer .socialFoot h5:nth-child(2) {
        padding-top: 0; }
        footer .socialFoot h5:nth-child(2)::after {
          padding-top: 4%;
          border-color: #1d1d1e; }
      @media (max-width: 720px) {
        footer .socialFoot h5 {
          letter-spacing: .05em; } }
    footer .socialFoot a:link, footer .socialFoot a:visited, footer .socialFoot a:active {
      color: #d9d9d9; }
    footer .socialFoot a:hover {
      color: #BA4141; }
    footer .socialFoot .socialIcons {
      display: inline-block;
      width: 100%;
      max-width: 40px;
      margin-right: 4%;
      height: 40px; }
      @media screen and (max-width: 640px) {
        footer .socialFoot .socialIcons {
          max-width: 2.2em; } }
      footer .socialFoot .socialIcons path, footer .socialFoot .socialIcons rect, footer .socialFoot .socialIcons circle {
        fill: #807f7f; }
      footer .socialFoot .socialIcons:hover path, footer .socialFoot .socialIcons:hover circle, footer .socialFoot .socialIcons:hover rect {
        fill: #BA4141; }
  footer .cFoot {
    padding: 11.5% 0 0 0em;
    height: 10em;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    footer .cFoot:last-child {
      margin-right: 0; }
    @media (min-width: 900px) {
      footer .cFoot {
        padding-left: 5em; } }
    @media screen and (max-width: 640px) {
      footer .cFoot {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        height: 8em;
        padding-top: 4em;
        padding-bottom: 5%;
        padding-left: 0; }
        footer .cFoot:last-child {
          margin-right: 0; } }
    footer .cFoot h5 {
      letter-spacing: 4px;
      color: #fff;
      padding-bottom: 0em;
      margin-bottom: 0; }
      footer .cFoot h5:first-child::after {
        padding-top: 4%; }
    footer .cFoot span {
      color: #505051; }

/* About
------------------------------------------------------------ */
.projectBrief .aboutDescription {
  text-align: center; }
  @media screen and (max-width: 640px) {
    .projectBrief .aboutDescription {
      padding-bottom: 12%; } }

.brandPageTag {
  text-align: left;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 54.7920372109%;
  margin-left: 32.4132563393%;
  margin-right: 0;
  padding-top: 20%; }
  .brandPageTag:last-child {
    margin-right: 0; }
  @media screen and (max-width: 899px) {
    .brandPageTag {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 67.5867436607%;
      margin-left: 25.5894128995%;
      padding-top: 60%; }
      .brandPageTag:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .brandPageTag {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 95.7350978501%;
      margin-left: 4.2649021499%;
      padding-top: 50%; }
      .brandPageTag:last-child {
        margin-right: 0; } }
  .brandPageTag h1 {
    color: #fff; }
  .brandPageTag span {
    font-style: italic; }
  @media screen and (max-width: 640px) {
    .brandPageTag.mixes {
      padding-top: 60%; } }

.blurb {
  background-image: none;
  padding: 10% 0 11% 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 36.8794481813%;
  margin-left: 32.4132563393%;
  margin-right: 0; }
  .blurb:last-child {
    margin-right: 0; }
  @media screen and (max-width: 899px) {
    .blurb {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%;
      margin-left: 25.5894128995%; }
      .blurb:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .blurb {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 91.4701957002%;
      margin-left: 8.5298042998%; }
      .blurb:last-child {
        margin-right: 0; } }
  .blurb h3 {
    color: #f8f8fa; }
  .blurb .wrapper {
    padding-left: 0; }

.aboutPage h3, .aboutPage p {
  color: #e6e5e5; }

.aboutPage .textSnippet {
  background-image: none;
  padding: 10% 0 11% 0; }

.about {
  padding-top: 9%;
  padding-bottom: 14.58%; }
  .about .wrapper {
    visibility: hidden; }
  .about .column1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 36.0264677513%;
    padding: 3em 3em 0 4em; }
    .about .column1:last-child {
      margin-right: 0; }
    @media screen and (max-width: 899px) {
      .about .column1 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .about .column1:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      .about .column1 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        padding: 5% 20% 10% 20%; }
        .about .column1:last-child {
          margin-right: 0; } }
    .about .column1 img {
      border-radius: 500px;
      -webkit-filter: contrast(0.75); }
  .about .column2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 41.9973307612%;
    margin-left: 8.5298042998%;
    @inlcude omega(); }
    .about .column2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 899px) {
      .about .column2 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 57.3509785009%;
        margin-left: 0%; }
        .about .column2:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      .about .column2 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%; }
        .about .column2:last-child {
          margin-right: 0; } }

#map_canvas img {
  padding: none; }

#map {
  background-color: #ccc;
  width: 100%;
  height: 700px; }
  @media screen and (max-width: 899px) {
    #map {
      height: 20em; } }
  @media screen and (max-width: 640px) {
    #map {
      height: 15em; } }

@media screen and (max-width: 640px) {
  #brandedPage .flex {
    align-items: center;
    justify-content: center; } }

@media screen and (max-width: 640px) {
  #brandedPage .flex .info {
    text-align: center;
    padding-top: 24px; } }

/* Tokens
--------------------------------------------------------------------------------- */
.tokens {
  padding-top: 6%;
  padding-bottom: 3%; }
  @media screen and (max-width: 640px) {
    .tokens {
      padding-top: 13%;
      padding-bottom: 13%; } }
  .tokens .sectionTitle {
    padding-bottom: 4.2%; }
    @media screen and (max-width: 640px) {
      .tokens .sectionTitle {
        padding-bottom: 6.5%; } }

.thumbnail {
  display: inline-block;
  position: relative;
  width: 20%;
  margin-right: 6%;
  height: 260px;
  margin-bottom: 6%;
  border-radius: 4px;
  text-align: center; }
  @media screen and (max-width: 899px) {
    .thumbnail {
      width: 23%;
      margin-right: 2%;
      margin-bottom: 2.5%; }
      .thumbnail:nth-child(4n) {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .thumbnail {
      width: 47%;
      margin-right: 4%;
      margin-bottom: 6%; }
      .thumbnail:nth-child(2n) {
        margin-right: 0; } }
  .thumbnail p {
    font-size: 14px;
    opacity: .5; }

.thumbnail:nth-child(4n) {
  margin-right: 0; }

.thumbnail:nth-child(4n+1) {
  margin-left: 0; }

.blob {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 75px;
  border: none;
  box-shadow: 0px 2px 2px 0 rgba(40, 44, 53, 0.1), 0px 4px 15px rgba(40, 44, 53, 0.15);
  margin: 60px auto 24px auto; }
  .blob.color1 {
    background-color: #F6682F; }
  .blob.color2 {
    background-color: #007F8C; }
  .blob.color3 {
    background-color: #39C2C9; }
  .blob.color44 {
    background-color: #6AEDC7; }
  .blob.color4 {
    background-image: -webkit-linear-gradient(right, #0EEFBB, #39C2DF);
    background-image: linear-gradient(to left, #0EEFBB, #39C2DF); }

.eds-fx-move {
  transform: translateX(0);
  transition: transform cubic-bezier(0.4, 0, 0.3, 1) 240ms; }
  .eds-fx-move.eds-fx-on, .eds-fx-move:hover {
    transform: translateX(20px);
    transition-timing-function: 160ms; }

.fade {
  opacity: 1;
  transition: opacity linear 240ms; }
  .fade:hover {
    opacity: 0;
    transition: opacity linear 240ms; }

.fade-and-move {
  transition: opacity linear 160ms, transform cubic-bezier(0, 0, 0.25, 1) 240ms;
  opacity: 1;
  transform: translate(0px, 0); }
  .fade-and-move:hover {
    transition: opacity linear 160ms 120ms, transform cubic-bezier(0.4, 0, 1, 1) 240ms;
    opacity: 0;
    transform: translate(20px, 0); }

.elevate {
  transform: perspective(200px) translateZ(0px);
  transition: transform cubic-bezier(0.4, 0, 0.3, 1) 240ms, box-shadow cubic-bezier(0.4, 0, 0.3, 1) 240ms; }
  .elevate:hover {
    transform: perspective(200px) translateZ(30px);
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2), 0px 12px 10px 2px rgba(40, 44, 53, 0.15);
    transition: transform cubic-bezier(0.4, 0, 0.3, 1) 160ms, box-shadow cubic-bezier(0.4, 0, 0.3, 1) 240ms; }

.shake:hover {
  animation: jiggle 340ms cubic-bezier(0.4, 0, 0.3, 1);
  transform: translate3d(0, 0, 0); }

@keyframes jiggle {
  20% {
    transform: translate3d(-2px, 0, 0); }
  40% {
    transform: translate3d(4px, 0, 0); }
  60% {
    transform: translate3d(-4px, 0, 0); }
  80% {
    transform: translate3d(2px, 0, 0); } }

.grow {
  transform: scale(1, 1);
  transition: transform cubic-bezier(0.4, 0, 0.3, 1) 240ms; }
  .grow:hover {
    transform: scale(1.2, 1.2);
    transition: transform cubic-bezier(0.4, 0, 0.3, 1) 240ms; }

.depress {
  transform: scale(1, 1);
  transition: transform cubic-bezier(0.4, 0, 0.3, 1) 240ms; }
  .depress:hover {
    transform: scale(0.8, 0.8);
    transition: transform cubic-bezier(0.4, 0, 0.3, 1) 240ms; }

.shorten {
  transform: scale(1, 1);
  transition: transform cubic-bezier(0.4, 0, 0.3, 1) 240ms; }
  .shorten:hover {
    transform: scale(1.5, 0.5);
    transition: transform cubic-bezier(0.4, 0, 0.3, 1) 160ms; }

.pop:hover {
  animation: tap-pop 340ms cubic-bezier(0.4, 0, 0.3, 1);
  transform: translate3d(0, 0, 0); }

@keyframes tap-pop {
  20% {
    transform: scale(0.9, 0.9); }
  50% {
    transform: scale(1.2, 1.2); } }

.bounce:hover {
  animation: bounce 700ms cubic-bezier(0.4, 0, 0.3, 1);
  transform: translate3d(0, 0, 0); }

@keyframes bounce {
  20% {
    transform: scale(0.75, 0.75); }
  50% {
    transform: scale(1.2, 1.2); }
  70% {
    transform: scale(0.85, 0.85); }
  85% {
    transform: scale(1.08, 1.08); }
  90% {
    transform: scale(0.95, 0.95); }
  95% {
    transform: scale(1.05, 1.05); } }

.blob.lighten {
  transition: background-color 160ms linear; }
  .blob.lighten:hover {
    background-color: #9de1e4;
    transition: background-color 160ms linear; }

.blob.darken {
  transition: background-color 160ms linear; }
  .blob.darken:hover {
    background-color: #1c6367;
    transition: background-color 160ms linear; }

.rotate2d {
  transform: rotateZ(0deg);
  transition: transform cubic-bezier(0.4, 0, 0.3, 1) 240ms; }
  .rotate2d.color4 {
    border-radius: 4px; }
  .rotate2d:hover {
    transform: rotateZ(180deg);
    transition: transform cubic-bezier(0.4, 0, 0.3, 1) 240ms; }

.rotate3d {
  transform: rotateY(0deg);
  transition: transform cubic-bezier(0.4, 0, 0.3, 1) 240ms; }
  .rotate3d.color4 {
    border-radius: 4px; }
  .rotate3d:hover {
    transform: rotateY(180deg);
    transition: transform cubic-bezier(0.4, 0, 0.3, 1) 340ms; }